@elevenlabs/elevenlabs-js 2.2.0 → 2.3.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 +9 -4
- package/Client.js +60 -12
- package/README.md +4 -11
- package/api/resources/audioIsolation/client/Client.d.ts +5 -4
- package/api/resources/audioIsolation/client/Client.js +5 -8
- package/api/resources/audioIsolation/client/index.d.ts +1 -0
- package/api/resources/audioNative/client/Client.d.ts +3 -1
- package/api/resources/audioNative/client/Client.js +7 -14
- package/api/resources/audioNative/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/client/Client.d.ts +6 -1
- package/api/resources/conversationalAi/client/Client.js +18 -28
- package/api/resources/conversationalAi/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +3 -1
- package/api/resources/conversationalAi/resources/agents/client/Client.js +15 -34
- package/api/resources/conversationalAi/resources/agents/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.d.ts +3 -1
- package/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +3 -6
- package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.d.ts +3 -1
- package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +3 -6
- package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.d.ts +3 -1
- package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +3 -4
- package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.d.ts +3 -1
- package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +3 -6
- package/api/resources/conversationalAi/resources/agents/resources/widget/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.d.ts +3 -1
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +3 -4
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +3 -1
- package/api/resources/conversationalAi/resources/batchCalls/client/Client.js +11 -28
- package/api/resources/conversationalAi/resources/batchCalls/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -1
- package/api/resources/conversationalAi/resources/conversations/client/Client.js +9 -24
- package/api/resources/conversationalAi/resources/conversations/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.d.ts +4 -3
- package/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +3 -6
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.d.ts +3 -1
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +3 -4
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/dashboard/client/Client.d.ts +2 -0
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.d.ts +3 -1
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +5 -10
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/index.js +3 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +3 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +3 -6
- package/api/resources/conversationalAi/resources/knowledgeBase/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.d.ts +3 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +3 -4
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +3 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +17 -40
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.d.ts +3 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +3 -6
- package/api/resources/conversationalAi/resources/llmUsage/client/Client.d.ts +3 -1
- package/api/resources/conversationalAi/resources/llmUsage/client/Client.js +3 -4
- package/api/resources/conversationalAi/resources/llmUsage/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +85 -0
- package/api/resources/conversationalAi/resources/mcpServers/client/Client.js +298 -0
- package/api/resources/conversationalAi/resources/mcpServers/client/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/mcpServers/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.d.ts +17 -0
- package/api/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/mcpServers/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/mcpServers/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/mcpServers/index.js +18 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.d.ts +49 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +142 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.d.ts +14 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/index.js +17 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +5 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/index.js +44 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.d.ts +64 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +214 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.d.ts +21 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/index.js +17 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.d.ts +46 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +134 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/index.js +2 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/tools/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/tools/index.js +17 -0
- package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +3 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +11 -26
- package/api/resources/conversationalAi/resources/phoneNumbers/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/secrets/client/Client.d.ts +3 -1
- package/api/resources/conversationalAi/resources/secrets/client/Client.js +7 -16
- package/api/resources/conversationalAi/resources/secrets/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/settings/client/Client.d.ts +3 -1
- package/api/resources/conversationalAi/resources/settings/client/Client.js +5 -10
- package/api/resources/conversationalAi/resources/settings/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/sipTrunk/client/Client.d.ts +3 -1
- package/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +3 -4
- package/api/resources/conversationalAi/resources/sipTrunk/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/twilio/client/Client.d.ts +3 -1
- package/api/resources/conversationalAi/resources/twilio/client/Client.js +3 -4
- package/api/resources/conversationalAi/resources/twilio/client/index.d.ts +1 -0
- package/api/resources/dubbing/client/Client.d.ts +3 -1
- package/api/resources/dubbing/client/Client.js +7 -16
- package/api/resources/dubbing/client/index.d.ts +1 -0
- package/api/resources/dubbing/resources/audio/client/Client.d.ts +4 -3
- package/api/resources/dubbing/resources/audio/client/Client.js +3 -6
- package/api/resources/dubbing/resources/resource/client/Client.d.ts +3 -1
- package/api/resources/dubbing/resources/resource/client/Client.js +11 -22
- package/api/resources/dubbing/resources/resource/client/index.d.ts +1 -0
- package/api/resources/dubbing/resources/resource/resources/language/client/Client.d.ts +3 -1
- package/api/resources/dubbing/resources/resource/resources/language/client/Client.js +3 -4
- package/api/resources/dubbing/resources/resource/resources/language/client/index.d.ts +1 -0
- package/api/resources/dubbing/resources/resource/resources/segment/client/Client.d.ts +3 -1
- package/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +5 -10
- package/api/resources/dubbing/resources/resource/resources/segment/client/index.d.ts +1 -0
- package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.d.ts +3 -1
- package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +5 -10
- package/api/resources/dubbing/resources/resource/resources/speaker/client/index.d.ts +1 -0
- package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.d.ts +3 -1
- package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +3 -4
- package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/index.d.ts +1 -0
- package/api/resources/dubbing/resources/transcript/client/Client.d.ts +3 -1
- package/api/resources/dubbing/resources/transcript/client/Client.js +3 -6
- package/api/resources/dubbing/resources/transcript/client/index.d.ts +1 -0
- package/api/resources/forcedAlignment/client/Client.d.ts +3 -1
- package/api/resources/forcedAlignment/client/Client.js +3 -4
- package/api/resources/forcedAlignment/client/index.d.ts +1 -0
- package/api/resources/history/client/Client.d.ts +5 -4
- package/api/resources/history/client/Client.js +11 -28
- package/api/resources/history/client/index.d.ts +1 -0
- package/api/resources/index.d.ts +3 -0
- package/api/resources/index.js +4 -1
- package/api/resources/models/client/Client.d.ts +3 -1
- package/api/resources/models/client/Client.js +3 -6
- package/api/resources/pronunciationDictionaries/client/Client.d.ts +4 -3
- package/api/resources/pronunciationDictionaries/client/Client.js +11 -26
- package/api/resources/pronunciationDictionaries/client/index.d.ts +1 -0
- package/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +3 -1
- package/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +5 -8
- package/api/resources/pronunciationDictionaries/resources/rules/client/index.d.ts +1 -0
- package/api/resources/samples/client/Client.d.ts +3 -1
- package/api/resources/samples/client/Client.js +3 -6
- package/api/resources/speechToSpeech/client/Client.d.ts +5 -4
- package/api/resources/speechToSpeech/client/Client.js +5 -8
- package/api/resources/speechToSpeech/client/index.d.ts +1 -0
- package/api/resources/speechToText/client/Client.d.ts +4 -4
- package/api/resources/speechToText/client/Client.js +46 -10
- package/api/resources/speechToText/client/index.d.ts +1 -0
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +3 -1
- package/api/resources/studio/client/Client.d.ts +4 -2
- package/api/resources/studio/client/Client.js +4 -5
- package/api/resources/studio/client/index.d.ts +1 -0
- package/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +58 -3
- package/api/resources/studio/resources/projects/client/Client.d.ts +3 -1
- package/api/resources/studio/resources/projects/client/Client.js +16 -32
- package/api/resources/studio/resources/projects/client/index.d.ts +1 -0
- package/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +59 -2
- package/api/resources/studio/resources/projects/resources/chapters/client/Client.d.ts +3 -1
- package/api/resources/studio/resources/projects/resources/chapters/client/Client.js +13 -32
- package/api/resources/studio/resources/projects/resources/chapters/client/index.d.ts +1 -0
- package/api/resources/studio/resources/projects/resources/chapters/client/requests/BodyCreateChapterV1StudioProjectsProjectIdChaptersPost.d.ts +1 -1
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.d.ts +4 -3
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +7 -16
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/index.d.ts +1 -0
- package/api/resources/studio/resources/projects/resources/content/client/Client.d.ts +3 -1
- package/api/resources/studio/resources/projects/resources/content/client/Client.js +3 -4
- package/api/resources/studio/resources/projects/resources/content/client/index.d.ts +1 -0
- package/api/resources/studio/resources/projects/resources/content/client/requests/BodyUpdateStudioProjectContentV1StudioProjectsProjectIdContentPost.d.ts +1 -1
- package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.d.ts +3 -1
- package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +3 -4
- package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/index.d.ts +1 -0
- package/api/resources/studio/resources/projects/resources/snapshots/client/Client.d.ts +5 -4
- package/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +9 -22
- package/api/resources/studio/resources/projects/resources/snapshots/client/index.d.ts +1 -0
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostDurationScale.d.ts +1 -1
- package/api/resources/textToDialogue/client/Client.d.ts +5 -4
- package/api/resources/textToDialogue/client/Client.js +5 -8
- package/api/resources/textToDialogue/client/index.d.ts +1 -0
- package/api/resources/textToSoundEffects/client/Client.d.ts +4 -3
- package/api/resources/textToSoundEffects/client/Client.js +3 -4
- package/api/resources/textToSoundEffects/client/index.d.ts +1 -0
- package/api/resources/textToSpeech/client/Client.d.ts +5 -4
- package/api/resources/textToSpeech/client/Client.js +9 -16
- package/api/resources/textToSpeech/client/index.d.ts +1 -0
- package/api/resources/textToVoice/client/Client.d.ts +3 -1
- package/api/resources/textToVoice/client/Client.js +5 -8
- package/api/resources/textToVoice/client/index.d.ts +1 -0
- package/api/resources/usage/client/Client.d.ts +3 -1
- package/api/resources/usage/client/Client.js +3 -6
- package/api/resources/usage/client/index.d.ts +1 -0
- package/api/resources/user/client/Client.d.ts +3 -1
- package/api/resources/user/client/Client.js +3 -6
- package/api/resources/user/resources/subscription/client/Client.d.ts +3 -1
- package/api/resources/user/resources/subscription/client/Client.js +3 -6
- package/api/resources/voices/client/Client.d.ts +4 -2
- package/api/resources/voices/client/Client.js +18 -43
- package/api/resources/voices/client/index.d.ts +1 -0
- package/api/resources/voices/client/requests/VoicesSearchRequest.d.ts +1 -1
- package/api/resources/voices/resources/ivc/client/Client.d.ts +3 -1
- package/api/resources/voices/resources/ivc/client/Client.js +3 -4
- package/api/resources/voices/resources/ivc/client/index.d.ts +1 -0
- package/api/resources/voices/resources/pvc/client/Client.d.ts +3 -1
- package/api/resources/voices/resources/pvc/client/Client.js +7 -12
- package/api/resources/voices/resources/pvc/client/index.d.ts +1 -0
- package/api/resources/voices/resources/pvc/resources/samples/client/Client.d.ts +3 -1
- package/api/resources/voices/resources/pvc/resources/samples/client/Client.js +7 -14
- package/api/resources/voices/resources/pvc/resources/samples/client/index.d.ts +1 -0
- package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.d.ts +3 -1
- package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +3 -6
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.d.ts +3 -1
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +5 -12
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.d.ts +3 -1
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +3 -6
- package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.d.ts +3 -1
- package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +3 -6
- package/api/resources/voices/resources/pvc/resources/verification/client/Client.d.ts +3 -1
- package/api/resources/voices/resources/pvc/resources/verification/client/Client.js +3 -4
- package/api/resources/voices/resources/pvc/resources/verification/client/index.d.ts +1 -0
- package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.d.ts +3 -1
- package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +5 -10
- package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/index.d.ts +1 -0
- package/api/resources/voices/resources/samples/client/Client.d.ts +2 -0
- package/api/resources/voices/resources/samples/resources/audio/client/Client.d.ts +4 -3
- package/api/resources/voices/resources/samples/resources/audio/client/Client.js +3 -6
- package/api/resources/voices/resources/settings/client/Client.d.ts +3 -1
- package/api/resources/voices/resources/settings/client/Client.js +7 -16
- package/api/resources/webhooks/client/Client.d.ts +48 -0
- package/api/resources/webhooks/client/Client.js +142 -0
- package/api/resources/webhooks/client/index.d.ts +2 -0
- package/api/resources/webhooks/client/index.js +17 -0
- package/api/resources/webhooks/client/requests/WebhooksListRequest.d.ts +15 -0
- package/api/resources/webhooks/client/requests/index.d.ts +1 -0
- package/api/resources/webhooks/client/requests/index.js +2 -0
- package/api/resources/webhooks/index.d.ts +1 -0
- package/api/resources/webhooks/index.js +17 -0
- package/api/resources/workspace/client/Client.d.ts +30 -0
- package/api/resources/workspace/client/Client.js +121 -0
- package/api/resources/workspace/client/index.d.ts +1 -0
- package/api/resources/workspace/client/index.js +15 -0
- package/api/resources/workspace/client/requests/BodyUpdateUserAutoProvisioningV1WorkspaceUserAutoProvisioningPost.d.ts +12 -0
- package/api/resources/workspace/client/requests/index.d.ts +1 -0
- package/api/resources/workspace/client/requests/index.js +2 -0
- package/api/resources/workspace/resources/groups/client/Client.d.ts +3 -1
- package/api/resources/workspace/resources/groups/client/Client.js +3 -6
- package/api/resources/workspace/resources/groups/client/index.d.ts +1 -0
- package/api/resources/workspace/resources/groups/resources/members/client/Client.d.ts +3 -1
- package/api/resources/workspace/resources/groups/resources/members/client/Client.js +5 -8
- package/api/resources/workspace/resources/groups/resources/members/client/index.d.ts +1 -0
- package/api/resources/workspace/resources/invites/client/Client.d.ts +3 -1
- package/api/resources/workspace/resources/invites/client/Client.js +7 -12
- package/api/resources/workspace/resources/invites/client/index.d.ts +1 -0
- package/api/resources/workspace/resources/members/client/Client.d.ts +3 -1
- package/api/resources/workspace/resources/members/client/Client.js +5 -8
- package/api/resources/workspace/resources/members/client/index.d.ts +1 -0
- package/api/resources/workspace/resources/resources/client/Client.d.ts +3 -1
- package/api/resources/workspace/resources/resources/client/Client.js +7 -14
- package/api/resources/workspace/resources/resources/client/index.d.ts +1 -0
- package/api/types/AddProjectRequest.d.ts +60 -3
- package/api/types/AgentCallLimits.d.ts +2 -0
- package/api/types/BodyAddChapterToAProjectV1ProjectsProjectIdChaptersAddPost.d.ts +1 -1
- package/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePost.d.ts +57 -2
- package/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostDurationScale.d.ts +1 -1
- package/api/types/BodyEditProjectContentV1ProjectsProjectIdContentPost.d.ts +2 -2
- package/api/types/BuiltInTools.d.ts +16 -0
- package/api/types/ChapterContentBlockInputModel.d.ts +1 -1
- package/api/types/ClientEvent.d.ts +4 -2
- package/api/types/ClientEvent.js +3 -1
- package/api/types/ConvAiUserSecretDbModel.d.ts +12 -0
- package/api/types/ConversationChargingCommonModel.d.ts +1 -0
- package/api/types/ConversationSimulationSpecification.d.ts +1 -0
- package/api/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +4 -0
- package/api/types/CreateSipTrunkPhoneNumberRequest.d.ts +2 -0
- package/api/types/IntegrationType.d.ts +8 -0
- package/api/types/IntegrationType.js +10 -0
- package/api/types/InvoiceResponse.d.ts +2 -0
- package/api/types/ListMcpToolsResponseModel.d.ts +15 -0
- package/api/types/ListMcpToolsResponseModel.js +5 -0
- package/api/types/McpApprovalPolicy.d.ts +12 -0
- package/api/types/McpApprovalPolicy.js +11 -0
- package/api/types/McpServerConfigInput.d.ts +19 -0
- package/api/types/McpServerConfigInput.js +5 -0
- package/api/types/McpServerConfigInputRequestHeadersValue.d.ts +5 -0
- package/api/types/McpServerConfigInputRequestHeadersValue.js +5 -0
- package/api/types/McpServerConfigInputSecretToken.d.ts +8 -0
- package/api/types/McpServerConfigInputSecretToken.js +5 -0
- package/api/types/McpServerConfigInputUrl.d.ts +8 -0
- package/api/types/McpServerConfigInputUrl.js +5 -0
- package/api/types/McpServerConfigOutput.d.ts +19 -0
- package/api/types/McpServerConfigOutput.js +5 -0
- package/api/types/McpServerConfigOutputRequestHeadersValue.d.ts +5 -0
- package/api/types/McpServerConfigOutputRequestHeadersValue.js +5 -0
- package/api/types/McpServerConfigOutputSecretToken.d.ts +8 -0
- package/api/types/McpServerConfigOutputSecretToken.js +5 -0
- package/api/types/McpServerConfigOutputUrl.d.ts +8 -0
- package/api/types/McpServerConfigOutputUrl.js +5 -0
- package/api/types/McpServerMetadataResponseModel.d.ts +7 -0
- package/api/types/McpServerMetadataResponseModel.js +5 -0
- package/api/types/McpServerResponseModel.d.ts +17 -0
- package/api/types/McpServerResponseModel.js +5 -0
- package/api/types/McpServerResponseModelDependentAgentsItem.d.ts +13 -0
- package/api/types/McpServerResponseModelDependentAgentsItem.js +5 -0
- package/api/types/McpServerTransport.d.ts +11 -0
- package/api/types/McpServerTransport.js +10 -0
- package/api/types/McpServersResponseModel.d.ts +10 -0
- package/api/types/McpServersResponseModel.js +5 -0
- package/api/types/McpToolApprovalHash.d.ts +15 -0
- package/api/types/McpToolApprovalHash.js +5 -0
- package/api/types/McpToolApprovalPolicy.d.ts +11 -0
- package/api/types/McpToolApprovalPolicy.js +10 -0
- package/api/types/McpToolConfigInput.d.ts +11 -3
- package/api/types/McpToolConfigOutput.d.ts +11 -3
- package/api/types/PromptAgentDbModel.d.ts +1 -0
- package/api/types/PromptAgentDbModelToolsItem.d.ts +1 -4
- package/api/types/PromptAgentInputToolsItem.d.ts +1 -4
- package/api/types/PromptAgentOutputToolsItem.d.ts +1 -4
- package/api/types/SubscriptionStatusType.d.ts +2 -3
- package/api/types/SubscriptionStatusType.js +1 -2
- package/api/types/SupportedVoice.d.ts +4 -0
- package/api/types/Tool.d.ts +15 -0
- package/api/types/Tool.js +5 -0
- package/api/types/ToolAnnotations.d.ts +22 -0
- package/api/types/ToolAnnotations.js +5 -0
- package/api/types/TransferToNumberToolConfig.d.ts +2 -0
- package/api/types/User.d.ts +1 -1
- package/api/types/VoiceDesignPreviewResponse.d.ts +2 -0
- package/api/types/VoicePreviewResponseModel.d.ts +4 -0
- package/api/types/WebhookAuthMethodType.d.ts +8 -0
- package/api/types/WebhookAuthMethodType.js +10 -0
- package/api/types/WebhookUsageType.d.ts +10 -0
- package/api/types/WebhookUsageType.js +12 -0
- package/api/types/WidgetConfig.d.ts +2 -0
- package/api/types/WidgetConfigResponse.d.ts +2 -0
- package/api/types/WidgetStyles.d.ts +45 -0
- package/api/types/WidgetStyles.js +5 -0
- package/api/types/WorkspaceResourceType.d.ts +2 -2
- package/api/types/WorkspaceResourceType.js +1 -1
- package/api/types/WorkspaceWebhookListResponseModel.d.ts +8 -0
- package/api/types/WorkspaceWebhookListResponseModel.js +5 -0
- package/api/types/WorkspaceWebhookResponseModel.d.ts +26 -0
- package/api/types/WorkspaceWebhookResponseModel.js +5 -0
- package/api/types/WorkspaceWebhookUsageResponseModel.d.ts +7 -0
- package/api/types/WorkspaceWebhookUsageResponseModel.js +5 -0
- package/api/types/index.d.ts +29 -5
- package/api/types/index.js +29 -5
- package/core/fetcher/Fetcher.d.ts +2 -1
- package/core/fetcher/Fetcher.js +22 -9
- package/core/form-data-utils/FormDataWrapper.js +5 -4
- package/core/form-data-utils/toReadableStream.d.ts +1 -0
- package/core/form-data-utils/toReadableStream.js +28 -0
- package/core/headers.d.ts +3 -0
- package/core/headers.js +29 -0
- package/core/index.d.ts +1 -1
- package/core/index.js +1 -1
- package/core/runtime/runtime.js +0 -1
- package/{dist/core/streaming-fetcher → core/stream}/Stream.d.ts +1 -2
- package/dist/Client.d.ts +9 -4
- package/dist/Client.js +60 -12
- package/dist/api/resources/audioIsolation/client/Client.d.ts +5 -4
- package/dist/api/resources/audioIsolation/client/Client.js +5 -8
- package/dist/api/resources/audioIsolation/client/index.d.ts +1 -0
- package/dist/api/resources/audioNative/client/Client.d.ts +3 -1
- package/dist/api/resources/audioNative/client/Client.js +7 -14
- package/dist/api/resources/audioNative/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/client/Client.d.ts +6 -1
- package/dist/api/resources/conversationalAi/client/Client.js +18 -28
- package/dist/api/resources/conversationalAi/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +15 -34
- package/dist/api/resources/conversationalAi/resources/agents/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +3 -6
- package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +3 -6
- package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +3 -4
- package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +3 -6
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +3 -4
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.js +11 -28
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +9 -24
- package/dist/api/resources/conversationalAi/resources/conversations/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.d.ts +4 -3
- package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +3 -6
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +3 -4
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/dashboard/client/Client.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +5 -10
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/index.js +3 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +3 -6
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +3 -4
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +17 -40
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +3 -6
- package/dist/api/resources/conversationalAi/resources/llmUsage/client/Client.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/llmUsage/client/Client.js +3 -4
- package/dist/api/resources/conversationalAi/resources/llmUsage/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +85 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.js +298 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.d.ts +17 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.js +5 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/index.js +18 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.d.ts +49 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +142 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.d.ts +14 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.js +5 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +5 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/index.js +44 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.d.ts +64 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +214 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.d.ts +21 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.js +5 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.d.ts +46 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +134 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +11 -26
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/secrets/client/Client.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/secrets/client/Client.js +7 -16
- package/dist/api/resources/conversationalAi/resources/secrets/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/settings/client/Client.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/settings/client/Client.js +5 -10
- package/dist/api/resources/conversationalAi/resources/settings/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/sipTrunk/client/Client.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +3 -4
- package/dist/api/resources/conversationalAi/resources/sipTrunk/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/twilio/client/Client.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/twilio/client/Client.js +3 -4
- package/dist/api/resources/conversationalAi/resources/twilio/client/index.d.ts +1 -0
- package/dist/api/resources/dubbing/client/Client.d.ts +3 -1
- package/dist/api/resources/dubbing/client/Client.js +7 -16
- package/dist/api/resources/dubbing/client/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/audio/client/Client.d.ts +4 -3
- package/dist/api/resources/dubbing/resources/audio/client/Client.js +3 -6
- package/dist/api/resources/dubbing/resources/resource/client/Client.d.ts +3 -1
- package/dist/api/resources/dubbing/resources/resource/client/Client.js +11 -22
- package/dist/api/resources/dubbing/resources/resource/client/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/resource/resources/language/client/Client.d.ts +3 -1
- package/dist/api/resources/dubbing/resources/resource/resources/language/client/Client.js +3 -4
- package/dist/api/resources/dubbing/resources/resource/resources/language/client/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/resource/resources/segment/client/Client.d.ts +3 -1
- package/dist/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +5 -10
- package/dist/api/resources/dubbing/resources/resource/resources/segment/client/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.d.ts +3 -1
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +5 -10
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.d.ts +3 -1
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +3 -4
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/transcript/client/Client.d.ts +3 -1
- package/dist/api/resources/dubbing/resources/transcript/client/Client.js +3 -6
- package/dist/api/resources/dubbing/resources/transcript/client/index.d.ts +1 -0
- package/dist/api/resources/forcedAlignment/client/Client.d.ts +3 -1
- package/dist/api/resources/forcedAlignment/client/Client.js +3 -4
- package/dist/api/resources/forcedAlignment/client/index.d.ts +1 -0
- package/dist/api/resources/history/client/Client.d.ts +5 -4
- package/dist/api/resources/history/client/Client.js +11 -28
- package/dist/api/resources/history/client/index.d.ts +1 -0
- package/dist/api/resources/index.d.ts +3 -0
- package/dist/api/resources/index.js +4 -1
- package/dist/api/resources/models/client/Client.d.ts +3 -1
- package/dist/api/resources/models/client/Client.js +3 -6
- package/dist/api/resources/pronunciationDictionaries/client/Client.d.ts +4 -3
- package/dist/api/resources/pronunciationDictionaries/client/Client.js +11 -26
- package/dist/api/resources/pronunciationDictionaries/client/index.d.ts +1 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +3 -1
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +5 -8
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/index.d.ts +1 -0
- package/dist/api/resources/samples/client/Client.d.ts +3 -1
- package/dist/api/resources/samples/client/Client.js +3 -6
- package/dist/api/resources/speechToSpeech/client/Client.d.ts +5 -4
- package/dist/api/resources/speechToSpeech/client/Client.js +5 -8
- package/dist/api/resources/speechToSpeech/client/index.d.ts +1 -0
- package/dist/api/resources/speechToText/client/Client.d.ts +4 -4
- package/dist/api/resources/speechToText/client/Client.js +46 -10
- package/dist/api/resources/speechToText/client/index.d.ts +1 -0
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +3 -1
- package/dist/api/resources/studio/client/Client.d.ts +4 -2
- package/dist/api/resources/studio/client/Client.js +4 -5
- package/dist/api/resources/studio/client/index.d.ts +1 -0
- package/dist/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +58 -3
- package/dist/api/resources/studio/resources/projects/client/Client.d.ts +3 -1
- package/dist/api/resources/studio/resources/projects/client/Client.js +16 -32
- package/dist/api/resources/studio/resources/projects/client/index.d.ts +1 -0
- package/dist/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +59 -2
- package/dist/api/resources/studio/resources/projects/resources/chapters/client/Client.d.ts +3 -1
- package/dist/api/resources/studio/resources/projects/resources/chapters/client/Client.js +13 -32
- package/dist/api/resources/studio/resources/projects/resources/chapters/client/index.d.ts +1 -0
- package/dist/api/resources/studio/resources/projects/resources/chapters/client/requests/BodyCreateChapterV1StudioProjectsProjectIdChaptersPost.d.ts +1 -1
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.d.ts +4 -3
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +7 -16
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/index.d.ts +1 -0
- package/dist/api/resources/studio/resources/projects/resources/content/client/Client.d.ts +3 -1
- package/dist/api/resources/studio/resources/projects/resources/content/client/Client.js +3 -4
- package/dist/api/resources/studio/resources/projects/resources/content/client/index.d.ts +1 -0
- package/dist/api/resources/studio/resources/projects/resources/content/client/requests/BodyUpdateStudioProjectContentV1StudioProjectsProjectIdContentPost.d.ts +1 -1
- package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.d.ts +3 -1
- package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +3 -4
- package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/index.d.ts +1 -0
- package/dist/api/resources/studio/resources/projects/resources/snapshots/client/Client.d.ts +5 -4
- package/dist/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +9 -22
- package/dist/api/resources/studio/resources/projects/resources/snapshots/client/index.d.ts +1 -0
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostDurationScale.d.ts +1 -1
- package/dist/api/resources/textToDialogue/client/Client.d.ts +5 -4
- package/dist/api/resources/textToDialogue/client/Client.js +5 -8
- package/dist/api/resources/textToDialogue/client/index.d.ts +1 -0
- package/dist/api/resources/textToSoundEffects/client/Client.d.ts +4 -3
- package/dist/api/resources/textToSoundEffects/client/Client.js +3 -4
- package/dist/api/resources/textToSoundEffects/client/index.d.ts +1 -0
- package/dist/api/resources/textToSpeech/client/Client.d.ts +5 -4
- package/dist/api/resources/textToSpeech/client/Client.js +9 -16
- package/dist/api/resources/textToSpeech/client/index.d.ts +1 -0
- package/dist/api/resources/textToVoice/client/Client.d.ts +3 -1
- package/dist/api/resources/textToVoice/client/Client.js +5 -8
- package/dist/api/resources/textToVoice/client/index.d.ts +1 -0
- package/dist/api/resources/usage/client/Client.d.ts +3 -1
- package/dist/api/resources/usage/client/Client.js +3 -6
- package/dist/api/resources/usage/client/index.d.ts +1 -0
- package/dist/api/resources/user/client/Client.d.ts +3 -1
- package/dist/api/resources/user/client/Client.js +3 -6
- package/dist/api/resources/user/resources/subscription/client/Client.d.ts +3 -1
- package/dist/api/resources/user/resources/subscription/client/Client.js +3 -6
- package/dist/api/resources/voices/client/Client.d.ts +4 -2
- package/dist/api/resources/voices/client/Client.js +18 -43
- package/dist/api/resources/voices/client/index.d.ts +1 -0
- package/dist/api/resources/voices/client/requests/VoicesSearchRequest.d.ts +1 -1
- package/dist/api/resources/voices/resources/ivc/client/Client.d.ts +3 -1
- package/dist/api/resources/voices/resources/ivc/client/Client.js +3 -4
- package/dist/api/resources/voices/resources/ivc/client/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/pvc/client/Client.d.ts +3 -1
- package/dist/api/resources/voices/resources/pvc/client/Client.js +7 -12
- package/dist/api/resources/voices/resources/pvc/client/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.d.ts +3 -1
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.js +7 -14
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.d.ts +3 -1
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +3 -6
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.d.ts +3 -1
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +5 -12
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.d.ts +3 -1
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +3 -6
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.d.ts +3 -1
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +3 -6
- package/dist/api/resources/voices/resources/pvc/resources/verification/client/Client.d.ts +3 -1
- package/dist/api/resources/voices/resources/pvc/resources/verification/client/Client.js +3 -4
- package/dist/api/resources/voices/resources/pvc/resources/verification/client/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.d.ts +3 -1
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +5 -10
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/index.d.ts +1 -0
- package/dist/api/resources/voices/resources/samples/client/Client.d.ts +2 -0
- package/dist/api/resources/voices/resources/samples/resources/audio/client/Client.d.ts +4 -3
- package/dist/api/resources/voices/resources/samples/resources/audio/client/Client.js +3 -6
- package/dist/api/resources/voices/resources/settings/client/Client.d.ts +3 -1
- package/dist/api/resources/voices/resources/settings/client/Client.js +7 -16
- package/dist/api/resources/webhooks/client/Client.d.ts +48 -0
- package/dist/api/resources/webhooks/client/Client.js +142 -0
- package/dist/api/resources/webhooks/client/index.d.ts +2 -0
- package/dist/api/resources/webhooks/client/index.js +17 -0
- package/dist/api/resources/webhooks/client/requests/WebhooksListRequest.d.ts +15 -0
- package/dist/api/resources/webhooks/client/requests/WebhooksListRequest.js +5 -0
- package/dist/api/resources/webhooks/client/requests/index.d.ts +1 -0
- package/dist/api/resources/webhooks/client/requests/index.js +2 -0
- package/dist/api/resources/webhooks/index.d.ts +1 -0
- package/dist/api/resources/webhooks/index.js +17 -0
- package/dist/api/resources/workspace/client/Client.d.ts +30 -0
- package/dist/api/resources/workspace/client/Client.js +121 -0
- package/dist/api/resources/workspace/client/index.d.ts +1 -0
- package/dist/api/resources/workspace/client/index.js +15 -0
- package/dist/api/resources/workspace/client/requests/BodyUpdateUserAutoProvisioningV1WorkspaceUserAutoProvisioningPost.d.ts +12 -0
- package/dist/api/resources/workspace/client/requests/BodyUpdateUserAutoProvisioningV1WorkspaceUserAutoProvisioningPost.js +5 -0
- package/dist/api/resources/workspace/client/requests/index.d.ts +1 -0
- package/dist/api/resources/workspace/client/requests/index.js +2 -0
- package/dist/api/resources/workspace/resources/groups/client/Client.d.ts +3 -1
- package/dist/api/resources/workspace/resources/groups/client/Client.js +3 -6
- package/dist/api/resources/workspace/resources/groups/client/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.d.ts +3 -1
- package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.js +5 -8
- package/dist/api/resources/workspace/resources/groups/resources/members/client/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/invites/client/Client.d.ts +3 -1
- package/dist/api/resources/workspace/resources/invites/client/Client.js +7 -12
- package/dist/api/resources/workspace/resources/invites/client/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/members/client/Client.d.ts +3 -1
- package/dist/api/resources/workspace/resources/members/client/Client.js +5 -8
- package/dist/api/resources/workspace/resources/members/client/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/resources/client/Client.d.ts +3 -1
- package/dist/api/resources/workspace/resources/resources/client/Client.js +7 -14
- package/dist/api/resources/workspace/resources/resources/client/index.d.ts +1 -0
- package/dist/api/types/AddProjectRequest.d.ts +60 -3
- package/dist/api/types/AgentCallLimits.d.ts +2 -0
- package/dist/api/types/BodyAddChapterToAProjectV1ProjectsProjectIdChaptersAddPost.d.ts +1 -1
- package/dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePost.d.ts +57 -2
- package/dist/api/types/BodyCreatePodcastV1ProjectsPodcastCreatePostDurationScale.d.ts +1 -1
- package/dist/api/types/BodyEditProjectContentV1ProjectsProjectIdContentPost.d.ts +2 -2
- package/dist/api/types/BuiltInTools.d.ts +16 -0
- package/dist/api/types/BuiltInTools.js +5 -0
- package/dist/api/types/ChapterContentBlockInputModel.d.ts +1 -1
- package/dist/api/types/ClientEvent.d.ts +4 -2
- package/dist/api/types/ClientEvent.js +3 -1
- package/dist/api/types/ConvAiUserSecretDbModel.d.ts +12 -0
- package/dist/api/types/ConvAiUserSecretDbModel.js +5 -0
- package/dist/api/types/ConversationChargingCommonModel.d.ts +1 -0
- package/dist/api/types/ConversationSimulationSpecification.d.ts +1 -0
- package/dist/api/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +4 -0
- package/dist/api/types/ConversationSimulationSpecificationDynamicVariablesValue.js +5 -0
- package/dist/api/types/CreateSipTrunkPhoneNumberRequest.d.ts +2 -0
- package/dist/api/types/IntegrationType.d.ts +8 -0
- package/dist/api/types/IntegrationType.js +10 -0
- package/dist/api/types/InvoiceResponse.d.ts +2 -0
- package/dist/api/types/ListMcpToolsResponseModel.d.ts +15 -0
- package/dist/api/types/ListMcpToolsResponseModel.js +5 -0
- package/dist/api/types/McpApprovalPolicy.d.ts +12 -0
- package/dist/api/types/McpApprovalPolicy.js +11 -0
- package/dist/api/types/McpServerConfigInput.d.ts +19 -0
- package/dist/api/types/McpServerConfigInput.js +5 -0
- package/dist/api/types/McpServerConfigInputRequestHeadersValue.d.ts +5 -0
- package/dist/api/types/McpServerConfigInputRequestHeadersValue.js +5 -0
- package/dist/api/types/McpServerConfigInputSecretToken.d.ts +8 -0
- package/dist/api/types/McpServerConfigInputSecretToken.js +5 -0
- package/dist/api/types/McpServerConfigInputUrl.d.ts +8 -0
- package/dist/api/types/McpServerConfigInputUrl.js +5 -0
- package/dist/api/types/McpServerConfigOutput.d.ts +19 -0
- package/dist/api/types/McpServerConfigOutput.js +5 -0
- package/dist/api/types/McpServerConfigOutputRequestHeadersValue.d.ts +5 -0
- package/dist/api/types/McpServerConfigOutputRequestHeadersValue.js +5 -0
- package/dist/api/types/McpServerConfigOutputSecretToken.d.ts +8 -0
- package/dist/api/types/McpServerConfigOutputSecretToken.js +5 -0
- package/dist/api/types/McpServerConfigOutputUrl.d.ts +8 -0
- package/dist/api/types/McpServerConfigOutputUrl.js +5 -0
- package/dist/api/types/McpServerMetadataResponseModel.d.ts +7 -0
- package/dist/api/types/McpServerMetadataResponseModel.js +5 -0
- package/dist/api/types/McpServerResponseModel.d.ts +17 -0
- package/dist/api/types/McpServerResponseModel.js +5 -0
- package/dist/api/types/McpServerResponseModelDependentAgentsItem.d.ts +13 -0
- package/dist/api/types/McpServerResponseModelDependentAgentsItem.js +5 -0
- package/dist/api/types/McpServerTransport.d.ts +11 -0
- package/dist/api/types/McpServerTransport.js +10 -0
- package/dist/api/types/McpServersResponseModel.d.ts +10 -0
- package/dist/api/types/McpServersResponseModel.js +5 -0
- package/dist/api/types/McpToolApprovalHash.d.ts +15 -0
- package/dist/api/types/McpToolApprovalHash.js +5 -0
- package/dist/api/types/McpToolApprovalPolicy.d.ts +11 -0
- package/dist/api/types/McpToolApprovalPolicy.js +10 -0
- package/dist/api/types/McpToolConfigInput.d.ts +11 -3
- package/dist/api/types/McpToolConfigOutput.d.ts +11 -3
- package/dist/api/types/PromptAgentDbModel.d.ts +1 -0
- package/dist/api/types/PromptAgentDbModelToolsItem.d.ts +1 -4
- package/dist/api/types/PromptAgentInputToolsItem.d.ts +1 -4
- package/dist/api/types/PromptAgentOutputToolsItem.d.ts +1 -4
- package/dist/api/types/SubscriptionStatusType.d.ts +2 -3
- package/dist/api/types/SubscriptionStatusType.js +1 -2
- package/dist/api/types/SupportedVoice.d.ts +4 -0
- package/dist/api/types/Tool.d.ts +15 -0
- package/dist/api/types/Tool.js +5 -0
- package/dist/api/types/ToolAnnotations.d.ts +22 -0
- package/dist/api/types/ToolAnnotations.js +5 -0
- package/dist/api/types/TransferToNumberToolConfig.d.ts +2 -0
- package/dist/api/types/User.d.ts +1 -1
- package/dist/api/types/VoiceDesignPreviewResponse.d.ts +2 -0
- package/dist/api/types/VoicePreviewResponseModel.d.ts +4 -0
- package/dist/api/types/WebhookAuthMethodType.d.ts +8 -0
- package/dist/api/types/WebhookAuthMethodType.js +10 -0
- package/dist/api/types/WebhookUsageType.d.ts +10 -0
- package/dist/api/types/WebhookUsageType.js +12 -0
- package/dist/api/types/WidgetConfig.d.ts +2 -0
- package/dist/api/types/WidgetConfigResponse.d.ts +2 -0
- package/dist/api/types/WidgetStyles.d.ts +45 -0
- package/dist/api/types/WidgetStyles.js +5 -0
- package/dist/api/types/WorkspaceResourceType.d.ts +2 -2
- package/dist/api/types/WorkspaceResourceType.js +1 -1
- package/dist/api/types/WorkspaceWebhookListResponseModel.d.ts +8 -0
- package/dist/api/types/WorkspaceWebhookListResponseModel.js +5 -0
- package/dist/api/types/WorkspaceWebhookResponseModel.d.ts +26 -0
- package/dist/api/types/WorkspaceWebhookResponseModel.js +5 -0
- package/dist/api/types/WorkspaceWebhookUsageResponseModel.d.ts +7 -0
- package/dist/api/types/WorkspaceWebhookUsageResponseModel.js +5 -0
- package/dist/api/types/index.d.ts +29 -5
- package/dist/api/types/index.js +29 -5
- package/dist/core/fetcher/Fetcher.d.ts +2 -1
- package/dist/core/fetcher/Fetcher.js +22 -9
- package/dist/core/form-data-utils/FormDataWrapper.js +5 -4
- package/dist/core/form-data-utils/toReadableStream.d.ts +1 -0
- package/dist/core/form-data-utils/toReadableStream.js +28 -0
- package/dist/core/headers.d.ts +3 -0
- package/dist/core/headers.js +29 -0
- package/dist/core/index.d.ts +1 -1
- package/dist/core/index.js +1 -1
- package/dist/core/runtime/runtime.js +0 -1
- package/{core/streaming-fetcher → dist/core/stream}/Stream.d.ts +1 -2
- package/dist/serialization/resources/conversationalAi/resources/index.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/index.js +3 -1
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.d.ts +13 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.js +44 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.js +5 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/index.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/index.js +18 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.d.ts +13 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.js +44 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/index.js +5 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +4 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/index.js +43 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.d.ts +16 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.js +47 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/index.js +5 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/index.js +17 -0
- package/dist/serialization/resources/index.d.ts +1 -0
- package/dist/serialization/resources/index.js +1 -0
- package/dist/serialization/resources/workspace/client/index.d.ts +1 -0
- package/dist/serialization/resources/workspace/client/index.js +17 -0
- package/dist/serialization/resources/workspace/client/requests/BodyUpdateUserAutoProvisioningV1WorkspaceUserAutoProvisioningPost.d.ts +12 -0
- package/dist/serialization/resources/workspace/client/requests/BodyUpdateUserAutoProvisioningV1WorkspaceUserAutoProvisioningPost.js +43 -0
- package/dist/serialization/resources/workspace/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/workspace/client/requests/index.js +5 -0
- package/dist/serialization/resources/workspace/index.d.ts +1 -0
- package/dist/serialization/resources/workspace/index.js +1 -0
- package/dist/serialization/types/AddProjectRequest.d.ts +1 -0
- package/dist/serialization/types/AddProjectRequest.js +1 -0
- package/dist/serialization/types/AgentCallLimits.d.ts +1 -0
- package/dist/serialization/types/AgentCallLimits.js +1 -0
- package/dist/serialization/types/BuiltInTools.d.ts +17 -0
- package/dist/serialization/types/BuiltInTools.js +48 -0
- package/dist/serialization/types/ChapterContentBlockInputModel.d.ts +1 -1
- package/dist/serialization/types/ChapterContentBlockInputModel.js +1 -1
- package/dist/serialization/types/ClientEvent.d.ts +1 -1
- package/dist/serialization/types/ClientEvent.js +3 -1
- package/dist/serialization/types/ConvAiUserSecretDbModel.d.ts +15 -0
- package/dist/serialization/types/{GetSharedSoundGenerationsResponseModel.js → ConvAiUserSecretDbModel.js} +6 -6
- package/dist/serialization/types/ConversationChargingCommonModel.d.ts +1 -0
- package/dist/serialization/types/ConversationChargingCommonModel.js +1 -0
- package/dist/serialization/types/ConversationSimulationSpecification.d.ts +2 -0
- package/dist/serialization/types/ConversationSimulationSpecification.js +4 -0
- package/dist/serialization/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +10 -0
- package/dist/serialization/types/ConversationSimulationSpecificationDynamicVariablesValue.js +46 -0
- package/dist/serialization/types/CreateSipTrunkPhoneNumberRequest.d.ts +1 -0
- package/dist/serialization/types/CreateSipTrunkPhoneNumberRequest.js +1 -0
- package/dist/serialization/types/IntegrationType.d.ts +10 -0
- package/dist/serialization/types/IntegrationType.js +41 -0
- package/dist/serialization/types/InvoiceResponse.d.ts +1 -0
- package/dist/serialization/types/InvoiceResponse.js +1 -0
- package/dist/serialization/types/ListMcpToolsResponseModel.d.ts +15 -0
- package/{serialization/types/GetSharedSoundGenerationsResponseModel.js → dist/serialization/types/ListMcpToolsResponseModel.js} +6 -6
- package/dist/serialization/types/McpApprovalPolicy.d.ts +10 -0
- package/dist/serialization/types/McpApprovalPolicy.js +41 -0
- package/dist/serialization/types/McpServerConfigInput.d.ts +25 -0
- package/dist/serialization/types/McpServerConfigInput.js +56 -0
- package/dist/serialization/types/McpServerConfigInputRequestHeadersValue.d.ts +11 -0
- package/dist/serialization/types/McpServerConfigInputRequestHeadersValue.js +42 -0
- package/dist/serialization/types/McpServerConfigInputSecretToken.d.ts +12 -0
- package/dist/serialization/types/McpServerConfigInputSecretToken.js +43 -0
- package/dist/serialization/types/McpServerConfigInputUrl.d.ts +11 -0
- package/dist/serialization/types/McpServerConfigInputUrl.js +42 -0
- package/dist/serialization/types/McpServerConfigOutput.d.ts +25 -0
- package/dist/serialization/types/McpServerConfigOutput.js +56 -0
- package/dist/serialization/types/McpServerConfigOutputRequestHeadersValue.d.ts +11 -0
- package/dist/serialization/types/McpServerConfigOutputRequestHeadersValue.js +42 -0
- package/dist/serialization/types/McpServerConfigOutputSecretToken.d.ts +12 -0
- package/dist/serialization/types/McpServerConfigOutputSecretToken.js +43 -0
- package/dist/serialization/types/McpServerConfigOutputUrl.d.ts +11 -0
- package/dist/serialization/types/McpServerConfigOutputUrl.js +42 -0
- package/dist/serialization/types/McpServerMetadataResponseModel.d.ts +13 -0
- package/dist/serialization/types/McpServerMetadataResponseModel.js +44 -0
- package/dist/serialization/types/McpServerResponseModel.d.ts +20 -0
- package/dist/serialization/types/{NativeMcpToolConfigInput.js → McpServerResponseModel.js} +11 -12
- package/dist/serialization/types/McpServerResponseModelDependentAgentsItem.d.ts +18 -0
- package/dist/serialization/types/McpServerResponseModelDependentAgentsItem.js +51 -0
- package/dist/serialization/types/McpServerTransport.d.ts +10 -0
- package/dist/serialization/types/McpServerTransport.js +41 -0
- package/dist/serialization/types/McpServersResponseModel.d.ts +13 -0
- package/dist/serialization/types/McpServersResponseModel.js +44 -0
- package/dist/serialization/types/McpToolApprovalHash.d.ts +15 -0
- package/dist/serialization/types/McpToolApprovalHash.js +46 -0
- package/dist/serialization/types/McpToolApprovalPolicy.d.ts +10 -0
- package/dist/serialization/types/McpToolApprovalPolicy.js +41 -0
- package/dist/serialization/types/McpToolConfigInput.d.ts +7 -2
- package/dist/serialization/types/McpToolConfigInput.js +7 -2
- package/dist/serialization/types/McpToolConfigOutput.d.ts +7 -2
- package/dist/serialization/types/McpToolConfigOutput.js +7 -2
- package/dist/serialization/types/PromptAgentDbModel.d.ts +2 -0
- package/dist/serialization/types/PromptAgentDbModel.js +2 -0
- package/dist/serialization/types/PromptAgentDbModelToolsItem.d.ts +1 -5
- package/dist/serialization/types/PromptAgentDbModelToolsItem.js +0 -2
- package/dist/serialization/types/PromptAgentInputToolsItem.d.ts +1 -5
- package/dist/serialization/types/PromptAgentInputToolsItem.js +0 -2
- package/dist/serialization/types/PromptAgentOutputToolsItem.d.ts +1 -5
- package/dist/serialization/types/PromptAgentOutputToolsItem.js +0 -2
- package/dist/serialization/types/SubscriptionStatusType.d.ts +1 -1
- package/dist/serialization/types/SubscriptionStatusType.js +1 -2
- package/dist/serialization/types/SupportedVoice.d.ts +5 -0
- package/dist/serialization/types/SupportedVoice.js +5 -0
- package/dist/serialization/types/Tool.d.ts +17 -0
- package/dist/serialization/types/Tool.js +49 -0
- package/dist/serialization/types/ToolAnnotations.d.ts +17 -0
- package/dist/serialization/types/ToolAnnotations.js +49 -0
- package/dist/serialization/types/TransferToNumberToolConfig.d.ts +1 -0
- package/dist/serialization/types/TransferToNumberToolConfig.js +1 -0
- package/dist/serialization/types/WebhookAuthMethodType.d.ts +10 -0
- package/dist/serialization/types/WebhookAuthMethodType.js +41 -0
- package/dist/serialization/types/WebhookUsageType.d.ts +10 -0
- package/{serialization/types/McpApprovalRequiredModel.js → dist/serialization/types/WebhookUsageType.js} +6 -5
- 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/WidgetStyles.d.ts +31 -0
- package/dist/serialization/types/WidgetStyles.js +62 -0
- package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/dist/serialization/types/WorkspaceResourceType.js +1 -1
- package/dist/serialization/types/WorkspaceWebhookListResponseModel.d.ts +13 -0
- package/dist/serialization/types/WorkspaceWebhookListResponseModel.js +44 -0
- package/dist/serialization/types/WorkspaceWebhookResponseModel.d.ts +23 -0
- package/{serialization/types/NativeMcpToolConfigOutput.js → dist/serialization/types/WorkspaceWebhookResponseModel.js} +13 -11
- package/dist/serialization/types/WorkspaceWebhookUsageResponseModel.d.ts +13 -0
- package/dist/serialization/types/WorkspaceWebhookUsageResponseModel.js +44 -0
- package/dist/serialization/types/index.d.ts +29 -5
- package/dist/serialization/types/index.js +29 -5
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/wrapper/ElevenLabsClient.d.ts +4 -3
- package/dist/wrapper/ElevenLabsClient.js +6 -1
- package/dist/wrapper/webhooks.d.ts +4 -3
- package/dist/wrapper/webhooks.js +68 -46
- package/jest.config.mjs +1 -0
- package/package.json +6 -4
- package/reference.md +702 -93
- package/scripts/rename-to-esm-files.js +10 -2
- package/serialization/resources/conversationalAi/resources/index.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/index.js +3 -1
- package/serialization/resources/conversationalAi/resources/mcpServers/client/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/client/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.d.ts +13 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.js +44 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.js +5 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/index.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/index.js +18 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.d.ts +13 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.js +44 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/index.js +5 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +4 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/index.js +43 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.d.ts +16 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.js +47 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/index.js +5 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/index.js +17 -0
- package/serialization/resources/index.d.ts +1 -0
- package/serialization/resources/index.js +1 -0
- package/serialization/resources/workspace/client/index.d.ts +1 -0
- package/serialization/resources/workspace/client/index.js +17 -0
- package/serialization/resources/workspace/client/requests/BodyUpdateUserAutoProvisioningV1WorkspaceUserAutoProvisioningPost.d.ts +12 -0
- package/serialization/resources/workspace/client/requests/BodyUpdateUserAutoProvisioningV1WorkspaceUserAutoProvisioningPost.js +43 -0
- package/serialization/resources/workspace/client/requests/index.d.ts +1 -0
- package/serialization/resources/workspace/client/requests/index.js +5 -0
- package/serialization/resources/workspace/index.d.ts +1 -0
- package/serialization/resources/workspace/index.js +1 -0
- package/serialization/types/AddProjectRequest.d.ts +1 -0
- package/serialization/types/AddProjectRequest.js +1 -0
- package/serialization/types/AgentCallLimits.d.ts +1 -0
- package/serialization/types/AgentCallLimits.js +1 -0
- package/serialization/types/BuiltInTools.d.ts +17 -0
- package/serialization/types/BuiltInTools.js +48 -0
- package/serialization/types/ChapterContentBlockInputModel.d.ts +1 -1
- package/serialization/types/ChapterContentBlockInputModel.js +1 -1
- package/serialization/types/ClientEvent.d.ts +1 -1
- package/serialization/types/ClientEvent.js +3 -1
- package/serialization/types/ConvAiUserSecretDbModel.d.ts +15 -0
- package/serialization/types/ConvAiUserSecretDbModel.js +46 -0
- package/serialization/types/ConversationChargingCommonModel.d.ts +1 -0
- package/serialization/types/ConversationChargingCommonModel.js +1 -0
- package/serialization/types/ConversationSimulationSpecification.d.ts +2 -0
- package/serialization/types/ConversationSimulationSpecification.js +4 -0
- package/serialization/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +10 -0
- package/serialization/types/ConversationSimulationSpecificationDynamicVariablesValue.js +46 -0
- package/serialization/types/CreateSipTrunkPhoneNumberRequest.d.ts +1 -0
- package/serialization/types/CreateSipTrunkPhoneNumberRequest.js +1 -0
- package/serialization/types/IntegrationType.d.ts +10 -0
- package/serialization/types/IntegrationType.js +41 -0
- package/serialization/types/InvoiceResponse.d.ts +1 -0
- package/serialization/types/InvoiceResponse.js +1 -0
- package/serialization/types/ListMcpToolsResponseModel.d.ts +15 -0
- package/serialization/types/ListMcpToolsResponseModel.js +46 -0
- package/serialization/types/McpApprovalPolicy.d.ts +10 -0
- package/serialization/types/McpApprovalPolicy.js +41 -0
- package/serialization/types/McpServerConfigInput.d.ts +25 -0
- package/serialization/types/McpServerConfigInput.js +56 -0
- package/serialization/types/McpServerConfigInputRequestHeadersValue.d.ts +11 -0
- package/serialization/types/McpServerConfigInputRequestHeadersValue.js +42 -0
- package/serialization/types/McpServerConfigInputSecretToken.d.ts +12 -0
- package/serialization/types/McpServerConfigInputSecretToken.js +43 -0
- package/serialization/types/McpServerConfigInputUrl.d.ts +11 -0
- package/serialization/types/McpServerConfigInputUrl.js +42 -0
- package/serialization/types/McpServerConfigOutput.d.ts +25 -0
- package/serialization/types/McpServerConfigOutput.js +56 -0
- package/serialization/types/McpServerConfigOutputRequestHeadersValue.d.ts +11 -0
- package/serialization/types/McpServerConfigOutputRequestHeadersValue.js +42 -0
- package/serialization/types/McpServerConfigOutputSecretToken.d.ts +12 -0
- package/serialization/types/McpServerConfigOutputSecretToken.js +43 -0
- package/serialization/types/McpServerConfigOutputUrl.d.ts +11 -0
- package/serialization/types/McpServerConfigOutputUrl.js +42 -0
- package/serialization/types/McpServerMetadataResponseModel.d.ts +13 -0
- package/serialization/types/McpServerMetadataResponseModel.js +44 -0
- package/serialization/types/McpServerResponseModel.d.ts +20 -0
- package/serialization/types/{NativeMcpToolConfigInput.js → McpServerResponseModel.js} +11 -12
- package/serialization/types/McpServerResponseModelDependentAgentsItem.d.ts +18 -0
- package/serialization/types/McpServerResponseModelDependentAgentsItem.js +51 -0
- package/serialization/types/McpServerTransport.d.ts +10 -0
- package/serialization/types/McpServerTransport.js +41 -0
- package/serialization/types/McpServersResponseModel.d.ts +13 -0
- package/serialization/types/McpServersResponseModel.js +44 -0
- package/serialization/types/McpToolApprovalHash.d.ts +15 -0
- package/serialization/types/McpToolApprovalHash.js +46 -0
- package/serialization/types/McpToolApprovalPolicy.d.ts +10 -0
- package/serialization/types/McpToolApprovalPolicy.js +41 -0
- package/serialization/types/McpToolConfigInput.d.ts +7 -2
- package/serialization/types/McpToolConfigInput.js +7 -2
- package/serialization/types/McpToolConfigOutput.d.ts +7 -2
- package/serialization/types/McpToolConfigOutput.js +7 -2
- package/serialization/types/PromptAgentDbModel.d.ts +2 -0
- package/serialization/types/PromptAgentDbModel.js +2 -0
- package/serialization/types/PromptAgentDbModelToolsItem.d.ts +1 -5
- package/serialization/types/PromptAgentDbModelToolsItem.js +0 -2
- package/serialization/types/PromptAgentInputToolsItem.d.ts +1 -5
- package/serialization/types/PromptAgentInputToolsItem.js +0 -2
- package/serialization/types/PromptAgentOutputToolsItem.d.ts +1 -5
- package/serialization/types/PromptAgentOutputToolsItem.js +0 -2
- package/serialization/types/SubscriptionStatusType.d.ts +1 -1
- package/serialization/types/SubscriptionStatusType.js +1 -2
- package/serialization/types/SupportedVoice.d.ts +5 -0
- package/serialization/types/SupportedVoice.js +5 -0
- package/serialization/types/Tool.d.ts +17 -0
- package/serialization/types/Tool.js +49 -0
- package/serialization/types/ToolAnnotations.d.ts +17 -0
- package/serialization/types/ToolAnnotations.js +49 -0
- package/serialization/types/TransferToNumberToolConfig.d.ts +1 -0
- package/serialization/types/TransferToNumberToolConfig.js +1 -0
- package/serialization/types/WebhookAuthMethodType.d.ts +10 -0
- package/serialization/types/WebhookAuthMethodType.js +41 -0
- package/serialization/types/WebhookUsageType.d.ts +10 -0
- package/{dist/serialization/types/McpApprovalRequiredModel.js → serialization/types/WebhookUsageType.js} +6 -5
- 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/WidgetStyles.d.ts +31 -0
- package/serialization/types/WidgetStyles.js +62 -0
- package/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/serialization/types/WorkspaceResourceType.js +1 -1
- package/serialization/types/WorkspaceWebhookListResponseModel.d.ts +13 -0
- package/serialization/types/WorkspaceWebhookListResponseModel.js +44 -0
- package/serialization/types/WorkspaceWebhookResponseModel.d.ts +23 -0
- package/{dist/serialization/types/NativeMcpToolConfigOutput.js → serialization/types/WorkspaceWebhookResponseModel.js} +13 -11
- package/serialization/types/WorkspaceWebhookUsageResponseModel.d.ts +13 -0
- package/serialization/types/WorkspaceWebhookUsageResponseModel.js +44 -0
- package/serialization/types/index.d.ts +29 -5
- package/serialization/types/index.js +29 -5
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/wrapper/ElevenLabsClient.d.ts +4 -3
- package/wrapper/ElevenLabsClient.js +6 -1
- package/wrapper/webhooks.d.ts +4 -3
- package/wrapper/webhooks.js +68 -46
- package/.mock/asyncapi.yml +0 -856
- package/.mock/definition/__package__.yml +0 -8340
- package/.mock/definition/api.yml +0 -24
- package/.mock/definition/audioIsolation.yml +0 -83
- package/.mock/definition/audioNative.yml +0 -198
- package/.mock/definition/conversationalAi/agents/knowledgeBase.yml +0 -32
- package/.mock/definition/conversationalAi/agents/link.yml +0 -40
- package/.mock/definition/conversationalAi/agents/llmUsage.yml +0 -51
- package/.mock/definition/conversationalAi/agents/widget/avatar.yml +0 -44
- package/.mock/definition/conversationalAi/agents/widget.yml +0 -107
- package/.mock/definition/conversationalAi/agents.yml +0 -671
- package/.mock/definition/conversationalAi/batchCalls.yml +0 -222
- package/.mock/definition/conversationalAi/conversations/audio.yml +0 -28
- package/.mock/definition/conversationalAi/conversations/feedback.yml +0 -47
- package/.mock/definition/conversationalAi/conversations.yml +0 -165
- package/.mock/definition/conversationalAi/dashboard/settings.yml +0 -73
- package/.mock/definition/conversationalAi/knowledgeBase/document.yml +0 -52
- package/.mock/definition/conversationalAi/knowledgeBase/documents/chunk.yml +0 -42
- package/.mock/definition/conversationalAi/knowledgeBase/documents.yml +0 -355
- package/.mock/definition/conversationalAi/knowledgeBase.yml +0 -88
- package/.mock/definition/conversationalAi/llmUsage.yml +0 -52
- package/.mock/definition/conversationalAi/phoneNumbers.yml +0 -206
- package/.mock/definition/conversationalAi/secrets.yml +0 -100
- package/.mock/definition/conversationalAi/settings.yml +0 -81
- package/.mock/definition/conversationalAi/sipTrunk.yml +0 -45
- package/.mock/definition/conversationalAi/twilio.yml +0 -45
- package/.mock/definition/conversationalAi.yml +0 -192
- package/.mock/definition/dubbing/audio.yml +0 -35
- package/.mock/definition/dubbing/resource/language.yml +0 -43
- package/.mock/definition/dubbing/resource/segment.yml +0 -83
- package/.mock/definition/dubbing/resource/speaker/segment.yml +0 -54
- package/.mock/definition/dubbing/resource/speaker.yml +0 -91
- package/.mock/definition/dubbing/resource.yml +0 -271
- package/.mock/definition/dubbing/transcript.yml +0 -48
- package/.mock/definition/dubbing.yml +0 -170
- package/.mock/definition/forcedAlignment.yml +0 -60
- package/.mock/definition/history.yml +0 -270
- package/.mock/definition/models.yml +0 -49
- package/.mock/definition/pronunciationDictionaries/rules.yml +0 -99
- package/.mock/definition/pronunciationDictionaries.yml +0 -262
- package/.mock/definition/samples.yml +0 -46
- package/.mock/definition/speechToSpeech.yml +0 -324
- package/.mock/definition/speechToText.yml +0 -189
- package/.mock/definition/studio/projects/chapters/snapshots.yml +0 -141
- package/.mock/definition/studio/projects/chapters.yml +0 -289
- package/.mock/definition/studio/projects/content.yml +0 -94
- package/.mock/definition/studio/projects/pronunciationDictionaries.yml +0 -70
- package/.mock/definition/studio/projects/snapshots.yml +0 -140
- package/.mock/definition/studio/projects.yml +0 -579
- package/.mock/definition/studio.yml +0 -216
- package/.mock/definition/textToDialogue.yml +0 -213
- package/.mock/definition/textToSoundEffects.yml +0 -92
- package/.mock/definition/textToSpeech.yml +0 -959
- package/.mock/definition/textToVoice.yml +0 -355
- package/.mock/definition/usage.yml +0 -73
- package/.mock/definition/user/subscription.yml +0 -50
- package/.mock/definition/user.yml +0 -86
- package/.mock/definition/v1TextToSpeechVoiceIdMultiStreamInput.yml +0 -252
- package/.mock/definition/v1TextToSpeechVoiceIdStreamInput.yml +0 -207
- package/.mock/definition/voices/ivc.yml +0 -57
- package/.mock/definition/voices/pvc/samples/audio.yml +0 -44
- package/.mock/definition/voices/pvc/samples/speakers/audio.yml +0 -48
- package/.mock/definition/voices/pvc/samples/speakers.yml +0 -81
- package/.mock/definition/voices/pvc/samples/waveform.yml +0 -44
- package/.mock/definition/voices/pvc/samples.yml +0 -159
- package/.mock/definition/voices/pvc/verification/captcha.yml +0 -62
- package/.mock/definition/voices/pvc/verification.yml +0 -47
- package/.mock/definition/voices/pvc.yml +0 -137
- package/.mock/definition/voices/samples/audio.yml +0 -35
- package/.mock/definition/voices/settings.yml +0 -105
- package/.mock/definition/voices.yml +0 -907
- package/.mock/definition/workspace/groups/members.yml +0 -80
- package/.mock/definition/workspace/groups.yml +0 -40
- package/.mock/definition/workspace/invites.yml +0 -141
- package/.mock/definition/workspace/members.yml +0 -83
- package/.mock/definition/workspace/resources.yml +0 -184
- package/.mock/fern.config.json +0 -4
- package/.mock/openapi.json +0 -39184
- package/api/types/GetSharedSoundGenerationsResponseModel.d.ts +0 -9
- package/api/types/McpApprovalRequiredModel.d.ts +0 -12
- package/api/types/McpApprovalRequiredModel.js +0 -11
- package/api/types/NativeMcpToolConfigInput.d.ts +0 -22
- package/api/types/NativeMcpToolConfigOutput.d.ts +0 -22
- package/api/types/SharedSoundGenerationResponseModel.d.ts +0 -17
- package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +0 -30
- package/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +0 -247
- package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +0 -21
- package/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +0 -126
- package/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +0 -31
- package/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +0 -229
- package/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +0 -18
- package/core/fetcher/stream-wrappers/chooseStreamWrapper.js +0 -59
- package/dist/api/types/GetSharedSoundGenerationsResponseModel.d.ts +0 -9
- package/dist/api/types/McpApprovalRequiredModel.d.ts +0 -12
- package/dist/api/types/McpApprovalRequiredModel.js +0 -11
- package/dist/api/types/NativeMcpToolConfigInput.d.ts +0 -22
- package/dist/api/types/NativeMcpToolConfigOutput.d.ts +0 -22
- package/dist/api/types/SharedSoundGenerationResponseModel.d.ts +0 -17
- package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.d.ts +0 -30
- package/dist/core/fetcher/stream-wrappers/Node18UniversalStreamWrapper.js +0 -247
- package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.d.ts +0 -21
- package/dist/core/fetcher/stream-wrappers/NodePre18StreamWrapper.js +0 -126
- package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.d.ts +0 -31
- package/dist/core/fetcher/stream-wrappers/UndiciStreamWrapper.js +0 -229
- package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.d.ts +0 -18
- package/dist/core/fetcher/stream-wrappers/chooseStreamWrapper.js +0 -59
- package/dist/serialization/types/GetSharedSoundGenerationsResponseModel.d.ts +0 -15
- package/dist/serialization/types/McpApprovalRequiredModel.d.ts +0 -10
- package/dist/serialization/types/NativeMcpToolConfigInput.d.ts +0 -20
- package/dist/serialization/types/NativeMcpToolConfigOutput.d.ts +0 -20
- package/dist/serialization/types/SharedSoundGenerationResponseModel.d.ts +0 -23
- package/dist/serialization/types/SharedSoundGenerationResponseModel.js +0 -54
- package/serialization/types/GetSharedSoundGenerationsResponseModel.d.ts +0 -15
- package/serialization/types/McpApprovalRequiredModel.d.ts +0 -10
- package/serialization/types/NativeMcpToolConfigInput.d.ts +0 -20
- package/serialization/types/NativeMcpToolConfigOutput.d.ts +0 -20
- package/serialization/types/SharedSoundGenerationResponseModel.d.ts +0 -23
- package/serialization/types/SharedSoundGenerationResponseModel.js +0 -54
- /package/api/{types/GetSharedSoundGenerationsResponseModel.js → resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.js} +0 -0
- /package/api/{types/NativeMcpToolConfigInput.js → resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.js} +0 -0
- /package/api/{types/NativeMcpToolConfigOutput.js → resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.js} +0 -0
- /package/api/{types/SharedSoundGenerationResponseModel.js → resources/webhooks/client/requests/WebhooksListRequest.js} +0 -0
- /package/{dist/api/types/GetSharedSoundGenerationsResponseModel.js → api/resources/workspace/client/requests/BodyUpdateUserAutoProvisioningV1WorkspaceUserAutoProvisioningPost.js} +0 -0
- /package/{dist/api/types/NativeMcpToolConfigInput.js → api/types/BuiltInTools.js} +0 -0
- /package/{dist/api/types/NativeMcpToolConfigOutput.js → api/types/ConvAiUserSecretDbModel.js} +0 -0
- /package/{dist/api/types/SharedSoundGenerationResponseModel.js → api/types/ConversationSimulationSpecificationDynamicVariablesValue.js} +0 -0
- /package/core/{streaming-fetcher → stream}/Stream.js +0 -0
- /package/core/{streaming-fetcher → stream}/index.d.ts +0 -0
- /package/core/{streaming-fetcher → stream}/index.js +0 -0
- /package/dist/core/{streaming-fetcher → stream}/Stream.js +0 -0
- /package/dist/core/{streaming-fetcher → stream}/index.d.ts +0 -0
- /package/dist/core/{streaming-fetcher → stream}/index.js +0 -0
|
@@ -1,907 +0,0 @@
|
|
|
1
|
-
imports:
|
|
2
|
-
root: __package__.yml
|
|
3
|
-
service:
|
|
4
|
-
auth: false
|
|
5
|
-
base-path: ''
|
|
6
|
-
endpoints:
|
|
7
|
-
get_all:
|
|
8
|
-
path: /v1/voices
|
|
9
|
-
method: GET
|
|
10
|
-
auth: false
|
|
11
|
-
docs: Returns a list of all available voices for a user.
|
|
12
|
-
source:
|
|
13
|
-
openapi: openapi.json
|
|
14
|
-
display-name: List voices
|
|
15
|
-
request:
|
|
16
|
-
name: VoicesGetAllRequest
|
|
17
|
-
query-parameters:
|
|
18
|
-
show_legacy:
|
|
19
|
-
type: optional<boolean>
|
|
20
|
-
docs: >-
|
|
21
|
-
If set to true, legacy premade voices will be included in
|
|
22
|
-
responses from /v1/voices
|
|
23
|
-
response:
|
|
24
|
-
docs: Successful Response
|
|
25
|
-
type: root.GetVoicesResponse
|
|
26
|
-
status-code: 200
|
|
27
|
-
availability: deprecated
|
|
28
|
-
errors:
|
|
29
|
-
- root.UnprocessableEntityError
|
|
30
|
-
examples:
|
|
31
|
-
- response:
|
|
32
|
-
body:
|
|
33
|
-
voices:
|
|
34
|
-
- voice_id: 21m00Tcm4TlvDq8ikWAM
|
|
35
|
-
name: Rachel
|
|
36
|
-
samples:
|
|
37
|
-
- sample_id: DCwhRBWXzGAHq8TQ4Fs18
|
|
38
|
-
file_name: sample.mp3
|
|
39
|
-
mime_type: audio/mpeg
|
|
40
|
-
size_bytes: 1000000
|
|
41
|
-
hash: '1234567890'
|
|
42
|
-
category: professional
|
|
43
|
-
fine_tuning:
|
|
44
|
-
is_allowed_to_fine_tune: true
|
|
45
|
-
state:
|
|
46
|
-
eleven_multilingual_v2: fine_tuned
|
|
47
|
-
verification_failures:
|
|
48
|
-
- verification_failures
|
|
49
|
-
verification_attempts_count: 2
|
|
50
|
-
manual_verification_requested: false
|
|
51
|
-
labels:
|
|
52
|
-
accent: American
|
|
53
|
-
age: middle-aged
|
|
54
|
-
description: expressive
|
|
55
|
-
gender: female
|
|
56
|
-
use_case: social media
|
|
57
|
-
description: A warm, expressive voice with a touch of humor.
|
|
58
|
-
preview_url: >-
|
|
59
|
-
https://storage.googleapis.com/eleven-public-prod/premade/voices/9BWtsMINqrJLrRacOk9x/405766b8-1f4e-4d3c-aba1-6f25333823ec.mp3
|
|
60
|
-
available_for_tiers:
|
|
61
|
-
- creator
|
|
62
|
-
- enterprise
|
|
63
|
-
settings:
|
|
64
|
-
stability: 1
|
|
65
|
-
use_speaker_boost: true
|
|
66
|
-
similarity_boost: 1
|
|
67
|
-
style: 0
|
|
68
|
-
speed: 1
|
|
69
|
-
sharing:
|
|
70
|
-
status: enabled
|
|
71
|
-
history_item_sample_id: DCwhRBWXzGAHq8TQ4Fs18
|
|
72
|
-
date_unix: 1714204800
|
|
73
|
-
whitelisted_emails:
|
|
74
|
-
- example@example.com
|
|
75
|
-
public_owner_id: DCwhRBWXzGAHq8TQ4Fs18
|
|
76
|
-
original_voice_id: DCwhRBWXzGAHq8TQ4Fs18
|
|
77
|
-
financial_rewards_enabled: true
|
|
78
|
-
free_users_allowed: true
|
|
79
|
-
live_moderation_enabled: true
|
|
80
|
-
rate: 0.05
|
|
81
|
-
notice_period: 30
|
|
82
|
-
disable_at_unix: 1714204800
|
|
83
|
-
voice_mixing_allowed: false
|
|
84
|
-
featured: true
|
|
85
|
-
category: professional
|
|
86
|
-
reader_app_enabled: true
|
|
87
|
-
liked_by_count: 100
|
|
88
|
-
cloned_by_count: 50
|
|
89
|
-
name: Rachel
|
|
90
|
-
description: A female voice with a soft and friendly tone.
|
|
91
|
-
labels:
|
|
92
|
-
accent: American
|
|
93
|
-
gender: female
|
|
94
|
-
review_status: allowed
|
|
95
|
-
enabled_in_library: true
|
|
96
|
-
moderation_check:
|
|
97
|
-
date_checked_unix: 1714204800
|
|
98
|
-
name_value: Rachel
|
|
99
|
-
name_check: true
|
|
100
|
-
description_value: A female voice with a soft and friendly tone.
|
|
101
|
-
description_check: true
|
|
102
|
-
sample_ids:
|
|
103
|
-
- sample1
|
|
104
|
-
- sample2
|
|
105
|
-
sample_checks:
|
|
106
|
-
- 0.95
|
|
107
|
-
- 0.98
|
|
108
|
-
captcha_ids:
|
|
109
|
-
- captcha1
|
|
110
|
-
- captcha2
|
|
111
|
-
captcha_checks:
|
|
112
|
-
- 0.95
|
|
113
|
-
- 0.98
|
|
114
|
-
reader_restricted_on:
|
|
115
|
-
- resource_type: read
|
|
116
|
-
resource_id: FCwhRBWXzGAHq8TQ4Fs18
|
|
117
|
-
high_quality_base_model_ids:
|
|
118
|
-
- eleven_v2_flash
|
|
119
|
-
- eleven_flash_v2
|
|
120
|
-
- eleven_turbo_v2_5
|
|
121
|
-
- eleven_multilingual_v2
|
|
122
|
-
- eleven_v2_5_flash
|
|
123
|
-
- eleven_flash_v2_5
|
|
124
|
-
- eleven_turbo_v2
|
|
125
|
-
verified_languages:
|
|
126
|
-
- language: en
|
|
127
|
-
model_id: eleven_turbo_v2_5
|
|
128
|
-
accent: American
|
|
129
|
-
safety_control: NONE
|
|
130
|
-
voice_verification:
|
|
131
|
-
requires_verification: false
|
|
132
|
-
is_verified: true
|
|
133
|
-
verification_failures:
|
|
134
|
-
- verification_failures
|
|
135
|
-
verification_attempts_count: 0
|
|
136
|
-
language: en
|
|
137
|
-
verification_attempts:
|
|
138
|
-
- text: Hello, how are you?
|
|
139
|
-
date_unix: 1714204800
|
|
140
|
-
accepted: true
|
|
141
|
-
similarity: 0.95
|
|
142
|
-
levenshtein_distance: 2
|
|
143
|
-
recording:
|
|
144
|
-
recording_id: CwhRBWXzGAHq8TQ4Fs17
|
|
145
|
-
mime_type: audio/mpeg
|
|
146
|
-
size_bytes: 1000000
|
|
147
|
-
upload_date_unix: 1714204800
|
|
148
|
-
transcription: Hello, how are you?
|
|
149
|
-
permission_on_resource: permission_on_resource
|
|
150
|
-
is_owner: false
|
|
151
|
-
is_legacy: false
|
|
152
|
-
is_mixed: false
|
|
153
|
-
created_at_unix: 1
|
|
154
|
-
search:
|
|
155
|
-
path: /v2/voices
|
|
156
|
-
method: GET
|
|
157
|
-
auth: false
|
|
158
|
-
docs: >-
|
|
159
|
-
Gets a list of all available voices for a user with search, filtering
|
|
160
|
-
and pagination.
|
|
161
|
-
source:
|
|
162
|
-
openapi: openapi.json
|
|
163
|
-
display-name: List voices
|
|
164
|
-
request:
|
|
165
|
-
name: VoicesSearchRequest
|
|
166
|
-
query-parameters:
|
|
167
|
-
next_page_token:
|
|
168
|
-
type: optional<string>
|
|
169
|
-
docs: >-
|
|
170
|
-
The next page token to use for pagination. Returned from the
|
|
171
|
-
previous request.
|
|
172
|
-
page_size:
|
|
173
|
-
type: optional<integer>
|
|
174
|
-
default: 10
|
|
175
|
-
docs: >-
|
|
176
|
-
How many voices to return at maximum. Can not exceed 100, defaults
|
|
177
|
-
to 10. Page 0 may include more voices due to default voices being
|
|
178
|
-
included.
|
|
179
|
-
search:
|
|
180
|
-
type: optional<string>
|
|
181
|
-
docs: >-
|
|
182
|
-
Search term to filter voices by. Searches in name, description,
|
|
183
|
-
labels, category.
|
|
184
|
-
sort:
|
|
185
|
-
type: optional<string>
|
|
186
|
-
docs: >-
|
|
187
|
-
Which field to sort by, one of 'created_at_unix' or 'name'.
|
|
188
|
-
'created_at_unix' may not be available for older voices.
|
|
189
|
-
sort_direction:
|
|
190
|
-
type: optional<string>
|
|
191
|
-
docs: Which direction to sort the voices in. 'asc' or 'desc'.
|
|
192
|
-
voice_type:
|
|
193
|
-
type: optional<string>
|
|
194
|
-
docs: >-
|
|
195
|
-
Type of the voice to filter by. One of 'personal', 'community',
|
|
196
|
-
'default', 'workspace', 'non-default'. 'non-default' is equal to
|
|
197
|
-
'personal' plus 'community'.
|
|
198
|
-
category:
|
|
199
|
-
type: optional<string>
|
|
200
|
-
docs: >-
|
|
201
|
-
Category of the voice to filter by. One of 'premade', 'cloned',
|
|
202
|
-
'generated', 'professional'
|
|
203
|
-
fine_tuning_state:
|
|
204
|
-
type: optional<string>
|
|
205
|
-
docs: >-
|
|
206
|
-
State of the voice's fine tuning to filter by. Applicable only to
|
|
207
|
-
professional voices clones. One of 'draft', 'not_verified',
|
|
208
|
-
'not_started', 'queued', 'fine_tuning', 'fine_tuned', 'failed',
|
|
209
|
-
'delayed'
|
|
210
|
-
collection_id:
|
|
211
|
-
type: optional<string>
|
|
212
|
-
docs: Collection ID to filter voices by.
|
|
213
|
-
include_total_count:
|
|
214
|
-
type: optional<boolean>
|
|
215
|
-
default: true
|
|
216
|
-
docs: >-
|
|
217
|
-
Whether to include the total count of voices found in the
|
|
218
|
-
response. Incurs a performance cost.
|
|
219
|
-
response:
|
|
220
|
-
docs: Successful Response
|
|
221
|
-
type: root.GetVoicesV2Response
|
|
222
|
-
status-code: 200
|
|
223
|
-
errors:
|
|
224
|
-
- root.UnprocessableEntityError
|
|
225
|
-
examples:
|
|
226
|
-
- query-parameters:
|
|
227
|
-
include_total_count: true
|
|
228
|
-
response:
|
|
229
|
-
body:
|
|
230
|
-
voices:
|
|
231
|
-
- voice_id: 21m00Tcm4TlvDq8ikWAM
|
|
232
|
-
name: Rachel
|
|
233
|
-
samples:
|
|
234
|
-
- sample_id: DCwhRBWXzGAHq8TQ4Fs18
|
|
235
|
-
file_name: sample.mp3
|
|
236
|
-
mime_type: audio/mpeg
|
|
237
|
-
size_bytes: 1000000
|
|
238
|
-
hash: '1234567890'
|
|
239
|
-
category: professional
|
|
240
|
-
fine_tuning:
|
|
241
|
-
is_allowed_to_fine_tune: true
|
|
242
|
-
state:
|
|
243
|
-
eleven_multilingual_v2: fine_tuned
|
|
244
|
-
verification_failures:
|
|
245
|
-
- verification_failures
|
|
246
|
-
verification_attempts_count: 2
|
|
247
|
-
manual_verification_requested: false
|
|
248
|
-
labels:
|
|
249
|
-
accent: American
|
|
250
|
-
age: middle-aged
|
|
251
|
-
description: expressive
|
|
252
|
-
gender: female
|
|
253
|
-
use_case: social media
|
|
254
|
-
description: A warm, expressive voice with a touch of humor.
|
|
255
|
-
preview_url: >-
|
|
256
|
-
https://storage.googleapis.com/eleven-public-prod/premade/voices/9BWtsMINqrJLrRacOk9x/405766b8-1f4e-4d3c-aba1-6f25333823ec.mp3
|
|
257
|
-
available_for_tiers:
|
|
258
|
-
- creator
|
|
259
|
-
- enterprise
|
|
260
|
-
settings:
|
|
261
|
-
stability: 1
|
|
262
|
-
use_speaker_boost: true
|
|
263
|
-
similarity_boost: 1
|
|
264
|
-
style: 0
|
|
265
|
-
speed: 1
|
|
266
|
-
sharing:
|
|
267
|
-
status: enabled
|
|
268
|
-
history_item_sample_id: DCwhRBWXzGAHq8TQ4Fs18
|
|
269
|
-
date_unix: 1714204800
|
|
270
|
-
whitelisted_emails:
|
|
271
|
-
- example@example.com
|
|
272
|
-
public_owner_id: DCwhRBWXzGAHq8TQ4Fs18
|
|
273
|
-
original_voice_id: DCwhRBWXzGAHq8TQ4Fs18
|
|
274
|
-
financial_rewards_enabled: true
|
|
275
|
-
free_users_allowed: true
|
|
276
|
-
live_moderation_enabled: true
|
|
277
|
-
rate: 0.05
|
|
278
|
-
notice_period: 30
|
|
279
|
-
disable_at_unix: 1714204800
|
|
280
|
-
voice_mixing_allowed: false
|
|
281
|
-
featured: true
|
|
282
|
-
category: professional
|
|
283
|
-
reader_app_enabled: true
|
|
284
|
-
liked_by_count: 100
|
|
285
|
-
cloned_by_count: 50
|
|
286
|
-
name: Rachel
|
|
287
|
-
description: A female voice with a soft and friendly tone.
|
|
288
|
-
labels:
|
|
289
|
-
accent: American
|
|
290
|
-
gender: female
|
|
291
|
-
review_status: allowed
|
|
292
|
-
enabled_in_library: true
|
|
293
|
-
moderation_check:
|
|
294
|
-
date_checked_unix: 1714204800
|
|
295
|
-
name_value: Rachel
|
|
296
|
-
name_check: true
|
|
297
|
-
description_value: A female voice with a soft and friendly tone.
|
|
298
|
-
description_check: true
|
|
299
|
-
sample_ids:
|
|
300
|
-
- sample1
|
|
301
|
-
- sample2
|
|
302
|
-
sample_checks:
|
|
303
|
-
- 0.95
|
|
304
|
-
- 0.98
|
|
305
|
-
captcha_ids:
|
|
306
|
-
- captcha1
|
|
307
|
-
- captcha2
|
|
308
|
-
captcha_checks:
|
|
309
|
-
- 0.95
|
|
310
|
-
- 0.98
|
|
311
|
-
reader_restricted_on:
|
|
312
|
-
- resource_type: read
|
|
313
|
-
resource_id: FCwhRBWXzGAHq8TQ4Fs18
|
|
314
|
-
high_quality_base_model_ids:
|
|
315
|
-
- eleven_v2_flash
|
|
316
|
-
- eleven_flash_v2
|
|
317
|
-
- eleven_turbo_v2_5
|
|
318
|
-
- eleven_multilingual_v2
|
|
319
|
-
- eleven_v2_5_flash
|
|
320
|
-
- eleven_flash_v2_5
|
|
321
|
-
- eleven_turbo_v2
|
|
322
|
-
verified_languages:
|
|
323
|
-
- language: en
|
|
324
|
-
model_id: eleven_turbo_v2_5
|
|
325
|
-
accent: American
|
|
326
|
-
safety_control: NONE
|
|
327
|
-
voice_verification:
|
|
328
|
-
requires_verification: false
|
|
329
|
-
is_verified: true
|
|
330
|
-
verification_failures:
|
|
331
|
-
- verification_failures
|
|
332
|
-
verification_attempts_count: 0
|
|
333
|
-
language: en
|
|
334
|
-
verification_attempts:
|
|
335
|
-
- text: Hello, how are you?
|
|
336
|
-
date_unix: 1714204800
|
|
337
|
-
accepted: true
|
|
338
|
-
similarity: 0.95
|
|
339
|
-
levenshtein_distance: 2
|
|
340
|
-
recording:
|
|
341
|
-
recording_id: CwhRBWXzGAHq8TQ4Fs17
|
|
342
|
-
mime_type: audio/mpeg
|
|
343
|
-
size_bytes: 1000000
|
|
344
|
-
upload_date_unix: 1714204800
|
|
345
|
-
transcription: Hello, how are you?
|
|
346
|
-
permission_on_resource: permission_on_resource
|
|
347
|
-
is_owner: false
|
|
348
|
-
is_legacy: false
|
|
349
|
-
is_mixed: false
|
|
350
|
-
created_at_unix: 1
|
|
351
|
-
has_more: true
|
|
352
|
-
total_count: 1
|
|
353
|
-
next_page_token: next_page_token
|
|
354
|
-
get:
|
|
355
|
-
path: /v1/voices/{voice_id}
|
|
356
|
-
method: GET
|
|
357
|
-
auth: false
|
|
358
|
-
docs: Returns metadata about a specific voice.
|
|
359
|
-
source:
|
|
360
|
-
openapi: openapi.json
|
|
361
|
-
path-parameters:
|
|
362
|
-
voice_id:
|
|
363
|
-
type: string
|
|
364
|
-
docs: >-
|
|
365
|
-
ID of the voice to be used. You can use the [Get
|
|
366
|
-
voices](/docs/api-reference/voices/search) endpoint list all the
|
|
367
|
-
available voices.
|
|
368
|
-
display-name: Get voice
|
|
369
|
-
request:
|
|
370
|
-
name: VoicesGetRequest
|
|
371
|
-
query-parameters:
|
|
372
|
-
with_settings:
|
|
373
|
-
type: optional<boolean>
|
|
374
|
-
default: true
|
|
375
|
-
docs: >-
|
|
376
|
-
This parameter is now deprecated. It is ignored and will be
|
|
377
|
-
removed in a future version.
|
|
378
|
-
availability: deprecated
|
|
379
|
-
response:
|
|
380
|
-
docs: Successful Response
|
|
381
|
-
type: root.Voice
|
|
382
|
-
status-code: 200
|
|
383
|
-
errors:
|
|
384
|
-
- root.UnprocessableEntityError
|
|
385
|
-
examples:
|
|
386
|
-
- path-parameters:
|
|
387
|
-
voice_id: 21m00Tcm4TlvDq8ikWAM
|
|
388
|
-
response:
|
|
389
|
-
body:
|
|
390
|
-
voice_id: 21m00Tcm4TlvDq8ikWAM
|
|
391
|
-
name: Rachel
|
|
392
|
-
samples:
|
|
393
|
-
- sample_id: DCwhRBWXzGAHq8TQ4Fs18
|
|
394
|
-
file_name: sample.mp3
|
|
395
|
-
mime_type: audio/mpeg
|
|
396
|
-
size_bytes: 1000000
|
|
397
|
-
hash: '1234567890'
|
|
398
|
-
duration_secs: 1.1
|
|
399
|
-
remove_background_noise: true
|
|
400
|
-
has_isolated_audio: true
|
|
401
|
-
has_isolated_audio_preview: true
|
|
402
|
-
speaker_separation:
|
|
403
|
-
voice_id: DCwhRBWXzGAHq8TQ4Fs18
|
|
404
|
-
sample_id: DCwhRBWXzGAHq8TQ4Fs18
|
|
405
|
-
status: not_started
|
|
406
|
-
trim_start: 1
|
|
407
|
-
trim_end: 1
|
|
408
|
-
category: professional
|
|
409
|
-
fine_tuning:
|
|
410
|
-
is_allowed_to_fine_tune: true
|
|
411
|
-
state:
|
|
412
|
-
eleven_multilingual_v2: fine_tuned
|
|
413
|
-
verification_failures:
|
|
414
|
-
- verification_failures
|
|
415
|
-
verification_attempts_count: 2
|
|
416
|
-
manual_verification_requested: false
|
|
417
|
-
language: language
|
|
418
|
-
progress:
|
|
419
|
-
key: 1.1
|
|
420
|
-
message:
|
|
421
|
-
key: value
|
|
422
|
-
dataset_duration_seconds: 1.1
|
|
423
|
-
verification_attempts:
|
|
424
|
-
- text: Hello, how are you?
|
|
425
|
-
date_unix: 1714204800
|
|
426
|
-
accepted: true
|
|
427
|
-
similarity: 0.95
|
|
428
|
-
levenshtein_distance: 2
|
|
429
|
-
recording:
|
|
430
|
-
recording_id: CwhRBWXzGAHq8TQ4Fs17
|
|
431
|
-
mime_type: audio/mpeg
|
|
432
|
-
size_bytes: 1000000
|
|
433
|
-
upload_date_unix: 1714204800
|
|
434
|
-
transcription: Hello, how are you?
|
|
435
|
-
slice_ids:
|
|
436
|
-
- slice_ids
|
|
437
|
-
manual_verification:
|
|
438
|
-
extra_text: Please verify the voice is that of a female.
|
|
439
|
-
request_time_unix: 1714204800
|
|
440
|
-
files:
|
|
441
|
-
- file_id: CwhRBWXzGAHq8TQ4Fs18
|
|
442
|
-
file_name: file.mp3
|
|
443
|
-
mime_type: audio/mpeg
|
|
444
|
-
size_bytes: 1000000
|
|
445
|
-
upload_date_unix: 1714204800
|
|
446
|
-
max_verification_attempts: 1
|
|
447
|
-
next_max_verification_attempts_reset_unix_ms: 1
|
|
448
|
-
finetuning_state:
|
|
449
|
-
key: value
|
|
450
|
-
labels:
|
|
451
|
-
accent: American
|
|
452
|
-
age: middle-aged
|
|
453
|
-
description: expressive
|
|
454
|
-
gender: female
|
|
455
|
-
use_case: social media
|
|
456
|
-
description: A warm, expressive voice with a touch of humor.
|
|
457
|
-
preview_url: >-
|
|
458
|
-
https://storage.googleapis.com/eleven-public-prod/premade/voices/9BWtsMINqrJLrRacOk9x/405766b8-1f4e-4d3c-aba1-6f25333823ec.mp3
|
|
459
|
-
available_for_tiers:
|
|
460
|
-
- creator
|
|
461
|
-
- enterprise
|
|
462
|
-
settings:
|
|
463
|
-
stability: 1
|
|
464
|
-
use_speaker_boost: true
|
|
465
|
-
similarity_boost: 1
|
|
466
|
-
style: 0
|
|
467
|
-
speed: 1
|
|
468
|
-
sharing:
|
|
469
|
-
status: enabled
|
|
470
|
-
history_item_sample_id: DCwhRBWXzGAHq8TQ4Fs18
|
|
471
|
-
date_unix: 1714204800
|
|
472
|
-
whitelisted_emails:
|
|
473
|
-
- example@example.com
|
|
474
|
-
public_owner_id: DCwhRBWXzGAHq8TQ4Fs18
|
|
475
|
-
original_voice_id: DCwhRBWXzGAHq8TQ4Fs18
|
|
476
|
-
financial_rewards_enabled: true
|
|
477
|
-
free_users_allowed: true
|
|
478
|
-
live_moderation_enabled: true
|
|
479
|
-
rate: 0.05
|
|
480
|
-
fiat_rate: 1.1
|
|
481
|
-
notice_period: 30
|
|
482
|
-
disable_at_unix: 1714204800
|
|
483
|
-
voice_mixing_allowed: false
|
|
484
|
-
featured: true
|
|
485
|
-
category: professional
|
|
486
|
-
reader_app_enabled: true
|
|
487
|
-
image_url: image_url
|
|
488
|
-
ban_reason: ban_reason
|
|
489
|
-
liked_by_count: 100
|
|
490
|
-
cloned_by_count: 50
|
|
491
|
-
name: Rachel
|
|
492
|
-
description: A female voice with a soft and friendly tone.
|
|
493
|
-
labels:
|
|
494
|
-
accent: American
|
|
495
|
-
gender: female
|
|
496
|
-
review_status: allowed
|
|
497
|
-
review_message: review_message
|
|
498
|
-
enabled_in_library: true
|
|
499
|
-
instagram_username: instagram_username
|
|
500
|
-
twitter_username: twitter_username
|
|
501
|
-
youtube_username: youtube_username
|
|
502
|
-
tiktok_username: tiktok_username
|
|
503
|
-
moderation_check:
|
|
504
|
-
date_checked_unix: 1714204800
|
|
505
|
-
name_value: Rachel
|
|
506
|
-
name_check: true
|
|
507
|
-
description_value: A female voice with a soft and friendly tone.
|
|
508
|
-
description_check: true
|
|
509
|
-
sample_ids:
|
|
510
|
-
- sample1
|
|
511
|
-
- sample2
|
|
512
|
-
sample_checks:
|
|
513
|
-
- 0.95
|
|
514
|
-
- 0.98
|
|
515
|
-
captcha_ids:
|
|
516
|
-
- captcha1
|
|
517
|
-
- captcha2
|
|
518
|
-
captcha_checks:
|
|
519
|
-
- 0.95
|
|
520
|
-
- 0.98
|
|
521
|
-
reader_restricted_on:
|
|
522
|
-
- resource_type: read
|
|
523
|
-
resource_id: FCwhRBWXzGAHq8TQ4Fs18
|
|
524
|
-
high_quality_base_model_ids:
|
|
525
|
-
- eleven_v2_flash
|
|
526
|
-
- eleven_flash_v2
|
|
527
|
-
- eleven_turbo_v2_5
|
|
528
|
-
- eleven_multilingual_v2
|
|
529
|
-
- eleven_v2_5_flash
|
|
530
|
-
- eleven_flash_v2_5
|
|
531
|
-
- eleven_turbo_v2
|
|
532
|
-
verified_languages:
|
|
533
|
-
- language: en
|
|
534
|
-
model_id: eleven_turbo_v2_5
|
|
535
|
-
accent: American
|
|
536
|
-
locale: locale
|
|
537
|
-
preview_url: preview_url
|
|
538
|
-
safety_control: NONE
|
|
539
|
-
voice_verification:
|
|
540
|
-
requires_verification: false
|
|
541
|
-
is_verified: true
|
|
542
|
-
verification_failures:
|
|
543
|
-
- verification_failures
|
|
544
|
-
verification_attempts_count: 0
|
|
545
|
-
language: en
|
|
546
|
-
verification_attempts:
|
|
547
|
-
- text: Hello, how are you?
|
|
548
|
-
date_unix: 1714204800
|
|
549
|
-
accepted: true
|
|
550
|
-
similarity: 0.95
|
|
551
|
-
levenshtein_distance: 2
|
|
552
|
-
recording:
|
|
553
|
-
recording_id: CwhRBWXzGAHq8TQ4Fs17
|
|
554
|
-
mime_type: audio/mpeg
|
|
555
|
-
size_bytes: 1000000
|
|
556
|
-
upload_date_unix: 1714204800
|
|
557
|
-
transcription: Hello, how are you?
|
|
558
|
-
permission_on_resource: permission_on_resource
|
|
559
|
-
is_owner: false
|
|
560
|
-
is_legacy: false
|
|
561
|
-
is_mixed: false
|
|
562
|
-
created_at_unix: 1
|
|
563
|
-
delete:
|
|
564
|
-
path: /v1/voices/{voice_id}
|
|
565
|
-
method: DELETE
|
|
566
|
-
auth: false
|
|
567
|
-
docs: Deletes a voice by its ID.
|
|
568
|
-
source:
|
|
569
|
-
openapi: openapi.json
|
|
570
|
-
path-parameters:
|
|
571
|
-
voice_id:
|
|
572
|
-
type: string
|
|
573
|
-
docs: >-
|
|
574
|
-
ID of the voice to be used. You can use the [Get
|
|
575
|
-
voices](/docs/api-reference/voices/search) endpoint list all the
|
|
576
|
-
available voices.
|
|
577
|
-
display-name: Delete voice
|
|
578
|
-
response:
|
|
579
|
-
docs: Successful Response
|
|
580
|
-
type: root.DeleteVoiceResponseModel
|
|
581
|
-
status-code: 200
|
|
582
|
-
errors:
|
|
583
|
-
- root.UnprocessableEntityError
|
|
584
|
-
examples:
|
|
585
|
-
- path-parameters:
|
|
586
|
-
voice_id: 21m00Tcm4TlvDq8ikWAM
|
|
587
|
-
response:
|
|
588
|
-
body:
|
|
589
|
-
status: ok
|
|
590
|
-
update:
|
|
591
|
-
path: /v1/voices/{voice_id}/edit
|
|
592
|
-
method: POST
|
|
593
|
-
auth: false
|
|
594
|
-
docs: Edit a voice created by you.
|
|
595
|
-
source:
|
|
596
|
-
openapi: openapi.json
|
|
597
|
-
path-parameters:
|
|
598
|
-
voice_id:
|
|
599
|
-
type: string
|
|
600
|
-
docs: >-
|
|
601
|
-
ID of the voice to be used. You can use the [Get
|
|
602
|
-
voices](/docs/api-reference/voices/search) endpoint list all the
|
|
603
|
-
available voices.
|
|
604
|
-
display-name: Edit voice
|
|
605
|
-
request:
|
|
606
|
-
name: Body_Edit_voice_v1_voices__voice_id__edit_post
|
|
607
|
-
body:
|
|
608
|
-
properties:
|
|
609
|
-
name:
|
|
610
|
-
type: string
|
|
611
|
-
docs: >-
|
|
612
|
-
The name that identifies this voice. This will be displayed in
|
|
613
|
-
the dropdown of the website.
|
|
614
|
-
files:
|
|
615
|
-
type: optional<list<file>>
|
|
616
|
-
docs: Audio files to add to the voice
|
|
617
|
-
remove_background_noise:
|
|
618
|
-
type: optional<boolean>
|
|
619
|
-
docs: >-
|
|
620
|
-
If set will remove background noise for voice samples using our
|
|
621
|
-
audio isolation model. If the samples do not include background
|
|
622
|
-
noise, it can make the quality worse.
|
|
623
|
-
default: false
|
|
624
|
-
description:
|
|
625
|
-
type: optional<string>
|
|
626
|
-
docs: A description of the voice.
|
|
627
|
-
labels:
|
|
628
|
-
type: optional<string>
|
|
629
|
-
docs: Serialized labels dictionary for the voice.
|
|
630
|
-
content-type: multipart/form-data
|
|
631
|
-
response:
|
|
632
|
-
docs: Successful Response
|
|
633
|
-
type: root.EditVoiceResponseModel
|
|
634
|
-
status-code: 200
|
|
635
|
-
errors:
|
|
636
|
-
- root.UnprocessableEntityError
|
|
637
|
-
examples:
|
|
638
|
-
- path-parameters:
|
|
639
|
-
voice_id: 21m00Tcm4TlvDq8ikWAM
|
|
640
|
-
request:
|
|
641
|
-
name: name
|
|
642
|
-
response:
|
|
643
|
-
body:
|
|
644
|
-
status: ok
|
|
645
|
-
share:
|
|
646
|
-
path: /v1/voices/add/{public_user_id}/{voice_id}
|
|
647
|
-
method: POST
|
|
648
|
-
auth: false
|
|
649
|
-
docs: Add a shared voice to your collection of Voices
|
|
650
|
-
source:
|
|
651
|
-
openapi: openapi.json
|
|
652
|
-
path-parameters:
|
|
653
|
-
public_user_id:
|
|
654
|
-
type: string
|
|
655
|
-
docs: Public user ID used to publicly identify ElevenLabs users.
|
|
656
|
-
voice_id:
|
|
657
|
-
type: string
|
|
658
|
-
docs: >-
|
|
659
|
-
ID of the voice to be used. You can use the [Get
|
|
660
|
-
voices](/docs/api-reference/voices/search) endpoint list all the
|
|
661
|
-
available voices.
|
|
662
|
-
display-name: Add shared voice
|
|
663
|
-
request:
|
|
664
|
-
name: BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost
|
|
665
|
-
body:
|
|
666
|
-
properties:
|
|
667
|
-
new_name:
|
|
668
|
-
type: string
|
|
669
|
-
docs: >-
|
|
670
|
-
The name that identifies this voice. This will be displayed in
|
|
671
|
-
the dropdown of the website.
|
|
672
|
-
content-type: application/json
|
|
673
|
-
response:
|
|
674
|
-
docs: Successful Response
|
|
675
|
-
type: root.AddVoiceResponseModel
|
|
676
|
-
status-code: 200
|
|
677
|
-
errors:
|
|
678
|
-
- root.UnprocessableEntityError
|
|
679
|
-
examples:
|
|
680
|
-
- path-parameters:
|
|
681
|
-
public_user_id: 63e06b7e7cafdc46be4d2e0b3f045940231ae058d508589653d74d1265a574ca
|
|
682
|
-
voice_id: 21m00Tcm4TlvDq8ikWAM
|
|
683
|
-
request:
|
|
684
|
-
new_name: John Smith
|
|
685
|
-
response:
|
|
686
|
-
body:
|
|
687
|
-
voice_id: b38kUX8pkfYO2kHyqfFy
|
|
688
|
-
get_shared:
|
|
689
|
-
path: /v1/shared-voices
|
|
690
|
-
method: GET
|
|
691
|
-
auth: false
|
|
692
|
-
docs: Retrieves a list of shared voices.
|
|
693
|
-
source:
|
|
694
|
-
openapi: openapi.json
|
|
695
|
-
display-name: Get shared voices
|
|
696
|
-
request:
|
|
697
|
-
name: VoicesGetSharedRequest
|
|
698
|
-
query-parameters:
|
|
699
|
-
page_size:
|
|
700
|
-
type: optional<integer>
|
|
701
|
-
default: 30
|
|
702
|
-
docs: >-
|
|
703
|
-
How many shared voices to return at maximum. Can not exceed 100,
|
|
704
|
-
defaults to 30.
|
|
705
|
-
category:
|
|
706
|
-
type: optional<VoicesGetSharedRequestCategory>
|
|
707
|
-
docs: Voice category used for filtering
|
|
708
|
-
gender:
|
|
709
|
-
type: optional<string>
|
|
710
|
-
docs: Gender used for filtering
|
|
711
|
-
age:
|
|
712
|
-
type: optional<string>
|
|
713
|
-
docs: Age used for filtering
|
|
714
|
-
accent:
|
|
715
|
-
type: optional<string>
|
|
716
|
-
docs: Accent used for filtering
|
|
717
|
-
language:
|
|
718
|
-
type: optional<string>
|
|
719
|
-
docs: Language used for filtering
|
|
720
|
-
locale:
|
|
721
|
-
type: optional<string>
|
|
722
|
-
docs: Locale used for filtering
|
|
723
|
-
search:
|
|
724
|
-
type: optional<string>
|
|
725
|
-
docs: Search term used for filtering
|
|
726
|
-
use_cases:
|
|
727
|
-
type: optional<string>
|
|
728
|
-
allow-multiple: true
|
|
729
|
-
docs: Use-case used for filtering
|
|
730
|
-
descriptives:
|
|
731
|
-
type: optional<string>
|
|
732
|
-
allow-multiple: true
|
|
733
|
-
docs: Search term used for filtering
|
|
734
|
-
featured:
|
|
735
|
-
type: optional<boolean>
|
|
736
|
-
default: false
|
|
737
|
-
docs: Filter featured voices
|
|
738
|
-
min_notice_period_days:
|
|
739
|
-
type: optional<integer>
|
|
740
|
-
docs: >-
|
|
741
|
-
Filter voices with a minimum notice period of the given number of
|
|
742
|
-
days.
|
|
743
|
-
include_custom_rates:
|
|
744
|
-
type: optional<boolean>
|
|
745
|
-
docs: Include/exclude voices with custom rates
|
|
746
|
-
include_live_moderated:
|
|
747
|
-
type: optional<boolean>
|
|
748
|
-
docs: Include/exclude voices that are live moderated
|
|
749
|
-
reader_app_enabled:
|
|
750
|
-
type: optional<boolean>
|
|
751
|
-
default: false
|
|
752
|
-
docs: Filter voices that are enabled for the reader app
|
|
753
|
-
owner_id:
|
|
754
|
-
type: optional<string>
|
|
755
|
-
docs: Filter voices by public owner ID
|
|
756
|
-
sort:
|
|
757
|
-
type: optional<string>
|
|
758
|
-
docs: Sort criteria
|
|
759
|
-
page:
|
|
760
|
-
type: optional<integer>
|
|
761
|
-
default: 0
|
|
762
|
-
response:
|
|
763
|
-
docs: Successful Response
|
|
764
|
-
type: root.GetLibraryVoicesResponse
|
|
765
|
-
status-code: 200
|
|
766
|
-
errors:
|
|
767
|
-
- root.UnprocessableEntityError
|
|
768
|
-
examples:
|
|
769
|
-
- query-parameters:
|
|
770
|
-
featured: true
|
|
771
|
-
reader_app_enabled: true
|
|
772
|
-
response:
|
|
773
|
-
body:
|
|
774
|
-
voices:
|
|
775
|
-
- public_owner_id: >-
|
|
776
|
-
63e84100a6bf7874ba37a1bab9a31828a379ec94b891b401653b655c5110880f
|
|
777
|
-
voice_id: sB1b5zUrxQVAFl2PhZFp
|
|
778
|
-
date_unix: 1714423232
|
|
779
|
-
name: Alita
|
|
780
|
-
accent: american
|
|
781
|
-
gender: Female
|
|
782
|
-
age: young
|
|
783
|
-
descriptive: calm
|
|
784
|
-
use_case: characters_animation
|
|
785
|
-
category: professional
|
|
786
|
-
language: en
|
|
787
|
-
locale: locale
|
|
788
|
-
description: >-
|
|
789
|
-
Perfectly calm, neutral and strong voice. Great for a young
|
|
790
|
-
female protagonist.
|
|
791
|
-
preview_url: >-
|
|
792
|
-
https://storage.googleapis.com/eleven-public-prod/wqkMCd9huxXHX1dy5mLJn4QEQHj1/voices/sB1b5zUrxQVAFl2PhZFp/55e71aac-5cb7-4b3d-8241-429388160509.mp3
|
|
793
|
-
usage_character_count_1y: 12852
|
|
794
|
-
usage_character_count_7d: 12852
|
|
795
|
-
play_api_usage_character_count_1y: 12852
|
|
796
|
-
cloned_by_count: 11
|
|
797
|
-
rate: 1
|
|
798
|
-
fiat_rate: 1.1
|
|
799
|
-
free_users_allowed: true
|
|
800
|
-
live_moderation_enabled: false
|
|
801
|
-
featured: false
|
|
802
|
-
verified_languages:
|
|
803
|
-
- language: en
|
|
804
|
-
model_id: eleven_turbo_v2_5
|
|
805
|
-
accent: American
|
|
806
|
-
notice_period: 1
|
|
807
|
-
instagram_username: instagram_username
|
|
808
|
-
twitter_username: twitter_username
|
|
809
|
-
youtube_username: youtube_username
|
|
810
|
-
tiktok_username: tiktok_username
|
|
811
|
-
image_url: image_url
|
|
812
|
-
is_added_by_user: true
|
|
813
|
-
has_more: false
|
|
814
|
-
last_sort_id: last_sort_id
|
|
815
|
-
find_similar_voices:
|
|
816
|
-
path: /v1/similar-voices
|
|
817
|
-
method: POST
|
|
818
|
-
auth: false
|
|
819
|
-
docs: >-
|
|
820
|
-
Returns a list of shared voices similar to the provided audio sample. If
|
|
821
|
-
neither similarity_threshold nor top_k is provided, we will apply
|
|
822
|
-
default values.
|
|
823
|
-
source:
|
|
824
|
-
openapi: openapi.json
|
|
825
|
-
display-name: List similar voices
|
|
826
|
-
request:
|
|
827
|
-
name: Body_Get_similar_library_voices_v1_similar_voices_post
|
|
828
|
-
body:
|
|
829
|
-
properties:
|
|
830
|
-
audio_file: optional<file>
|
|
831
|
-
similarity_threshold:
|
|
832
|
-
type: optional<double>
|
|
833
|
-
docs: >-
|
|
834
|
-
Threshold for voice similarity between provided sample and
|
|
835
|
-
library voices. Values range from 0 to 2. The smaller the value
|
|
836
|
-
the more similar voices will be returned.
|
|
837
|
-
top_k:
|
|
838
|
-
type: optional<integer>
|
|
839
|
-
docs: >-
|
|
840
|
-
Number of most similar voices to return. If similarity_threshold
|
|
841
|
-
is provided, less than this number of voices may be returned.
|
|
842
|
-
Values range from 1 to 100.
|
|
843
|
-
content-type: multipart/form-data
|
|
844
|
-
response:
|
|
845
|
-
docs: Successful Response
|
|
846
|
-
type: root.GetLibraryVoicesResponse
|
|
847
|
-
status-code: 200
|
|
848
|
-
errors:
|
|
849
|
-
- root.UnprocessableEntityError
|
|
850
|
-
examples:
|
|
851
|
-
- request: {}
|
|
852
|
-
response:
|
|
853
|
-
body:
|
|
854
|
-
voices:
|
|
855
|
-
- public_owner_id: >-
|
|
856
|
-
63e84100a6bf7874ba37a1bab9a31828a379ec94b891b401653b655c5110880f
|
|
857
|
-
voice_id: sB1b5zUrxQVAFl2PhZFp
|
|
858
|
-
date_unix: 1714423232
|
|
859
|
-
name: Alita
|
|
860
|
-
accent: american
|
|
861
|
-
gender: Female
|
|
862
|
-
age: young
|
|
863
|
-
descriptive: calm
|
|
864
|
-
use_case: characters_animation
|
|
865
|
-
category: professional
|
|
866
|
-
language: en
|
|
867
|
-
locale: locale
|
|
868
|
-
description: >-
|
|
869
|
-
Perfectly calm, neutral and strong voice. Great for a young
|
|
870
|
-
female protagonist.
|
|
871
|
-
preview_url: >-
|
|
872
|
-
https://storage.googleapis.com/eleven-public-prod/wqkMCd9huxXHX1dy5mLJn4QEQHj1/voices/sB1b5zUrxQVAFl2PhZFp/55e71aac-5cb7-4b3d-8241-429388160509.mp3
|
|
873
|
-
usage_character_count_1y: 12852
|
|
874
|
-
usage_character_count_7d: 12852
|
|
875
|
-
play_api_usage_character_count_1y: 12852
|
|
876
|
-
cloned_by_count: 11
|
|
877
|
-
rate: 1
|
|
878
|
-
fiat_rate: 1.1
|
|
879
|
-
free_users_allowed: true
|
|
880
|
-
live_moderation_enabled: false
|
|
881
|
-
featured: false
|
|
882
|
-
verified_languages:
|
|
883
|
-
- language: en
|
|
884
|
-
model_id: eleven_turbo_v2_5
|
|
885
|
-
accent: American
|
|
886
|
-
notice_period: 1
|
|
887
|
-
instagram_username: instagram_username
|
|
888
|
-
twitter_username: twitter_username
|
|
889
|
-
youtube_username: youtube_username
|
|
890
|
-
tiktok_username: tiktok_username
|
|
891
|
-
image_url: image_url
|
|
892
|
-
is_added_by_user: true
|
|
893
|
-
has_more: false
|
|
894
|
-
last_sort_id: last_sort_id
|
|
895
|
-
source:
|
|
896
|
-
openapi: openapi.json
|
|
897
|
-
display-name: Voices
|
|
898
|
-
docs: Access to voices created either by you or us.
|
|
899
|
-
types:
|
|
900
|
-
VoicesGetSharedRequestCategory:
|
|
901
|
-
enum:
|
|
902
|
-
- professional
|
|
903
|
-
- famous
|
|
904
|
-
- high_quality
|
|
905
|
-
docs: Voice category used for filtering
|
|
906
|
-
source:
|
|
907
|
-
openapi: openapi.json
|