@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
|
@@ -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/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const SDK_VERSION = "v2.
|
|
1
|
+
export declare const SDK_VERSION = "v2.9.0";
|
package/version.js
CHANGED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* @example
|
|
6
|
-
* {
|
|
7
|
-
* voiceName: "Sassy squeaky mouse",
|
|
8
|
-
* voiceDescription: "A sassy squeaky mouse",
|
|
9
|
-
* generatedVoiceId: "37HceQefKmEi3bGovXjL"
|
|
10
|
-
* }
|
|
11
|
-
*/
|
|
12
|
-
export interface SaveVoicePreviewRequest {
|
|
13
|
-
/** Name to use for the created voice. */
|
|
14
|
-
voiceName: string;
|
|
15
|
-
/** Description to use for the created voice. */
|
|
16
|
-
voiceDescription: string;
|
|
17
|
-
/** The generated_voice_id to create, call POST /v1/text-to-voice/create-previews and fetch the generated_voice_id from the response header if don't have one yet. */
|
|
18
|
-
generatedVoiceId: string;
|
|
19
|
-
/** Optional, metadata to add to the created voice. Defaults to None. */
|
|
20
|
-
labels?: Record<string, string | undefined>;
|
|
21
|
-
/** List of voice ids that the user has played but not selected. Used for RLHF. */
|
|
22
|
-
playedNotSelectedVoiceIds?: string[];
|
|
23
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
export interface BodyAddChapterToAProjectV1ProjectsProjectIdChaptersAddPost {
|
|
5
|
-
/** The name of the chapter, used for identification only. */
|
|
6
|
-
name: string;
|
|
7
|
-
/** An optional URL from which we will extract content to initialize the Studio project. If this is set, 'from_url' and 'from_content' must be null. If neither 'from_url', 'from_document', 'from_content' are provided we will initialize the Studio project as blank. */
|
|
8
|
-
fromUrl?: string;
|
|
9
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
export type BodyAddProjectV1ProjectsAddPostApplyTextNormalization = "auto" | "on" | "off" | "apply_english";
|
|
5
|
-
export declare const BodyAddProjectV1ProjectsAddPostApplyTextNormalization: {
|
|
6
|
-
readonly Auto: "auto";
|
|
7
|
-
readonly On: "on";
|
|
8
|
-
readonly Off: "off";
|
|
9
|
-
readonly ApplyEnglish: "apply_english";
|
|
10
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.BodyAddProjectV1ProjectsAddPostApplyTextNormalization = void 0;
|
|
7
|
-
exports.BodyAddProjectV1ProjectsAddPostApplyTextNormalization = {
|
|
8
|
-
Auto: "auto",
|
|
9
|
-
On: "on",
|
|
10
|
-
Off: "off",
|
|
11
|
-
ApplyEnglish: "apply_english",
|
|
12
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
export type BodyAddProjectV1ProjectsAddPostFiction = "fiction" | "non-fiction";
|
|
5
|
-
export declare const BodyAddProjectV1ProjectsAddPostFiction: {
|
|
6
|
-
readonly Fiction: "fiction";
|
|
7
|
-
readonly NonFiction: "non-fiction";
|
|
8
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.BodyAddProjectV1ProjectsAddPostFiction = void 0;
|
|
7
|
-
exports.BodyAddProjectV1ProjectsAddPostFiction = {
|
|
8
|
-
Fiction: "fiction",
|
|
9
|
-
NonFiction: "non-fiction",
|
|
10
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
export type BodyAddProjectV1ProjectsAddPostSourceType = "blank" | "book" | "article" | "genfm" | "video";
|
|
5
|
-
export declare const BodyAddProjectV1ProjectsAddPostSourceType: {
|
|
6
|
-
readonly Blank: "blank";
|
|
7
|
-
readonly Book: "book";
|
|
8
|
-
readonly Article: "article";
|
|
9
|
-
readonly Genfm: "genfm";
|
|
10
|
-
readonly Video: "video";
|
|
11
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.BodyAddProjectV1ProjectsAddPostSourceType = void 0;
|
|
7
|
-
exports.BodyAddProjectV1ProjectsAddPostSourceType = {
|
|
8
|
-
Blank: "blank",
|
|
9
|
-
Book: "book",
|
|
10
|
-
Article: "article",
|
|
11
|
-
Genfm: "genfm",
|
|
12
|
-
Video: "video",
|
|
13
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
export type BodyAddProjectV1ProjectsAddPostTargetAudience = "children" | "young adult" | "adult" | "all ages";
|
|
5
|
-
export declare const BodyAddProjectV1ProjectsAddPostTargetAudience: {
|
|
6
|
-
readonly Children: "children";
|
|
7
|
-
readonly YoungAdult: "young adult";
|
|
8
|
-
readonly Adult: "adult";
|
|
9
|
-
readonly AllAges: "all ages";
|
|
10
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.BodyAddProjectV1ProjectsAddPostTargetAudience = void 0;
|
|
7
|
-
exports.BodyAddProjectV1ProjectsAddPostTargetAudience = {
|
|
8
|
-
Children: "children",
|
|
9
|
-
YoungAdult: "young adult",
|
|
10
|
-
Adult: "adult",
|
|
11
|
-
AllAges: "all ages",
|
|
12
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
export interface BodyAddToKnowledgeBaseV1ConvaiAddToKnowledgeBasePost {
|
|
5
|
-
/** A custom, human-readable name for the document. */
|
|
6
|
-
name?: string;
|
|
7
|
-
/** URL to a page of documentation that the agent will have access to in order to interact with users. */
|
|
8
|
-
url?: string;
|
|
9
|
-
/** Documentation that the agent will have access to in order to interact with users. */
|
|
10
|
-
file?: string;
|
|
11
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
export interface BodyAddToKnowledgeBaseV1ConvaiAgentsAgentIdAddToKnowledgeBasePost {
|
|
5
|
-
/** A custom, human-readable name for the document. */
|
|
6
|
-
name?: string;
|
|
7
|
-
/** URL to a page of documentation that the agent will have access to in order to interact with users. */
|
|
8
|
-
url?: string;
|
|
9
|
-
/** Documentation that the agent will have access to in order to interact with users. */
|
|
10
|
-
file?: string;
|
|
11
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as ElevenLabs from "../index";
|
|
5
|
-
export interface BodyCreatePodcastV1ProjectsPodcastCreatePost {
|
|
6
|
-
/** The ID of the model to be used for this Studio project, you can query GET /v1/models to list all available models. */
|
|
7
|
-
modelId: string;
|
|
8
|
-
/** The type of podcast to generate. Can be 'conversation', an interaction between two voices, or 'bulletin', a monologue. */
|
|
9
|
-
mode: ElevenLabs.BodyCreatePodcastV1ProjectsPodcastCreatePostMode;
|
|
10
|
-
/** The source content for the Podcast. */
|
|
11
|
-
source: ElevenLabs.BodyCreatePodcastV1ProjectsPodcastCreatePostSource;
|
|
12
|
-
/**
|
|
13
|
-
* Output quality of the generated audio. Must be one of:
|
|
14
|
-
* standard - standard output format, 128kbps with 44.1kHz sample rate.
|
|
15
|
-
* high - high quality output format, 192kbps with 44.1kHz sample rate and major improvements on our side. Using this setting increases the credit cost by 20%.
|
|
16
|
-
* ultra - ultra quality output format, 192kbps with 44.1kHz sample rate and highest improvements on our side. Using this setting increases the credit cost by 50%.
|
|
17
|
-
* ultra lossless - ultra quality output format, 705.6kbps with 44.1kHz sample rate and highest improvements on our side in a fully lossless format. Using this setting increases the credit cost by 100%.
|
|
18
|
-
*/
|
|
19
|
-
qualityPreset?: ElevenLabs.BodyCreatePodcastV1ProjectsPodcastCreatePostQualityPreset;
|
|
20
|
-
/**
|
|
21
|
-
* Duration of the generated podcast. Must be one of:
|
|
22
|
-
* short - produces podcasts shorter than 3 minutes.
|
|
23
|
-
* default - produces podcasts roughly between 3-7 minutes.
|
|
24
|
-
* long - produces podcasts longer than 7 minutes.
|
|
25
|
-
*/
|
|
26
|
-
durationScale?: ElevenLabs.BodyCreatePodcastV1ProjectsPodcastCreatePostDurationScale;
|
|
27
|
-
/** An optional language of the Studio project. Two-letter language code (ISO 639-1). */
|
|
28
|
-
language?: string;
|
|
29
|
-
/** The intro text that will always be added to the beginning of the podcast. */
|
|
30
|
-
intro?: string;
|
|
31
|
-
/** The outro text that will always be added to the end of the podcast. */
|
|
32
|
-
outro?: string;
|
|
33
|
-
/** Additional instructions prompt for the podcast generation used to adjust the podcast's style and tone. */
|
|
34
|
-
instructionsPrompt?: string;
|
|
35
|
-
/** A brief summary or highlights of the Studio project's content, providing key points or themes. This should be between 10 and 70 characters. */
|
|
36
|
-
highlights?: string[];
|
|
37
|
-
/**
|
|
38
|
-
* A url that will be called by our service when the Studio project is converted. Request will contain a json blob containing the status of the conversion
|
|
39
|
-
* Messages:
|
|
40
|
-
* 1. When project was converted successfully:
|
|
41
|
-
* {
|
|
42
|
-
* type: "project_conversion_status",
|
|
43
|
-
* event_timestamp: 1234567890,
|
|
44
|
-
* data: {
|
|
45
|
-
* request_id: "1234567890",
|
|
46
|
-
* project_id: "21m00Tcm4TlvDq8ikWAM",
|
|
47
|
-
* conversion_status: "success",
|
|
48
|
-
* project_snapshot_id: "22m00Tcm4TlvDq8ikMAT",
|
|
49
|
-
* error_details: None,
|
|
50
|
-
* }
|
|
51
|
-
* }
|
|
52
|
-
* 2. When project conversion failed:
|
|
53
|
-
* {
|
|
54
|
-
* type: "project_conversion_status",
|
|
55
|
-
* event_timestamp: 1234567890,
|
|
56
|
-
* data: {
|
|
57
|
-
* request_id: "1234567890",
|
|
58
|
-
* project_id: "21m00Tcm4TlvDq8ikWAM",
|
|
59
|
-
* conversion_status: "error",
|
|
60
|
-
* project_snapshot_id: None,
|
|
61
|
-
* error_details: "Error details if conversion failed"
|
|
62
|
-
* }
|
|
63
|
-
* }
|
|
64
|
-
*
|
|
65
|
-
* 3. When chapter was converted successfully:
|
|
66
|
-
* {
|
|
67
|
-
* type: "chapter_conversion_status",
|
|
68
|
-
* event_timestamp: 1234567890,
|
|
69
|
-
* data: {
|
|
70
|
-
* request_id: "1234567890",
|
|
71
|
-
* project_id: "21m00Tcm4TlvDq8ikWAM",
|
|
72
|
-
* chapter_id: "22m00Tcm4TlvDq8ikMAT",
|
|
73
|
-
* conversion_status: "success",
|
|
74
|
-
* chapter_snapshot_id: "23m00Tcm4TlvDq8ikMAV",
|
|
75
|
-
* error_details: None,
|
|
76
|
-
* }
|
|
77
|
-
* }
|
|
78
|
-
* 4. When chapter conversion failed:
|
|
79
|
-
* {
|
|
80
|
-
* type: "chapter_conversion_status",
|
|
81
|
-
* event_timestamp: 1234567890,
|
|
82
|
-
* data: {
|
|
83
|
-
* request_id: "1234567890",
|
|
84
|
-
* project_id: "21m00Tcm4TlvDq8ikWAM",
|
|
85
|
-
* chapter_id: "22m00Tcm4TlvDq8ikMAT",
|
|
86
|
-
* conversion_status: "error",
|
|
87
|
-
* chapter_snapshot_id: None,
|
|
88
|
-
* error_details: "Error details if conversion failed"
|
|
89
|
-
* }
|
|
90
|
-
* }
|
|
91
|
-
*
|
|
92
|
-
*/
|
|
93
|
-
callbackUrl?: string;
|
|
94
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Duration of the generated podcast. Must be one of:
|
|
6
|
-
* short - produces podcasts shorter than 3 minutes.
|
|
7
|
-
* default - produces podcasts roughly between 3-7 minutes.
|
|
8
|
-
* long - produces podcasts longer than 7 minutes.
|
|
9
|
-
*/
|
|
10
|
-
export type BodyCreatePodcastV1ProjectsPodcastCreatePostDurationScale = "short" | "default" | "long";
|
|
11
|
-
export declare const BodyCreatePodcastV1ProjectsPodcastCreatePostDurationScale: {
|
|
12
|
-
readonly Short: "short";
|
|
13
|
-
readonly Default: "default";
|
|
14
|
-
readonly Long: "long";
|
|
15
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.BodyCreatePodcastV1ProjectsPodcastCreatePostDurationScale = void 0;
|
|
7
|
-
exports.BodyCreatePodcastV1ProjectsPodcastCreatePostDurationScale = {
|
|
8
|
-
Short: "short",
|
|
9
|
-
Default: "default",
|
|
10
|
-
Long: "long",
|
|
11
|
-
};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as ElevenLabs from "../index";
|
|
5
|
-
/**
|
|
6
|
-
* The type of podcast to generate. Can be 'conversation', an interaction between two voices, or 'bulletin', a monologue.
|
|
7
|
-
*/
|
|
8
|
-
export type BodyCreatePodcastV1ProjectsPodcastCreatePostMode = ElevenLabs.BodyCreatePodcastV1ProjectsPodcastCreatePostMode.Conversation | ElevenLabs.BodyCreatePodcastV1ProjectsPodcastCreatePostMode.Bulletin;
|
|
9
|
-
export declare namespace BodyCreatePodcastV1ProjectsPodcastCreatePostMode {
|
|
10
|
-
interface Conversation extends ElevenLabs.PodcastConversationMode {
|
|
11
|
-
type: "conversation";
|
|
12
|
-
}
|
|
13
|
-
interface Bulletin extends ElevenLabs.PodcastBulletinMode {
|
|
14
|
-
type: "bulletin";
|
|
15
|
-
}
|
|
16
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
/**
|
|
5
|
-
* Output quality of the generated audio. Must be one of:
|
|
6
|
-
* standard - standard output format, 128kbps with 44.1kHz sample rate.
|
|
7
|
-
* high - high quality output format, 192kbps with 44.1kHz sample rate and major improvements on our side. Using this setting increases the credit cost by 20%.
|
|
8
|
-
* ultra - ultra quality output format, 192kbps with 44.1kHz sample rate and highest improvements on our side. Using this setting increases the credit cost by 50%.
|
|
9
|
-
* ultra lossless - ultra quality output format, 705.6kbps with 44.1kHz sample rate and highest improvements on our side in a fully lossless format. Using this setting increases the credit cost by 100%.
|
|
10
|
-
*/
|
|
11
|
-
export type BodyCreatePodcastV1ProjectsPodcastCreatePostQualityPreset = "standard" | "high" | "highest" | "ultra" | "ultra_lossless";
|
|
12
|
-
export declare const BodyCreatePodcastV1ProjectsPodcastCreatePostQualityPreset: {
|
|
13
|
-
readonly Standard: "standard";
|
|
14
|
-
readonly High: "high";
|
|
15
|
-
readonly Highest: "highest";
|
|
16
|
-
readonly Ultra: "ultra";
|
|
17
|
-
readonly UltraLossless: "ultra_lossless";
|
|
18
|
-
};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
4
|
-
*/
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.BodyCreatePodcastV1ProjectsPodcastCreatePostQualityPreset = void 0;
|
|
7
|
-
exports.BodyCreatePodcastV1ProjectsPodcastCreatePostQualityPreset = {
|
|
8
|
-
Standard: "standard",
|
|
9
|
-
High: "high",
|
|
10
|
-
Highest: "highest",
|
|
11
|
-
Ultra: "ultra",
|
|
12
|
-
UltraLossless: "ultra_lossless",
|
|
13
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as ElevenLabs from "../index";
|
|
5
|
-
/**
|
|
6
|
-
* The source content for the Podcast.
|
|
7
|
-
*/
|
|
8
|
-
export type BodyCreatePodcastV1ProjectsPodcastCreatePostSource = ElevenLabs.PodcastTextSource | ElevenLabs.PodcastUrlSource | ElevenLabs.BodyCreatePodcastV1ProjectsPodcastCreatePostSourceItem[];
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as ElevenLabs from "../index";
|
|
5
|
-
export type BodyCreatePodcastV1ProjectsPodcastCreatePostSourceItem = ElevenLabs.BodyCreatePodcastV1ProjectsPodcastCreatePostSourceItem.Text | ElevenLabs.BodyCreatePodcastV1ProjectsPodcastCreatePostSourceItem.Url;
|
|
6
|
-
export declare namespace BodyCreatePodcastV1ProjectsPodcastCreatePostSourceItem {
|
|
7
|
-
interface Text extends ElevenLabs.PodcastTextSource {
|
|
8
|
-
type: "text";
|
|
9
|
-
}
|
|
10
|
-
interface Url extends ElevenLabs.PodcastUrlSource {
|
|
11
|
-
type: "url";
|
|
12
|
-
}
|
|
13
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
export interface BodyEditBasicProjectInfoV1ProjectsProjectIdPost {
|
|
5
|
-
/** The name of the Studio project, used for identification only. */
|
|
6
|
-
name: string;
|
|
7
|
-
/** The voice_id that corresponds to the default voice used for new titles. */
|
|
8
|
-
defaultTitleVoiceId: string;
|
|
9
|
-
/** The voice_id that corresponds to the default voice used for new paragraphs. */
|
|
10
|
-
defaultParagraphVoiceId: string;
|
|
11
|
-
/** An optional name of the author of the Studio project, this will be added as metadata to the mp3 file on Studio project or chapter download. */
|
|
12
|
-
title?: string;
|
|
13
|
-
/** An optional name of the author of the Studio project, this will be added as metadata to the mp3 file on Studio project or chapter download. */
|
|
14
|
-
author?: string;
|
|
15
|
-
/** An optional ISBN number of the Studio project you want to create, this will be added as metadata to the mp3 file on Studio project or chapter download. */
|
|
16
|
-
isbnNumber?: string;
|
|
17
|
-
/** When the Studio project is downloaded, should the returned audio have postprocessing in order to make it compliant with audiobook normalized volume requirements */
|
|
18
|
-
volumeNormalization?: boolean;
|
|
19
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* This file was auto-generated by Fern from our API Definition.
|
|
3
|
-
*/
|
|
4
|
-
import * as ElevenLabs from "../index";
|
|
5
|
-
export interface BodyEditChapterV1ProjectsProjectIdChaptersChapterIdPatch {
|
|
6
|
-
/** The name of the chapter, used for identification only. */
|
|
7
|
-
name?: string;
|
|
8
|
-
/** The chapter content to use. */
|
|
9
|
-
content?: ElevenLabs.ChapterContentInputModel;
|
|
10
|
-
}
|