@elevenlabs/elevenlabs-js 2.7.0 → 2.9.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/Client.d.ts +13 -0
- package/Client.js +77 -12
- package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +4 -4
- package/api/resources/conversationalAi/resources/agents/client/Client.js +4 -4
- package/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +0 -1
- package/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.d.ts +4 -2
- package/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.d.ts +4 -2
- package/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +0 -1
- package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +15 -0
- package/api/resources/conversationalAi/resources/conversations/client/Client.js +86 -1
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetWebrtcTokenRequest.d.ts +19 -0
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +8 -0
- package/api/resources/conversationalAi/resources/conversations/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/index.js +1 -0
- package/api/resources/conversationalAi/resources/conversations/types/ConversationsListRequestSummaryMode.d.ts +11 -0
- package/api/resources/conversationalAi/resources/conversations/types/ConversationsListRequestSummaryMode.js +10 -0
- package/api/resources/conversationalAi/resources/conversations/types/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/types/index.js +17 -0
- package/api/resources/conversationalAi/resources/index.d.ts +2 -1
- package/api/resources/conversationalAi/resources/index.js +3 -2
- package/api/resources/dubbing/client/Client.js +3 -0
- package/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +2 -0
- package/api/resources/dubbing/client/requests/DubbingListRequest.d.ts +1 -1
- package/api/resources/dubbing/types/DubbingListRequestDubbingStatus.d.ts +1 -1
- package/api/resources/index.d.ts +1 -0
- package/api/resources/index.js +2 -1
- package/api/resources/serviceAccounts/client/Client.d.ts +48 -0
- package/api/resources/serviceAccounts/client/Client.js +134 -0
- package/api/resources/serviceAccounts/client/index.d.ts +1 -0
- package/api/resources/serviceAccounts/client/index.js +2 -0
- package/api/resources/serviceAccounts/index.d.ts +2 -0
- package/api/resources/serviceAccounts/index.js +18 -0
- package/api/resources/serviceAccounts/resources/apiKeys/client/Client.d.ts +96 -0
- package/api/resources/serviceAccounts/resources/apiKeys/client/Client.js +341 -0
- package/api/resources/serviceAccounts/resources/apiKeys/client/index.d.ts +2 -0
- package/api/resources/serviceAccounts/resources/apiKeys/client/index.js +17 -0
- package/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +18 -0
- package/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +22 -0
- package/api/resources/serviceAccounts/resources/apiKeys/client/requests/index.d.ts +2 -0
- package/api/resources/serviceAccounts/resources/apiKeys/client/requests/index.js +2 -0
- package/api/resources/serviceAccounts/resources/apiKeys/index.d.ts +2 -0
- package/api/resources/serviceAccounts/resources/apiKeys/index.js +18 -0
- package/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +8 -0
- package/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts +31 -0
- package/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.js +33 -0
- package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +8 -0
- package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts +31 -0
- package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.js +33 -0
- package/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +4 -0
- package/api/resources/serviceAccounts/resources/apiKeys/types/index.js +20 -0
- package/api/resources/serviceAccounts/resources/index.d.ts +3 -0
- package/api/resources/serviceAccounts/resources/index.js +42 -0
- package/api/resources/speechToText/client/Client.d.ts +2 -2
- package/api/resources/speechToText/client/Client.js +5 -2
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +7 -0
- package/api/resources/speechToText/types/SpeechToTextConvertResponse.d.ts +5 -0
- package/api/resources/speechToText/types/index.d.ts +1 -0
- package/api/resources/speechToText/types/index.js +1 -0
- package/api/resources/studio/resources/projects/client/Client.d.ts +1 -4
- package/api/resources/studio/resources/projects/client/Client.js +10 -7
- package/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +4 -7
- package/api/resources/textToVoice/client/Client.d.ts +0 -17
- package/api/resources/textToVoice/client/Client.js +0 -77
- package/api/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +4 -0
- package/api/resources/textToVoice/client/requests/index.d.ts +0 -1
- package/api/resources/voices/client/Client.js +9 -1
- package/api/resources/voices/client/requests/VoicesSearchRequest.d.ts +4 -0
- package/api/types/AddProjectRequest.d.ts +1 -130
- package/api/types/AgentConfig.d.ts +11 -1
- package/api/types/AgentSummaryResponseModel.d.ts +2 -0
- package/api/types/AsrProvider.d.ts +1 -5
- package/api/types/AsrProvider.js +0 -5
- package/api/types/BatchCallRecipientStatus.d.ts +2 -1
- package/api/types/BatchCallRecipientStatus.js +1 -0
- package/api/types/BuiltInToolsInput.d.ts +2 -0
- package/api/types/BuiltInToolsOutput.d.ts +2 -0
- package/api/types/CaptionStyleCharacterAnimationModel.d.ts +8 -0
- package/api/types/CaptionStyleCharacterAnimationModelEnterType.d.ts +8 -0
- package/api/types/CaptionStyleCharacterAnimationModelEnterType.js +10 -0
- package/api/types/CaptionStyleCharacterAnimationModelExitType.d.ts +8 -0
- package/api/types/CaptionStyleCharacterAnimationModelExitType.js +10 -0
- package/api/types/CaptionStyleHorizontalPlacementModel.d.ts +8 -0
- package/api/types/CaptionStyleHorizontalPlacementModelAlign.d.ts +9 -0
- package/api/types/CaptionStyleHorizontalPlacementModelAlign.js +11 -0
- package/api/types/CaptionStyleModel.d.ts +29 -0
- package/api/types/CaptionStyleModelTextAlign.d.ts +9 -0
- package/api/types/CaptionStyleModelTextAlign.js +11 -0
- package/api/types/CaptionStyleModelTextStyle.d.ts +8 -0
- package/api/types/CaptionStyleModelTextStyle.js +10 -0
- package/api/types/CaptionStyleModelTextWeight.d.ts +8 -0
- package/api/types/CaptionStyleModelTextWeight.js +10 -0
- package/api/types/CaptionStyleSectionAnimationModel.d.ts +8 -0
- package/api/types/CaptionStyleSectionAnimationModelEnterType.d.ts +9 -0
- package/api/types/CaptionStyleSectionAnimationModelEnterType.js +11 -0
- package/api/types/CaptionStyleSectionAnimationModelExitType.d.ts +9 -0
- package/api/types/CaptionStyleSectionAnimationModelExitType.js +11 -0
- package/api/types/CaptionStyleTemplateModel.d.ts +7 -0
- package/api/types/CaptionStyleVerticalPlacementModel.d.ts +8 -0
- package/api/types/CaptionStyleVerticalPlacementModelAlign.d.ts +9 -0
- package/api/types/CaptionStyleVerticalPlacementModelAlign.js +11 -0
- package/api/types/CaptionStyleWordAnimationModel.d.ts +8 -0
- package/api/types/CaptionStyleWordAnimationModelEnterType.d.ts +9 -0
- package/api/types/CaptionStyleWordAnimationModelEnterType.js +11 -0
- package/api/types/CaptionStyleWordAnimationModelExitType.d.ts +9 -0
- package/api/types/CaptionStyleWordAnimationModelExitType.js +11 -0
- package/api/types/ClientToolConfigInput.d.ts +6 -0
- package/api/types/ClientToolConfigOutput.d.ts +6 -0
- package/api/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +5 -0
- package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +5 -0
- package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +14 -0
- package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +9 -0
- package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.js +11 -0
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +15 -0
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +37 -0
- package/api/types/ConversationHistoryTranscriptToolCallCommonModel.d.ts +1 -1
- package/api/types/ConversationInitiationClientDataInternal.d.ts +1 -0
- package/api/types/ConversationInitiationClientDataRequestInput.d.ts +1 -0
- package/api/types/ConversationInitiationClientDataRequestOutput.d.ts +1 -0
- package/api/types/ConversationInitiationSource.d.ts +2 -1
- package/api/types/ConversationInitiationSource.js +1 -0
- package/api/types/ConversationInitiationSourceInfo.d.ts +13 -0
- package/api/types/ConversationSimulationSpecification.d.ts +1 -1
- package/api/types/ConversationSummaryResponseModel.d.ts +3 -0
- package/api/types/ConversationSummaryResponseModelDirection.d.ts +8 -0
- package/api/types/ConversationSummaryResponseModelDirection.js +10 -0
- package/api/types/ConversationalConfig.d.ts +1 -1
- package/api/types/DubbedSegment.d.ts +1 -0
- package/api/types/DynamicVariableAssignment.d.ts +14 -0
- package/api/types/DynamicVariableUpdateCommonModel.d.ts +14 -0
- package/api/types/EndCallToolResultModel.d.ts +8 -0
- package/api/types/FeaturesUsageCommonModel.d.ts +5 -0
- package/api/types/GetAgentResponseModel.d.ts +0 -1
- package/api/types/LanguageDetectionToolResultModel.d.ts +8 -0
- package/api/types/Llm.d.ts +15 -1
- package/api/types/Llm.js +14 -0
- package/api/types/MultichannelSpeechToTextResponseModel.d.ts +11 -0
- package/api/types/PlayDtmfResultErrorModel.d.ts +8 -0
- package/api/types/PlayDtmfResultSuccessModel.d.ts +8 -0
- package/api/types/ProjectExtendedResponse.d.ts +4 -0
- package/api/types/ProjectResponse.d.ts +4 -0
- package/api/types/PromptAgentApiModelInputToolsItem.d.ts +2 -1
- package/api/types/PromptAgentApiModelOutputToolsItem.d.ts +2 -1
- package/api/types/PromptAgentApiModelOverride.d.ts +2 -0
- package/api/types/PromptAgentApiModelOverrideConfig.d.ts +2 -0
- package/api/types/SaveVoicePreviewRequest.d.ts +4 -0
- package/api/types/SegmentSubtitleFrame.d.ts +8 -0
- package/api/types/SkipTurnToolResponseModel.d.ts +7 -0
- package/api/types/SpeakerSegment.d.ts +1 -0
- package/api/types/SpeechToTextChunkResponseModel.d.ts +2 -0
- package/api/types/SpeechToTextWebhookResponseModel.d.ts +9 -0
- package/api/types/SubscriptionExtrasResponseModel.d.ts +2 -2
- package/api/types/SystemToolConfigInput.d.ts +6 -0
- package/api/types/SystemToolConfigInputParams.d.ts +4 -1
- package/api/types/SystemToolConfigOutput.d.ts +6 -0
- package/api/types/SystemToolConfigOutputParams.d.ts +4 -1
- package/api/types/TextToSpeechApplyTextNormalizationEnum.d.ts +1 -1
- package/api/types/TokenResponseModel.d.ts +6 -0
- package/api/types/Tool.d.ts +3 -0
- package/api/types/ToolRequestModelToolConfig.d.ts +2 -1
- package/api/types/ToolResponseModel.d.ts +1 -0
- package/api/types/ToolResponseModelToolConfig.d.ts +2 -1
- package/api/types/ToolType.d.ts +10 -0
- package/api/types/ToolType.js +12 -0
- package/api/types/ToolUsageStatsResponseModel.d.ts +8 -0
- package/api/types/TransferToAgentToolResultErrorModel.d.ts +8 -0
- package/api/types/TransferToAgentToolResultSuccessModel.d.ts +12 -0
- package/api/types/TransferToNumberResultErrorModel.d.ts +8 -0
- package/api/types/TransferToNumberResultErrorModel.js +5 -0
- package/api/types/TransferToNumberResultSipSuccessModel.d.ts +9 -0
- package/api/types/TransferToNumberResultSipSuccessModel.js +5 -0
- package/api/types/TransferToNumberResultTwilioSuccessModel.d.ts +12 -0
- package/api/types/TransferToNumberResultTwilioSuccessModel.js +5 -0
- package/api/types/UpdatePronunciationDictionariesRequest.d.ts +1 -7
- package/api/types/VoiceResponseModelSafetyControl.d.ts +1 -2
- package/api/types/VoiceResponseModelSafetyControl.js +0 -1
- package/api/types/VoicemailDetectionToolConfig.d.ts +14 -0
- package/api/types/VoicemailDetectionToolConfig.js +5 -0
- package/api/types/WebhookToolConfigInput.d.ts +6 -0
- package/api/types/WebhookToolConfigOutput.d.ts +6 -0
- package/api/types/WidgetConfig.d.ts +4 -0
- package/api/types/WidgetConfigResponse.d.ts +4 -0
- package/{dist/api/types/AgentBan.d.ts → api/types/WorkspaceApiKeyListResponseModel.d.ts} +2 -4
- package/api/types/WorkspaceApiKeyListResponseModel.js +5 -0
- package/api/types/WorkspaceApiKeyResponseModel.d.ts +15 -0
- package/api/types/WorkspaceApiKeyResponseModel.js +5 -0
- package/api/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +31 -0
- package/api/types/WorkspaceApiKeyResponseModelPermissionsItem.js +33 -0
- package/api/types/WorkspaceCreateApiKeyResponseModel.d.ts +6 -0
- package/api/types/WorkspaceCreateApiKeyResponseModel.js +5 -0
- package/api/types/WorkspaceResourceType.d.ts +2 -1
- package/api/types/WorkspaceResourceType.js +1 -0
- package/api/types/WorkspaceServiceAccountListResponseModel.d.ts +7 -0
- package/api/types/WorkspaceServiceAccountListResponseModel.js +5 -0
- package/api/types/WorkspaceServiceAccountResponseModel.d.ts +10 -0
- package/api/types/WorkspaceServiceAccountResponseModel.js +5 -0
- package/api/types/index.d.ts +54 -24
- package/api/types/index.js +54 -24
- package/dist/Client.d.ts +13 -0
- package/dist/Client.js +77 -12
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +4 -4
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +4 -4
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.d.ts +4 -2
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.d.ts +4 -2
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +15 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +86 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetWebrtcTokenRequest.d.ts +19 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsGetWebrtcTokenRequest.js +5 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +8 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/index.js +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/types/ConversationsListRequestSummaryMode.d.ts +11 -0
- package/dist/api/resources/conversationalAi/resources/conversations/types/ConversationsListRequestSummaryMode.js +10 -0
- package/dist/api/resources/conversationalAi/resources/conversations/types/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/types/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/index.d.ts +2 -1
- package/dist/api/resources/conversationalAi/resources/index.js +3 -2
- package/dist/api/resources/dubbing/client/Client.js +3 -0
- package/dist/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +2 -0
- package/dist/api/resources/dubbing/client/requests/DubbingListRequest.d.ts +1 -1
- package/dist/api/resources/dubbing/types/DubbingListRequestDubbingStatus.d.ts +1 -1
- package/dist/api/resources/index.d.ts +1 -0
- package/dist/api/resources/index.js +2 -1
- package/dist/api/resources/serviceAccounts/client/Client.d.ts +48 -0
- package/dist/api/resources/serviceAccounts/client/Client.js +134 -0
- package/dist/api/resources/serviceAccounts/client/index.d.ts +1 -0
- package/dist/api/resources/serviceAccounts/client/index.js +2 -0
- package/dist/api/resources/serviceAccounts/index.d.ts +2 -0
- package/dist/api/resources/serviceAccounts/index.js +18 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/client/Client.d.ts +96 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/client/Client.js +341 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/client/index.d.ts +2 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/client/index.js +17 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +18 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.js +5 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +22 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.js +5 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/index.d.ts +2 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/index.js +2 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/index.d.ts +2 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/index.js +18 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +8 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.js +5 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts +31 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.js +33 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +8 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.js +5 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts +31 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.js +33 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +4 -0
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.js +20 -0
- package/dist/api/resources/serviceAccounts/resources/index.d.ts +3 -0
- package/dist/api/resources/serviceAccounts/resources/index.js +42 -0
- package/dist/api/resources/speechToText/client/Client.d.ts +2 -2
- package/dist/api/resources/speechToText/client/Client.js +5 -2
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +7 -0
- package/dist/api/resources/speechToText/types/SpeechToTextConvertResponse.d.ts +5 -0
- package/dist/api/resources/speechToText/types/SpeechToTextConvertResponse.js +5 -0
- package/dist/api/resources/speechToText/types/index.d.ts +1 -0
- package/dist/api/resources/speechToText/types/index.js +1 -0
- package/dist/api/resources/studio/resources/projects/client/Client.d.ts +1 -4
- package/dist/api/resources/studio/resources/projects/client/Client.js +10 -7
- package/dist/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +4 -7
- package/dist/api/resources/textToVoice/client/Client.d.ts +0 -17
- package/dist/api/resources/textToVoice/client/Client.js +0 -77
- package/dist/api/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +4 -0
- package/dist/api/resources/textToVoice/client/requests/index.d.ts +0 -1
- package/dist/api/resources/voices/client/Client.js +9 -1
- package/dist/api/resources/voices/client/requests/VoicesSearchRequest.d.ts +4 -0
- package/dist/api/types/AddProjectRequest.d.ts +1 -130
- package/dist/api/types/AgentConfig.d.ts +11 -1
- package/dist/api/types/AgentSummaryResponseModel.d.ts +2 -0
- package/dist/api/types/AsrProvider.d.ts +1 -5
- package/dist/api/types/AsrProvider.js +0 -5
- package/dist/api/types/BatchCallRecipientStatus.d.ts +2 -1
- package/dist/api/types/BatchCallRecipientStatus.js +1 -0
- package/dist/api/types/BuiltInToolsInput.d.ts +2 -0
- package/dist/api/types/BuiltInToolsOutput.d.ts +2 -0
- package/dist/api/types/CaptionStyleCharacterAnimationModel.d.ts +8 -0
- package/dist/api/types/CaptionStyleCharacterAnimationModel.js +5 -0
- package/dist/api/types/CaptionStyleCharacterAnimationModelEnterType.d.ts +8 -0
- package/dist/api/types/CaptionStyleCharacterAnimationModelEnterType.js +10 -0
- package/dist/api/types/CaptionStyleCharacterAnimationModelExitType.d.ts +8 -0
- package/dist/api/types/CaptionStyleCharacterAnimationModelExitType.js +10 -0
- package/dist/api/types/CaptionStyleHorizontalPlacementModel.d.ts +8 -0
- package/dist/api/types/CaptionStyleHorizontalPlacementModel.js +5 -0
- package/dist/api/types/CaptionStyleHorizontalPlacementModelAlign.d.ts +9 -0
- package/dist/api/types/CaptionStyleHorizontalPlacementModelAlign.js +11 -0
- package/dist/api/types/CaptionStyleModel.d.ts +29 -0
- package/dist/api/types/CaptionStyleModel.js +5 -0
- package/dist/api/types/CaptionStyleModelTextAlign.d.ts +9 -0
- package/dist/api/types/CaptionStyleModelTextAlign.js +11 -0
- package/dist/api/types/CaptionStyleModelTextStyle.d.ts +8 -0
- package/dist/api/types/CaptionStyleModelTextStyle.js +10 -0
- package/dist/api/types/CaptionStyleModelTextWeight.d.ts +8 -0
- package/dist/api/types/CaptionStyleModelTextWeight.js +10 -0
- package/dist/api/types/CaptionStyleSectionAnimationModel.d.ts +8 -0
- package/dist/api/types/CaptionStyleSectionAnimationModel.js +5 -0
- package/dist/api/types/CaptionStyleSectionAnimationModelEnterType.d.ts +9 -0
- package/dist/api/types/CaptionStyleSectionAnimationModelEnterType.js +11 -0
- package/dist/api/types/CaptionStyleSectionAnimationModelExitType.d.ts +9 -0
- package/dist/api/types/CaptionStyleSectionAnimationModelExitType.js +11 -0
- package/dist/api/types/CaptionStyleTemplateModel.d.ts +7 -0
- package/dist/api/types/CaptionStyleTemplateModel.js +5 -0
- package/dist/api/types/CaptionStyleVerticalPlacementModel.d.ts +8 -0
- package/dist/api/types/CaptionStyleVerticalPlacementModel.js +5 -0
- package/dist/api/types/CaptionStyleVerticalPlacementModelAlign.d.ts +9 -0
- package/dist/api/types/CaptionStyleVerticalPlacementModelAlign.js +11 -0
- package/dist/api/types/CaptionStyleWordAnimationModel.d.ts +8 -0
- package/dist/api/types/CaptionStyleWordAnimationModel.js +5 -0
- package/dist/api/types/CaptionStyleWordAnimationModelEnterType.d.ts +9 -0
- package/dist/api/types/CaptionStyleWordAnimationModelEnterType.js +11 -0
- package/dist/api/types/CaptionStyleWordAnimationModelExitType.d.ts +9 -0
- package/dist/api/types/CaptionStyleWordAnimationModelExitType.js +11 -0
- package/dist/api/types/ClientToolConfigInput.d.ts +6 -0
- package/dist/api/types/ClientToolConfigOutput.d.ts +6 -0
- package/dist/api/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +5 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.js +5 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +5 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.js +5 -0
- package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +14 -0
- package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +5 -0
- package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +9 -0
- package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.js +11 -0
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +15 -0
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModel.js +5 -0
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +37 -0
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.js +5 -0
- package/dist/api/types/ConversationHistoryTranscriptToolCallCommonModel.d.ts +1 -1
- package/dist/api/types/ConversationInitiationClientDataInternal.d.ts +1 -0
- package/dist/api/types/ConversationInitiationClientDataRequestInput.d.ts +1 -0
- package/dist/api/types/ConversationInitiationClientDataRequestOutput.d.ts +1 -0
- package/dist/api/types/ConversationInitiationSource.d.ts +2 -1
- package/dist/api/types/ConversationInitiationSource.js +1 -0
- package/dist/api/types/ConversationInitiationSourceInfo.d.ts +13 -0
- package/dist/api/types/ConversationInitiationSourceInfo.js +5 -0
- package/dist/api/types/ConversationSimulationSpecification.d.ts +1 -1
- package/dist/api/types/ConversationSummaryResponseModel.d.ts +3 -0
- package/dist/api/types/ConversationSummaryResponseModelDirection.d.ts +8 -0
- package/dist/api/types/ConversationSummaryResponseModelDirection.js +10 -0
- package/dist/api/types/ConversationalConfig.d.ts +1 -1
- package/dist/api/types/DubbedSegment.d.ts +1 -0
- package/dist/api/types/DynamicVariableAssignment.d.ts +14 -0
- package/dist/api/types/DynamicVariableAssignment.js +5 -0
- package/dist/api/types/DynamicVariableUpdateCommonModel.d.ts +14 -0
- package/dist/api/types/DynamicVariableUpdateCommonModel.js +5 -0
- package/dist/api/types/EndCallToolResultModel.d.ts +8 -0
- package/dist/api/types/EndCallToolResultModel.js +5 -0
- package/dist/api/types/FeaturesUsageCommonModel.d.ts +5 -0
- package/dist/api/types/GetAgentResponseModel.d.ts +0 -1
- package/dist/api/types/LanguageDetectionToolResultModel.d.ts +8 -0
- package/dist/api/types/LanguageDetectionToolResultModel.js +5 -0
- package/dist/api/types/Llm.d.ts +15 -1
- package/dist/api/types/Llm.js +14 -0
- package/dist/api/types/MultichannelSpeechToTextResponseModel.d.ts +11 -0
- package/dist/api/types/MultichannelSpeechToTextResponseModel.js +5 -0
- package/dist/api/types/PlayDtmfResultErrorModel.d.ts +8 -0
- package/dist/api/types/PlayDtmfResultErrorModel.js +5 -0
- package/dist/api/types/PlayDtmfResultSuccessModel.d.ts +8 -0
- package/dist/api/types/PlayDtmfResultSuccessModel.js +5 -0
- package/dist/api/types/ProjectExtendedResponse.d.ts +4 -0
- package/dist/api/types/ProjectResponse.d.ts +4 -0
- package/dist/api/types/PromptAgentApiModelInputToolsItem.d.ts +2 -1
- package/dist/api/types/PromptAgentApiModelOutputToolsItem.d.ts +2 -1
- package/dist/api/types/PromptAgentApiModelOverride.d.ts +2 -0
- package/dist/api/types/PromptAgentApiModelOverrideConfig.d.ts +2 -0
- package/dist/api/types/SaveVoicePreviewRequest.d.ts +4 -0
- package/dist/api/types/SaveVoicePreviewRequest.js +5 -0
- package/dist/api/types/SegmentSubtitleFrame.d.ts +8 -0
- package/dist/api/types/SegmentSubtitleFrame.js +5 -0
- package/dist/api/types/SkipTurnToolResponseModel.d.ts +7 -0
- package/dist/api/types/SkipTurnToolResponseModel.js +5 -0
- package/dist/api/types/SpeakerSegment.d.ts +1 -0
- package/dist/api/types/SpeechToTextChunkResponseModel.d.ts +2 -0
- package/dist/api/types/SpeechToTextWebhookResponseModel.d.ts +9 -0
- package/dist/api/types/SpeechToTextWebhookResponseModel.js +5 -0
- package/dist/api/types/SubscriptionExtrasResponseModel.d.ts +2 -2
- package/dist/api/types/SystemToolConfigInput.d.ts +6 -0
- package/dist/api/types/SystemToolConfigInputParams.d.ts +4 -1
- package/dist/api/types/SystemToolConfigOutput.d.ts +6 -0
- package/dist/api/types/SystemToolConfigOutputParams.d.ts +4 -1
- package/dist/api/types/TextToSpeechApplyTextNormalizationEnum.d.ts +1 -1
- package/dist/api/types/TokenResponseModel.d.ts +6 -0
- package/dist/api/types/TokenResponseModel.js +5 -0
- package/dist/api/types/Tool.d.ts +3 -0
- package/dist/api/types/ToolRequestModelToolConfig.d.ts +2 -1
- package/dist/api/types/ToolResponseModel.d.ts +1 -0
- package/dist/api/types/ToolResponseModelToolConfig.d.ts +2 -1
- package/dist/api/types/ToolType.d.ts +10 -0
- package/dist/api/types/ToolType.js +12 -0
- package/dist/api/types/ToolUsageStatsResponseModel.d.ts +8 -0
- package/dist/api/types/ToolUsageStatsResponseModel.js +5 -0
- package/dist/api/types/TransferToAgentToolResultErrorModel.d.ts +8 -0
- package/dist/api/types/TransferToAgentToolResultErrorModel.js +5 -0
- package/dist/api/types/TransferToAgentToolResultSuccessModel.d.ts +12 -0
- package/dist/api/types/TransferToAgentToolResultSuccessModel.js +5 -0
- package/dist/api/types/TransferToNumberResultErrorModel.d.ts +8 -0
- package/dist/api/types/TransferToNumberResultErrorModel.js +5 -0
- package/dist/api/types/TransferToNumberResultSipSuccessModel.d.ts +9 -0
- package/dist/api/types/TransferToNumberResultSipSuccessModel.js +5 -0
- package/dist/api/types/TransferToNumberResultTwilioSuccessModel.d.ts +12 -0
- package/dist/api/types/TransferToNumberResultTwilioSuccessModel.js +5 -0
- package/dist/api/types/UpdatePronunciationDictionariesRequest.d.ts +1 -7
- package/dist/api/types/VoiceResponseModelSafetyControl.d.ts +1 -2
- package/dist/api/types/VoiceResponseModelSafetyControl.js +0 -1
- package/dist/api/types/VoicemailDetectionToolConfig.d.ts +14 -0
- package/dist/api/types/VoicemailDetectionToolConfig.js +5 -0
- package/dist/api/types/WebhookToolConfigInput.d.ts +6 -0
- package/dist/api/types/WebhookToolConfigOutput.d.ts +6 -0
- package/dist/api/types/WidgetConfig.d.ts +4 -0
- package/dist/api/types/WidgetConfigResponse.d.ts +4 -0
- package/{api/types/AgentBan.d.ts → dist/api/types/WorkspaceApiKeyListResponseModel.d.ts} +2 -4
- package/dist/api/types/WorkspaceApiKeyListResponseModel.js +5 -0
- package/dist/api/types/WorkspaceApiKeyResponseModel.d.ts +15 -0
- package/dist/api/types/WorkspaceApiKeyResponseModel.js +5 -0
- package/dist/api/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +31 -0
- package/dist/api/types/WorkspaceApiKeyResponseModelPermissionsItem.js +33 -0
- package/dist/api/types/WorkspaceCreateApiKeyResponseModel.d.ts +6 -0
- package/dist/api/types/WorkspaceCreateApiKeyResponseModel.js +5 -0
- package/dist/api/types/WorkspaceResourceType.d.ts +2 -1
- package/dist/api/types/WorkspaceResourceType.js +1 -0
- package/dist/api/types/WorkspaceServiceAccountListResponseModel.d.ts +7 -0
- package/dist/api/types/WorkspaceServiceAccountListResponseModel.js +5 -0
- package/dist/api/types/WorkspaceServiceAccountResponseModel.d.ts +10 -0
- package/dist/api/types/WorkspaceServiceAccountResponseModel.js +5 -0
- package/dist/api/types/index.d.ts +54 -24
- package/dist/api/types/index.js +54 -24
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +0 -1
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.js +0 -1
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.js +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.js +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +0 -1
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +0 -1
- package/dist/serialization/resources/conversationalAi/resources/conversations/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/index.js +1 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/types/ConversationsListRequestSummaryMode.d.ts +10 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/types/ConversationsListRequestSummaryMode.js +41 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/types/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/types/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/index.d.ts +2 -1
- package/dist/serialization/resources/conversationalAi/resources/index.js +3 -2
- package/dist/serialization/resources/index.d.ts +1 -0
- package/dist/serialization/resources/index.js +2 -1
- package/dist/serialization/resources/serviceAccounts/index.d.ts +1 -0
- package/dist/serialization/resources/serviceAccounts/index.js +17 -0
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/index.d.ts +1 -0
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/index.js +17 -0
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +15 -0
- package/dist/serialization/{types/BodyEditBasicProjectInfoV1ProjectsProjectIdPost.js → resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.js} +6 -9
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +16 -0
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.js +47 -0
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/index.js +7 -0
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/index.d.ts +2 -0
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/index.js +18 -0
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +11 -0
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.js +45 -0
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts +10 -0
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.js +67 -0
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +11 -0
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.js +45 -0
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts +10 -0
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.js +67 -0
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +4 -0
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +20 -0
- package/dist/serialization/resources/serviceAccounts/resources/index.d.ts +3 -0
- package/dist/serialization/resources/serviceAccounts/resources/index.js +42 -0
- package/dist/serialization/resources/speechToText/types/SpeechToTextConvertResponse.d.ts +13 -0
- package/dist/serialization/resources/speechToText/types/SpeechToTextConvertResponse.js +48 -0
- package/dist/serialization/resources/speechToText/types/index.d.ts +1 -0
- package/dist/serialization/resources/speechToText/types/index.js +1 -0
- package/dist/serialization/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +2 -0
- package/dist/serialization/resources/textToVoice/client/requests/VoiceDesignRequestModel.js +2 -0
- package/dist/serialization/resources/textToVoice/client/requests/index.d.ts +0 -1
- package/dist/serialization/resources/textToVoice/client/requests/index.js +1 -3
- package/dist/serialization/types/AddProjectRequest.d.ts +2 -34
- package/dist/serialization/types/AddProjectRequest.js +1 -33
- package/dist/serialization/types/AgentConfig.d.ts +9 -2
- package/dist/serialization/types/AgentConfig.js +8 -1
- package/dist/serialization/types/AgentSummaryResponseModel.d.ts +1 -0
- package/dist/serialization/types/AgentSummaryResponseModel.js +1 -0
- package/dist/serialization/types/AsrProvider.d.ts +1 -1
- package/dist/serialization/types/AsrProvider.js +1 -1
- package/dist/serialization/types/BatchCallRecipientStatus.d.ts +1 -1
- package/dist/serialization/types/BatchCallRecipientStatus.js +1 -1
- package/dist/serialization/types/BuiltInToolsInput.d.ts +1 -0
- package/dist/serialization/types/BuiltInToolsInput.js +1 -0
- package/dist/serialization/types/BuiltInToolsOutput.d.ts +1 -0
- package/dist/serialization/types/BuiltInToolsOutput.js +1 -0
- package/dist/serialization/types/CaptionStyleCharacterAnimationModel.d.ts +15 -0
- package/dist/serialization/types/CaptionStyleCharacterAnimationModel.js +46 -0
- package/dist/serialization/types/CaptionStyleCharacterAnimationModelEnterType.d.ts +10 -0
- package/dist/serialization/types/{BodyAddProjectV1ProjectsAddPostSourceType.js → CaptionStyleCharacterAnimationModelEnterType.js} +2 -2
- package/dist/serialization/types/CaptionStyleCharacterAnimationModelExitType.d.ts +10 -0
- package/dist/serialization/types/{BodyAddProjectV1ProjectsAddPostFiction.js → CaptionStyleCharacterAnimationModelExitType.js} +2 -2
- package/dist/serialization/types/CaptionStyleHorizontalPlacementModel.d.ts +14 -0
- package/dist/serialization/types/CaptionStyleHorizontalPlacementModel.js +45 -0
- package/dist/serialization/types/CaptionStyleHorizontalPlacementModelAlign.d.ts +10 -0
- package/{serialization/types/BodyAddProjectV1ProjectsAddPostSourceType.js → dist/serialization/types/CaptionStyleHorizontalPlacementModelAlign.js} +2 -2
- package/dist/serialization/types/CaptionStyleModel.d.ts +43 -0
- package/dist/serialization/types/CaptionStyleModel.js +74 -0
- package/dist/serialization/types/CaptionStyleModelTextAlign.d.ts +10 -0
- package/{serialization/types/BodyAddProjectV1ProjectsAddPostFiction.js → dist/serialization/types/CaptionStyleModelTextAlign.js} +2 -2
- package/dist/serialization/types/CaptionStyleModelTextStyle.d.ts +10 -0
- package/dist/serialization/types/CaptionStyleModelTextStyle.js +41 -0
- package/dist/serialization/types/CaptionStyleModelTextWeight.d.ts +10 -0
- package/dist/serialization/types/CaptionStyleModelTextWeight.js +41 -0
- package/dist/serialization/types/CaptionStyleSectionAnimationModel.d.ts +15 -0
- package/dist/serialization/types/CaptionStyleSectionAnimationModel.js +46 -0
- package/dist/serialization/types/CaptionStyleSectionAnimationModelEnterType.d.ts +10 -0
- package/dist/serialization/types/CaptionStyleSectionAnimationModelEnterType.js +41 -0
- package/dist/serialization/types/CaptionStyleSectionAnimationModelExitType.d.ts +10 -0
- package/dist/serialization/types/CaptionStyleSectionAnimationModelExitType.js +41 -0
- package/dist/serialization/types/CaptionStyleTemplateModel.d.ts +13 -0
- package/dist/serialization/types/CaptionStyleTemplateModel.js +44 -0
- package/dist/serialization/types/CaptionStyleVerticalPlacementModel.d.ts +14 -0
- package/dist/serialization/types/CaptionStyleVerticalPlacementModel.js +45 -0
- package/dist/serialization/types/CaptionStyleVerticalPlacementModelAlign.d.ts +10 -0
- package/dist/serialization/types/CaptionStyleVerticalPlacementModelAlign.js +41 -0
- package/dist/serialization/types/CaptionStyleWordAnimationModel.d.ts +15 -0
- package/dist/serialization/types/{BodyStreamChapterAudioV1ProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.js → CaptionStyleWordAnimationModel.js} +6 -3
- package/dist/serialization/types/CaptionStyleWordAnimationModelEnterType.d.ts +10 -0
- package/dist/serialization/types/CaptionStyleWordAnimationModelEnterType.js +41 -0
- package/dist/serialization/types/CaptionStyleWordAnimationModelExitType.d.ts +10 -0
- package/dist/serialization/types/CaptionStyleWordAnimationModelExitType.js +41 -0
- package/dist/serialization/types/ClientToolConfigInput.d.ts +4 -0
- package/dist/serialization/types/ClientToolConfigInput.js +4 -0
- package/dist/serialization/types/ClientToolConfigOutput.d.ts +4 -0
- package/dist/serialization/types/ClientToolConfigOutput.js +4 -0
- package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +12 -0
- package/dist/serialization/types/{BodyCreatePodcastV1ProjectsPodcastCreatePostSource.js → ConversationHistoryTranscriptCommonModelInputToolResultsItem.js} +6 -8
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +12 -0
- package/{serialization/types/BodyCreatePodcastV1ProjectsPodcastCreatePostSource.js → dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.js} +6 -8
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +21 -0
- package/dist/serialization/types/{ConversationHistoryTranscriptToolResultCommonModel.js → ConversationHistoryTranscriptOtherToolsResultCommonModel.js} +6 -3
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +10 -0
- package/dist/serialization/types/{BodyAddProjectV1ProjectsAddPostTargetAudience.js → ConversationHistoryTranscriptOtherToolsResultCommonModelType.js} +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +22 -0
- package/dist/serialization/types/{BodyEditChapterV1ProjectsProjectIdChaptersChapterIdPatch.js → ConversationHistoryTranscriptSystemToolResultCommonModel.js} +13 -5
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +50 -0
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.js +67 -0
- package/dist/serialization/types/ConversationHistoryTranscriptToolCallCommonModel.d.ts +2 -1
- package/dist/serialization/types/ConversationHistoryTranscriptToolCallCommonModel.js +2 -1
- package/dist/serialization/types/ConversationInitiationClientDataInternal.d.ts +2 -0
- package/dist/serialization/types/ConversationInitiationClientDataInternal.js +2 -0
- package/dist/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +2 -0
- package/dist/serialization/types/ConversationInitiationClientDataRequestInput.js +2 -0
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +2 -0
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.js +2 -0
- package/dist/serialization/types/ConversationInitiationSource.d.ts +1 -1
- package/dist/serialization/types/ConversationInitiationSource.js +1 -0
- package/dist/serialization/types/ConversationInitiationSourceInfo.d.ts +14 -0
- package/dist/serialization/types/{BodyAddToKnowledgeBaseV1ConvaiAgentsAgentIdAddToKnowledgeBasePost.js → ConversationInitiationSourceInfo.js} +5 -5
- package/dist/serialization/types/ConversationSimulationSpecification.d.ts +1 -1
- package/dist/serialization/types/ConversationSummaryResponseModel.d.ts +4 -0
- package/dist/serialization/types/ConversationSummaryResponseModel.js +4 -0
- package/dist/serialization/types/ConversationSummaryResponseModelDirection.d.ts +10 -0
- package/dist/serialization/types/ConversationSummaryResponseModelDirection.js +41 -0
- package/dist/serialization/types/ConversationalConfig.d.ts +1 -1
- package/dist/serialization/types/DubbedSegment.d.ts +2 -0
- package/dist/serialization/types/DubbedSegment.js +2 -0
- package/dist/serialization/types/DynamicVariableAssignment.d.ts +14 -0
- package/dist/serialization/types/DynamicVariableAssignment.js +45 -0
- package/dist/serialization/types/DynamicVariableUpdateCommonModel.d.ts +17 -0
- package/dist/serialization/types/DynamicVariableUpdateCommonModel.js +48 -0
- package/dist/serialization/types/EndCallToolResultModel.d.ts +14 -0
- package/dist/serialization/types/EndCallToolResultModel.js +45 -0
- package/dist/serialization/types/FeaturesUsageCommonModel.d.ts +5 -0
- package/dist/serialization/types/FeaturesUsageCommonModel.js +5 -0
- package/dist/serialization/types/GetAgentResponseModel.d.ts +0 -1
- package/dist/serialization/types/GetAgentResponseModel.js +0 -1
- package/dist/serialization/types/LanguageDetectionToolResultModel.d.ts +14 -0
- package/{serialization/types/AgentBan.js → dist/serialization/types/LanguageDetectionToolResultModel.js} +4 -5
- package/dist/serialization/types/Llm.d.ts +1 -1
- package/dist/serialization/types/Llm.js +14 -0
- package/dist/serialization/types/MultichannelSpeechToTextResponseModel.d.ts +13 -0
- package/dist/serialization/types/MultichannelSpeechToTextResponseModel.js +44 -0
- package/dist/serialization/types/PlayDtmfResultErrorModel.d.ts +14 -0
- package/dist/serialization/types/PlayDtmfResultErrorModel.js +45 -0
- package/dist/serialization/types/PlayDtmfResultSuccessModel.d.ts +14 -0
- package/dist/serialization/types/{AgentBan.js → PlayDtmfResultSuccessModel.js} +4 -5
- package/dist/serialization/types/ProjectExtendedResponse.d.ts +3 -0
- package/dist/serialization/types/ProjectExtendedResponse.js +3 -0
- package/dist/serialization/types/ProjectResponse.d.ts +3 -0
- package/dist/serialization/types/ProjectResponse.js +3 -0
- package/dist/serialization/types/PromptAgentApiModelInputToolsItem.d.ts +2 -2
- package/dist/serialization/types/PromptAgentApiModelInputToolsItem.js +3 -2
- package/dist/serialization/types/PromptAgentApiModelOutputToolsItem.d.ts +2 -2
- package/dist/serialization/types/PromptAgentApiModelOutputToolsItem.js +3 -2
- package/dist/serialization/types/PromptAgentApiModelOverride.d.ts +1 -0
- package/dist/serialization/types/PromptAgentApiModelOverride.js +1 -0
- package/dist/serialization/types/PromptAgentApiModelOverrideConfig.d.ts +1 -0
- package/dist/serialization/types/PromptAgentApiModelOverrideConfig.js +1 -0
- package/dist/serialization/types/SaveVoicePreviewRequest.d.ts +10 -0
- package/dist/serialization/types/SaveVoicePreviewRequest.js +41 -0
- package/dist/serialization/types/SegmentSubtitleFrame.d.ts +14 -0
- package/dist/serialization/types/SegmentSubtitleFrame.js +45 -0
- package/dist/serialization/types/SkipTurnToolResponseModel.d.ts +13 -0
- package/dist/serialization/types/SkipTurnToolResponseModel.js +44 -0
- package/dist/serialization/types/SpeakerSegment.d.ts +2 -0
- package/dist/serialization/types/SpeakerSegment.js +2 -0
- package/dist/serialization/types/SpeechToTextChunkResponseModel.d.ts +1 -0
- package/dist/serialization/types/SpeechToTextChunkResponseModel.js +1 -0
- package/dist/serialization/types/SpeechToTextWebhookResponseModel.d.ts +13 -0
- package/dist/serialization/types/SpeechToTextWebhookResponseModel.js +44 -0
- package/dist/serialization/types/SystemToolConfigInput.d.ts +4 -0
- package/dist/serialization/types/SystemToolConfigInput.js +4 -0
- package/dist/serialization/types/SystemToolConfigInputParams.d.ts +5 -1
- package/dist/serialization/types/SystemToolConfigInputParams.js +2 -0
- package/dist/serialization/types/SystemToolConfigOutput.d.ts +4 -0
- package/dist/serialization/types/SystemToolConfigOutput.js +4 -0
- package/dist/serialization/types/SystemToolConfigOutputParams.d.ts +5 -1
- package/dist/serialization/types/SystemToolConfigOutputParams.js +2 -0
- package/dist/serialization/types/TokenResponseModel.d.ts +12 -0
- package/dist/serialization/types/TokenResponseModel.js +43 -0
- package/dist/serialization/types/Tool.d.ts +3 -0
- package/dist/serialization/types/Tool.js +3 -0
- package/dist/serialization/types/ToolRequestModelToolConfig.d.ts +2 -2
- package/dist/serialization/types/ToolRequestModelToolConfig.js +3 -2
- package/dist/serialization/types/ToolResponseModel.d.ts +2 -0
- package/dist/serialization/types/ToolResponseModel.js +2 -0
- package/dist/serialization/types/ToolResponseModelToolConfig.d.ts +2 -2
- package/dist/serialization/types/ToolResponseModelToolConfig.js +3 -2
- package/dist/serialization/types/ToolType.d.ts +10 -0
- package/dist/serialization/types/ToolType.js +41 -0
- package/dist/serialization/types/ToolUsageStatsResponseModel.d.ts +13 -0
- package/{serialization/types/BodyAddChapterToAProjectV1ProjectsProjectIdChaptersAddPost.js → dist/serialization/types/ToolUsageStatsResponseModel.js} +4 -4
- package/dist/serialization/types/TransferToAgentToolResultErrorModel.d.ts +14 -0
- package/dist/serialization/types/{BodyStreamProjectAudioV1ProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.js → TransferToAgentToolResultErrorModel.js} +5 -3
- package/dist/serialization/types/TransferToAgentToolResultSuccessModel.d.ts +18 -0
- package/dist/serialization/types/TransferToAgentToolResultSuccessModel.js +49 -0
- package/dist/serialization/types/TransferToNumberResultErrorModel.d.ts +14 -0
- package/dist/serialization/types/TransferToNumberResultErrorModel.js +45 -0
- package/dist/serialization/types/TransferToNumberResultSipSuccessModel.d.ts +15 -0
- package/dist/serialization/types/TransferToNumberResultSipSuccessModel.js +46 -0
- package/dist/serialization/types/TransferToNumberResultTwilioSuccessModel.d.ts +18 -0
- package/dist/serialization/types/TransferToNumberResultTwilioSuccessModel.js +49 -0
- package/dist/serialization/types/UpdatePronunciationDictionariesRequest.d.ts +2 -6
- package/dist/serialization/types/UpdatePronunciationDictionariesRequest.js +1 -5
- package/dist/serialization/types/VoiceResponseModelSafetyControl.d.ts +1 -1
- package/dist/serialization/types/VoiceResponseModelSafetyControl.js +1 -8
- package/dist/serialization/types/VoicemailDetectionToolConfig.d.ts +12 -0
- package/dist/serialization/types/VoicemailDetectionToolConfig.js +43 -0
- package/dist/serialization/types/WebhookToolConfigInput.d.ts +4 -0
- package/dist/serialization/types/WebhookToolConfigInput.js +4 -0
- package/dist/serialization/types/WebhookToolConfigOutput.d.ts +4 -0
- package/dist/serialization/types/WebhookToolConfigOutput.js +4 -0
- package/dist/serialization/types/WidgetConfig.d.ts +2 -0
- package/dist/serialization/types/WidgetConfig.js +2 -0
- package/dist/serialization/types/WidgetConfigResponse.d.ts +2 -0
- package/dist/serialization/types/WidgetConfigResponse.js +2 -0
- package/dist/serialization/types/WorkspaceApiKeyListResponseModel.d.ts +13 -0
- package/dist/serialization/types/WorkspaceApiKeyListResponseModel.js +44 -0
- package/dist/serialization/types/WorkspaceApiKeyResponseModel.d.ts +21 -0
- package/dist/serialization/types/WorkspaceApiKeyResponseModel.js +52 -0
- package/dist/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +10 -0
- package/dist/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.js +67 -0
- package/dist/serialization/types/WorkspaceCreateApiKeyResponseModel.d.ts +12 -0
- package/dist/serialization/types/WorkspaceCreateApiKeyResponseModel.js +43 -0
- package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/dist/serialization/types/WorkspaceResourceType.js +1 -0
- package/dist/serialization/types/WorkspaceServiceAccountListResponseModel.d.ts +13 -0
- package/dist/serialization/types/WorkspaceServiceAccountListResponseModel.js +44 -0
- package/dist/serialization/types/WorkspaceServiceAccountResponseModel.d.ts +16 -0
- package/dist/serialization/types/WorkspaceServiceAccountResponseModel.js +47 -0
- package/dist/serialization/types/index.d.ts +54 -24
- package/dist/serialization/types/index.js +54 -24
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +11 -11
- package/reference.md +476 -74
- package/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +0 -1
- package/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.js +0 -1
- package/serialization/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.js +1 -0
- package/serialization/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.js +1 -0
- package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +0 -1
- package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +0 -1
- package/serialization/resources/conversationalAi/resources/conversations/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/conversations/index.js +1 -0
- package/serialization/resources/conversationalAi/resources/conversations/types/ConversationsListRequestSummaryMode.d.ts +10 -0
- package/serialization/resources/conversationalAi/resources/conversations/types/ConversationsListRequestSummaryMode.js +41 -0
- package/serialization/resources/conversationalAi/resources/conversations/types/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/conversations/types/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/index.d.ts +2 -1
- package/serialization/resources/conversationalAi/resources/index.js +3 -2
- package/serialization/resources/index.d.ts +1 -0
- package/serialization/resources/index.js +2 -1
- package/serialization/resources/serviceAccounts/index.d.ts +1 -0
- package/serialization/resources/serviceAccounts/index.js +17 -0
- package/serialization/resources/serviceAccounts/resources/apiKeys/client/index.d.ts +1 -0
- package/serialization/resources/serviceAccounts/resources/apiKeys/client/index.js +17 -0
- package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +15 -0
- package/serialization/{types/BodyEditBasicProjectInfoV1ProjectsProjectIdPost.js → resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.js} +6 -9
- package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +16 -0
- package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.js +47 -0
- package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/index.d.ts +2 -0
- package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/index.js +7 -0
- package/serialization/resources/serviceAccounts/resources/apiKeys/index.d.ts +2 -0
- package/serialization/resources/serviceAccounts/resources/apiKeys/index.js +18 -0
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +11 -0
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.js +45 -0
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts +10 -0
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.js +67 -0
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +11 -0
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.js +45 -0
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts +10 -0
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.js +67 -0
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +4 -0
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +20 -0
- package/serialization/resources/serviceAccounts/resources/index.d.ts +3 -0
- package/serialization/resources/serviceAccounts/resources/index.js +42 -0
- package/serialization/resources/speechToText/types/SpeechToTextConvertResponse.d.ts +13 -0
- package/serialization/resources/speechToText/types/SpeechToTextConvertResponse.js +48 -0
- package/serialization/resources/speechToText/types/index.d.ts +1 -0
- package/serialization/resources/speechToText/types/index.js +1 -0
- package/serialization/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +2 -0
- package/serialization/resources/textToVoice/client/requests/VoiceDesignRequestModel.js +2 -0
- package/serialization/resources/textToVoice/client/requests/index.d.ts +0 -1
- package/serialization/resources/textToVoice/client/requests/index.js +1 -3
- package/serialization/types/AddProjectRequest.d.ts +2 -34
- package/serialization/types/AddProjectRequest.js +1 -33
- package/serialization/types/AgentConfig.d.ts +9 -2
- package/serialization/types/AgentConfig.js +8 -1
- package/serialization/types/AgentSummaryResponseModel.d.ts +1 -0
- package/serialization/types/AgentSummaryResponseModel.js +1 -0
- package/serialization/types/AsrProvider.d.ts +1 -1
- package/serialization/types/AsrProvider.js +1 -1
- package/serialization/types/BatchCallRecipientStatus.d.ts +1 -1
- package/serialization/types/BatchCallRecipientStatus.js +1 -1
- package/serialization/types/BuiltInToolsInput.d.ts +1 -0
- package/serialization/types/BuiltInToolsInput.js +1 -0
- package/serialization/types/BuiltInToolsOutput.d.ts +1 -0
- package/serialization/types/BuiltInToolsOutput.js +1 -0
- package/serialization/types/CaptionStyleCharacterAnimationModel.d.ts +15 -0
- package/serialization/types/CaptionStyleCharacterAnimationModel.js +46 -0
- package/serialization/types/CaptionStyleCharacterAnimationModelEnterType.d.ts +10 -0
- package/serialization/types/CaptionStyleCharacterAnimationModelEnterType.js +41 -0
- package/serialization/types/CaptionStyleCharacterAnimationModelExitType.d.ts +10 -0
- package/serialization/types/CaptionStyleCharacterAnimationModelExitType.js +41 -0
- package/serialization/types/CaptionStyleHorizontalPlacementModel.d.ts +14 -0
- package/serialization/types/CaptionStyleHorizontalPlacementModel.js +45 -0
- package/serialization/types/CaptionStyleHorizontalPlacementModelAlign.d.ts +10 -0
- package/serialization/types/CaptionStyleHorizontalPlacementModelAlign.js +41 -0
- package/serialization/types/CaptionStyleModel.d.ts +43 -0
- package/serialization/types/CaptionStyleModel.js +74 -0
- package/serialization/types/CaptionStyleModelTextAlign.d.ts +10 -0
- package/serialization/types/CaptionStyleModelTextAlign.js +41 -0
- package/serialization/types/CaptionStyleModelTextStyle.d.ts +10 -0
- package/serialization/types/CaptionStyleModelTextStyle.js +41 -0
- package/serialization/types/CaptionStyleModelTextWeight.d.ts +10 -0
- package/serialization/types/CaptionStyleModelTextWeight.js +41 -0
- package/serialization/types/CaptionStyleSectionAnimationModel.d.ts +15 -0
- package/serialization/types/CaptionStyleSectionAnimationModel.js +46 -0
- package/serialization/types/CaptionStyleSectionAnimationModelEnterType.d.ts +10 -0
- package/serialization/types/CaptionStyleSectionAnimationModelEnterType.js +41 -0
- package/serialization/types/CaptionStyleSectionAnimationModelExitType.d.ts +10 -0
- package/serialization/types/CaptionStyleSectionAnimationModelExitType.js +41 -0
- package/serialization/types/CaptionStyleTemplateModel.d.ts +13 -0
- package/serialization/types/CaptionStyleTemplateModel.js +44 -0
- package/serialization/types/CaptionStyleVerticalPlacementModel.d.ts +14 -0
- package/serialization/types/CaptionStyleVerticalPlacementModel.js +45 -0
- package/serialization/types/CaptionStyleVerticalPlacementModelAlign.d.ts +10 -0
- package/serialization/types/CaptionStyleVerticalPlacementModelAlign.js +41 -0
- package/serialization/types/CaptionStyleWordAnimationModel.d.ts +15 -0
- package/serialization/types/{BodyStreamChapterAudioV1ProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.js → CaptionStyleWordAnimationModel.js} +6 -3
- package/serialization/types/CaptionStyleWordAnimationModelEnterType.d.ts +10 -0
- package/serialization/types/CaptionStyleWordAnimationModelEnterType.js +41 -0
- package/serialization/types/CaptionStyleWordAnimationModelExitType.d.ts +10 -0
- package/serialization/types/CaptionStyleWordAnimationModelExitType.js +41 -0
- package/serialization/types/ClientToolConfigInput.d.ts +4 -0
- package/serialization/types/ClientToolConfigInput.js +4 -0
- package/serialization/types/ClientToolConfigOutput.d.ts +4 -0
- package/serialization/types/ClientToolConfigOutput.js +4 -0
- package/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -0
- package/serialization/types/ConversationHistoryAnalysisCommonModel.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -2
- package/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +12 -0
- package/serialization/types/{BodyAddProjectV1ProjectsAddPostTargetAudience.js → ConversationHistoryTranscriptCommonModelInputToolResultsItem.js} +7 -2
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -2
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +12 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.js +46 -0
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +21 -0
- package/serialization/types/{ConversationHistoryTranscriptToolResultCommonModel.js → ConversationHistoryTranscriptOtherToolsResultCommonModel.js} +6 -3
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +10 -0
- package/{dist/serialization/types/BodyAddProjectV1ProjectsAddPostApplyTextNormalization.js → serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.js} +2 -2
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +22 -0
- package/serialization/types/{BodyEditChapterV1ProjectsProjectIdChaptersChapterIdPatch.js → ConversationHistoryTranscriptSystemToolResultCommonModel.js} +13 -5
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +50 -0
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.js +67 -0
- package/serialization/types/ConversationHistoryTranscriptToolCallCommonModel.d.ts +2 -1
- package/serialization/types/ConversationHistoryTranscriptToolCallCommonModel.js +2 -1
- package/serialization/types/ConversationInitiationClientDataInternal.d.ts +2 -0
- package/serialization/types/ConversationInitiationClientDataInternal.js +2 -0
- package/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +2 -0
- package/serialization/types/ConversationInitiationClientDataRequestInput.js +2 -0
- package/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +2 -0
- package/serialization/types/ConversationInitiationClientDataRequestOutput.js +2 -0
- package/serialization/types/ConversationInitiationSource.d.ts +1 -1
- package/serialization/types/ConversationInitiationSource.js +1 -0
- package/serialization/types/ConversationInitiationSourceInfo.d.ts +14 -0
- package/serialization/types/ConversationInitiationSourceInfo.js +45 -0
- package/serialization/types/ConversationSimulationSpecification.d.ts +1 -1
- package/serialization/types/ConversationSummaryResponseModel.d.ts +4 -0
- package/serialization/types/ConversationSummaryResponseModel.js +4 -0
- package/serialization/types/ConversationSummaryResponseModelDirection.d.ts +10 -0
- package/serialization/types/ConversationSummaryResponseModelDirection.js +41 -0
- package/serialization/types/ConversationalConfig.d.ts +1 -1
- package/serialization/types/DubbedSegment.d.ts +2 -0
- package/serialization/types/DubbedSegment.js +2 -0
- package/serialization/types/DynamicVariableAssignment.d.ts +14 -0
- package/serialization/types/DynamicVariableAssignment.js +45 -0
- package/serialization/types/DynamicVariableUpdateCommonModel.d.ts +17 -0
- package/serialization/types/DynamicVariableUpdateCommonModel.js +48 -0
- package/serialization/types/EndCallToolResultModel.d.ts +14 -0
- package/serialization/types/EndCallToolResultModel.js +45 -0
- package/serialization/types/FeaturesUsageCommonModel.d.ts +5 -0
- package/serialization/types/FeaturesUsageCommonModel.js +5 -0
- package/serialization/types/GetAgentResponseModel.d.ts +0 -1
- package/serialization/types/GetAgentResponseModel.js +0 -1
- package/serialization/types/LanguageDetectionToolResultModel.d.ts +14 -0
- package/serialization/types/LanguageDetectionToolResultModel.js +45 -0
- package/serialization/types/Llm.d.ts +1 -1
- package/serialization/types/Llm.js +14 -0
- package/serialization/types/MultichannelSpeechToTextResponseModel.d.ts +13 -0
- package/serialization/types/MultichannelSpeechToTextResponseModel.js +44 -0
- package/serialization/types/PlayDtmfResultErrorModel.d.ts +14 -0
- package/serialization/types/PlayDtmfResultErrorModel.js +45 -0
- package/serialization/types/PlayDtmfResultSuccessModel.d.ts +14 -0
- package/{dist/serialization/types/BodyAddToKnowledgeBaseV1ConvaiAddToKnowledgeBasePost.js → serialization/types/PlayDtmfResultSuccessModel.js} +5 -5
- package/serialization/types/ProjectExtendedResponse.d.ts +3 -0
- package/serialization/types/ProjectExtendedResponse.js +3 -0
- package/serialization/types/ProjectResponse.d.ts +3 -0
- package/serialization/types/ProjectResponse.js +3 -0
- package/serialization/types/PromptAgentApiModelInputToolsItem.d.ts +2 -2
- package/serialization/types/PromptAgentApiModelInputToolsItem.js +3 -2
- package/serialization/types/PromptAgentApiModelOutputToolsItem.d.ts +2 -2
- package/serialization/types/PromptAgentApiModelOutputToolsItem.js +3 -2
- package/serialization/types/PromptAgentApiModelOverride.d.ts +1 -0
- package/serialization/types/PromptAgentApiModelOverride.js +1 -0
- package/serialization/types/PromptAgentApiModelOverrideConfig.d.ts +1 -0
- package/serialization/types/PromptAgentApiModelOverrideConfig.js +1 -0
- package/serialization/types/SaveVoicePreviewRequest.d.ts +10 -0
- package/serialization/types/SaveVoicePreviewRequest.js +41 -0
- package/serialization/types/SegmentSubtitleFrame.d.ts +14 -0
- package/serialization/types/SegmentSubtitleFrame.js +45 -0
- package/serialization/types/SkipTurnToolResponseModel.d.ts +13 -0
- package/serialization/types/SkipTurnToolResponseModel.js +44 -0
- package/serialization/types/SpeakerSegment.d.ts +2 -0
- package/serialization/types/SpeakerSegment.js +2 -0
- package/serialization/types/SpeechToTextChunkResponseModel.d.ts +1 -0
- package/serialization/types/SpeechToTextChunkResponseModel.js +1 -0
- package/serialization/types/SpeechToTextWebhookResponseModel.d.ts +13 -0
- package/serialization/types/SpeechToTextWebhookResponseModel.js +44 -0
- package/serialization/types/SystemToolConfigInput.d.ts +4 -0
- package/serialization/types/SystemToolConfigInput.js +4 -0
- package/serialization/types/SystemToolConfigInputParams.d.ts +5 -1
- package/serialization/types/SystemToolConfigInputParams.js +2 -0
- package/serialization/types/SystemToolConfigOutput.d.ts +4 -0
- package/serialization/types/SystemToolConfigOutput.js +4 -0
- package/serialization/types/SystemToolConfigOutputParams.d.ts +5 -1
- package/serialization/types/SystemToolConfigOutputParams.js +2 -0
- package/serialization/types/TokenResponseModel.d.ts +12 -0
- package/serialization/types/TokenResponseModel.js +43 -0
- package/serialization/types/Tool.d.ts +3 -0
- package/serialization/types/Tool.js +3 -0
- package/serialization/types/ToolRequestModelToolConfig.d.ts +2 -2
- package/serialization/types/ToolRequestModelToolConfig.js +3 -2
- package/serialization/types/ToolResponseModel.d.ts +2 -0
- package/serialization/types/ToolResponseModel.js +2 -0
- package/serialization/types/ToolResponseModelToolConfig.d.ts +2 -2
- package/serialization/types/ToolResponseModelToolConfig.js +3 -2
- package/serialization/types/ToolType.d.ts +10 -0
- package/serialization/types/ToolType.js +41 -0
- package/serialization/types/ToolUsageStatsResponseModel.d.ts +13 -0
- package/{dist/serialization/types/BodyAddChapterToAProjectV1ProjectsProjectIdChaptersAddPost.js → serialization/types/ToolUsageStatsResponseModel.js} +4 -4
- package/serialization/types/TransferToAgentToolResultErrorModel.d.ts +14 -0
- package/serialization/types/TransferToAgentToolResultErrorModel.js +45 -0
- package/serialization/types/TransferToAgentToolResultSuccessModel.d.ts +18 -0
- package/serialization/types/TransferToAgentToolResultSuccessModel.js +49 -0
- package/serialization/types/TransferToNumberResultErrorModel.d.ts +14 -0
- package/serialization/types/TransferToNumberResultErrorModel.js +45 -0
- package/serialization/types/TransferToNumberResultSipSuccessModel.d.ts +15 -0
- package/serialization/types/TransferToNumberResultSipSuccessModel.js +46 -0
- package/serialization/types/TransferToNumberResultTwilioSuccessModel.d.ts +18 -0
- package/serialization/types/TransferToNumberResultTwilioSuccessModel.js +49 -0
- package/serialization/types/UpdatePronunciationDictionariesRequest.d.ts +2 -6
- package/serialization/types/UpdatePronunciationDictionariesRequest.js +1 -5
- package/serialization/types/VoiceResponseModelSafetyControl.d.ts +1 -1
- package/serialization/types/VoiceResponseModelSafetyControl.js +1 -8
- package/serialization/types/VoicemailDetectionToolConfig.d.ts +12 -0
- package/serialization/types/VoicemailDetectionToolConfig.js +43 -0
- package/serialization/types/WebhookToolConfigInput.d.ts +4 -0
- package/serialization/types/WebhookToolConfigInput.js +4 -0
- package/serialization/types/WebhookToolConfigOutput.d.ts +4 -0
- package/serialization/types/WebhookToolConfigOutput.js +4 -0
- package/serialization/types/WidgetConfig.d.ts +2 -0
- package/serialization/types/WidgetConfig.js +2 -0
- package/serialization/types/WidgetConfigResponse.d.ts +2 -0
- package/serialization/types/WidgetConfigResponse.js +2 -0
- package/serialization/types/WorkspaceApiKeyListResponseModel.d.ts +13 -0
- package/serialization/types/WorkspaceApiKeyListResponseModel.js +44 -0
- package/serialization/types/WorkspaceApiKeyResponseModel.d.ts +21 -0
- package/serialization/types/WorkspaceApiKeyResponseModel.js +52 -0
- package/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +10 -0
- package/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.js +67 -0
- package/serialization/types/WorkspaceCreateApiKeyResponseModel.d.ts +12 -0
- package/serialization/types/WorkspaceCreateApiKeyResponseModel.js +43 -0
- package/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/serialization/types/WorkspaceResourceType.js +1 -0
- package/serialization/types/WorkspaceServiceAccountListResponseModel.d.ts +13 -0
- package/serialization/types/WorkspaceServiceAccountListResponseModel.js +44 -0
- package/serialization/types/WorkspaceServiceAccountResponseModel.d.ts +16 -0
- package/serialization/types/WorkspaceServiceAccountResponseModel.js +47 -0
- package/serialization/types/index.d.ts +54 -24
- package/serialization/types/index.js +54 -24
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/textToVoice/client/requests/SaveVoicePreviewRequest.d.ts +0 -23
- package/api/types/BodyAddChapterToAProjectV1ProjectsProjectIdChaptersAddPost.d.ts +0 -9
- package/api/types/BodyAddProjectV1ProjectsAddPostApplyTextNormalization.d.ts +0 -10
- package/api/types/BodyAddProjectV1ProjectsAddPostApplyTextNormalization.js +0 -12
- package/api/types/BodyAddProjectV1ProjectsAddPostFiction.d.ts +0 -8
- package/api/types/BodyAddProjectV1ProjectsAddPostFiction.js +0 -10
- package/api/types/BodyAddProjectV1ProjectsAddPostSourceType.d.ts +0 -11
- package/api/types/BodyAddProjectV1ProjectsAddPostSourceType.js +0 -13
- package/api/types/BodyAddProjectV1ProjectsAddPostTargetAudience.d.ts +0 -10
- package/api/types/BodyAddProjectV1ProjectsAddPostTargetAudience.js +0 -12
- package/api/types/BodyAddToKnowledgeBaseV1ConvaiAddToKnowledgeBasePost.d.ts +0 -11
- package/api/types/BodyAddToKnowledgeBaseV1ConvaiAgentsAgentIdAddToKnowledgeBasePost.d.ts +0 -11
- package/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePost.d.ts +0 -94
- package/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostDurationScale.d.ts +0 -15
- package/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostDurationScale.js +0 -11
- package/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostMode.d.ts +0 -16
- package/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostQualityPreset.d.ts +0 -18
- package/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostQualityPreset.js +0 -13
- package/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostSource.d.ts +0 -8
- package/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostSourceItem.d.ts +0 -13
- package/api/types/BodyEditBasicProjectInfoV1ProjectsProjectIdPost.d.ts +0 -19
- package/api/types/BodyEditChapterV1ProjectsProjectIdChaptersChapterIdPatch.d.ts +0 -10
- package/api/types/BodyEditProjectContentV1ProjectsProjectIdContentPost.d.ts +0 -19
- package/api/types/BodyStreamChapterAudioV1ProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +0 -7
- package/api/types/BodyStreamProjectAudioV1ProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +0 -7
- package/api/types/ConversationHistoryTranscriptToolResultCommonModel.d.ts +0 -12
- package/api/types/McpToolConfigInput.d.ts +0 -29
- package/api/types/McpToolConfigOutput.d.ts +0 -29
- package/dist/api/resources/textToVoice/client/requests/SaveVoicePreviewRequest.d.ts +0 -23
- package/dist/api/types/BodyAddChapterToAProjectV1ProjectsProjectIdChaptersAddPost.d.ts +0 -9
- package/dist/api/types/BodyAddProjectV1ProjectsAddPostApplyTextNormalization.d.ts +0 -10
- package/dist/api/types/BodyAddProjectV1ProjectsAddPostApplyTextNormalization.js +0 -12
- package/dist/api/types/BodyAddProjectV1ProjectsAddPostFiction.d.ts +0 -8
- package/dist/api/types/BodyAddProjectV1ProjectsAddPostFiction.js +0 -10
- package/dist/api/types/BodyAddProjectV1ProjectsAddPostSourceType.d.ts +0 -11
- package/dist/api/types/BodyAddProjectV1ProjectsAddPostSourceType.js +0 -13
- package/dist/api/types/BodyAddProjectV1ProjectsAddPostTargetAudience.d.ts +0 -10
- package/dist/api/types/BodyAddProjectV1ProjectsAddPostTargetAudience.js +0 -12
- package/dist/api/types/BodyAddToKnowledgeBaseV1ConvaiAddToKnowledgeBasePost.d.ts +0 -11
- package/dist/api/types/BodyAddToKnowledgeBaseV1ConvaiAgentsAgentIdAddToKnowledgeBasePost.d.ts +0 -11
- package/dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePost.d.ts +0 -94
- package/dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostDurationScale.d.ts +0 -15
- package/dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostDurationScale.js +0 -11
- package/dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostMode.d.ts +0 -16
- package/dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostQualityPreset.d.ts +0 -18
- package/dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostQualityPreset.js +0 -13
- package/dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostSource.d.ts +0 -8
- package/dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostSourceItem.d.ts +0 -13
- package/dist/api/types/BodyEditBasicProjectInfoV1ProjectsProjectIdPost.d.ts +0 -19
- package/dist/api/types/BodyEditChapterV1ProjectsProjectIdChaptersChapterIdPatch.d.ts +0 -10
- package/dist/api/types/BodyEditProjectContentV1ProjectsProjectIdContentPost.d.ts +0 -19
- package/dist/api/types/BodyStreamChapterAudioV1ProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +0 -7
- package/dist/api/types/BodyStreamProjectAudioV1ProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +0 -7
- package/dist/api/types/ConversationHistoryTranscriptToolResultCommonModel.d.ts +0 -12
- package/dist/api/types/McpToolConfigInput.d.ts +0 -29
- package/dist/api/types/McpToolConfigOutput.d.ts +0 -29
- package/dist/serialization/resources/textToVoice/client/requests/SaveVoicePreviewRequest.d.ts +0 -16
- package/dist/serialization/resources/textToVoice/client/requests/SaveVoicePreviewRequest.js +0 -47
- package/dist/serialization/types/AgentBan.d.ts +0 -15
- package/dist/serialization/types/BodyAddChapterToAProjectV1ProjectsProjectIdChaptersAddPost.d.ts +0 -13
- package/dist/serialization/types/BodyAddProjectV1ProjectsAddPostApplyTextNormalization.d.ts +0 -10
- package/dist/serialization/types/BodyAddProjectV1ProjectsAddPostFiction.d.ts +0 -10
- package/dist/serialization/types/BodyAddProjectV1ProjectsAddPostSourceType.d.ts +0 -10
- package/dist/serialization/types/BodyAddProjectV1ProjectsAddPostTargetAudience.d.ts +0 -10
- package/dist/serialization/types/BodyAddToKnowledgeBaseV1ConvaiAddToKnowledgeBasePost.d.ts +0 -14
- package/dist/serialization/types/BodyAddToKnowledgeBaseV1ConvaiAgentsAgentIdAddToKnowledgeBasePost.d.ts +0 -14
- package/dist/serialization/types/BodyCreatePodcastV1ProjectsPodcastCreatePost.d.ts +0 -26
- package/dist/serialization/types/BodyCreatePodcastV1ProjectsPodcastCreatePost.js +0 -57
- package/dist/serialization/types/BodyCreatePodcastV1ProjectsPodcastCreatePostDurationScale.d.ts +0 -10
- package/dist/serialization/types/BodyCreatePodcastV1ProjectsPodcastCreatePostDurationScale.js +0 -41
- package/dist/serialization/types/BodyCreatePodcastV1ProjectsPodcastCreatePostMode.d.ts +0 -18
- package/dist/serialization/types/BodyCreatePodcastV1ProjectsPodcastCreatePostMode.js +0 -51
- package/dist/serialization/types/BodyCreatePodcastV1ProjectsPodcastCreatePostQualityPreset.d.ts +0 -10
- package/dist/serialization/types/BodyCreatePodcastV1ProjectsPodcastCreatePostQualityPreset.js +0 -41
- package/dist/serialization/types/BodyCreatePodcastV1ProjectsPodcastCreatePostSource.d.ts +0 -13
- package/dist/serialization/types/BodyCreatePodcastV1ProjectsPodcastCreatePostSourceItem.d.ts +0 -18
- package/dist/serialization/types/BodyCreatePodcastV1ProjectsPodcastCreatePostSourceItem.js +0 -51
- package/dist/serialization/types/BodyEditBasicProjectInfoV1ProjectsProjectIdPost.d.ts +0 -18
- package/dist/serialization/types/BodyEditChapterV1ProjectsProjectIdChaptersChapterIdPatch.d.ts +0 -14
- package/dist/serialization/types/BodyEditProjectContentV1ProjectsProjectIdContentPost.d.ts +0 -15
- package/dist/serialization/types/BodyEditProjectContentV1ProjectsProjectIdContentPost.js +0 -46
- package/dist/serialization/types/BodyStreamChapterAudioV1ProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +0 -12
- package/dist/serialization/types/BodyStreamProjectAudioV1ProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +0 -12
- package/dist/serialization/types/ConversationHistoryTranscriptToolResultCommonModel.d.ts +0 -18
- package/dist/serialization/types/McpToolConfigInput.d.ts +0 -24
- package/dist/serialization/types/McpToolConfigInput.js +0 -56
- package/dist/serialization/types/McpToolConfigOutput.d.ts +0 -24
- package/dist/serialization/types/McpToolConfigOutput.js +0 -56
- package/serialization/resources/textToVoice/client/requests/SaveVoicePreviewRequest.d.ts +0 -16
- package/serialization/resources/textToVoice/client/requests/SaveVoicePreviewRequest.js +0 -47
- package/serialization/types/AgentBan.d.ts +0 -15
- package/serialization/types/BodyAddChapterToAProjectV1ProjectsProjectIdChaptersAddPost.d.ts +0 -13
- package/serialization/types/BodyAddProjectV1ProjectsAddPostApplyTextNormalization.d.ts +0 -10
- package/serialization/types/BodyAddProjectV1ProjectsAddPostApplyTextNormalization.js +0 -41
- package/serialization/types/BodyAddProjectV1ProjectsAddPostFiction.d.ts +0 -10
- package/serialization/types/BodyAddProjectV1ProjectsAddPostSourceType.d.ts +0 -10
- package/serialization/types/BodyAddProjectV1ProjectsAddPostTargetAudience.d.ts +0 -10
- package/serialization/types/BodyAddToKnowledgeBaseV1ConvaiAddToKnowledgeBasePost.d.ts +0 -14
- package/serialization/types/BodyAddToKnowledgeBaseV1ConvaiAddToKnowledgeBasePost.js +0 -45
- package/serialization/types/BodyAddToKnowledgeBaseV1ConvaiAgentsAgentIdAddToKnowledgeBasePost.d.ts +0 -14
- package/serialization/types/BodyAddToKnowledgeBaseV1ConvaiAgentsAgentIdAddToKnowledgeBasePost.js +0 -45
- package/serialization/types/BodyCreatePodcastV1ProjectsPodcastCreatePost.d.ts +0 -26
- package/serialization/types/BodyCreatePodcastV1ProjectsPodcastCreatePost.js +0 -57
- package/serialization/types/BodyCreatePodcastV1ProjectsPodcastCreatePostDurationScale.d.ts +0 -10
- package/serialization/types/BodyCreatePodcastV1ProjectsPodcastCreatePostDurationScale.js +0 -41
- package/serialization/types/BodyCreatePodcastV1ProjectsPodcastCreatePostMode.d.ts +0 -18
- package/serialization/types/BodyCreatePodcastV1ProjectsPodcastCreatePostMode.js +0 -51
- package/serialization/types/BodyCreatePodcastV1ProjectsPodcastCreatePostQualityPreset.d.ts +0 -10
- package/serialization/types/BodyCreatePodcastV1ProjectsPodcastCreatePostQualityPreset.js +0 -41
- package/serialization/types/BodyCreatePodcastV1ProjectsPodcastCreatePostSource.d.ts +0 -13
- package/serialization/types/BodyCreatePodcastV1ProjectsPodcastCreatePostSourceItem.d.ts +0 -18
- package/serialization/types/BodyCreatePodcastV1ProjectsPodcastCreatePostSourceItem.js +0 -51
- package/serialization/types/BodyEditBasicProjectInfoV1ProjectsProjectIdPost.d.ts +0 -18
- package/serialization/types/BodyEditChapterV1ProjectsProjectIdChaptersChapterIdPatch.d.ts +0 -14
- package/serialization/types/BodyEditProjectContentV1ProjectsProjectIdContentPost.d.ts +0 -15
- package/serialization/types/BodyEditProjectContentV1ProjectsProjectIdContentPost.js +0 -46
- package/serialization/types/BodyStreamChapterAudioV1ProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +0 -12
- package/serialization/types/BodyStreamProjectAudioV1ProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +0 -12
- package/serialization/types/BodyStreamProjectAudioV1ProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.js +0 -43
- package/serialization/types/ConversationHistoryTranscriptToolResultCommonModel.d.ts +0 -18
- package/serialization/types/McpToolConfigInput.d.ts +0 -24
- package/serialization/types/McpToolConfigInput.js +0 -56
- package/serialization/types/McpToolConfigOutput.d.ts +0 -24
- package/serialization/types/McpToolConfigOutput.js +0 -56
- /package/api/resources/{textToVoice/client/requests/SaveVoicePreviewRequest.js → conversationalAi/resources/conversations/client/requests/ConversationsGetWebrtcTokenRequest.js} +0 -0
- /package/api/{types/AgentBan.js → resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.js} +0 -0
- /package/api/{types/BodyAddChapterToAProjectV1ProjectsProjectIdChaptersAddPost.js → resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.js} +0 -0
- /package/api/{types/BodyAddToKnowledgeBaseV1ConvaiAddToKnowledgeBasePost.js → resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.js} +0 -0
- /package/api/{types/BodyAddToKnowledgeBaseV1ConvaiAgentsAgentIdAddToKnowledgeBasePost.js → resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.js} +0 -0
- /package/api/{types/BodyCreatePodcastV1ProjectsPodcastCreatePost.js → resources/speechToText/types/SpeechToTextConvertResponse.js} +0 -0
- /package/api/types/{BodyCreatePodcastV1ProjectsPodcastCreatePostMode.js → CaptionStyleCharacterAnimationModel.js} +0 -0
- /package/api/types/{BodyCreatePodcastV1ProjectsPodcastCreatePostSource.js → CaptionStyleHorizontalPlacementModel.js} +0 -0
- /package/api/types/{BodyCreatePodcastV1ProjectsPodcastCreatePostSourceItem.js → CaptionStyleModel.js} +0 -0
- /package/api/types/{BodyEditBasicProjectInfoV1ProjectsProjectIdPost.js → CaptionStyleSectionAnimationModel.js} +0 -0
- /package/api/types/{BodyEditChapterV1ProjectsProjectIdChaptersChapterIdPatch.js → CaptionStyleTemplateModel.js} +0 -0
- /package/api/types/{BodyEditProjectContentV1ProjectsProjectIdContentPost.js → CaptionStyleVerticalPlacementModel.js} +0 -0
- /package/api/types/{BodyStreamChapterAudioV1ProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.js → CaptionStyleWordAnimationModel.js} +0 -0
- /package/api/types/{BodyStreamProjectAudioV1ProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.js → ConversationHistoryTranscriptCommonModelInputToolResultsItem.js} +0 -0
- /package/api/types/{ConversationHistoryTranscriptToolResultCommonModel.js → ConversationHistoryTranscriptCommonModelOutputToolResultsItem.js} +0 -0
- /package/api/types/{McpToolConfigInput.js → ConversationHistoryTranscriptOtherToolsResultCommonModel.js} +0 -0
- /package/api/types/{McpToolConfigOutput.js → ConversationHistoryTranscriptSystemToolResultCommonModel.js} +0 -0
- /package/{dist/api/resources/textToVoice/client/requests/SaveVoicePreviewRequest.js → api/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.js} +0 -0
- /package/{dist/api/types/AgentBan.js → api/types/ConversationInitiationSourceInfo.js} +0 -0
- /package/{dist/api/types/BodyAddChapterToAProjectV1ProjectsProjectIdChaptersAddPost.js → api/types/DynamicVariableAssignment.js} +0 -0
- /package/{dist/api/types/BodyAddToKnowledgeBaseV1ConvaiAddToKnowledgeBasePost.js → api/types/DynamicVariableUpdateCommonModel.js} +0 -0
- /package/{dist/api/types/BodyAddToKnowledgeBaseV1ConvaiAgentsAgentIdAddToKnowledgeBasePost.js → api/types/EndCallToolResultModel.js} +0 -0
- /package/{dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePost.js → api/types/LanguageDetectionToolResultModel.js} +0 -0
- /package/{dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostMode.js → api/types/MultichannelSpeechToTextResponseModel.js} +0 -0
- /package/{dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostSource.js → api/types/PlayDtmfResultErrorModel.js} +0 -0
- /package/{dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostSourceItem.js → api/types/PlayDtmfResultSuccessModel.js} +0 -0
- /package/{dist/api/types/BodyEditBasicProjectInfoV1ProjectsProjectIdPost.js → api/types/SaveVoicePreviewRequest.js} +0 -0
- /package/{dist/api/types/BodyEditChapterV1ProjectsProjectIdChaptersChapterIdPatch.js → api/types/SegmentSubtitleFrame.js} +0 -0
- /package/{dist/api/types/BodyEditProjectContentV1ProjectsProjectIdContentPost.js → api/types/SkipTurnToolResponseModel.js} +0 -0
- /package/{dist/api/types/BodyStreamChapterAudioV1ProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.js → api/types/SpeechToTextWebhookResponseModel.js} +0 -0
- /package/{dist/api/types/BodyStreamProjectAudioV1ProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.js → api/types/TokenResponseModel.js} +0 -0
- /package/{dist/api/types/ConversationHistoryTranscriptToolResultCommonModel.js → api/types/ToolUsageStatsResponseModel.js} +0 -0
- /package/{dist/api/types/McpToolConfigInput.js → api/types/TransferToAgentToolResultErrorModel.js} +0 -0
- /package/{dist/api/types/McpToolConfigOutput.js → api/types/TransferToAgentToolResultSuccessModel.js} +0 -0
package/api/types/index.d.ts
CHANGED
|
@@ -14,7 +14,6 @@ export * from "./AddWorkspaceGroupMemberResponseModel";
|
|
|
14
14
|
export * from "./AddWorkspaceInviteResponseModel";
|
|
15
15
|
export * from "./AdditionalFormatResponseModel";
|
|
16
16
|
export * from "./AdditionalFormats";
|
|
17
|
-
export * from "./AgentBan";
|
|
18
17
|
export * from "./AgentCallLimits";
|
|
19
18
|
export * from "./AgentConfig";
|
|
20
19
|
export * from "./AgentConfigOverride";
|
|
@@ -46,33 +45,31 @@ export * from "./BatchCallDetailedResponse";
|
|
|
46
45
|
export * from "./BatchCallRecipientStatus";
|
|
47
46
|
export * from "./BatchCallResponse";
|
|
48
47
|
export * from "./BatchCallStatus";
|
|
49
|
-
export * from "./BodyAddChapterToAProjectV1ProjectsProjectIdChaptersAddPost";
|
|
50
|
-
export * from "./BodyAddProjectV1ProjectsAddPostTargetAudience";
|
|
51
|
-
export * from "./BodyAddProjectV1ProjectsAddPostFiction";
|
|
52
|
-
export * from "./BodyAddProjectV1ProjectsAddPostApplyTextNormalization";
|
|
53
|
-
export * from "./BodyAddProjectV1ProjectsAddPostSourceType";
|
|
54
|
-
export * from "./AddProjectRequest";
|
|
55
|
-
export * from "./BodyAddToKnowledgeBaseV1ConvaiAddToKnowledgeBasePost";
|
|
56
|
-
export * from "./BodyAddToKnowledgeBaseV1ConvaiAgentsAgentIdAddToKnowledgeBasePost";
|
|
57
48
|
export * from "./CreatePreviouslyGeneratedVoiceRequest";
|
|
58
|
-
export * from "./BodyCreatePodcastV1ProjectsPodcastCreatePostMode";
|
|
59
|
-
export * from "./BodyCreatePodcastV1ProjectsPodcastCreatePostSourceItem";
|
|
60
|
-
export * from "./BodyCreatePodcastV1ProjectsPodcastCreatePostSource";
|
|
61
|
-
export * from "./BodyCreatePodcastV1ProjectsPodcastCreatePostQualityPreset";
|
|
62
|
-
export * from "./BodyCreatePodcastV1ProjectsPodcastCreatePostDurationScale";
|
|
63
|
-
export * from "./BodyCreatePodcastV1ProjectsPodcastCreatePost";
|
|
64
|
-
export * from "./BodyEditBasicProjectInfoV1ProjectsProjectIdPost";
|
|
65
|
-
export * from "./BodyEditChapterV1ProjectsProjectIdChaptersChapterIdPatch";
|
|
66
|
-
export * from "./BodyEditProjectContentV1ProjectsProjectIdContentPost";
|
|
67
49
|
export * from "./BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender";
|
|
68
50
|
export * from "./BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge";
|
|
69
51
|
export * from "./GenerateVoiceRequest";
|
|
70
|
-
export * from "./BodyStreamChapterAudioV1ProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost";
|
|
71
|
-
export * from "./BodyStreamProjectAudioV1ProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost";
|
|
72
|
-
export * from "./UpdatePronunciationDictionariesRequest";
|
|
73
52
|
export * from "./BreakdownTypes";
|
|
74
53
|
export * from "./BuiltInToolsInput";
|
|
75
54
|
export * from "./BuiltInToolsOutput";
|
|
55
|
+
export * from "./CaptionStyleCharacterAnimationModelEnterType";
|
|
56
|
+
export * from "./CaptionStyleCharacterAnimationModelExitType";
|
|
57
|
+
export * from "./CaptionStyleCharacterAnimationModel";
|
|
58
|
+
export * from "./CaptionStyleHorizontalPlacementModelAlign";
|
|
59
|
+
export * from "./CaptionStyleHorizontalPlacementModel";
|
|
60
|
+
export * from "./CaptionStyleModelTextAlign";
|
|
61
|
+
export * from "./CaptionStyleModelTextStyle";
|
|
62
|
+
export * from "./CaptionStyleModelTextWeight";
|
|
63
|
+
export * from "./CaptionStyleModel";
|
|
64
|
+
export * from "./CaptionStyleSectionAnimationModelEnterType";
|
|
65
|
+
export * from "./CaptionStyleSectionAnimationModelExitType";
|
|
66
|
+
export * from "./CaptionStyleSectionAnimationModel";
|
|
67
|
+
export * from "./CaptionStyleTemplateModel";
|
|
68
|
+
export * from "./CaptionStyleVerticalPlacementModelAlign";
|
|
69
|
+
export * from "./CaptionStyleVerticalPlacementModel";
|
|
70
|
+
export * from "./CaptionStyleWordAnimationModelEnterType";
|
|
71
|
+
export * from "./CaptionStyleWordAnimationModelExitType";
|
|
72
|
+
export * from "./CaptionStyleWordAnimationModel";
|
|
76
73
|
export * from "./ChapterContentBlockExtendableNodeResponseModel";
|
|
77
74
|
export * from "./ChapterContentBlockInputModelSubType";
|
|
78
75
|
export * from "./ChapterContentBlockInputModel";
|
|
@@ -124,17 +121,22 @@ export * from "./ConversationHistoryRagUsageCommonModel";
|
|
|
124
121
|
export * from "./ConversationHistorySipTrunkingPhoneCallModelDirection";
|
|
125
122
|
export * from "./ConversationHistorySipTrunkingPhoneCallModel";
|
|
126
123
|
export * from "./ConversationHistoryTranscriptCommonModelInputRole";
|
|
124
|
+
export * from "./ConversationHistoryTranscriptCommonModelInputToolResultsItem";
|
|
127
125
|
export * from "./ConversationHistoryTranscriptCommonModelInputSourceMedium";
|
|
128
126
|
export * from "./ConversationHistoryTranscriptCommonModelInput";
|
|
129
127
|
export * from "./ConversationHistoryTranscriptCommonModelOutputRole";
|
|
128
|
+
export * from "./ConversationHistoryTranscriptCommonModelOutputToolResultsItem";
|
|
130
129
|
export * from "./ConversationHistoryTranscriptCommonModelOutputSourceMedium";
|
|
131
130
|
export * from "./ConversationHistoryTranscriptCommonModelOutput";
|
|
131
|
+
export * from "./ConversationHistoryTranscriptOtherToolsResultCommonModelType";
|
|
132
|
+
export * from "./ConversationHistoryTranscriptOtherToolsResultCommonModel";
|
|
133
|
+
export * from "./ConversationHistoryTranscriptSystemToolResultCommonModelResult";
|
|
134
|
+
export * from "./ConversationHistoryTranscriptSystemToolResultCommonModel";
|
|
132
135
|
export * from "./ConversationHistoryTranscriptToolCallClientDetails";
|
|
133
136
|
export * from "./ConversationHistoryTranscriptToolCallCommonModelToolDetails";
|
|
134
137
|
export * from "./ConversationHistoryTranscriptToolCallCommonModel";
|
|
135
138
|
export * from "./ConversationHistoryTranscriptToolCallMcpDetails";
|
|
136
139
|
export * from "./ConversationHistoryTranscriptToolCallWebhookDetails";
|
|
137
|
-
export * from "./ConversationHistoryTranscriptToolResultCommonModel";
|
|
138
140
|
export * from "./ConversationHistoryTwilioPhoneCallModelDirection";
|
|
139
141
|
export * from "./ConversationHistoryTwilioPhoneCallModel";
|
|
140
142
|
export * from "./ConversationInitiationClientDataConfigInput";
|
|
@@ -148,10 +150,12 @@ export * from "./ConversationInitiationClientDataRequestOutput";
|
|
|
148
150
|
export * from "./ConversationInitiationClientDataWebhookRequestHeadersValue";
|
|
149
151
|
export * from "./ConversationInitiationClientDataWebhook";
|
|
150
152
|
export * from "./ConversationInitiationSource";
|
|
153
|
+
export * from "./ConversationInitiationSourceInfo";
|
|
151
154
|
export * from "./ConversationSignedUrlResponseModel";
|
|
152
155
|
export * from "./ConversationSimulationSpecificationDynamicVariablesValue";
|
|
153
156
|
export * from "./ConversationSimulationSpecification";
|
|
154
157
|
export * from "./ConversationSummaryResponseModelStatus";
|
|
158
|
+
export * from "./ConversationSummaryResponseModelDirection";
|
|
155
159
|
export * from "./ConversationSummaryResponseModel";
|
|
156
160
|
export * from "./ConversationTokenDbModel";
|
|
157
161
|
export * from "./ConversationTokenPurpose";
|
|
@@ -199,6 +203,8 @@ export * from "./DubbingMetadataPageResponseModel";
|
|
|
199
203
|
export * from "./DubbingMetadataResponse";
|
|
200
204
|
export * from "./DubbingRenderResponseModel";
|
|
201
205
|
export * from "./DubbingResource";
|
|
206
|
+
export * from "./DynamicVariableAssignment";
|
|
207
|
+
export * from "./DynamicVariableUpdateCommonModel";
|
|
202
208
|
export * from "./DynamicVariablesConfigDynamicVariablePlaceholdersValue";
|
|
203
209
|
export * from "./DynamicVariablesConfig";
|
|
204
210
|
export * from "./EditChapterResponseModel";
|
|
@@ -208,6 +214,7 @@ export * from "./EditVoiceSettingsResponseModel";
|
|
|
208
214
|
export * from "./EmbedVariant";
|
|
209
215
|
export * from "./EmbeddingModelEnum";
|
|
210
216
|
export * from "./EndCallToolConfig";
|
|
217
|
+
export * from "./EndCallToolResultModel";
|
|
211
218
|
export * from "./EvaluationSettings";
|
|
212
219
|
export * from "./EvaluationSuccessResult";
|
|
213
220
|
export * from "./ExportOptions";
|
|
@@ -287,6 +294,7 @@ export * from "./LlmUsageCalculatorLlmResponseModel";
|
|
|
287
294
|
export * from "./LlmUsageCalculatorResponseModel";
|
|
288
295
|
export * from "./LanguageAddedResponse";
|
|
289
296
|
export * from "./LanguageDetectionToolConfig";
|
|
297
|
+
export * from "./LanguageDetectionToolResultModel";
|
|
290
298
|
export * from "./LanguagePresetInput";
|
|
291
299
|
export * from "./LanguagePresetOutput";
|
|
292
300
|
export * from "./LanguagePresetTranslation";
|
|
@@ -313,8 +321,6 @@ export * from "./McpServerTransport";
|
|
|
313
321
|
export * from "./McpServersResponseModel";
|
|
314
322
|
export * from "./McpToolApprovalHash";
|
|
315
323
|
export * from "./McpToolApprovalPolicy";
|
|
316
|
-
export * from "./McpToolConfigInput";
|
|
317
|
-
export * from "./McpToolConfigOutput";
|
|
318
324
|
export * from "./ManualVerificationFileResponse";
|
|
319
325
|
export * from "./ManualVerificationResponse";
|
|
320
326
|
export * from "./MetricRecord";
|
|
@@ -326,6 +332,7 @@ export * from "./ModelSettingsResponseModel";
|
|
|
326
332
|
export * from "./ModerationStatusResponseModelSafetyStatus";
|
|
327
333
|
export * from "./ModerationStatusResponseModelWarningStatus";
|
|
328
334
|
export * from "./ModerationStatusResponseModel";
|
|
335
|
+
export * from "./MultichannelSpeechToTextResponseModel";
|
|
329
336
|
export * from "./ObjectJsonSchemaPropertyInputPropertiesValue";
|
|
330
337
|
export * from "./ObjectJsonSchemaPropertyInput";
|
|
331
338
|
export * from "./ObjectJsonSchemaPropertyOutputPropertiesValue";
|
|
@@ -339,6 +346,8 @@ export * from "./PhoneNumberAgentInfo";
|
|
|
339
346
|
export * from "./PhoneNumberTransferTransferDestination";
|
|
340
347
|
export * from "./PhoneNumberTransfer";
|
|
341
348
|
export * from "./PhoneNumberTransferDestination";
|
|
349
|
+
export * from "./PlayDtmfResultErrorModel";
|
|
350
|
+
export * from "./PlayDtmfResultSuccessModel";
|
|
342
351
|
export * from "./PlayDtmfToolConfig";
|
|
343
352
|
export * from "./PodcastBulletinMode";
|
|
344
353
|
export * from "./PodcastBulletinModeData";
|
|
@@ -418,6 +427,7 @@ export * from "./SecretDependencyType";
|
|
|
418
427
|
export * from "./SegmentCreateResponse";
|
|
419
428
|
export * from "./SegmentDeleteResponse";
|
|
420
429
|
export * from "./SegmentDubResponse";
|
|
430
|
+
export * from "./SegmentSubtitleFrame";
|
|
421
431
|
export * from "./SegmentTranscriptionResponse";
|
|
422
432
|
export * from "./SegmentTranslationResponse";
|
|
423
433
|
export * from "./SegmentUpdateResponse";
|
|
@@ -428,6 +438,7 @@ export * from "./SimilarVoiceCategory";
|
|
|
428
438
|
export * from "./SimilarVoice";
|
|
429
439
|
export * from "./SimilarVoicesForSpeakerResponse";
|
|
430
440
|
export * from "./SkipTurnToolConfig";
|
|
441
|
+
export * from "./SkipTurnToolResponseModel";
|
|
431
442
|
export * from "./SpeakerAudioResponseModel";
|
|
432
443
|
export * from "./SpeakerResponseModel";
|
|
433
444
|
export * from "./SpeakerSegment";
|
|
@@ -440,6 +451,7 @@ export * from "./SpeechHistoryItemResponseModelSource";
|
|
|
440
451
|
export * from "./SpeechHistoryItemResponse";
|
|
441
452
|
export * from "./SpeechToTextCharacterResponseModel";
|
|
442
453
|
export * from "./SpeechToTextChunkResponseModel";
|
|
454
|
+
export * from "./SpeechToTextWebhookResponseModel";
|
|
443
455
|
export * from "./SpeechToTextWordResponseModelType";
|
|
444
456
|
export * from "./SpeechToTextWordResponseModel";
|
|
445
457
|
export * from "./SrtExportOptions";
|
|
@@ -467,6 +479,7 @@ export * from "./TtsModelFamily";
|
|
|
467
479
|
export * from "./TtsOptimizeStreamingLatency";
|
|
468
480
|
export * from "./TtsOutputFormat";
|
|
469
481
|
export * from "./TelephonyProvider";
|
|
482
|
+
export * from "./TokenResponseModel";
|
|
470
483
|
export * from "./Tool";
|
|
471
484
|
export * from "./ToolAnnotations";
|
|
472
485
|
export * from "./ToolMockConfig";
|
|
@@ -474,8 +487,15 @@ export * from "./ToolRequestModelToolConfig";
|
|
|
474
487
|
export * from "./ToolRequestModel";
|
|
475
488
|
export * from "./ToolResponseModelToolConfig";
|
|
476
489
|
export * from "./ToolResponseModel";
|
|
490
|
+
export * from "./ToolType";
|
|
491
|
+
export * from "./ToolUsageStatsResponseModel";
|
|
477
492
|
export * from "./ToolsResponseModel";
|
|
478
493
|
export * from "./TransferToAgentToolConfig";
|
|
494
|
+
export * from "./TransferToAgentToolResultErrorModel";
|
|
495
|
+
export * from "./TransferToAgentToolResultSuccessModel";
|
|
496
|
+
export * from "./TransferToNumberResultErrorModel";
|
|
497
|
+
export * from "./TransferToNumberResultSipSuccessModel";
|
|
498
|
+
export * from "./TransferToNumberResultTwilioSuccessModel";
|
|
479
499
|
export * from "./TransferToNumberToolConfigInput";
|
|
480
500
|
export * from "./TransferToNumberToolConfigOutput";
|
|
481
501
|
export * from "./TransferTypeEnum";
|
|
@@ -512,6 +532,7 @@ export * from "./VoiceSharingResponseModelCategory";
|
|
|
512
532
|
export * from "./ReviewStatus";
|
|
513
533
|
export * from "./VoiceSharingResponse";
|
|
514
534
|
export * from "./VoiceVerificationResponse";
|
|
535
|
+
export * from "./VoicemailDetectionToolConfig";
|
|
515
536
|
export * from "./WebhookAuthMethodType";
|
|
516
537
|
export * from "./WebhookToolApiSchemaConfigInputMethod";
|
|
517
538
|
export * from "./WebhookToolApiSchemaConfigInputRequestHeadersValue";
|
|
@@ -534,9 +555,15 @@ export * from "./WidgetLanguagePresetResponse";
|
|
|
534
555
|
export * from "./WidgetPlacement";
|
|
535
556
|
export * from "./WidgetStyles";
|
|
536
557
|
export * from "./WidgetTextContents";
|
|
558
|
+
export * from "./WorkspaceApiKeyListResponseModel";
|
|
559
|
+
export * from "./WorkspaceApiKeyResponseModelPermissionsItem";
|
|
560
|
+
export * from "./WorkspaceApiKeyResponseModel";
|
|
537
561
|
export * from "./WorkspaceBatchCallsResponse";
|
|
562
|
+
export * from "./WorkspaceCreateApiKeyResponseModel";
|
|
538
563
|
export * from "./WorkspaceGroupByNameResponseModel";
|
|
539
564
|
export * from "./WorkspaceResourceType";
|
|
565
|
+
export * from "./WorkspaceServiceAccountListResponseModel";
|
|
566
|
+
export * from "./WorkspaceServiceAccountResponseModel";
|
|
540
567
|
export * from "./WorkspaceWebhookListResponseModel";
|
|
541
568
|
export * from "./WorkspaceWebhookResponseModel";
|
|
542
569
|
export * from "./WorkspaceWebhookUsageResponseModel";
|
|
@@ -545,10 +572,13 @@ export * from "./OutputFormat";
|
|
|
545
572
|
export * from "./HistoryItemResponse";
|
|
546
573
|
export * from "./Age";
|
|
547
574
|
export * from "./Gender";
|
|
575
|
+
export * from "./AddProjectRequest";
|
|
548
576
|
export * from "./AddSharingVoiceRequest";
|
|
549
577
|
export * from "./CreateAudioNativeProjectRequest";
|
|
550
578
|
export * from "./TextToSpeechStreamRequest";
|
|
579
|
+
export * from "./UpdatePronunciationDictionariesRequest";
|
|
551
580
|
export * from "./GetPhoneNumberResponse";
|
|
581
|
+
export * from "./SaveVoicePreviewRequest";
|
|
552
582
|
export * from "./EditVoiceSettingsRequest";
|
|
553
583
|
export * from "./GetChaptersRequest";
|
|
554
584
|
export * from "./GetChapterRequest";
|
package/api/types/index.js
CHANGED
|
@@ -30,7 +30,6 @@ __exportStar(require("./AddWorkspaceGroupMemberResponseModel"), exports);
|
|
|
30
30
|
__exportStar(require("./AddWorkspaceInviteResponseModel"), exports);
|
|
31
31
|
__exportStar(require("./AdditionalFormatResponseModel"), exports);
|
|
32
32
|
__exportStar(require("./AdditionalFormats"), exports);
|
|
33
|
-
__exportStar(require("./AgentBan"), exports);
|
|
34
33
|
__exportStar(require("./AgentCallLimits"), exports);
|
|
35
34
|
__exportStar(require("./AgentConfig"), exports);
|
|
36
35
|
__exportStar(require("./AgentConfigOverride"), exports);
|
|
@@ -62,33 +61,31 @@ __exportStar(require("./BatchCallDetailedResponse"), exports);
|
|
|
62
61
|
__exportStar(require("./BatchCallRecipientStatus"), exports);
|
|
63
62
|
__exportStar(require("./BatchCallResponse"), exports);
|
|
64
63
|
__exportStar(require("./BatchCallStatus"), exports);
|
|
65
|
-
__exportStar(require("./BodyAddChapterToAProjectV1ProjectsProjectIdChaptersAddPost"), exports);
|
|
66
|
-
__exportStar(require("./BodyAddProjectV1ProjectsAddPostTargetAudience"), exports);
|
|
67
|
-
__exportStar(require("./BodyAddProjectV1ProjectsAddPostFiction"), exports);
|
|
68
|
-
__exportStar(require("./BodyAddProjectV1ProjectsAddPostApplyTextNormalization"), exports);
|
|
69
|
-
__exportStar(require("./BodyAddProjectV1ProjectsAddPostSourceType"), exports);
|
|
70
|
-
__exportStar(require("./AddProjectRequest"), exports);
|
|
71
|
-
__exportStar(require("./BodyAddToKnowledgeBaseV1ConvaiAddToKnowledgeBasePost"), exports);
|
|
72
|
-
__exportStar(require("./BodyAddToKnowledgeBaseV1ConvaiAgentsAgentIdAddToKnowledgeBasePost"), exports);
|
|
73
64
|
__exportStar(require("./CreatePreviouslyGeneratedVoiceRequest"), exports);
|
|
74
|
-
__exportStar(require("./BodyCreatePodcastV1ProjectsPodcastCreatePostMode"), exports);
|
|
75
|
-
__exportStar(require("./BodyCreatePodcastV1ProjectsPodcastCreatePostSourceItem"), exports);
|
|
76
|
-
__exportStar(require("./BodyCreatePodcastV1ProjectsPodcastCreatePostSource"), exports);
|
|
77
|
-
__exportStar(require("./BodyCreatePodcastV1ProjectsPodcastCreatePostQualityPreset"), exports);
|
|
78
|
-
__exportStar(require("./BodyCreatePodcastV1ProjectsPodcastCreatePostDurationScale"), exports);
|
|
79
|
-
__exportStar(require("./BodyCreatePodcastV1ProjectsPodcastCreatePost"), exports);
|
|
80
|
-
__exportStar(require("./BodyEditBasicProjectInfoV1ProjectsProjectIdPost"), exports);
|
|
81
|
-
__exportStar(require("./BodyEditChapterV1ProjectsProjectIdChaptersChapterIdPatch"), exports);
|
|
82
|
-
__exportStar(require("./BodyEditProjectContentV1ProjectsProjectIdContentPost"), exports);
|
|
83
65
|
__exportStar(require("./BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender"), exports);
|
|
84
66
|
__exportStar(require("./BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge"), exports);
|
|
85
67
|
__exportStar(require("./GenerateVoiceRequest"), exports);
|
|
86
|
-
__exportStar(require("./BodyStreamChapterAudioV1ProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost"), exports);
|
|
87
|
-
__exportStar(require("./BodyStreamProjectAudioV1ProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost"), exports);
|
|
88
|
-
__exportStar(require("./UpdatePronunciationDictionariesRequest"), exports);
|
|
89
68
|
__exportStar(require("./BreakdownTypes"), exports);
|
|
90
69
|
__exportStar(require("./BuiltInToolsInput"), exports);
|
|
91
70
|
__exportStar(require("./BuiltInToolsOutput"), exports);
|
|
71
|
+
__exportStar(require("./CaptionStyleCharacterAnimationModelEnterType"), exports);
|
|
72
|
+
__exportStar(require("./CaptionStyleCharacterAnimationModelExitType"), exports);
|
|
73
|
+
__exportStar(require("./CaptionStyleCharacterAnimationModel"), exports);
|
|
74
|
+
__exportStar(require("./CaptionStyleHorizontalPlacementModelAlign"), exports);
|
|
75
|
+
__exportStar(require("./CaptionStyleHorizontalPlacementModel"), exports);
|
|
76
|
+
__exportStar(require("./CaptionStyleModelTextAlign"), exports);
|
|
77
|
+
__exportStar(require("./CaptionStyleModelTextStyle"), exports);
|
|
78
|
+
__exportStar(require("./CaptionStyleModelTextWeight"), exports);
|
|
79
|
+
__exportStar(require("./CaptionStyleModel"), exports);
|
|
80
|
+
__exportStar(require("./CaptionStyleSectionAnimationModelEnterType"), exports);
|
|
81
|
+
__exportStar(require("./CaptionStyleSectionAnimationModelExitType"), exports);
|
|
82
|
+
__exportStar(require("./CaptionStyleSectionAnimationModel"), exports);
|
|
83
|
+
__exportStar(require("./CaptionStyleTemplateModel"), exports);
|
|
84
|
+
__exportStar(require("./CaptionStyleVerticalPlacementModelAlign"), exports);
|
|
85
|
+
__exportStar(require("./CaptionStyleVerticalPlacementModel"), exports);
|
|
86
|
+
__exportStar(require("./CaptionStyleWordAnimationModelEnterType"), exports);
|
|
87
|
+
__exportStar(require("./CaptionStyleWordAnimationModelExitType"), exports);
|
|
88
|
+
__exportStar(require("./CaptionStyleWordAnimationModel"), exports);
|
|
92
89
|
__exportStar(require("./ChapterContentBlockExtendableNodeResponseModel"), exports);
|
|
93
90
|
__exportStar(require("./ChapterContentBlockInputModelSubType"), exports);
|
|
94
91
|
__exportStar(require("./ChapterContentBlockInputModel"), exports);
|
|
@@ -140,17 +137,22 @@ __exportStar(require("./ConversationHistoryRagUsageCommonModel"), exports);
|
|
|
140
137
|
__exportStar(require("./ConversationHistorySipTrunkingPhoneCallModelDirection"), exports);
|
|
141
138
|
__exportStar(require("./ConversationHistorySipTrunkingPhoneCallModel"), exports);
|
|
142
139
|
__exportStar(require("./ConversationHistoryTranscriptCommonModelInputRole"), exports);
|
|
140
|
+
__exportStar(require("./ConversationHistoryTranscriptCommonModelInputToolResultsItem"), exports);
|
|
143
141
|
__exportStar(require("./ConversationHistoryTranscriptCommonModelInputSourceMedium"), exports);
|
|
144
142
|
__exportStar(require("./ConversationHistoryTranscriptCommonModelInput"), exports);
|
|
145
143
|
__exportStar(require("./ConversationHistoryTranscriptCommonModelOutputRole"), exports);
|
|
144
|
+
__exportStar(require("./ConversationHistoryTranscriptCommonModelOutputToolResultsItem"), exports);
|
|
146
145
|
__exportStar(require("./ConversationHistoryTranscriptCommonModelOutputSourceMedium"), exports);
|
|
147
146
|
__exportStar(require("./ConversationHistoryTranscriptCommonModelOutput"), exports);
|
|
147
|
+
__exportStar(require("./ConversationHistoryTranscriptOtherToolsResultCommonModelType"), exports);
|
|
148
|
+
__exportStar(require("./ConversationHistoryTranscriptOtherToolsResultCommonModel"), exports);
|
|
149
|
+
__exportStar(require("./ConversationHistoryTranscriptSystemToolResultCommonModelResult"), exports);
|
|
150
|
+
__exportStar(require("./ConversationHistoryTranscriptSystemToolResultCommonModel"), exports);
|
|
148
151
|
__exportStar(require("./ConversationHistoryTranscriptToolCallClientDetails"), exports);
|
|
149
152
|
__exportStar(require("./ConversationHistoryTranscriptToolCallCommonModelToolDetails"), exports);
|
|
150
153
|
__exportStar(require("./ConversationHistoryTranscriptToolCallCommonModel"), exports);
|
|
151
154
|
__exportStar(require("./ConversationHistoryTranscriptToolCallMcpDetails"), exports);
|
|
152
155
|
__exportStar(require("./ConversationHistoryTranscriptToolCallWebhookDetails"), exports);
|
|
153
|
-
__exportStar(require("./ConversationHistoryTranscriptToolResultCommonModel"), exports);
|
|
154
156
|
__exportStar(require("./ConversationHistoryTwilioPhoneCallModelDirection"), exports);
|
|
155
157
|
__exportStar(require("./ConversationHistoryTwilioPhoneCallModel"), exports);
|
|
156
158
|
__exportStar(require("./ConversationInitiationClientDataConfigInput"), exports);
|
|
@@ -164,10 +166,12 @@ __exportStar(require("./ConversationInitiationClientDataRequestOutput"), exports
|
|
|
164
166
|
__exportStar(require("./ConversationInitiationClientDataWebhookRequestHeadersValue"), exports);
|
|
165
167
|
__exportStar(require("./ConversationInitiationClientDataWebhook"), exports);
|
|
166
168
|
__exportStar(require("./ConversationInitiationSource"), exports);
|
|
169
|
+
__exportStar(require("./ConversationInitiationSourceInfo"), exports);
|
|
167
170
|
__exportStar(require("./ConversationSignedUrlResponseModel"), exports);
|
|
168
171
|
__exportStar(require("./ConversationSimulationSpecificationDynamicVariablesValue"), exports);
|
|
169
172
|
__exportStar(require("./ConversationSimulationSpecification"), exports);
|
|
170
173
|
__exportStar(require("./ConversationSummaryResponseModelStatus"), exports);
|
|
174
|
+
__exportStar(require("./ConversationSummaryResponseModelDirection"), exports);
|
|
171
175
|
__exportStar(require("./ConversationSummaryResponseModel"), exports);
|
|
172
176
|
__exportStar(require("./ConversationTokenDbModel"), exports);
|
|
173
177
|
__exportStar(require("./ConversationTokenPurpose"), exports);
|
|
@@ -215,6 +219,8 @@ __exportStar(require("./DubbingMetadataPageResponseModel"), exports);
|
|
|
215
219
|
__exportStar(require("./DubbingMetadataResponse"), exports);
|
|
216
220
|
__exportStar(require("./DubbingRenderResponseModel"), exports);
|
|
217
221
|
__exportStar(require("./DubbingResource"), exports);
|
|
222
|
+
__exportStar(require("./DynamicVariableAssignment"), exports);
|
|
223
|
+
__exportStar(require("./DynamicVariableUpdateCommonModel"), exports);
|
|
218
224
|
__exportStar(require("./DynamicVariablesConfigDynamicVariablePlaceholdersValue"), exports);
|
|
219
225
|
__exportStar(require("./DynamicVariablesConfig"), exports);
|
|
220
226
|
__exportStar(require("./EditChapterResponseModel"), exports);
|
|
@@ -224,6 +230,7 @@ __exportStar(require("./EditVoiceSettingsResponseModel"), exports);
|
|
|
224
230
|
__exportStar(require("./EmbedVariant"), exports);
|
|
225
231
|
__exportStar(require("./EmbeddingModelEnum"), exports);
|
|
226
232
|
__exportStar(require("./EndCallToolConfig"), exports);
|
|
233
|
+
__exportStar(require("./EndCallToolResultModel"), exports);
|
|
227
234
|
__exportStar(require("./EvaluationSettings"), exports);
|
|
228
235
|
__exportStar(require("./EvaluationSuccessResult"), exports);
|
|
229
236
|
__exportStar(require("./ExportOptions"), exports);
|
|
@@ -303,6 +310,7 @@ __exportStar(require("./LlmUsageCalculatorLlmResponseModel"), exports);
|
|
|
303
310
|
__exportStar(require("./LlmUsageCalculatorResponseModel"), exports);
|
|
304
311
|
__exportStar(require("./LanguageAddedResponse"), exports);
|
|
305
312
|
__exportStar(require("./LanguageDetectionToolConfig"), exports);
|
|
313
|
+
__exportStar(require("./LanguageDetectionToolResultModel"), exports);
|
|
306
314
|
__exportStar(require("./LanguagePresetInput"), exports);
|
|
307
315
|
__exportStar(require("./LanguagePresetOutput"), exports);
|
|
308
316
|
__exportStar(require("./LanguagePresetTranslation"), exports);
|
|
@@ -329,8 +337,6 @@ __exportStar(require("./McpServerTransport"), exports);
|
|
|
329
337
|
__exportStar(require("./McpServersResponseModel"), exports);
|
|
330
338
|
__exportStar(require("./McpToolApprovalHash"), exports);
|
|
331
339
|
__exportStar(require("./McpToolApprovalPolicy"), exports);
|
|
332
|
-
__exportStar(require("./McpToolConfigInput"), exports);
|
|
333
|
-
__exportStar(require("./McpToolConfigOutput"), exports);
|
|
334
340
|
__exportStar(require("./ManualVerificationFileResponse"), exports);
|
|
335
341
|
__exportStar(require("./ManualVerificationResponse"), exports);
|
|
336
342
|
__exportStar(require("./MetricRecord"), exports);
|
|
@@ -342,6 +348,7 @@ __exportStar(require("./ModelSettingsResponseModel"), exports);
|
|
|
342
348
|
__exportStar(require("./ModerationStatusResponseModelSafetyStatus"), exports);
|
|
343
349
|
__exportStar(require("./ModerationStatusResponseModelWarningStatus"), exports);
|
|
344
350
|
__exportStar(require("./ModerationStatusResponseModel"), exports);
|
|
351
|
+
__exportStar(require("./MultichannelSpeechToTextResponseModel"), exports);
|
|
345
352
|
__exportStar(require("./ObjectJsonSchemaPropertyInputPropertiesValue"), exports);
|
|
346
353
|
__exportStar(require("./ObjectJsonSchemaPropertyInput"), exports);
|
|
347
354
|
__exportStar(require("./ObjectJsonSchemaPropertyOutputPropertiesValue"), exports);
|
|
@@ -355,6 +362,8 @@ __exportStar(require("./PhoneNumberAgentInfo"), exports);
|
|
|
355
362
|
__exportStar(require("./PhoneNumberTransferTransferDestination"), exports);
|
|
356
363
|
__exportStar(require("./PhoneNumberTransfer"), exports);
|
|
357
364
|
__exportStar(require("./PhoneNumberTransferDestination"), exports);
|
|
365
|
+
__exportStar(require("./PlayDtmfResultErrorModel"), exports);
|
|
366
|
+
__exportStar(require("./PlayDtmfResultSuccessModel"), exports);
|
|
358
367
|
__exportStar(require("./PlayDtmfToolConfig"), exports);
|
|
359
368
|
__exportStar(require("./PodcastBulletinMode"), exports);
|
|
360
369
|
__exportStar(require("./PodcastBulletinModeData"), exports);
|
|
@@ -434,6 +443,7 @@ __exportStar(require("./SecretDependencyType"), exports);
|
|
|
434
443
|
__exportStar(require("./SegmentCreateResponse"), exports);
|
|
435
444
|
__exportStar(require("./SegmentDeleteResponse"), exports);
|
|
436
445
|
__exportStar(require("./SegmentDubResponse"), exports);
|
|
446
|
+
__exportStar(require("./SegmentSubtitleFrame"), exports);
|
|
437
447
|
__exportStar(require("./SegmentTranscriptionResponse"), exports);
|
|
438
448
|
__exportStar(require("./SegmentTranslationResponse"), exports);
|
|
439
449
|
__exportStar(require("./SegmentUpdateResponse"), exports);
|
|
@@ -444,6 +454,7 @@ __exportStar(require("./SimilarVoiceCategory"), exports);
|
|
|
444
454
|
__exportStar(require("./SimilarVoice"), exports);
|
|
445
455
|
__exportStar(require("./SimilarVoicesForSpeakerResponse"), exports);
|
|
446
456
|
__exportStar(require("./SkipTurnToolConfig"), exports);
|
|
457
|
+
__exportStar(require("./SkipTurnToolResponseModel"), exports);
|
|
447
458
|
__exportStar(require("./SpeakerAudioResponseModel"), exports);
|
|
448
459
|
__exportStar(require("./SpeakerResponseModel"), exports);
|
|
449
460
|
__exportStar(require("./SpeakerSegment"), exports);
|
|
@@ -456,6 +467,7 @@ __exportStar(require("./SpeechHistoryItemResponseModelSource"), exports);
|
|
|
456
467
|
__exportStar(require("./SpeechHistoryItemResponse"), exports);
|
|
457
468
|
__exportStar(require("./SpeechToTextCharacterResponseModel"), exports);
|
|
458
469
|
__exportStar(require("./SpeechToTextChunkResponseModel"), exports);
|
|
470
|
+
__exportStar(require("./SpeechToTextWebhookResponseModel"), exports);
|
|
459
471
|
__exportStar(require("./SpeechToTextWordResponseModelType"), exports);
|
|
460
472
|
__exportStar(require("./SpeechToTextWordResponseModel"), exports);
|
|
461
473
|
__exportStar(require("./SrtExportOptions"), exports);
|
|
@@ -483,6 +495,7 @@ __exportStar(require("./TtsModelFamily"), exports);
|
|
|
483
495
|
__exportStar(require("./TtsOptimizeStreamingLatency"), exports);
|
|
484
496
|
__exportStar(require("./TtsOutputFormat"), exports);
|
|
485
497
|
__exportStar(require("./TelephonyProvider"), exports);
|
|
498
|
+
__exportStar(require("./TokenResponseModel"), exports);
|
|
486
499
|
__exportStar(require("./Tool"), exports);
|
|
487
500
|
__exportStar(require("./ToolAnnotations"), exports);
|
|
488
501
|
__exportStar(require("./ToolMockConfig"), exports);
|
|
@@ -490,8 +503,15 @@ __exportStar(require("./ToolRequestModelToolConfig"), exports);
|
|
|
490
503
|
__exportStar(require("./ToolRequestModel"), exports);
|
|
491
504
|
__exportStar(require("./ToolResponseModelToolConfig"), exports);
|
|
492
505
|
__exportStar(require("./ToolResponseModel"), exports);
|
|
506
|
+
__exportStar(require("./ToolType"), exports);
|
|
507
|
+
__exportStar(require("./ToolUsageStatsResponseModel"), exports);
|
|
493
508
|
__exportStar(require("./ToolsResponseModel"), exports);
|
|
494
509
|
__exportStar(require("./TransferToAgentToolConfig"), exports);
|
|
510
|
+
__exportStar(require("./TransferToAgentToolResultErrorModel"), exports);
|
|
511
|
+
__exportStar(require("./TransferToAgentToolResultSuccessModel"), exports);
|
|
512
|
+
__exportStar(require("./TransferToNumberResultErrorModel"), exports);
|
|
513
|
+
__exportStar(require("./TransferToNumberResultSipSuccessModel"), exports);
|
|
514
|
+
__exportStar(require("./TransferToNumberResultTwilioSuccessModel"), exports);
|
|
495
515
|
__exportStar(require("./TransferToNumberToolConfigInput"), exports);
|
|
496
516
|
__exportStar(require("./TransferToNumberToolConfigOutput"), exports);
|
|
497
517
|
__exportStar(require("./TransferTypeEnum"), exports);
|
|
@@ -528,6 +548,7 @@ __exportStar(require("./VoiceSharingResponseModelCategory"), exports);
|
|
|
528
548
|
__exportStar(require("./ReviewStatus"), exports);
|
|
529
549
|
__exportStar(require("./VoiceSharingResponse"), exports);
|
|
530
550
|
__exportStar(require("./VoiceVerificationResponse"), exports);
|
|
551
|
+
__exportStar(require("./VoicemailDetectionToolConfig"), exports);
|
|
531
552
|
__exportStar(require("./WebhookAuthMethodType"), exports);
|
|
532
553
|
__exportStar(require("./WebhookToolApiSchemaConfigInputMethod"), exports);
|
|
533
554
|
__exportStar(require("./WebhookToolApiSchemaConfigInputRequestHeadersValue"), exports);
|
|
@@ -550,9 +571,15 @@ __exportStar(require("./WidgetLanguagePresetResponse"), exports);
|
|
|
550
571
|
__exportStar(require("./WidgetPlacement"), exports);
|
|
551
572
|
__exportStar(require("./WidgetStyles"), exports);
|
|
552
573
|
__exportStar(require("./WidgetTextContents"), exports);
|
|
574
|
+
__exportStar(require("./WorkspaceApiKeyListResponseModel"), exports);
|
|
575
|
+
__exportStar(require("./WorkspaceApiKeyResponseModelPermissionsItem"), exports);
|
|
576
|
+
__exportStar(require("./WorkspaceApiKeyResponseModel"), exports);
|
|
553
577
|
__exportStar(require("./WorkspaceBatchCallsResponse"), exports);
|
|
578
|
+
__exportStar(require("./WorkspaceCreateApiKeyResponseModel"), exports);
|
|
554
579
|
__exportStar(require("./WorkspaceGroupByNameResponseModel"), exports);
|
|
555
580
|
__exportStar(require("./WorkspaceResourceType"), exports);
|
|
581
|
+
__exportStar(require("./WorkspaceServiceAccountListResponseModel"), exports);
|
|
582
|
+
__exportStar(require("./WorkspaceServiceAccountResponseModel"), exports);
|
|
556
583
|
__exportStar(require("./WorkspaceWebhookListResponseModel"), exports);
|
|
557
584
|
__exportStar(require("./WorkspaceWebhookResponseModel"), exports);
|
|
558
585
|
__exportStar(require("./WorkspaceWebhookUsageResponseModel"), exports);
|
|
@@ -561,10 +588,13 @@ __exportStar(require("./OutputFormat"), exports);
|
|
|
561
588
|
__exportStar(require("./HistoryItemResponse"), exports);
|
|
562
589
|
__exportStar(require("./Age"), exports);
|
|
563
590
|
__exportStar(require("./Gender"), exports);
|
|
591
|
+
__exportStar(require("./AddProjectRequest"), exports);
|
|
564
592
|
__exportStar(require("./AddSharingVoiceRequest"), exports);
|
|
565
593
|
__exportStar(require("./CreateAudioNativeProjectRequest"), exports);
|
|
566
594
|
__exportStar(require("./TextToSpeechStreamRequest"), exports);
|
|
595
|
+
__exportStar(require("./UpdatePronunciationDictionariesRequest"), exports);
|
|
567
596
|
__exportStar(require("./GetPhoneNumberResponse"), exports);
|
|
597
|
+
__exportStar(require("./SaveVoicePreviewRequest"), exports);
|
|
568
598
|
__exportStar(require("./EditVoiceSettingsRequest"), exports);
|
|
569
599
|
__exportStar(require("./GetChaptersRequest"), exports);
|
|
570
600
|
__exportStar(require("./GetChapterRequest"), exports);
|
package/dist/Client.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ import { Models } from "./api/resources/models/client/Client";
|
|
|
19
19
|
import { AudioNative } from "./api/resources/audioNative/client/Client";
|
|
20
20
|
import { Usage } from "./api/resources/usage/client/Client";
|
|
21
21
|
import { PronunciationDictionaries } from "./api/resources/pronunciationDictionaries/client/Client";
|
|
22
|
+
import { ServiceAccounts } from "./api/resources/serviceAccounts/client/Client";
|
|
22
23
|
import { Webhooks } from "./api/resources/webhooks/client/Client";
|
|
23
24
|
import { SpeechToText } from "./api/resources/speechToText/client/Client";
|
|
24
25
|
import { ForcedAlignment } from "./api/resources/forcedAlignment/client/Client";
|
|
@@ -65,6 +66,7 @@ export declare class ElevenLabsClient {
|
|
|
65
66
|
protected _audioNative: AudioNative | undefined;
|
|
66
67
|
protected _usage: Usage | undefined;
|
|
67
68
|
protected _pronunciationDictionaries: PronunciationDictionaries | undefined;
|
|
69
|
+
protected _serviceAccounts: ServiceAccounts | undefined;
|
|
68
70
|
protected _webhooks: Webhooks | undefined;
|
|
69
71
|
protected _speechToText: SpeechToText | undefined;
|
|
70
72
|
protected _forcedAlignment: ForcedAlignment | undefined;
|
|
@@ -87,9 +89,20 @@ export declare class ElevenLabsClient {
|
|
|
87
89
|
get audioNative(): AudioNative;
|
|
88
90
|
get usage(): Usage;
|
|
89
91
|
get pronunciationDictionaries(): PronunciationDictionaries;
|
|
92
|
+
get serviceAccounts(): ServiceAccounts;
|
|
90
93
|
get webhooks(): Webhooks;
|
|
91
94
|
get speechToText(): SpeechToText;
|
|
92
95
|
get forcedAlignment(): ForcedAlignment;
|
|
93
96
|
get conversationalAi(): ConversationalAi;
|
|
94
97
|
get workspace(): Workspace;
|
|
98
|
+
/**
|
|
99
|
+
* Add a generated voice to the voice library.
|
|
100
|
+
*
|
|
101
|
+
* @param {ElevenLabsClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
102
|
+
*
|
|
103
|
+
* @example
|
|
104
|
+
* await client.saveAVoicePreview()
|
|
105
|
+
*/
|
|
106
|
+
saveAVoicePreview(requestOptions?: ElevenLabsClient.RequestOptions): core.HttpResponsePromise<void>;
|
|
107
|
+
private __saveAVoicePreview;
|
|
95
108
|
}
|
package/dist/Client.js
CHANGED
|
@@ -35,10 +35,21 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
35
35
|
return result;
|
|
36
36
|
};
|
|
37
37
|
})();
|
|
38
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
39
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
40
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
41
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
42
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
43
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
44
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
45
|
+
});
|
|
46
|
+
};
|
|
38
47
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
48
|
exports.ElevenLabsClient = void 0;
|
|
49
|
+
const environments = __importStar(require("./environments"));
|
|
40
50
|
const core = __importStar(require("./core"));
|
|
41
51
|
const headers_1 = require("./core/headers");
|
|
52
|
+
const errors = __importStar(require("./errors/index"));
|
|
42
53
|
const Client_1 = require("./api/resources/history/client/Client");
|
|
43
54
|
const Client_2 = require("./api/resources/textToSoundEffects/client/Client");
|
|
44
55
|
const Client_3 = require("./api/resources/audioIsolation/client/Client");
|
|
@@ -55,19 +66,20 @@ const Client_13 = require("./api/resources/models/client/Client");
|
|
|
55
66
|
const Client_14 = require("./api/resources/audioNative/client/Client");
|
|
56
67
|
const Client_15 = require("./api/resources/usage/client/Client");
|
|
57
68
|
const Client_16 = require("./api/resources/pronunciationDictionaries/client/Client");
|
|
58
|
-
const Client_17 = require("./api/resources/
|
|
59
|
-
const Client_18 = require("./api/resources/
|
|
60
|
-
const Client_19 = require("./api/resources/
|
|
61
|
-
const Client_20 = require("./api/resources/
|
|
62
|
-
const Client_21 = require("./api/resources/
|
|
69
|
+
const Client_17 = require("./api/resources/serviceAccounts/client/Client");
|
|
70
|
+
const Client_18 = require("./api/resources/webhooks/client/Client");
|
|
71
|
+
const Client_19 = require("./api/resources/speechToText/client/Client");
|
|
72
|
+
const Client_20 = require("./api/resources/forcedAlignment/client/Client");
|
|
73
|
+
const Client_21 = require("./api/resources/conversationalAi/client/Client");
|
|
74
|
+
const Client_22 = require("./api/resources/workspace/client/Client");
|
|
63
75
|
class ElevenLabsClient {
|
|
64
76
|
constructor(_options = {}) {
|
|
65
77
|
this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_1.mergeHeaders)({
|
|
66
78
|
"xi-api-key": _options === null || _options === void 0 ? void 0 : _options.apiKey,
|
|
67
79
|
"X-Fern-Language": "JavaScript",
|
|
68
80
|
"X-Fern-SDK-Name": "@elevenlabs/elevenlabs-js",
|
|
69
|
-
"X-Fern-SDK-Version": "v2.
|
|
70
|
-
"User-Agent": "@elevenlabs/elevenlabs-js/v2.
|
|
81
|
+
"X-Fern-SDK-Version": "v2.9.0",
|
|
82
|
+
"User-Agent": "@elevenlabs/elevenlabs-js/v2.9.0",
|
|
71
83
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
72
84
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
73
85
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
@@ -136,25 +148,78 @@ class ElevenLabsClient {
|
|
|
136
148
|
var _a;
|
|
137
149
|
return ((_a = this._pronunciationDictionaries) !== null && _a !== void 0 ? _a : (this._pronunciationDictionaries = new Client_16.PronunciationDictionaries(this._options)));
|
|
138
150
|
}
|
|
151
|
+
get serviceAccounts() {
|
|
152
|
+
var _a;
|
|
153
|
+
return ((_a = this._serviceAccounts) !== null && _a !== void 0 ? _a : (this._serviceAccounts = new Client_17.ServiceAccounts(this._options)));
|
|
154
|
+
}
|
|
139
155
|
get webhooks() {
|
|
140
156
|
var _a;
|
|
141
|
-
return ((_a = this._webhooks) !== null && _a !== void 0 ? _a : (this._webhooks = new
|
|
157
|
+
return ((_a = this._webhooks) !== null && _a !== void 0 ? _a : (this._webhooks = new Client_18.Webhooks(this._options)));
|
|
142
158
|
}
|
|
143
159
|
get speechToText() {
|
|
144
160
|
var _a;
|
|
145
|
-
return ((_a = this._speechToText) !== null && _a !== void 0 ? _a : (this._speechToText = new
|
|
161
|
+
return ((_a = this._speechToText) !== null && _a !== void 0 ? _a : (this._speechToText = new Client_19.SpeechToText(this._options)));
|
|
146
162
|
}
|
|
147
163
|
get forcedAlignment() {
|
|
148
164
|
var _a;
|
|
149
|
-
return ((_a = this._forcedAlignment) !== null && _a !== void 0 ? _a : (this._forcedAlignment = new
|
|
165
|
+
return ((_a = this._forcedAlignment) !== null && _a !== void 0 ? _a : (this._forcedAlignment = new Client_20.ForcedAlignment(this._options)));
|
|
150
166
|
}
|
|
151
167
|
get conversationalAi() {
|
|
152
168
|
var _a;
|
|
153
|
-
return ((_a = this._conversationalAi) !== null && _a !== void 0 ? _a : (this._conversationalAi = new
|
|
169
|
+
return ((_a = this._conversationalAi) !== null && _a !== void 0 ? _a : (this._conversationalAi = new Client_21.ConversationalAi(this._options)));
|
|
154
170
|
}
|
|
155
171
|
get workspace() {
|
|
156
172
|
var _a;
|
|
157
|
-
return ((_a = this._workspace) !== null && _a !== void 0 ? _a : (this._workspace = new
|
|
173
|
+
return ((_a = this._workspace) !== null && _a !== void 0 ? _a : (this._workspace = new Client_22.Workspace(this._options)));
|
|
174
|
+
}
|
|
175
|
+
/**
|
|
176
|
+
* Add a generated voice to the voice library.
|
|
177
|
+
*
|
|
178
|
+
* @param {ElevenLabsClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
179
|
+
*
|
|
180
|
+
* @example
|
|
181
|
+
* await client.saveAVoicePreview()
|
|
182
|
+
*/
|
|
183
|
+
saveAVoicePreview(requestOptions) {
|
|
184
|
+
return core.HttpResponsePromise.fromPromise(this.__saveAVoicePreview(requestOptions));
|
|
185
|
+
}
|
|
186
|
+
__saveAVoicePreview(requestOptions) {
|
|
187
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
188
|
+
var _a, _b, _c;
|
|
189
|
+
const _response = yield core.fetcher({
|
|
190
|
+
url: core.url.join((_b = (_a = (yield core.Supplier.get(this._options.baseUrl))) !== null && _a !== void 0 ? _a : (yield core.Supplier.get(this._options.environment))) !== null && _b !== void 0 ? _b : environments.ElevenLabsEnvironment.Production, "v1/text-to-voice/create-voice-from-preview"),
|
|
191
|
+
method: "POST",
|
|
192
|
+
headers: (0, headers_1.mergeHeaders)((_c = this._options) === null || _c === void 0 ? void 0 : _c.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ "xi-api-key": requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.apiKey }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers),
|
|
193
|
+
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) != null ? requestOptions.timeoutInSeconds * 1000 : 240000,
|
|
194
|
+
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
195
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
196
|
+
});
|
|
197
|
+
if (_response.ok) {
|
|
198
|
+
return { data: undefined, rawResponse: _response.rawResponse };
|
|
199
|
+
}
|
|
200
|
+
if (_response.error.reason === "status-code") {
|
|
201
|
+
throw new errors.ElevenLabsError({
|
|
202
|
+
statusCode: _response.error.statusCode,
|
|
203
|
+
body: _response.error.body,
|
|
204
|
+
rawResponse: _response.rawResponse,
|
|
205
|
+
});
|
|
206
|
+
}
|
|
207
|
+
switch (_response.error.reason) {
|
|
208
|
+
case "non-json":
|
|
209
|
+
throw new errors.ElevenLabsError({
|
|
210
|
+
statusCode: _response.error.statusCode,
|
|
211
|
+
body: _response.error.rawBody,
|
|
212
|
+
rawResponse: _response.rawResponse,
|
|
213
|
+
});
|
|
214
|
+
case "timeout":
|
|
215
|
+
throw new errors.ElevenLabsTimeoutError("Timeout exceeded when calling POST /v1/text-to-voice/create-voice-from-preview.");
|
|
216
|
+
case "unknown":
|
|
217
|
+
throw new errors.ElevenLabsError({
|
|
218
|
+
message: _response.error.errorMessage,
|
|
219
|
+
rawResponse: _response.rawResponse,
|
|
220
|
+
});
|
|
221
|
+
}
|
|
222
|
+
});
|
|
158
223
|
}
|
|
159
224
|
}
|
|
160
225
|
exports.ElevenLabsClient = ElevenLabsClient;
|