@elevenlabs/elevenlabs-js 2.45.0 → 2.47.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.fern/metadata.json +2 -2
- package/BaseClient.js +2 -2
- package/Client.d.ts +3 -0
- package/Client.js +31 -26
- package/README.md +92 -0
- package/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.d.ts +3 -1
- package/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js +3 -1
- package/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/SummariesGetRequest.d.ts +3 -1
- package/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +2 -1
- package/api/resources/conversationalAi/resources/batchCalls/client/Client.js +6 -2
- package/api/resources/conversationalAi/resources/batchCalls/client/requests/BatchCallsListRequest.d.ts +4 -1
- package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +32 -3
- package/api/resources/conversationalAi/resources/conversations/client/Client.js +106 -6
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSignedUrlRequest.d.ts +2 -2
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSipMessagesRequest.d.ts +12 -0
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetWebrtcTokenRequest.d.ts +2 -2
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +15 -2
- package/api/resources/conversationalAi/resources/conversations/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/conversations/resources/index.js +3 -1
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +6 -0
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +6 -0
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesSearchRequest.d.ts +1 -1
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +7 -1
- package/api/resources/conversationalAi/resources/conversations/resources/tags/client/Client.d.ts +114 -0
- package/api/resources/conversationalAi/resources/conversations/resources/tags/client/Client.js +454 -0
- package/api/resources/conversationalAi/resources/conversations/resources/tags/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/tags/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/AssignConversationTagsRequestModel.d.ts +10 -0
- package/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/CreateConversationTagRequestModel.d.ts +12 -0
- package/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/PatchConversationTagRequestModel.d.ts +10 -0
- package/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/TagsListRequest.d.ts +13 -0
- package/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/index.d.ts +4 -0
- package/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/conversations/resources/tags/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/tags/index.js +17 -0
- package/api/resources/conversationalAi/resources/conversations/types/ConversationsListRequestExcludeStatusesItem.d.ts +8 -0
- package/api/resources/conversationalAi/resources/conversations/types/ConversationsListRequestExcludeStatusesItem.js +11 -0
- package/api/resources/conversationalAi/resources/conversations/types/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/types/index.js +1 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +2 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +2 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +1 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseSearchRequest.d.ts +1 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.d.ts +17 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +65 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/BodyUpdateFileDocumentV1ConvaiKnowledgeBaseDocumentationIdUpdateFilePatch.d.ts +11 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/types/DocumentUpdateFileResponse.d.ts +16 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/types/DocumentUpdateFileResponse.js +3 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/types/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/types/index.js +1 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +6 -5
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +12 -9
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch.d.ts +4 -4
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/Client.d.ts +31 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/Client.js +131 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/requests/ChunksListRequest.d.ts +17 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/requests/ChunksListRequest.js +3 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/index.js +17 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/index.js +3 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/client/Client.d.ts +3 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/client/Client.js +3 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/client/requests/SummariesGetRequest.d.ts +3 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +17 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +67 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/PhoneNumbersGetSipMessagesRequest.d.ts +12 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/PhoneNumbersGetSipMessagesRequest.js +3 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +5 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tests/client/Client.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tests/client/Client.js +1 -0
- package/api/resources/conversationalAi/resources/tests/client/requests/TestsListRequest.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.d.ts +1 -1
- package/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +6 -4
- package/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/InvocationsListRequest.d.ts +1 -1
- package/api/resources/conversationalAi/resources/tools/client/Client.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tools/client/Client.js +1 -0
- package/api/resources/conversationalAi/resources/tools/client/requests/ToolsListRequest.d.ts +1 -0
- package/api/resources/conversationalAi/resources/users/client/requests/UsersListRequest.d.ts +1 -1
- package/api/resources/index.d.ts +2 -0
- package/api/resources/index.js +3 -1
- package/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +2 -0
- package/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +2 -0
- package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps.d.ts +4 -0
- package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps.js +3 -0
- package/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +1 -0
- package/api/resources/serviceAccounts/resources/apiKeys/types/index.js +1 -0
- package/api/resources/speechEngine/client/Client.d.ts +89 -0
- package/api/resources/speechEngine/client/Client.js +363 -0
- package/api/resources/speechEngine/client/index.d.ts +1 -0
- package/api/resources/speechEngine/client/index.js +17 -0
- package/api/resources/speechEngine/client/requests/CreateSpeechEngineRequest.d.ts +31 -0
- package/api/resources/speechEngine/client/requests/CreateSpeechEngineRequest.js +3 -0
- package/api/resources/speechEngine/client/requests/SpeechEngineListRequest.d.ts +23 -0
- package/api/resources/speechEngine/client/requests/SpeechEngineListRequest.js +3 -0
- package/api/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.d.ts +17 -0
- package/api/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.js +3 -0
- package/api/resources/speechEngine/client/requests/index.d.ts +3 -0
- package/api/resources/speechEngine/client/requests/index.js +2 -0
- package/api/resources/speechEngine/index.d.ts +1 -0
- package/api/resources/speechEngine/index.js +17 -0
- package/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost.d.ts +1 -1
- package/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.d.ts +17 -10
- package/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.js +17 -10
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -2
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -2
- package/api/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.d.ts +1 -1
- package/api/resources/voices/client/Client.d.ts +5 -2
- package/api/resources/voices/client/Client.js +8 -2
- package/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.d.ts +2 -0
- package/api/resources/voices/client/requests/VoicesGetSharedRequest.d.ts +2 -0
- package/api/resources/voices/client/requests/VoicesSearchRequest.d.ts +2 -1
- package/api/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +2 -0
- package/api/resources/workspace/client/Client.d.ts +6 -0
- package/api/resources/workspace/client/Client.js +22 -12
- package/api/resources/workspace/resources/analytics/client/Client.d.ts +12 -0
- package/api/resources/workspace/resources/analytics/client/Client.js +16 -0
- package/api/resources/workspace/resources/analytics/client/index.d.ts +1 -0
- package/api/resources/workspace/resources/analytics/client/index.js +2 -0
- package/api/resources/workspace/resources/analytics/index.d.ts +2 -0
- package/api/resources/workspace/resources/analytics/index.js +18 -0
- package/api/resources/workspace/resources/analytics/resources/index.d.ts +3 -0
- package/api/resources/workspace/resources/analytics/resources/index.js +42 -0
- package/api/resources/workspace/resources/analytics/resources/requests/client/Client.d.ts +26 -0
- package/api/resources/workspace/resources/analytics/resources/requests/client/Client.js +118 -0
- package/api/resources/workspace/resources/analytics/resources/requests/client/index.d.ts +1 -0
- package/api/resources/workspace/resources/analytics/resources/requests/client/index.js +17 -0
- package/api/resources/workspace/resources/analytics/resources/requests/client/requests/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPost.d.ts +16 -0
- package/api/resources/workspace/resources/analytics/resources/requests/client/requests/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPost.js +3 -0
- package/api/resources/workspace/resources/analytics/resources/requests/client/requests/index.d.ts +1 -0
- package/api/resources/workspace/resources/analytics/resources/requests/client/requests/index.js +2 -0
- package/api/resources/workspace/resources/analytics/resources/requests/index.d.ts +2 -0
- package/api/resources/workspace/resources/analytics/resources/requests/index.js +18 -0
- package/api/resources/workspace/resources/analytics/resources/requests/types/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPostSort.d.ts +5 -0
- package/api/resources/workspace/resources/analytics/resources/requests/types/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPostSort.js +8 -0
- package/api/resources/workspace/resources/analytics/resources/requests/types/index.d.ts +1 -0
- package/api/resources/workspace/resources/analytics/resources/requests/types/index.js +17 -0
- package/api/resources/workspace/resources/auditLogs/client/Client.d.ts +34 -0
- package/api/resources/workspace/resources/auditLogs/client/Client.js +146 -0
- package/api/resources/workspace/resources/auditLogs/client/index.d.ts +1 -0
- package/api/resources/workspace/resources/auditLogs/client/index.js +17 -0
- package/api/resources/workspace/resources/auditLogs/client/requests/AuditLogsListRequest.d.ts +28 -0
- package/api/resources/workspace/resources/auditLogs/client/requests/AuditLogsListRequest.js +3 -0
- package/api/resources/workspace/resources/auditLogs/client/requests/index.d.ts +1 -0
- package/api/resources/workspace/resources/auditLogs/client/requests/index.js +2 -0
- package/api/resources/workspace/resources/auditLogs/index.d.ts +1 -0
- package/api/resources/workspace/resources/auditLogs/index.js +17 -0
- package/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -1
- package/api/resources/workspace/resources/index.d.ts +3 -0
- package/api/resources/workspace/resources/index.js +4 -1
- package/api/types/AccountChangeActivityId.d.ts +6 -0
- package/api/types/AccountChangeActivityId.js +3 -0
- package/api/types/ActorModel.d.ts +16 -0
- package/api/types/ActorModel.js +3 -0
- package/api/types/AgentAlertingMonitorConfig.d.ts +4 -0
- package/api/types/AgentAlertingMonitorConfig.js +3 -0
- package/api/types/AgentAlertingSettings.d.ts +5 -0
- package/api/types/AgentAlertingSettings.js +3 -0
- package/api/types/AgentMetadataDbModel.d.ts +7 -0
- package/api/types/AgentMetadataDbModel.js +3 -0
- package/api/types/AgentPlatformSettingsRequestModel.d.ts +1 -0
- package/api/types/AgentPlatformSettingsResponseModel.d.ts +1 -0
- package/api/types/AgentTopicResponseModel.d.ts +3 -0
- package/api/types/ApiIntegrationDocResponse.d.ts +8 -0
- package/api/types/ApiIntegrationDocResponse.js +3 -0
- package/api/types/ApiIntegrationOAuth2CustomAppResponse.d.ts +26 -0
- package/api/types/ApiIntegrationOAuth2CustomAppResponse.js +3 -0
- package/api/types/ApiIntegrationOAuth2CustomAppResponseScopeSeparator.d.ts +6 -0
- package/api/types/ApiIntegrationOAuth2CustomAppResponseScopeSeparator.js +9 -0
- package/api/types/AuthenticationActivityId.d.ts +6 -0
- package/api/types/AuthenticationActivityId.js +3 -0
- package/api/types/AuthorizationMethod.d.ts +1 -0
- package/api/types/AuthorizationMethod.js +1 -0
- package/api/types/BackgroundMusicConfig.d.ts +11 -0
- package/api/types/BackgroundMusicConfig.js +3 -0
- package/api/types/BackgroundMusicConfigWorkflowOverride.d.ts +11 -0
- package/api/types/BackgroundMusicConfigWorkflowOverride.js +3 -0
- package/api/types/BackgroundMusicPresetId.d.ts +13 -0
- package/api/types/BackgroundMusicPresetId.js +16 -0
- package/api/types/BackgroundMusicSourceType.d.ts +4 -0
- package/api/types/BackgroundMusicSourceType.js +3 -0
- package/api/types/BaseTurnConfig.d.ts +17 -0
- package/api/types/BaseTurnConfig.js +3 -0
- package/api/types/CancelCalendarEventParams.d.ts +3 -0
- package/api/types/CancelCalendarEventParams.js +3 -0
- package/api/types/CancelGroupSessionForAllParams.d.ts +8 -0
- package/api/types/CancelGroupSessionForAllParams.js +3 -0
- package/api/types/CancelGroupSessionRegistrationParams.d.ts +6 -0
- package/api/types/CancelGroupSessionRegistrationParams.js +3 -0
- package/api/types/ClientEvent.d.ts +1 -0
- package/api/types/ClientEvent.js +1 -0
- package/api/types/CodeToolAllowedDomain.d.ts +6 -0
- package/api/types/CodeToolAllowedDomain.js +3 -0
- package/api/types/ColumnUnit.d.ts +1 -0
- package/api/types/ColumnUnit.js +1 -0
- package/api/types/ContextualUpdateInfo.d.ts +6 -0
- package/api/types/ContextualUpdateInfo.js +3 -0
- package/api/types/ConvAiWebhooks.d.ts +2 -0
- package/api/types/ConversationAsrUsageModel.d.ts +8 -0
- package/api/types/ConversationAsrUsageModel.js +3 -0
- package/api/types/ConversationChargingCommonModel.d.ts +2 -0
- package/api/types/{ConversationConfig.d.ts → ConversationConfigInput.d.ts} +1 -1
- package/api/types/ConversationConfigInput.js +3 -0
- package/api/types/ConversationConfigOutput.d.ts +17 -0
- package/api/types/ConversationConfigOutput.js +3 -0
- package/{dist/api/types/ConversationConfigWorkflowOverride.d.ts → api/types/ConversationConfigWorkflowOverrideInput.d.ts} +1 -1
- package/api/types/ConversationConfigWorkflowOverrideInput.js +3 -0
- package/api/types/ConversationConfigWorkflowOverrideOutput.d.ts +17 -0
- package/api/types/ConversationConfigWorkflowOverrideOutput.js +3 -0
- package/api/types/ConversationHistoryMetadataCommonModel.d.ts +2 -0
- package/api/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.d.ts +4 -1
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.d.ts +4 -1
- package/api/types/ConversationInitiationSource.d.ts +1 -0
- package/api/types/ConversationInitiationSource.js +1 -0
- package/api/types/ConversationTagResponseModel.d.ts +8 -0
- package/api/types/ConversationTagResponseModel.js +3 -0
- package/api/types/{ConversationTokenDbModel.d.ts → ConversationTokenResponseModel.d.ts} +2 -2
- package/api/types/ConversationTokenResponseModel.js +3 -0
- package/api/types/ConversationTtsUsageModel.d.ts +10 -0
- package/api/types/ConversationTtsUsageModel.js +3 -0
- package/api/types/ConversationVoiceRewardModel.d.ts +4 -0
- package/api/types/ConversationVoiceRewardModel.js +3 -0
- package/api/types/ConversationVoiceUsageModel.d.ts +4 -0
- package/api/types/ConversationVoiceUsageModel.js +3 -0
- package/api/types/ConversationalConfig.d.ts +1 -1
- package/api/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +1 -1
- package/api/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
- package/api/types/CreateOAuth2JwtRequest.d.ts +2 -0
- package/api/types/CreateOAuth2JwtRequestTokenResponseField.d.ts +6 -0
- package/api/types/CreateOAuth2JwtRequestTokenResponseField.js +9 -0
- package/api/types/CreateServiceParams.d.ts +1 -1
- package/api/types/CreateSimulationTestRequest.d.ts +4 -0
- package/api/types/CreateSpeechEngineResponse.d.ts +4 -0
- package/api/types/CreateSpeechEngineResponse.js +3 -0
- package/api/types/Currency.d.ts +1 -0
- package/api/types/Currency.js +1 -0
- package/api/types/DeleteCalendarEventParams.d.ts +7 -0
- package/api/types/DeleteGroupSessionParams.d.ts +13 -0
- package/api/types/DeleteGroupSessionParams.js +3 -0
- package/api/types/DeviceModel.d.ts +13 -0
- package/api/types/DeviceModel.js +3 -0
- package/api/types/DirectPublishingReadResponseModel.d.ts +1 -0
- package/api/types/EntityManagementActivityId.d.ts +6 -0
- package/api/types/EntityManagementActivityId.js +3 -0
- package/api/types/GenerationSourceContext.d.ts +0 -2
- package/api/types/GetAgentLinkResponseModel.d.ts +1 -1
- package/api/types/GetClientAppointmentsParams.d.ts +1 -0
- package/api/types/GetConversationResponseModel.d.ts +2 -0
- package/api/types/GetConversationTagsPageResponseModel.d.ts +6 -0
- package/api/types/GetConversationTagsPageResponseModel.js +3 -0
- package/api/types/GetPhoneNumberSipTrunkResponseModel.d.ts +2 -0
- package/api/types/GetSimulationTestResponseModel.d.ts +4 -0
- package/api/types/GetSipLogMessagesResponse.d.ts +6 -0
- package/api/types/GetSipLogMessagesResponse.js +3 -0
- package/api/types/GroupManagementActivityId.d.ts +6 -0
- package/api/types/GroupManagementActivityId.js +3 -0
- package/api/types/HttpRequestModel.d.ts +16 -0
- package/api/types/HttpRequestModel.js +3 -0
- package/api/types/ImageAnalysis.d.ts +6 -0
- package/api/types/ImageAnalysis.js +3 -0
- package/api/types/ImageAnalysisResult.d.ts +11 -0
- package/api/types/ImageAnalysisResult.js +3 -0
- package/api/types/ImageAnalysisStatus.d.ts +6 -0
- package/api/types/ImageAnalysisStatus.js +9 -0
- package/api/types/ImageSubject.d.ts +4 -0
- package/api/types/ImageSubject.js +3 -0
- package/api/types/KnowledgeBaseDocumentChunksResponseModel.d.ts +5 -0
- package/api/types/KnowledgeBaseDocumentChunksResponseModel.js +3 -0
- package/api/types/KnowledgeBaseRagToolConfig.d.ts +1 -0
- package/api/types/KnowledgeBaseRagToolConfig.js +3 -0
- package/api/types/KnowledgeBaseRagToolResultModel.d.ts +8 -0
- package/api/types/KnowledgeBaseRagToolResultModel.js +3 -0
- package/api/types/KnowledgeBaseRagToolStatus.d.ts +6 -0
- package/api/types/KnowledgeBaseRagToolStatus.js +9 -0
- package/api/types/LeaveMessageParams.d.ts +3 -0
- package/api/types/LeaveMessageParams.js +3 -0
- package/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
- package/api/types/ListCalendarEventsParams.d.ts +1 -0
- package/api/types/ListGroupSessionsParams.d.ts +10 -0
- package/api/types/ListGroupSessionsParams.js +3 -0
- package/api/types/ListResponseApiIntegrationDocResponse.d.ts +5 -0
- package/api/types/ListResponseApiIntegrationDocResponse.js +3 -0
- package/api/types/ListSpeechEnginesResponse.d.ts +8 -0
- package/api/types/ListSpeechEnginesResponse.js +3 -0
- package/api/types/Llm.d.ts +10 -0
- package/api/types/Llm.js +10 -0
- package/api/types/LlmInfoModelInput.d.ts +2 -0
- package/api/types/LlmInfoModelOutput.d.ts +2 -0
- package/api/types/McpServerConfigInput.d.ts +1 -1
- package/api/types/McpServerConfigOutput.d.ts +1 -1
- package/api/types/Monitor.d.ts +5 -0
- package/api/types/Monitor.js +8 -0
- package/api/types/OAuth2JwtResponse.d.ts +2 -0
- package/api/types/OAuth2JwtResponseTokenResponseField.d.ts +6 -0
- package/api/types/OAuth2JwtResponseTokenResponseField.js +9 -0
- package/api/types/PhoneNumberAgentInfo.d.ts +4 -0
- package/api/types/Price.d.ts +8 -0
- package/api/types/Price.js +3 -0
- package/api/types/ProcedureCompilerMode.d.ts +1 -5
- package/api/types/ProcedureCompilerMode.js +0 -5
- package/api/types/ProjectExternalAudioResponseModel.d.ts +2 -3
- package/api/types/ProjectImageResponseModel.d.ts +6 -2
- package/api/types/ProjectVideoResponseModel.d.ts +2 -3
- package/api/types/PromptAgentApiModelInput.d.ts +1 -1
- package/api/types/PromptAgentApiModelOutput.d.ts +1 -1
- package/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +1 -1
- package/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +1 -1
- package/api/types/ReadMetadataChapterDbModel.d.ts +1 -0
- package/api/types/RegionalProcessingSurchargeInfo.d.ts +4 -0
- package/api/types/RegionalProcessingSurchargeInfo.js +3 -0
- package/api/types/RegisterForGroupSessionParams.d.ts +6 -0
- package/api/types/RegisterForGroupSessionParams.js +3 -0
- package/api/types/ReportKnowledgeGapParams.d.ts +3 -0
- package/api/types/ReportKnowledgeGapParams.js +3 -0
- package/api/types/ResourceAccessInfo.d.ts +2 -0
- package/api/types/ResourceAccessInfoAnonymousAccessLevelOverride.d.ts +7 -0
- package/api/types/ResourceAccessInfoAnonymousAccessLevelOverride.js +10 -0
- package/api/types/ReviewResponseModel.d.ts +1 -0
- package/api/types/ScheduleGroupSessionParams.d.ts +11 -0
- package/api/types/ScheduleGroupSessionParams.js +3 -0
- package/api/types/SeverityId.d.ts +6 -0
- package/api/types/SeverityId.js +3 -0
- package/api/types/SimulationTestModel.d.ts +4 -0
- package/api/types/SipLogMessage.d.ts +12 -0
- package/api/types/SipLogMessage.js +3 -0
- package/api/types/SipLogMessageDirection.d.ts +5 -0
- package/api/types/SipLogMessageDirection.js +8 -0
- package/api/types/SmsConversationInfo.d.ts +7 -0
- package/api/types/SmsConversationInfo.js +3 -0
- package/api/types/SmsConversationInfoDirection.d.ts +5 -0
- package/api/types/SmsConversationInfoDirection.js +8 -0
- package/api/types/SpeechEngineConfig.d.ts +7 -0
- package/api/types/SpeechEngineConfig.js +3 -0
- package/api/types/SpeechEngineConfigRequestHeadersValue.d.ts +2 -0
- package/api/types/SpeechEngineConfigRequestHeadersValue.js +3 -0
- package/api/types/SpeechEngineResponse.d.ts +16 -0
- package/api/types/SpeechEngineResponse.js +3 -0
- package/api/types/SpeechEngineSummaryResponse.d.ts +8 -0
- package/api/types/SpeechEngineSummaryResponse.js +3 -0
- package/api/types/StatusId.d.ts +6 -0
- package/api/types/StatusId.js +3 -0
- package/api/types/Subscription.d.ts +2 -0
- package/api/types/SubscriptionResponse.d.ts +2 -0
- package/api/types/SystemToolConfigInputParams.d.ts +4 -1
- package/api/types/SystemToolConfigOutputParams.d.ts +4 -1
- package/api/types/TurnConfig.d.ts +2 -2
- package/api/types/TurnConfigWorkflowOverride.d.ts +2 -2
- package/api/types/UpdateGroupSessionSeatsParams.d.ts +6 -0
- package/api/types/UpdateGroupSessionSeatsParams.js +3 -0
- package/api/types/UpdateSimulationTestRequest.d.ts +4 -0
- package/api/types/UrlModel.d.ts +19 -0
- package/api/types/UrlModel.js +3 -0
- package/api/types/UserAccessManagementActivityId.d.ts +6 -0
- package/api/types/UserAccessManagementActivityId.js +3 -0
- package/api/types/UserModel.d.ts +22 -0
- package/api/types/UserModel.js +3 -0
- package/api/types/UserTypeId.d.ts +6 -0
- package/api/types/UserTypeId.js +3 -0
- package/api/types/WebhookHmacSettings.d.ts +2 -0
- package/api/types/WebhookTranscriptFormat.d.ts +5 -0
- package/api/types/WebhookTranscriptFormat.js +8 -0
- package/api/types/WidgetConfigResponse.d.ts +2 -0
- package/api/types/WorkspaceApiKeyResponseModel.d.ts +1 -0
- package/api/types/WorkspaceAuditLogEntryResponse.d.ts +44 -0
- package/api/types/WorkspaceAuditLogEntryResponse.js +3 -0
- package/api/types/WorkspaceAuditLogEntryResponseActivityId.d.ts +5 -0
- package/api/types/WorkspaceAuditLogEntryResponseActivityId.js +3 -0
- package/api/types/WorkspaceAuditLogsPageResponse.d.ts +9 -0
- package/api/types/WorkspaceAuditLogsPageResponse.js +3 -0
- package/api/types/WorkspaceGroupPermission.d.ts +2 -0
- package/api/types/WorkspaceGroupPermission.js +2 -0
- package/api/types/WorkspaceGroupResponseModel.d.ts +1 -0
- package/api/types/WorkspaceResourceType.d.ts +1 -0
- package/api/types/WorkspaceResourceType.js +1 -0
- package/api/types/index.d.ts +77 -4
- package/api/types/index.js +77 -4
- package/dist/BaseClient.js +2 -2
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +31 -26
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/Client.js +3 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/summaries/client/requests/SummariesGetRequest.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +2 -1
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.js +6 -2
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/BatchCallsListRequest.d.ts +4 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +32 -3
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +106 -6
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSignedUrlRequest.d.ts +2 -2
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSipMessagesRequest.d.ts +12 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSipMessagesRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetWebrtcTokenRequest.d.ts +2 -2
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +15 -2
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/index.js +3 -1
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +6 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +6 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesSearchRequest.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +7 -1
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/Client.d.ts +114 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/Client.js +454 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/AssignConversationTagsRequestModel.d.ts +10 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/AssignConversationTagsRequestModel.js +3 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/CreateConversationTagRequestModel.d.ts +12 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/CreateConversationTagRequestModel.js +3 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/PatchConversationTagRequestModel.d.ts +10 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/PatchConversationTagRequestModel.js +3 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/TagsListRequest.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/TagsListRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/index.d.ts +4 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/tags/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/conversations/types/ConversationsListRequestExcludeStatusesItem.d.ts +8 -0
- package/dist/api/resources/conversationalAi/resources/conversations/types/ConversationsListRequestExcludeStatusesItem.js +11 -0
- package/dist/api/resources/conversationalAi/resources/conversations/types/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/types/index.js +1 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +2 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseSearchRequest.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.d.ts +17 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +65 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/BodyUpdateFileDocumentV1ConvaiKnowledgeBaseDocumentationIdUpdateFilePatch.d.ts +11 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/BodyUpdateFileDocumentV1ConvaiKnowledgeBaseDocumentationIdUpdateFilePatch.js +3 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/types/DocumentUpdateFileResponse.d.ts +16 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/types/DocumentUpdateFileResponse.js +3 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/types/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/types/index.js +1 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +6 -5
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +12 -9
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch.d.ts +4 -4
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/Client.d.ts +31 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/Client.js +131 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/requests/ChunksListRequest.d.ts +17 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/requests/ChunksListRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunks/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/index.js +3 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/client/Client.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/client/Client.js +3 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/summaries/client/requests/SummariesGetRequest.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +17 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +67 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/PhoneNumbersGetSipMessagesRequest.d.ts +12 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/PhoneNumbersGetSipMessagesRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +5 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tests/client/Client.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tests/client/Client.js +1 -0
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/TestsListRequest.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +6 -4
- package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/InvocationsListRequest.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +1 -0
- package/dist/api/resources/conversationalAi/resources/tools/client/requests/ToolsListRequest.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/users/client/requests/UsersListRequest.d.ts +1 -1
- package/dist/api/resources/index.d.ts +2 -0
- package/dist/api/resources/index.js +3 -1
- package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +2 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +2 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps.d.ts +4 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps.js +3 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +1 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.js +1 -0
- package/dist/api/resources/speechEngine/client/Client.d.ts +89 -0
- package/dist/api/resources/speechEngine/client/Client.js +363 -0
- package/dist/api/resources/speechEngine/client/index.d.ts +1 -0
- package/dist/api/resources/speechEngine/client/index.js +17 -0
- package/dist/api/resources/speechEngine/client/requests/CreateSpeechEngineRequest.d.ts +31 -0
- package/dist/api/resources/speechEngine/client/requests/CreateSpeechEngineRequest.js +3 -0
- package/dist/api/resources/speechEngine/client/requests/SpeechEngineListRequest.d.ts +23 -0
- package/dist/api/resources/speechEngine/client/requests/SpeechEngineListRequest.js +3 -0
- package/dist/api/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.d.ts +17 -0
- package/dist/api/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.js +3 -0
- package/dist/api/resources/speechEngine/client/requests/index.d.ts +3 -0
- package/dist/api/resources/speechEngine/client/requests/index.js +2 -0
- package/dist/api/resources/speechEngine/index.d.ts +1 -0
- package/dist/api/resources/speechEngine/index.js +17 -0
- package/dist/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost.d.ts +1 -1
- package/dist/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.d.ts +17 -10
- package/dist/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.js +17 -10
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -2
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -2
- package/dist/api/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.d.ts +1 -1
- package/dist/api/resources/voices/client/Client.d.ts +5 -2
- package/dist/api/resources/voices/client/Client.js +8 -2
- package/dist/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.d.ts +2 -0
- package/dist/api/resources/voices/client/requests/VoicesGetSharedRequest.d.ts +2 -0
- package/dist/api/resources/voices/client/requests/VoicesSearchRequest.d.ts +2 -1
- package/dist/api/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +2 -0
- package/dist/api/resources/workspace/client/Client.d.ts +6 -0
- package/dist/api/resources/workspace/client/Client.js +22 -12
- package/dist/api/resources/workspace/resources/analytics/client/Client.d.ts +12 -0
- package/dist/api/resources/workspace/resources/analytics/client/Client.js +16 -0
- package/dist/api/resources/workspace/resources/analytics/client/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/analytics/client/index.js +2 -0
- package/dist/api/resources/workspace/resources/analytics/index.d.ts +2 -0
- package/dist/api/resources/workspace/resources/analytics/index.js +18 -0
- package/dist/api/resources/workspace/resources/analytics/resources/index.d.ts +3 -0
- package/dist/api/resources/workspace/resources/analytics/resources/index.js +42 -0
- package/dist/api/resources/workspace/resources/analytics/resources/requests/client/Client.d.ts +26 -0
- package/dist/api/resources/workspace/resources/analytics/resources/requests/client/Client.js +118 -0
- package/dist/api/resources/workspace/resources/analytics/resources/requests/client/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/analytics/resources/requests/client/index.js +17 -0
- package/dist/api/resources/workspace/resources/analytics/resources/requests/client/requests/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPost.d.ts +16 -0
- package/dist/api/resources/workspace/resources/analytics/resources/requests/client/requests/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPost.js +3 -0
- package/dist/api/resources/workspace/resources/analytics/resources/requests/client/requests/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/analytics/resources/requests/client/requests/index.js +2 -0
- package/dist/api/resources/workspace/resources/analytics/resources/requests/index.d.ts +2 -0
- package/dist/api/resources/workspace/resources/analytics/resources/requests/index.js +18 -0
- package/dist/api/resources/workspace/resources/analytics/resources/requests/types/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPostSort.d.ts +5 -0
- package/dist/api/resources/workspace/resources/analytics/resources/requests/types/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPostSort.js +8 -0
- package/dist/api/resources/workspace/resources/analytics/resources/requests/types/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/analytics/resources/requests/types/index.js +17 -0
- package/dist/api/resources/workspace/resources/auditLogs/client/Client.d.ts +34 -0
- package/dist/api/resources/workspace/resources/auditLogs/client/Client.js +146 -0
- package/dist/api/resources/workspace/resources/auditLogs/client/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/auditLogs/client/index.js +17 -0
- package/dist/api/resources/workspace/resources/auditLogs/client/requests/AuditLogsListRequest.d.ts +28 -0
- package/dist/api/resources/workspace/resources/auditLogs/client/requests/AuditLogsListRequest.js +3 -0
- package/dist/api/resources/workspace/resources/auditLogs/client/requests/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/auditLogs/client/requests/index.js +2 -0
- package/dist/api/resources/workspace/resources/auditLogs/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/auditLogs/index.js +17 -0
- package/dist/api/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +4 -1
- package/dist/api/resources/workspace/resources/index.d.ts +3 -0
- package/dist/api/resources/workspace/resources/index.js +4 -1
- package/dist/api/types/AccountChangeActivityId.d.ts +6 -0
- package/dist/api/types/AccountChangeActivityId.js +3 -0
- package/dist/api/types/ActorModel.d.ts +16 -0
- package/dist/api/types/ActorModel.js +3 -0
- package/dist/api/types/AgentAlertingMonitorConfig.d.ts +4 -0
- package/dist/api/types/AgentAlertingMonitorConfig.js +3 -0
- package/dist/api/types/AgentAlertingSettings.d.ts +5 -0
- package/dist/api/types/AgentAlertingSettings.js +3 -0
- package/dist/api/types/AgentMetadataDbModel.d.ts +7 -0
- package/dist/api/types/AgentMetadataDbModel.js +3 -0
- package/dist/api/types/AgentPlatformSettingsRequestModel.d.ts +1 -0
- package/dist/api/types/AgentPlatformSettingsResponseModel.d.ts +1 -0
- package/dist/api/types/AgentTopicResponseModel.d.ts +3 -0
- package/dist/api/types/ApiIntegrationDocResponse.d.ts +8 -0
- package/dist/api/types/ApiIntegrationDocResponse.js +3 -0
- package/dist/api/types/ApiIntegrationOAuth2CustomAppResponse.d.ts +26 -0
- package/dist/api/types/ApiIntegrationOAuth2CustomAppResponse.js +3 -0
- package/dist/api/types/ApiIntegrationOAuth2CustomAppResponseScopeSeparator.d.ts +6 -0
- package/dist/api/types/ApiIntegrationOAuth2CustomAppResponseScopeSeparator.js +9 -0
- package/dist/api/types/AuthenticationActivityId.d.ts +6 -0
- package/dist/api/types/AuthenticationActivityId.js +3 -0
- package/dist/api/types/AuthorizationMethod.d.ts +1 -0
- package/dist/api/types/AuthorizationMethod.js +1 -0
- package/dist/api/types/BackgroundMusicConfig.d.ts +11 -0
- package/dist/api/types/BackgroundMusicConfig.js +3 -0
- package/dist/api/types/BackgroundMusicConfigWorkflowOverride.d.ts +11 -0
- package/dist/api/types/BackgroundMusicConfigWorkflowOverride.js +3 -0
- package/dist/api/types/BackgroundMusicPresetId.d.ts +13 -0
- package/dist/api/types/BackgroundMusicPresetId.js +16 -0
- package/dist/api/types/BackgroundMusicSourceType.d.ts +4 -0
- package/dist/api/types/BackgroundMusicSourceType.js +3 -0
- package/dist/api/types/BaseTurnConfig.d.ts +17 -0
- package/dist/api/types/BaseTurnConfig.js +3 -0
- package/dist/api/types/CancelCalendarEventParams.d.ts +3 -0
- package/dist/api/types/CancelCalendarEventParams.js +3 -0
- package/dist/api/types/CancelGroupSessionForAllParams.d.ts +8 -0
- package/dist/api/types/CancelGroupSessionForAllParams.js +3 -0
- package/dist/api/types/CancelGroupSessionRegistrationParams.d.ts +6 -0
- package/dist/api/types/CancelGroupSessionRegistrationParams.js +3 -0
- package/dist/api/types/ClientEvent.d.ts +1 -0
- package/dist/api/types/ClientEvent.js +1 -0
- package/dist/api/types/CodeToolAllowedDomain.d.ts +6 -0
- package/dist/api/types/CodeToolAllowedDomain.js +3 -0
- package/dist/api/types/ColumnUnit.d.ts +1 -0
- package/dist/api/types/ColumnUnit.js +1 -0
- package/dist/api/types/ContextualUpdateInfo.d.ts +6 -0
- package/dist/api/types/ContextualUpdateInfo.js +3 -0
- package/dist/api/types/ConvAiWebhooks.d.ts +2 -0
- package/dist/api/types/ConversationAsrUsageModel.d.ts +8 -0
- package/dist/api/types/ConversationAsrUsageModel.js +3 -0
- package/dist/api/types/ConversationChargingCommonModel.d.ts +2 -0
- package/dist/api/types/{ConversationConfig.d.ts → ConversationConfigInput.d.ts} +1 -1
- package/dist/api/types/ConversationConfigInput.js +3 -0
- package/dist/api/types/ConversationConfigOutput.d.ts +17 -0
- package/dist/api/types/ConversationConfigOutput.js +3 -0
- package/{api/types/ConversationConfigWorkflowOverride.d.ts → dist/api/types/ConversationConfigWorkflowOverrideInput.d.ts} +1 -1
- package/dist/api/types/ConversationConfigWorkflowOverrideInput.js +3 -0
- package/dist/api/types/ConversationConfigWorkflowOverrideOutput.d.ts +17 -0
- package/dist/api/types/ConversationConfigWorkflowOverrideOutput.js +3 -0
- package/dist/api/types/ConversationHistoryMetadataCommonModel.d.ts +2 -0
- package/dist/api/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptResponseModel.d.ts +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 +1 -0
- package/dist/api/types/ConversationInitiationSource.js +1 -0
- package/dist/api/types/ConversationTagResponseModel.d.ts +8 -0
- package/dist/api/types/ConversationTagResponseModel.js +3 -0
- package/dist/api/types/{ConversationTokenDbModel.d.ts → ConversationTokenResponseModel.d.ts} +2 -2
- package/dist/api/types/ConversationTokenResponseModel.js +3 -0
- package/dist/api/types/ConversationTtsUsageModel.d.ts +10 -0
- package/dist/api/types/ConversationTtsUsageModel.js +3 -0
- package/dist/api/types/ConversationVoiceRewardModel.d.ts +4 -0
- package/dist/api/types/ConversationVoiceRewardModel.js +3 -0
- package/dist/api/types/ConversationVoiceUsageModel.d.ts +4 -0
- package/dist/api/types/ConversationVoiceUsageModel.js +3 -0
- package/dist/api/types/ConversationalConfig.d.ts +1 -1
- package/dist/api/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +1 -1
- package/dist/api/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
- package/dist/api/types/CreateOAuth2JwtRequest.d.ts +2 -0
- package/dist/api/types/CreateOAuth2JwtRequestTokenResponseField.d.ts +6 -0
- package/dist/api/types/CreateOAuth2JwtRequestTokenResponseField.js +9 -0
- package/dist/api/types/CreateServiceParams.d.ts +1 -1
- package/dist/api/types/CreateSimulationTestRequest.d.ts +4 -0
- package/dist/api/types/CreateSpeechEngineResponse.d.ts +4 -0
- package/dist/api/types/CreateSpeechEngineResponse.js +3 -0
- package/dist/api/types/Currency.d.ts +1 -0
- package/dist/api/types/Currency.js +1 -0
- package/dist/api/types/DeleteCalendarEventParams.d.ts +7 -0
- package/dist/api/types/DeleteGroupSessionParams.d.ts +13 -0
- package/dist/api/types/DeleteGroupSessionParams.js +3 -0
- package/dist/api/types/DeviceModel.d.ts +13 -0
- package/dist/api/types/DeviceModel.js +3 -0
- package/dist/api/types/DirectPublishingReadResponseModel.d.ts +1 -0
- package/dist/api/types/EntityManagementActivityId.d.ts +6 -0
- package/dist/api/types/EntityManagementActivityId.js +3 -0
- package/dist/api/types/GenerationSourceContext.d.ts +0 -2
- package/dist/api/types/GetAgentLinkResponseModel.d.ts +1 -1
- package/dist/api/types/GetClientAppointmentsParams.d.ts +1 -0
- package/dist/api/types/GetConversationResponseModel.d.ts +2 -0
- package/dist/api/types/GetConversationTagsPageResponseModel.d.ts +6 -0
- package/dist/api/types/GetConversationTagsPageResponseModel.js +3 -0
- package/dist/api/types/GetPhoneNumberSipTrunkResponseModel.d.ts +2 -0
- package/dist/api/types/GetSimulationTestResponseModel.d.ts +4 -0
- package/dist/api/types/GetSipLogMessagesResponse.d.ts +6 -0
- package/dist/api/types/GetSipLogMessagesResponse.js +3 -0
- package/dist/api/types/GroupManagementActivityId.d.ts +6 -0
- package/dist/api/types/GroupManagementActivityId.js +3 -0
- package/dist/api/types/HttpRequestModel.d.ts +16 -0
- package/dist/api/types/HttpRequestModel.js +3 -0
- package/dist/api/types/ImageAnalysis.d.ts +6 -0
- package/dist/api/types/ImageAnalysis.js +3 -0
- package/dist/api/types/ImageAnalysisResult.d.ts +11 -0
- package/dist/api/types/ImageAnalysisResult.js +3 -0
- package/dist/api/types/ImageAnalysisStatus.d.ts +6 -0
- package/dist/api/types/ImageAnalysisStatus.js +9 -0
- package/dist/api/types/ImageSubject.d.ts +4 -0
- package/dist/api/types/ImageSubject.js +3 -0
- package/dist/api/types/KnowledgeBaseDocumentChunksResponseModel.d.ts +5 -0
- package/dist/api/types/KnowledgeBaseDocumentChunksResponseModel.js +3 -0
- package/dist/api/types/KnowledgeBaseRagToolConfig.d.ts +1 -0
- package/dist/api/types/KnowledgeBaseRagToolConfig.js +3 -0
- package/dist/api/types/KnowledgeBaseRagToolResultModel.d.ts +8 -0
- package/dist/api/types/KnowledgeBaseRagToolResultModel.js +3 -0
- package/dist/api/types/KnowledgeBaseRagToolStatus.d.ts +6 -0
- package/dist/api/types/KnowledgeBaseRagToolStatus.js +9 -0
- package/dist/api/types/LeaveMessageParams.d.ts +3 -0
- package/dist/api/types/LeaveMessageParams.js +3 -0
- package/dist/api/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +4 -1
- package/dist/api/types/ListCalendarEventsParams.d.ts +1 -0
- package/dist/api/types/ListGroupSessionsParams.d.ts +10 -0
- package/dist/api/types/ListGroupSessionsParams.js +3 -0
- package/dist/api/types/ListResponseApiIntegrationDocResponse.d.ts +5 -0
- package/dist/api/types/ListResponseApiIntegrationDocResponse.js +3 -0
- package/dist/api/types/ListSpeechEnginesResponse.d.ts +8 -0
- package/dist/api/types/ListSpeechEnginesResponse.js +3 -0
- package/dist/api/types/Llm.d.ts +10 -0
- package/dist/api/types/Llm.js +10 -0
- package/dist/api/types/LlmInfoModelInput.d.ts +2 -0
- package/dist/api/types/LlmInfoModelOutput.d.ts +2 -0
- package/dist/api/types/McpServerConfigInput.d.ts +1 -1
- package/dist/api/types/McpServerConfigOutput.d.ts +1 -1
- package/dist/api/types/Monitor.d.ts +5 -0
- package/dist/api/types/Monitor.js +8 -0
- package/dist/api/types/OAuth2JwtResponse.d.ts +2 -0
- package/dist/api/types/OAuth2JwtResponseTokenResponseField.d.ts +6 -0
- package/dist/api/types/OAuth2JwtResponseTokenResponseField.js +9 -0
- package/dist/api/types/PhoneNumberAgentInfo.d.ts +4 -0
- package/dist/api/types/Price.d.ts +8 -0
- package/dist/api/types/Price.js +3 -0
- package/dist/api/types/ProcedureCompilerMode.d.ts +1 -5
- package/dist/api/types/ProcedureCompilerMode.js +0 -5
- package/dist/api/types/ProjectExternalAudioResponseModel.d.ts +2 -3
- package/dist/api/types/ProjectImageResponseModel.d.ts +6 -2
- package/dist/api/types/ProjectVideoResponseModel.d.ts +2 -3
- package/dist/api/types/PromptAgentApiModelInput.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelOutput.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +1 -1
- package/dist/api/types/ReadMetadataChapterDbModel.d.ts +1 -0
- package/dist/api/types/RegionalProcessingSurchargeInfo.d.ts +4 -0
- package/dist/api/types/RegionalProcessingSurchargeInfo.js +3 -0
- package/dist/api/types/RegisterForGroupSessionParams.d.ts +6 -0
- package/dist/api/types/RegisterForGroupSessionParams.js +3 -0
- package/dist/api/types/ReportKnowledgeGapParams.d.ts +3 -0
- package/dist/api/types/ReportKnowledgeGapParams.js +3 -0
- package/dist/api/types/ResourceAccessInfo.d.ts +2 -0
- package/dist/api/types/ResourceAccessInfoAnonymousAccessLevelOverride.d.ts +7 -0
- package/dist/api/types/ResourceAccessInfoAnonymousAccessLevelOverride.js +10 -0
- package/dist/api/types/ReviewResponseModel.d.ts +1 -0
- package/dist/api/types/ScheduleGroupSessionParams.d.ts +11 -0
- package/dist/api/types/ScheduleGroupSessionParams.js +3 -0
- package/dist/api/types/SeverityId.d.ts +6 -0
- package/dist/api/types/SeverityId.js +3 -0
- package/dist/api/types/SimulationTestModel.d.ts +4 -0
- package/dist/api/types/SipLogMessage.d.ts +12 -0
- package/dist/api/types/SipLogMessage.js +3 -0
- package/dist/api/types/SipLogMessageDirection.d.ts +5 -0
- package/dist/api/types/SipLogMessageDirection.js +8 -0
- package/dist/api/types/SmsConversationInfo.d.ts +7 -0
- package/dist/api/types/SmsConversationInfo.js +3 -0
- package/dist/api/types/SmsConversationInfoDirection.d.ts +5 -0
- package/dist/api/types/SmsConversationInfoDirection.js +8 -0
- package/dist/api/types/SpeechEngineConfig.d.ts +7 -0
- package/dist/api/types/SpeechEngineConfig.js +3 -0
- package/dist/api/types/SpeechEngineConfigRequestHeadersValue.d.ts +2 -0
- package/dist/api/types/SpeechEngineConfigRequestHeadersValue.js +3 -0
- package/dist/api/types/SpeechEngineResponse.d.ts +16 -0
- package/dist/api/types/SpeechEngineResponse.js +3 -0
- package/dist/api/types/SpeechEngineSummaryResponse.d.ts +8 -0
- package/dist/api/types/SpeechEngineSummaryResponse.js +3 -0
- package/dist/api/types/StatusId.d.ts +6 -0
- package/dist/api/types/StatusId.js +3 -0
- package/dist/api/types/Subscription.d.ts +2 -0
- package/dist/api/types/SubscriptionResponse.d.ts +2 -0
- package/dist/api/types/SystemToolConfigInputParams.d.ts +4 -1
- package/dist/api/types/SystemToolConfigOutputParams.d.ts +4 -1
- package/dist/api/types/TurnConfig.d.ts +2 -2
- package/dist/api/types/TurnConfigWorkflowOverride.d.ts +2 -2
- package/dist/api/types/UpdateGroupSessionSeatsParams.d.ts +6 -0
- package/dist/api/types/UpdateGroupSessionSeatsParams.js +3 -0
- package/dist/api/types/UpdateSimulationTestRequest.d.ts +4 -0
- package/dist/api/types/UrlModel.d.ts +19 -0
- package/dist/api/types/UrlModel.js +3 -0
- package/dist/api/types/UserAccessManagementActivityId.d.ts +6 -0
- package/dist/api/types/UserAccessManagementActivityId.js +3 -0
- package/dist/api/types/UserModel.d.ts +22 -0
- package/dist/api/types/UserModel.js +3 -0
- package/dist/api/types/UserTypeId.d.ts +6 -0
- package/dist/api/types/UserTypeId.js +3 -0
- package/dist/api/types/WebhookHmacSettings.d.ts +2 -0
- package/dist/api/types/WebhookTranscriptFormat.d.ts +5 -0
- package/dist/api/types/WebhookTranscriptFormat.js +8 -0
- package/dist/api/types/WidgetConfigResponse.d.ts +2 -0
- package/dist/api/types/WorkspaceApiKeyResponseModel.d.ts +1 -0
- package/dist/api/types/WorkspaceAuditLogEntryResponse.d.ts +44 -0
- package/dist/api/types/WorkspaceAuditLogEntryResponse.js +3 -0
- package/dist/api/types/WorkspaceAuditLogEntryResponseActivityId.d.ts +5 -0
- package/dist/api/types/WorkspaceAuditLogEntryResponseActivityId.js +3 -0
- package/dist/api/types/WorkspaceAuditLogsPageResponse.d.ts +9 -0
- package/dist/api/types/WorkspaceAuditLogsPageResponse.js +3 -0
- package/dist/api/types/WorkspaceGroupPermission.d.ts +2 -0
- package/dist/api/types/WorkspaceGroupPermission.js +2 -0
- package/dist/api/types/WorkspaceGroupResponseModel.d.ts +1 -0
- package/dist/api/types/WorkspaceResourceType.d.ts +1 -0
- package/dist/api/types/WorkspaceResourceType.js +1 -0
- package/dist/api/types/index.d.ts +77 -4
- package/dist/api/types/index.js +77 -4
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/index.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/index.js +3 -1
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/AssignConversationTagsRequestModel.d.ts +9 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/AssignConversationTagsRequestModel.js +41 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/CreateConversationTagRequestModel.d.ts +10 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/CreateConversationTagRequestModel.js +42 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/PatchConversationTagRequestModel.d.ts +10 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/PatchConversationTagRequestModel.js +42 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/index.d.ts +3 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/index.js +9 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/tags/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/tags/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/types/ConversationsListRequestExcludeStatusesItem.d.ts +7 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/types/ConversationsListRequestExcludeStatusesItem.js +39 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/types/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/types/index.js +1 -0
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/types/DocumentUpdateFileResponse.d.ts +23 -0
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/types/DocumentUpdateFileResponse.js +53 -0
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/types/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/types/index.js +1 -0
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch.d.ts +2 -1
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch.js +2 -1
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +3 -0
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +3 -0
- package/dist/serialization/resources/index.d.ts +2 -0
- package/dist/serialization/resources/index.js +3 -1
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +1 -0
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.js +1 -0
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +2 -0
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.js +2 -0
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps.d.ts +7 -0
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps.js +43 -0
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +1 -0
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +1 -0
- package/dist/serialization/resources/speechEngine/client/index.d.ts +1 -0
- package/dist/serialization/resources/speechEngine/client/index.js +17 -0
- package/dist/serialization/resources/speechEngine/client/requests/CreateSpeechEngineRequest.d.ts +25 -0
- package/dist/serialization/resources/speechEngine/client/requests/CreateSpeechEngineRequest.js +57 -0
- package/dist/serialization/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.d.ts +25 -0
- package/dist/serialization/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.js +57 -0
- package/dist/serialization/resources/speechEngine/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/speechEngine/client/requests/index.js +7 -0
- package/dist/serialization/resources/speechEngine/index.d.ts +1 -0
- package/dist/serialization/resources/speechEngine/index.js +17 -0
- package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.d.ts +1 -1
- package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.js +16 -9
- package/dist/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +1 -0
- package/dist/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.js +1 -0
- package/dist/serialization/resources/workspace/resources/analytics/index.d.ts +1 -0
- package/dist/serialization/resources/workspace/resources/analytics/index.js +17 -0
- package/dist/serialization/resources/workspace/resources/analytics/resources/index.d.ts +3 -0
- package/dist/serialization/resources/workspace/resources/analytics/resources/index.js +42 -0
- package/dist/serialization/resources/workspace/resources/analytics/resources/requests/client/index.d.ts +1 -0
- package/dist/serialization/resources/workspace/resources/analytics/resources/requests/client/index.js +17 -0
- package/dist/serialization/resources/workspace/resources/analytics/resources/requests/client/requests/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPost.d.ts +16 -0
- package/dist/serialization/resources/workspace/resources/analytics/resources/requests/client/requests/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPost.js +48 -0
- package/dist/serialization/resources/workspace/resources/analytics/resources/requests/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/workspace/resources/analytics/resources/requests/client/requests/index.js +5 -0
- package/dist/serialization/resources/workspace/resources/analytics/resources/requests/index.d.ts +2 -0
- package/dist/serialization/resources/workspace/resources/analytics/resources/requests/index.js +18 -0
- package/dist/serialization/resources/workspace/resources/analytics/resources/requests/types/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPostSort.d.ts +7 -0
- package/dist/serialization/resources/workspace/resources/analytics/resources/requests/types/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPostSort.js +39 -0
- package/dist/serialization/resources/workspace/resources/analytics/resources/requests/types/index.d.ts +1 -0
- package/dist/serialization/resources/workspace/resources/analytics/resources/requests/types/index.js +17 -0
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
- package/dist/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
- package/dist/serialization/resources/workspace/resources/index.d.ts +1 -0
- package/dist/serialization/resources/workspace/resources/index.js +2 -1
- package/dist/serialization/types/AccountChangeActivityId.d.ts +7 -0
- package/dist/serialization/types/{DubbingModel.js → AccountChangeActivityId.js} +2 -2
- package/dist/serialization/types/ActorModel.d.ts +13 -0
- package/dist/serialization/types/ActorModel.js +45 -0
- package/dist/serialization/types/AgentAlertingMonitorConfig.d.ts +9 -0
- package/dist/serialization/types/AgentAlertingMonitorConfig.js +41 -0
- package/dist/serialization/types/AgentAlertingSettings.d.ts +10 -0
- package/dist/serialization/types/AgentAlertingSettings.js +42 -0
- package/dist/serialization/types/AgentMetadataDbModel.d.ts +13 -0
- package/dist/serialization/types/AgentMetadataDbModel.js +45 -0
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.d.ts +2 -0
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.js +2 -0
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.d.ts +2 -0
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.js +2 -0
- package/dist/serialization/types/AgentTopicResponseModel.d.ts +3 -0
- package/dist/serialization/types/AgentTopicResponseModel.js +3 -0
- package/dist/serialization/types/ApiIntegrationDocResponse.d.ts +11 -0
- package/dist/serialization/types/ApiIntegrationDocResponse.js +43 -0
- package/dist/serialization/types/ApiIntegrationOAuth2CustomAppResponse.d.ts +25 -0
- package/dist/serialization/types/ApiIntegrationOAuth2CustomAppResponse.js +57 -0
- package/dist/serialization/types/ApiIntegrationOAuth2CustomAppResponseScopeSeparator.d.ts +7 -0
- package/dist/serialization/types/ApiIntegrationOAuth2CustomAppResponseScopeSeparator.js +39 -0
- package/dist/serialization/types/AuthenticationActivityId.d.ts +7 -0
- package/{serialization/types/DubbingModel.js → dist/serialization/types/AuthenticationActivityId.js} +2 -2
- package/dist/serialization/types/AuthorizationMethod.d.ts +1 -1
- package/dist/serialization/types/AuthorizationMethod.js +1 -0
- package/dist/serialization/types/BackgroundMusicConfig.d.ts +14 -0
- package/dist/serialization/types/BackgroundMusicConfig.js +46 -0
- package/dist/serialization/types/BackgroundMusicConfigWorkflowOverride.d.ts +14 -0
- package/dist/serialization/types/BackgroundMusicConfigWorkflowOverride.js +46 -0
- package/dist/serialization/types/BackgroundMusicPresetId.d.ts +7 -0
- package/dist/serialization/types/BackgroundMusicPresetId.js +49 -0
- package/dist/serialization/types/BackgroundMusicSourceType.d.ts +7 -0
- package/dist/serialization/types/BackgroundMusicSourceType.js +39 -0
- package/dist/serialization/types/BaseTurnConfig.d.ts +17 -0
- package/dist/serialization/types/BaseTurnConfig.js +49 -0
- package/dist/serialization/types/CancelCalendarEventParams.d.ts +9 -0
- package/dist/serialization/types/CancelCalendarEventParams.js +41 -0
- package/dist/serialization/types/CancelGroupSessionForAllParams.d.ts +9 -0
- package/dist/serialization/types/CancelGroupSessionForAllParams.js +41 -0
- package/dist/serialization/types/CancelGroupSessionRegistrationParams.d.ts +9 -0
- package/dist/serialization/types/CancelGroupSessionRegistrationParams.js +41 -0
- package/dist/serialization/types/ClientEvent.d.ts +1 -1
- package/dist/serialization/types/ClientEvent.js +1 -0
- package/dist/serialization/types/CodeToolAllowedDomain.d.ts +10 -0
- package/dist/serialization/types/CodeToolAllowedDomain.js +42 -0
- package/dist/serialization/types/ColumnUnit.d.ts +1 -1
- package/dist/serialization/types/ColumnUnit.js +1 -1
- package/dist/serialization/types/ContextualUpdateInfo.d.ts +10 -0
- package/dist/serialization/types/ContextualUpdateInfo.js +42 -0
- package/dist/serialization/types/ConvAiWebhooks.d.ts +2 -0
- package/dist/serialization/types/ConvAiWebhooks.js +2 -0
- package/dist/serialization/types/ConversationAsrUsageModel.d.ts +11 -0
- package/dist/serialization/types/ConversationAsrUsageModel.js +43 -0
- package/dist/serialization/types/ConversationChargingCommonModel.d.ts +4 -0
- package/dist/serialization/types/ConversationChargingCommonModel.js +4 -0
- package/dist/serialization/types/{ConversationConfig.d.ts → ConversationConfigInput.d.ts} +2 -2
- package/dist/serialization/types/{ConversationConfig.js → ConversationConfigInput.js} +2 -2
- package/dist/serialization/types/ConversationConfigOutput.d.ts +17 -0
- package/dist/serialization/types/ConversationConfigOutput.js +49 -0
- package/dist/serialization/types/{ConversationConfigWorkflowOverride.d.ts → ConversationConfigWorkflowOverrideInput.d.ts} +2 -2
- package/dist/serialization/types/{ConversationConfigWorkflowOverride.js → ConversationConfigWorkflowOverrideInput.js} +2 -2
- package/dist/serialization/types/ConversationConfigWorkflowOverrideOutput.d.ts +17 -0
- package/dist/serialization/types/ConversationConfigWorkflowOverrideOutput.js +49 -0
- package/dist/serialization/types/ConversationHistoryMetadataCommonModel.d.ts +4 -0
- package/dist/serialization/types/ConversationHistoryMetadataCommonModel.js +4 -0
- package/dist/serialization/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +1 -0
- package/dist/serialization/types/ConversationHistorySipTrunkingPhoneCallModel.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +2 -0
- package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.js +2 -0
- 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 +1 -0
- package/dist/serialization/types/ConversationTagResponseModel.d.ts +14 -0
- package/dist/serialization/types/ConversationTagResponseModel.js +46 -0
- package/dist/serialization/types/{ConversationTokenDbModel.d.ts → ConversationTokenResponseModel.d.ts} +3 -3
- package/{serialization/types/ConversationTokenDbModel.js → dist/serialization/types/ConversationTokenResponseModel.js} +3 -3
- package/dist/serialization/types/ConversationTtsUsageModel.d.ts +13 -0
- package/dist/serialization/types/ConversationTtsUsageModel.js +45 -0
- package/dist/serialization/types/ConversationVoiceRewardModel.d.ts +10 -0
- package/dist/serialization/types/ConversationVoiceRewardModel.js +42 -0
- package/dist/serialization/types/ConversationVoiceUsageModel.d.ts +10 -0
- package/dist/serialization/types/ConversationVoiceUsageModel.js +42 -0
- package/dist/serialization/types/ConversationalConfig.d.ts +2 -2
- package/dist/serialization/types/ConversationalConfig.js +2 -2
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +2 -2
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.js +2 -2
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +2 -2
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.js +2 -2
- package/dist/serialization/types/CreateOAuth2JwtRequest.d.ts +2 -0
- package/dist/serialization/types/CreateOAuth2JwtRequest.js +2 -0
- package/dist/serialization/types/CreateOAuth2JwtRequestTokenResponseField.d.ts +7 -0
- package/dist/serialization/types/CreateOAuth2JwtRequestTokenResponseField.js +39 -0
- package/dist/serialization/types/CreateSimulationTestRequest.d.ts +3 -0
- package/dist/serialization/types/CreateSimulationTestRequest.js +3 -0
- package/dist/serialization/types/CreateSpeechEngineResponse.d.ts +9 -0
- package/dist/serialization/types/CreateSpeechEngineResponse.js +41 -0
- package/dist/serialization/types/Currency.d.ts +1 -1
- package/dist/serialization/types/Currency.js +1 -1
- package/dist/serialization/types/DeleteGroupSessionParams.d.ts +9 -0
- package/dist/serialization/types/DeleteGroupSessionParams.js +41 -0
- package/dist/serialization/types/DeviceModel.d.ts +11 -0
- package/dist/serialization/types/DeviceModel.js +43 -0
- package/dist/serialization/types/DirectPublishingReadResponseModel.d.ts +1 -0
- package/dist/serialization/types/DirectPublishingReadResponseModel.js +1 -0
- package/dist/serialization/types/EntityManagementActivityId.d.ts +7 -0
- package/dist/serialization/types/EntityManagementActivityId.js +39 -0
- package/dist/serialization/types/GenerationSourceContext.d.ts +0 -1
- package/dist/serialization/types/GenerationSourceContext.js +0 -1
- package/dist/serialization/types/GetAgentLinkResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetAgentLinkResponseModel.js +2 -2
- package/dist/serialization/types/GetClientAppointmentsParams.d.ts +1 -0
- package/dist/serialization/types/GetClientAppointmentsParams.js +1 -0
- package/dist/serialization/types/GetConversationResponseModel.d.ts +1 -0
- package/dist/serialization/types/GetConversationResponseModel.js +1 -0
- package/dist/serialization/types/GetConversationTagsPageResponseModel.d.ts +12 -0
- package/dist/serialization/types/GetConversationTagsPageResponseModel.js +44 -0
- package/dist/serialization/types/GetPhoneNumberSipTrunkResponseModel.d.ts +1 -0
- package/dist/serialization/types/GetPhoneNumberSipTrunkResponseModel.js +1 -0
- package/dist/serialization/types/GetSimulationTestResponseModel.d.ts +3 -0
- package/dist/serialization/types/GetSimulationTestResponseModel.js +3 -0
- package/dist/serialization/types/GetSipLogMessagesResponse.d.ts +12 -0
- package/dist/serialization/types/GetSipLogMessagesResponse.js +44 -0
- package/dist/serialization/types/GroupManagementActivityId.d.ts +7 -0
- package/dist/serialization/types/GroupManagementActivityId.js +39 -0
- package/dist/serialization/types/HttpRequestModel.d.ts +13 -0
- package/dist/serialization/types/HttpRequestModel.js +45 -0
- package/dist/serialization/types/ImageAnalysis.d.ts +13 -0
- package/dist/serialization/types/ImageAnalysis.js +45 -0
- package/dist/serialization/types/ImageAnalysisResult.d.ts +16 -0
- package/dist/serialization/types/ImageAnalysisResult.js +48 -0
- package/dist/serialization/types/ImageAnalysisStatus.d.ts +7 -0
- package/dist/serialization/types/ImageAnalysisStatus.js +39 -0
- package/dist/serialization/types/ImageSubject.d.ts +10 -0
- package/dist/serialization/types/ImageSubject.js +42 -0
- package/dist/serialization/types/KnowledgeBaseDocumentChunksResponseModel.d.ts +11 -0
- package/dist/serialization/types/KnowledgeBaseDocumentChunksResponseModel.js +43 -0
- package/dist/serialization/types/KnowledgeBaseRagToolConfig.d.ts +7 -0
- package/dist/serialization/types/KnowledgeBaseRagToolConfig.js +39 -0
- package/dist/serialization/types/KnowledgeBaseRagToolResultModel.d.ts +12 -0
- package/dist/serialization/types/KnowledgeBaseRagToolResultModel.js +44 -0
- package/dist/serialization/types/KnowledgeBaseRagToolStatus.d.ts +7 -0
- package/dist/serialization/types/KnowledgeBaseRagToolStatus.js +39 -0
- package/dist/serialization/types/LeaveMessageParams.d.ts +9 -0
- package/dist/serialization/types/LeaveMessageParams.js +41 -0
- package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
- package/dist/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
- package/dist/serialization/types/ListCalendarEventsParams.d.ts +1 -0
- package/dist/serialization/types/ListCalendarEventsParams.js +1 -0
- package/dist/serialization/types/ListGroupSessionsParams.d.ts +9 -0
- package/dist/serialization/types/ListGroupSessionsParams.js +41 -0
- package/dist/serialization/types/ListResponseApiIntegrationDocResponse.d.ts +12 -0
- package/dist/serialization/types/ListResponseApiIntegrationDocResponse.js +44 -0
- package/dist/serialization/types/ListSpeechEnginesResponse.d.ts +12 -0
- package/dist/serialization/types/ListSpeechEnginesResponse.js +44 -0
- package/dist/serialization/types/Llm.d.ts +1 -1
- package/dist/serialization/types/Llm.js +10 -0
- package/dist/serialization/types/LlmInfoModelInput.d.ts +2 -0
- package/dist/serialization/types/LlmInfoModelInput.js +2 -0
- package/dist/serialization/types/LlmInfoModelOutput.d.ts +2 -0
- package/dist/serialization/types/LlmInfoModelOutput.js +2 -0
- package/dist/serialization/types/Monitor.d.ts +7 -0
- package/dist/serialization/types/Monitor.js +39 -0
- package/dist/serialization/types/OAuth2JwtResponse.d.ts +2 -0
- package/dist/serialization/types/OAuth2JwtResponse.js +2 -0
- package/dist/serialization/types/OAuth2JwtResponseTokenResponseField.d.ts +7 -0
- package/dist/serialization/types/OAuth2JwtResponseTokenResponseField.js +39 -0
- package/dist/serialization/types/PhoneNumberAgentInfo.d.ts +2 -0
- package/dist/serialization/types/PhoneNumberAgentInfo.js +2 -0
- package/dist/serialization/types/Price.d.ts +11 -0
- package/dist/serialization/types/Price.js +43 -0
- package/dist/serialization/types/ProcedureCompilerMode.d.ts +1 -1
- package/dist/serialization/types/ProcedureCompilerMode.js +1 -1
- package/dist/serialization/types/ProjectExternalAudioResponseModel.d.ts +2 -3
- package/dist/serialization/types/ProjectExternalAudioResponseModel.js +2 -3
- package/dist/serialization/types/ProjectImageResponseModel.d.ts +8 -2
- package/dist/serialization/types/ProjectImageResponseModel.js +8 -2
- package/dist/serialization/types/ProjectVideoResponseModel.d.ts +2 -3
- package/dist/serialization/types/ProjectVideoResponseModel.js +2 -3
- package/dist/serialization/types/ReadMetadataChapterDbModel.d.ts +1 -0
- package/dist/serialization/types/ReadMetadataChapterDbModel.js +1 -0
- package/dist/serialization/types/RegionalProcessingSurchargeInfo.d.ts +9 -0
- package/dist/serialization/types/RegionalProcessingSurchargeInfo.js +41 -0
- package/dist/serialization/types/RegisterForGroupSessionParams.d.ts +9 -0
- package/dist/serialization/types/RegisterForGroupSessionParams.js +41 -0
- package/dist/serialization/types/ReportKnowledgeGapParams.d.ts +9 -0
- package/dist/serialization/types/ReportKnowledgeGapParams.js +41 -0
- package/dist/serialization/types/ResourceAccessInfo.d.ts +2 -0
- package/dist/serialization/types/ResourceAccessInfo.js +2 -0
- package/dist/serialization/types/ResourceAccessInfoAnonymousAccessLevelOverride.d.ts +7 -0
- package/dist/serialization/types/ResourceAccessInfoAnonymousAccessLevelOverride.js +39 -0
- package/dist/serialization/types/ReviewResponseModel.d.ts +1 -0
- package/dist/serialization/types/ReviewResponseModel.js +1 -0
- package/dist/serialization/types/ScheduleGroupSessionParams.d.ts +9 -0
- package/dist/serialization/types/ScheduleGroupSessionParams.js +41 -0
- package/dist/serialization/types/SeverityId.d.ts +7 -0
- package/dist/serialization/types/SeverityId.js +39 -0
- package/dist/serialization/types/SimulationTestModel.d.ts +3 -0
- package/dist/serialization/types/SimulationTestModel.js +3 -0
- package/dist/serialization/types/SipLogMessage.d.ts +18 -0
- package/dist/serialization/types/SipLogMessage.js +50 -0
- package/dist/serialization/types/SipLogMessageDirection.d.ts +7 -0
- package/dist/serialization/types/SipLogMessageDirection.js +39 -0
- package/dist/serialization/types/SmsConversationInfo.d.ts +13 -0
- package/dist/serialization/types/SmsConversationInfo.js +45 -0
- package/dist/serialization/types/SmsConversationInfoDirection.d.ts +7 -0
- package/dist/serialization/types/SmsConversationInfoDirection.js +39 -0
- package/dist/serialization/types/SpeechEngineConfig.d.ts +11 -0
- package/dist/serialization/types/SpeechEngineConfig.js +43 -0
- package/dist/serialization/types/SpeechEngineConfigRequestHeadersValue.d.ts +9 -0
- package/dist/serialization/types/SpeechEngineConfigRequestHeadersValue.js +41 -0
- package/dist/serialization/types/SpeechEngineResponse.d.ts +28 -0
- package/dist/serialization/types/SpeechEngineResponse.js +60 -0
- package/dist/serialization/types/SpeechEngineSummaryResponse.d.ts +12 -0
- package/dist/serialization/types/SpeechEngineSummaryResponse.js +44 -0
- package/dist/serialization/types/StatusId.d.ts +7 -0
- package/dist/serialization/types/StatusId.js +39 -0
- package/dist/serialization/types/Subscription.d.ts +2 -0
- package/dist/serialization/types/Subscription.js +2 -0
- package/dist/serialization/types/SubscriptionResponse.d.ts +2 -0
- package/dist/serialization/types/SubscriptionResponse.js +2 -0
- package/dist/serialization/types/SystemToolConfigInputParams.d.ts +5 -1
- package/dist/serialization/types/SystemToolConfigInputParams.js +2 -0
- package/dist/serialization/types/SystemToolConfigOutputParams.d.ts +5 -1
- package/dist/serialization/types/SystemToolConfigOutputParams.js +2 -0
- package/dist/serialization/types/TurnConfig.d.ts +1 -1
- package/dist/serialization/types/TurnConfig.js +1 -1
- package/dist/serialization/types/TurnConfigWorkflowOverride.d.ts +1 -1
- package/dist/serialization/types/TurnConfigWorkflowOverride.js +1 -1
- package/dist/serialization/types/UpdateGroupSessionSeatsParams.d.ts +9 -0
- package/dist/serialization/types/UpdateGroupSessionSeatsParams.js +41 -0
- package/dist/serialization/types/UpdateSimulationTestRequest.d.ts +3 -0
- package/dist/serialization/types/UpdateSimulationTestRequest.js +3 -0
- package/dist/serialization/types/UrlModel.d.ts +14 -0
- package/dist/serialization/types/UrlModel.js +46 -0
- package/dist/serialization/types/UserAccessManagementActivityId.d.ts +7 -0
- package/dist/serialization/types/UserAccessManagementActivityId.js +39 -0
- package/dist/serialization/types/UserModel.d.ts +16 -0
- package/dist/serialization/types/UserModel.js +48 -0
- package/dist/serialization/types/UserTypeId.d.ts +7 -0
- package/dist/serialization/types/UserTypeId.js +39 -0
- package/dist/serialization/types/WebhookHmacSettings.d.ts +1 -0
- package/dist/serialization/types/WebhookHmacSettings.js +1 -0
- package/dist/serialization/types/WebhookTranscriptFormat.d.ts +7 -0
- package/dist/serialization/types/WebhookTranscriptFormat.js +39 -0
- package/dist/serialization/types/WidgetConfigResponse.d.ts +2 -0
- package/dist/serialization/types/WidgetConfigResponse.js +2 -0
- package/dist/serialization/types/WorkspaceApiKeyResponseModel.d.ts +1 -0
- package/dist/serialization/types/WorkspaceApiKeyResponseModel.js +1 -0
- package/dist/serialization/types/WorkspaceAuditLogEntryResponse.d.ts +33 -0
- package/dist/serialization/types/WorkspaceAuditLogEntryResponse.js +65 -0
- package/dist/serialization/types/WorkspaceAuditLogEntryResponseActivityId.d.ts +12 -0
- package/dist/serialization/types/WorkspaceAuditLogEntryResponseActivityId.js +50 -0
- package/dist/serialization/types/WorkspaceAuditLogsPageResponse.d.ts +12 -0
- package/dist/serialization/types/WorkspaceAuditLogsPageResponse.js +44 -0
- package/dist/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
- package/dist/serialization/types/WorkspaceGroupPermission.js +2 -0
- package/dist/serialization/types/WorkspaceGroupResponseModel.d.ts +1 -0
- package/dist/serialization/types/WorkspaceGroupResponseModel.js +1 -0
- package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/dist/serialization/types/WorkspaceResourceType.js +1 -0
- package/dist/serialization/types/index.d.ts +77 -4
- package/dist/serialization/types/index.js +77 -4
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/wrapper/ElevenLabsClient.d.ts +5 -2
- package/dist/wrapper/ElevenLabsClient.js +9 -1
- package/dist/wrapper/index.d.ts +1 -0
- package/dist/wrapper/index.js +8 -1
- package/dist/wrapper/speech-engine/SpeechEngineAttachment.d.ts +21 -0
- package/dist/wrapper/speech-engine/SpeechEngineAttachment.js +34 -0
- package/dist/wrapper/speech-engine/SpeechEngineClientWrapper.d.ts +103 -0
- package/dist/wrapper/speech-engine/SpeechEngineClientWrapper.js +140 -0
- package/dist/wrapper/speech-engine/SpeechEngineResource.d.ts +78 -0
- package/dist/wrapper/speech-engine/SpeechEngineResource.js +261 -0
- package/dist/wrapper/speech-engine/SpeechEngineServer.d.ts +54 -0
- package/dist/wrapper/speech-engine/SpeechEngineServer.js +135 -0
- package/dist/wrapper/speech-engine/SpeechEngineSession.d.ts +79 -0
- package/dist/wrapper/speech-engine/SpeechEngineSession.js +300 -0
- package/dist/wrapper/speech-engine/index.d.ts +7 -0
- package/dist/wrapper/speech-engine/index.js +47 -0
- package/dist/wrapper/speech-engine/namespace.d.ts +27 -0
- package/dist/wrapper/speech-engine/namespace.js +37 -0
- package/dist/wrapper/speech-engine/types.d.ts +67 -0
- package/dist/wrapper/speech-engine/types.js +15 -0
- package/package.json +1 -1
- package/reference.md +2258 -993
- package/serialization/resources/conversationalAi/resources/conversations/resources/index.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/index.js +3 -1
- package/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/AssignConversationTagsRequestModel.d.ts +9 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/AssignConversationTagsRequestModel.js +41 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/CreateConversationTagRequestModel.d.ts +10 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/CreateConversationTagRequestModel.js +42 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/PatchConversationTagRequestModel.d.ts +10 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/PatchConversationTagRequestModel.js +42 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/index.d.ts +3 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/tags/client/requests/index.js +9 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/tags/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/tags/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/conversations/types/ConversationsListRequestExcludeStatusesItem.d.ts +7 -0
- package/serialization/resources/conversationalAi/resources/conversations/types/ConversationsListRequestExcludeStatusesItem.js +39 -0
- package/serialization/resources/conversationalAi/resources/conversations/types/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/conversations/types/index.js +1 -0
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/types/DocumentUpdateFileResponse.d.ts +23 -0
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/types/DocumentUpdateFileResponse.js +53 -0
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/types/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/types/index.js +1 -0
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch.d.ts +2 -1
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch.js +2 -1
- package/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +3 -0
- package/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +3 -0
- package/serialization/resources/index.d.ts +2 -0
- package/serialization/resources/index.js +3 -1
- package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +1 -0
- package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.js +1 -0
- package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +2 -0
- package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.js +2 -0
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps.d.ts +7 -0
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps.js +43 -0
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +1 -0
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +1 -0
- package/serialization/resources/speechEngine/client/index.d.ts +1 -0
- package/serialization/resources/speechEngine/client/index.js +17 -0
- package/serialization/resources/speechEngine/client/requests/CreateSpeechEngineRequest.d.ts +25 -0
- package/serialization/resources/speechEngine/client/requests/CreateSpeechEngineRequest.js +57 -0
- package/serialization/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.d.ts +25 -0
- package/serialization/resources/speechEngine/client/requests/UpdateSpeechEngineRequest.js +57 -0
- package/serialization/resources/speechEngine/client/requests/index.d.ts +2 -0
- package/serialization/resources/speechEngine/client/requests/index.js +7 -0
- package/serialization/resources/speechEngine/index.d.ts +1 -0
- package/serialization/resources/speechEngine/index.js +17 -0
- package/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.d.ts +1 -1
- package/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.js +16 -9
- package/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +1 -0
- package/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.js +1 -0
- package/serialization/resources/workspace/resources/analytics/index.d.ts +1 -0
- package/serialization/resources/workspace/resources/analytics/index.js +17 -0
- package/serialization/resources/workspace/resources/analytics/resources/index.d.ts +3 -0
- package/serialization/resources/workspace/resources/analytics/resources/index.js +42 -0
- package/serialization/resources/workspace/resources/analytics/resources/requests/client/index.d.ts +1 -0
- package/serialization/resources/workspace/resources/analytics/resources/requests/client/index.js +17 -0
- package/serialization/resources/workspace/resources/analytics/resources/requests/client/requests/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPost.d.ts +16 -0
- package/serialization/resources/workspace/resources/analytics/resources/requests/client/requests/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPost.js +48 -0
- package/serialization/resources/workspace/resources/analytics/resources/requests/client/requests/index.d.ts +1 -0
- package/serialization/resources/workspace/resources/analytics/resources/requests/client/requests/index.js +5 -0
- package/serialization/resources/workspace/resources/analytics/resources/requests/index.d.ts +2 -0
- package/serialization/resources/workspace/resources/analytics/resources/requests/index.js +18 -0
- package/serialization/resources/workspace/resources/analytics/resources/requests/types/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPostSort.d.ts +7 -0
- package/serialization/resources/workspace/resources/analytics/resources/requests/types/BodyListApiRequestsV1WorkspaceAnalyticsRequestsPostSort.js +39 -0
- package/serialization/resources/workspace/resources/analytics/resources/requests/types/index.d.ts +1 -0
- package/serialization/resources/workspace/resources/analytics/resources/requests/types/index.js +17 -0
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.d.ts +5 -1
- package/serialization/resources/workspace/resources/authConnections/types/AuthConnectionsCreateResponse.js +2 -0
- package/serialization/resources/workspace/resources/index.d.ts +1 -0
- package/serialization/resources/workspace/resources/index.js +2 -1
- package/serialization/types/AccountChangeActivityId.d.ts +7 -0
- package/serialization/types/AccountChangeActivityId.js +39 -0
- package/serialization/types/ActorModel.d.ts +13 -0
- package/serialization/types/ActorModel.js +45 -0
- package/serialization/types/AgentAlertingMonitorConfig.d.ts +9 -0
- package/serialization/types/AgentAlertingMonitorConfig.js +41 -0
- package/serialization/types/AgentAlertingSettings.d.ts +10 -0
- package/serialization/types/AgentAlertingSettings.js +42 -0
- package/serialization/types/AgentMetadataDbModel.d.ts +13 -0
- package/serialization/types/AgentMetadataDbModel.js +45 -0
- package/serialization/types/AgentPlatformSettingsRequestModel.d.ts +2 -0
- package/serialization/types/AgentPlatformSettingsRequestModel.js +2 -0
- package/serialization/types/AgentPlatformSettingsResponseModel.d.ts +2 -0
- package/serialization/types/AgentPlatformSettingsResponseModel.js +2 -0
- package/serialization/types/AgentTopicResponseModel.d.ts +3 -0
- package/serialization/types/AgentTopicResponseModel.js +3 -0
- package/serialization/types/ApiIntegrationDocResponse.d.ts +11 -0
- package/serialization/types/ApiIntegrationDocResponse.js +43 -0
- package/serialization/types/ApiIntegrationOAuth2CustomAppResponse.d.ts +25 -0
- package/serialization/types/ApiIntegrationOAuth2CustomAppResponse.js +57 -0
- package/serialization/types/ApiIntegrationOAuth2CustomAppResponseScopeSeparator.d.ts +7 -0
- package/serialization/types/ApiIntegrationOAuth2CustomAppResponseScopeSeparator.js +39 -0
- package/serialization/types/AuthenticationActivityId.d.ts +7 -0
- package/serialization/types/AuthenticationActivityId.js +39 -0
- package/serialization/types/AuthorizationMethod.d.ts +1 -1
- package/serialization/types/AuthorizationMethod.js +1 -0
- package/serialization/types/BackgroundMusicConfig.d.ts +14 -0
- package/serialization/types/BackgroundMusicConfig.js +46 -0
- package/serialization/types/BackgroundMusicConfigWorkflowOverride.d.ts +14 -0
- package/serialization/types/BackgroundMusicConfigWorkflowOverride.js +46 -0
- package/serialization/types/BackgroundMusicPresetId.d.ts +7 -0
- package/serialization/types/BackgroundMusicPresetId.js +49 -0
- package/serialization/types/BackgroundMusicSourceType.d.ts +7 -0
- package/serialization/types/BackgroundMusicSourceType.js +39 -0
- package/serialization/types/BaseTurnConfig.d.ts +17 -0
- package/serialization/types/BaseTurnConfig.js +49 -0
- package/serialization/types/CancelCalendarEventParams.d.ts +9 -0
- package/serialization/types/CancelCalendarEventParams.js +41 -0
- package/serialization/types/CancelGroupSessionForAllParams.d.ts +9 -0
- package/serialization/types/CancelGroupSessionForAllParams.js +41 -0
- package/serialization/types/CancelGroupSessionRegistrationParams.d.ts +9 -0
- package/serialization/types/CancelGroupSessionRegistrationParams.js +41 -0
- package/serialization/types/ClientEvent.d.ts +1 -1
- package/serialization/types/ClientEvent.js +1 -0
- package/serialization/types/CodeToolAllowedDomain.d.ts +10 -0
- package/serialization/types/CodeToolAllowedDomain.js +42 -0
- package/serialization/types/ColumnUnit.d.ts +1 -1
- package/serialization/types/ColumnUnit.js +1 -1
- package/serialization/types/ContextualUpdateInfo.d.ts +10 -0
- package/serialization/types/ContextualUpdateInfo.js +42 -0
- package/serialization/types/ConvAiWebhooks.d.ts +2 -0
- package/serialization/types/ConvAiWebhooks.js +2 -0
- package/serialization/types/ConversationAsrUsageModel.d.ts +11 -0
- package/serialization/types/ConversationAsrUsageModel.js +43 -0
- package/serialization/types/ConversationChargingCommonModel.d.ts +4 -0
- package/serialization/types/ConversationChargingCommonModel.js +4 -0
- package/serialization/types/{ConversationConfig.d.ts → ConversationConfigInput.d.ts} +2 -2
- package/serialization/types/{ConversationConfig.js → ConversationConfigInput.js} +2 -2
- package/serialization/types/ConversationConfigOutput.d.ts +17 -0
- package/serialization/types/ConversationConfigOutput.js +49 -0
- package/serialization/types/{ConversationConfigWorkflowOverride.d.ts → ConversationConfigWorkflowOverrideInput.d.ts} +2 -2
- package/serialization/types/{ConversationConfigWorkflowOverride.js → ConversationConfigWorkflowOverrideInput.js} +2 -2
- package/serialization/types/ConversationConfigWorkflowOverrideOutput.d.ts +17 -0
- package/serialization/types/ConversationConfigWorkflowOverrideOutput.js +49 -0
- package/serialization/types/ConversationHistoryMetadataCommonModel.d.ts +4 -0
- package/serialization/types/ConversationHistoryMetadataCommonModel.js +4 -0
- package/serialization/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +1 -0
- package/serialization/types/ConversationHistorySipTrunkingPhoneCallModel.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +2 -0
- package/serialization/types/ConversationHistoryTranscriptResponseModel.js +2 -0
- 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 +1 -0
- package/serialization/types/ConversationTagResponseModel.d.ts +14 -0
- package/serialization/types/ConversationTagResponseModel.js +46 -0
- package/serialization/types/{ConversationTokenDbModel.d.ts → ConversationTokenResponseModel.d.ts} +3 -3
- package/{dist/serialization/types/ConversationTokenDbModel.js → serialization/types/ConversationTokenResponseModel.js} +3 -3
- package/serialization/types/ConversationTtsUsageModel.d.ts +13 -0
- package/serialization/types/ConversationTtsUsageModel.js +45 -0
- package/serialization/types/ConversationVoiceRewardModel.d.ts +10 -0
- package/serialization/types/ConversationVoiceRewardModel.js +42 -0
- package/serialization/types/ConversationVoiceUsageModel.d.ts +10 -0
- package/serialization/types/ConversationVoiceUsageModel.js +42 -0
- package/serialization/types/ConversationalConfig.d.ts +2 -2
- package/serialization/types/ConversationalConfig.js +2 -2
- package/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +2 -2
- package/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.js +2 -2
- package/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +2 -2
- package/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.js +2 -2
- package/serialization/types/CreateOAuth2JwtRequest.d.ts +2 -0
- package/serialization/types/CreateOAuth2JwtRequest.js +2 -0
- package/serialization/types/CreateOAuth2JwtRequestTokenResponseField.d.ts +7 -0
- package/serialization/types/CreateOAuth2JwtRequestTokenResponseField.js +39 -0
- package/serialization/types/CreateSimulationTestRequest.d.ts +3 -0
- package/serialization/types/CreateSimulationTestRequest.js +3 -0
- package/serialization/types/CreateSpeechEngineResponse.d.ts +9 -0
- package/serialization/types/CreateSpeechEngineResponse.js +41 -0
- package/serialization/types/Currency.d.ts +1 -1
- package/serialization/types/Currency.js +1 -1
- package/serialization/types/DeleteGroupSessionParams.d.ts +9 -0
- package/serialization/types/DeleteGroupSessionParams.js +41 -0
- package/serialization/types/DeviceModel.d.ts +11 -0
- package/serialization/types/DeviceModel.js +43 -0
- package/serialization/types/DirectPublishingReadResponseModel.d.ts +1 -0
- package/serialization/types/DirectPublishingReadResponseModel.js +1 -0
- package/serialization/types/EntityManagementActivityId.d.ts +7 -0
- package/serialization/types/EntityManagementActivityId.js +39 -0
- package/serialization/types/GenerationSourceContext.d.ts +0 -1
- package/serialization/types/GenerationSourceContext.js +0 -1
- package/serialization/types/GetAgentLinkResponseModel.d.ts +2 -2
- package/serialization/types/GetAgentLinkResponseModel.js +2 -2
- package/serialization/types/GetClientAppointmentsParams.d.ts +1 -0
- package/serialization/types/GetClientAppointmentsParams.js +1 -0
- package/serialization/types/GetConversationResponseModel.d.ts +1 -0
- package/serialization/types/GetConversationResponseModel.js +1 -0
- package/serialization/types/GetConversationTagsPageResponseModel.d.ts +12 -0
- package/serialization/types/GetConversationTagsPageResponseModel.js +44 -0
- package/serialization/types/GetPhoneNumberSipTrunkResponseModel.d.ts +1 -0
- package/serialization/types/GetPhoneNumberSipTrunkResponseModel.js +1 -0
- package/serialization/types/GetSimulationTestResponseModel.d.ts +3 -0
- package/serialization/types/GetSimulationTestResponseModel.js +3 -0
- package/serialization/types/GetSipLogMessagesResponse.d.ts +12 -0
- package/serialization/types/GetSipLogMessagesResponse.js +44 -0
- package/serialization/types/GroupManagementActivityId.d.ts +7 -0
- package/serialization/types/GroupManagementActivityId.js +39 -0
- package/serialization/types/HttpRequestModel.d.ts +13 -0
- package/serialization/types/HttpRequestModel.js +45 -0
- package/serialization/types/ImageAnalysis.d.ts +13 -0
- package/serialization/types/ImageAnalysis.js +45 -0
- package/serialization/types/ImageAnalysisResult.d.ts +16 -0
- package/serialization/types/ImageAnalysisResult.js +48 -0
- package/serialization/types/ImageAnalysisStatus.d.ts +7 -0
- package/serialization/types/ImageAnalysisStatus.js +39 -0
- package/serialization/types/ImageSubject.d.ts +10 -0
- package/serialization/types/ImageSubject.js +42 -0
- package/serialization/types/KnowledgeBaseDocumentChunksResponseModel.d.ts +11 -0
- package/serialization/types/KnowledgeBaseDocumentChunksResponseModel.js +43 -0
- package/serialization/types/KnowledgeBaseRagToolConfig.d.ts +7 -0
- package/serialization/types/KnowledgeBaseRagToolConfig.js +39 -0
- package/serialization/types/KnowledgeBaseRagToolResultModel.d.ts +12 -0
- package/serialization/types/KnowledgeBaseRagToolResultModel.js +44 -0
- package/serialization/types/KnowledgeBaseRagToolStatus.d.ts +7 -0
- package/serialization/types/KnowledgeBaseRagToolStatus.js +39 -0
- package/serialization/types/LeaveMessageParams.d.ts +9 -0
- package/serialization/types/LeaveMessageParams.js +41 -0
- package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.d.ts +5 -1
- package/serialization/types/ListAuthConnectionsResponseAuthConnectionsItem.js +2 -0
- package/serialization/types/ListCalendarEventsParams.d.ts +1 -0
- package/serialization/types/ListCalendarEventsParams.js +1 -0
- package/serialization/types/ListGroupSessionsParams.d.ts +9 -0
- package/serialization/types/ListGroupSessionsParams.js +41 -0
- package/serialization/types/ListResponseApiIntegrationDocResponse.d.ts +12 -0
- package/serialization/types/ListResponseApiIntegrationDocResponse.js +44 -0
- package/serialization/types/ListSpeechEnginesResponse.d.ts +12 -0
- package/serialization/types/ListSpeechEnginesResponse.js +44 -0
- package/serialization/types/Llm.d.ts +1 -1
- package/serialization/types/Llm.js +10 -0
- package/serialization/types/LlmInfoModelInput.d.ts +2 -0
- package/serialization/types/LlmInfoModelInput.js +2 -0
- package/serialization/types/LlmInfoModelOutput.d.ts +2 -0
- package/serialization/types/LlmInfoModelOutput.js +2 -0
- package/serialization/types/Monitor.d.ts +7 -0
- package/serialization/types/Monitor.js +39 -0
- package/serialization/types/OAuth2JwtResponse.d.ts +2 -0
- package/serialization/types/OAuth2JwtResponse.js +2 -0
- package/serialization/types/OAuth2JwtResponseTokenResponseField.d.ts +7 -0
- package/serialization/types/OAuth2JwtResponseTokenResponseField.js +39 -0
- package/serialization/types/PhoneNumberAgentInfo.d.ts +2 -0
- package/serialization/types/PhoneNumberAgentInfo.js +2 -0
- package/serialization/types/Price.d.ts +11 -0
- package/serialization/types/Price.js +43 -0
- package/serialization/types/ProcedureCompilerMode.d.ts +1 -1
- package/serialization/types/ProcedureCompilerMode.js +1 -1
- package/serialization/types/ProjectExternalAudioResponseModel.d.ts +2 -3
- package/serialization/types/ProjectExternalAudioResponseModel.js +2 -3
- package/serialization/types/ProjectImageResponseModel.d.ts +8 -2
- package/serialization/types/ProjectImageResponseModel.js +8 -2
- package/serialization/types/ProjectVideoResponseModel.d.ts +2 -3
- package/serialization/types/ProjectVideoResponseModel.js +2 -3
- package/serialization/types/ReadMetadataChapterDbModel.d.ts +1 -0
- package/serialization/types/ReadMetadataChapterDbModel.js +1 -0
- package/serialization/types/RegionalProcessingSurchargeInfo.d.ts +9 -0
- package/serialization/types/RegionalProcessingSurchargeInfo.js +41 -0
- package/serialization/types/RegisterForGroupSessionParams.d.ts +9 -0
- package/serialization/types/RegisterForGroupSessionParams.js +41 -0
- package/serialization/types/ReportKnowledgeGapParams.d.ts +9 -0
- package/serialization/types/ReportKnowledgeGapParams.js +41 -0
- package/serialization/types/ResourceAccessInfo.d.ts +2 -0
- package/serialization/types/ResourceAccessInfo.js +2 -0
- package/serialization/types/ResourceAccessInfoAnonymousAccessLevelOverride.d.ts +7 -0
- package/serialization/types/ResourceAccessInfoAnonymousAccessLevelOverride.js +39 -0
- package/serialization/types/ReviewResponseModel.d.ts +1 -0
- package/serialization/types/ReviewResponseModel.js +1 -0
- package/serialization/types/ScheduleGroupSessionParams.d.ts +9 -0
- package/serialization/types/ScheduleGroupSessionParams.js +41 -0
- package/serialization/types/SeverityId.d.ts +7 -0
- package/serialization/types/SeverityId.js +39 -0
- package/serialization/types/SimulationTestModel.d.ts +3 -0
- package/serialization/types/SimulationTestModel.js +3 -0
- package/serialization/types/SipLogMessage.d.ts +18 -0
- package/serialization/types/SipLogMessage.js +50 -0
- package/serialization/types/SipLogMessageDirection.d.ts +7 -0
- package/serialization/types/SipLogMessageDirection.js +39 -0
- package/serialization/types/SmsConversationInfo.d.ts +13 -0
- package/serialization/types/SmsConversationInfo.js +45 -0
- package/serialization/types/SmsConversationInfoDirection.d.ts +7 -0
- package/serialization/types/SmsConversationInfoDirection.js +39 -0
- package/serialization/types/SpeechEngineConfig.d.ts +11 -0
- package/serialization/types/SpeechEngineConfig.js +43 -0
- package/serialization/types/SpeechEngineConfigRequestHeadersValue.d.ts +9 -0
- package/serialization/types/SpeechEngineConfigRequestHeadersValue.js +41 -0
- package/serialization/types/SpeechEngineResponse.d.ts +28 -0
- package/serialization/types/SpeechEngineResponse.js +60 -0
- package/serialization/types/SpeechEngineSummaryResponse.d.ts +12 -0
- package/serialization/types/SpeechEngineSummaryResponse.js +44 -0
- package/serialization/types/StatusId.d.ts +7 -0
- package/serialization/types/StatusId.js +39 -0
- package/serialization/types/Subscription.d.ts +2 -0
- package/serialization/types/Subscription.js +2 -0
- package/serialization/types/SubscriptionResponse.d.ts +2 -0
- package/serialization/types/SubscriptionResponse.js +2 -0
- package/serialization/types/SystemToolConfigInputParams.d.ts +5 -1
- package/serialization/types/SystemToolConfigInputParams.js +2 -0
- package/serialization/types/SystemToolConfigOutputParams.d.ts +5 -1
- package/serialization/types/SystemToolConfigOutputParams.js +2 -0
- package/serialization/types/TurnConfig.d.ts +1 -1
- package/serialization/types/TurnConfig.js +1 -1
- package/serialization/types/TurnConfigWorkflowOverride.d.ts +1 -1
- package/serialization/types/TurnConfigWorkflowOverride.js +1 -1
- package/serialization/types/UpdateGroupSessionSeatsParams.d.ts +9 -0
- package/serialization/types/UpdateGroupSessionSeatsParams.js +41 -0
- package/serialization/types/UpdateSimulationTestRequest.d.ts +3 -0
- package/serialization/types/UpdateSimulationTestRequest.js +3 -0
- package/serialization/types/UrlModel.d.ts +14 -0
- package/serialization/types/UrlModel.js +46 -0
- package/serialization/types/UserAccessManagementActivityId.d.ts +7 -0
- package/serialization/types/UserAccessManagementActivityId.js +39 -0
- package/serialization/types/UserModel.d.ts +16 -0
- package/serialization/types/UserModel.js +48 -0
- package/serialization/types/UserTypeId.d.ts +7 -0
- package/serialization/types/UserTypeId.js +39 -0
- package/serialization/types/WebhookHmacSettings.d.ts +1 -0
- package/serialization/types/WebhookHmacSettings.js +1 -0
- package/serialization/types/WebhookTranscriptFormat.d.ts +7 -0
- package/serialization/types/WebhookTranscriptFormat.js +39 -0
- package/serialization/types/WidgetConfigResponse.d.ts +2 -0
- package/serialization/types/WidgetConfigResponse.js +2 -0
- package/serialization/types/WorkspaceApiKeyResponseModel.d.ts +1 -0
- package/serialization/types/WorkspaceApiKeyResponseModel.js +1 -0
- package/serialization/types/WorkspaceAuditLogEntryResponse.d.ts +33 -0
- package/serialization/types/WorkspaceAuditLogEntryResponse.js +65 -0
- package/serialization/types/WorkspaceAuditLogEntryResponseActivityId.d.ts +12 -0
- package/serialization/types/WorkspaceAuditLogEntryResponseActivityId.js +50 -0
- package/serialization/types/WorkspaceAuditLogsPageResponse.d.ts +12 -0
- package/serialization/types/WorkspaceAuditLogsPageResponse.js +44 -0
- package/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
- package/serialization/types/WorkspaceGroupPermission.js +2 -0
- package/serialization/types/WorkspaceGroupResponseModel.d.ts +1 -0
- package/serialization/types/WorkspaceGroupResponseModel.js +1 -0
- package/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/serialization/types/WorkspaceResourceType.js +1 -0
- package/serialization/types/index.d.ts +77 -4
- package/serialization/types/index.js +77 -4
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/wrapper/ElevenLabsClient.d.ts +5 -2
- package/wrapper/ElevenLabsClient.js +9 -1
- package/wrapper/index.d.ts +1 -0
- package/wrapper/index.js +8 -1
- package/wrapper/speech-engine/SpeechEngineAttachment.d.ts +21 -0
- package/wrapper/speech-engine/SpeechEngineAttachment.js +34 -0
- package/wrapper/speech-engine/SpeechEngineClientWrapper.d.ts +103 -0
- package/wrapper/speech-engine/SpeechEngineClientWrapper.js +140 -0
- package/wrapper/speech-engine/SpeechEngineResource.d.ts +78 -0
- package/wrapper/speech-engine/SpeechEngineResource.js +261 -0
- package/wrapper/speech-engine/SpeechEngineServer.d.ts +54 -0
- package/wrapper/speech-engine/SpeechEngineServer.js +135 -0
- package/wrapper/speech-engine/SpeechEngineSession.d.ts +79 -0
- package/wrapper/speech-engine/SpeechEngineSession.js +300 -0
- package/wrapper/speech-engine/index.d.ts +7 -0
- package/wrapper/speech-engine/index.js +47 -0
- package/wrapper/speech-engine/namespace.d.ts +27 -0
- package/wrapper/speech-engine/namespace.js +37 -0
- package/wrapper/speech-engine/types.d.ts +67 -0
- package/wrapper/speech-engine/types.js +15 -0
- package/api/types/DubbingModel.d.ts +0 -7
- package/api/types/DubbingModel.js +0 -10
- package/dist/api/types/DubbingModel.d.ts +0 -7
- package/dist/api/types/DubbingModel.js +0 -10
- package/dist/serialization/types/DubbingModel.d.ts +0 -7
- package/serialization/types/DubbingModel.d.ts +0 -7
- /package/api/{types/ConversationConfig.js → resources/conversationalAi/resources/conversations/client/requests/ConversationsGetSipMessagesRequest.js} +0 -0
- /package/api/{types/ConversationConfigWorkflowOverride.js → resources/conversationalAi/resources/conversations/resources/tags/client/requests/AssignConversationTagsRequestModel.js} +0 -0
- /package/api/{types/ConversationTokenDbModel.js → resources/conversationalAi/resources/conversations/resources/tags/client/requests/CreateConversationTagRequestModel.js} +0 -0
- /package/{dist/api/types/ConversationConfig.js → api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/PatchConversationTagRequestModel.js} +0 -0
- /package/{dist/api/types/ConversationConfigWorkflowOverride.js → api/resources/conversationalAi/resources/conversations/resources/tags/client/requests/TagsListRequest.js} +0 -0
- /package/{dist/api/types/ConversationTokenDbModel.js → api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/BodyUpdateFileDocumentV1ConvaiKnowledgeBaseDocumentationIdUpdateFilePatch.js} +0 -0
|
@@ -339,5 +339,72 @@ class PhoneNumbersClient {
|
|
|
339
339
|
return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "PATCH", "/v1/convai/phone-numbers/{phone_number_id}");
|
|
340
340
|
});
|
|
341
341
|
}
|
|
342
|
+
/**
|
|
343
|
+
* Get SIP messages for a phone number
|
|
344
|
+
*
|
|
345
|
+
* @param {string} phone_number_id - The id of an agent. This is returned on agent creation.
|
|
346
|
+
* @param {ElevenLabs.conversationalAi.PhoneNumbersGetSipMessagesRequest} request
|
|
347
|
+
* @param {PhoneNumbersClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
348
|
+
*
|
|
349
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
350
|
+
*
|
|
351
|
+
* @example
|
|
352
|
+
* await client.conversationalAi.phoneNumbers.getSipMessages("TeaqRRdTcIfIu2i7BYfT", {
|
|
353
|
+
* pageSize: 1,
|
|
354
|
+
* cursor: "cursor"
|
|
355
|
+
* })
|
|
356
|
+
*/
|
|
357
|
+
getSipMessages(phone_number_id, request = {}, requestOptions) {
|
|
358
|
+
return core.HttpResponsePromise.fromPromise(this.__getSipMessages(phone_number_id, request, requestOptions));
|
|
359
|
+
}
|
|
360
|
+
__getSipMessages(phone_number_id_1) {
|
|
361
|
+
return __awaiter(this, arguments, void 0, function* (phone_number_id, request = {}, requestOptions) {
|
|
362
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
363
|
+
const { pageSize, cursor } = request;
|
|
364
|
+
const _queryParams = {};
|
|
365
|
+
if (pageSize != null) {
|
|
366
|
+
_queryParams.page_size = pageSize.toString();
|
|
367
|
+
}
|
|
368
|
+
if (cursor != null) {
|
|
369
|
+
_queryParams.cursor = cursor;
|
|
370
|
+
}
|
|
371
|
+
const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ "xi-api-key": (_b = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.apiKey) !== null && _b !== void 0 ? _b : (_c = this._options) === null || _c === void 0 ? void 0 : _c.apiKey }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
372
|
+
const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
|
|
373
|
+
url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, `v1/convai/phone-numbers/${core.url.encodePathParam(phone_number_id)}/sip-messages`),
|
|
374
|
+
method: "GET",
|
|
375
|
+
headers: _headers,
|
|
376
|
+
queryParameters: Object.assign(Object.assign({}, _queryParams), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams),
|
|
377
|
+
timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
|
|
378
|
+
maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
|
|
379
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
380
|
+
fetchFn: (_m = this._options) === null || _m === void 0 ? void 0 : _m.fetch,
|
|
381
|
+
logging: this._options.logging,
|
|
382
|
+
});
|
|
383
|
+
if (_response.ok) {
|
|
384
|
+
return {
|
|
385
|
+
data: serializers.GetSipLogMessagesResponse.parseOrThrow(_response.body, {
|
|
386
|
+
unrecognizedObjectKeys: "passthrough",
|
|
387
|
+
allowUnrecognizedUnionMembers: true,
|
|
388
|
+
allowUnrecognizedEnumValues: true,
|
|
389
|
+
breadcrumbsPrefix: ["response"],
|
|
390
|
+
}),
|
|
391
|
+
rawResponse: _response.rawResponse,
|
|
392
|
+
};
|
|
393
|
+
}
|
|
394
|
+
if (_response.error.reason === "status-code") {
|
|
395
|
+
switch (_response.error.statusCode) {
|
|
396
|
+
case 422:
|
|
397
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
398
|
+
default:
|
|
399
|
+
throw new errors.ElevenLabsError({
|
|
400
|
+
statusCode: _response.error.statusCode,
|
|
401
|
+
body: _response.error.body,
|
|
402
|
+
rawResponse: _response.rawResponse,
|
|
403
|
+
});
|
|
404
|
+
}
|
|
405
|
+
}
|
|
406
|
+
return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "GET", "/v1/convai/phone-numbers/{phone_number_id}/sip-messages");
|
|
407
|
+
});
|
|
408
|
+
}
|
|
342
409
|
}
|
|
343
410
|
exports.PhoneNumbersClient = PhoneNumbersClient;
|
|
@@ -9,4 +9,9 @@ export interface UpdatePhoneNumberRequest {
|
|
|
9
9
|
inboundTrunkConfig?: ElevenLabs.InboundSipTrunkConfigRequestModel;
|
|
10
10
|
outboundTrunkConfig?: ElevenLabs.OutboundSipTrunkConfigRequestModel;
|
|
11
11
|
livekitStack?: ElevenLabs.LivekitStackType;
|
|
12
|
+
storeSipMessages?: boolean;
|
|
13
|
+
/** Environment to use for resolving environment variables on calls to this number. */
|
|
14
|
+
environment?: string;
|
|
15
|
+
/** Agent branch to use for calls to this number. */
|
|
16
|
+
branchId?: string;
|
|
12
17
|
}
|
package/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ export declare class InvocationsClient {
|
|
|
25
25
|
* cursor: "cursor"
|
|
26
26
|
* })
|
|
27
27
|
*/
|
|
28
|
-
list(request
|
|
28
|
+
list(request?: ElevenLabs.conversationalAi.tests.InvocationsListRequest, requestOptions?: InvocationsClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.GetTestInvocationsPageResponseModel>;
|
|
29
29
|
private __list;
|
|
30
30
|
/**
|
|
31
31
|
* Gets a test invocation by ID.
|
package/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js
CHANGED
|
@@ -71,15 +71,17 @@ class InvocationsClient {
|
|
|
71
71
|
* cursor: "cursor"
|
|
72
72
|
* })
|
|
73
73
|
*/
|
|
74
|
-
list(request, requestOptions) {
|
|
74
|
+
list(request = {}, requestOptions) {
|
|
75
75
|
return core.HttpResponsePromise.fromPromise(this.__list(request, requestOptions));
|
|
76
76
|
}
|
|
77
|
-
__list(
|
|
78
|
-
return __awaiter(this,
|
|
77
|
+
__list() {
|
|
78
|
+
return __awaiter(this, arguments, void 0, function* (request = {}, requestOptions) {
|
|
79
79
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
80
80
|
const { agentId, pageSize, cursor } = request;
|
|
81
81
|
const _queryParams = {};
|
|
82
|
-
|
|
82
|
+
if (agentId != null) {
|
|
83
|
+
_queryParams.agent_id = agentId;
|
|
84
|
+
}
|
|
83
85
|
if (pageSize != null) {
|
|
84
86
|
_queryParams.page_size = pageSize.toString();
|
|
85
87
|
}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*/
|
|
9
9
|
export interface InvocationsListRequest {
|
|
10
10
|
/** Filter by agent ID */
|
|
11
|
-
agentId
|
|
11
|
+
agentId?: string;
|
|
12
12
|
/** How many Tests to return at maximum. Can not exceed 100, defaults to 30. */
|
|
13
13
|
pageSize?: number;
|
|
14
14
|
/** Used for fetching next page. Cursor is returned in the response. */
|
package/api/resources/conversationalAi/resources/users/client/requests/UsersListRequest.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ import type * as ElevenLabs from "../../../../../../index";
|
|
|
13
13
|
* }
|
|
14
14
|
*/
|
|
15
15
|
export interface UsersListRequest {
|
|
16
|
-
/**
|
|
16
|
+
/** Agent id (agent_…) or speech engine external id (seng_), resolved to the same underlying resource. */
|
|
17
17
|
agentId?: string;
|
|
18
18
|
/** Filter conversations by branch ID. */
|
|
19
19
|
branchId?: string;
|
package/api/resources/index.d.ts
CHANGED
|
@@ -26,6 +26,8 @@ export * from "./pronunciationDictionaries/client/requests";
|
|
|
26
26
|
export * from "./pronunciationDictionaries/types";
|
|
27
27
|
export * as samples from "./samples";
|
|
28
28
|
export * as serviceAccounts from "./serviceAccounts";
|
|
29
|
+
export * as speechEngine from "./speechEngine";
|
|
30
|
+
export * from "./speechEngine/client/requests";
|
|
29
31
|
export * as speechToSpeech from "./speechToSpeech";
|
|
30
32
|
export * from "./speechToSpeech/client/requests";
|
|
31
33
|
export * from "./speechToSpeech/types";
|
package/api/resources/index.js
CHANGED
|
@@ -36,7 +36,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
36
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.workspace = exports.webhooks = exports.voices = exports.v1TextToSpeechVoiceIdStreamInput = exports.v1TextToSpeechVoiceIdMultiStreamInput = exports.v1TextToDialogueStreamInput = exports.v1SpeechToTextRealtime = exports.user = exports.usage = exports.tokens = exports.textToVoice = exports.textToSpeech = exports.textToSoundEffects = exports.textToDialogue = exports.studio = exports.speechToText = exports.speechToSpeech = exports.serviceAccounts = exports.samples = exports.pronunciationDictionaries = exports.music = exports.models = exports.history = exports.forcedAlignment = exports.environmentVariables = exports.dubbing = exports.conversationalAi = exports.audioNative = exports.audioIsolation = void 0;
|
|
39
|
+
exports.workspace = exports.webhooks = exports.voices = exports.v1TextToSpeechVoiceIdStreamInput = exports.v1TextToSpeechVoiceIdMultiStreamInput = exports.v1TextToDialogueStreamInput = exports.v1SpeechToTextRealtime = exports.user = exports.usage = exports.tokens = exports.textToVoice = exports.textToSpeech = exports.textToSoundEffects = exports.textToDialogue = exports.studio = exports.speechToText = exports.speechToSpeech = exports.speechEngine = exports.serviceAccounts = exports.samples = exports.pronunciationDictionaries = exports.music = exports.models = exports.history = exports.forcedAlignment = exports.environmentVariables = exports.dubbing = exports.conversationalAi = exports.audioNative = exports.audioIsolation = void 0;
|
|
40
40
|
exports.audioIsolation = __importStar(require("./audioIsolation"));
|
|
41
41
|
__exportStar(require("./audioIsolation/client/requests"), exports);
|
|
42
42
|
__exportStar(require("./audioIsolation/types"), exports);
|
|
@@ -65,6 +65,8 @@ __exportStar(require("./pronunciationDictionaries/client/requests"), exports);
|
|
|
65
65
|
__exportStar(require("./pronunciationDictionaries/types"), exports);
|
|
66
66
|
exports.samples = __importStar(require("./samples"));
|
|
67
67
|
exports.serviceAccounts = __importStar(require("./serviceAccounts"));
|
|
68
|
+
exports.speechEngine = __importStar(require("./speechEngine"));
|
|
69
|
+
__exportStar(require("./speechEngine/client/requests"), exports);
|
|
68
70
|
exports.speechToSpeech = __importStar(require("./speechToSpeech"));
|
|
69
71
|
__exportStar(require("./speechToSpeech/client/requests"), exports);
|
|
70
72
|
__exportStar(require("./speechToSpeech/types"), exports);
|
|
@@ -12,4 +12,6 @@ export interface BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUs
|
|
|
12
12
|
permissions: ElevenLabs.serviceAccounts.BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions;
|
|
13
13
|
/** The character limit of the XI API key. If provided this will limit the usage of this api key to n characters per month where n is the chosen value. Requests that incur charges will fail after reaching this monthly limit. */
|
|
14
14
|
characterLimit?: number;
|
|
15
|
+
/** List of IP addresses or CIDR ranges allowed to use this API key. Each entry may be a CIDR range (e.g. '10.0.0.0/24') or a bare IP address (normalized to /32 or /128). On create, omit or pass null to allow all IPs. On update, omit to leave the whitelist unchanged, or pass "clear" to remove it. */
|
|
16
|
+
allowedIps?: string[];
|
|
15
17
|
}
|
|
@@ -16,4 +16,6 @@ export interface BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUser
|
|
|
16
16
|
permissions: ElevenLabs.serviceAccounts.BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions;
|
|
17
17
|
/** The character limit of the XI API key. If provided this will limit the usage of this api key to n characters per month where n is the chosen value. Requests that incur charges will fail after reaching this monthly limit. */
|
|
18
18
|
characterLimit?: number;
|
|
19
|
+
/** List of IP addresses or CIDR ranges allowed to use this API key. Each entry may be a CIDR range (e.g. '10.0.0.0/24') or a bare IP address (normalized to /32 or /128). On create, omit or pass null to allow all IPs. On update, omit to leave the whitelist unchanged, or pass "clear" to remove it. */
|
|
20
|
+
allowedIps?: ElevenLabs.serviceAccounts.BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps;
|
|
19
21
|
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* List of IP addresses or CIDR ranges allowed to use this API key. Each entry may be a CIDR range (e.g. '10.0.0.0/24') or a bare IP address (normalized to /32 or /128). On create, omit or pass null to allow all IPs. On update, omit to leave the whitelist unchanged, or pass "clear" to remove it.
|
|
3
|
+
*/
|
|
4
|
+
export type BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps = string[] | "clear" | "no_update";
|
|
@@ -1,2 +1,3 @@
|
|
|
1
1
|
export * from "./BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions";
|
|
2
|
+
export * from "./BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps";
|
|
2
3
|
export * from "./BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions";
|
|
@@ -15,4 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions"), exports);
|
|
18
|
+
__exportStar(require("./BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps"), exports);
|
|
18
19
|
__exportStar(require("./BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions"), exports);
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import type { BaseClientOptions, BaseRequestOptions } from "../../../../BaseClient";
|
|
2
|
+
import { type NormalizedClientOptions } from "../../../../BaseClient";
|
|
3
|
+
import * as core from "../../../../core";
|
|
4
|
+
import * as ElevenLabs from "../../../index";
|
|
5
|
+
export declare namespace SpeechEngineClient {
|
|
6
|
+
type Options = BaseClientOptions;
|
|
7
|
+
interface RequestOptions extends BaseRequestOptions {
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
export declare class SpeechEngineClient {
|
|
11
|
+
protected readonly _options: NormalizedClientOptions<SpeechEngineClient.Options>;
|
|
12
|
+
constructor(options?: SpeechEngineClient.Options);
|
|
13
|
+
/**
|
|
14
|
+
* Returns a paginated list of Speech Engine resources.
|
|
15
|
+
*
|
|
16
|
+
* @param {ElevenLabs.SpeechEngineListRequest} request
|
|
17
|
+
* @param {SpeechEngineClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
18
|
+
*
|
|
19
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
20
|
+
*
|
|
21
|
+
* @example
|
|
22
|
+
* await client.speechEngine.list({
|
|
23
|
+
* pageSize: 1,
|
|
24
|
+
* search: "search",
|
|
25
|
+
* sortDirection: "asc",
|
|
26
|
+
* sortBy: "name",
|
|
27
|
+
* cursor: "cursor"
|
|
28
|
+
* })
|
|
29
|
+
*/
|
|
30
|
+
list(request?: ElevenLabs.SpeechEngineListRequest, requestOptions?: SpeechEngineClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.ListSpeechEnginesResponse>;
|
|
31
|
+
private __list;
|
|
32
|
+
/**
|
|
33
|
+
* Create a new Speech Engine resource
|
|
34
|
+
*
|
|
35
|
+
* @param {ElevenLabs.CreateSpeechEngineRequest} request
|
|
36
|
+
* @param {SpeechEngineClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
37
|
+
*
|
|
38
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
39
|
+
*
|
|
40
|
+
* @example
|
|
41
|
+
* await client.speechEngine.create({
|
|
42
|
+
* speechEngine: {
|
|
43
|
+
* wsUrl: "ws_url"
|
|
44
|
+
* }
|
|
45
|
+
* })
|
|
46
|
+
*/
|
|
47
|
+
create(request: ElevenLabs.CreateSpeechEngineRequest, requestOptions?: SpeechEngineClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.CreateSpeechEngineResponse>;
|
|
48
|
+
private __create;
|
|
49
|
+
/**
|
|
50
|
+
* Retrieve a Speech Engine resource
|
|
51
|
+
*
|
|
52
|
+
* @param {string} speech_engine_id - The speech engine ID (accepts seng_ or agent_ prefix)
|
|
53
|
+
* @param {SpeechEngineClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
56
|
+
*
|
|
57
|
+
* @example
|
|
58
|
+
* await client.speechEngine.get("seng_3701k3ttaq12ewp8b7qv5rfyszkz")
|
|
59
|
+
*/
|
|
60
|
+
get(speech_engine_id: string, requestOptions?: SpeechEngineClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.SpeechEngineResponse>;
|
|
61
|
+
private __get;
|
|
62
|
+
/**
|
|
63
|
+
* Delete a Speech Engine resource
|
|
64
|
+
*
|
|
65
|
+
* @param {string} speech_engine_id - The speech engine ID (accepts seng_ or agent_ prefix)
|
|
66
|
+
* @param {SpeechEngineClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
67
|
+
*
|
|
68
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
69
|
+
*
|
|
70
|
+
* @example
|
|
71
|
+
* await client.speechEngine.delete("seng_3701k3ttaq12ewp8b7qv5rfyszkz")
|
|
72
|
+
*/
|
|
73
|
+
delete(speech_engine_id: string, requestOptions?: SpeechEngineClient.RequestOptions): core.HttpResponsePromise<void>;
|
|
74
|
+
private __delete;
|
|
75
|
+
/**
|
|
76
|
+
* Update a Speech Engine resource (partial update)
|
|
77
|
+
*
|
|
78
|
+
* @param {string} speech_engine_id - The speech engine ID (accepts seng_ or agent_ prefix)
|
|
79
|
+
* @param {ElevenLabs.UpdateSpeechEngineRequest} request
|
|
80
|
+
* @param {SpeechEngineClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
83
|
+
*
|
|
84
|
+
* @example
|
|
85
|
+
* await client.speechEngine.update("seng_3701k3ttaq12ewp8b7qv5rfyszkz")
|
|
86
|
+
*/
|
|
87
|
+
update(speech_engine_id: string, request?: ElevenLabs.UpdateSpeechEngineRequest, requestOptions?: SpeechEngineClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.SpeechEngineResponse>;
|
|
88
|
+
private __update;
|
|
89
|
+
}
|