@elevenlabs/elevenlabs-js 2.24.1 → 2.25.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.fern/metadata.json +39 -0
- package/BaseClient.d.ts +34 -0
- package/CONTRIBUTING.md +133 -0
- package/Client.d.ts +20 -39
- package/Client.js +59 -57
- package/api/errors/BadRequestError.d.ts +2 -2
- package/api/errors/ConflictError.d.ts +1 -1
- package/api/errors/ForbiddenError.d.ts +1 -1
- package/api/errors/NotFoundError.d.ts +1 -1
- package/api/errors/TooEarlyError.d.ts +1 -1
- package/api/errors/UnauthorizedError.d.ts +1 -1
- package/api/errors/UnprocessableEntityError.d.ts +2 -2
- package/api/errors/index.d.ts +2 -2
- package/api/errors/index.js +2 -2
- package/api/index.d.ts +1 -1
- package/api/index.js +1 -1
- package/api/resources/audioIsolation/client/Client.d.ts +3 -22
- package/api/resources/audioIsolation/client/Client.js +19 -15
- package/api/resources/audioIsolation/client/index.d.ts +0 -1
- package/api/resources/audioIsolation/client/requests/BodyAudioIsolationStreamV1AudioIsolationStreamPost.d.ts +3 -3
- package/api/resources/audioIsolation/client/requests/BodyAudioIsolationV1AudioIsolationPost.d.ts +3 -3
- package/api/resources/audioIsolation/client/requests/index.d.ts +2 -2
- package/api/resources/audioIsolation/index.d.ts +1 -1
- package/api/resources/audioIsolation/index.js +1 -1
- package/api/resources/audioNative/client/Client.d.ts +7 -26
- package/api/resources/audioNative/client/Client.js +35 -29
- package/api/resources/audioNative/client/index.d.ts +0 -1
- package/api/resources/audioNative/client/requests/BodyCreatesAudioNativeEnabledProjectV1AudioNativePost.d.ts +3 -3
- package/api/resources/audioNative/client/requests/BodyUpdateAudioNativeProjectContentV1AudioNativeProjectIdContentPost.d.ts +2 -2
- package/api/resources/audioNative/client/requests/index.d.ts +2 -2
- package/api/resources/audioNative/index.d.ts +1 -1
- package/api/resources/audioNative/index.js +1 -1
- package/api/resources/conversationalAi/client/Client.d.ts +18 -37
- package/api/resources/conversationalAi/client/Client.js +71 -63
- package/api/resources/conversationalAi/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/client/requests/BodyAddToKnowledgeBaseV1ConvaiKnowledgeBasePost.d.ts +2 -2
- package/api/resources/conversationalAi/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/index.d.ts +1 -1
- package/api/resources/conversationalAi/index.js +1 -1
- package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +19 -38
- package/api/resources/conversationalAi/resources/agents/client/Client.js +117 -99
- package/api/resources/conversationalAi/resources/agents/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +1 -1
- package/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +1 -1
- package/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.d.ts +1 -1
- package/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.d.ts +1 -1
- package/api/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +1 -1
- package/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +1 -1
- package/api/resources/conversationalAi/resources/agents/client/requests/index.d.ts +7 -7
- package/api/resources/conversationalAi/resources/agents/resources/index.d.ts +3 -3
- package/api/resources/conversationalAi/resources/agents/resources/index.js +4 -4
- package/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.d.ts +5 -24
- package/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +15 -13
- package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.d.ts +5 -24
- package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +15 -13
- package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.d.ts +5 -24
- package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +16 -14
- package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.d.ts +5 -24
- package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +17 -15
- package/api/resources/conversationalAi/resources/agents/resources/widget/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/agents/resources/widget/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.d.ts +5 -24
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +15 -13
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/requests/BodyPostAgentAvatarV1ConvaiAgentsAgentIdAvatarPost.d.ts +2 -2
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +9 -28
- package/api/resources/conversationalAi/resources/batchCalls/client/Client.js +57 -47
- package/api/resources/conversationalAi/resources/batchCalls/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -2
- package/api/resources/conversationalAi/resources/batchCalls/client/requests/index.d.ts +2 -2
- package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +7 -26
- package/api/resources/conversationalAi/resources/conversations/client/Client.js +72 -62
- package/api/resources/conversationalAi/resources/conversations/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +1 -1
- package/api/resources/conversationalAi/resources/conversations/client/requests/index.d.ts +3 -3
- package/api/resources/conversationalAi/resources/conversations/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/conversations/index.js +1 -1
- package/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.d.ts +4 -23
- package/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +13 -11
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.d.ts +5 -24
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +16 -14
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/ConversationFeedbackRequestModel.d.ts +1 -1
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/dashboard/client/Client.d.ts +2 -10
- package/api/resources/conversationalAi/resources/dashboard/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/dashboard/index.js +1 -1
- package/api/resources/conversationalAi/resources/dashboard/resources/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/dashboard/resources/index.js +1 -1
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.d.ts +3 -22
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +19 -15
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/PatchConvAiDashboardSettingsRequest.d.ts +1 -1
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/index.js +1 -1
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/types/PatchConvAiDashboardSettingsRequestChartsItem.d.ts +1 -1
- package/api/resources/conversationalAi/resources/index.d.ts +22 -22
- package/api/resources/conversationalAi/resources/index.js +23 -23
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +4 -23
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +24 -22
- package/api/resources/conversationalAi/resources/knowledgeBase/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +1 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/index.js +1 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.d.ts +5 -24
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +15 -13
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/RagIndexRequestModel.d.ts +1 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +13 -32
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +94 -78
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFileDocumentV1ConvaiKnowledgeBaseFilePost.d.ts +2 -2
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +7 -7
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.js +1 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.d.ts +6 -25
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +16 -14
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.d.ts +1 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.d.ts +1 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/index.d.ts +3 -3
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/index.js +4 -4
- package/api/resources/conversationalAi/resources/llmUsage/client/Client.d.ts +3 -22
- package/api/resources/conversationalAi/resources/llmUsage/client/Client.js +11 -9
- package/api/resources/conversationalAi/resources/llmUsage/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/llmUsage/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +10 -29
- package/api/resources/conversationalAi/resources/mcpServers/client/Client.js +64 -54
- package/api/resources/conversationalAi/resources/mcpServers/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.d.ts +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +2 -2
- package/api/resources/conversationalAi/resources/mcpServers/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/index.js +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.d.ts +5 -24
- package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +15 -13
- package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.d.ts +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +3 -3
- package/api/resources/conversationalAi/resources/mcpServers/resources/index.js +4 -4
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.d.ts +8 -27
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +28 -24
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.d.ts +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.d.ts +14 -33
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +55 -47
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/index.d.ts +2 -2
- package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.d.ts +5 -24
- package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +15 -13
- package/api/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.d.ts +1 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +9 -28
- package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +56 -46
- package/api/resources/conversationalAi/resources/phoneNumbers/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +1 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/index.js +1 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.d.ts +1 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.d.ts +1 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.d.ts +1 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.d.ts +1 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/types/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/types/index.js +1 -1
- package/api/resources/conversationalAi/resources/secrets/client/Client.d.ts +7 -26
- package/api/resources/conversationalAi/resources/secrets/client/Client.js +43 -35
- package/api/resources/conversationalAi/resources/secrets/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +2 -2
- package/api/resources/conversationalAi/resources/settings/client/Client.d.ts +3 -22
- package/api/resources/conversationalAi/resources/settings/client/Client.js +19 -15
- package/api/resources/conversationalAi/resources/settings/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +1 -1
- package/api/resources/conversationalAi/resources/settings/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/sipTrunk/client/Client.d.ts +3 -22
- package/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +11 -9
- package/api/resources/conversationalAi/resources/sipTrunk/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +1 -1
- package/api/resources/conversationalAi/resources/sipTrunk/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/tests/client/Client.d.ts +9 -28
- package/api/resources/conversationalAi/resources/tests/client/Client.js +66 -54
- package/api/resources/conversationalAi/resources/tests/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +1 -1
- package/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +1 -1
- package/api/resources/conversationalAi/resources/tests/client/requests/index.d.ts +4 -4
- package/api/resources/conversationalAi/resources/tests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/tests/index.js +1 -1
- package/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.d.ts +7 -26
- package/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +38 -32
- package/api/resources/conversationalAi/resources/tests/resources/invocations/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.d.ts +1 -1
- package/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/index.d.ts +2 -2
- package/api/resources/conversationalAi/resources/tools/client/Client.d.ts +15 -84
- package/api/resources/conversationalAi/resources/tools/client/Client.js +74 -112
- package/api/resources/conversationalAi/resources/tools/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/tools/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/twilio/client/Client.d.ts +3 -22
- package/api/resources/conversationalAi/resources/twilio/client/Client.js +11 -9
- package/api/resources/conversationalAi/resources/twilio/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +1 -1
- package/api/resources/conversationalAi/resources/twilio/client/requests/index.d.ts +1 -1
- package/api/resources/dubbing/client/Client.d.ts +8 -27
- package/api/resources/dubbing/client/Client.js +53 -45
- package/api/resources/dubbing/client/index.d.ts +0 -1
- package/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +6 -6
- package/api/resources/dubbing/client/requests/DubbingListRequest.d.ts +1 -1
- package/api/resources/dubbing/client/requests/index.d.ts +2 -2
- package/api/resources/dubbing/index.d.ts +2 -2
- package/api/resources/dubbing/index.js +2 -2
- package/api/resources/dubbing/resources/audio/client/Client.d.ts +4 -23
- package/api/resources/dubbing/resources/audio/client/Client.js +13 -11
- package/api/resources/dubbing/resources/index.d.ts +4 -3
- package/api/resources/dubbing/resources/index.js +5 -4
- package/api/resources/dubbing/resources/resource/client/Client.d.ts +14 -33
- package/api/resources/dubbing/resources/resource/client/Client.js +64 -54
- package/api/resources/dubbing/resources/resource/client/index.d.ts +0 -1
- package/api/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +1 -1
- package/api/resources/dubbing/resources/resource/client/requests/index.d.ts +4 -4
- package/api/resources/dubbing/resources/resource/index.d.ts +1 -0
- package/api/resources/dubbing/resources/resource/index.js +1 -0
- package/api/resources/dubbing/resources/resource/resources/index.d.ts +2 -2
- package/api/resources/dubbing/resources/resource/resources/index.js +2 -2
- package/api/resources/dubbing/resources/resource/resources/language/client/Client.d.ts +5 -24
- package/api/resources/dubbing/resources/resource/resources/language/client/Client.js +16 -14
- package/api/resources/dubbing/resources/resource/resources/language/client/index.d.ts +0 -1
- package/api/resources/dubbing/resources/resource/resources/language/client/requests/index.d.ts +1 -1
- package/api/resources/dubbing/resources/resource/resources/segment/client/Client.d.ts +9 -28
- package/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +30 -26
- package/api/resources/dubbing/resources/resource/resources/segment/client/index.d.ts +0 -1
- package/api/resources/dubbing/resources/resource/resources/segment/client/requests/index.d.ts +1 -1
- package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.d.ts +9 -28
- package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +30 -26
- package/api/resources/dubbing/resources/resource/resources/speaker/client/index.d.ts +0 -1
- package/api/resources/dubbing/resources/resource/resources/speaker/client/requests/index.d.ts +1 -1
- package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.d.ts +6 -25
- package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +16 -14
- package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/index.d.ts +0 -1
- package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/index.d.ts +1 -1
- package/api/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.d.ts +4 -0
- package/api/resources/dubbing/resources/resource/types/index.d.ts +1 -0
- package/api/resources/{v1TextToSpeechVoiceIdMultiStreamInput → dubbing/resources/resource/types}/index.js +1 -1
- package/api/resources/dubbing/resources/transcript/client/Client.d.ts +9 -26
- package/api/resources/dubbing/resources/transcript/client/Client.js +30 -22
- package/api/resources/dubbing/resources/transcript/client/index.d.ts +0 -1
- package/api/resources/dubbing/resources/transcript/client/requests/TranscriptGetTranscriptForDubRequest.d.ts +5 -3
- package/api/resources/dubbing/resources/transcript/client/requests/index.d.ts +1 -1
- package/api/resources/dubbing/resources/transcript/index.d.ts +1 -1
- package/api/resources/dubbing/resources/transcript/index.js +1 -1
- package/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.d.ts +2 -1
- package/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.js +2 -1
- package/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.d.ts +2 -0
- package/api/resources/dubbing/resources/transcript/types/index.d.ts +1 -0
- package/api/resources/dubbing/resources/transcript/types/index.js +1 -0
- package/api/resources/dubbing/types/index.d.ts +1 -1
- package/api/resources/dubbing/types/index.js +1 -1
- package/api/resources/forcedAlignment/client/Client.d.ts +3 -22
- package/api/resources/forcedAlignment/client/Client.js +11 -9
- package/api/resources/forcedAlignment/client/index.d.ts +0 -1
- package/api/resources/forcedAlignment/client/requests/BodyCreateForcedAlignmentV1ForcedAlignmentPost.d.ts +2 -2
- package/api/resources/forcedAlignment/client/requests/index.d.ts +1 -1
- package/api/resources/history/client/Client.d.ts +8 -27
- package/api/resources/history/client/Client.js +63 -53
- package/api/resources/history/client/index.d.ts +0 -1
- package/api/resources/history/client/requests/DownloadHistoryRequest.d.ts +1 -2
- package/api/resources/history/client/requests/HistoryListRequest.d.ts +1 -1
- package/api/resources/history/client/requests/index.d.ts +2 -2
- package/api/resources/history/index.d.ts +1 -1
- package/api/resources/history/index.js +1 -1
- package/api/resources/index.d.ts +43 -47
- package/api/resources/index.js +44 -48
- package/api/resources/models/client/Client.d.ts +3 -22
- package/api/resources/models/client/Client.js +11 -9
- package/api/resources/music/client/Client.d.ts +3 -22
- package/api/resources/music/client/Client.js +41 -31
- package/api/resources/music/client/index.d.ts +0 -1
- package/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -10
- package/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +2 -9
- package/api/resources/music/client/requests/BodyStemSeparationV1MusicStemSeparationPost.d.ts +3 -3
- package/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +2 -9
- package/api/resources/music/client/requests/index.d.ts +4 -4
- package/api/resources/music/index.d.ts +1 -1
- package/api/resources/music/index.js +1 -1
- package/api/resources/music/resources/compositionPlan/client/Client.d.ts +3 -22
- package/api/resources/music/resources/compositionPlan/client/Client.js +11 -9
- package/api/resources/music/resources/compositionPlan/client/index.d.ts +0 -1
- package/api/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.d.ts +1 -1
- package/api/resources/music/resources/compositionPlan/client/requests/index.d.ts +1 -1
- package/api/resources/music/types/index.d.ts +2 -2
- package/api/resources/music/types/index.js +2 -2
- package/api/resources/pronunciationDictionaries/client/Client.d.ts +8 -27
- package/api/resources/pronunciationDictionaries/client/Client.js +67 -55
- package/api/resources/pronunciationDictionaries/client/index.d.ts +0 -1
- package/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromFilePost.d.ts +3 -3
- package/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost.d.ts +1 -1
- package/api/resources/pronunciationDictionaries/client/requests/PronunciationDictionariesListRequest.d.ts +1 -1
- package/api/resources/pronunciationDictionaries/client/requests/index.d.ts +4 -4
- package/api/resources/pronunciationDictionaries/index.d.ts +2 -2
- package/api/resources/pronunciationDictionaries/index.js +2 -2
- package/api/resources/pronunciationDictionaries/resources/index.d.ts +1 -1
- package/api/resources/pronunciationDictionaries/resources/index.js +1 -1
- package/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +7 -26
- package/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +27 -23
- package/api/resources/pronunciationDictionaries/resources/rules/client/index.d.ts +0 -1
- package/api/resources/pronunciationDictionaries/resources/rules/client/requests/PronunciationDictionary.d.ts +1 -1
- package/api/resources/pronunciationDictionaries/resources/rules/client/requests/index.d.ts +2 -2
- package/api/resources/pronunciationDictionaries/resources/rules/index.d.ts +1 -1
- package/api/resources/pronunciationDictionaries/resources/rules/index.js +1 -1
- package/api/resources/pronunciationDictionaries/resources/rules/types/PronunciationDictionaryRule.d.ts +1 -1
- package/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostRulesItem.d.ts +1 -1
- package/api/resources/pronunciationDictionaries/types/index.d.ts +1 -1
- package/api/resources/pronunciationDictionaries/types/index.js +1 -1
- package/api/resources/samples/client/Client.d.ts +6 -25
- package/api/resources/samples/client/Client.js +16 -14
- package/api/resources/serviceAccounts/client/Client.d.ts +3 -22
- package/api/resources/serviceAccounts/client/Client.js +11 -9
- package/api/resources/serviceAccounts/index.d.ts +1 -1
- package/api/resources/serviceAccounts/index.js +1 -1
- package/api/resources/serviceAccounts/resources/apiKeys/client/Client.d.ts +13 -32
- package/api/resources/serviceAccounts/resources/apiKeys/client/Client.js +53 -45
- package/api/resources/serviceAccounts/resources/apiKeys/client/index.d.ts +0 -1
- package/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +1 -1
- package/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +1 -1
- package/api/resources/serviceAccounts/resources/apiKeys/client/requests/index.d.ts +2 -2
- package/api/resources/serviceAccounts/resources/apiKeys/index.d.ts +1 -1
- package/api/resources/serviceAccounts/resources/apiKeys/index.js +1 -1
- package/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +1 -1
- package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +1 -1
- package/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +2 -2
- package/api/resources/serviceAccounts/resources/apiKeys/types/index.js +2 -2
- package/api/resources/serviceAccounts/resources/index.d.ts +1 -1
- package/api/resources/serviceAccounts/resources/index.js +1 -1
- package/api/resources/speechToSpeech/client/Client.d.ts +5 -24
- package/api/resources/speechToSpeech/client/Client.js +31 -27
- package/api/resources/speechToSpeech/client/index.d.ts +0 -1
- package/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechStreamingV1SpeechToSpeechVoiceIdStreamPost.d.ts +3 -3
- package/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost.d.ts +3 -3
- package/api/resources/speechToSpeech/client/requests/index.d.ts +2 -2
- package/api/resources/speechToSpeech/index.d.ts +1 -1
- package/api/resources/speechToSpeech/index.js +1 -1
- package/api/resources/speechToSpeech/types/index.d.ts +2 -2
- package/api/resources/speechToSpeech/types/index.js +2 -2
- package/api/resources/speechToText/client/Client.d.ts +3 -22
- package/api/resources/speechToText/client/Client.js +13 -11
- package/api/resources/speechToText/client/index.d.ts +0 -1
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +3 -3
- package/api/resources/speechToText/client/requests/index.d.ts +1 -1
- package/api/resources/speechToText/index.d.ts +2 -2
- package/api/resources/speechToText/index.js +2 -2
- package/api/resources/speechToText/resources/transcripts/client/Client.d.ts +7 -26
- package/api/resources/speechToText/resources/transcripts/client/Client.js +27 -23
- package/api/resources/speechToText/resources/transcripts/index.d.ts +1 -1
- package/api/resources/speechToText/resources/transcripts/index.js +1 -1
- package/api/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.d.ts +1 -1
- package/api/resources/speechToText/types/SpeechToTextConvertResponse.d.ts +1 -1
- package/api/resources/speechToText/types/index.d.ts +1 -1
- package/api/resources/speechToText/types/index.js +1 -1
- package/api/resources/studio/client/Client.d.ts +3 -22
- package/api/resources/studio/client/Client.js +11 -9
- package/api/resources/studio/client/index.d.ts +0 -1
- package/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +1 -1
- package/api/resources/studio/client/requests/index.d.ts +1 -1
- package/api/resources/studio/index.d.ts +2 -2
- package/api/resources/studio/index.js +2 -2
- package/api/resources/studio/resources/index.d.ts +1 -1
- package/api/resources/studio/resources/index.js +1 -1
- package/api/resources/studio/resources/projects/client/Client.d.ts +13 -32
- package/api/resources/studio/resources/projects/client/Client.js +75 -63
- package/api/resources/studio/resources/projects/client/index.d.ts +0 -1
- package/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +3 -3
- package/api/resources/studio/resources/projects/client/requests/index.d.ts +3 -3
- package/api/resources/studio/resources/projects/index.d.ts +1 -1
- package/api/resources/studio/resources/projects/index.js +1 -1
- package/api/resources/studio/resources/projects/resources/chapters/client/Client.d.ts +19 -38
- package/api/resources/studio/resources/projects/resources/chapters/client/Client.js +80 -68
- package/api/resources/studio/resources/projects/resources/chapters/client/index.d.ts +0 -1
- package/api/resources/studio/resources/projects/resources/chapters/client/requests/BodyUpdateChapterV1StudioProjectsProjectIdChaptersChapterIdPost.d.ts +1 -1
- package/api/resources/studio/resources/projects/resources/chapters/client/requests/index.d.ts +2 -2
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.d.ts +11 -30
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +42 -36
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/index.d.ts +0 -1
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +1 -3
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/index.d.ts +1 -1
- package/api/resources/studio/resources/projects/resources/content/client/Client.d.ts +5 -24
- package/api/resources/studio/resources/projects/resources/content/client/Client.js +15 -13
- package/api/resources/studio/resources/projects/resources/content/client/index.d.ts +0 -1
- package/api/resources/studio/resources/projects/resources/content/client/requests/BodyUpdateStudioProjectContentV1StudioProjectsProjectIdContentPost.d.ts +2 -2
- package/api/resources/studio/resources/projects/resources/content/client/requests/index.d.ts +1 -1
- package/api/resources/studio/resources/projects/resources/index.d.ts +5 -5
- package/api/resources/studio/resources/projects/resources/index.js +6 -6
- package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.d.ts +5 -24
- package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +15 -13
- package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/index.d.ts +0 -1
- package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/BodyCreatePronunciationDictionariesV1StudioProjectsProjectIdPronunciationDictionariesPost.d.ts +1 -1
- package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/index.d.ts +1 -1
- package/api/resources/studio/resources/projects/resources/snapshots/client/Client.d.ts +10 -29
- package/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +51 -43
- package/api/resources/studio/resources/projects/resources/snapshots/client/index.d.ts +0 -1
- package/api/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +1 -3
- package/api/resources/studio/resources/projects/resources/snapshots/client/requests/index.d.ts +1 -1
- package/api/resources/studio/resources/projects/types/index.d.ts +2 -2
- package/api/resources/studio/resources/projects/types/index.js +2 -2
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.d.ts +1 -1
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSource.d.ts +1 -1
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceItem.d.ts +1 -1
- package/api/resources/studio/types/index.d.ts +4 -4
- package/api/resources/studio/types/index.js +4 -4
- package/api/resources/textToDialogue/client/Client.d.ts +3 -22
- package/api/resources/textToDialogue/client/Client.js +41 -37
- package/api/resources/textToDialogue/client/index.d.ts +0 -1
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +1 -1
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -1
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +1 -1
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
- package/api/resources/textToDialogue/client/requests/index.d.ts +4 -4
- package/api/resources/textToDialogue/index.d.ts +1 -1
- package/api/resources/textToDialogue/index.js +1 -1
- package/api/resources/textToDialogue/types/index.d.ts +5 -5
- package/api/resources/textToDialogue/types/index.js +5 -5
- package/api/resources/textToSoundEffects/client/Client.d.ts +3 -22
- package/api/resources/textToSoundEffects/client/Client.js +12 -10
- package/api/resources/textToSoundEffects/client/index.d.ts +0 -1
- package/api/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +1 -1
- package/api/resources/textToSoundEffects/client/requests/index.d.ts +1 -1
- package/api/resources/textToSoundEffects/index.d.ts +1 -1
- package/api/resources/textToSoundEffects/index.js +1 -1
- package/api/resources/textToSpeech/client/Client.d.ts +8 -27
- package/api/resources/textToSpeech/client/Client.js +64 -55
- package/api/resources/textToSpeech/client/index.d.ts +0 -1
- package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/index.d.ts +4 -4
- package/api/resources/textToSpeech/index.d.ts +1 -1
- package/api/resources/textToSpeech/index.js +1 -1
- package/api/resources/textToSpeech/types/index.d.ts +4 -4
- package/api/resources/textToSpeech/types/index.js +4 -4
- package/api/resources/textToVoice/client/Client.d.ts +5 -24
- package/api/resources/textToVoice/client/Client.js +42 -34
- package/api/resources/textToVoice/client/index.d.ts +0 -1
- package/api/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +1 -1
- package/api/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +1 -1
- package/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +1 -1
- package/api/resources/textToVoice/client/requests/index.d.ts +4 -4
- package/api/resources/textToVoice/index.d.ts +1 -1
- package/api/resources/textToVoice/index.js +1 -1
- package/api/resources/textToVoice/resources/preview/client/Client.d.ts +4 -23
- package/api/resources/textToVoice/resources/preview/client/Client.js +13 -11
- package/api/resources/textToVoice/types/index.d.ts +1 -1
- package/api/resources/textToVoice/types/index.js +1 -1
- package/api/resources/tokens/client/Client.d.ts +2 -10
- package/api/resources/tokens/resources/singleUse/client/Client.d.ts +5 -24
- package/api/resources/tokens/resources/singleUse/client/Client.js +15 -13
- package/api/resources/usage/client/Client.d.ts +3 -22
- package/api/resources/usage/client/Client.js +20 -16
- package/api/resources/usage/client/index.d.ts +0 -1
- package/api/resources/usage/client/requests/UsageGetRequest.d.ts +1 -1
- package/api/resources/usage/client/requests/index.d.ts +1 -1
- package/api/resources/user/client/Client.d.ts +3 -22
- package/api/resources/user/client/Client.js +11 -9
- package/api/resources/user/resources/subscription/client/Client.d.ts +3 -22
- package/api/resources/user/resources/subscription/client/Client.js +11 -9
- package/api/resources/voices/client/Client.d.ts +13 -32
- package/api/resources/voices/client/Client.js +127 -111
- package/api/resources/voices/client/index.d.ts +0 -1
- package/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.d.ts +2 -2
- package/api/resources/voices/client/requests/BodyGetSimilarLibraryVoicesV1SimilarVoicesPost.d.ts +2 -2
- package/api/resources/voices/client/requests/VoicesGetSharedRequest.d.ts +1 -1
- package/api/resources/voices/client/requests/index.d.ts +7 -7
- package/api/resources/voices/index.d.ts +1 -1
- package/api/resources/voices/index.js +1 -1
- package/api/resources/voices/resources/index.d.ts +3 -3
- package/api/resources/voices/resources/index.js +4 -4
- package/api/resources/voices/resources/ivc/client/Client.d.ts +3 -22
- package/api/resources/voices/resources/ivc/client/Client.js +11 -9
- package/api/resources/voices/resources/ivc/client/index.d.ts +0 -1
- package/api/resources/voices/resources/ivc/client/requests/BodyAddVoiceV1VoicesAddPost.d.ts +2 -2
- package/api/resources/voices/resources/ivc/client/requests/index.d.ts +1 -1
- package/api/resources/voices/resources/pvc/client/Client.d.ts +7 -26
- package/api/resources/voices/resources/pvc/client/Client.js +37 -31
- package/api/resources/voices/resources/pvc/client/index.d.ts +0 -1
- package/api/resources/voices/resources/pvc/client/requests/index.d.ts +3 -3
- package/api/resources/voices/resources/pvc/resources/index.d.ts +1 -1
- package/api/resources/voices/resources/pvc/resources/index.js +1 -1
- package/api/resources/voices/resources/pvc/resources/samples/client/Client.d.ts +12 -31
- package/api/resources/voices/resources/pvc/resources/samples/client/Client.js +46 -40
- package/api/resources/voices/resources/pvc/resources/samples/client/index.d.ts +0 -1
- package/api/resources/voices/resources/pvc/resources/samples/client/requests/BodyAddSamplesToPvcVoiceV1VoicesPvcVoiceIdSamplesPost.d.ts +2 -2
- package/api/resources/voices/resources/pvc/resources/samples/client/requests/index.d.ts +2 -2
- package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.d.ts +6 -25
- package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +18 -16
- package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/index.d.ts +0 -1
- package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/requests/index.d.ts +1 -1
- package/api/resources/voices/resources/pvc/resources/samples/resources/index.d.ts +2 -2
- package/api/resources/voices/resources/pvc/resources/samples/resources/index.js +3 -3
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.d.ts +9 -28
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +29 -25
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.d.ts +7 -26
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +17 -15
- package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.d.ts +6 -25
- package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +16 -14
- package/api/resources/voices/resources/pvc/resources/verification/client/Client.d.ts +5 -24
- package/api/resources/voices/resources/pvc/resources/verification/client/Client.js +15 -13
- package/api/resources/voices/resources/pvc/resources/verification/client/index.d.ts +0 -1
- package/api/resources/voices/resources/pvc/resources/verification/client/requests/BodyRequestManualVerificationV1VoicesPvcVoiceIdVerificationPost.d.ts +2 -2
- package/api/resources/voices/resources/pvc/resources/verification/client/requests/index.d.ts +1 -1
- package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.d.ts +7 -26
- package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +26 -22
- package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/index.d.ts +0 -1
- package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/requests/BodyVerifyPvcVoiceCaptchaV1VoicesPvcVoiceIdCaptchaPost.d.ts +2 -2
- package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/requests/index.d.ts +1 -1
- package/api/resources/voices/resources/samples/client/Client.d.ts +2 -10
- package/api/resources/voices/resources/samples/resources/audio/client/Client.d.ts +4 -23
- package/api/resources/voices/resources/samples/resources/audio/client/Client.js +13 -11
- package/api/resources/voices/resources/settings/client/Client.d.ts +7 -26
- package/api/resources/voices/resources/settings/client/Client.js +35 -29
- package/api/resources/webhooks/client/Client.d.ts +3 -22
- package/api/resources/webhooks/client/Client.js +12 -10
- package/api/resources/webhooks/client/index.d.ts +0 -1
- package/api/resources/webhooks/client/requests/index.d.ts +1 -1
- package/api/resources/workspace/client/Client.d.ts +2 -10
- package/api/resources/workspace/index.d.ts +1 -1
- package/api/resources/workspace/index.js +1 -1
- package/api/resources/workspace/resources/groups/client/Client.d.ts +3 -22
- package/api/resources/workspace/resources/groups/client/Client.js +12 -10
- package/api/resources/workspace/resources/groups/client/index.d.ts +0 -1
- package/api/resources/workspace/resources/groups/client/requests/index.d.ts +1 -1
- package/api/resources/workspace/resources/groups/resources/members/client/Client.d.ts +7 -26
- package/api/resources/workspace/resources/groups/resources/members/client/Client.js +27 -23
- package/api/resources/workspace/resources/groups/resources/members/client/index.d.ts +0 -1
- package/api/resources/workspace/resources/groups/resources/members/client/requests/index.d.ts +2 -2
- package/api/resources/workspace/resources/index.d.ts +5 -5
- package/api/resources/workspace/resources/index.js +6 -6
- package/api/resources/workspace/resources/invites/client/Client.d.ts +3 -22
- package/api/resources/workspace/resources/invites/client/Client.js +27 -21
- package/api/resources/workspace/resources/invites/client/index.d.ts +0 -1
- package/api/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +1 -1
- package/api/resources/workspace/resources/invites/client/requests/index.d.ts +3 -3
- package/api/resources/workspace/resources/invites/index.d.ts +1 -1
- package/api/resources/workspace/resources/invites/index.js +1 -1
- package/api/resources/workspace/resources/members/client/Client.d.ts +3 -22
- package/api/resources/workspace/resources/members/client/Client.js +11 -9
- package/api/resources/workspace/resources/members/client/index.d.ts +0 -1
- package/api/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +1 -1
- package/api/resources/workspace/resources/members/client/requests/index.d.ts +1 -1
- package/api/resources/workspace/resources/members/index.d.ts +1 -1
- package/api/resources/workspace/resources/members/index.js +1 -1
- package/api/resources/workspace/resources/resources/client/Client.d.ts +9 -28
- package/api/resources/workspace/resources/resources/client/Client.js +40 -34
- package/api/resources/workspace/resources/resources/client/index.d.ts +0 -1
- package/api/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.d.ts +1 -1
- package/api/resources/workspace/resources/resources/client/requests/BodyUnshareWorkspaceResourceV1WorkspaceResourcesResourceIdUnsharePost.d.ts +1 -1
- package/api/resources/workspace/resources/resources/client/requests/ResourcesGetRequest.d.ts +1 -1
- package/api/resources/workspace/resources/resources/client/requests/index.d.ts +3 -3
- package/api/resources/workspace/resources/resources/index.d.ts +1 -1
- package/api/resources/workspace/resources/resources/index.js +1 -1
- package/api/types/AddChapterResponseModel.d.ts +1 -1
- package/api/types/AddProjectResponseModel.d.ts +1 -1
- package/api/types/AddPronunciationDictionaryResponseModel.d.ts +1 -1
- package/api/types/AdditionalFormats.d.ts +1 -1
- package/api/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +1 -1
- package/api/types/AgentConfig.d.ts +1 -1
- package/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -1
- package/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
- package/api/types/AgentConfigOverrideConfig.d.ts +1 -1
- package/api/types/AgentConfigOverrideInput.d.ts +1 -1
- package/api/types/AgentConfigOverrideOutput.d.ts +1 -1
- package/api/types/AgentPlatformSettingsRequestModel.d.ts +1 -1
- package/api/types/AgentPlatformSettingsResponseModel.d.ts +1 -1
- package/api/types/AgentSimulatedChatTestResponseModel.d.ts +1 -1
- package/api/types/AgentSummaryResponseModel.d.ts +1 -1
- package/api/types/AgentTestingSettings.d.ts +1 -1
- package/api/types/AgentWorkflowRequestModel.d.ts +1 -1
- package/api/types/AgentWorkflowRequestModelNodesValue.d.ts +1 -1
- package/api/types/AgentWorkflowResponseModel.d.ts +1 -1
- package/api/types/AgentWorkflowResponseModelNodesValue.d.ts +1 -1
- package/api/types/AgentWorkspaceOverridesInput.d.ts +1 -1
- package/api/types/AgentWorkspaceOverridesOutput.d.ts +1 -1
- package/api/types/ApiIntegrationWebhookOverridesInput.d.ts +1 -1
- package/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +1 -1
- package/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +1 -1
- package/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +1 -1
- package/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +1 -1
- package/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +1 -1
- package/api/types/ArrayJsonSchemaPropertyInput.d.ts +1 -1
- package/api/types/ArrayJsonSchemaPropertyInputItems.d.ts +1 -1
- package/api/types/ArrayJsonSchemaPropertyOutput.d.ts +1 -1
- package/api/types/ArrayJsonSchemaPropertyOutputItems.d.ts +1 -1
- package/api/types/AsrConversationalConfig.d.ts +1 -1
- package/api/types/AsrConversationalConfigWorkflowOverride.d.ts +1 -1
- package/api/types/AstAndOperatorNodeInput.d.ts +1 -1
- package/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +1 -1
- package/api/types/AstAndOperatorNodeOutput.d.ts +1 -1
- package/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +1 -1
- package/api/types/AstEqualsOperatorNodeInput.d.ts +1 -1
- package/api/types/AstEqualsOperatorNodeInputLeft.d.ts +1 -1
- package/api/types/AstEqualsOperatorNodeInputRight.d.ts +1 -1
- package/api/types/AstEqualsOperatorNodeOutput.d.ts +1 -1
- package/api/types/AstEqualsOperatorNodeOutputLeft.d.ts +1 -1
- package/api/types/AstEqualsOperatorNodeOutputRight.d.ts +1 -1
- package/api/types/AstGreaterThanOperatorNodeInput.d.ts +1 -1
- package/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +1 -1
- package/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +1 -1
- package/api/types/AstGreaterThanOperatorNodeOutput.d.ts +1 -1
- package/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +1 -1
- package/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +1 -1
- package/api/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +1 -1
- package/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +1 -1
- package/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +1 -1
- package/api/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +1 -1
- package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +1 -1
- package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +1 -1
- package/api/types/AstLessThanOperatorNodeInput.d.ts +1 -1
- package/api/types/AstLessThanOperatorNodeInputLeft.d.ts +1 -1
- package/api/types/AstLessThanOperatorNodeInputRight.d.ts +1 -1
- package/api/types/AstLessThanOperatorNodeOutput.d.ts +1 -1
- package/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +1 -1
- package/api/types/AstLessThanOperatorNodeOutputRight.d.ts +1 -1
- package/api/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +1 -1
- package/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +1 -1
- package/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +1 -1
- package/api/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +1 -1
- package/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +1 -1
- package/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +1 -1
- package/api/types/AstNotEqualsOperatorNodeInput.d.ts +1 -1
- package/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +1 -1
- package/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +1 -1
- package/api/types/AstNotEqualsOperatorNodeOutput.d.ts +1 -1
- package/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +1 -1
- package/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +1 -1
- package/api/types/AstOrOperatorNodeInput.d.ts +1 -1
- package/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +1 -1
- package/api/types/AstOrOperatorNodeOutput.d.ts +1 -1
- package/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +1 -1
- package/api/types/AsyncConversationMetadata.d.ts +1 -1
- package/api/types/AudioNativeProjectSettingsResponseModel.d.ts +1 -1
- package/api/types/AudioWithTimestampsAndVoiceSegmentsResponseModel.d.ts +1 -1
- package/api/types/AudioWithTimestampsResponse.d.ts +1 -1
- package/api/types/AuthSettings.d.ts +1 -1
- package/api/types/BackupLlmDefault.d.ts +1 -2
- package/api/types/BackupLlmDisabled.d.ts +1 -2
- package/api/types/BackupLlmOverride.d.ts +1 -1
- package/api/types/BatchCallDetailedResponse.d.ts +1 -2
- package/api/types/BatchCallResponse.d.ts +1 -2
- package/api/types/BatchCallWhatsAppParams.d.ts +5 -0
- package/api/types/BuiltInToolsInput.d.ts +1 -1
- package/api/types/BuiltInToolsOutput.d.ts +1 -1
- package/api/types/BuiltInToolsWorkflowOverrideInput.d.ts +1 -1
- package/api/types/BuiltInToolsWorkflowOverrideOutput.d.ts +1 -1
- package/api/types/CanvasPlacement.d.ts +13 -0
- package/api/types/CaptionStyleCharacterAnimationModel.d.ts +1 -1
- package/api/types/CaptionStyleHorizontalPlacementModel.d.ts +1 -1
- package/api/types/CaptionStyleModel.d.ts +1 -1
- package/api/types/CaptionStyleSectionAnimationModel.d.ts +1 -1
- package/api/types/CaptionStyleVerticalPlacementModel.d.ts +1 -1
- package/api/types/CaptionStyleWordAnimationModel.d.ts +1 -1
- package/api/types/ChapterContentBlockExtendableNodeResponseModel.d.ts +1 -2
- package/api/types/ChapterContentBlockInputModel.d.ts +1 -1
- package/api/types/ChapterContentBlockResponseModel.d.ts +1 -1
- package/api/types/ChapterContentBlockResponseModelNodesItem.d.ts +1 -1
- package/api/types/ChapterContentInputModel.d.ts +1 -1
- package/api/types/ChapterContentResponseModel.d.ts +1 -1
- package/api/types/ChapterResponse.d.ts +3 -1
- package/api/types/ChapterSnapshotExtendedResponseModel.d.ts +1 -1
- package/api/types/ChapterSnapshotsResponse.d.ts +1 -1
- package/api/types/ChapterWithContentResponseModel.d.ts +3 -1
- package/api/types/ClientEvent.d.ts +1 -0
- package/api/types/ClientEvent.js +1 -0
- package/api/types/ClientToolConfigInput.d.ts +1 -1
- package/api/types/ClientToolConfigOutput.d.ts +1 -1
- package/api/types/ConvAiStoredSecretDependencies.d.ts +1 -1
- package/api/types/ConvAiStoredSecretDependenciesAgentsItem.d.ts +1 -1
- package/api/types/ConvAiStoredSecretDependenciesToolsItem.d.ts +1 -1
- package/api/types/ConvAiWebhooks.d.ts +1 -1
- package/api/types/ConvAiWorkspaceStoredSecretConfig.d.ts +1 -1
- package/api/types/ConversationChargingCommonModel.d.ts +1 -1
- package/api/types/ConversationConfig.d.ts +1 -1
- package/api/types/ConversationConfigClientOverrideConfigInput.d.ts +1 -1
- package/api/types/ConversationConfigClientOverrideConfigOutput.d.ts +1 -1
- package/api/types/ConversationConfigClientOverrideInput.d.ts +1 -1
- package/api/types/ConversationConfigClientOverrideOutput.d.ts +1 -1
- package/api/types/ConversationConfigWorkflowOverride.d.ts +1 -1
- package/api/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -1
- package/api/types/ConversationHistoryEvaluationCriteriaResultCommonModel.d.ts +1 -1
- package/api/types/ConversationHistoryFeedbackCommonModel.d.ts +1 -1
- package/api/types/ConversationHistoryMetadataCommonModel.d.ts +1 -1
- package/api/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +1 -1
- package/api/types/ConversationHistoryMetadataCommonModelPhoneCall.d.ts +1 -1
- package/api/types/ConversationHistoryMultivoiceMessageModel.d.ts +1 -1
- package/api/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptToolCallCommonModel.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptToolCallCommonModelToolDetails.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -1
- package/api/types/ConversationHistoryTwilioPhoneCallModel.d.ts +1 -1
- package/api/types/ConversationInitiationClientDataConfigInput.d.ts +1 -1
- package/api/types/ConversationInitiationClientDataConfigOutput.d.ts +1 -1
- package/api/types/ConversationInitiationClientDataInternal.d.ts +1 -1
- package/api/types/ConversationInitiationClientDataRequestInput.d.ts +1 -1
- package/api/types/ConversationInitiationClientDataRequestOutput.d.ts +1 -1
- package/api/types/ConversationInitiationClientDataWebhook.d.ts +1 -1
- package/api/types/ConversationInitiationClientDataWebhookRequestHeadersValue.d.ts +1 -1
- package/api/types/ConversationInitiationSourceInfo.d.ts +1 -1
- package/api/types/ConversationSimulationSpecification.d.ts +1 -1
- package/api/types/ConversationSummaryResponseModel.d.ts +1 -1
- package/api/types/ConversationTokenDbModel.d.ts +1 -1
- package/api/types/ConversationTurnMetrics.d.ts +1 -1
- package/api/types/ConversationalConfig.d.ts +1 -1
- package/api/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +1 -1
- package/api/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
- package/api/types/CreateSipTrunkPhoneNumberRequest.d.ts +1 -1
- package/api/types/CreateTwilioPhoneNumberRequest.d.ts +1 -1
- package/api/types/CustomLlm.d.ts +1 -1
- package/api/types/CustomLlmRequestHeadersValue.d.ts +1 -1
- package/api/types/DataCollectionResultCommonModel.d.ts +1 -1
- package/api/types/DefaultConversationInitiationTrigger.d.ts +1 -2
- package/api/types/DependentAvailableAgentIdentifier.d.ts +1 -1
- package/api/types/DependentAvailableToolIdentifier.d.ts +1 -1
- package/api/types/DependentPhoneNumberIdentifier.d.ts +1 -1
- package/api/types/DependentUnknownAgentIdentifier.d.ts +1 -2
- package/api/types/DependentUnknownToolIdentifier.d.ts +1 -2
- package/api/types/DetailedMusicResponse.d.ts +1 -1
- package/api/types/DubbedSegment.d.ts +1 -1
- package/api/types/DubbingMetadataPageResponseModel.d.ts +1 -1
- package/api/types/DubbingMetadataResponse.d.ts +1 -1
- package/api/types/DubbingModel.d.ts +5 -0
- package/api/types/DubbingModel.js +8 -0
- package/api/types/DubbingResource.d.ts +1 -1
- package/api/types/DubbingTranscriptCharacter.d.ts +5 -0
- package/api/types/DubbingTranscriptResponseModel.d.ts +5 -0
- package/api/types/DubbingTranscriptUtterance.d.ts +7 -0
- package/api/types/DubbingTranscriptWord.d.ts +8 -0
- package/api/types/DynamicVariablesConfig.d.ts +1 -1
- package/api/types/DynamicVariablesConfigWorkflowOverride.d.ts +1 -1
- package/api/types/EditChapterResponseModel.d.ts +1 -1
- package/api/types/EditProjectResponseModel.d.ts +1 -1
- package/api/types/EndCallToolConfig.d.ts +1 -2
- package/api/types/EvaluationSettings.d.ts +1 -1
- package/api/types/ExportOptions.d.ts +1 -1
- package/api/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +1 -1
- package/api/types/FeaturesUsageCommonModel.d.ts +1 -1
- package/api/types/FineTuningResponse.d.ts +1 -1
- package/api/types/ForcedAlignmentResponseModel.d.ts +1 -1
- package/api/types/GenerateVoiceRequest.d.ts +1 -1
- package/api/types/GetAgentEmbedResponseModel.d.ts +1 -1
- package/api/types/GetAgentLinkResponseModel.d.ts +1 -1
- package/api/types/GetAgentResponseModel.d.ts +1 -5
- package/api/types/GetAgentResponseModelPhoneNumbersItem.d.ts +1 -1
- package/api/types/GetAgentsPageResponseModel.d.ts +1 -1
- package/api/types/GetAudioNativeProjectSettingsResponseModel.d.ts +1 -1
- package/api/types/GetChaptersResponse.d.ts +1 -1
- package/api/types/GetConvAiDashboardSettingsResponseModel.d.ts +1 -1
- package/api/types/GetConvAiDashboardSettingsResponseModelChartsItem.d.ts +1 -1
- package/api/types/GetConvAiSettingsResponseModel.d.ts +1 -1
- package/api/types/GetConversationResponseModel.d.ts +1 -1
- package/api/types/GetConversationsPageResponseModel.d.ts +1 -1
- package/api/types/GetKnowledgeBaseDependentAgentsResponseModel.d.ts +1 -1
- package/api/types/GetKnowledgeBaseDependentAgentsResponseModelAgentsItem.d.ts +1 -1
- package/api/types/GetKnowledgeBaseFileResponseModel.d.ts +1 -1
- package/api/types/GetKnowledgeBaseListResponseModel.d.ts +1 -1
- package/api/types/GetKnowledgeBaseListResponseModelDocumentsItem.d.ts +1 -1
- package/api/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +1 -1
- package/api/types/GetKnowledgeBaseSummaryFileResponseModelDependentAgentsItem.d.ts +1 -1
- package/api/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +1 -1
- package/api/types/GetKnowledgeBaseSummaryTextResponseModelDependentAgentsItem.d.ts +1 -1
- package/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +1 -1
- package/api/types/GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem.d.ts +1 -1
- package/api/types/GetKnowledgeBaseTextResponseModel.d.ts +1 -1
- package/api/types/GetKnowledgeBaseUrlResponseModel.d.ts +1 -1
- package/api/types/GetLibraryVoicesResponse.d.ts +1 -1
- package/api/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +1 -1
- package/api/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +1 -1
- package/api/types/GetPhoneNumberSipTrunkResponseModel.d.ts +1 -1
- package/api/types/GetPhoneNumberTwilioResponseModel.d.ts +1 -1
- package/api/types/GetProjectsResponse.d.ts +1 -1
- package/api/types/GetPronunciationDictionariesMetadataResponseModel.d.ts +1 -1
- package/api/types/GetPronunciationDictionaryMetadataResponse.d.ts +1 -1
- package/api/types/GetSpeechHistoryResponse.d.ts +1 -1
- package/api/types/GetTestInvocationsPageResponseModel.d.ts +1 -1
- package/api/types/GetTestSuiteInvocationResponseModel.d.ts +1 -1
- package/api/types/GetTestsPageResponseModel.d.ts +1 -1
- package/api/types/GetTestsSummariesByIdsResponseModel.d.ts +1 -1
- package/api/types/GetToolDependentAgentsResponseModel.d.ts +1 -1
- package/api/types/GetToolDependentAgentsResponseModelAgentsItem.d.ts +1 -1
- package/api/types/GetUnitTestResponseModel.d.ts +1 -1
- package/api/types/GetVoicesResponse.d.ts +1 -1
- package/api/types/GetVoicesV2Response.d.ts +1 -1
- package/api/types/GetWorkspaceSecretsResponseModel.d.ts +1 -1
- package/api/types/GuardrailsV1Input.d.ts +1 -1
- package/api/types/GuardrailsV1Output.d.ts +1 -1
- package/api/types/HistoryAlignmentsResponseModel.d.ts +1 -1
- package/api/types/HttpValidationError.d.ts +1 -1
- package/api/types/InboundSipTrunkConfigRequestModel.d.ts +1 -1
- package/api/types/InvoiceResponse.d.ts +1 -1
- package/api/types/KnowledgeBaseLocator.d.ts +1 -1
- package/api/types/LanguageDetectionToolConfig.d.ts +1 -2
- package/api/types/LanguagePresetInput.d.ts +1 -1
- package/api/types/LanguagePresetOutput.d.ts +1 -1
- package/api/types/LibraryVoiceResponse.d.ts +1 -1
- package/api/types/ListMcpToolsResponseModel.d.ts +1 -1
- package/api/types/LiteralJsonSchemaProperty.d.ts +1 -1
- package/api/types/LiteralOverride.d.ts +1 -1
- package/api/types/Llm.d.ts +3 -0
- package/api/types/Llm.js +3 -0
- package/api/types/LlmCategoryUsage.d.ts +1 -1
- package/api/types/LlmInputOutputTokensUsage.d.ts +1 -1
- package/api/types/LlmReasoningEffort.d.ts +1 -0
- package/api/types/LlmReasoningEffort.js +1 -0
- package/api/types/LlmUsageCalculatorLlmResponseModel.d.ts +1 -1
- package/api/types/LlmUsageCalculatorResponseModel.d.ts +1 -1
- package/api/types/LlmUsageInput.d.ts +1 -1
- package/api/types/LlmUsageOutput.d.ts +1 -1
- package/api/types/ManualVerificationResponse.d.ts +1 -1
- package/api/types/MatchAnythingParameterEvaluationStrategy.d.ts +1 -2
- package/api/types/McpServerConfigInput.d.ts +1 -1
- package/api/types/McpServerConfigInputRequestHeadersValue.d.ts +1 -1
- package/api/types/McpServerConfigInputSecretToken.d.ts +1 -1
- package/api/types/McpServerConfigInputUrl.d.ts +1 -1
- package/api/types/McpServerConfigOutput.d.ts +1 -1
- package/api/types/McpServerConfigOutputRequestHeadersValue.d.ts +1 -1
- package/api/types/McpServerConfigOutputSecretToken.d.ts +1 -1
- package/api/types/McpServerConfigOutputUrl.d.ts +1 -1
- package/api/types/McpServerResponseModel.d.ts +1 -1
- package/api/types/McpServerResponseModelDependentAgentsItem.d.ts +1 -1
- package/api/types/McpServersResponseModel.d.ts +1 -1
- package/api/types/McpToolApprovalHash.d.ts +1 -1
- package/api/types/McpToolConfigOverride.d.ts +1 -1
- package/api/types/Model.d.ts +1 -1
- package/api/types/ModerationConfig.d.ts +1 -1
- package/api/types/ModerationGuardrailInput.d.ts +1 -1
- package/api/types/ModerationGuardrailOutput.d.ts +1 -1
- package/api/types/MultichannelSpeechToTextResponseModel.d.ts +1 -1
- package/api/types/MultipartMusicResponse.d.ts +1 -1
- package/api/types/MusicPrompt.d.ts +1 -1
- package/api/types/ObjectJsonSchemaPropertyInput.d.ts +1 -1
- package/api/types/ObjectJsonSchemaPropertyInputPropertiesValue.d.ts +1 -1
- package/api/types/ObjectJsonSchemaPropertyOutput.d.ts +1 -1
- package/api/types/ObjectJsonSchemaPropertyOutputPropertiesValue.d.ts +1 -1
- package/api/types/ObjectOverrideInput.d.ts +1 -1
- package/api/types/ObjectOverrideInputPropertiesValue.d.ts +1 -1
- package/api/types/ObjectOverrideOutput.d.ts +1 -1
- package/api/types/ObjectOverrideOutputPropertiesValue.d.ts +1 -1
- package/api/types/OutboundCallRecipient.d.ts +1 -1
- package/api/types/OutboundCallRecipientResponseModel.d.ts +1 -1
- package/api/types/OutboundSipTrunkConfigRequestModel.d.ts +1 -1
- package/api/types/PendingSubscriptionSwitchResponseModel.d.ts +1 -1
- package/api/types/PhoneNumberTransfer.d.ts +1 -1
- package/api/types/PhoneNumberTransferTransferDestination.d.ts +1 -1
- package/api/types/PlayDtmfToolConfig.d.ts +2 -0
- package/api/types/PodcastBulletinMode.d.ts +1 -1
- package/api/types/PodcastConversationMode.d.ts +1 -1
- package/api/types/PodcastProjectResponseModel.d.ts +1 -1
- package/api/types/ProjectCreationMetaResponseModel.d.ts +1 -1
- package/api/types/ProjectExtendedResponse.d.ts +3 -1
- package/api/types/ProjectExtendedResponseModelAssetsItem.d.ts +5 -2
- package/api/types/ProjectImageResponseModel.d.ts +19 -0
- package/api/types/ProjectResponse.d.ts +1 -1
- package/api/types/ProjectSnapshotExtendedResponseModel.d.ts +1 -1
- package/api/types/ProjectSnapshotsResponse.d.ts +1 -1
- package/api/types/ProjectVideoResponseModel.d.ts +2 -1
- package/api/types/PromptAgentApiModelInput.d.ts +1 -1
- package/api/types/PromptAgentApiModelInputBackupLlmConfig.d.ts +1 -1
- package/api/types/PromptAgentApiModelInputToolsItem.d.ts +1 -1
- package/api/types/PromptAgentApiModelOutput.d.ts +1 -1
- package/api/types/PromptAgentApiModelOutputBackupLlmConfig.d.ts +1 -1
- package/api/types/PromptAgentApiModelOutputToolsItem.d.ts +1 -1
- package/api/types/PromptAgentApiModelOverride.d.ts +1 -1
- package/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +1 -1
- package/api/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.d.ts +1 -1
- package/api/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +1 -1
- package/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +1 -1
- package/api/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.d.ts +1 -1
- package/api/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +1 -1
- package/api/types/PronunciationDictionaryVersionResponseModel.d.ts +1 -1
- package/api/types/QueryOverride.d.ts +1 -1
- package/api/types/QueryParamsJsonSchema.d.ts +1 -1
- package/api/types/RagConfig.d.ts +1 -1
- package/api/types/RagConfigWorkflowOverride.d.ts +1 -1
- package/api/types/RagDocumentIndexResponseModel.d.ts +1 -1
- package/api/types/RagDocumentIndexesResponseModel.d.ts +1 -1
- package/api/types/RagIndexOverviewEmbeddingModelResponseModel.d.ts +1 -1
- package/api/types/RagIndexOverviewResponseModel.d.ts +1 -1
- package/api/types/RagRetrievalInfo.d.ts +1 -1
- package/api/types/ReaderResourceResponseModel.d.ts +1 -1
- package/api/types/ReferencedToolCommonModel.d.ts +1 -1
- package/api/types/RegionConfigRequest.d.ts +1 -1
- package/api/types/Render.d.ts +1 -1
- package/api/types/ResourceAccessInfo.d.ts +1 -1
- package/api/types/ResourceMetadataResponseModel.d.ts +1 -1
- package/api/types/SafetyCommonModel.d.ts +1 -1
- package/api/types/SafetyEvaluation.d.ts +1 -1
- package/api/types/SectionSource.d.ts +1 -1
- package/api/types/ShareOptionResponseModel.d.ts +1 -1
- package/api/types/SimilarVoice.d.ts +1 -1
- package/api/types/SimilarVoicesForSpeakerResponse.d.ts +1 -1
- package/api/types/SingleUseTokenType.d.ts +5 -1
- package/api/types/SingleUseTokenType.js +5 -0
- package/api/types/SkipTurnToolConfig.d.ts +1 -2
- package/api/types/SongSection.d.ts +1 -1
- package/api/types/SpeakerResponseModel.d.ts +1 -1
- package/api/types/SpeakerSegment.d.ts +1 -1
- package/api/types/SpeakerSeparationResponseModel.d.ts +1 -1
- package/api/types/SpeakerTrack.d.ts +1 -1
- package/api/types/SpeechHistoryItemResponse.d.ts +1 -1
- package/api/types/SpeechToTextChunkResponseModel.d.ts +1 -1
- package/api/types/SpeechToTextWordResponseModel.d.ts +1 -1
- package/api/types/StreamingAudioChunkWithTimestampsAndVoiceSegmentsResponseModel.d.ts +1 -1
- package/api/types/StreamingAudioChunkWithTimestampsResponse.d.ts +1 -1
- package/api/types/Subscription.d.ts +1 -1
- package/api/types/SubscriptionResponse.d.ts +1 -1
- package/api/types/SuggestedAudioTag.d.ts +6 -0
- package/api/types/SupportedVoice.d.ts +1 -1
- package/api/types/SystemToolConfigInput.d.ts +1 -1
- package/api/types/SystemToolConfigInputParams.d.ts +1 -1
- package/api/types/SystemToolConfigOutput.d.ts +1 -1
- package/api/types/SystemToolConfigOutputParams.d.ts +1 -1
- package/api/types/TestConditionResultCommonModel.d.ts +1 -1
- package/api/types/TestFromConversationMetadataInput.d.ts +1 -1
- package/api/types/TestFromConversationMetadataOutput.d.ts +1 -1
- package/api/types/TestInvocationSummaryResponseModel.d.ts +1 -1
- package/api/types/TestRunMetadata.d.ts +1 -1
- package/api/types/TextNormalisationType.d.ts +6 -0
- package/api/types/TextNormalisationType.js +9 -0
- package/api/types/Tool.d.ts +1 -1
- package/api/types/ToolRequestModel.d.ts +1 -1
- package/api/types/ToolRequestModelToolConfig.d.ts +2 -5
- package/api/types/ToolResponseModel.d.ts +1 -1
- package/api/types/ToolResponseModelToolConfig.d.ts +2 -5
- package/api/types/ToolsResponseModel.d.ts +1 -1
- package/api/types/TransferToAgentToolConfig.d.ts +1 -1
- package/api/types/TransferToNumberToolConfigInput.d.ts +1 -1
- package/api/types/TransferToNumberToolConfigOutput.d.ts +1 -1
- package/api/types/TtsConversationalConfigInput.d.ts +5 -1
- package/api/types/TtsConversationalConfigOutput.d.ts +5 -1
- package/api/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +5 -1
- package/api/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +5 -1
- package/api/types/TtsConversationalModel.d.ts +0 -1
- package/api/types/TtsConversationalModel.js +0 -1
- package/api/types/TtsModelFamily.d.ts +0 -1
- package/api/types/TtsModelFamily.js +0 -1
- package/api/types/TurnConfig.d.ts +1 -1
- package/api/types/TurnConfigOverride.d.ts +1 -1
- package/api/types/TurnConfigOverrideConfig.d.ts +1 -1
- package/api/types/TurnConfigWorkflowOverride.d.ts +1 -1
- package/api/types/UnitTestCommonModel.d.ts +1 -1
- package/api/types/UnitTestRunResponseModel.d.ts +1 -1
- package/api/types/UnitTestSummaryResponseModel.d.ts +1 -1
- package/api/types/UnitTestToolCallEvaluationModelInput.d.ts +1 -1
- package/api/types/UnitTestToolCallEvaluationModelOutput.d.ts +1 -1
- package/api/types/UnitTestToolCallParameter.d.ts +1 -1
- package/api/types/UnitTestToolCallParameterEval.d.ts +1 -1
- package/api/types/User.d.ts +1 -1
- package/api/types/UserFeedback.d.ts +1 -1
- package/api/types/VadConfig.d.ts +1 -2
- package/api/types/VadConfigWorkflowOverride.d.ts +1 -2
- package/api/types/ValidationError.d.ts +1 -1
- package/api/types/VerificationAttemptResponse.d.ts +1 -1
- package/api/types/Voice.d.ts +1 -1
- package/api/types/VoiceDesignPreviewResponse.d.ts +1 -1
- package/api/types/VoiceGenerationParameterResponse.d.ts +1 -1
- package/api/types/VoiceSample.d.ts +1 -1
- package/api/types/VoiceSharingResponse.d.ts +1 -1
- package/api/types/VoiceVerificationResponse.d.ts +1 -1
- package/api/types/WebhookToolApiSchemaConfigInput.d.ts +1 -1
- package/api/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.d.ts +1 -1
- package/api/types/WebhookToolApiSchemaConfigOutput.d.ts +1 -1
- package/api/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.d.ts +1 -1
- package/api/types/WebhookToolConfigInput.d.ts +1 -1
- package/api/types/WebhookToolConfigOutput.d.ts +1 -1
- package/api/types/WidgetConfig.d.ts +1 -1
- package/api/types/WidgetConfigInputAvatar.d.ts +1 -1
- package/api/types/WidgetConfigOutputAvatar.d.ts +1 -1
- package/api/types/WidgetConfigResponse.d.ts +1 -1
- package/api/types/WidgetConfigResponseModelAvatar.d.ts +1 -1
- package/api/types/WidgetEndFeedbackConfig.d.ts +1 -1
- package/api/types/WidgetLanguagePreset.d.ts +1 -1
- package/api/types/WidgetLanguagePresetResponse.d.ts +1 -1
- package/api/types/WorkflowEdgeModelInput.d.ts +1 -1
- package/api/types/WorkflowEdgeModelInputBackwardCondition.d.ts +1 -1
- package/api/types/WorkflowEdgeModelInputForwardCondition.d.ts +1 -1
- package/api/types/WorkflowEdgeModelOutput.d.ts +1 -1
- package/api/types/WorkflowEdgeModelOutputBackwardCondition.d.ts +1 -1
- package/api/types/WorkflowEdgeModelOutputForwardCondition.d.ts +1 -1
- package/api/types/WorkflowEndNodeModelInput.d.ts +1 -1
- package/api/types/WorkflowEndNodeModelOutput.d.ts +1 -1
- package/api/types/WorkflowExpressionConditionModelInput.d.ts +1 -1
- package/api/types/WorkflowExpressionConditionModelInputExpression.d.ts +1 -1
- package/api/types/WorkflowExpressionConditionModelOutput.d.ts +1 -1
- package/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +1 -1
- package/api/types/WorkflowFeaturesUsageCommonModel.d.ts +1 -1
- package/api/types/WorkflowOverrideAgentNodeModelInput.d.ts +1 -1
- package/api/types/WorkflowOverrideAgentNodeModelOutput.d.ts +1 -1
- package/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +1 -1
- package/api/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +1 -1
- package/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +1 -1
- package/api/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +1 -1
- package/api/types/WorkflowStandaloneAgentNodeModelInput.d.ts +1 -1
- package/api/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +1 -1
- package/api/types/WorkflowStartNodeModelInput.d.ts +1 -1
- package/api/types/WorkflowStartNodeModelOutput.d.ts +1 -1
- package/api/types/WorkflowToolNestedToolsStepModelInput.d.ts +1 -1
- package/api/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +1 -1
- package/api/types/WorkflowToolNestedToolsStepModelOutput.d.ts +1 -1
- package/api/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +1 -1
- package/api/types/WorkflowToolNodeModelInput.d.ts +1 -1
- package/api/types/WorkflowToolNodeModelOutput.d.ts +1 -1
- package/api/types/WorkflowToolResponseModelInput.d.ts +1 -1
- package/api/types/WorkflowToolResponseModelInputStepsItem.d.ts +1 -1
- package/api/types/WorkflowToolResponseModelOutput.d.ts +1 -1
- package/api/types/WorkflowToolResponseModelOutputStepsItem.d.ts +1 -1
- package/api/types/WorkspaceApiKeyListResponseModel.d.ts +1 -1
- package/api/types/WorkspaceApiKeyResponseModel.d.ts +1 -1
- package/api/types/WorkspaceBatchCallsResponse.d.ts +1 -1
- package/api/types/WorkspaceServiceAccountListResponseModel.d.ts +1 -1
- package/api/types/WorkspaceServiceAccountResponseModel.d.ts +1 -1
- package/api/types/WorkspaceWebhookListResponseModel.d.ts +1 -1
- package/api/types/WorkspaceWebhookResponseModel.d.ts +1 -1
- package/api/types/WorkspaceWebhookUsageResponseModel.d.ts +1 -1
- package/api/types/index.d.ts +296 -311
- package/api/types/index.js +296 -311
- package/biome.json +74 -0
- package/core/exports.d.ts +1 -0
- package/core/exports.js +1 -0
- package/core/fetcher/APIResponse.d.ts +1 -1
- package/core/fetcher/BinaryResponse.d.ts +1 -1
- package/core/fetcher/EndpointSupplier.d.ts +2 -2
- package/core/fetcher/Fetcher.d.ts +6 -3
- package/core/fetcher/Fetcher.js +202 -8
- package/core/fetcher/HttpResponsePromise.d.ts +1 -1
- package/core/fetcher/getErrorResponseBody.js +2 -1
- package/core/fetcher/getFetchFn.js +1 -1
- package/core/fetcher/getRequestBody.d.ts +1 -1
- package/core/fetcher/getRequestBody.js +4 -0
- package/core/fetcher/getResponseBody.js +3 -3
- package/core/fetcher/makeRequest.d.ts +1 -1
- package/core/fetcher/makeRequest.js +2 -4
- package/core/fetcher/requestWithRetries.js +3 -12
- package/core/fetcher/signals.d.ts +0 -6
- package/core/fetcher/signals.js +0 -12
- package/core/file/file.d.ts +6 -1
- package/core/file/file.js +25 -7
- package/core/form-data-utils/FormDataWrapper.d.ts +2 -3
- package/core/form-data-utils/FormDataWrapper.js +62 -85
- package/core/headers.js +6 -4
- package/core/index.d.ts +5 -4
- package/core/index.js +6 -5
- package/core/logging/exports.d.ts +18 -0
- package/core/logging/exports.js +45 -0
- package/core/logging/index.d.ts +1 -0
- package/{dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput → core/logging}/index.js +1 -1
- package/core/logging/logger.d.ts +126 -0
- package/core/logging/logger.js +144 -0
- package/core/schemas/Schema.d.ts +2 -1
- package/core/schemas/Schema.js +1 -0
- package/core/schemas/builders/bigint/bigint.d.ts +1 -1
- package/core/schemas/builders/bigint/bigint.js +2 -2
- package/core/schemas/builders/date/date.d.ts +1 -1
- package/core/schemas/builders/date/date.js +2 -2
- package/core/schemas/builders/enum/enum.d.ts +1 -1
- package/core/schemas/builders/index.d.ts +14 -14
- package/core/schemas/builders/index.js +14 -14
- package/core/schemas/builders/lazy/lazy.d.ts +1 -1
- package/core/schemas/builders/lazy/lazy.js +2 -2
- package/core/schemas/builders/lazy/lazyObject.d.ts +2 -2
- package/core/schemas/builders/lazy/lazyObject.js +4 -4
- package/core/schemas/builders/list/list.d.ts +1 -1
- package/core/schemas/builders/list/list.js +2 -2
- package/core/schemas/builders/literals/booleanLiteral.d.ts +1 -1
- package/core/schemas/builders/literals/stringLiteral.d.ts +1 -1
- package/core/schemas/builders/object/object.d.ts +1 -1
- package/core/schemas/builders/object/object.js +5 -5
- package/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +1 -1
- package/core/schemas/builders/object/property.d.ts +1 -1
- package/core/schemas/builders/object/types.d.ts +5 -5
- package/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +2 -2
- package/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -2
- package/core/schemas/builders/object-like/types.d.ts +1 -1
- package/core/schemas/builders/primitives/any.d.ts +1 -1
- package/core/schemas/builders/primitives/boolean.d.ts +1 -1
- package/core/schemas/builders/primitives/index.d.ts +1 -0
- package/core/schemas/builders/primitives/index.js +3 -1
- package/core/schemas/builders/primitives/never.d.ts +2 -0
- package/core/schemas/builders/primitives/never.js +14 -0
- package/core/schemas/builders/primitives/number.d.ts +1 -1
- package/core/schemas/builders/primitives/string.d.ts +1 -1
- package/core/schemas/builders/primitives/unknown.d.ts +1 -1
- package/core/schemas/builders/record/record.d.ts +2 -2
- package/core/schemas/builders/record/record.js +3 -3
- package/core/schemas/builders/record/types.d.ts +2 -2
- package/core/schemas/builders/schema-utils/JsonError.d.ts +1 -1
- package/core/schemas/builders/schema-utils/ParseError.d.ts +1 -1
- package/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +1 -1
- package/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +1 -1
- package/core/schemas/builders/set/set.d.ts +1 -1
- package/core/schemas/builders/set/set.js +4 -4
- package/core/schemas/builders/undiscriminated-union/types.d.ts +1 -1
- package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +2 -2
- package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +2 -2
- package/core/schemas/builders/union/types.d.ts +2 -2
- package/core/schemas/builders/union/union.d.ts +3 -3
- package/core/schemas/builders/union/union.js +4 -4
- package/core/schemas/index.d.ts +1 -1
- package/core/schemas/index.js +1 -1
- package/core/schemas/utils/createIdentitySchemaCreator.d.ts +1 -1
- package/core/schemas/utils/createIdentitySchemaCreator.js +2 -2
- package/core/schemas/utils/maybeSkipValidation.d.ts +1 -1
- package/core/stream/Stream.d.ts +1 -0
- package/core/stream/Stream.js +8 -5
- package/core/url/encodePathParam.d.ts +1 -0
- package/core/url/encodePathParam.js +21 -0
- package/core/url/index.d.ts +1 -0
- package/core/url/index.js +3 -1
- package/core/url/join.js +3 -4
- package/dist/BaseClient.d.ts +34 -0
- package/dist/Client.d.ts +20 -39
- package/dist/Client.js +59 -57
- package/dist/api/errors/BadRequestError.d.ts +2 -2
- package/dist/api/errors/ConflictError.d.ts +1 -1
- package/dist/api/errors/ForbiddenError.d.ts +1 -1
- package/dist/api/errors/NotFoundError.d.ts +1 -1
- package/dist/api/errors/TooEarlyError.d.ts +1 -1
- package/dist/api/errors/UnauthorizedError.d.ts +1 -1
- package/dist/api/errors/UnprocessableEntityError.d.ts +2 -2
- package/dist/api/errors/index.d.ts +2 -2
- package/dist/api/errors/index.js +2 -2
- package/dist/api/index.d.ts +1 -1
- package/dist/api/index.js +1 -1
- package/dist/api/resources/audioIsolation/client/Client.d.ts +3 -22
- package/dist/api/resources/audioIsolation/client/Client.js +19 -15
- package/dist/api/resources/audioIsolation/client/index.d.ts +0 -1
- package/dist/api/resources/audioIsolation/client/requests/BodyAudioIsolationStreamV1AudioIsolationStreamPost.d.ts +3 -3
- package/dist/api/resources/audioIsolation/client/requests/BodyAudioIsolationV1AudioIsolationPost.d.ts +3 -3
- package/dist/api/resources/audioIsolation/client/requests/index.d.ts +2 -2
- package/dist/api/resources/audioIsolation/index.d.ts +1 -1
- package/dist/api/resources/audioIsolation/index.js +1 -1
- package/dist/api/resources/audioNative/client/Client.d.ts +7 -26
- package/dist/api/resources/audioNative/client/Client.js +35 -29
- package/dist/api/resources/audioNative/client/index.d.ts +0 -1
- package/dist/api/resources/audioNative/client/requests/BodyCreatesAudioNativeEnabledProjectV1AudioNativePost.d.ts +3 -3
- package/dist/api/resources/audioNative/client/requests/BodyUpdateAudioNativeProjectContentV1AudioNativeProjectIdContentPost.d.ts +2 -2
- package/dist/api/resources/audioNative/client/requests/index.d.ts +2 -2
- package/dist/api/resources/audioNative/index.d.ts +1 -1
- package/dist/api/resources/audioNative/index.js +1 -1
- package/dist/api/resources/conversationalAi/client/Client.d.ts +18 -37
- package/dist/api/resources/conversationalAi/client/Client.js +71 -63
- package/dist/api/resources/conversationalAi/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/client/requests/BodyAddToKnowledgeBaseV1ConvaiKnowledgeBasePost.d.ts +2 -2
- package/dist/api/resources/conversationalAi/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/index.js +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +19 -38
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +117 -99
- package/dist/api/resources/conversationalAi/resources/agents/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/index.d.ts +7 -7
- package/dist/api/resources/conversationalAi/resources/agents/resources/index.d.ts +3 -3
- package/dist/api/resources/conversationalAi/resources/agents/resources/index.js +4 -4
- package/dist/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.d.ts +5 -24
- package/dist/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +15 -13
- package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.d.ts +5 -24
- package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +15 -13
- package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.d.ts +5 -24
- package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +16 -14
- package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.d.ts +5 -24
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +17 -15
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.d.ts +5 -24
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +15 -13
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/requests/BodyPostAgentAvatarV1ConvaiAgentsAgentIdAvatarPost.d.ts +2 -2
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +9 -28
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.js +57 -47
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -2
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/index.d.ts +2 -2
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +7 -26
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +72 -62
- package/dist/api/resources/conversationalAi/resources/conversations/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/index.d.ts +3 -3
- package/dist/api/resources/conversationalAi/resources/conversations/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/conversations/index.js +1 -1
- package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.d.ts +4 -23
- package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +13 -11
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.d.ts +5 -24
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +16 -14
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/ConversationFeedbackRequestModel.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/dashboard/client/Client.d.ts +2 -10
- package/dist/api/resources/conversationalAi/resources/dashboard/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/dashboard/index.js +1 -1
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/index.js +1 -1
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.d.ts +3 -22
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +19 -15
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/PatchConvAiDashboardSettingsRequest.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/index.js +1 -1
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/types/PatchConvAiDashboardSettingsRequestChartsItem.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/index.d.ts +22 -22
- package/dist/api/resources/conversationalAi/resources/index.js +23 -23
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +4 -23
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +24 -22
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/index.js +1 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.d.ts +5 -24
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +15 -13
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/RagIndexRequestModel.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +13 -32
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +94 -78
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFileDocumentV1ConvaiKnowledgeBaseFilePost.d.ts +2 -2
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +7 -7
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.js +1 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.d.ts +6 -25
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +16 -14
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/index.d.ts +3 -3
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/index.js +4 -4
- package/dist/api/resources/conversationalAi/resources/llmUsage/client/Client.d.ts +3 -22
- package/dist/api/resources/conversationalAi/resources/llmUsage/client/Client.js +11 -9
- package/dist/api/resources/conversationalAi/resources/llmUsage/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/llmUsage/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +10 -29
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.js +64 -54
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +2 -2
- package/dist/api/resources/conversationalAi/resources/mcpServers/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/index.js +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.d.ts +5 -24
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +15 -13
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +3 -3
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/index.js +4 -4
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.d.ts +8 -27
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +28 -24
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.d.ts +14 -33
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +55 -47
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/index.d.ts +2 -2
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.d.ts +5 -24
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +15 -13
- package/dist/api/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +9 -28
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +56 -46
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/index.js +1 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/index.js +1 -1
- package/dist/api/resources/conversationalAi/resources/secrets/client/Client.d.ts +7 -26
- package/dist/api/resources/conversationalAi/resources/secrets/client/Client.js +43 -35
- package/dist/api/resources/conversationalAi/resources/secrets/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +2 -2
- package/dist/api/resources/conversationalAi/resources/settings/client/Client.d.ts +3 -22
- package/dist/api/resources/conversationalAi/resources/settings/client/Client.js +19 -15
- package/dist/api/resources/conversationalAi/resources/settings/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/settings/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/sipTrunk/client/Client.d.ts +3 -22
- package/dist/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +11 -9
- package/dist/api/resources/conversationalAi/resources/sipTrunk/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/sipTrunk/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/tests/client/Client.d.ts +9 -28
- package/dist/api/resources/conversationalAi/resources/tests/client/Client.js +66 -54
- package/dist/api/resources/conversationalAi/resources/tests/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/index.d.ts +4 -4
- package/dist/api/resources/conversationalAi/resources/tests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/tests/index.js +1 -1
- package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.d.ts +7 -26
- package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +38 -32
- package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/index.d.ts +2 -2
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.d.ts +15 -84
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +74 -112
- package/dist/api/resources/conversationalAi/resources/tools/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/tools/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/twilio/client/Client.d.ts +3 -22
- package/dist/api/resources/conversationalAi/resources/twilio/client/Client.js +11 -9
- package/dist/api/resources/conversationalAi/resources/twilio/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/twilio/client/requests/index.d.ts +1 -1
- package/dist/api/resources/dubbing/client/Client.d.ts +8 -27
- package/dist/api/resources/dubbing/client/Client.js +53 -45
- package/dist/api/resources/dubbing/client/index.d.ts +0 -1
- package/dist/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +6 -6
- package/dist/api/resources/dubbing/client/requests/DubbingListRequest.d.ts +1 -1
- package/dist/api/resources/dubbing/client/requests/index.d.ts +2 -2
- package/dist/api/resources/dubbing/index.d.ts +2 -2
- package/dist/api/resources/dubbing/index.js +2 -2
- package/dist/api/resources/dubbing/resources/audio/client/Client.d.ts +4 -23
- package/dist/api/resources/dubbing/resources/audio/client/Client.js +13 -11
- package/dist/api/resources/dubbing/resources/index.d.ts +4 -3
- package/dist/api/resources/dubbing/resources/index.js +5 -4
- package/dist/api/resources/dubbing/resources/resource/client/Client.d.ts +14 -33
- package/dist/api/resources/dubbing/resources/resource/client/Client.js +64 -54
- package/dist/api/resources/dubbing/resources/resource/client/index.d.ts +0 -1
- package/dist/api/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +1 -1
- package/dist/api/resources/dubbing/resources/resource/client/requests/index.d.ts +4 -4
- package/dist/api/resources/dubbing/resources/resource/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/resource/index.js +1 -0
- package/dist/api/resources/dubbing/resources/resource/resources/index.d.ts +2 -2
- package/dist/api/resources/dubbing/resources/resource/resources/index.js +2 -2
- package/dist/api/resources/dubbing/resources/resource/resources/language/client/Client.d.ts +5 -24
- package/dist/api/resources/dubbing/resources/resource/resources/language/client/Client.js +16 -14
- package/dist/api/resources/dubbing/resources/resource/resources/language/client/index.d.ts +0 -1
- package/dist/api/resources/dubbing/resources/resource/resources/language/client/requests/index.d.ts +1 -1
- package/dist/api/resources/dubbing/resources/resource/resources/segment/client/Client.d.ts +9 -28
- package/dist/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +30 -26
- package/dist/api/resources/dubbing/resources/resource/resources/segment/client/index.d.ts +0 -1
- package/dist/api/resources/dubbing/resources/resource/resources/segment/client/requests/index.d.ts +1 -1
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.d.ts +9 -28
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +30 -26
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/index.d.ts +0 -1
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/requests/index.d.ts +1 -1
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.d.ts +6 -25
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +16 -14
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/index.d.ts +0 -1
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/index.d.ts +1 -1
- package/dist/api/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.d.ts +4 -0
- package/dist/api/resources/dubbing/resources/resource/types/index.d.ts +1 -0
- package/dist/api/resources/{v1TextToSpeechVoiceIdStreamInput → dubbing/resources/resource/types}/index.js +1 -1
- package/dist/api/resources/dubbing/resources/transcript/client/Client.d.ts +9 -26
- package/dist/api/resources/dubbing/resources/transcript/client/Client.js +30 -22
- package/dist/api/resources/dubbing/resources/transcript/client/index.d.ts +0 -1
- package/dist/api/resources/dubbing/resources/transcript/client/requests/TranscriptGetTranscriptForDubRequest.d.ts +5 -3
- package/dist/api/resources/dubbing/resources/transcript/client/requests/index.d.ts +1 -1
- package/dist/api/resources/dubbing/resources/transcript/index.d.ts +1 -1
- package/dist/api/resources/dubbing/resources/transcript/index.js +1 -1
- package/dist/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.d.ts +2 -1
- package/dist/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.js +2 -1
- package/dist/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.d.ts +2 -0
- package/dist/api/resources/dubbing/resources/transcript/types/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/transcript/types/index.js +1 -0
- package/dist/api/resources/dubbing/types/index.d.ts +1 -1
- package/dist/api/resources/dubbing/types/index.js +1 -1
- package/dist/api/resources/forcedAlignment/client/Client.d.ts +3 -22
- package/dist/api/resources/forcedAlignment/client/Client.js +11 -9
- package/dist/api/resources/forcedAlignment/client/index.d.ts +0 -1
- package/dist/api/resources/forcedAlignment/client/requests/BodyCreateForcedAlignmentV1ForcedAlignmentPost.d.ts +2 -2
- package/dist/api/resources/forcedAlignment/client/requests/index.d.ts +1 -1
- package/dist/api/resources/history/client/Client.d.ts +8 -27
- package/dist/api/resources/history/client/Client.js +63 -53
- package/dist/api/resources/history/client/index.d.ts +0 -1
- package/dist/api/resources/history/client/requests/DownloadHistoryRequest.d.ts +1 -2
- package/dist/api/resources/history/client/requests/HistoryListRequest.d.ts +1 -1
- package/dist/api/resources/history/client/requests/index.d.ts +2 -2
- package/dist/api/resources/history/index.d.ts +1 -1
- package/dist/api/resources/history/index.js +1 -1
- package/dist/api/resources/index.d.ts +43 -47
- package/dist/api/resources/index.js +44 -48
- package/dist/api/resources/models/client/Client.d.ts +3 -22
- package/dist/api/resources/models/client/Client.js +11 -9
- package/dist/api/resources/music/client/Client.d.ts +3 -22
- package/dist/api/resources/music/client/Client.js +41 -31
- package/dist/api/resources/music/client/index.d.ts +0 -1
- package/dist/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -10
- package/dist/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +2 -9
- package/dist/api/resources/music/client/requests/BodyStemSeparationV1MusicStemSeparationPost.d.ts +3 -3
- package/dist/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +2 -9
- package/dist/api/resources/music/client/requests/index.d.ts +4 -4
- package/dist/api/resources/music/index.d.ts +1 -1
- package/dist/api/resources/music/index.js +1 -1
- package/dist/api/resources/music/resources/compositionPlan/client/Client.d.ts +3 -22
- package/dist/api/resources/music/resources/compositionPlan/client/Client.js +11 -9
- package/dist/api/resources/music/resources/compositionPlan/client/index.d.ts +0 -1
- package/dist/api/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.d.ts +1 -1
- package/dist/api/resources/music/resources/compositionPlan/client/requests/index.d.ts +1 -1
- package/dist/api/resources/music/types/index.d.ts +2 -2
- package/dist/api/resources/music/types/index.js +2 -2
- package/dist/api/resources/pronunciationDictionaries/client/Client.d.ts +8 -27
- package/dist/api/resources/pronunciationDictionaries/client/Client.js +67 -55
- package/dist/api/resources/pronunciationDictionaries/client/index.d.ts +0 -1
- package/dist/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromFilePost.d.ts +3 -3
- package/dist/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost.d.ts +1 -1
- package/dist/api/resources/pronunciationDictionaries/client/requests/PronunciationDictionariesListRequest.d.ts +1 -1
- package/dist/api/resources/pronunciationDictionaries/client/requests/index.d.ts +4 -4
- package/dist/api/resources/pronunciationDictionaries/index.d.ts +2 -2
- package/dist/api/resources/pronunciationDictionaries/index.js +2 -2
- package/dist/api/resources/pronunciationDictionaries/resources/index.d.ts +1 -1
- package/dist/api/resources/pronunciationDictionaries/resources/index.js +1 -1
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +7 -26
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +27 -23
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/index.d.ts +0 -1
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/requests/PronunciationDictionary.d.ts +1 -1
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/requests/index.d.ts +2 -2
- package/dist/api/resources/pronunciationDictionaries/resources/rules/index.d.ts +1 -1
- package/dist/api/resources/pronunciationDictionaries/resources/rules/index.js +1 -1
- package/dist/api/resources/pronunciationDictionaries/resources/rules/types/PronunciationDictionaryRule.d.ts +1 -1
- package/dist/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostRulesItem.d.ts +1 -1
- package/dist/api/resources/pronunciationDictionaries/types/index.d.ts +1 -1
- package/dist/api/resources/pronunciationDictionaries/types/index.js +1 -1
- package/dist/api/resources/samples/client/Client.d.ts +6 -25
- package/dist/api/resources/samples/client/Client.js +16 -14
- package/dist/api/resources/serviceAccounts/client/Client.d.ts +3 -22
- package/dist/api/resources/serviceAccounts/client/Client.js +11 -9
- package/dist/api/resources/serviceAccounts/index.d.ts +1 -1
- package/dist/api/resources/serviceAccounts/index.js +1 -1
- package/dist/api/resources/serviceAccounts/resources/apiKeys/client/Client.d.ts +13 -32
- package/dist/api/resources/serviceAccounts/resources/apiKeys/client/Client.js +53 -45
- package/dist/api/resources/serviceAccounts/resources/apiKeys/client/index.d.ts +0 -1
- package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +1 -1
- package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +1 -1
- package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/index.d.ts +2 -2
- package/dist/api/resources/serviceAccounts/resources/apiKeys/index.d.ts +1 -1
- package/dist/api/resources/serviceAccounts/resources/apiKeys/index.js +1 -1
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +1 -1
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +1 -1
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +2 -2
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.js +2 -2
- package/dist/api/resources/serviceAccounts/resources/index.d.ts +1 -1
- package/dist/api/resources/serviceAccounts/resources/index.js +1 -1
- package/dist/api/resources/speechToSpeech/client/Client.d.ts +5 -24
- package/dist/api/resources/speechToSpeech/client/Client.js +31 -27
- package/dist/api/resources/speechToSpeech/client/index.d.ts +0 -1
- package/dist/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechStreamingV1SpeechToSpeechVoiceIdStreamPost.d.ts +3 -3
- package/dist/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost.d.ts +3 -3
- package/dist/api/resources/speechToSpeech/client/requests/index.d.ts +2 -2
- package/dist/api/resources/speechToSpeech/index.d.ts +1 -1
- package/dist/api/resources/speechToSpeech/index.js +1 -1
- package/dist/api/resources/speechToSpeech/types/index.d.ts +2 -2
- package/dist/api/resources/speechToSpeech/types/index.js +2 -2
- package/dist/api/resources/speechToText/client/Client.d.ts +3 -22
- package/dist/api/resources/speechToText/client/Client.js +13 -11
- package/dist/api/resources/speechToText/client/index.d.ts +0 -1
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +3 -3
- package/dist/api/resources/speechToText/client/requests/index.d.ts +1 -1
- package/dist/api/resources/speechToText/index.d.ts +2 -2
- package/dist/api/resources/speechToText/index.js +2 -2
- package/dist/api/resources/speechToText/resources/transcripts/client/Client.d.ts +7 -26
- package/dist/api/resources/speechToText/resources/transcripts/client/Client.js +27 -23
- package/dist/api/resources/speechToText/resources/transcripts/index.d.ts +1 -1
- package/dist/api/resources/speechToText/resources/transcripts/index.js +1 -1
- package/dist/api/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.d.ts +1 -1
- package/dist/api/resources/speechToText/types/SpeechToTextConvertResponse.d.ts +1 -1
- package/dist/api/resources/speechToText/types/index.d.ts +1 -1
- package/dist/api/resources/speechToText/types/index.js +1 -1
- package/dist/api/resources/studio/client/Client.d.ts +3 -22
- package/dist/api/resources/studio/client/Client.js +11 -9
- package/dist/api/resources/studio/client/index.d.ts +0 -1
- package/dist/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +1 -1
- package/dist/api/resources/studio/client/requests/index.d.ts +1 -1
- package/dist/api/resources/studio/index.d.ts +2 -2
- package/dist/api/resources/studio/index.js +2 -2
- package/dist/api/resources/studio/resources/index.d.ts +1 -1
- package/dist/api/resources/studio/resources/index.js +1 -1
- package/dist/api/resources/studio/resources/projects/client/Client.d.ts +13 -32
- package/dist/api/resources/studio/resources/projects/client/Client.js +75 -63
- package/dist/api/resources/studio/resources/projects/client/index.d.ts +0 -1
- package/dist/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +3 -3
- package/dist/api/resources/studio/resources/projects/client/requests/index.d.ts +3 -3
- package/dist/api/resources/studio/resources/projects/index.d.ts +1 -1
- package/dist/api/resources/studio/resources/projects/index.js +1 -1
- package/dist/api/resources/studio/resources/projects/resources/chapters/client/Client.d.ts +19 -38
- package/dist/api/resources/studio/resources/projects/resources/chapters/client/Client.js +80 -68
- package/dist/api/resources/studio/resources/projects/resources/chapters/client/index.d.ts +0 -1
- package/dist/api/resources/studio/resources/projects/resources/chapters/client/requests/BodyUpdateChapterV1StudioProjectsProjectIdChaptersChapterIdPost.d.ts +1 -1
- package/dist/api/resources/studio/resources/projects/resources/chapters/client/requests/index.d.ts +2 -2
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.d.ts +11 -30
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +42 -36
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/index.d.ts +0 -1
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +1 -3
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/index.d.ts +1 -1
- package/dist/api/resources/studio/resources/projects/resources/content/client/Client.d.ts +5 -24
- package/dist/api/resources/studio/resources/projects/resources/content/client/Client.js +15 -13
- package/dist/api/resources/studio/resources/projects/resources/content/client/index.d.ts +0 -1
- package/dist/api/resources/studio/resources/projects/resources/content/client/requests/BodyUpdateStudioProjectContentV1StudioProjectsProjectIdContentPost.d.ts +2 -2
- package/dist/api/resources/studio/resources/projects/resources/content/client/requests/index.d.ts +1 -1
- package/dist/api/resources/studio/resources/projects/resources/index.d.ts +5 -5
- package/dist/api/resources/studio/resources/projects/resources/index.js +6 -6
- package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.d.ts +5 -24
- package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +15 -13
- package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/index.d.ts +0 -1
- package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/BodyCreatePronunciationDictionariesV1StudioProjectsProjectIdPronunciationDictionariesPost.d.ts +1 -1
- package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/index.d.ts +1 -1
- package/dist/api/resources/studio/resources/projects/resources/snapshots/client/Client.d.ts +10 -29
- package/dist/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +51 -43
- package/dist/api/resources/studio/resources/projects/resources/snapshots/client/index.d.ts +0 -1
- package/dist/api/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +1 -3
- package/dist/api/resources/studio/resources/projects/resources/snapshots/client/requests/index.d.ts +1 -1
- package/dist/api/resources/studio/resources/projects/types/index.d.ts +2 -2
- package/dist/api/resources/studio/resources/projects/types/index.js +2 -2
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.d.ts +1 -1
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSource.d.ts +1 -1
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceItem.d.ts +1 -1
- package/dist/api/resources/studio/types/index.d.ts +4 -4
- package/dist/api/resources/studio/types/index.js +4 -4
- package/dist/api/resources/textToDialogue/client/Client.d.ts +3 -22
- package/dist/api/resources/textToDialogue/client/Client.js +41 -37
- package/dist/api/resources/textToDialogue/client/index.d.ts +0 -1
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +1 -1
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -1
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +1 -1
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
- package/dist/api/resources/textToDialogue/client/requests/index.d.ts +4 -4
- package/dist/api/resources/textToDialogue/index.d.ts +1 -1
- package/dist/api/resources/textToDialogue/index.js +1 -1
- package/dist/api/resources/textToDialogue/types/index.d.ts +5 -5
- package/dist/api/resources/textToDialogue/types/index.js +5 -5
- package/dist/api/resources/textToSoundEffects/client/Client.d.ts +3 -22
- package/dist/api/resources/textToSoundEffects/client/Client.js +12 -10
- package/dist/api/resources/textToSoundEffects/client/index.d.ts +0 -1
- package/dist/api/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +1 -1
- package/dist/api/resources/textToSoundEffects/client/requests/index.d.ts +1 -1
- package/dist/api/resources/textToSoundEffects/index.d.ts +1 -1
- package/dist/api/resources/textToSoundEffects/index.js +1 -1
- package/dist/api/resources/textToSpeech/client/Client.d.ts +8 -27
- package/dist/api/resources/textToSpeech/client/Client.js +64 -55
- package/dist/api/resources/textToSpeech/client/index.d.ts +0 -1
- package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/index.d.ts +4 -4
- package/dist/api/resources/textToSpeech/index.d.ts +1 -1
- package/dist/api/resources/textToSpeech/index.js +1 -1
- package/dist/api/resources/textToSpeech/types/index.d.ts +4 -4
- package/dist/api/resources/textToSpeech/types/index.js +4 -4
- package/dist/api/resources/textToVoice/client/Client.d.ts +5 -24
- package/dist/api/resources/textToVoice/client/Client.js +42 -34
- package/dist/api/resources/textToVoice/client/index.d.ts +0 -1
- package/dist/api/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +1 -1
- package/dist/api/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +1 -1
- package/dist/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +1 -1
- package/dist/api/resources/textToVoice/client/requests/index.d.ts +4 -4
- package/dist/api/resources/textToVoice/index.d.ts +1 -1
- package/dist/api/resources/textToVoice/index.js +1 -1
- package/dist/api/resources/textToVoice/resources/preview/client/Client.d.ts +4 -23
- package/dist/api/resources/textToVoice/resources/preview/client/Client.js +13 -11
- package/dist/api/resources/textToVoice/types/index.d.ts +1 -1
- package/dist/api/resources/textToVoice/types/index.js +1 -1
- package/dist/api/resources/tokens/client/Client.d.ts +2 -10
- package/dist/api/resources/tokens/resources/singleUse/client/Client.d.ts +5 -24
- package/dist/api/resources/tokens/resources/singleUse/client/Client.js +15 -13
- package/dist/api/resources/usage/client/Client.d.ts +3 -22
- package/dist/api/resources/usage/client/Client.js +20 -16
- package/dist/api/resources/usage/client/index.d.ts +0 -1
- package/dist/api/resources/usage/client/requests/UsageGetRequest.d.ts +1 -1
- package/dist/api/resources/usage/client/requests/index.d.ts +1 -1
- package/dist/api/resources/user/client/Client.d.ts +3 -22
- package/dist/api/resources/user/client/Client.js +11 -9
- package/dist/api/resources/user/resources/subscription/client/Client.d.ts +3 -22
- package/dist/api/resources/user/resources/subscription/client/Client.js +11 -9
- package/dist/api/resources/voices/client/Client.d.ts +13 -32
- package/dist/api/resources/voices/client/Client.js +127 -111
- package/dist/api/resources/voices/client/index.d.ts +0 -1
- package/dist/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.d.ts +2 -2
- package/dist/api/resources/voices/client/requests/BodyGetSimilarLibraryVoicesV1SimilarVoicesPost.d.ts +2 -2
- package/dist/api/resources/voices/client/requests/VoicesGetSharedRequest.d.ts +1 -1
- package/dist/api/resources/voices/client/requests/index.d.ts +7 -7
- package/dist/api/resources/voices/index.d.ts +1 -1
- package/dist/api/resources/voices/index.js +1 -1
- package/dist/api/resources/voices/resources/index.d.ts +3 -3
- package/dist/api/resources/voices/resources/index.js +4 -4
- package/dist/api/resources/voices/resources/ivc/client/Client.d.ts +3 -22
- package/dist/api/resources/voices/resources/ivc/client/Client.js +11 -9
- package/dist/api/resources/voices/resources/ivc/client/index.d.ts +0 -1
- package/dist/api/resources/voices/resources/ivc/client/requests/BodyAddVoiceV1VoicesAddPost.d.ts +2 -2
- package/dist/api/resources/voices/resources/ivc/client/requests/index.d.ts +1 -1
- package/dist/api/resources/voices/resources/pvc/client/Client.d.ts +7 -26
- package/dist/api/resources/voices/resources/pvc/client/Client.js +37 -31
- package/dist/api/resources/voices/resources/pvc/client/index.d.ts +0 -1
- package/dist/api/resources/voices/resources/pvc/client/requests/index.d.ts +3 -3
- package/dist/api/resources/voices/resources/pvc/resources/index.d.ts +1 -1
- package/dist/api/resources/voices/resources/pvc/resources/index.js +1 -1
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.d.ts +12 -31
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.js +46 -40
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/index.d.ts +0 -1
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/requests/BodyAddSamplesToPvcVoiceV1VoicesPvcVoiceIdSamplesPost.d.ts +2 -2
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/requests/index.d.ts +2 -2
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.d.ts +6 -25
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +18 -16
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/index.d.ts +0 -1
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/requests/index.d.ts +1 -1
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/index.d.ts +2 -2
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/index.js +3 -3
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.d.ts +9 -28
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +29 -25
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.d.ts +7 -26
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +17 -15
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.d.ts +6 -25
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +16 -14
- package/dist/api/resources/voices/resources/pvc/resources/verification/client/Client.d.ts +5 -24
- package/dist/api/resources/voices/resources/pvc/resources/verification/client/Client.js +15 -13
- package/dist/api/resources/voices/resources/pvc/resources/verification/client/index.d.ts +0 -1
- package/dist/api/resources/voices/resources/pvc/resources/verification/client/requests/BodyRequestManualVerificationV1VoicesPvcVoiceIdVerificationPost.d.ts +2 -2
- package/dist/api/resources/voices/resources/pvc/resources/verification/client/requests/index.d.ts +1 -1
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.d.ts +7 -26
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +26 -22
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/index.d.ts +0 -1
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/requests/BodyVerifyPvcVoiceCaptchaV1VoicesPvcVoiceIdCaptchaPost.d.ts +2 -2
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/requests/index.d.ts +1 -1
- package/dist/api/resources/voices/resources/samples/client/Client.d.ts +2 -10
- package/dist/api/resources/voices/resources/samples/resources/audio/client/Client.d.ts +4 -23
- package/dist/api/resources/voices/resources/samples/resources/audio/client/Client.js +13 -11
- package/dist/api/resources/voices/resources/settings/client/Client.d.ts +7 -26
- package/dist/api/resources/voices/resources/settings/client/Client.js +35 -29
- package/dist/api/resources/webhooks/client/Client.d.ts +3 -22
- package/dist/api/resources/webhooks/client/Client.js +12 -10
- package/dist/api/resources/webhooks/client/index.d.ts +0 -1
- package/dist/api/resources/webhooks/client/requests/index.d.ts +1 -1
- package/dist/api/resources/workspace/client/Client.d.ts +2 -10
- package/dist/api/resources/workspace/index.d.ts +1 -1
- package/dist/api/resources/workspace/index.js +1 -1
- package/dist/api/resources/workspace/resources/groups/client/Client.d.ts +3 -22
- package/dist/api/resources/workspace/resources/groups/client/Client.js +12 -10
- package/dist/api/resources/workspace/resources/groups/client/index.d.ts +0 -1
- package/dist/api/resources/workspace/resources/groups/client/requests/index.d.ts +1 -1
- package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.d.ts +7 -26
- package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.js +27 -23
- package/dist/api/resources/workspace/resources/groups/resources/members/client/index.d.ts +0 -1
- package/dist/api/resources/workspace/resources/groups/resources/members/client/requests/index.d.ts +2 -2
- package/dist/api/resources/workspace/resources/index.d.ts +5 -5
- package/dist/api/resources/workspace/resources/index.js +6 -6
- package/dist/api/resources/workspace/resources/invites/client/Client.d.ts +3 -22
- package/dist/api/resources/workspace/resources/invites/client/Client.js +27 -21
- package/dist/api/resources/workspace/resources/invites/client/index.d.ts +0 -1
- package/dist/api/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +1 -1
- package/dist/api/resources/workspace/resources/invites/client/requests/index.d.ts +3 -3
- package/dist/api/resources/workspace/resources/invites/index.d.ts +1 -1
- package/dist/api/resources/workspace/resources/invites/index.js +1 -1
- package/dist/api/resources/workspace/resources/members/client/Client.d.ts +3 -22
- package/dist/api/resources/workspace/resources/members/client/Client.js +11 -9
- package/dist/api/resources/workspace/resources/members/client/index.d.ts +0 -1
- package/dist/api/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +1 -1
- package/dist/api/resources/workspace/resources/members/client/requests/index.d.ts +1 -1
- package/dist/api/resources/workspace/resources/members/index.d.ts +1 -1
- package/dist/api/resources/workspace/resources/members/index.js +1 -1
- package/dist/api/resources/workspace/resources/resources/client/Client.d.ts +9 -28
- package/dist/api/resources/workspace/resources/resources/client/Client.js +40 -34
- package/dist/api/resources/workspace/resources/resources/client/index.d.ts +0 -1
- package/dist/api/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.d.ts +1 -1
- package/dist/api/resources/workspace/resources/resources/client/requests/BodyUnshareWorkspaceResourceV1WorkspaceResourcesResourceIdUnsharePost.d.ts +1 -1
- package/dist/api/resources/workspace/resources/resources/client/requests/ResourcesGetRequest.d.ts +1 -1
- package/dist/api/resources/workspace/resources/resources/client/requests/index.d.ts +3 -3
- package/dist/api/resources/workspace/resources/resources/index.d.ts +1 -1
- package/dist/api/resources/workspace/resources/resources/index.js +1 -1
- package/dist/api/types/AddChapterResponseModel.d.ts +1 -1
- package/dist/api/types/AddProjectResponseModel.d.ts +1 -1
- package/dist/api/types/AddPronunciationDictionaryResponseModel.d.ts +1 -1
- package/dist/api/types/AdditionalFormats.d.ts +1 -1
- package/dist/api/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +1 -1
- package/dist/api/types/AgentConfig.d.ts +1 -1
- package/dist/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -1
- package/dist/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
- package/dist/api/types/AgentConfigOverrideConfig.d.ts +1 -1
- package/dist/api/types/AgentConfigOverrideInput.d.ts +1 -1
- package/dist/api/types/AgentConfigOverrideOutput.d.ts +1 -1
- package/dist/api/types/AgentPlatformSettingsRequestModel.d.ts +1 -1
- package/dist/api/types/AgentPlatformSettingsResponseModel.d.ts +1 -1
- package/dist/api/types/AgentSimulatedChatTestResponseModel.d.ts +1 -1
- package/dist/api/types/AgentSummaryResponseModel.d.ts +1 -1
- package/dist/api/types/AgentTestingSettings.d.ts +1 -1
- package/dist/api/types/AgentWorkflowRequestModel.d.ts +1 -1
- package/dist/api/types/AgentWorkflowRequestModelNodesValue.d.ts +1 -1
- package/dist/api/types/AgentWorkflowResponseModel.d.ts +1 -1
- package/dist/api/types/AgentWorkflowResponseModelNodesValue.d.ts +1 -1
- package/dist/api/types/AgentWorkspaceOverridesInput.d.ts +1 -1
- package/dist/api/types/AgentWorkspaceOverridesOutput.d.ts +1 -1
- package/dist/api/types/ApiIntegrationWebhookOverridesInput.d.ts +1 -1
- package/dist/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +1 -1
- package/dist/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +1 -1
- package/dist/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +1 -1
- package/dist/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +1 -1
- package/dist/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +1 -1
- package/dist/api/types/ArrayJsonSchemaPropertyInput.d.ts +1 -1
- package/dist/api/types/ArrayJsonSchemaPropertyInputItems.d.ts +1 -1
- package/dist/api/types/ArrayJsonSchemaPropertyOutput.d.ts +1 -1
- package/dist/api/types/ArrayJsonSchemaPropertyOutputItems.d.ts +1 -1
- package/dist/api/types/AsrConversationalConfig.d.ts +1 -1
- package/dist/api/types/AsrConversationalConfigWorkflowOverride.d.ts +1 -1
- package/dist/api/types/AstAndOperatorNodeInput.d.ts +1 -1
- package/dist/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +1 -1
- package/dist/api/types/AstAndOperatorNodeOutput.d.ts +1 -1
- package/dist/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +1 -1
- package/dist/api/types/AstEqualsOperatorNodeInput.d.ts +1 -1
- package/dist/api/types/AstEqualsOperatorNodeInputLeft.d.ts +1 -1
- package/dist/api/types/AstEqualsOperatorNodeInputRight.d.ts +1 -1
- package/dist/api/types/AstEqualsOperatorNodeOutput.d.ts +1 -1
- package/dist/api/types/AstEqualsOperatorNodeOutputLeft.d.ts +1 -1
- package/dist/api/types/AstEqualsOperatorNodeOutputRight.d.ts +1 -1
- package/dist/api/types/AstGreaterThanOperatorNodeInput.d.ts +1 -1
- package/dist/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +1 -1
- package/dist/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +1 -1
- package/dist/api/types/AstGreaterThanOperatorNodeOutput.d.ts +1 -1
- package/dist/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +1 -1
- package/dist/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +1 -1
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +1 -1
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +1 -1
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +1 -1
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +1 -1
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +1 -1
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +1 -1
- package/dist/api/types/AstLessThanOperatorNodeInput.d.ts +1 -1
- package/dist/api/types/AstLessThanOperatorNodeInputLeft.d.ts +1 -1
- package/dist/api/types/AstLessThanOperatorNodeInputRight.d.ts +1 -1
- package/dist/api/types/AstLessThanOperatorNodeOutput.d.ts +1 -1
- package/dist/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +1 -1
- package/dist/api/types/AstLessThanOperatorNodeOutputRight.d.ts +1 -1
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +1 -1
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +1 -1
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +1 -1
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +1 -1
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +1 -1
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +1 -1
- package/dist/api/types/AstNotEqualsOperatorNodeInput.d.ts +1 -1
- package/dist/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +1 -1
- package/dist/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +1 -1
- package/dist/api/types/AstNotEqualsOperatorNodeOutput.d.ts +1 -1
- package/dist/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +1 -1
- package/dist/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +1 -1
- package/dist/api/types/AstOrOperatorNodeInput.d.ts +1 -1
- package/dist/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +1 -1
- package/dist/api/types/AstOrOperatorNodeOutput.d.ts +1 -1
- package/dist/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +1 -1
- package/dist/api/types/AsyncConversationMetadata.d.ts +1 -1
- package/dist/api/types/AudioNativeProjectSettingsResponseModel.d.ts +1 -1
- package/dist/api/types/AudioWithTimestampsAndVoiceSegmentsResponseModel.d.ts +1 -1
- package/dist/api/types/AudioWithTimestampsResponse.d.ts +1 -1
- package/dist/api/types/AuthSettings.d.ts +1 -1
- package/dist/api/types/BackupLlmDefault.d.ts +1 -2
- package/dist/api/types/BackupLlmDisabled.d.ts +1 -2
- package/dist/api/types/BackupLlmOverride.d.ts +1 -1
- package/dist/api/types/BatchCallDetailedResponse.d.ts +1 -2
- package/dist/api/types/BatchCallResponse.d.ts +1 -2
- package/dist/api/types/BatchCallWhatsAppParams.d.ts +5 -0
- package/dist/api/types/BuiltInToolsInput.d.ts +1 -1
- package/dist/api/types/BuiltInToolsOutput.d.ts +1 -1
- package/dist/api/types/BuiltInToolsWorkflowOverrideInput.d.ts +1 -1
- package/dist/api/types/BuiltInToolsWorkflowOverrideOutput.d.ts +1 -1
- package/dist/api/types/CanvasPlacement.d.ts +13 -0
- package/dist/api/types/CaptionStyleCharacterAnimationModel.d.ts +1 -1
- package/dist/api/types/CaptionStyleHorizontalPlacementModel.d.ts +1 -1
- package/dist/api/types/CaptionStyleModel.d.ts +1 -1
- package/dist/api/types/CaptionStyleSectionAnimationModel.d.ts +1 -1
- package/dist/api/types/CaptionStyleVerticalPlacementModel.d.ts +1 -1
- package/dist/api/types/CaptionStyleWordAnimationModel.d.ts +1 -1
- package/dist/api/types/ChapterContentBlockExtendableNodeResponseModel.d.ts +1 -2
- package/dist/api/types/ChapterContentBlockInputModel.d.ts +1 -1
- package/dist/api/types/ChapterContentBlockResponseModel.d.ts +1 -1
- package/dist/api/types/ChapterContentBlockResponseModelNodesItem.d.ts +1 -1
- package/dist/api/types/ChapterContentInputModel.d.ts +1 -1
- package/dist/api/types/ChapterContentResponseModel.d.ts +1 -1
- package/dist/api/types/ChapterResponse.d.ts +3 -1
- package/dist/api/types/ChapterSnapshotExtendedResponseModel.d.ts +1 -1
- package/dist/api/types/ChapterSnapshotsResponse.d.ts +1 -1
- package/dist/api/types/ChapterWithContentResponseModel.d.ts +3 -1
- package/dist/api/types/ClientEvent.d.ts +1 -0
- package/dist/api/types/ClientEvent.js +1 -0
- package/dist/api/types/ClientToolConfigInput.d.ts +1 -1
- package/dist/api/types/ClientToolConfigOutput.d.ts +1 -1
- package/dist/api/types/ConvAiStoredSecretDependencies.d.ts +1 -1
- package/dist/api/types/ConvAiStoredSecretDependenciesAgentsItem.d.ts +1 -1
- package/dist/api/types/ConvAiStoredSecretDependenciesToolsItem.d.ts +1 -1
- package/dist/api/types/ConvAiWebhooks.d.ts +1 -1
- package/dist/api/types/ConvAiWorkspaceStoredSecretConfig.d.ts +1 -1
- package/dist/api/types/ConversationChargingCommonModel.d.ts +1 -1
- package/dist/api/types/ConversationConfig.d.ts +1 -1
- package/dist/api/types/ConversationConfigClientOverrideConfigInput.d.ts +1 -1
- package/dist/api/types/ConversationConfigClientOverrideConfigOutput.d.ts +1 -1
- package/dist/api/types/ConversationConfigClientOverrideInput.d.ts +1 -1
- package/dist/api/types/ConversationConfigClientOverrideOutput.d.ts +1 -1
- package/dist/api/types/ConversationConfigWorkflowOverride.d.ts +1 -1
- package/dist/api/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -1
- package/dist/api/types/ConversationHistoryEvaluationCriteriaResultCommonModel.d.ts +1 -1
- package/dist/api/types/ConversationHistoryFeedbackCommonModel.d.ts +1 -1
- package/dist/api/types/ConversationHistoryMetadataCommonModel.d.ts +1 -1
- package/dist/api/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +1 -1
- package/dist/api/types/ConversationHistoryMetadataCommonModelPhoneCall.d.ts +1 -1
- package/dist/api/types/ConversationHistoryMultivoiceMessageModel.d.ts +1 -1
- package/dist/api/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptToolCallCommonModel.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptToolCallCommonModelToolDetails.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTwilioPhoneCallModel.d.ts +1 -1
- package/dist/api/types/ConversationInitiationClientDataConfigInput.d.ts +1 -1
- package/dist/api/types/ConversationInitiationClientDataConfigOutput.d.ts +1 -1
- package/dist/api/types/ConversationInitiationClientDataInternal.d.ts +1 -1
- package/dist/api/types/ConversationInitiationClientDataRequestInput.d.ts +1 -1
- package/dist/api/types/ConversationInitiationClientDataRequestOutput.d.ts +1 -1
- package/dist/api/types/ConversationInitiationClientDataWebhook.d.ts +1 -1
- package/dist/api/types/ConversationInitiationClientDataWebhookRequestHeadersValue.d.ts +1 -1
- package/dist/api/types/ConversationInitiationSourceInfo.d.ts +1 -1
- package/dist/api/types/ConversationSimulationSpecification.d.ts +1 -1
- package/dist/api/types/ConversationSummaryResponseModel.d.ts +1 -1
- package/dist/api/types/ConversationTokenDbModel.d.ts +1 -1
- package/dist/api/types/ConversationTurnMetrics.d.ts +1 -1
- package/dist/api/types/ConversationalConfig.d.ts +1 -1
- package/dist/api/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +1 -1
- package/dist/api/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
- package/dist/api/types/CreateSipTrunkPhoneNumberRequest.d.ts +1 -1
- package/dist/api/types/CreateTwilioPhoneNumberRequest.d.ts +1 -1
- package/dist/api/types/CustomLlm.d.ts +1 -1
- package/dist/api/types/CustomLlmRequestHeadersValue.d.ts +1 -1
- package/dist/api/types/DataCollectionResultCommonModel.d.ts +1 -1
- package/dist/api/types/DefaultConversationInitiationTrigger.d.ts +1 -2
- package/dist/api/types/DependentAvailableAgentIdentifier.d.ts +1 -1
- package/dist/api/types/DependentAvailableToolIdentifier.d.ts +1 -1
- package/dist/api/types/DependentPhoneNumberIdentifier.d.ts +1 -1
- package/dist/api/types/DependentUnknownAgentIdentifier.d.ts +1 -2
- package/dist/api/types/DependentUnknownToolIdentifier.d.ts +1 -2
- package/dist/api/types/DetailedMusicResponse.d.ts +1 -1
- package/dist/api/types/DubbedSegment.d.ts +1 -1
- package/dist/api/types/DubbingMetadataPageResponseModel.d.ts +1 -1
- package/dist/api/types/DubbingMetadataResponse.d.ts +1 -1
- package/dist/api/types/DubbingModel.d.ts +5 -0
- package/dist/api/types/DubbingModel.js +8 -0
- package/dist/api/types/DubbingResource.d.ts +1 -1
- package/dist/api/types/DubbingTranscriptCharacter.d.ts +5 -0
- package/dist/api/types/DubbingTranscriptResponseModel.d.ts +5 -0
- package/dist/api/types/DubbingTranscriptUtterance.d.ts +7 -0
- package/dist/api/types/DubbingTranscriptWord.d.ts +8 -0
- package/dist/api/types/DynamicVariablesConfig.d.ts +1 -1
- package/dist/api/types/DynamicVariablesConfigWorkflowOverride.d.ts +1 -1
- package/dist/api/types/EditChapterResponseModel.d.ts +1 -1
- package/dist/api/types/EditProjectResponseModel.d.ts +1 -1
- package/dist/api/types/EndCallToolConfig.d.ts +1 -2
- package/dist/api/types/EvaluationSettings.d.ts +1 -1
- package/dist/api/types/ExportOptions.d.ts +1 -1
- package/dist/api/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +1 -1
- package/dist/api/types/FeaturesUsageCommonModel.d.ts +1 -1
- package/dist/api/types/FineTuningResponse.d.ts +1 -1
- package/dist/api/types/ForcedAlignmentResponseModel.d.ts +1 -1
- package/dist/api/types/GenerateVoiceRequest.d.ts +1 -1
- package/dist/api/types/GetAgentEmbedResponseModel.d.ts +1 -1
- package/dist/api/types/GetAgentLinkResponseModel.d.ts +1 -1
- package/dist/api/types/GetAgentResponseModel.d.ts +1 -5
- package/dist/api/types/GetAgentResponseModelPhoneNumbersItem.d.ts +1 -1
- package/dist/api/types/GetAgentsPageResponseModel.d.ts +1 -1
- package/dist/api/types/GetAudioNativeProjectSettingsResponseModel.d.ts +1 -1
- package/dist/api/types/GetChaptersResponse.d.ts +1 -1
- package/dist/api/types/GetConvAiDashboardSettingsResponseModel.d.ts +1 -1
- package/dist/api/types/GetConvAiDashboardSettingsResponseModelChartsItem.d.ts +1 -1
- package/dist/api/types/GetConvAiSettingsResponseModel.d.ts +1 -1
- package/dist/api/types/GetConversationResponseModel.d.ts +1 -1
- package/dist/api/types/GetConversationsPageResponseModel.d.ts +1 -1
- package/dist/api/types/GetKnowledgeBaseDependentAgentsResponseModel.d.ts +1 -1
- package/dist/api/types/GetKnowledgeBaseDependentAgentsResponseModelAgentsItem.d.ts +1 -1
- package/dist/api/types/GetKnowledgeBaseFileResponseModel.d.ts +1 -1
- package/dist/api/types/GetKnowledgeBaseListResponseModel.d.ts +1 -1
- package/dist/api/types/GetKnowledgeBaseListResponseModelDocumentsItem.d.ts +1 -1
- package/dist/api/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +1 -1
- package/dist/api/types/GetKnowledgeBaseSummaryFileResponseModelDependentAgentsItem.d.ts +1 -1
- package/dist/api/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +1 -1
- package/dist/api/types/GetKnowledgeBaseSummaryTextResponseModelDependentAgentsItem.d.ts +1 -1
- package/dist/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +1 -1
- package/dist/api/types/GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem.d.ts +1 -1
- package/dist/api/types/GetKnowledgeBaseTextResponseModel.d.ts +1 -1
- package/dist/api/types/GetKnowledgeBaseUrlResponseModel.d.ts +1 -1
- package/dist/api/types/GetLibraryVoicesResponse.d.ts +1 -1
- package/dist/api/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +1 -1
- package/dist/api/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +1 -1
- package/dist/api/types/GetPhoneNumberSipTrunkResponseModel.d.ts +1 -1
- package/dist/api/types/GetPhoneNumberTwilioResponseModel.d.ts +1 -1
- package/dist/api/types/GetProjectsResponse.d.ts +1 -1
- package/dist/api/types/GetPronunciationDictionariesMetadataResponseModel.d.ts +1 -1
- package/dist/api/types/GetPronunciationDictionaryMetadataResponse.d.ts +1 -1
- package/dist/api/types/GetSpeechHistoryResponse.d.ts +1 -1
- package/dist/api/types/GetTestInvocationsPageResponseModel.d.ts +1 -1
- package/dist/api/types/GetTestSuiteInvocationResponseModel.d.ts +1 -1
- package/dist/api/types/GetTestsPageResponseModel.d.ts +1 -1
- package/dist/api/types/GetTestsSummariesByIdsResponseModel.d.ts +1 -1
- package/dist/api/types/GetToolDependentAgentsResponseModel.d.ts +1 -1
- package/dist/api/types/GetToolDependentAgentsResponseModelAgentsItem.d.ts +1 -1
- package/dist/api/types/GetUnitTestResponseModel.d.ts +1 -1
- package/dist/api/types/GetVoicesResponse.d.ts +1 -1
- package/dist/api/types/GetVoicesV2Response.d.ts +1 -1
- package/dist/api/types/GetWorkspaceSecretsResponseModel.d.ts +1 -1
- package/dist/api/types/GuardrailsV1Input.d.ts +1 -1
- package/dist/api/types/GuardrailsV1Output.d.ts +1 -1
- package/dist/api/types/HistoryAlignmentsResponseModel.d.ts +1 -1
- package/dist/api/types/HttpValidationError.d.ts +1 -1
- package/dist/api/types/InboundSipTrunkConfigRequestModel.d.ts +1 -1
- package/dist/api/types/InvoiceResponse.d.ts +1 -1
- package/dist/api/types/KnowledgeBaseLocator.d.ts +1 -1
- package/dist/api/types/LanguageDetectionToolConfig.d.ts +1 -2
- package/dist/api/types/LanguagePresetInput.d.ts +1 -1
- package/dist/api/types/LanguagePresetOutput.d.ts +1 -1
- package/dist/api/types/LibraryVoiceResponse.d.ts +1 -1
- package/dist/api/types/ListMcpToolsResponseModel.d.ts +1 -1
- package/dist/api/types/LiteralJsonSchemaProperty.d.ts +1 -1
- package/dist/api/types/LiteralOverride.d.ts +1 -1
- package/dist/api/types/Llm.d.ts +3 -0
- package/dist/api/types/Llm.js +3 -0
- package/dist/api/types/LlmCategoryUsage.d.ts +1 -1
- package/dist/api/types/LlmInputOutputTokensUsage.d.ts +1 -1
- package/dist/api/types/LlmReasoningEffort.d.ts +1 -0
- package/dist/api/types/LlmReasoningEffort.js +1 -0
- package/dist/api/types/LlmUsageCalculatorLlmResponseModel.d.ts +1 -1
- package/dist/api/types/LlmUsageCalculatorResponseModel.d.ts +1 -1
- package/dist/api/types/LlmUsageInput.d.ts +1 -1
- package/dist/api/types/LlmUsageOutput.d.ts +1 -1
- package/dist/api/types/ManualVerificationResponse.d.ts +1 -1
- package/dist/api/types/MatchAnythingParameterEvaluationStrategy.d.ts +1 -2
- package/dist/api/types/McpServerConfigInput.d.ts +1 -1
- package/dist/api/types/McpServerConfigInputRequestHeadersValue.d.ts +1 -1
- package/dist/api/types/McpServerConfigInputSecretToken.d.ts +1 -1
- package/dist/api/types/McpServerConfigInputUrl.d.ts +1 -1
- package/dist/api/types/McpServerConfigOutput.d.ts +1 -1
- package/dist/api/types/McpServerConfigOutputRequestHeadersValue.d.ts +1 -1
- package/dist/api/types/McpServerConfigOutputSecretToken.d.ts +1 -1
- package/dist/api/types/McpServerConfigOutputUrl.d.ts +1 -1
- package/dist/api/types/McpServerResponseModel.d.ts +1 -1
- package/dist/api/types/McpServerResponseModelDependentAgentsItem.d.ts +1 -1
- package/dist/api/types/McpServersResponseModel.d.ts +1 -1
- package/dist/api/types/McpToolApprovalHash.d.ts +1 -1
- package/dist/api/types/McpToolConfigOverride.d.ts +1 -1
- package/dist/api/types/Model.d.ts +1 -1
- package/dist/api/types/ModerationConfig.d.ts +1 -1
- package/dist/api/types/ModerationGuardrailInput.d.ts +1 -1
- package/dist/api/types/ModerationGuardrailOutput.d.ts +1 -1
- package/dist/api/types/MultichannelSpeechToTextResponseModel.d.ts +1 -1
- package/dist/api/types/MultipartMusicResponse.d.ts +1 -1
- package/dist/api/types/MusicPrompt.d.ts +1 -1
- package/dist/api/types/ObjectJsonSchemaPropertyInput.d.ts +1 -1
- package/dist/api/types/ObjectJsonSchemaPropertyInputPropertiesValue.d.ts +1 -1
- package/dist/api/types/ObjectJsonSchemaPropertyOutput.d.ts +1 -1
- package/dist/api/types/ObjectJsonSchemaPropertyOutputPropertiesValue.d.ts +1 -1
- package/dist/api/types/ObjectOverrideInput.d.ts +1 -1
- package/dist/api/types/ObjectOverrideInputPropertiesValue.d.ts +1 -1
- package/dist/api/types/ObjectOverrideOutput.d.ts +1 -1
- package/dist/api/types/ObjectOverrideOutputPropertiesValue.d.ts +1 -1
- package/dist/api/types/OutboundCallRecipient.d.ts +1 -1
- package/dist/api/types/OutboundCallRecipientResponseModel.d.ts +1 -1
- package/dist/api/types/OutboundSipTrunkConfigRequestModel.d.ts +1 -1
- package/dist/api/types/PendingSubscriptionSwitchResponseModel.d.ts +1 -1
- package/dist/api/types/PhoneNumberTransfer.d.ts +1 -1
- package/dist/api/types/PhoneNumberTransferTransferDestination.d.ts +1 -1
- package/dist/api/types/PlayDtmfToolConfig.d.ts +2 -0
- package/dist/api/types/PodcastBulletinMode.d.ts +1 -1
- package/dist/api/types/PodcastConversationMode.d.ts +1 -1
- package/dist/api/types/PodcastProjectResponseModel.d.ts +1 -1
- package/dist/api/types/ProjectCreationMetaResponseModel.d.ts +1 -1
- package/dist/api/types/ProjectExtendedResponse.d.ts +3 -1
- package/dist/api/types/ProjectExtendedResponseModelAssetsItem.d.ts +5 -2
- package/dist/api/types/ProjectImageResponseModel.d.ts +19 -0
- package/dist/api/types/ProjectResponse.d.ts +1 -1
- package/dist/api/types/ProjectSnapshotExtendedResponseModel.d.ts +1 -1
- package/dist/api/types/ProjectSnapshotsResponse.d.ts +1 -1
- package/dist/api/types/ProjectVideoResponseModel.d.ts +2 -1
- package/dist/api/types/PromptAgentApiModelInput.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelInputBackupLlmConfig.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelInputToolsItem.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelOutput.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelOutputBackupLlmConfig.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelOutputToolsItem.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelOverride.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +1 -1
- package/dist/api/types/PronunciationDictionaryVersionResponseModel.d.ts +1 -1
- package/dist/api/types/QueryOverride.d.ts +1 -1
- package/dist/api/types/QueryParamsJsonSchema.d.ts +1 -1
- package/dist/api/types/RagConfig.d.ts +1 -1
- package/dist/api/types/RagConfigWorkflowOverride.d.ts +1 -1
- package/dist/api/types/RagDocumentIndexResponseModel.d.ts +1 -1
- package/dist/api/types/RagDocumentIndexesResponseModel.d.ts +1 -1
- package/dist/api/types/RagIndexOverviewEmbeddingModelResponseModel.d.ts +1 -1
- package/dist/api/types/RagIndexOverviewResponseModel.d.ts +1 -1
- package/dist/api/types/RagRetrievalInfo.d.ts +1 -1
- package/dist/api/types/ReaderResourceResponseModel.d.ts +1 -1
- package/dist/api/types/ReferencedToolCommonModel.d.ts +1 -1
- package/dist/api/types/RegionConfigRequest.d.ts +1 -1
- package/dist/api/types/Render.d.ts +1 -1
- package/dist/api/types/ResourceAccessInfo.d.ts +1 -1
- package/dist/api/types/ResourceMetadataResponseModel.d.ts +1 -1
- package/dist/api/types/SafetyCommonModel.d.ts +1 -1
- package/dist/api/types/SafetyEvaluation.d.ts +1 -1
- package/dist/api/types/SectionSource.d.ts +1 -1
- package/dist/api/types/ShareOptionResponseModel.d.ts +1 -1
- package/dist/api/types/SimilarVoice.d.ts +1 -1
- package/dist/api/types/SimilarVoicesForSpeakerResponse.d.ts +1 -1
- package/dist/api/types/SingleUseTokenType.d.ts +5 -1
- package/dist/api/types/SingleUseTokenType.js +5 -0
- package/dist/api/types/SkipTurnToolConfig.d.ts +1 -2
- package/dist/api/types/SongSection.d.ts +1 -1
- package/dist/api/types/SpeakerResponseModel.d.ts +1 -1
- package/dist/api/types/SpeakerSegment.d.ts +1 -1
- package/dist/api/types/SpeakerSeparationResponseModel.d.ts +1 -1
- package/dist/api/types/SpeakerTrack.d.ts +1 -1
- package/dist/api/types/SpeechHistoryItemResponse.d.ts +1 -1
- package/dist/api/types/SpeechToTextChunkResponseModel.d.ts +1 -1
- package/dist/api/types/SpeechToTextWordResponseModel.d.ts +1 -1
- package/dist/api/types/StreamingAudioChunkWithTimestampsAndVoiceSegmentsResponseModel.d.ts +1 -1
- package/dist/api/types/StreamingAudioChunkWithTimestampsResponse.d.ts +1 -1
- package/dist/api/types/Subscription.d.ts +1 -1
- package/dist/api/types/SubscriptionResponse.d.ts +1 -1
- package/dist/api/types/SuggestedAudioTag.d.ts +6 -0
- package/dist/api/types/SupportedVoice.d.ts +1 -1
- package/dist/api/types/SystemToolConfigInput.d.ts +1 -1
- package/dist/api/types/SystemToolConfigInputParams.d.ts +1 -1
- package/dist/api/types/SystemToolConfigOutput.d.ts +1 -1
- package/dist/api/types/SystemToolConfigOutputParams.d.ts +1 -1
- package/dist/api/types/TestConditionResultCommonModel.d.ts +1 -1
- package/dist/api/types/TestFromConversationMetadataInput.d.ts +1 -1
- package/dist/api/types/TestFromConversationMetadataOutput.d.ts +1 -1
- package/dist/api/types/TestInvocationSummaryResponseModel.d.ts +1 -1
- package/dist/api/types/TestRunMetadata.d.ts +1 -1
- package/dist/api/types/TextNormalisationType.d.ts +6 -0
- package/dist/api/types/TextNormalisationType.js +9 -0
- package/dist/api/types/Tool.d.ts +1 -1
- package/dist/api/types/ToolRequestModel.d.ts +1 -1
- package/dist/api/types/ToolRequestModelToolConfig.d.ts +2 -5
- package/dist/api/types/ToolResponseModel.d.ts +1 -1
- package/dist/api/types/ToolResponseModelToolConfig.d.ts +2 -5
- package/dist/api/types/ToolsResponseModel.d.ts +1 -1
- package/dist/api/types/TransferToAgentToolConfig.d.ts +1 -1
- package/dist/api/types/TransferToNumberToolConfigInput.d.ts +1 -1
- package/dist/api/types/TransferToNumberToolConfigOutput.d.ts +1 -1
- package/dist/api/types/TtsConversationalConfigInput.d.ts +5 -1
- package/dist/api/types/TtsConversationalConfigOutput.d.ts +5 -1
- package/dist/api/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +5 -1
- package/dist/api/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +5 -1
- package/dist/api/types/TtsConversationalModel.d.ts +0 -1
- package/dist/api/types/TtsConversationalModel.js +0 -1
- package/dist/api/types/TtsModelFamily.d.ts +0 -1
- package/dist/api/types/TtsModelFamily.js +0 -1
- package/dist/api/types/TurnConfig.d.ts +1 -1
- package/dist/api/types/TurnConfigOverride.d.ts +1 -1
- package/dist/api/types/TurnConfigOverrideConfig.d.ts +1 -1
- package/dist/api/types/TurnConfigWorkflowOverride.d.ts +1 -1
- package/dist/api/types/UnitTestCommonModel.d.ts +1 -1
- package/dist/api/types/UnitTestRunResponseModel.d.ts +1 -1
- package/dist/api/types/UnitTestSummaryResponseModel.d.ts +1 -1
- package/dist/api/types/UnitTestToolCallEvaluationModelInput.d.ts +1 -1
- package/dist/api/types/UnitTestToolCallEvaluationModelOutput.d.ts +1 -1
- package/dist/api/types/UnitTestToolCallParameter.d.ts +1 -1
- package/dist/api/types/UnitTestToolCallParameterEval.d.ts +1 -1
- package/dist/api/types/User.d.ts +1 -1
- package/dist/api/types/UserFeedback.d.ts +1 -1
- package/dist/api/types/VadConfig.d.ts +1 -2
- package/dist/api/types/VadConfigWorkflowOverride.d.ts +1 -2
- package/dist/api/types/ValidationError.d.ts +1 -1
- package/dist/api/types/VerificationAttemptResponse.d.ts +1 -1
- package/dist/api/types/Voice.d.ts +1 -1
- package/dist/api/types/VoiceDesignPreviewResponse.d.ts +1 -1
- package/dist/api/types/VoiceGenerationParameterResponse.d.ts +1 -1
- package/dist/api/types/VoiceSample.d.ts +1 -1
- package/dist/api/types/VoiceSharingResponse.d.ts +1 -1
- package/dist/api/types/VoiceVerificationResponse.d.ts +1 -1
- package/dist/api/types/WebhookToolApiSchemaConfigInput.d.ts +1 -1
- package/dist/api/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.d.ts +1 -1
- package/dist/api/types/WebhookToolApiSchemaConfigOutput.d.ts +1 -1
- package/dist/api/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.d.ts +1 -1
- package/dist/api/types/WebhookToolConfigInput.d.ts +1 -1
- package/dist/api/types/WebhookToolConfigOutput.d.ts +1 -1
- package/dist/api/types/WidgetConfig.d.ts +1 -1
- package/dist/api/types/WidgetConfigInputAvatar.d.ts +1 -1
- package/dist/api/types/WidgetConfigOutputAvatar.d.ts +1 -1
- package/dist/api/types/WidgetConfigResponse.d.ts +1 -1
- package/dist/api/types/WidgetConfigResponseModelAvatar.d.ts +1 -1
- package/dist/api/types/WidgetEndFeedbackConfig.d.ts +1 -1
- package/dist/api/types/WidgetLanguagePreset.d.ts +1 -1
- package/dist/api/types/WidgetLanguagePresetResponse.d.ts +1 -1
- package/dist/api/types/WorkflowEdgeModelInput.d.ts +1 -1
- package/dist/api/types/WorkflowEdgeModelInputBackwardCondition.d.ts +1 -1
- package/dist/api/types/WorkflowEdgeModelInputForwardCondition.d.ts +1 -1
- package/dist/api/types/WorkflowEdgeModelOutput.d.ts +1 -1
- package/dist/api/types/WorkflowEdgeModelOutputBackwardCondition.d.ts +1 -1
- package/dist/api/types/WorkflowEdgeModelOutputForwardCondition.d.ts +1 -1
- package/dist/api/types/WorkflowEndNodeModelInput.d.ts +1 -1
- package/dist/api/types/WorkflowEndNodeModelOutput.d.ts +1 -1
- package/dist/api/types/WorkflowExpressionConditionModelInput.d.ts +1 -1
- package/dist/api/types/WorkflowExpressionConditionModelInputExpression.d.ts +1 -1
- package/dist/api/types/WorkflowExpressionConditionModelOutput.d.ts +1 -1
- package/dist/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +1 -1
- package/dist/api/types/WorkflowFeaturesUsageCommonModel.d.ts +1 -1
- package/dist/api/types/WorkflowOverrideAgentNodeModelInput.d.ts +1 -1
- package/dist/api/types/WorkflowOverrideAgentNodeModelOutput.d.ts +1 -1
- package/dist/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +1 -1
- package/dist/api/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +1 -1
- package/dist/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +1 -1
- package/dist/api/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +1 -1
- package/dist/api/types/WorkflowStandaloneAgentNodeModelInput.d.ts +1 -1
- package/dist/api/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +1 -1
- package/dist/api/types/WorkflowStartNodeModelInput.d.ts +1 -1
- package/dist/api/types/WorkflowStartNodeModelOutput.d.ts +1 -1
- package/dist/api/types/WorkflowToolNestedToolsStepModelInput.d.ts +1 -1
- package/dist/api/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +1 -1
- package/dist/api/types/WorkflowToolNestedToolsStepModelOutput.d.ts +1 -1
- package/dist/api/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +1 -1
- package/dist/api/types/WorkflowToolNodeModelInput.d.ts +1 -1
- package/dist/api/types/WorkflowToolNodeModelOutput.d.ts +1 -1
- package/dist/api/types/WorkflowToolResponseModelInput.d.ts +1 -1
- package/dist/api/types/WorkflowToolResponseModelInputStepsItem.d.ts +1 -1
- package/dist/api/types/WorkflowToolResponseModelOutput.d.ts +1 -1
- package/dist/api/types/WorkflowToolResponseModelOutputStepsItem.d.ts +1 -1
- package/dist/api/types/WorkspaceApiKeyListResponseModel.d.ts +1 -1
- package/dist/api/types/WorkspaceApiKeyResponseModel.d.ts +1 -1
- package/dist/api/types/WorkspaceBatchCallsResponse.d.ts +1 -1
- package/dist/api/types/WorkspaceServiceAccountListResponseModel.d.ts +1 -1
- package/dist/api/types/WorkspaceServiceAccountResponseModel.d.ts +1 -1
- package/dist/api/types/WorkspaceWebhookListResponseModel.d.ts +1 -1
- package/dist/api/types/WorkspaceWebhookResponseModel.d.ts +1 -1
- package/dist/api/types/WorkspaceWebhookUsageResponseModel.d.ts +1 -1
- package/dist/api/types/index.d.ts +296 -311
- package/dist/api/types/index.js +296 -311
- package/dist/core/exports.d.ts +1 -0
- package/dist/core/exports.js +1 -0
- package/dist/core/fetcher/APIResponse.d.ts +1 -1
- package/dist/core/fetcher/BinaryResponse.d.ts +1 -1
- package/dist/core/fetcher/EndpointSupplier.d.ts +2 -2
- package/dist/core/fetcher/Fetcher.d.ts +6 -3
- package/dist/core/fetcher/Fetcher.js +202 -8
- package/dist/core/fetcher/HttpResponsePromise.d.ts +1 -1
- package/dist/core/fetcher/getErrorResponseBody.js +2 -1
- package/dist/core/fetcher/getFetchFn.js +1 -1
- package/dist/core/fetcher/getRequestBody.d.ts +1 -1
- package/dist/core/fetcher/getRequestBody.js +4 -0
- package/dist/core/fetcher/getResponseBody.js +3 -3
- package/dist/core/fetcher/makeRequest.d.ts +1 -1
- package/dist/core/fetcher/makeRequest.js +2 -4
- package/dist/core/fetcher/requestWithRetries.js +3 -12
- package/dist/core/fetcher/signals.d.ts +0 -6
- package/dist/core/fetcher/signals.js +0 -12
- package/dist/core/file/file.d.ts +6 -1
- package/dist/core/file/file.js +25 -7
- package/dist/core/form-data-utils/FormDataWrapper.d.ts +2 -3
- package/dist/core/form-data-utils/FormDataWrapper.js +62 -85
- package/dist/core/headers.js +6 -4
- package/dist/core/index.d.ts +5 -4
- package/dist/core/index.js +6 -5
- package/dist/core/logging/exports.d.ts +18 -0
- package/dist/core/logging/exports.js +45 -0
- package/dist/core/logging/index.d.ts +1 -0
- package/{api/resources/v1TextToSpeechVoiceIdStreamInput → dist/core/logging}/index.js +1 -1
- package/dist/core/logging/logger.d.ts +126 -0
- package/dist/core/logging/logger.js +144 -0
- package/dist/core/schemas/Schema.d.ts +2 -1
- package/dist/core/schemas/Schema.js +1 -0
- package/dist/core/schemas/builders/bigint/bigint.d.ts +1 -1
- package/dist/core/schemas/builders/bigint/bigint.js +2 -2
- package/dist/core/schemas/builders/date/date.d.ts +1 -1
- package/dist/core/schemas/builders/date/date.js +2 -2
- package/dist/core/schemas/builders/enum/enum.d.ts +1 -1
- package/dist/core/schemas/builders/index.d.ts +14 -14
- package/dist/core/schemas/builders/index.js +14 -14
- package/dist/core/schemas/builders/lazy/lazy.d.ts +1 -1
- package/dist/core/schemas/builders/lazy/lazy.js +2 -2
- package/dist/core/schemas/builders/lazy/lazyObject.d.ts +2 -2
- package/dist/core/schemas/builders/lazy/lazyObject.js +4 -4
- package/dist/core/schemas/builders/list/list.d.ts +1 -1
- package/dist/core/schemas/builders/list/list.js +2 -2
- package/dist/core/schemas/builders/literals/booleanLiteral.d.ts +1 -1
- package/dist/core/schemas/builders/literals/stringLiteral.d.ts +1 -1
- package/dist/core/schemas/builders/object/object.d.ts +1 -1
- package/dist/core/schemas/builders/object/object.js +5 -5
- package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +1 -1
- package/dist/core/schemas/builders/object/property.d.ts +1 -1
- package/dist/core/schemas/builders/object/types.d.ts +5 -5
- package/dist/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +2 -2
- package/dist/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -2
- package/dist/core/schemas/builders/object-like/types.d.ts +1 -1
- package/dist/core/schemas/builders/primitives/any.d.ts +1 -1
- package/dist/core/schemas/builders/primitives/boolean.d.ts +1 -1
- package/dist/core/schemas/builders/primitives/index.d.ts +1 -0
- package/dist/core/schemas/builders/primitives/index.js +3 -1
- package/dist/core/schemas/builders/primitives/never.d.ts +2 -0
- package/dist/core/schemas/builders/primitives/never.js +14 -0
- package/dist/core/schemas/builders/primitives/number.d.ts +1 -1
- package/dist/core/schemas/builders/primitives/string.d.ts +1 -1
- package/dist/core/schemas/builders/primitives/unknown.d.ts +1 -1
- package/dist/core/schemas/builders/record/record.d.ts +2 -2
- package/dist/core/schemas/builders/record/record.js +3 -3
- package/dist/core/schemas/builders/record/types.d.ts +2 -2
- package/dist/core/schemas/builders/schema-utils/JsonError.d.ts +1 -1
- package/dist/core/schemas/builders/schema-utils/ParseError.d.ts +1 -1
- package/dist/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +1 -1
- package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +1 -1
- package/dist/core/schemas/builders/set/set.d.ts +1 -1
- package/dist/core/schemas/builders/set/set.js +4 -4
- package/dist/core/schemas/builders/undiscriminated-union/types.d.ts +1 -1
- package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +2 -2
- package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +2 -2
- package/dist/core/schemas/builders/union/types.d.ts +2 -2
- package/dist/core/schemas/builders/union/union.d.ts +3 -3
- package/dist/core/schemas/builders/union/union.js +4 -4
- package/dist/core/schemas/index.d.ts +1 -1
- package/dist/core/schemas/index.js +1 -1
- package/dist/core/schemas/utils/createIdentitySchemaCreator.d.ts +1 -1
- package/dist/core/schemas/utils/createIdentitySchemaCreator.js +2 -2
- package/dist/core/schemas/utils/maybeSkipValidation.d.ts +1 -1
- package/dist/core/stream/Stream.d.ts +1 -0
- package/dist/core/stream/Stream.js +8 -5
- package/dist/core/url/encodePathParam.d.ts +1 -0
- package/dist/core/url/encodePathParam.js +21 -0
- package/dist/core/url/index.d.ts +1 -0
- package/dist/core/url/index.js +3 -1
- package/dist/core/url/join.js +3 -4
- package/dist/errors/ElevenLabsError.d.ts +1 -1
- package/dist/errors/ElevenLabsError.js +1 -1
- package/dist/serialization/resources/audioIsolation/types/AudioIsolationConvertRequestFileFormat.d.ts +2 -2
- package/dist/serialization/resources/audioIsolation/types/AudioIsolationStreamRequestFileFormat.d.ts +2 -2
- package/dist/serialization/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodyDuplicateAgentV1ConvaiAgentsAgentIdDuplicatePost.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/index.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/index.js +5 -5
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/llmUsage/client/requests/LlmUsageCalculatorRequestModel.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -3
- package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +0 -1
- package/dist/serialization/resources/conversationalAi/resources/conversations/index.d.ts +1 -1
- package/dist/serialization/resources/conversationalAi/resources/conversations/index.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/ConversationFeedbackRequestModel.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/conversations/types/ConversationsListRequestSummaryMode.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/dashboard/resources/index.d.ts +1 -1
- package/dist/serialization/resources/conversationalAi/resources/dashboard/resources/index.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/PatchConvAiDashboardSettingsRequest.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/dashboard/resources/settings/index.d.ts +1 -1
- package/dist/serialization/resources/conversationalAi/resources/dashboard/resources/settings/index.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/dashboard/resources/settings/types/PatchConvAiDashboardSettingsRequestChartsItem.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/index.d.ts +17 -17
- package/dist/serialization/resources/conversationalAi/resources/index.js +18 -18
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/RagIndexRequestModel.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateTextDocumentV1ConvaiKnowledgeBaseTextPost.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateUrlDocumentV1ConvaiKnowledgeBaseUrlPost.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +1 -1
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.js +3 -3
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.d.ts +1 -1
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/index.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/index.js +4 -4
- package/dist/serialization/resources/conversationalAi/resources/llmUsage/client/requests/LlmUsageCalculatorPublicRequestModel.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -1
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.js +3 -3
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/index.d.ts +1 -1
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/index.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +4 -4
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +2 -2
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +4 -4
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +2 -2
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/list.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/index.d.ts +1 -1
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/index.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/index.d.ts +1 -1
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/index.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/secrets/client/requests/PatchWorkspaceSecretRequest.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/secrets/client/requests/PostWorkspaceSecretRequest.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +1 -1
- package/dist/serialization/resources/conversationalAi/resources/secrets/client/requests/index.js +3 -3
- package/dist/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +6 -6
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.js +4 -4
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/ListTestsByIdsRequestModel.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +6 -6
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.js +4 -4
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/index.d.ts +1 -1
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/index.js +3 -3
- package/dist/serialization/resources/conversationalAi/resources/tests/index.d.ts +1 -1
- package/dist/serialization/resources/conversationalAi/resources/tests/index.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/tests/types/CreateUnitTestRequestDynamicVariablesValue.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/tests/types/UpdateUnitTestRequestDynamicVariablesValue.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +2 -2
- package/dist/serialization/resources/dubbing/index.d.ts +1 -1
- package/dist/serialization/resources/dubbing/index.js +1 -1
- package/dist/serialization/resources/dubbing/resources/index.d.ts +3 -2
- package/dist/serialization/resources/dubbing/resources/index.js +4 -3
- package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyDubsAllOrSomeSegmentsAndLanguagesV1DubbingResourceDubbingIdDubPost.d.ts +2 -2
- package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -2
- package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyTranscribesSegmentsV1DubbingResourceDubbingIdTranscribePost.d.ts +2 -2
- package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyTranslatesAllOrSomeSegmentsAndLanguagesV1DubbingResourceDubbingIdTranslatePost.d.ts +2 -2
- package/dist/serialization/resources/dubbing/resources/resource/client/requests/index.d.ts +2 -2
- package/dist/serialization/resources/dubbing/resources/resource/client/requests/index.js +5 -5
- package/dist/serialization/resources/dubbing/resources/resource/index.d.ts +1 -0
- package/dist/serialization/resources/dubbing/resources/resource/index.js +1 -0
- package/dist/serialization/resources/dubbing/resources/resource/resources/language/client/requests/BodyAddALanguageToTheResourceV1DubbingResourceDubbingIdLanguagePost.d.ts +2 -2
- package/dist/serialization/resources/dubbing/resources/resource/resources/segment/client/requests/SegmentUpdatePayload.d.ts +2 -2
- package/dist/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyUpdateMetadataForASpeakerV1DubbingResourceDubbingIdSpeakerSpeakerIdPatch.d.ts +2 -2
- package/dist/serialization/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.d.ts +2 -2
- package/dist/serialization/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.d.ts +7 -0
- package/dist/serialization/{types/FinalOutputMulti.js → resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.js} +6 -6
- package/dist/serialization/resources/dubbing/resources/resource/types/index.d.ts +1 -0
- package/dist/serialization/resources/dubbing/resources/resource/types/index.js +17 -0
- package/dist/serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.d.ts +3 -3
- package/dist/serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.js +1 -1
- package/dist/serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.d.ts +8 -0
- package/dist/serialization/resources/{v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.js → dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.js} +4 -5
- package/dist/serialization/resources/dubbing/resources/transcript/types/index.d.ts +1 -0
- package/dist/serialization/resources/dubbing/resources/transcript/types/index.js +1 -0
- package/dist/serialization/resources/dubbing/types/DubbingCreateRequestMode.d.ts +2 -2
- package/dist/serialization/resources/dubbing/types/DubbingListRequestDubbingStatus.d.ts +2 -2
- package/dist/serialization/resources/dubbing/types/DubbingListRequestFilterByCreator.d.ts +2 -2
- package/dist/serialization/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +2 -2
- package/dist/serialization/resources/dubbing/types/index.d.ts +1 -1
- package/dist/serialization/resources/dubbing/types/index.js +1 -1
- package/dist/serialization/resources/history/client/requests/DownloadHistoryRequest.d.ts +2 -2
- package/dist/serialization/resources/history/index.d.ts +1 -1
- package/dist/serialization/resources/history/index.js +1 -1
- package/dist/serialization/resources/history/types/HistoryListRequestSortDirection.d.ts +2 -2
- package/dist/serialization/resources/history/types/HistoryListRequestSource.d.ts +2 -2
- package/dist/serialization/resources/index.d.ts +29 -33
- package/dist/serialization/resources/index.js +30 -34
- package/dist/serialization/resources/models/client/list.d.ts +2 -2
- package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -2
- package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +2 -2
- package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +2 -2
- package/dist/serialization/resources/music/index.d.ts +1 -1
- package/dist/serialization/resources/music/index.js +1 -1
- package/dist/serialization/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.d.ts +2 -2
- package/dist/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/music/types/MusicComposeRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/music/types/MusicSeparateStemsRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/music/types/MusicSeparateStemsRequestStemVariationId.d.ts +2 -2
- package/dist/serialization/resources/music/types/MusicStreamRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/music/types/index.d.ts +2 -2
- package/dist/serialization/resources/music/types/index.js +2 -2
- package/dist/serialization/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost.d.ts +2 -2
- package/dist/serialization/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.d.ts +2 -2
- package/dist/serialization/resources/pronunciationDictionaries/index.d.ts +2 -2
- package/dist/serialization/resources/pronunciationDictionaries/index.js +2 -2
- package/dist/serialization/resources/pronunciationDictionaries/resources/index.d.ts +1 -1
- package/dist/serialization/resources/pronunciationDictionaries/resources/index.js +1 -1
- package/dist/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/PronunciationDictionary.d.ts +2 -2
- package/dist/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/RemovePronunciationDictionaryRulesRequest.d.ts +2 -2
- package/dist/serialization/resources/pronunciationDictionaries/resources/rules/index.d.ts +1 -1
- package/dist/serialization/resources/pronunciationDictionaries/resources/rules/index.js +1 -1
- package/dist/serialization/resources/pronunciationDictionaries/resources/rules/types/PronunciationDictionaryRule.d.ts +2 -2
- package/dist/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostRulesItem.d.ts +2 -2
- package/dist/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +2 -2
- package/dist/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +2 -2
- package/dist/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesListRequestSort.d.ts +2 -2
- package/dist/serialization/resources/pronunciationDictionaries/types/index.d.ts +1 -1
- package/dist/serialization/resources/pronunciationDictionaries/types/index.js +1 -1
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +2 -2
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +2 -2
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/index.d.ts +1 -1
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/index.js +1 -1
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +2 -2
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts +2 -2
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +2 -2
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts +2 -2
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +2 -2
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +2 -2
- package/dist/serialization/resources/serviceAccounts/resources/index.d.ts +1 -1
- package/dist/serialization/resources/serviceAccounts/resources/index.js +1 -1
- package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestFileFormat.d.ts +2 -2
- package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechStreamRequestFileFormat.d.ts +2 -2
- package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/speechToSpeech/types/index.d.ts +2 -2
- package/dist/serialization/resources/speechToSpeech/types/index.js +2 -2
- package/dist/serialization/resources/speechToText/index.d.ts +1 -1
- package/dist/serialization/resources/speechToText/index.js +1 -1
- package/dist/serialization/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.d.ts +3 -3
- package/dist/serialization/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.js +1 -1
- package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestFileFormat.d.ts +2 -2
- package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestTimestampsGranularity.d.ts +2 -2
- package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestWebhookMetadata.d.ts +2 -2
- package/dist/serialization/resources/speechToText/types/SpeechToTextConvertResponse.d.ts +3 -3
- package/dist/serialization/resources/speechToText/types/SpeechToTextConvertResponse.js +1 -1
- package/dist/serialization/resources/speechToText/types/index.d.ts +1 -1
- package/dist/serialization/resources/speechToText/types/index.js +1 -1
- package/dist/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +5 -5
- package/dist/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.js +3 -3
- package/dist/serialization/resources/studio/index.d.ts +2 -2
- package/dist/serialization/resources/studio/index.js +2 -2
- package/dist/serialization/resources/studio/resources/index.d.ts +1 -1
- package/dist/serialization/resources/studio/resources/index.js +1 -1
- package/dist/serialization/resources/studio/resources/projects/client/requests/BodyUpdateStudioProjectV1StudioProjectsProjectIdPost.d.ts +2 -2
- package/dist/serialization/resources/studio/resources/projects/index.d.ts +1 -1
- package/dist/serialization/resources/studio/resources/projects/index.js +1 -1
- package/dist/serialization/resources/studio/resources/projects/resources/chapters/client/requests/BodyCreateChapterV1StudioProjectsProjectIdChaptersPost.d.ts +2 -2
- package/dist/serialization/resources/studio/resources/projects/resources/chapters/client/requests/BodyUpdateChapterV1StudioProjectsProjectIdChaptersChapterIdPost.d.ts +2 -2
- package/dist/serialization/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +2 -2
- package/dist/serialization/resources/studio/resources/projects/resources/index.d.ts +2 -2
- package/dist/serialization/resources/studio/resources/projects/resources/index.js +3 -3
- package/dist/serialization/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/BodyCreatePronunciationDictionariesV1StudioProjectsProjectIdPronunciationDictionariesPost.d.ts +2 -2
- package/dist/serialization/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +2 -2
- package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestApplyTextNormalization.d.ts +2 -2
- package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestFiction.d.ts +2 -2
- package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.d.ts +2 -2
- package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestTargetAudience.d.ts +2 -2
- package/dist/serialization/resources/studio/resources/projects/types/index.d.ts +2 -2
- package/dist/serialization/resources/studio/resources/projects/types/index.js +2 -2
- package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization.d.ts +2 -2
- package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostDurationScale.d.ts +2 -2
- package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.d.ts +3 -3
- package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.js +1 -1
- package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +2 -2
- package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSource.d.ts +2 -2
- package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceItem.d.ts +2 -2
- package/dist/serialization/resources/studio/types/index.d.ts +4 -4
- package/dist/serialization/resources/studio/types/index.js +4 -4
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +2 -2
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -2
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -2
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +2 -2
- package/dist/serialization/resources/textToDialogue/client/requests/index.d.ts +2 -2
- package/dist/serialization/resources/textToDialogue/client/requests/index.js +5 -5
- package/dist/serialization/resources/textToDialogue/index.d.ts +1 -1
- package/dist/serialization/resources/textToDialogue/index.js +1 -1
- package/dist/serialization/resources/textToDialogue/types/BodyTextToDialogueFullWithTimestampsApplyTextNormalization.d.ts +2 -2
- package/dist/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.d.ts +2 -2
- package/dist/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.d.ts +2 -2
- package/dist/serialization/resources/textToDialogue/types/BodyTextToDialogueStreamWithTimestampsApplyTextNormalization.d.ts +2 -2
- package/dist/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/textToDialogue/types/TextToDialogueStreamWithTimestampsRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/textToDialogue/types/index.d.ts +5 -5
- package/dist/serialization/resources/textToDialogue/types/index.js +5 -5
- package/dist/serialization/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +2 -2
- package/dist/serialization/resources/textToSoundEffects/index.d.ts +1 -1
- package/dist/serialization/resources/textToSoundEffects/index.js +1 -1
- package/dist/serialization/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +3 -3
- package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +1 -1
- package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +3 -3
- package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js +1 -1
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +3 -3
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +1 -1
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +3 -3
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.js +1 -1
- package/dist/serialization/resources/textToSpeech/index.d.ts +1 -1
- package/dist/serialization/resources/textToSpeech/index.js +1 -1
- package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechFullApplyTextNormalization.d.ts +2 -2
- package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts +2 -2
- package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamApplyTextNormalization.d.ts +2 -2
- package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts +2 -2
- package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/textToSpeech/types/index.d.ts +4 -4
- package/dist/serialization/resources/textToSpeech/types/index.js +4 -4
- package/dist/serialization/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.d.ts +2 -2
- package/dist/serialization/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +2 -2
- package/dist/serialization/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +2 -2
- package/dist/serialization/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +2 -2
- package/dist/serialization/resources/textToVoice/client/requests/index.d.ts +1 -1
- package/dist/serialization/resources/textToVoice/client/requests/index.js +3 -3
- package/dist/serialization/resources/textToVoice/index.d.ts +1 -1
- package/dist/serialization/resources/textToVoice/index.js +1 -1
- package/dist/serialization/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/textToVoice/types/VoiceDesignRequestModelModelId.d.ts +2 -2
- package/dist/serialization/resources/textToVoice/types/index.d.ts +1 -1
- package/dist/serialization/resources/textToVoice/types/index.js +1 -1
- package/dist/serialization/resources/voices/client/requests/BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost.d.ts +2 -2
- package/dist/serialization/resources/voices/index.d.ts +2 -2
- package/dist/serialization/resources/voices/index.js +2 -2
- package/dist/serialization/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +2 -2
- package/dist/serialization/resources/voices/resources/pvc/client/requests/BodyRunPvcTrainingV1VoicesPvcVoiceIdTrainPost.d.ts +2 -2
- package/dist/serialization/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +2 -2
- package/dist/serialization/resources/voices/resources/pvc/client/requests/index.d.ts +1 -1
- package/dist/serialization/resources/voices/resources/pvc/client/requests/index.js +3 -3
- package/dist/serialization/resources/voices/resources/pvc/index.d.ts +1 -1
- package/dist/serialization/resources/voices/resources/pvc/index.js +1 -1
- package/dist/serialization/resources/voices/resources/pvc/resources/samples/client/create.d.ts +2 -2
- package/dist/serialization/resources/voices/resources/pvc/resources/samples/client/requests/BodyUpdatePvcVoiceSampleV1VoicesPvcVoiceIdSamplesSampleIdPost.d.ts +2 -2
- package/dist/serialization/resources/voices/types/VoicesGetSharedRequestCategory.d.ts +2 -2
- package/dist/serialization/resources/workspace/resources/groups/client/search.d.ts +2 -2
- package/dist/serialization/resources/workspace/resources/groups/resources/members/client/requests/AddMemberToGroupRequest.d.ts +2 -2
- package/dist/serialization/resources/workspace/resources/groups/resources/members/client/requests/BodyDeleteMemberFromUserGroupV1WorkspaceGroupsGroupIdMembersRemovePost.d.ts +2 -2
- package/dist/serialization/resources/workspace/resources/groups/resources/members/client/requests/index.d.ts +1 -1
- package/dist/serialization/resources/workspace/resources/groups/resources/members/client/requests/index.js +3 -3
- package/dist/serialization/resources/workspace/resources/index.d.ts +4 -4
- package/dist/serialization/resources/workspace/resources/index.js +5 -5
- package/dist/serialization/resources/workspace/resources/invites/client/requests/BodyDeleteExistingInvitationV1WorkspaceInvitesDelete.d.ts +2 -2
- package/dist/serialization/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.d.ts +2 -2
- package/dist/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +2 -2
- package/dist/serialization/resources/workspace/resources/invites/client/requests/index.d.ts +2 -2
- package/dist/serialization/resources/workspace/resources/invites/client/requests/index.js +5 -5
- package/dist/serialization/resources/workspace/resources/invites/index.d.ts +1 -1
- package/dist/serialization/resources/workspace/resources/invites/index.js +1 -1
- package/dist/serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +2 -2
- package/dist/serialization/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +2 -2
- package/dist/serialization/resources/workspace/resources/members/index.d.ts +1 -1
- package/dist/serialization/resources/workspace/resources/members/index.js +1 -1
- package/dist/serialization/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +2 -2
- package/dist/serialization/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.d.ts +3 -3
- package/dist/serialization/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.js +1 -1
- package/dist/serialization/resources/workspace/resources/resources/client/requests/BodyUnshareWorkspaceResourceV1WorkspaceResourcesResourceIdUnsharePost.d.ts +2 -2
- package/dist/serialization/resources/workspace/resources/resources/index.d.ts +1 -1
- package/dist/serialization/resources/workspace/resources/resources/index.js +1 -1
- package/dist/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +2 -2
- package/dist/serialization/types/AddChapterResponseModel.d.ts +2 -2
- package/dist/serialization/types/AddKnowledgeBaseResponseModel.d.ts +2 -2
- package/dist/serialization/types/AddProjectRequest.d.ts +2 -2
- package/dist/serialization/types/AddProjectResponseModel.d.ts +2 -2
- package/dist/serialization/types/AddPronunciationDictionaryResponseModel.d.ts +2 -2
- package/dist/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +2 -2
- package/dist/serialization/types/AddSharingVoiceRequest.d.ts +2 -2
- package/dist/serialization/types/AddVoiceIvcResponseModel.d.ts +2 -2
- package/dist/serialization/types/AddVoiceResponseModel.d.ts +2 -2
- package/dist/serialization/types/AddWorkspaceGroupMemberResponseModel.d.ts +2 -2
- package/dist/serialization/types/AddWorkspaceInviteResponseModel.d.ts +2 -2
- package/dist/serialization/types/AdditionalFormatResponseModel.d.ts +2 -2
- package/dist/serialization/types/AdditionalFormats.d.ts +2 -2
- package/dist/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +3 -3
- package/dist/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.js +1 -1
- package/dist/serialization/types/Age.d.ts +2 -2
- package/dist/serialization/types/AgentCallLimits.d.ts +2 -2
- package/dist/serialization/types/AgentConfig.d.ts +2 -2
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -2
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -2
- package/dist/serialization/types/AgentConfigOverrideConfig.d.ts +2 -2
- package/dist/serialization/types/AgentConfigOverrideInput.d.ts +2 -2
- package/dist/serialization/types/AgentConfigOverrideOutput.d.ts +2 -2
- package/dist/serialization/types/AgentDefinitionSource.d.ts +2 -2
- package/dist/serialization/types/AgentFailureResponseExample.d.ts +2 -2
- package/dist/serialization/types/AgentMetadata.d.ts +2 -2
- package/dist/serialization/types/AgentMetadataResponseModel.d.ts +2 -2
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.d.ts +8 -8
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.js +6 -6
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.d.ts +8 -8
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.js +6 -6
- package/dist/serialization/types/AgentSimulatedChatTestResponseModel.d.ts +3 -3
- package/dist/serialization/types/AgentSimulatedChatTestResponseModel.js +1 -1
- package/dist/serialization/types/AgentSortBy.d.ts +2 -2
- package/dist/serialization/types/AgentSuccessfulResponseExample.d.ts +2 -2
- package/dist/serialization/types/AgentSummaryResponseModel.d.ts +2 -2
- package/dist/serialization/types/AgentTestingSettings.d.ts +2 -2
- package/dist/serialization/types/AgentTransfer.d.ts +2 -2
- package/dist/serialization/types/AgentWorkflowRequestModel.d.ts +3 -3
- package/dist/serialization/types/AgentWorkflowRequestModel.js +1 -1
- package/dist/serialization/types/AgentWorkflowRequestModelNodesValue.d.ts +2 -2
- package/dist/serialization/types/AgentWorkflowResponseModel.d.ts +3 -3
- package/dist/serialization/types/AgentWorkflowResponseModel.js +1 -1
- package/dist/serialization/types/AgentWorkflowResponseModelNodesValue.d.ts +2 -2
- package/dist/serialization/types/AgentWorkspaceOverridesInput.d.ts +3 -3
- package/dist/serialization/types/AgentWorkspaceOverridesInput.js +1 -1
- package/dist/serialization/types/AgentWorkspaceOverridesOutput.d.ts +3 -3
- package/dist/serialization/types/AgentWorkspaceOverridesOutput.js +1 -1
- package/dist/serialization/types/AllowlistItem.d.ts +2 -2
- package/dist/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +3 -3
- package/dist/serialization/types/ApiIntegrationWebhookOverridesInput.js +2 -2
- package/dist/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +2 -2
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +3 -3
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.js +2 -2
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +2 -2
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +5 -5
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.js +3 -3
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +5 -5
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +3 -3
- package/dist/serialization/types/ArrayJsonSchemaPropertyInput.d.ts +2 -2
- package/dist/serialization/types/ArrayJsonSchemaPropertyInput.js +1 -1
- package/dist/serialization/types/ArrayJsonSchemaPropertyInputItems.d.ts +2 -2
- package/dist/serialization/types/ArrayJsonSchemaPropertyInputItems.js +1 -1
- package/dist/serialization/types/ArrayJsonSchemaPropertyOutput.d.ts +2 -2
- package/dist/serialization/types/ArrayJsonSchemaPropertyOutput.js +1 -1
- package/dist/serialization/types/ArrayJsonSchemaPropertyOutputItems.d.ts +2 -2
- package/dist/serialization/types/ArrayJsonSchemaPropertyOutputItems.js +1 -1
- package/dist/serialization/types/AsrConversationalConfig.d.ts +4 -4
- package/dist/serialization/types/AsrConversationalConfig.js +2 -2
- package/dist/serialization/types/AsrConversationalConfigWorkflowOverride.d.ts +4 -4
- package/dist/serialization/types/AsrConversationalConfigWorkflowOverride.js +2 -2
- package/dist/serialization/types/AsrInputFormat.d.ts +2 -2
- package/dist/serialization/types/AsrProvider.d.ts +2 -2
- package/dist/serialization/types/AsrQuality.d.ts +2 -2
- package/dist/serialization/types/AstAndOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstAndOperatorNodeInput.js +1 -1
- package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +2 -2
- package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.js +1 -1
- package/dist/serialization/types/AstAndOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstAndOperatorNodeOutput.js +1 -1
- package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +2 -2
- package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +1 -1
- package/dist/serialization/types/AstBooleanNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstBooleanNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstDynamicVariableNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstDynamicVariableNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstEqualsOperatorNodeInput.js +1 -1
- package/dist/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts +2 -2
- package/dist/serialization/types/AstEqualsOperatorNodeInputLeft.js +1 -1
- package/dist/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +2 -2
- package/dist/serialization/types/AstEqualsOperatorNodeInputRight.js +1 -1
- package/dist/serialization/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstEqualsOperatorNodeOutput.js +1 -1
- package/dist/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts +2 -2
- package/dist/serialization/types/AstEqualsOperatorNodeOutputLeft.js +1 -1
- package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +2 -2
- package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.js +1 -1
- package/dist/serialization/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOperatorNodeInput.js +1 -1
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +1 -1
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.js +1 -1
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutput.js +1 -1
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +1 -1
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +1 -1
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.js +1 -1
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +1 -1
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +1 -1
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.js +1 -1
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +1 -1
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +1 -1
- package/dist/serialization/types/AstLessThanOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOperatorNodeInput.js +1 -1
- package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.js +1 -1
- package/dist/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOperatorNodeInputRight.js +1 -1
- package/dist/serialization/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOperatorNodeOutput.js +1 -1
- package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.js +1 -1
- package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.js +1 -1
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInput.js +1 -1
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +1 -1
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +1 -1
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.js +1 -1
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +1 -1
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +1 -1
- package/dist/serialization/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstNotEqualsOperatorNodeInput.js +1 -1
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +2 -2
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +1 -1
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +2 -2
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.js +1 -1
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutput.js +1 -1
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +2 -2
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +1 -1
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +2 -2
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +1 -1
- package/dist/serialization/types/AstNumberNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstNumberNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstOrOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstOrOperatorNodeInput.js +1 -1
- package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +2 -2
- package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.js +1 -1
- package/dist/serialization/types/AstOrOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstOrOperatorNodeOutput.js +1 -1
- package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +2 -2
- package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +1 -1
- package/dist/serialization/types/AstStringNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstStringNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstllmNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstllmNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AsyncConversationMetadata.d.ts +2 -2
- package/dist/serialization/types/AsyncConversationMetadataDeliveryStatus.d.ts +2 -2
- package/dist/serialization/types/AttachedTestModel.d.ts +2 -2
- package/dist/serialization/types/AudioNativeCreateProjectResponseModel.d.ts +2 -2
- package/dist/serialization/types/AudioNativeEditContentResponseModel.d.ts +2 -2
- package/dist/serialization/types/AudioNativeProjectSettingsResponseModel.d.ts +2 -2
- package/dist/serialization/types/AudioNativeProjectSettingsResponseModelStatus.d.ts +2 -2
- package/dist/serialization/types/AudioWithTimestampsAndVoiceSegmentsResponseModel.d.ts +2 -2
- package/dist/serialization/types/AudioWithTimestampsResponse.d.ts +2 -2
- package/dist/serialization/types/AuthConnectionLocator.d.ts +2 -2
- package/dist/serialization/types/AuthSettings.d.ts +2 -2
- package/dist/serialization/types/AuthorizationMethod.d.ts +2 -2
- package/dist/serialization/types/BackupLlmDefault.d.ts +3 -4
- package/dist/serialization/types/BackupLlmDisabled.d.ts +3 -4
- package/dist/serialization/types/BackupLlmOverride.d.ts +2 -2
- package/dist/serialization/types/BadRequestErrorBody.d.ts +2 -2
- package/dist/serialization/types/BanReasonType.d.ts +2 -2
- package/dist/serialization/types/BatchCallDetailedResponse.d.ts +3 -4
- package/dist/serialization/types/BatchCallDetailedResponse.js +1 -2
- package/dist/serialization/types/BatchCallRecipientStatus.d.ts +2 -2
- package/dist/serialization/types/BatchCallResponse.d.ts +3 -4
- package/dist/serialization/types/BatchCallResponse.js +1 -2
- package/dist/serialization/types/BatchCallStatus.d.ts +2 -2
- package/dist/serialization/types/BatchCallWhatsAppParams.d.ts +11 -0
- package/dist/serialization/types/{AudioOutput.js → BatchCallWhatsAppParams.js} +5 -7
- package/dist/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.d.ts +2 -2
- package/dist/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.d.ts +2 -2
- package/dist/serialization/types/BreakdownTypes.d.ts +2 -2
- package/dist/serialization/types/BuiltInToolsInput.d.ts +2 -2
- package/dist/serialization/types/BuiltInToolsOutput.d.ts +2 -2
- package/dist/serialization/types/BuiltInToolsWorkflowOverrideInput.d.ts +2 -2
- package/dist/serialization/types/BuiltInToolsWorkflowOverrideOutput.d.ts +2 -2
- package/dist/serialization/types/CanvasPlacement.d.ts +16 -0
- package/dist/serialization/types/{Alignment.js → CanvasPlacement.js} +10 -5
- package/dist/serialization/types/CaptionStyleCharacterAnimationModel.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleCharacterAnimationModelEnterType.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleCharacterAnimationModelExitType.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleHorizontalPlacementModel.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleHorizontalPlacementModelAlign.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleModel.d.ts +6 -6
- package/dist/serialization/types/CaptionStyleModel.js +4 -4
- package/dist/serialization/types/CaptionStyleModelTextAlign.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleModelTextStyle.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleModelTextWeight.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleSectionAnimationModel.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleSectionAnimationModelEnterType.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleSectionAnimationModelExitType.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleTemplateModel.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleVerticalPlacementModel.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleVerticalPlacementModelAlign.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleWordAnimationModel.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleWordAnimationModelEnterType.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleWordAnimationModelExitType.d.ts +2 -2
- package/dist/serialization/types/ChapterContentBlockExtendableNodeResponseModel.d.ts +3 -4
- package/dist/serialization/types/ChapterContentBlockInputModel.d.ts +2 -2
- package/dist/serialization/types/ChapterContentBlockInputModelSubType.d.ts +2 -2
- package/dist/serialization/types/ChapterContentBlockResponseModel.d.ts +2 -2
- package/dist/serialization/types/ChapterContentBlockResponseModelNodesItem.d.ts +3 -3
- package/dist/serialization/types/ChapterContentBlockResponseModelNodesItem.js +1 -1
- package/dist/serialization/types/ChapterContentBlockTtsNodeResponseModel.d.ts +2 -2
- package/dist/serialization/types/ChapterContentInputModel.d.ts +2 -2
- package/dist/serialization/types/ChapterContentParagraphTtsNodeInputModel.d.ts +2 -2
- package/dist/serialization/types/ChapterContentResponseModel.d.ts +2 -2
- package/dist/serialization/types/ChapterResponse.d.ts +3 -2
- package/dist/serialization/types/ChapterResponse.js +1 -0
- package/dist/serialization/types/ChapterSnapshotExtendedResponseModel.d.ts +2 -2
- package/dist/serialization/types/ChapterSnapshotResponse.d.ts +2 -2
- package/dist/serialization/types/ChapterSnapshotsResponse.d.ts +2 -2
- package/dist/serialization/types/ChapterState.d.ts +2 -2
- package/dist/serialization/types/ChapterStatisticsResponse.d.ts +2 -2
- package/dist/serialization/types/ChapterWithContentResponseModel.d.ts +5 -4
- package/dist/serialization/types/ChapterWithContentResponseModel.js +3 -2
- package/dist/serialization/types/ChapterWithContentResponseModelState.d.ts +2 -2
- package/dist/serialization/types/CharacterAlignmentModel.d.ts +2 -2
- package/dist/serialization/types/CharacterAlignmentResponseModel.d.ts +2 -2
- package/dist/serialization/types/CharacterUsageResponse.d.ts +2 -2
- package/dist/serialization/types/ClientEvent.d.ts +3 -3
- package/dist/serialization/types/ClientEvent.js +1 -0
- package/dist/serialization/types/ClientToolConfigInput.d.ts +4 -4
- package/dist/serialization/types/ClientToolConfigInput.js +3 -3
- package/dist/serialization/types/ClientToolConfigOutput.d.ts +4 -4
- package/dist/serialization/types/ClientToolConfigOutput.js +3 -3
- package/dist/serialization/types/ConvAiDynamicVariable.d.ts +2 -2
- package/dist/serialization/types/ConvAiSecretLocator.d.ts +2 -2
- package/dist/serialization/types/ConvAiStoredSecretDependencies.d.ts +4 -4
- package/dist/serialization/types/ConvAiStoredSecretDependencies.js +2 -2
- package/dist/serialization/types/ConvAiStoredSecretDependenciesAgentsItem.d.ts +2 -2
- package/dist/serialization/types/ConvAiStoredSecretDependenciesToolsItem.d.ts +2 -2
- package/dist/serialization/types/ConvAiUserSecretDbModel.d.ts +2 -2
- package/dist/serialization/types/ConvAiWebhooks.d.ts +2 -2
- package/dist/serialization/types/ConvAiWorkspaceStoredSecretConfig.d.ts +2 -2
- package/dist/serialization/types/ConversationChargingCommonModel.d.ts +2 -2
- package/dist/serialization/types/ConversationConfig.d.ts +2 -2
- package/dist/serialization/types/ConversationConfigClientOverrideConfigInput.d.ts +5 -5
- package/dist/serialization/types/ConversationConfigClientOverrideConfigInput.js +3 -3
- package/dist/serialization/types/ConversationConfigClientOverrideConfigOutput.d.ts +5 -5
- package/dist/serialization/types/ConversationConfigClientOverrideConfigOutput.js +3 -3
- package/dist/serialization/types/ConversationConfigClientOverrideInput.d.ts +5 -5
- package/dist/serialization/types/ConversationConfigClientOverrideInput.js +3 -3
- package/dist/serialization/types/ConversationConfigClientOverrideOutput.d.ts +5 -5
- package/dist/serialization/types/ConversationConfigClientOverrideOutput.js +3 -3
- package/dist/serialization/types/ConversationConfigOverride.d.ts +2 -2
- package/dist/serialization/types/ConversationConfigOverrideConfig.d.ts +2 -2
- package/dist/serialization/types/ConversationConfigWorkflowOverride.d.ts +2 -2
- package/dist/serialization/types/ConversationDeletionSettings.d.ts +2 -2
- package/dist/serialization/types/ConversationFeedbackType.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryBatchCallModel.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryElevenAssistantCommonModel.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryErrorCommonModel.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryEvaluationCriteriaResultCommonModel.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryFeedbackCommonModel.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryMetadataCommonModel.d.ts +10 -10
- package/dist/serialization/types/ConversationHistoryMetadataCommonModel.js +8 -8
- package/dist/serialization/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryMetadataCommonModelPhoneCall.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryMultivoiceMessageModel.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryMultivoiceMessagePartModel.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryRagUsageCommonModel.d.ts +2 -2
- package/dist/serialization/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +2 -2
- package/dist/serialization/types/ConversationHistorySipTrunkingPhoneCallModelDirection.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +7 -7
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +5 -5
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInputRole.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInputSourceMedium.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.js +1 -1
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +7 -7
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +5 -5
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputRole.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.js +1 -1
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +3 -3
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -1
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +3 -3
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.js +1 -1
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptToolCallClientDetails.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptToolCallCommonModel.d.ts +3 -3
- package/dist/serialization/types/ConversationHistoryTranscriptToolCallCommonModel.js +1 -1
- package/dist/serialization/types/ConversationHistoryTranscriptToolCallCommonModelToolDetails.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptToolCallMcpDetails.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptToolCallWebhookDetails.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.js +1 -1
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.js +1 -1
- package/dist/serialization/types/ConversationHistoryTwilioPhoneCallModel.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTwilioPhoneCallModelDirection.d.ts +2 -2
- package/dist/serialization/types/ConversationInitiationClientDataConfigInput.d.ts +2 -2
- package/dist/serialization/types/ConversationInitiationClientDataConfigOutput.d.ts +2 -2
- package/dist/serialization/types/ConversationInitiationClientDataInternal.d.ts +3 -3
- package/dist/serialization/types/ConversationInitiationClientDataInternal.js +1 -1
- package/dist/serialization/types/ConversationInitiationClientDataInternalDynamicVariablesValue.d.ts +2 -2
- package/dist/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +3 -3
- package/dist/serialization/types/ConversationInitiationClientDataRequestInput.js +1 -1
- package/dist/serialization/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.d.ts +2 -2
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +3 -3
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.js +1 -1
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.d.ts +2 -2
- package/dist/serialization/types/ConversationInitiationClientDataWebhook.d.ts +2 -2
- package/dist/serialization/types/ConversationInitiationClientDataWebhookRequestHeadersValue.d.ts +2 -2
- package/dist/serialization/types/ConversationInitiationSource.d.ts +2 -2
- package/dist/serialization/types/ConversationInitiationSourceInfo.d.ts +2 -2
- package/dist/serialization/types/ConversationSignedUrlResponseModel.d.ts +2 -2
- package/dist/serialization/types/ConversationSimulationSpecification.d.ts +3 -3
- package/dist/serialization/types/ConversationSimulationSpecification.js +1 -1
- package/dist/serialization/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +2 -2
- package/dist/serialization/types/ConversationSummaryResponseModel.d.ts +3 -3
- package/dist/serialization/types/ConversationSummaryResponseModel.js +1 -1
- package/dist/serialization/types/ConversationSummaryResponseModelDirection.d.ts +2 -2
- package/dist/serialization/types/ConversationSummaryResponseModelStatus.d.ts +2 -2
- package/dist/serialization/types/ConversationTokenDbModel.d.ts +2 -2
- package/dist/serialization/types/ConversationTokenPurpose.d.ts +2 -2
- package/dist/serialization/types/ConversationTurnMetrics.d.ts +2 -2
- package/dist/serialization/types/ConversationalConfig.d.ts +5 -5
- package/dist/serialization/types/ConversationalConfig.js +3 -3
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +5 -5
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.js +3 -3
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +5 -5
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.js +3 -3
- package/dist/serialization/types/ConvertChapterResponseModel.d.ts +2 -2
- package/dist/serialization/types/ConvertProjectResponseModel.d.ts +2 -2
- package/dist/serialization/types/CreateAgentResponseModel.d.ts +2 -2
- package/dist/serialization/types/CreateAudioNativeProjectRequest.d.ts +2 -2
- package/dist/serialization/types/CreatePhoneNumberResponseModel.d.ts +2 -2
- package/dist/serialization/types/CreatePreviouslyGeneratedVoiceRequest.d.ts +2 -2
- package/dist/serialization/types/CreatePronunciationDictionaryResponseModel.d.ts +2 -2
- package/dist/serialization/types/CreateSipTrunkPhoneNumberRequest.d.ts +2 -2
- package/dist/serialization/types/CreateTranscriptRequest.d.ts +2 -2
- package/dist/serialization/types/CreateTwilioPhoneNumberRequest.d.ts +2 -2
- package/dist/serialization/types/CreateUnitTestResponseModel.d.ts +2 -2
- package/dist/serialization/types/CustomLlm.d.ts +2 -2
- package/dist/serialization/types/CustomLlmRequestHeadersValue.d.ts +3 -3
- package/dist/serialization/types/CustomLlmRequestHeadersValue.js +1 -1
- package/dist/serialization/types/DashboardCallSuccessChartModel.d.ts +2 -2
- package/dist/serialization/types/DashboardCriteriaChartModel.d.ts +2 -2
- package/dist/serialization/types/DashboardDataCollectionChartModel.d.ts +2 -2
- package/dist/serialization/types/DataCollectionResultCommonModel.d.ts +2 -2
- package/dist/serialization/types/DefaultConversationInitiationTrigger.d.ts +3 -4
- package/dist/serialization/types/DeleteChapterRequest.d.ts +2 -2
- package/dist/serialization/types/DeleteChapterResponseModel.d.ts +2 -2
- package/dist/serialization/types/DeleteDubbingResponseModel.d.ts +2 -2
- package/dist/serialization/types/DeleteHistoryItemResponse.d.ts +2 -2
- package/dist/serialization/types/DeleteProjectRequest.d.ts +2 -2
- package/dist/serialization/types/DeleteProjectResponseModel.d.ts +2 -2
- package/dist/serialization/types/DeleteSampleResponse.d.ts +2 -2
- package/dist/serialization/types/DeleteVoiceResponseModel.d.ts +2 -2
- package/dist/serialization/types/DeleteVoiceSampleResponseModel.d.ts +2 -2
- package/dist/serialization/types/DeleteWorkspaceGroupMemberResponseModel.d.ts +2 -2
- package/dist/serialization/types/DeleteWorkspaceInviteResponseModel.d.ts +2 -2
- package/dist/serialization/types/DependentAvailableAgentIdentifier.d.ts +2 -2
- package/dist/serialization/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +2 -2
- package/dist/serialization/types/DependentAvailableToolIdentifier.d.ts +2 -2
- package/dist/serialization/types/DependentAvailableToolIdentifierAccessLevel.d.ts +2 -2
- package/dist/serialization/types/DependentPhoneNumberIdentifier.d.ts +2 -2
- package/dist/serialization/types/DependentUnknownAgentIdentifier.d.ts +3 -4
- package/dist/serialization/types/DependentUnknownToolIdentifier.d.ts +3 -4
- package/dist/serialization/types/DetailedMusicResponse.d.ts +2 -2
- package/dist/serialization/types/DialogueInput.d.ts +2 -2
- package/dist/serialization/types/DialogueInputResponseModel.d.ts +2 -2
- package/dist/serialization/types/DiscountResposneModel.d.ts +2 -2
- package/dist/serialization/types/DoDubbingResponse.d.ts +2 -2
- package/dist/serialization/types/DocumentUsageModeEnum.d.ts +2 -2
- package/dist/serialization/types/DocxExportOptions.d.ts +2 -2
- package/dist/serialization/types/DubbedSegment.d.ts +3 -3
- package/dist/serialization/types/DubbedSegment.js +1 -1
- package/dist/serialization/types/DubbingMediaMetadata.d.ts +2 -2
- package/dist/serialization/types/DubbingMediaReference.d.ts +2 -2
- package/dist/serialization/types/DubbingMetadataPageResponseModel.d.ts +2 -2
- package/dist/serialization/types/DubbingMetadataResponse.d.ts +2 -2
- package/dist/serialization/types/DubbingModel.d.ts +7 -0
- package/dist/serialization/types/{CloseConnection.js → DubbingModel.js} +2 -4
- package/dist/serialization/types/DubbingReleaseChannel.d.ts +2 -2
- package/dist/serialization/types/DubbingRenderResponseModel.d.ts +2 -2
- package/dist/serialization/types/DubbingResource.d.ts +4 -4
- package/dist/serialization/types/DubbingResource.js +2 -2
- package/dist/serialization/types/DubbingTranscriptCharacter.d.ts +11 -0
- package/dist/serialization/types/{FlushContext.js → DubbingTranscriptCharacter.js} +4 -4
- package/dist/serialization/types/DubbingTranscriptResponseModel.d.ts +11 -0
- package/dist/serialization/types/{PronunciationDictionaryLocator.js → DubbingTranscriptResponseModel.js} +5 -4
- package/dist/serialization/types/DubbingTranscriptUtterance.d.ts +13 -0
- package/dist/serialization/types/{CloseContext.js → DubbingTranscriptUtterance.js} +7 -4
- package/dist/serialization/types/DubbingTranscriptWord.d.ts +14 -0
- package/dist/serialization/types/{SendTextMulti.js → DubbingTranscriptWord.js} +7 -4
- package/dist/serialization/types/DynamicVariableAssignment.d.ts +2 -2
- package/dist/serialization/types/DynamicVariableUpdateCommonModel.d.ts +2 -2
- package/dist/serialization/types/DynamicVariablesConfig.d.ts +2 -2
- package/dist/serialization/types/DynamicVariablesConfigDynamicVariablePlaceholdersValue.d.ts +2 -2
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverride.d.ts +2 -2
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.d.ts +2 -2
- package/dist/serialization/types/EditChapterResponseModel.d.ts +2 -2
- package/dist/serialization/types/EditProjectResponseModel.d.ts +2 -2
- package/dist/serialization/types/EditVoiceResponseModel.d.ts +2 -2
- package/dist/serialization/types/EditVoiceSettingsRequest.d.ts +2 -2
- package/dist/serialization/types/EditVoiceSettingsResponseModel.d.ts +2 -2
- package/dist/serialization/types/EmbedVariant.d.ts +2 -2
- package/dist/serialization/types/EmbeddingModelEnum.d.ts +2 -2
- package/dist/serialization/types/EndCallToolConfig.d.ts +3 -4
- package/dist/serialization/types/EndCallToolResultModel.d.ts +2 -2
- package/dist/serialization/types/EvaluationSettings.d.ts +2 -2
- package/dist/serialization/types/EvaluationSuccessResult.d.ts +2 -2
- package/dist/serialization/types/ExactParameterEvaluationStrategy.d.ts +2 -2
- package/dist/serialization/types/ExportOptions.d.ts +2 -2
- package/dist/serialization/types/ExtendedSubscriptionResponseModelBillingPeriod.d.ts +2 -2
- package/dist/serialization/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.d.ts +2 -2
- package/dist/serialization/types/ExtendedSubscriptionResponseModelCurrency.d.ts +2 -2
- package/dist/serialization/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +3 -3
- package/dist/serialization/types/ExtendedSubscriptionResponseModelPendingChange.js +1 -1
- package/dist/serialization/types/FeatureStatusCommonModel.d.ts +2 -2
- package/dist/serialization/types/FeaturesUsageCommonModel.d.ts +3 -3
- package/dist/serialization/types/FeaturesUsageCommonModel.js +1 -1
- package/dist/serialization/types/FeedbackItem.d.ts +2 -2
- package/dist/serialization/types/FineTuningResponse.d.ts +3 -3
- package/dist/serialization/types/FineTuningResponse.js +1 -1
- package/dist/serialization/types/FineTuningResponseModelStateValue.d.ts +2 -2
- package/dist/serialization/types/ForcedAlignmentCharacterResponseModel.d.ts +2 -2
- package/dist/serialization/types/ForcedAlignmentResponseModel.d.ts +2 -2
- package/dist/serialization/types/ForcedAlignmentWordResponseModel.d.ts +2 -2
- package/dist/serialization/types/Gender.d.ts +2 -2
- package/dist/serialization/types/GenerateVoiceRequest.d.ts +3 -3
- package/dist/serialization/types/GenerateVoiceRequest.js +1 -1
- package/dist/serialization/types/GetAgentEmbedResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetAgentKnowledgebaseSizeResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetAgentLinkResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetAgentResponseModel.d.ts +4 -6
- package/dist/serialization/types/GetAgentResponseModel.js +2 -4
- package/dist/serialization/types/GetAgentResponseModelPhoneNumbersItem.d.ts +2 -2
- package/dist/serialization/types/GetAgentsPageResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetAudioNativeProjectSettingsResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetChapterRequest.d.ts +2 -2
- package/dist/serialization/types/GetChapterSnapshotsRequest.d.ts +2 -2
- package/dist/serialization/types/GetChaptersRequest.d.ts +2 -2
- package/dist/serialization/types/GetChaptersResponse.d.ts +2 -2
- package/dist/serialization/types/GetConvAiDashboardSettingsResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetConvAiDashboardSettingsResponseModelChartsItem.d.ts +2 -2
- package/dist/serialization/types/GetConvAiSettingsResponseModel.d.ts +3 -3
- package/dist/serialization/types/GetConvAiSettingsResponseModel.js +1 -1
- package/dist/serialization/types/GetConversationResponseModel.d.ts +5 -5
- package/dist/serialization/types/GetConversationResponseModel.js +3 -3
- package/dist/serialization/types/GetConversationResponseModelStatus.d.ts +2 -2
- package/dist/serialization/types/GetConversationsPageResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetKnowledgeBaseDependentAgentsResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetKnowledgeBaseDependentAgentsResponseModelAgentsItem.d.ts +2 -2
- package/dist/serialization/types/GetKnowledgeBaseFileResponseModel.d.ts +3 -3
- package/dist/serialization/types/GetKnowledgeBaseFileResponseModel.js +1 -1
- package/dist/serialization/types/GetKnowledgeBaseListResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetKnowledgeBaseListResponseModelDocumentsItem.d.ts +2 -2
- package/dist/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +4 -4
- package/dist/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.js +2 -2
- package/dist/serialization/types/GetKnowledgeBaseSummaryFileResponseModelDependentAgentsItem.d.ts +2 -2
- package/dist/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +4 -4
- package/dist/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.js +2 -2
- package/dist/serialization/types/GetKnowledgeBaseSummaryTextResponseModelDependentAgentsItem.d.ts +2 -2
- package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +4 -4
- package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.js +2 -2
- package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem.d.ts +2 -2
- package/dist/serialization/types/GetKnowledgeBaseTextResponseModel.d.ts +3 -3
- package/dist/serialization/types/GetKnowledgeBaseTextResponseModel.js +1 -1
- package/dist/serialization/types/GetKnowledgeBaseUrlResponseModel.d.ts +3 -3
- package/dist/serialization/types/GetKnowledgeBaseUrlResponseModel.js +1 -1
- package/dist/serialization/types/GetLibraryVoicesResponse.d.ts +2 -2
- package/dist/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +3 -3
- package/dist/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.js +1 -1
- package/dist/serialization/types/GetPhoneNumberResponse.d.ts +2 -2
- package/dist/serialization/types/GetPhoneNumberSipTrunkResponseModel.d.ts +4 -4
- package/dist/serialization/types/GetPhoneNumberSipTrunkResponseModel.js +2 -2
- package/dist/serialization/types/GetPhoneNumberTwilioResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetProjectRequest.d.ts +2 -2
- package/dist/serialization/types/GetProjectsRequest.d.ts +2 -2
- package/dist/serialization/types/GetProjectsResponse.d.ts +2 -2
- package/dist/serialization/types/GetPronunciationDictionariesMetadataResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetPronunciationDictionariesResponse.d.ts +2 -2
- package/dist/serialization/types/GetPronunciationDictionaryMetadataResponse.d.ts +2 -2
- package/dist/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +2 -2
- package/dist/serialization/types/GetPronunciationDictionaryResponse.d.ts +2 -2
- package/dist/serialization/types/GetSpeechHistoryResponse.d.ts +2 -2
- package/dist/serialization/types/GetTestInvocationsPageResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetTestsPageResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetTestsSummariesByIdsResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetToolDependentAgentsResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetToolDependentAgentsResponseModelAgentsItem.d.ts +2 -2
- package/dist/serialization/types/GetUnitTestResponseModel.d.ts +6 -6
- package/dist/serialization/types/GetUnitTestResponseModel.js +4 -4
- package/dist/serialization/types/GetUnitTestResponseModelDynamicVariablesValue.d.ts +2 -2
- package/dist/serialization/types/GetVoicesResponse.d.ts +2 -2
- package/dist/serialization/types/GetVoicesV2Response.d.ts +2 -2
- package/dist/serialization/types/GetWorkspaceSecretsResponseModel.d.ts +2 -2
- package/dist/serialization/types/GuardrailsV1Input.d.ts +2 -2
- package/dist/serialization/types/GuardrailsV1Output.d.ts +2 -2
- package/dist/serialization/types/HistoryAlignmentResponseModel.d.ts +2 -2
- package/dist/serialization/types/HistoryAlignmentsResponseModel.d.ts +2 -2
- package/dist/serialization/types/HistoryItemResponse.d.ts +2 -2
- package/dist/serialization/types/HtmlExportOptions.d.ts +2 -2
- package/dist/serialization/types/HttpValidationError.d.ts +2 -2
- package/dist/serialization/types/ImageAvatar.d.ts +2 -2
- package/dist/serialization/types/InboundSipTrunkConfigRequestModel.d.ts +2 -2
- package/dist/serialization/types/IntegrationType.d.ts +2 -2
- package/dist/serialization/types/InvoiceResponse.d.ts +2 -2
- package/dist/serialization/types/InvoiceResponseModelPaymentIntentStatus.d.ts +2 -2
- package/dist/serialization/types/KnowledgeBaseDocumentChunkResponseModel.d.ts +2 -2
- package/dist/serialization/types/KnowledgeBaseDocumentMetadataResponseModel.d.ts +2 -2
- package/dist/serialization/types/KnowledgeBaseDocumentType.d.ts +2 -2
- package/dist/serialization/types/KnowledgeBaseLocator.d.ts +3 -3
- package/dist/serialization/types/KnowledgeBaseLocator.js +1 -1
- package/dist/serialization/types/KnowledgeBaseSortBy.d.ts +2 -2
- package/dist/serialization/types/LanguageAddedResponse.d.ts +2 -2
- package/dist/serialization/types/LanguageDetectionToolConfig.d.ts +3 -4
- package/dist/serialization/types/LanguageDetectionToolResultModel.d.ts +2 -2
- package/dist/serialization/types/LanguagePresetInput.d.ts +2 -2
- package/dist/serialization/types/LanguagePresetOutput.d.ts +2 -2
- package/dist/serialization/types/LanguagePresetTranslation.d.ts +2 -2
- package/dist/serialization/types/LanguageResponse.d.ts +2 -2
- package/dist/serialization/types/LibraryVoiceResponse.d.ts +2 -2
- package/dist/serialization/types/LibraryVoiceResponseModelCategory.d.ts +2 -2
- package/dist/serialization/types/ListMcpToolsResponseModel.d.ts +2 -2
- package/dist/serialization/types/ListResponseMeta.d.ts +2 -2
- package/dist/serialization/types/LiteralJsonSchemaProperty.d.ts +3 -3
- package/dist/serialization/types/LiteralJsonSchemaProperty.js +1 -1
- package/dist/serialization/types/LiteralJsonSchemaPropertyConstantValue.d.ts +2 -2
- package/dist/serialization/types/LiteralJsonSchemaPropertyType.d.ts +2 -2
- package/dist/serialization/types/LiteralOverride.d.ts +2 -2
- package/dist/serialization/types/LiteralOverrideConstantValue.d.ts +2 -2
- package/dist/serialization/types/LivekitStackType.d.ts +2 -2
- package/dist/serialization/types/Llm.d.ts +3 -3
- package/dist/serialization/types/Llm.js +3 -0
- package/dist/serialization/types/LlmCategoryUsage.d.ts +2 -2
- package/dist/serialization/types/LlmInputOutputTokensUsage.d.ts +2 -2
- package/dist/serialization/types/LlmParameterEvaluationStrategy.d.ts +2 -2
- package/dist/serialization/types/LlmReasoningEffort.d.ts +3 -3
- package/dist/serialization/types/LlmReasoningEffort.js +1 -1
- package/dist/serialization/types/LlmTokensCategoryUsage.d.ts +2 -2
- package/dist/serialization/types/LlmUsageCalculatorLlmResponseModel.d.ts +2 -2
- package/dist/serialization/types/LlmUsageCalculatorResponseModel.d.ts +2 -2
- package/dist/serialization/types/LlmUsageInput.d.ts +2 -2
- package/dist/serialization/types/LlmUsageOutput.d.ts +2 -2
- package/dist/serialization/types/ManualVerificationFileResponse.d.ts +2 -2
- package/dist/serialization/types/ManualVerificationResponse.d.ts +2 -2
- package/dist/serialization/types/MatchAnythingParameterEvaluationStrategy.d.ts +3 -4
- package/dist/serialization/types/McpApprovalPolicy.d.ts +2 -2
- package/dist/serialization/types/McpServerConfigInput.d.ts +8 -8
- package/dist/serialization/types/McpServerConfigInput.js +6 -6
- package/dist/serialization/types/McpServerConfigInputRequestHeadersValue.d.ts +3 -3
- package/dist/serialization/types/McpServerConfigInputRequestHeadersValue.js +1 -1
- package/dist/serialization/types/McpServerConfigInputSecretToken.d.ts +2 -2
- package/dist/serialization/types/McpServerConfigInputUrl.d.ts +2 -2
- package/dist/serialization/types/McpServerConfigOutput.d.ts +8 -8
- package/dist/serialization/types/McpServerConfigOutput.js +6 -6
- package/dist/serialization/types/McpServerConfigOutputRequestHeadersValue.d.ts +3 -3
- package/dist/serialization/types/McpServerConfigOutputRequestHeadersValue.js +1 -1
- package/dist/serialization/types/McpServerConfigOutputSecretToken.d.ts +2 -2
- package/dist/serialization/types/McpServerConfigOutputUrl.d.ts +2 -2
- package/dist/serialization/types/McpServerMetadataResponseModel.d.ts +2 -2
- package/dist/serialization/types/McpServerResponseModel.d.ts +4 -4
- package/dist/serialization/types/McpServerResponseModel.js +2 -2
- package/dist/serialization/types/McpServerResponseModelDependentAgentsItem.d.ts +2 -2
- package/dist/serialization/types/McpServerTransport.d.ts +2 -2
- package/dist/serialization/types/McpServersResponseModel.d.ts +2 -2
- package/dist/serialization/types/McpToolApprovalHash.d.ts +2 -2
- package/dist/serialization/types/McpToolApprovalPolicy.d.ts +2 -2
- package/dist/serialization/types/McpToolConfigOverride.d.ts +4 -4
- package/dist/serialization/types/McpToolConfigOverride.js +2 -2
- package/dist/serialization/types/MetricRecord.d.ts +2 -2
- package/dist/serialization/types/MetricType.d.ts +2 -2
- package/dist/serialization/types/Model.d.ts +2 -2
- package/dist/serialization/types/ModelRatesResponseModel.d.ts +2 -2
- package/dist/serialization/types/ModelSettingsResponseModel.d.ts +2 -2
- package/dist/serialization/types/ModerationConfig.d.ts +2 -2
- package/dist/serialization/types/ModerationGuardrailInput.d.ts +2 -2
- package/dist/serialization/types/ModerationGuardrailOutput.d.ts +2 -2
- package/dist/serialization/types/MultichannelSpeechToTextResponseModel.d.ts +2 -2
- package/dist/serialization/types/MultipartMusicResponse.d.ts +2 -2
- package/dist/serialization/types/MusicPrompt.d.ts +2 -2
- package/dist/serialization/types/ObjectJsonSchemaPropertyInput.d.ts +2 -2
- package/dist/serialization/types/ObjectJsonSchemaPropertyInput.js +1 -1
- package/dist/serialization/types/ObjectJsonSchemaPropertyInputPropertiesValue.d.ts +2 -2
- package/dist/serialization/types/ObjectJsonSchemaPropertyInputPropertiesValue.js +1 -1
- package/dist/serialization/types/ObjectJsonSchemaPropertyOutput.d.ts +2 -2
- package/dist/serialization/types/ObjectJsonSchemaPropertyOutput.js +1 -1
- package/dist/serialization/types/ObjectJsonSchemaPropertyOutputPropertiesValue.d.ts +2 -2
- package/dist/serialization/types/ObjectJsonSchemaPropertyOutputPropertiesValue.js +1 -1
- package/dist/serialization/types/ObjectOverrideInput.d.ts +2 -2
- package/dist/serialization/types/ObjectOverrideInput.js +1 -1
- package/dist/serialization/types/ObjectOverrideInputPropertiesValue.d.ts +2 -2
- package/dist/serialization/types/ObjectOverrideInputPropertiesValue.js +1 -1
- package/dist/serialization/types/ObjectOverrideOutput.d.ts +2 -2
- package/dist/serialization/types/ObjectOverrideOutput.js +1 -1
- package/dist/serialization/types/ObjectOverrideOutputPropertiesValue.d.ts +2 -2
- package/dist/serialization/types/ObjectOverrideOutputPropertiesValue.js +1 -1
- package/dist/serialization/types/OrbAvatar.d.ts +2 -2
- package/dist/serialization/types/OutboundCallRecipient.d.ts +2 -2
- package/dist/serialization/types/OutboundCallRecipientResponseModel.d.ts +2 -2
- package/dist/serialization/types/OutboundSipTrunkConfigRequestModel.d.ts +3 -3
- package/dist/serialization/types/OutboundSipTrunkConfigRequestModel.js +1 -1
- package/dist/serialization/types/OutputFormat.d.ts +2 -2
- package/dist/serialization/types/PdfExportOptions.d.ts +2 -2
- package/dist/serialization/types/PendingCancellationResponseModel.d.ts +2 -2
- package/dist/serialization/types/PendingSubscriptionSwitchResponseModel.d.ts +3 -3
- package/dist/serialization/types/PendingSubscriptionSwitchResponseModel.js +1 -1
- package/dist/serialization/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.d.ts +2 -2
- package/dist/serialization/types/PendingSubscriptionSwitchResponseModelNextTier.d.ts +2 -2
- package/dist/serialization/types/PhoneNumberAgentInfo.d.ts +2 -2
- package/dist/serialization/types/PhoneNumberDynamicVariableTransferDestination.d.ts +2 -2
- package/dist/serialization/types/PhoneNumberTransfer.d.ts +2 -2
- package/dist/serialization/types/PhoneNumberTransferDestination.d.ts +2 -2
- package/dist/serialization/types/PhoneNumberTransferTransferDestination.d.ts +4 -4
- package/dist/serialization/types/PhoneNumberTransferTransferDestination.js +2 -2
- package/dist/serialization/types/PlayDtmfResultErrorModel.d.ts +2 -2
- package/dist/serialization/types/PlayDtmfResultSuccessModel.d.ts +2 -2
- package/dist/serialization/types/PlayDtmfToolConfig.d.ts +3 -2
- package/dist/serialization/types/PlayDtmfToolConfig.js +3 -1
- package/dist/serialization/types/PodcastBulletinMode.d.ts +2 -2
- package/dist/serialization/types/PodcastBulletinModeData.d.ts +2 -2
- package/dist/serialization/types/PodcastConversationMode.d.ts +2 -2
- package/dist/serialization/types/PodcastConversationModeData.d.ts +2 -2
- package/dist/serialization/types/PodcastProjectResponseModel.d.ts +2 -2
- package/dist/serialization/types/PodcastTextSource.d.ts +2 -2
- package/dist/serialization/types/PodcastUrlSource.d.ts +2 -2
- package/dist/serialization/types/PositionInput.d.ts +2 -2
- package/dist/serialization/types/PositionOutput.d.ts +2 -2
- package/dist/serialization/types/PostAgentAvatarResponseModel.d.ts +2 -2
- package/dist/serialization/types/PostWorkspaceSecretResponseModel.d.ts +2 -2
- package/dist/serialization/types/PrivacyConfig.d.ts +2 -2
- package/dist/serialization/types/ProjectCreationMetaResponseModel.d.ts +2 -2
- package/dist/serialization/types/ProjectCreationMetaResponseModelStatus.d.ts +2 -2
- package/dist/serialization/types/ProjectCreationMetaResponseModelType.d.ts +2 -2
- package/dist/serialization/types/ProjectExtendedResponse.d.ts +14 -12
- package/dist/serialization/types/ProjectExtendedResponse.js +12 -10
- package/dist/serialization/types/ProjectExtendedResponseModelAccessLevel.d.ts +2 -2
- package/dist/serialization/types/ProjectExtendedResponseModelApplyTextNormalization.d.ts +2 -2
- package/dist/serialization/types/ProjectExtendedResponseModelAspectRatio.d.ts +2 -2
- package/dist/serialization/types/ProjectExtendedResponseModelAssetsItem.d.ts +8 -4
- package/dist/serialization/types/ProjectExtendedResponseModelAssetsItem.js +3 -1
- package/dist/serialization/types/ProjectExtendedResponseModelFiction.d.ts +2 -2
- package/dist/serialization/types/ProjectExtendedResponseModelQualityPreset.d.ts +2 -2
- package/dist/serialization/types/ProjectExtendedResponseModelSourceType.d.ts +2 -2
- package/dist/serialization/types/ProjectExtendedResponseModelTargetAudience.d.ts +2 -2
- package/dist/serialization/types/ProjectExternalAudioResponseModel.d.ts +2 -2
- package/dist/serialization/types/ProjectImageResponseModel.d.ts +25 -0
- package/dist/serialization/types/ProjectImageResponseModel.js +57 -0
- package/dist/serialization/types/ProjectResponse.d.ts +7 -7
- package/dist/serialization/types/ProjectResponse.js +5 -5
- package/dist/serialization/types/ProjectResponseModelAccessLevel.d.ts +2 -2
- package/dist/serialization/types/ProjectResponseModelAspectRatio.d.ts +2 -2
- package/dist/serialization/types/ProjectResponseModelFiction.d.ts +2 -2
- package/dist/serialization/types/ProjectResponseModelSourceType.d.ts +2 -2
- package/dist/serialization/types/ProjectResponseModelTargetAudience.d.ts +2 -2
- package/dist/serialization/types/ProjectSnapshotExtendedResponseModel.d.ts +2 -2
- package/dist/serialization/types/ProjectSnapshotResponse.d.ts +2 -2
- package/dist/serialization/types/ProjectSnapshotsResponse.d.ts +2 -2
- package/dist/serialization/types/ProjectState.d.ts +2 -2
- package/dist/serialization/types/ProjectVideoResponseModel.d.ts +4 -2
- package/dist/serialization/types/ProjectVideoResponseModel.js +2 -0
- package/dist/serialization/types/ProjectVideoThumbnailSheetResponseModel.d.ts +2 -2
- package/dist/serialization/types/ProjectVoiceResponseModel.d.ts +2 -2
- package/dist/serialization/types/PromptAgent.d.ts +2 -2
- package/dist/serialization/types/PromptAgentApiModelInput.d.ts +6 -6
- package/dist/serialization/types/PromptAgentApiModelInput.js +4 -4
- package/dist/serialization/types/PromptAgentApiModelInputBackupLlmConfig.d.ts +2 -2
- package/dist/serialization/types/PromptAgentApiModelInputToolsItem.d.ts +2 -2
- package/dist/serialization/types/PromptAgentApiModelOutput.d.ts +6 -6
- package/dist/serialization/types/PromptAgentApiModelOutput.js +4 -4
- package/dist/serialization/types/PromptAgentApiModelOutputBackupLlmConfig.d.ts +2 -2
- package/dist/serialization/types/PromptAgentApiModelOutputToolsItem.d.ts +2 -2
- package/dist/serialization/types/PromptAgentApiModelOverride.d.ts +2 -2
- package/dist/serialization/types/PromptAgentApiModelOverrideConfig.d.ts +2 -2
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +6 -6
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInput.js +4 -4
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.d.ts +2 -2
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +2 -2
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +6 -6
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.js +4 -4
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.d.ts +2 -2
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +2 -2
- package/dist/serialization/types/PromptAgentDbModel.d.ts +2 -2
- package/dist/serialization/types/PromptEvaluationCriteria.d.ts +2 -2
- package/dist/serialization/types/PronunciationDictionaryAliasRuleRequestModel.d.ts +2 -2
- package/dist/serialization/types/PronunciationDictionaryLocatorResponseModel.d.ts +2 -2
- package/dist/serialization/types/PronunciationDictionaryPhonemeRuleRequestModel.d.ts +2 -2
- package/dist/serialization/types/PronunciationDictionaryRulesResponseModel.d.ts +2 -2
- package/dist/serialization/types/PronunciationDictionaryVersionLocator.d.ts +2 -2
- package/dist/serialization/types/PronunciationDictionaryVersionResponseModel.d.ts +2 -2
- package/dist/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +2 -2
- package/dist/serialization/types/PydanticPronunciationDictionaryVersionLocator.d.ts +2 -2
- package/dist/serialization/types/QueryOverride.d.ts +2 -2
- package/dist/serialization/types/QueryParamsJsonSchema.d.ts +2 -2
- package/dist/serialization/types/RagChunkMetadata.d.ts +2 -2
- package/dist/serialization/types/RagConfig.d.ts +2 -2
- package/dist/serialization/types/RagConfigWorkflowOverride.d.ts +2 -2
- package/dist/serialization/types/RagDocumentIndexResponseModel.d.ts +3 -3
- package/dist/serialization/types/RagDocumentIndexResponseModel.js +1 -1
- package/dist/serialization/types/RagDocumentIndexUsage.d.ts +2 -2
- package/dist/serialization/types/RagDocumentIndexesResponseModel.d.ts +2 -2
- package/dist/serialization/types/RagIndexOverviewEmbeddingModelResponseModel.d.ts +2 -2
- package/dist/serialization/types/RagIndexOverviewResponseModel.d.ts +2 -2
- package/dist/serialization/types/RagIndexStatus.d.ts +2 -2
- package/dist/serialization/types/RagRetrievalInfo.d.ts +3 -3
- package/dist/serialization/types/RagRetrievalInfo.js +1 -1
- package/dist/serialization/types/ReaderResourceResponseModel.d.ts +2 -2
- package/dist/serialization/types/ReaderResourceResponseModelResourceType.d.ts +2 -2
- package/dist/serialization/types/RecordingResponse.d.ts +2 -2
- package/dist/serialization/types/ReferencedToolCommonModel.d.ts +2 -2
- package/dist/serialization/types/ReferencedToolCommonModelType.d.ts +2 -2
- package/dist/serialization/types/RegexParameterEvaluationStrategy.d.ts +2 -2
- package/dist/serialization/types/RegionConfigRequest.d.ts +3 -3
- package/dist/serialization/types/RegionConfigRequest.js +1 -1
- package/dist/serialization/types/RemoveMemberFromGroupRequest.d.ts +2 -2
- package/dist/serialization/types/Render.d.ts +3 -3
- package/dist/serialization/types/Render.js +1 -1
- package/dist/serialization/types/RenderStatus.d.ts +2 -2
- package/dist/serialization/types/RenderType.d.ts +2 -2
- package/dist/serialization/types/RequestPvcManualVerificationResponseModel.d.ts +2 -2
- package/dist/serialization/types/ResourceAccessInfo.d.ts +2 -2
- package/dist/serialization/types/ResourceAccessInfoRole.d.ts +2 -2
- package/dist/serialization/types/ResourceMetadataResponseModel.d.ts +3 -3
- package/dist/serialization/types/ResourceMetadataResponseModel.js +1 -1
- package/dist/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +2 -2
- package/dist/serialization/types/ReviewStatus.d.ts +2 -2
- package/dist/serialization/types/SafetyCommonModel.d.ts +2 -2
- package/dist/serialization/types/SafetyEvaluation.d.ts +2 -2
- package/dist/serialization/types/SafetyResponseModel.d.ts +2 -2
- package/dist/serialization/types/SafetyRule.d.ts +2 -2
- package/dist/serialization/types/SaveVoicePreviewRequest.d.ts +2 -2
- package/dist/serialization/types/SecretDependencyType.d.ts +2 -2
- package/dist/serialization/types/SectionSource.d.ts +2 -2
- package/dist/serialization/types/SegmentCreateResponse.d.ts +2 -2
- package/dist/serialization/types/SegmentDeleteResponse.d.ts +2 -2
- package/dist/serialization/types/SegmentDubResponse.d.ts +2 -2
- package/dist/serialization/types/SegmentSubtitleFrame.d.ts +2 -2
- package/dist/serialization/types/SegmentTranscriptionResponse.d.ts +2 -2
- package/dist/serialization/types/SegmentTranslationResponse.d.ts +2 -2
- package/dist/serialization/types/SegmentUpdateResponse.d.ts +2 -2
- package/dist/serialization/types/SegmentedJsonExportOptions.d.ts +2 -2
- package/dist/serialization/types/ShareOptionResponseModel.d.ts +2 -2
- package/dist/serialization/types/ShareOptionResponseModelType.d.ts +2 -2
- package/dist/serialization/types/SimilarVoice.d.ts +2 -2
- package/dist/serialization/types/SimilarVoiceCategory.d.ts +2 -2
- package/dist/serialization/types/SimilarVoicesForSpeakerResponse.d.ts +2 -2
- package/dist/serialization/types/SingleTestRunRequestModel.d.ts +2 -2
- package/dist/serialization/types/SingleUseTokenResponseModel.d.ts +2 -2
- package/dist/serialization/types/SingleUseTokenType.d.ts +3 -3
- package/dist/serialization/types/SingleUseTokenType.js +1 -1
- package/dist/serialization/types/SipMediaEncryptionEnum.d.ts +2 -2
- package/dist/serialization/types/SipTrunkCredentialsRequestModel.d.ts +2 -2
- package/dist/serialization/types/SipTrunkOutboundCallResponse.d.ts +2 -2
- package/dist/serialization/types/SipTrunkTransportEnum.d.ts +2 -2
- package/dist/serialization/types/SipUriDynamicVariableTransferDestination.d.ts +2 -2
- package/dist/serialization/types/SipUriTransferDestination.d.ts +2 -2
- package/dist/serialization/types/SkipTurnToolConfig.d.ts +3 -4
- package/dist/serialization/types/SkipTurnToolResponseModel.d.ts +2 -2
- package/dist/serialization/types/SoftTimeoutConfig.d.ts +2 -2
- package/dist/serialization/types/SoftTimeoutConfigOverride.d.ts +2 -2
- package/dist/serialization/types/SoftTimeoutConfigOverrideConfig.d.ts +2 -2
- package/dist/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +2 -2
- package/dist/serialization/types/SongMetadata.d.ts +2 -2
- package/dist/serialization/types/SongSection.d.ts +2 -2
- package/dist/serialization/types/SortDirection.d.ts +2 -2
- package/dist/serialization/types/SpeakerAudioResponseModel.d.ts +2 -2
- package/dist/serialization/types/SpeakerResponseModel.d.ts +2 -2
- package/dist/serialization/types/SpeakerSegment.d.ts +3 -3
- package/dist/serialization/types/SpeakerSegment.js +1 -1
- package/dist/serialization/types/SpeakerSeparationResponseModel.d.ts +3 -3
- package/dist/serialization/types/SpeakerSeparationResponseModel.js +1 -1
- package/dist/serialization/types/SpeakerSeparationResponseModelStatus.d.ts +2 -2
- package/dist/serialization/types/SpeakerTrack.d.ts +2 -2
- package/dist/serialization/types/SpeakerUpdatedResponse.d.ts +2 -2
- package/dist/serialization/types/SpeechHistoryItemResponse.d.ts +5 -5
- package/dist/serialization/types/SpeechHistoryItemResponse.js +3 -3
- package/dist/serialization/types/SpeechHistoryItemResponseModelSource.d.ts +2 -2
- package/dist/serialization/types/SpeechHistoryItemResponseModelVoiceCategory.d.ts +2 -2
- package/dist/serialization/types/SpeechToTextCharacterResponseModel.d.ts +2 -2
- package/dist/serialization/types/SpeechToTextChunkResponseModel.d.ts +3 -3
- package/dist/serialization/types/SpeechToTextChunkResponseModel.js +1 -1
- package/dist/serialization/types/SpeechToTextWebhookResponseModel.d.ts +2 -2
- package/dist/serialization/types/SpeechToTextWordResponseModel.d.ts +3 -3
- package/dist/serialization/types/SpeechToTextWordResponseModel.js +1 -1
- package/dist/serialization/types/SpeechToTextWordResponseModelType.d.ts +2 -2
- package/dist/serialization/types/SrtExportOptions.d.ts +2 -2
- package/dist/serialization/types/StartPvcVoiceTrainingResponseModel.d.ts +2 -2
- package/dist/serialization/types/StartSpeakerSeparationResponseModel.d.ts +2 -2
- package/dist/serialization/types/StreamingAudioChunkWithTimestampsAndVoiceSegmentsResponseModel.d.ts +2 -2
- package/dist/serialization/types/StreamingAudioChunkWithTimestampsResponse.d.ts +2 -2
- package/dist/serialization/types/Subscription.d.ts +5 -5
- package/dist/serialization/types/Subscription.js +3 -3
- package/dist/serialization/types/SubscriptionResponse.d.ts +4 -4
- package/dist/serialization/types/SubscriptionResponse.js +2 -2
- package/dist/serialization/types/SubscriptionResponseModelBillingPeriod.d.ts +2 -2
- package/dist/serialization/types/SubscriptionResponseModelCharacterRefreshPeriod.d.ts +2 -2
- package/dist/serialization/types/SubscriptionResponseModelCurrency.d.ts +2 -2
- package/dist/serialization/types/SubscriptionStatusType.d.ts +2 -2
- package/dist/serialization/types/SuggestedAudioTag.d.ts +10 -0
- package/dist/serialization/types/{CloseSocket.js → SuggestedAudioTag.js} +4 -3
- package/dist/serialization/types/SupportedVoice.d.ts +2 -2
- package/dist/serialization/types/SystemToolConfigInput.d.ts +4 -4
- package/dist/serialization/types/SystemToolConfigInput.js +2 -2
- package/dist/serialization/types/SystemToolConfigInputParams.d.ts +2 -2
- package/dist/serialization/types/SystemToolConfigOutput.d.ts +4 -4
- package/dist/serialization/types/SystemToolConfigOutput.js +2 -2
- package/dist/serialization/types/SystemToolConfigOutputParams.d.ts +2 -2
- package/dist/serialization/types/TelephonyProvider.d.ts +2 -2
- package/dist/serialization/types/TestConditionRationaleCommonModel.d.ts +2 -2
- package/dist/serialization/types/TestConditionResultCommonModel.d.ts +2 -2
- package/dist/serialization/types/TestFromConversationMetadataInput.d.ts +2 -2
- package/dist/serialization/types/TestFromConversationMetadataOutput.d.ts +2 -2
- package/dist/serialization/types/TestInvocationSummaryResponseModel.d.ts +2 -2
- package/dist/serialization/types/TestRunMetadata.d.ts +2 -2
- package/dist/serialization/types/TestRunMetadataTestType.d.ts +2 -2
- package/dist/serialization/types/TestRunStatus.d.ts +2 -2
- package/dist/serialization/types/TestToolResultModel.d.ts +2 -2
- package/dist/serialization/types/TestsFeatureUsageCommonModel.d.ts +2 -2
- package/dist/serialization/types/TextNormalisationType.d.ts +7 -0
- package/{serialization/types/CloseConnection.js → dist/serialization/types/TextNormalisationType.js} +2 -4
- package/dist/serialization/types/TextToSpeechRequest.d.ts +2 -2
- package/dist/serialization/types/TextToSpeechStreamRequest.d.ts +2 -2
- package/dist/serialization/types/TextToSpeechStreamWithTimestampsRequest.d.ts +2 -2
- package/dist/serialization/types/TextToSpeechWithTimestampsRequest.d.ts +2 -2
- package/dist/serialization/types/ThresholdGuardrail.d.ts +2 -2
- package/dist/serialization/types/TimeRange.d.ts +2 -2
- package/dist/serialization/types/TokenResponseModel.d.ts +2 -2
- package/dist/serialization/types/Tool.d.ts +2 -2
- package/dist/serialization/types/ToolAnnotations.d.ts +2 -2
- package/dist/serialization/types/ToolCallSoundBehavior.d.ts +2 -2
- package/dist/serialization/types/ToolCallSoundType.d.ts +2 -2
- package/dist/serialization/types/ToolExecutionMode.d.ts +2 -2
- package/dist/serialization/types/ToolMockConfig.d.ts +2 -2
- package/dist/serialization/types/ToolRequestModel.d.ts +2 -2
- package/dist/serialization/types/ToolRequestModelToolConfig.d.ts +3 -7
- package/dist/serialization/types/ToolRequestModelToolConfig.js +0 -2
- package/dist/serialization/types/ToolResponseModel.d.ts +3 -3
- package/dist/serialization/types/ToolResponseModel.js +1 -1
- package/dist/serialization/types/ToolResponseModelToolConfig.d.ts +3 -7
- package/dist/serialization/types/ToolResponseModelToolConfig.js +0 -2
- package/dist/serialization/types/ToolType.d.ts +2 -2
- package/dist/serialization/types/ToolUsageStatsResponseModel.d.ts +2 -2
- package/dist/serialization/types/ToolsResponseModel.d.ts +2 -2
- package/dist/serialization/types/TransferToAgentToolConfig.d.ts +2 -2
- package/dist/serialization/types/TransferToAgentToolResultErrorModel.d.ts +2 -2
- package/dist/serialization/types/TransferToAgentToolResultSuccessModel.d.ts +2 -2
- package/dist/serialization/types/TransferToNumberResultErrorModel.d.ts +2 -2
- package/dist/serialization/types/TransferToNumberResultSipSuccessModel.d.ts +2 -2
- package/dist/serialization/types/TransferToNumberResultTwilioSuccessModel.d.ts +2 -2
- package/dist/serialization/types/TransferToNumberToolConfigInput.d.ts +2 -2
- package/dist/serialization/types/TransferToNumberToolConfigOutput.d.ts +2 -2
- package/dist/serialization/types/TransferTypeEnum.d.ts +2 -2
- package/dist/serialization/types/TtsConversationalConfigInput.d.ts +9 -5
- package/dist/serialization/types/TtsConversationalConfigInput.js +7 -3
- package/dist/serialization/types/TtsConversationalConfigOutput.d.ts +9 -5
- package/dist/serialization/types/TtsConversationalConfigOutput.js +7 -3
- package/dist/serialization/types/TtsConversationalConfigOverride.d.ts +2 -2
- package/dist/serialization/types/TtsConversationalConfigOverrideConfig.d.ts +2 -2
- package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +9 -5
- package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideInput.js +7 -3
- package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +9 -5
- package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.js +7 -3
- package/dist/serialization/types/TtsConversationalModel.d.ts +3 -3
- package/dist/serialization/types/TtsConversationalModel.js +0 -1
- package/dist/serialization/types/TtsModelFamily.d.ts +3 -3
- package/dist/serialization/types/TtsModelFamily.js +1 -1
- package/dist/serialization/types/TtsOptimizeStreamingLatency.d.ts +2 -2
- package/dist/serialization/types/TtsOutputFormat.d.ts +2 -2
- package/dist/serialization/types/TurnConfig.d.ts +2 -2
- package/dist/serialization/types/TurnConfigOverride.d.ts +2 -2
- package/dist/serialization/types/TurnConfigOverrideConfig.d.ts +2 -2
- package/dist/serialization/types/TurnConfigWorkflowOverride.d.ts +2 -2
- package/dist/serialization/types/TurnEagerness.d.ts +2 -2
- package/dist/serialization/types/TurnMode.d.ts +2 -2
- package/dist/serialization/types/TwilioEdgeLocation.d.ts +2 -2
- package/dist/serialization/types/TwilioOutboundCallResponse.d.ts +2 -2
- package/dist/serialization/types/TwilioRegionId.d.ts +2 -2
- package/dist/serialization/types/TxtExportOptions.d.ts +2 -2
- package/dist/serialization/types/UnitTestCommonModel.d.ts +6 -6
- package/dist/serialization/types/UnitTestCommonModel.js +4 -4
- package/dist/serialization/types/UnitTestCommonModelDynamicVariablesValue.d.ts +2 -2
- package/dist/serialization/types/UnitTestCommonModelType.d.ts +2 -2
- package/dist/serialization/types/UnitTestRunResponseModel.d.ts +4 -4
- package/dist/serialization/types/UnitTestRunResponseModel.js +2 -2
- package/dist/serialization/types/UnitTestSummaryResponseModel.d.ts +2 -2
- package/dist/serialization/types/UnitTestToolCallEvaluationModelInput.d.ts +3 -3
- package/dist/serialization/types/UnitTestToolCallEvaluationModelInput.js +1 -1
- package/dist/serialization/types/UnitTestToolCallEvaluationModelOutput.d.ts +3 -3
- package/dist/serialization/types/UnitTestToolCallEvaluationModelOutput.js +1 -1
- package/dist/serialization/types/UnitTestToolCallParameter.d.ts +2 -2
- package/dist/serialization/types/UnitTestToolCallParameterEval.d.ts +3 -3
- package/dist/serialization/types/UnitTestToolCallParameterEval.js +1 -1
- package/dist/serialization/types/UpdateAudioNativeProjectRequest.d.ts +2 -2
- package/dist/serialization/types/UpdateChapterRequest.d.ts +2 -2
- package/dist/serialization/types/UpdateProjectRequest.d.ts +2 -2
- package/dist/serialization/types/UpdatePronunciationDictionariesRequest.d.ts +2 -2
- package/dist/serialization/types/UpdateWorkspaceMemberResponseModel.d.ts +2 -2
- package/dist/serialization/types/UrlAvatar.d.ts +2 -2
- package/dist/serialization/types/UsageAggregationInterval.d.ts +2 -2
- package/dist/serialization/types/UsageCharactersResponseModel.d.ts +2 -2
- package/dist/serialization/types/User.d.ts +2 -2
- package/dist/serialization/types/UserFeedback.d.ts +2 -2
- package/dist/serialization/types/UserFeedbackScore.d.ts +2 -2
- package/dist/serialization/types/UtteranceResponseModel.d.ts +2 -2
- package/dist/serialization/types/VadConfig.d.ts +3 -4
- package/dist/serialization/types/VadConfigWorkflowOverride.d.ts +3 -4
- package/dist/serialization/types/ValidationError.d.ts +2 -2
- package/dist/serialization/types/ValidationErrorLocItem.d.ts +2 -2
- package/dist/serialization/types/VerificationAttemptResponse.d.ts +2 -2
- package/dist/serialization/types/VerifiedVoiceLanguageResponseModel.d.ts +2 -2
- package/dist/serialization/types/VerifyPvcVoiceCaptchaResponseModel.d.ts +2 -2
- package/dist/serialization/types/Voice.d.ts +6 -6
- package/dist/serialization/types/Voice.js +4 -4
- package/dist/serialization/types/VoiceDesignPreviewResponse.d.ts +2 -2
- package/dist/serialization/types/VoiceGenerationParameterOptionResponse.d.ts +2 -2
- package/dist/serialization/types/VoiceGenerationParameterResponse.d.ts +2 -2
- package/dist/serialization/types/VoiceMailDetectionResultSuccessModel.d.ts +2 -2
- package/dist/serialization/types/VoicePreviewResponseModel.d.ts +2 -2
- package/dist/serialization/types/VoiceResponseModelCategory.d.ts +2 -2
- package/dist/serialization/types/VoiceResponseModelSafetyControl.d.ts +2 -2
- package/dist/serialization/types/VoiceSample.d.ts +2 -2
- package/dist/serialization/types/VoiceSamplePreviewResponseModel.d.ts +2 -2
- package/dist/serialization/types/VoiceSampleVisualWaveformResponseModel.d.ts +2 -2
- package/dist/serialization/types/VoiceSegment.d.ts +2 -2
- package/dist/serialization/types/VoiceSettings.d.ts +2 -2
- package/dist/serialization/types/VoiceSharingModerationCheckResponseModel.d.ts +2 -2
- package/dist/serialization/types/VoiceSharingResponse.d.ts +5 -5
- package/dist/serialization/types/VoiceSharingResponse.js +3 -3
- package/dist/serialization/types/VoiceSharingResponseModelCategory.d.ts +2 -2
- package/dist/serialization/types/VoiceSharingState.d.ts +2 -2
- package/dist/serialization/types/VoiceVerificationResponse.d.ts +2 -2
- package/dist/serialization/types/VoicemailDetectionToolConfig.d.ts +2 -2
- package/dist/serialization/types/WebhookAuthMethodType.d.ts +2 -2
- package/dist/serialization/types/WebhookEventType.d.ts +2 -2
- package/dist/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +5 -5
- package/dist/serialization/types/WebhookToolApiSchemaConfigInput.js +4 -4
- package/dist/serialization/types/WebhookToolApiSchemaConfigInputContentType.d.ts +2 -2
- package/dist/serialization/types/WebhookToolApiSchemaConfigInputMethod.d.ts +2 -2
- package/dist/serialization/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.d.ts +3 -3
- package/dist/serialization/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.js +1 -1
- package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +5 -5
- package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.js +4 -4
- package/dist/serialization/types/WebhookToolApiSchemaConfigOutputContentType.d.ts +2 -2
- package/dist/serialization/types/WebhookToolApiSchemaConfigOutputMethod.d.ts +2 -2
- package/dist/serialization/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.d.ts +3 -3
- package/dist/serialization/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.js +1 -1
- package/dist/serialization/types/WebhookToolConfigInput.d.ts +4 -4
- package/dist/serialization/types/WebhookToolConfigInput.js +2 -2
- package/dist/serialization/types/WebhookToolConfigOutput.d.ts +4 -4
- package/dist/serialization/types/WebhookToolConfigOutput.js +2 -2
- package/dist/serialization/types/WebhookUsageType.d.ts +2 -2
- package/dist/serialization/types/WhatsAppConversationInfo.d.ts +2 -2
- package/dist/serialization/types/WidgetConfig.d.ts +7 -7
- package/dist/serialization/types/WidgetConfig.js +5 -5
- package/dist/serialization/types/WidgetConfigInputAvatar.d.ts +3 -3
- package/dist/serialization/types/WidgetConfigInputAvatar.js +1 -1
- package/dist/serialization/types/WidgetConfigOutputAvatar.d.ts +3 -3
- package/dist/serialization/types/WidgetConfigOutputAvatar.js +1 -1
- package/dist/serialization/types/WidgetConfigResponse.d.ts +7 -7
- package/dist/serialization/types/WidgetConfigResponse.js +5 -5
- package/dist/serialization/types/WidgetConfigResponseModelAvatar.d.ts +3 -3
- package/dist/serialization/types/WidgetConfigResponseModelAvatar.js +1 -1
- package/dist/serialization/types/WidgetEndFeedbackConfig.d.ts +2 -2
- package/dist/serialization/types/WidgetEndFeedbackType.d.ts +2 -2
- package/dist/serialization/types/WidgetExpandable.d.ts +2 -2
- package/dist/serialization/types/WidgetFeedbackMode.d.ts +2 -2
- package/dist/serialization/types/WidgetLanguagePreset.d.ts +2 -2
- package/dist/serialization/types/WidgetLanguagePresetResponse.d.ts +2 -2
- package/dist/serialization/types/WidgetPlacement.d.ts +2 -2
- package/dist/serialization/types/WidgetStyles.d.ts +2 -2
- package/dist/serialization/types/WidgetTextContents.d.ts +2 -2
- package/dist/serialization/types/WorkflowEdgeModelInput.d.ts +3 -3
- package/dist/serialization/types/WorkflowEdgeModelInput.js +1 -1
- package/dist/serialization/types/WorkflowEdgeModelInputBackwardCondition.d.ts +2 -2
- package/dist/serialization/types/WorkflowEdgeModelInputForwardCondition.d.ts +2 -2
- package/dist/serialization/types/WorkflowEdgeModelOutput.d.ts +3 -3
- package/dist/serialization/types/WorkflowEdgeModelOutput.js +1 -1
- package/dist/serialization/types/WorkflowEdgeModelOutputBackwardCondition.d.ts +2 -2
- package/dist/serialization/types/WorkflowEdgeModelOutputForwardCondition.d.ts +2 -2
- package/dist/serialization/types/WorkflowEndNodeModelInput.d.ts +2 -2
- package/dist/serialization/types/WorkflowEndNodeModelOutput.d.ts +2 -2
- package/dist/serialization/types/WorkflowExpressionConditionModelInput.d.ts +2 -2
- package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +2 -2
- package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.js +1 -1
- package/dist/serialization/types/WorkflowExpressionConditionModelOutput.d.ts +2 -2
- package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +2 -2
- package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +1 -1
- package/dist/serialization/types/WorkflowFeaturesUsageCommonModel.d.ts +2 -2
- package/dist/serialization/types/WorkflowLlmConditionModelInput.d.ts +2 -2
- package/dist/serialization/types/WorkflowLlmConditionModelOutput.d.ts +2 -2
- package/dist/serialization/types/WorkflowOverrideAgentNodeModelInput.d.ts +2 -2
- package/dist/serialization/types/WorkflowOverrideAgentNodeModelOutput.d.ts +2 -2
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +3 -3
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.js +1 -1
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +4 -4
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.js +2 -2
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +3 -3
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +1 -1
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +4 -4
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.js +2 -2
- package/dist/serialization/types/WorkflowResultConditionModelInput.d.ts +2 -2
- package/dist/serialization/types/WorkflowResultConditionModelOutput.d.ts +2 -2
- package/dist/serialization/types/WorkflowStandaloneAgentNodeModelInput.d.ts +2 -2
- package/dist/serialization/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +2 -2
- package/dist/serialization/types/WorkflowStartNodeModelInput.d.ts +2 -2
- package/dist/serialization/types/WorkflowStartNodeModelOutput.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolEdgeStepModel.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolLocator.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolMaxIterationsExceededStepModel.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolNestedToolsStepModelInput.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolNestedToolsStepModelInput.js +1 -1
- package/dist/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.js +1 -1
- package/dist/serialization/types/WorkflowToolNestedToolsStepModelOutput.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolNestedToolsStepModelOutput.js +1 -1
- package/dist/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.js +1 -1
- package/dist/serialization/types/WorkflowToolNodeModelInput.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolNodeModelOutput.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolResponseModelInput.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolResponseModelInput.js +1 -1
- package/dist/serialization/types/WorkflowToolResponseModelInputStepsItem.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolResponseModelInputStepsItem.js +1 -1
- package/dist/serialization/types/WorkflowToolResponseModelOutput.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolResponseModelOutput.js +1 -1
- package/dist/serialization/types/WorkflowToolResponseModelOutputStepsItem.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolResponseModelOutputStepsItem.js +1 -1
- package/dist/serialization/types/WorkflowUnconditionalModelInput.d.ts +2 -2
- package/dist/serialization/types/WorkflowUnconditionalModelOutput.d.ts +2 -2
- package/dist/serialization/types/WorkspaceApiKeyListResponseModel.d.ts +2 -2
- package/dist/serialization/types/WorkspaceApiKeyResponseModel.d.ts +2 -2
- package/dist/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +2 -2
- package/dist/serialization/types/WorkspaceBatchCallsResponse.d.ts +2 -2
- package/dist/serialization/types/WorkspaceCreateApiKeyResponseModel.d.ts +2 -2
- package/dist/serialization/types/WorkspaceGroupByNameResponseModel.d.ts +2 -2
- package/dist/serialization/types/WorkspaceResourceType.d.ts +2 -2
- package/dist/serialization/types/WorkspaceServiceAccountListResponseModel.d.ts +2 -2
- package/dist/serialization/types/WorkspaceServiceAccountResponseModel.d.ts +2 -2
- package/dist/serialization/types/WorkspaceWebhookListResponseModel.d.ts +2 -2
- package/dist/serialization/types/WorkspaceWebhookResponseModel.d.ts +2 -2
- package/dist/serialization/types/WorkspaceWebhookUsageResponseModel.d.ts +2 -2
- package/dist/serialization/types/ZendeskConversationInitiationTrigger.d.ts +2 -2
- package/dist/serialization/types/index.d.ts +296 -311
- package/dist/serialization/types/index.js +296 -311
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/wrapper/music.js +34 -3
- package/errors/ElevenLabsError.d.ts +1 -1
- package/errors/ElevenLabsError.js +1 -1
- package/jest.config.mjs +2 -3
- package/package.json +8 -3
- package/reference.md +1790 -1994
- package/serialization/resources/audioIsolation/types/AudioIsolationConvertRequestFileFormat.d.ts +2 -2
- package/serialization/resources/audioIsolation/types/AudioIsolationStreamRequestFileFormat.d.ts +2 -2
- package/serialization/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.js +1 -1
- package/serialization/resources/conversationalAi/resources/agents/client/requests/BodyDuplicateAgentV1ConvaiAgentsAgentIdDuplicatePost.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.js +1 -1
- package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +1 -1
- package/serialization/resources/conversationalAi/resources/agents/client/requests/index.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/agents/client/requests/index.js +5 -5
- package/serialization/resources/conversationalAi/resources/agents/resources/llmUsage/client/requests/LlmUsageCalculatorRequestModel.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -3
- package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +0 -1
- package/serialization/resources/conversationalAi/resources/conversations/index.d.ts +1 -1
- package/serialization/resources/conversationalAi/resources/conversations/index.js +1 -1
- package/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/ConversationFeedbackRequestModel.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/conversations/types/ConversationsListRequestSummaryMode.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/dashboard/resources/index.d.ts +1 -1
- package/serialization/resources/conversationalAi/resources/dashboard/resources/index.js +1 -1
- package/serialization/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/PatchConvAiDashboardSettingsRequest.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/dashboard/resources/settings/index.d.ts +1 -1
- package/serialization/resources/conversationalAi/resources/dashboard/resources/settings/index.js +1 -1
- package/serialization/resources/conversationalAi/resources/dashboard/resources/settings/types/PatchConvAiDashboardSettingsRequestChartsItem.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/index.d.ts +17 -17
- package/serialization/resources/conversationalAi/resources/index.js +18 -18
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/RagIndexRequestModel.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateTextDocumentV1ConvaiKnowledgeBaseTextPost.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateUrlDocumentV1ConvaiKnowledgeBaseUrlPost.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +1 -1
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.js +3 -3
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.d.ts +1 -1
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.js +1 -1
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.js +1 -1
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.js +1 -1
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/index.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/index.js +4 -4
- package/serialization/resources/conversationalAi/resources/llmUsage/client/requests/LlmUsageCalculatorPublicRequestModel.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +1 -1
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -1
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.js +3 -3
- package/serialization/resources/conversationalAi/resources/mcpServers/index.d.ts +1 -1
- package/serialization/resources/conversationalAi/resources/mcpServers/index.js +1 -1
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +4 -4
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +2 -2
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +4 -4
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +2 -2
- package/serialization/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.js +1 -1
- package/serialization/resources/conversationalAi/resources/phoneNumbers/client/list.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +1 -1
- package/serialization/resources/conversationalAi/resources/phoneNumbers/index.d.ts +1 -1
- package/serialization/resources/conversationalAi/resources/phoneNumbers/index.js +1 -1
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.js +1 -1
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.js +1 -1
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.js +1 -1
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.js +1 -1
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/index.d.ts +1 -1
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/index.js +1 -1
- package/serialization/resources/conversationalAi/resources/secrets/client/requests/PatchWorkspaceSecretRequest.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/secrets/client/requests/PostWorkspaceSecretRequest.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +1 -1
- package/serialization/resources/conversationalAi/resources/secrets/client/requests/index.js +3 -3
- package/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.js +1 -1
- package/serialization/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +6 -6
- package/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.js +4 -4
- package/serialization/resources/conversationalAi/resources/tests/client/requests/ListTestsByIdsRequestModel.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +6 -6
- package/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.js +4 -4
- package/serialization/resources/conversationalAi/resources/tests/client/requests/index.d.ts +1 -1
- package/serialization/resources/conversationalAi/resources/tests/client/requests/index.js +3 -3
- package/serialization/resources/conversationalAi/resources/tests/index.d.ts +1 -1
- package/serialization/resources/conversationalAi/resources/tests/index.js +1 -1
- package/serialization/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/tests/types/CreateUnitTestRequestDynamicVariablesValue.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/tests/types/UpdateUnitTestRequestDynamicVariablesValue.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +2 -2
- package/serialization/resources/dubbing/index.d.ts +1 -1
- package/serialization/resources/dubbing/index.js +1 -1
- package/serialization/resources/dubbing/resources/index.d.ts +3 -2
- package/serialization/resources/dubbing/resources/index.js +4 -3
- package/serialization/resources/dubbing/resources/resource/client/requests/BodyDubsAllOrSomeSegmentsAndLanguagesV1DubbingResourceDubbingIdDubPost.d.ts +2 -2
- package/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -2
- package/serialization/resources/dubbing/resources/resource/client/requests/BodyTranscribesSegmentsV1DubbingResourceDubbingIdTranscribePost.d.ts +2 -2
- package/serialization/resources/dubbing/resources/resource/client/requests/BodyTranslatesAllOrSomeSegmentsAndLanguagesV1DubbingResourceDubbingIdTranslatePost.d.ts +2 -2
- package/serialization/resources/dubbing/resources/resource/client/requests/index.d.ts +2 -2
- package/serialization/resources/dubbing/resources/resource/client/requests/index.js +5 -5
- package/serialization/resources/dubbing/resources/resource/index.d.ts +1 -0
- package/serialization/resources/dubbing/resources/resource/index.js +1 -0
- package/serialization/resources/dubbing/resources/resource/resources/language/client/requests/BodyAddALanguageToTheResourceV1DubbingResourceDubbingIdLanguagePost.d.ts +2 -2
- package/serialization/resources/dubbing/resources/resource/resources/segment/client/requests/SegmentUpdatePayload.d.ts +2 -2
- package/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyUpdateMetadataForASpeakerV1DubbingResourceDubbingIdSpeakerSpeakerIdPatch.d.ts +2 -2
- package/serialization/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.d.ts +2 -2
- package/serialization/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.d.ts +7 -0
- package/serialization/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.js +42 -0
- package/serialization/resources/dubbing/resources/resource/types/index.d.ts +1 -0
- package/serialization/resources/dubbing/resources/resource/types/index.js +17 -0
- package/serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.d.ts +3 -3
- package/serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.js +1 -1
- package/serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.d.ts +8 -0
- package/{dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.js → serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.js} +4 -5
- package/serialization/resources/dubbing/resources/transcript/types/index.d.ts +1 -0
- package/serialization/resources/dubbing/resources/transcript/types/index.js +1 -0
- package/serialization/resources/dubbing/types/DubbingCreateRequestMode.d.ts +2 -2
- package/serialization/resources/dubbing/types/DubbingListRequestDubbingStatus.d.ts +2 -2
- package/serialization/resources/dubbing/types/DubbingListRequestFilterByCreator.d.ts +2 -2
- package/serialization/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +2 -2
- package/serialization/resources/dubbing/types/index.d.ts +1 -1
- package/serialization/resources/dubbing/types/index.js +1 -1
- package/serialization/resources/history/client/requests/DownloadHistoryRequest.d.ts +2 -2
- package/serialization/resources/history/index.d.ts +1 -1
- package/serialization/resources/history/index.js +1 -1
- package/serialization/resources/history/types/HistoryListRequestSortDirection.d.ts +2 -2
- package/serialization/resources/history/types/HistoryListRequestSource.d.ts +2 -2
- package/serialization/resources/index.d.ts +29 -33
- package/serialization/resources/index.js +30 -34
- package/serialization/resources/models/client/list.d.ts +2 -2
- package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -2
- package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +2 -2
- package/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +2 -2
- package/serialization/resources/music/index.d.ts +1 -1
- package/serialization/resources/music/index.js +1 -1
- package/serialization/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.d.ts +2 -2
- package/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/music/types/MusicComposeRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/music/types/MusicSeparateStemsRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/music/types/MusicSeparateStemsRequestStemVariationId.d.ts +2 -2
- package/serialization/resources/music/types/MusicStreamRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/music/types/index.d.ts +2 -2
- package/serialization/resources/music/types/index.js +2 -2
- package/serialization/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost.d.ts +2 -2
- package/serialization/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.d.ts +2 -2
- package/serialization/resources/pronunciationDictionaries/index.d.ts +2 -2
- package/serialization/resources/pronunciationDictionaries/index.js +2 -2
- package/serialization/resources/pronunciationDictionaries/resources/index.d.ts +1 -1
- package/serialization/resources/pronunciationDictionaries/resources/index.js +1 -1
- package/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/PronunciationDictionary.d.ts +2 -2
- package/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/RemovePronunciationDictionaryRulesRequest.d.ts +2 -2
- package/serialization/resources/pronunciationDictionaries/resources/rules/index.d.ts +1 -1
- package/serialization/resources/pronunciationDictionaries/resources/rules/index.js +1 -1
- package/serialization/resources/pronunciationDictionaries/resources/rules/types/PronunciationDictionaryRule.d.ts +2 -2
- package/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostRulesItem.d.ts +2 -2
- package/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +2 -2
- package/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +2 -2
- package/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesListRequestSort.d.ts +2 -2
- package/serialization/resources/pronunciationDictionaries/types/index.d.ts +1 -1
- package/serialization/resources/pronunciationDictionaries/types/index.js +1 -1
- package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +2 -2
- package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +2 -2
- package/serialization/resources/serviceAccounts/resources/apiKeys/index.d.ts +1 -1
- package/serialization/resources/serviceAccounts/resources/apiKeys/index.js +1 -1
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +2 -2
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts +2 -2
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +2 -2
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts +2 -2
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +2 -2
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +2 -2
- package/serialization/resources/serviceAccounts/resources/index.d.ts +1 -1
- package/serialization/resources/serviceAccounts/resources/index.js +1 -1
- package/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestFileFormat.d.ts +2 -2
- package/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/speechToSpeech/types/SpeechToSpeechStreamRequestFileFormat.d.ts +2 -2
- package/serialization/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/speechToSpeech/types/index.d.ts +2 -2
- package/serialization/resources/speechToSpeech/types/index.js +2 -2
- package/serialization/resources/speechToText/index.d.ts +1 -1
- package/serialization/resources/speechToText/index.js +1 -1
- package/serialization/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.d.ts +3 -3
- package/serialization/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.js +1 -1
- package/serialization/resources/speechToText/types/SpeechToTextConvertRequestFileFormat.d.ts +2 -2
- package/serialization/resources/speechToText/types/SpeechToTextConvertRequestTimestampsGranularity.d.ts +2 -2
- package/serialization/resources/speechToText/types/SpeechToTextConvertRequestWebhookMetadata.d.ts +2 -2
- package/serialization/resources/speechToText/types/SpeechToTextConvertResponse.d.ts +3 -3
- package/serialization/resources/speechToText/types/SpeechToTextConvertResponse.js +1 -1
- package/serialization/resources/speechToText/types/index.d.ts +1 -1
- package/serialization/resources/speechToText/types/index.js +1 -1
- package/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +5 -5
- package/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.js +3 -3
- package/serialization/resources/studio/index.d.ts +2 -2
- package/serialization/resources/studio/index.js +2 -2
- package/serialization/resources/studio/resources/index.d.ts +1 -1
- package/serialization/resources/studio/resources/index.js +1 -1
- package/serialization/resources/studio/resources/projects/client/requests/BodyUpdateStudioProjectV1StudioProjectsProjectIdPost.d.ts +2 -2
- package/serialization/resources/studio/resources/projects/index.d.ts +1 -1
- package/serialization/resources/studio/resources/projects/index.js +1 -1
- package/serialization/resources/studio/resources/projects/resources/chapters/client/requests/BodyCreateChapterV1StudioProjectsProjectIdChaptersPost.d.ts +2 -2
- package/serialization/resources/studio/resources/projects/resources/chapters/client/requests/BodyUpdateChapterV1StudioProjectsProjectIdChaptersChapterIdPost.d.ts +2 -2
- package/serialization/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +2 -2
- package/serialization/resources/studio/resources/projects/resources/index.d.ts +2 -2
- package/serialization/resources/studio/resources/projects/resources/index.js +3 -3
- package/serialization/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/BodyCreatePronunciationDictionariesV1StudioProjectsProjectIdPronunciationDictionariesPost.d.ts +2 -2
- package/serialization/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +2 -2
- package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestApplyTextNormalization.d.ts +2 -2
- package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestFiction.d.ts +2 -2
- package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.d.ts +2 -2
- package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestTargetAudience.d.ts +2 -2
- package/serialization/resources/studio/resources/projects/types/index.d.ts +2 -2
- package/serialization/resources/studio/resources/projects/types/index.js +2 -2
- package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization.d.ts +2 -2
- package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostDurationScale.d.ts +2 -2
- package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.d.ts +3 -3
- package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.js +1 -1
- package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +2 -2
- package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSource.d.ts +2 -2
- package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceItem.d.ts +2 -2
- package/serialization/resources/studio/types/index.d.ts +4 -4
- package/serialization/resources/studio/types/index.js +4 -4
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +2 -2
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -2
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -2
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +2 -2
- package/serialization/resources/textToDialogue/client/requests/index.d.ts +2 -2
- package/serialization/resources/textToDialogue/client/requests/index.js +5 -5
- package/serialization/resources/textToDialogue/index.d.ts +1 -1
- package/serialization/resources/textToDialogue/index.js +1 -1
- package/serialization/resources/textToDialogue/types/BodyTextToDialogueFullWithTimestampsApplyTextNormalization.d.ts +2 -2
- package/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.d.ts +2 -2
- package/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.d.ts +2 -2
- package/serialization/resources/textToDialogue/types/BodyTextToDialogueStreamWithTimestampsApplyTextNormalization.d.ts +2 -2
- package/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/textToDialogue/types/TextToDialogueStreamWithTimestampsRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/textToDialogue/types/index.d.ts +5 -5
- package/serialization/resources/textToDialogue/types/index.js +5 -5
- package/serialization/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +2 -2
- package/serialization/resources/textToSoundEffects/index.d.ts +1 -1
- package/serialization/resources/textToSoundEffects/index.js +1 -1
- package/serialization/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +3 -3
- package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +1 -1
- package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +3 -3
- package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js +1 -1
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +3 -3
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +1 -1
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +3 -3
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.js +1 -1
- package/serialization/resources/textToSpeech/index.d.ts +1 -1
- package/serialization/resources/textToSpeech/index.js +1 -1
- package/serialization/resources/textToSpeech/types/BodyTextToSpeechFullApplyTextNormalization.d.ts +2 -2
- package/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts +2 -2
- package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamApplyTextNormalization.d.ts +2 -2
- package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts +2 -2
- package/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/textToSpeech/types/index.d.ts +4 -4
- package/serialization/resources/textToSpeech/types/index.js +4 -4
- package/serialization/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.d.ts +2 -2
- package/serialization/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +2 -2
- package/serialization/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +2 -2
- package/serialization/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +2 -2
- package/serialization/resources/textToVoice/client/requests/index.d.ts +1 -1
- package/serialization/resources/textToVoice/client/requests/index.js +3 -3
- package/serialization/resources/textToVoice/index.d.ts +1 -1
- package/serialization/resources/textToVoice/index.js +1 -1
- package/serialization/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/textToVoice/types/VoiceDesignRequestModelModelId.d.ts +2 -2
- package/serialization/resources/textToVoice/types/index.d.ts +1 -1
- package/serialization/resources/textToVoice/types/index.js +1 -1
- package/serialization/resources/voices/client/requests/BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost.d.ts +2 -2
- package/serialization/resources/voices/index.d.ts +2 -2
- package/serialization/resources/voices/index.js +2 -2
- package/serialization/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +2 -2
- package/serialization/resources/voices/resources/pvc/client/requests/BodyRunPvcTrainingV1VoicesPvcVoiceIdTrainPost.d.ts +2 -2
- package/serialization/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +2 -2
- package/serialization/resources/voices/resources/pvc/client/requests/index.d.ts +1 -1
- package/serialization/resources/voices/resources/pvc/client/requests/index.js +3 -3
- package/serialization/resources/voices/resources/pvc/index.d.ts +1 -1
- package/serialization/resources/voices/resources/pvc/index.js +1 -1
- package/serialization/resources/voices/resources/pvc/resources/samples/client/create.d.ts +2 -2
- package/serialization/resources/voices/resources/pvc/resources/samples/client/requests/BodyUpdatePvcVoiceSampleV1VoicesPvcVoiceIdSamplesSampleIdPost.d.ts +2 -2
- package/serialization/resources/voices/types/VoicesGetSharedRequestCategory.d.ts +2 -2
- package/serialization/resources/workspace/resources/groups/client/search.d.ts +2 -2
- package/serialization/resources/workspace/resources/groups/resources/members/client/requests/AddMemberToGroupRequest.d.ts +2 -2
- package/serialization/resources/workspace/resources/groups/resources/members/client/requests/BodyDeleteMemberFromUserGroupV1WorkspaceGroupsGroupIdMembersRemovePost.d.ts +2 -2
- package/serialization/resources/workspace/resources/groups/resources/members/client/requests/index.d.ts +1 -1
- package/serialization/resources/workspace/resources/groups/resources/members/client/requests/index.js +3 -3
- package/serialization/resources/workspace/resources/index.d.ts +4 -4
- package/serialization/resources/workspace/resources/index.js +5 -5
- package/serialization/resources/workspace/resources/invites/client/requests/BodyDeleteExistingInvitationV1WorkspaceInvitesDelete.d.ts +2 -2
- package/serialization/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.d.ts +2 -2
- package/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +2 -2
- package/serialization/resources/workspace/resources/invites/client/requests/index.d.ts +2 -2
- package/serialization/resources/workspace/resources/invites/client/requests/index.js +5 -5
- package/serialization/resources/workspace/resources/invites/index.d.ts +1 -1
- package/serialization/resources/workspace/resources/invites/index.js +1 -1
- package/serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +2 -2
- package/serialization/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +2 -2
- package/serialization/resources/workspace/resources/members/index.d.ts +1 -1
- package/serialization/resources/workspace/resources/members/index.js +1 -1
- package/serialization/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +2 -2
- package/serialization/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.d.ts +3 -3
- package/serialization/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.js +1 -1
- package/serialization/resources/workspace/resources/resources/client/requests/BodyUnshareWorkspaceResourceV1WorkspaceResourcesResourceIdUnsharePost.d.ts +2 -2
- package/serialization/resources/workspace/resources/resources/index.d.ts +1 -1
- package/serialization/resources/workspace/resources/resources/index.js +1 -1
- package/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +2 -2
- package/serialization/types/AddChapterResponseModel.d.ts +2 -2
- package/serialization/types/AddKnowledgeBaseResponseModel.d.ts +2 -2
- package/serialization/types/AddProjectRequest.d.ts +2 -2
- package/serialization/types/AddProjectResponseModel.d.ts +2 -2
- package/serialization/types/AddPronunciationDictionaryResponseModel.d.ts +2 -2
- package/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +2 -2
- package/serialization/types/AddSharingVoiceRequest.d.ts +2 -2
- package/serialization/types/AddVoiceIvcResponseModel.d.ts +2 -2
- package/serialization/types/AddVoiceResponseModel.d.ts +2 -2
- package/serialization/types/AddWorkspaceGroupMemberResponseModel.d.ts +2 -2
- package/serialization/types/AddWorkspaceInviteResponseModel.d.ts +2 -2
- package/serialization/types/AdditionalFormatResponseModel.d.ts +2 -2
- package/serialization/types/AdditionalFormats.d.ts +2 -2
- package/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +3 -3
- package/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.js +1 -1
- package/serialization/types/Age.d.ts +2 -2
- package/serialization/types/AgentCallLimits.d.ts +2 -2
- package/serialization/types/AgentConfig.d.ts +2 -2
- package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -2
- package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -2
- package/serialization/types/AgentConfigOverrideConfig.d.ts +2 -2
- package/serialization/types/AgentConfigOverrideInput.d.ts +2 -2
- package/serialization/types/AgentConfigOverrideOutput.d.ts +2 -2
- package/serialization/types/AgentDefinitionSource.d.ts +2 -2
- package/serialization/types/AgentFailureResponseExample.d.ts +2 -2
- package/serialization/types/AgentMetadata.d.ts +2 -2
- package/serialization/types/AgentMetadataResponseModel.d.ts +2 -2
- package/serialization/types/AgentPlatformSettingsRequestModel.d.ts +8 -8
- package/serialization/types/AgentPlatformSettingsRequestModel.js +6 -6
- package/serialization/types/AgentPlatformSettingsResponseModel.d.ts +8 -8
- package/serialization/types/AgentPlatformSettingsResponseModel.js +6 -6
- package/serialization/types/AgentSimulatedChatTestResponseModel.d.ts +3 -3
- package/serialization/types/AgentSimulatedChatTestResponseModel.js +1 -1
- package/serialization/types/AgentSortBy.d.ts +2 -2
- package/serialization/types/AgentSuccessfulResponseExample.d.ts +2 -2
- package/serialization/types/AgentSummaryResponseModel.d.ts +2 -2
- package/serialization/types/AgentTestingSettings.d.ts +2 -2
- package/serialization/types/AgentTransfer.d.ts +2 -2
- package/serialization/types/AgentWorkflowRequestModel.d.ts +3 -3
- package/serialization/types/AgentWorkflowRequestModel.js +1 -1
- package/serialization/types/AgentWorkflowRequestModelNodesValue.d.ts +2 -2
- package/serialization/types/AgentWorkflowResponseModel.d.ts +3 -3
- package/serialization/types/AgentWorkflowResponseModel.js +1 -1
- package/serialization/types/AgentWorkflowResponseModelNodesValue.d.ts +2 -2
- package/serialization/types/AgentWorkspaceOverridesInput.d.ts +3 -3
- package/serialization/types/AgentWorkspaceOverridesInput.js +1 -1
- package/serialization/types/AgentWorkspaceOverridesOutput.d.ts +3 -3
- package/serialization/types/AgentWorkspaceOverridesOutput.js +1 -1
- package/serialization/types/AllowlistItem.d.ts +2 -2
- package/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +3 -3
- package/serialization/types/ApiIntegrationWebhookOverridesInput.js +2 -2
- package/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +2 -2
- package/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +3 -3
- package/serialization/types/ApiIntegrationWebhookOverridesOutput.js +2 -2
- package/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +2 -2
- package/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +5 -5
- package/serialization/types/ApiIntegrationWebhookToolConfigInput.js +3 -3
- package/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +5 -5
- package/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +3 -3
- package/serialization/types/ArrayJsonSchemaPropertyInput.d.ts +2 -2
- package/serialization/types/ArrayJsonSchemaPropertyInput.js +1 -1
- package/serialization/types/ArrayJsonSchemaPropertyInputItems.d.ts +2 -2
- package/serialization/types/ArrayJsonSchemaPropertyInputItems.js +1 -1
- package/serialization/types/ArrayJsonSchemaPropertyOutput.d.ts +2 -2
- package/serialization/types/ArrayJsonSchemaPropertyOutput.js +1 -1
- package/serialization/types/ArrayJsonSchemaPropertyOutputItems.d.ts +2 -2
- package/serialization/types/ArrayJsonSchemaPropertyOutputItems.js +1 -1
- package/serialization/types/AsrConversationalConfig.d.ts +4 -4
- package/serialization/types/AsrConversationalConfig.js +2 -2
- package/serialization/types/AsrConversationalConfigWorkflowOverride.d.ts +4 -4
- package/serialization/types/AsrConversationalConfigWorkflowOverride.js +2 -2
- package/serialization/types/AsrInputFormat.d.ts +2 -2
- package/serialization/types/AsrProvider.d.ts +2 -2
- package/serialization/types/AsrQuality.d.ts +2 -2
- package/serialization/types/AstAndOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstAndOperatorNodeInput.js +1 -1
- package/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +2 -2
- package/serialization/types/AstAndOperatorNodeInputChildrenItem.js +1 -1
- package/serialization/types/AstAndOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstAndOperatorNodeOutput.js +1 -1
- package/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +2 -2
- package/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +1 -1
- package/serialization/types/AstBooleanNodeInput.d.ts +2 -2
- package/serialization/types/AstBooleanNodeOutput.d.ts +2 -2
- package/serialization/types/AstDynamicVariableNodeInput.d.ts +2 -2
- package/serialization/types/AstDynamicVariableNodeOutput.d.ts +2 -2
- package/serialization/types/AstEqualsOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstEqualsOperatorNodeInput.js +1 -1
- package/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts +2 -2
- package/serialization/types/AstEqualsOperatorNodeInputLeft.js +1 -1
- package/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +2 -2
- package/serialization/types/AstEqualsOperatorNodeInputRight.js +1 -1
- package/serialization/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstEqualsOperatorNodeOutput.js +1 -1
- package/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts +2 -2
- package/serialization/types/AstEqualsOperatorNodeOutputLeft.js +1 -1
- package/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +2 -2
- package/serialization/types/AstEqualsOperatorNodeOutputRight.js +1 -1
- package/serialization/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstGreaterThanOperatorNodeInput.js +1 -1
- package/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +2 -2
- package/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +1 -1
- package/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +2 -2
- package/serialization/types/AstGreaterThanOperatorNodeInputRight.js +1 -1
- package/serialization/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstGreaterThanOperatorNodeOutput.js +1 -1
- package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +2 -2
- package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +1 -1
- package/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +2 -2
- package/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +1 -1
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.js +1 -1
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +2 -2
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +1 -1
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +2 -2
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +1 -1
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.js +1 -1
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +2 -2
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +1 -1
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +2 -2
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +1 -1
- package/serialization/types/AstLessThanOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstLessThanOperatorNodeInput.js +1 -1
- package/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +2 -2
- package/serialization/types/AstLessThanOperatorNodeInputLeft.js +1 -1
- package/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +2 -2
- package/serialization/types/AstLessThanOperatorNodeInputRight.js +1 -1
- package/serialization/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstLessThanOperatorNodeOutput.js +1 -1
- package/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +2 -2
- package/serialization/types/AstLessThanOperatorNodeOutputLeft.js +1 -1
- package/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +2 -2
- package/serialization/types/AstLessThanOperatorNodeOutputRight.js +1 -1
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInput.js +1 -1
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +2 -2
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +1 -1
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +2 -2
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +1 -1
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.js +1 -1
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +2 -2
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +1 -1
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +2 -2
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +1 -1
- package/serialization/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstNotEqualsOperatorNodeInput.js +1 -1
- package/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +2 -2
- package/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +1 -1
- package/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +2 -2
- package/serialization/types/AstNotEqualsOperatorNodeInputRight.js +1 -1
- package/serialization/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstNotEqualsOperatorNodeOutput.js +1 -1
- package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +2 -2
- package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +1 -1
- package/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +2 -2
- package/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +1 -1
- package/serialization/types/AstNumberNodeInput.d.ts +2 -2
- package/serialization/types/AstNumberNodeOutput.d.ts +2 -2
- package/serialization/types/AstOrOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstOrOperatorNodeInput.js +1 -1
- package/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +2 -2
- package/serialization/types/AstOrOperatorNodeInputChildrenItem.js +1 -1
- package/serialization/types/AstOrOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstOrOperatorNodeOutput.js +1 -1
- package/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +2 -2
- package/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +1 -1
- package/serialization/types/AstStringNodeInput.d.ts +2 -2
- package/serialization/types/AstStringNodeOutput.d.ts +2 -2
- package/serialization/types/AstllmNodeInput.d.ts +2 -2
- package/serialization/types/AstllmNodeOutput.d.ts +2 -2
- package/serialization/types/AsyncConversationMetadata.d.ts +2 -2
- package/serialization/types/AsyncConversationMetadataDeliveryStatus.d.ts +2 -2
- package/serialization/types/AttachedTestModel.d.ts +2 -2
- package/serialization/types/AudioNativeCreateProjectResponseModel.d.ts +2 -2
- package/serialization/types/AudioNativeEditContentResponseModel.d.ts +2 -2
- package/serialization/types/AudioNativeProjectSettingsResponseModel.d.ts +2 -2
- package/serialization/types/AudioNativeProjectSettingsResponseModelStatus.d.ts +2 -2
- package/serialization/types/AudioWithTimestampsAndVoiceSegmentsResponseModel.d.ts +2 -2
- package/serialization/types/AudioWithTimestampsResponse.d.ts +2 -2
- package/serialization/types/AuthConnectionLocator.d.ts +2 -2
- package/serialization/types/AuthSettings.d.ts +2 -2
- package/serialization/types/AuthorizationMethod.d.ts +2 -2
- package/serialization/types/BackupLlmDefault.d.ts +3 -4
- package/serialization/types/BackupLlmDisabled.d.ts +3 -4
- package/serialization/types/BackupLlmOverride.d.ts +2 -2
- package/serialization/types/BadRequestErrorBody.d.ts +2 -2
- package/serialization/types/BanReasonType.d.ts +2 -2
- package/serialization/types/BatchCallDetailedResponse.d.ts +3 -4
- package/serialization/types/BatchCallDetailedResponse.js +1 -2
- package/serialization/types/BatchCallRecipientStatus.d.ts +2 -2
- package/serialization/types/BatchCallResponse.d.ts +3 -4
- package/serialization/types/BatchCallResponse.js +1 -2
- package/serialization/types/BatchCallStatus.d.ts +2 -2
- package/serialization/types/BatchCallWhatsAppParams.d.ts +11 -0
- package/{dist/serialization/types/AudioOutputMulti.js → serialization/types/BatchCallWhatsAppParams.js} +5 -8
- package/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.d.ts +2 -2
- package/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.d.ts +2 -2
- package/serialization/types/BreakdownTypes.d.ts +2 -2
- package/serialization/types/BuiltInToolsInput.d.ts +2 -2
- package/serialization/types/BuiltInToolsOutput.d.ts +2 -2
- package/serialization/types/BuiltInToolsWorkflowOverrideInput.d.ts +2 -2
- package/serialization/types/BuiltInToolsWorkflowOverrideOutput.d.ts +2 -2
- package/serialization/types/CanvasPlacement.d.ts +16 -0
- package/serialization/types/CanvasPlacement.js +48 -0
- package/serialization/types/CaptionStyleCharacterAnimationModel.d.ts +2 -2
- package/serialization/types/CaptionStyleCharacterAnimationModelEnterType.d.ts +2 -2
- package/serialization/types/CaptionStyleCharacterAnimationModelExitType.d.ts +2 -2
- package/serialization/types/CaptionStyleHorizontalPlacementModel.d.ts +2 -2
- package/serialization/types/CaptionStyleHorizontalPlacementModelAlign.d.ts +2 -2
- package/serialization/types/CaptionStyleModel.d.ts +6 -6
- package/serialization/types/CaptionStyleModel.js +4 -4
- package/serialization/types/CaptionStyleModelTextAlign.d.ts +2 -2
- package/serialization/types/CaptionStyleModelTextStyle.d.ts +2 -2
- package/serialization/types/CaptionStyleModelTextWeight.d.ts +2 -2
- package/serialization/types/CaptionStyleSectionAnimationModel.d.ts +2 -2
- package/serialization/types/CaptionStyleSectionAnimationModelEnterType.d.ts +2 -2
- package/serialization/types/CaptionStyleSectionAnimationModelExitType.d.ts +2 -2
- package/serialization/types/CaptionStyleTemplateModel.d.ts +2 -2
- package/serialization/types/CaptionStyleVerticalPlacementModel.d.ts +2 -2
- package/serialization/types/CaptionStyleVerticalPlacementModelAlign.d.ts +2 -2
- package/serialization/types/CaptionStyleWordAnimationModel.d.ts +2 -2
- package/serialization/types/CaptionStyleWordAnimationModelEnterType.d.ts +2 -2
- package/serialization/types/CaptionStyleWordAnimationModelExitType.d.ts +2 -2
- package/serialization/types/ChapterContentBlockExtendableNodeResponseModel.d.ts +3 -4
- package/serialization/types/ChapterContentBlockInputModel.d.ts +2 -2
- package/serialization/types/ChapterContentBlockInputModelSubType.d.ts +2 -2
- package/serialization/types/ChapterContentBlockResponseModel.d.ts +2 -2
- package/serialization/types/ChapterContentBlockResponseModelNodesItem.d.ts +3 -3
- package/serialization/types/ChapterContentBlockResponseModelNodesItem.js +1 -1
- package/serialization/types/ChapterContentBlockTtsNodeResponseModel.d.ts +2 -2
- package/serialization/types/ChapterContentInputModel.d.ts +2 -2
- package/serialization/types/ChapterContentParagraphTtsNodeInputModel.d.ts +2 -2
- package/serialization/types/ChapterContentResponseModel.d.ts +2 -2
- package/serialization/types/ChapterResponse.d.ts +3 -2
- package/serialization/types/ChapterResponse.js +1 -0
- package/serialization/types/ChapterSnapshotExtendedResponseModel.d.ts +2 -2
- package/serialization/types/ChapterSnapshotResponse.d.ts +2 -2
- package/serialization/types/ChapterSnapshotsResponse.d.ts +2 -2
- package/serialization/types/ChapterState.d.ts +2 -2
- package/serialization/types/ChapterStatisticsResponse.d.ts +2 -2
- package/serialization/types/ChapterWithContentResponseModel.d.ts +5 -4
- package/serialization/types/ChapterWithContentResponseModel.js +3 -2
- package/serialization/types/ChapterWithContentResponseModelState.d.ts +2 -2
- package/serialization/types/CharacterAlignmentModel.d.ts +2 -2
- package/serialization/types/CharacterAlignmentResponseModel.d.ts +2 -2
- package/serialization/types/CharacterUsageResponse.d.ts +2 -2
- package/serialization/types/ClientEvent.d.ts +3 -3
- package/serialization/types/ClientEvent.js +1 -0
- package/serialization/types/ClientToolConfigInput.d.ts +4 -4
- package/serialization/types/ClientToolConfigInput.js +3 -3
- package/serialization/types/ClientToolConfigOutput.d.ts +4 -4
- package/serialization/types/ClientToolConfigOutput.js +3 -3
- package/serialization/types/ConvAiDynamicVariable.d.ts +2 -2
- package/serialization/types/ConvAiSecretLocator.d.ts +2 -2
- package/serialization/types/ConvAiStoredSecretDependencies.d.ts +4 -4
- package/serialization/types/ConvAiStoredSecretDependencies.js +2 -2
- package/serialization/types/ConvAiStoredSecretDependenciesAgentsItem.d.ts +2 -2
- package/serialization/types/ConvAiStoredSecretDependenciesToolsItem.d.ts +2 -2
- package/serialization/types/ConvAiUserSecretDbModel.d.ts +2 -2
- package/serialization/types/ConvAiWebhooks.d.ts +2 -2
- package/serialization/types/ConvAiWorkspaceStoredSecretConfig.d.ts +2 -2
- package/serialization/types/ConversationChargingCommonModel.d.ts +2 -2
- package/serialization/types/ConversationConfig.d.ts +2 -2
- package/serialization/types/ConversationConfigClientOverrideConfigInput.d.ts +5 -5
- package/serialization/types/ConversationConfigClientOverrideConfigInput.js +3 -3
- package/serialization/types/ConversationConfigClientOverrideConfigOutput.d.ts +5 -5
- package/serialization/types/ConversationConfigClientOverrideConfigOutput.js +3 -3
- package/serialization/types/ConversationConfigClientOverrideInput.d.ts +5 -5
- package/serialization/types/ConversationConfigClientOverrideInput.js +3 -3
- package/serialization/types/ConversationConfigClientOverrideOutput.d.ts +5 -5
- package/serialization/types/ConversationConfigClientOverrideOutput.js +3 -3
- package/serialization/types/ConversationConfigOverride.d.ts +2 -2
- package/serialization/types/ConversationConfigOverrideConfig.d.ts +2 -2
- package/serialization/types/ConversationConfigWorkflowOverride.d.ts +2 -2
- package/serialization/types/ConversationDeletionSettings.d.ts +2 -2
- package/serialization/types/ConversationFeedbackType.d.ts +2 -2
- package/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -2
- package/serialization/types/ConversationHistoryBatchCallModel.d.ts +2 -2
- package/serialization/types/ConversationHistoryElevenAssistantCommonModel.d.ts +2 -2
- package/serialization/types/ConversationHistoryErrorCommonModel.d.ts +2 -2
- package/serialization/types/ConversationHistoryEvaluationCriteriaResultCommonModel.d.ts +2 -2
- package/serialization/types/ConversationHistoryFeedbackCommonModel.d.ts +2 -2
- package/serialization/types/ConversationHistoryMetadataCommonModel.d.ts +10 -10
- package/serialization/types/ConversationHistoryMetadataCommonModel.js +8 -8
- package/serialization/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +2 -2
- package/serialization/types/ConversationHistoryMetadataCommonModelPhoneCall.d.ts +2 -2
- package/serialization/types/ConversationHistoryMultivoiceMessageModel.d.ts +2 -2
- package/serialization/types/ConversationHistoryMultivoiceMessagePartModel.d.ts +2 -2
- package/serialization/types/ConversationHistoryRagUsageCommonModel.d.ts +2 -2
- package/serialization/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +2 -2
- package/serialization/types/ConversationHistorySipTrunkingPhoneCallModelDirection.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +7 -7
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +5 -5
- package/serialization/types/ConversationHistoryTranscriptCommonModelInputRole.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptCommonModelInputSourceMedium.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.js +1 -1
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +7 -7
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +5 -5
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutputRole.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.js +1 -1
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +3 -3
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -1
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +3 -3
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.js +1 -1
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptToolCallClientDetails.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptToolCallCommonModel.d.ts +3 -3
- package/serialization/types/ConversationHistoryTranscriptToolCallCommonModel.js +1 -1
- package/serialization/types/ConversationHistoryTranscriptToolCallCommonModelToolDetails.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptToolCallMcpDetails.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptToolCallWebhookDetails.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.js +1 -1
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.js +1 -1
- package/serialization/types/ConversationHistoryTwilioPhoneCallModel.d.ts +2 -2
- package/serialization/types/ConversationHistoryTwilioPhoneCallModelDirection.d.ts +2 -2
- package/serialization/types/ConversationInitiationClientDataConfigInput.d.ts +2 -2
- package/serialization/types/ConversationInitiationClientDataConfigOutput.d.ts +2 -2
- package/serialization/types/ConversationInitiationClientDataInternal.d.ts +3 -3
- package/serialization/types/ConversationInitiationClientDataInternal.js +1 -1
- package/serialization/types/ConversationInitiationClientDataInternalDynamicVariablesValue.d.ts +2 -2
- package/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +3 -3
- package/serialization/types/ConversationInitiationClientDataRequestInput.js +1 -1
- package/serialization/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.d.ts +2 -2
- package/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +3 -3
- package/serialization/types/ConversationInitiationClientDataRequestOutput.js +1 -1
- package/serialization/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.d.ts +2 -2
- package/serialization/types/ConversationInitiationClientDataWebhook.d.ts +2 -2
- package/serialization/types/ConversationInitiationClientDataWebhookRequestHeadersValue.d.ts +2 -2
- package/serialization/types/ConversationInitiationSource.d.ts +2 -2
- package/serialization/types/ConversationInitiationSourceInfo.d.ts +2 -2
- package/serialization/types/ConversationSignedUrlResponseModel.d.ts +2 -2
- package/serialization/types/ConversationSimulationSpecification.d.ts +3 -3
- package/serialization/types/ConversationSimulationSpecification.js +1 -1
- package/serialization/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +2 -2
- package/serialization/types/ConversationSummaryResponseModel.d.ts +3 -3
- package/serialization/types/ConversationSummaryResponseModel.js +1 -1
- package/serialization/types/ConversationSummaryResponseModelDirection.d.ts +2 -2
- package/serialization/types/ConversationSummaryResponseModelStatus.d.ts +2 -2
- package/serialization/types/ConversationTokenDbModel.d.ts +2 -2
- package/serialization/types/ConversationTokenPurpose.d.ts +2 -2
- package/serialization/types/ConversationTurnMetrics.d.ts +2 -2
- package/serialization/types/ConversationalConfig.d.ts +5 -5
- package/serialization/types/ConversationalConfig.js +3 -3
- package/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +5 -5
- package/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.js +3 -3
- package/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +5 -5
- package/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.js +3 -3
- package/serialization/types/ConvertChapterResponseModel.d.ts +2 -2
- package/serialization/types/ConvertProjectResponseModel.d.ts +2 -2
- package/serialization/types/CreateAgentResponseModel.d.ts +2 -2
- package/serialization/types/CreateAudioNativeProjectRequest.d.ts +2 -2
- package/serialization/types/CreatePhoneNumberResponseModel.d.ts +2 -2
- package/serialization/types/CreatePreviouslyGeneratedVoiceRequest.d.ts +2 -2
- package/serialization/types/CreatePronunciationDictionaryResponseModel.d.ts +2 -2
- package/serialization/types/CreateSipTrunkPhoneNumberRequest.d.ts +2 -2
- package/serialization/types/CreateTranscriptRequest.d.ts +2 -2
- package/serialization/types/CreateTwilioPhoneNumberRequest.d.ts +2 -2
- package/serialization/types/CreateUnitTestResponseModel.d.ts +2 -2
- package/serialization/types/CustomLlm.d.ts +2 -2
- package/serialization/types/CustomLlmRequestHeadersValue.d.ts +3 -3
- package/serialization/types/CustomLlmRequestHeadersValue.js +1 -1
- package/serialization/types/DashboardCallSuccessChartModel.d.ts +2 -2
- package/serialization/types/DashboardCriteriaChartModel.d.ts +2 -2
- package/serialization/types/DashboardDataCollectionChartModel.d.ts +2 -2
- package/serialization/types/DataCollectionResultCommonModel.d.ts +2 -2
- package/serialization/types/DefaultConversationInitiationTrigger.d.ts +3 -4
- package/serialization/types/DeleteChapterRequest.d.ts +2 -2
- package/serialization/types/DeleteChapterResponseModel.d.ts +2 -2
- package/serialization/types/DeleteDubbingResponseModel.d.ts +2 -2
- package/serialization/types/DeleteHistoryItemResponse.d.ts +2 -2
- package/serialization/types/DeleteProjectRequest.d.ts +2 -2
- package/serialization/types/DeleteProjectResponseModel.d.ts +2 -2
- package/serialization/types/DeleteSampleResponse.d.ts +2 -2
- package/serialization/types/DeleteVoiceResponseModel.d.ts +2 -2
- package/serialization/types/DeleteVoiceSampleResponseModel.d.ts +2 -2
- package/serialization/types/DeleteWorkspaceGroupMemberResponseModel.d.ts +2 -2
- package/serialization/types/DeleteWorkspaceInviteResponseModel.d.ts +2 -2
- package/serialization/types/DependentAvailableAgentIdentifier.d.ts +2 -2
- package/serialization/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +2 -2
- package/serialization/types/DependentAvailableToolIdentifier.d.ts +2 -2
- package/serialization/types/DependentAvailableToolIdentifierAccessLevel.d.ts +2 -2
- package/serialization/types/DependentPhoneNumberIdentifier.d.ts +2 -2
- package/serialization/types/DependentUnknownAgentIdentifier.d.ts +3 -4
- package/serialization/types/DependentUnknownToolIdentifier.d.ts +3 -4
- package/serialization/types/DetailedMusicResponse.d.ts +2 -2
- package/serialization/types/DialogueInput.d.ts +2 -2
- package/serialization/types/DialogueInputResponseModel.d.ts +2 -2
- package/serialization/types/DiscountResposneModel.d.ts +2 -2
- package/serialization/types/DoDubbingResponse.d.ts +2 -2
- package/serialization/types/DocumentUsageModeEnum.d.ts +2 -2
- package/serialization/types/DocxExportOptions.d.ts +2 -2
- package/serialization/types/DubbedSegment.d.ts +3 -3
- package/serialization/types/DubbedSegment.js +1 -1
- package/serialization/types/DubbingMediaMetadata.d.ts +2 -2
- package/serialization/types/DubbingMediaReference.d.ts +2 -2
- package/serialization/types/DubbingMetadataPageResponseModel.d.ts +2 -2
- package/serialization/types/DubbingMetadataResponse.d.ts +2 -2
- package/serialization/types/DubbingModel.d.ts +7 -0
- package/{dist/serialization/types/FinalOutput.js → serialization/types/DubbingModel.js} +2 -4
- package/serialization/types/DubbingReleaseChannel.d.ts +2 -2
- package/serialization/types/DubbingRenderResponseModel.d.ts +2 -2
- package/serialization/types/DubbingResource.d.ts +4 -4
- package/serialization/types/DubbingResource.js +2 -2
- package/serialization/types/DubbingTranscriptCharacter.d.ts +11 -0
- package/serialization/types/{FlushContext.js → DubbingTranscriptCharacter.js} +4 -4
- package/serialization/types/DubbingTranscriptResponseModel.d.ts +11 -0
- package/serialization/types/{PronunciationDictionaryLocator.js → DubbingTranscriptResponseModel.js} +5 -4
- package/serialization/types/DubbingTranscriptUtterance.d.ts +13 -0
- package/{dist/serialization/types/KeepContextAlive.js → serialization/types/DubbingTranscriptUtterance.js} +7 -4
- package/serialization/types/DubbingTranscriptWord.d.ts +14 -0
- package/serialization/types/{SendTextMulti.js → DubbingTranscriptWord.js} +7 -4
- package/serialization/types/DynamicVariableAssignment.d.ts +2 -2
- package/serialization/types/DynamicVariableUpdateCommonModel.d.ts +2 -2
- package/serialization/types/DynamicVariablesConfig.d.ts +2 -2
- package/serialization/types/DynamicVariablesConfigDynamicVariablePlaceholdersValue.d.ts +2 -2
- package/serialization/types/DynamicVariablesConfigWorkflowOverride.d.ts +2 -2
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.d.ts +2 -2
- package/serialization/types/EditChapterResponseModel.d.ts +2 -2
- package/serialization/types/EditProjectResponseModel.d.ts +2 -2
- package/serialization/types/EditVoiceResponseModel.d.ts +2 -2
- package/serialization/types/EditVoiceSettingsRequest.d.ts +2 -2
- package/serialization/types/EditVoiceSettingsResponseModel.d.ts +2 -2
- package/serialization/types/EmbedVariant.d.ts +2 -2
- package/serialization/types/EmbeddingModelEnum.d.ts +2 -2
- package/serialization/types/EndCallToolConfig.d.ts +3 -4
- package/serialization/types/EndCallToolResultModel.d.ts +2 -2
- package/serialization/types/EvaluationSettings.d.ts +2 -2
- package/serialization/types/EvaluationSuccessResult.d.ts +2 -2
- package/serialization/types/ExactParameterEvaluationStrategy.d.ts +2 -2
- package/serialization/types/ExportOptions.d.ts +2 -2
- package/serialization/types/ExtendedSubscriptionResponseModelBillingPeriod.d.ts +2 -2
- package/serialization/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.d.ts +2 -2
- package/serialization/types/ExtendedSubscriptionResponseModelCurrency.d.ts +2 -2
- package/serialization/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +3 -3
- package/serialization/types/ExtendedSubscriptionResponseModelPendingChange.js +1 -1
- package/serialization/types/FeatureStatusCommonModel.d.ts +2 -2
- package/serialization/types/FeaturesUsageCommonModel.d.ts +3 -3
- package/serialization/types/FeaturesUsageCommonModel.js +1 -1
- package/serialization/types/FeedbackItem.d.ts +2 -2
- package/serialization/types/FineTuningResponse.d.ts +3 -3
- package/serialization/types/FineTuningResponse.js +1 -1
- package/serialization/types/FineTuningResponseModelStateValue.d.ts +2 -2
- package/serialization/types/ForcedAlignmentCharacterResponseModel.d.ts +2 -2
- package/serialization/types/ForcedAlignmentResponseModel.d.ts +2 -2
- package/serialization/types/ForcedAlignmentWordResponseModel.d.ts +2 -2
- package/serialization/types/Gender.d.ts +2 -2
- package/serialization/types/GenerateVoiceRequest.d.ts +3 -3
- package/serialization/types/GenerateVoiceRequest.js +1 -1
- package/serialization/types/GetAgentEmbedResponseModel.d.ts +2 -2
- package/serialization/types/GetAgentKnowledgebaseSizeResponseModel.d.ts +2 -2
- package/serialization/types/GetAgentLinkResponseModel.d.ts +2 -2
- package/serialization/types/GetAgentResponseModel.d.ts +4 -6
- package/serialization/types/GetAgentResponseModel.js +2 -4
- package/serialization/types/GetAgentResponseModelPhoneNumbersItem.d.ts +2 -2
- package/serialization/types/GetAgentsPageResponseModel.d.ts +2 -2
- package/serialization/types/GetAudioNativeProjectSettingsResponseModel.d.ts +2 -2
- package/serialization/types/GetChapterRequest.d.ts +2 -2
- package/serialization/types/GetChapterSnapshotsRequest.d.ts +2 -2
- package/serialization/types/GetChaptersRequest.d.ts +2 -2
- package/serialization/types/GetChaptersResponse.d.ts +2 -2
- package/serialization/types/GetConvAiDashboardSettingsResponseModel.d.ts +2 -2
- package/serialization/types/GetConvAiDashboardSettingsResponseModelChartsItem.d.ts +2 -2
- package/serialization/types/GetConvAiSettingsResponseModel.d.ts +3 -3
- package/serialization/types/GetConvAiSettingsResponseModel.js +1 -1
- package/serialization/types/GetConversationResponseModel.d.ts +5 -5
- package/serialization/types/GetConversationResponseModel.js +3 -3
- package/serialization/types/GetConversationResponseModelStatus.d.ts +2 -2
- package/serialization/types/GetConversationsPageResponseModel.d.ts +2 -2
- package/serialization/types/GetKnowledgeBaseDependentAgentsResponseModel.d.ts +2 -2
- package/serialization/types/GetKnowledgeBaseDependentAgentsResponseModelAgentsItem.d.ts +2 -2
- package/serialization/types/GetKnowledgeBaseFileResponseModel.d.ts +3 -3
- package/serialization/types/GetKnowledgeBaseFileResponseModel.js +1 -1
- package/serialization/types/GetKnowledgeBaseListResponseModel.d.ts +2 -2
- package/serialization/types/GetKnowledgeBaseListResponseModelDocumentsItem.d.ts +2 -2
- package/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +4 -4
- package/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.js +2 -2
- package/serialization/types/GetKnowledgeBaseSummaryFileResponseModelDependentAgentsItem.d.ts +2 -2
- package/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +4 -4
- package/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.js +2 -2
- package/serialization/types/GetKnowledgeBaseSummaryTextResponseModelDependentAgentsItem.d.ts +2 -2
- package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +4 -4
- package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.js +2 -2
- package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem.d.ts +2 -2
- package/serialization/types/GetKnowledgeBaseTextResponseModel.d.ts +3 -3
- package/serialization/types/GetKnowledgeBaseTextResponseModel.js +1 -1
- package/serialization/types/GetKnowledgeBaseUrlResponseModel.d.ts +3 -3
- package/serialization/types/GetKnowledgeBaseUrlResponseModel.js +1 -1
- package/serialization/types/GetLibraryVoicesResponse.d.ts +2 -2
- package/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +2 -2
- package/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +3 -3
- package/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.js +1 -1
- package/serialization/types/GetPhoneNumberResponse.d.ts +2 -2
- package/serialization/types/GetPhoneNumberSipTrunkResponseModel.d.ts +4 -4
- package/serialization/types/GetPhoneNumberSipTrunkResponseModel.js +2 -2
- package/serialization/types/GetPhoneNumberTwilioResponseModel.d.ts +2 -2
- package/serialization/types/GetProjectRequest.d.ts +2 -2
- package/serialization/types/GetProjectsRequest.d.ts +2 -2
- package/serialization/types/GetProjectsResponse.d.ts +2 -2
- package/serialization/types/GetPronunciationDictionariesMetadataResponseModel.d.ts +2 -2
- package/serialization/types/GetPronunciationDictionariesResponse.d.ts +2 -2
- package/serialization/types/GetPronunciationDictionaryMetadataResponse.d.ts +2 -2
- package/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +2 -2
- package/serialization/types/GetPronunciationDictionaryResponse.d.ts +2 -2
- package/serialization/types/GetSpeechHistoryResponse.d.ts +2 -2
- package/serialization/types/GetTestInvocationsPageResponseModel.d.ts +2 -2
- package/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +2 -2
- package/serialization/types/GetTestsPageResponseModel.d.ts +2 -2
- package/serialization/types/GetTestsSummariesByIdsResponseModel.d.ts +2 -2
- package/serialization/types/GetToolDependentAgentsResponseModel.d.ts +2 -2
- package/serialization/types/GetToolDependentAgentsResponseModelAgentsItem.d.ts +2 -2
- package/serialization/types/GetUnitTestResponseModel.d.ts +6 -6
- package/serialization/types/GetUnitTestResponseModel.js +4 -4
- package/serialization/types/GetUnitTestResponseModelDynamicVariablesValue.d.ts +2 -2
- package/serialization/types/GetVoicesResponse.d.ts +2 -2
- package/serialization/types/GetVoicesV2Response.d.ts +2 -2
- package/serialization/types/GetWorkspaceSecretsResponseModel.d.ts +2 -2
- package/serialization/types/GuardrailsV1Input.d.ts +2 -2
- package/serialization/types/GuardrailsV1Output.d.ts +2 -2
- package/serialization/types/HistoryAlignmentResponseModel.d.ts +2 -2
- package/serialization/types/HistoryAlignmentsResponseModel.d.ts +2 -2
- package/serialization/types/HistoryItemResponse.d.ts +2 -2
- package/serialization/types/HtmlExportOptions.d.ts +2 -2
- package/serialization/types/HttpValidationError.d.ts +2 -2
- package/serialization/types/ImageAvatar.d.ts +2 -2
- package/serialization/types/InboundSipTrunkConfigRequestModel.d.ts +2 -2
- package/serialization/types/IntegrationType.d.ts +2 -2
- package/serialization/types/InvoiceResponse.d.ts +2 -2
- package/serialization/types/InvoiceResponseModelPaymentIntentStatus.d.ts +2 -2
- package/serialization/types/KnowledgeBaseDocumentChunkResponseModel.d.ts +2 -2
- package/serialization/types/KnowledgeBaseDocumentMetadataResponseModel.d.ts +2 -2
- package/serialization/types/KnowledgeBaseDocumentType.d.ts +2 -2
- package/serialization/types/KnowledgeBaseLocator.d.ts +3 -3
- package/serialization/types/KnowledgeBaseLocator.js +1 -1
- package/serialization/types/KnowledgeBaseSortBy.d.ts +2 -2
- package/serialization/types/LanguageAddedResponse.d.ts +2 -2
- package/serialization/types/LanguageDetectionToolConfig.d.ts +3 -4
- package/serialization/types/LanguageDetectionToolResultModel.d.ts +2 -2
- package/serialization/types/LanguagePresetInput.d.ts +2 -2
- package/serialization/types/LanguagePresetOutput.d.ts +2 -2
- package/serialization/types/LanguagePresetTranslation.d.ts +2 -2
- package/serialization/types/LanguageResponse.d.ts +2 -2
- package/serialization/types/LibraryVoiceResponse.d.ts +2 -2
- package/serialization/types/LibraryVoiceResponseModelCategory.d.ts +2 -2
- package/serialization/types/ListMcpToolsResponseModel.d.ts +2 -2
- package/serialization/types/ListResponseMeta.d.ts +2 -2
- package/serialization/types/LiteralJsonSchemaProperty.d.ts +3 -3
- package/serialization/types/LiteralJsonSchemaProperty.js +1 -1
- package/serialization/types/LiteralJsonSchemaPropertyConstantValue.d.ts +2 -2
- package/serialization/types/LiteralJsonSchemaPropertyType.d.ts +2 -2
- package/serialization/types/LiteralOverride.d.ts +2 -2
- package/serialization/types/LiteralOverrideConstantValue.d.ts +2 -2
- package/serialization/types/LivekitStackType.d.ts +2 -2
- package/serialization/types/Llm.d.ts +3 -3
- package/serialization/types/Llm.js +3 -0
- package/serialization/types/LlmCategoryUsage.d.ts +2 -2
- package/serialization/types/LlmInputOutputTokensUsage.d.ts +2 -2
- package/serialization/types/LlmParameterEvaluationStrategy.d.ts +2 -2
- package/serialization/types/LlmReasoningEffort.d.ts +3 -3
- package/serialization/types/LlmReasoningEffort.js +1 -1
- package/serialization/types/LlmTokensCategoryUsage.d.ts +2 -2
- package/serialization/types/LlmUsageCalculatorLlmResponseModel.d.ts +2 -2
- package/serialization/types/LlmUsageCalculatorResponseModel.d.ts +2 -2
- package/serialization/types/LlmUsageInput.d.ts +2 -2
- package/serialization/types/LlmUsageOutput.d.ts +2 -2
- package/serialization/types/ManualVerificationFileResponse.d.ts +2 -2
- package/serialization/types/ManualVerificationResponse.d.ts +2 -2
- package/serialization/types/MatchAnythingParameterEvaluationStrategy.d.ts +3 -4
- package/serialization/types/McpApprovalPolicy.d.ts +2 -2
- package/serialization/types/McpServerConfigInput.d.ts +8 -8
- package/serialization/types/McpServerConfigInput.js +6 -6
- package/serialization/types/McpServerConfigInputRequestHeadersValue.d.ts +3 -3
- package/serialization/types/McpServerConfigInputRequestHeadersValue.js +1 -1
- package/serialization/types/McpServerConfigInputSecretToken.d.ts +2 -2
- package/serialization/types/McpServerConfigInputUrl.d.ts +2 -2
- package/serialization/types/McpServerConfigOutput.d.ts +8 -8
- package/serialization/types/McpServerConfigOutput.js +6 -6
- package/serialization/types/McpServerConfigOutputRequestHeadersValue.d.ts +3 -3
- package/serialization/types/McpServerConfigOutputRequestHeadersValue.js +1 -1
- package/serialization/types/McpServerConfigOutputSecretToken.d.ts +2 -2
- package/serialization/types/McpServerConfigOutputUrl.d.ts +2 -2
- package/serialization/types/McpServerMetadataResponseModel.d.ts +2 -2
- package/serialization/types/McpServerResponseModel.d.ts +4 -4
- package/serialization/types/McpServerResponseModel.js +2 -2
- package/serialization/types/McpServerResponseModelDependentAgentsItem.d.ts +2 -2
- package/serialization/types/McpServerTransport.d.ts +2 -2
- package/serialization/types/McpServersResponseModel.d.ts +2 -2
- package/serialization/types/McpToolApprovalHash.d.ts +2 -2
- package/serialization/types/McpToolApprovalPolicy.d.ts +2 -2
- package/serialization/types/McpToolConfigOverride.d.ts +4 -4
- package/serialization/types/McpToolConfigOverride.js +2 -2
- package/serialization/types/MetricRecord.d.ts +2 -2
- package/serialization/types/MetricType.d.ts +2 -2
- package/serialization/types/Model.d.ts +2 -2
- package/serialization/types/ModelRatesResponseModel.d.ts +2 -2
- package/serialization/types/ModelSettingsResponseModel.d.ts +2 -2
- package/serialization/types/ModerationConfig.d.ts +2 -2
- package/serialization/types/ModerationGuardrailInput.d.ts +2 -2
- package/serialization/types/ModerationGuardrailOutput.d.ts +2 -2
- package/serialization/types/MultichannelSpeechToTextResponseModel.d.ts +2 -2
- package/serialization/types/MultipartMusicResponse.d.ts +2 -2
- package/serialization/types/MusicPrompt.d.ts +2 -2
- package/serialization/types/ObjectJsonSchemaPropertyInput.d.ts +2 -2
- package/serialization/types/ObjectJsonSchemaPropertyInput.js +1 -1
- package/serialization/types/ObjectJsonSchemaPropertyInputPropertiesValue.d.ts +2 -2
- package/serialization/types/ObjectJsonSchemaPropertyInputPropertiesValue.js +1 -1
- package/serialization/types/ObjectJsonSchemaPropertyOutput.d.ts +2 -2
- package/serialization/types/ObjectJsonSchemaPropertyOutput.js +1 -1
- package/serialization/types/ObjectJsonSchemaPropertyOutputPropertiesValue.d.ts +2 -2
- package/serialization/types/ObjectJsonSchemaPropertyOutputPropertiesValue.js +1 -1
- package/serialization/types/ObjectOverrideInput.d.ts +2 -2
- package/serialization/types/ObjectOverrideInput.js +1 -1
- package/serialization/types/ObjectOverrideInputPropertiesValue.d.ts +2 -2
- package/serialization/types/ObjectOverrideInputPropertiesValue.js +1 -1
- package/serialization/types/ObjectOverrideOutput.d.ts +2 -2
- package/serialization/types/ObjectOverrideOutput.js +1 -1
- package/serialization/types/ObjectOverrideOutputPropertiesValue.d.ts +2 -2
- package/serialization/types/ObjectOverrideOutputPropertiesValue.js +1 -1
- package/serialization/types/OrbAvatar.d.ts +2 -2
- package/serialization/types/OutboundCallRecipient.d.ts +2 -2
- package/serialization/types/OutboundCallRecipientResponseModel.d.ts +2 -2
- package/serialization/types/OutboundSipTrunkConfigRequestModel.d.ts +3 -3
- package/serialization/types/OutboundSipTrunkConfigRequestModel.js +1 -1
- package/serialization/types/OutputFormat.d.ts +2 -2
- package/serialization/types/PdfExportOptions.d.ts +2 -2
- package/serialization/types/PendingCancellationResponseModel.d.ts +2 -2
- package/serialization/types/PendingSubscriptionSwitchResponseModel.d.ts +3 -3
- package/serialization/types/PendingSubscriptionSwitchResponseModel.js +1 -1
- package/serialization/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.d.ts +2 -2
- package/serialization/types/PendingSubscriptionSwitchResponseModelNextTier.d.ts +2 -2
- package/serialization/types/PhoneNumberAgentInfo.d.ts +2 -2
- package/serialization/types/PhoneNumberDynamicVariableTransferDestination.d.ts +2 -2
- package/serialization/types/PhoneNumberTransfer.d.ts +2 -2
- package/serialization/types/PhoneNumberTransferDestination.d.ts +2 -2
- package/serialization/types/PhoneNumberTransferTransferDestination.d.ts +4 -4
- package/serialization/types/PhoneNumberTransferTransferDestination.js +2 -2
- package/serialization/types/PlayDtmfResultErrorModel.d.ts +2 -2
- package/serialization/types/PlayDtmfResultSuccessModel.d.ts +2 -2
- package/serialization/types/PlayDtmfToolConfig.d.ts +3 -2
- package/serialization/types/PlayDtmfToolConfig.js +3 -1
- package/serialization/types/PodcastBulletinMode.d.ts +2 -2
- package/serialization/types/PodcastBulletinModeData.d.ts +2 -2
- package/serialization/types/PodcastConversationMode.d.ts +2 -2
- package/serialization/types/PodcastConversationModeData.d.ts +2 -2
- package/serialization/types/PodcastProjectResponseModel.d.ts +2 -2
- package/serialization/types/PodcastTextSource.d.ts +2 -2
- package/serialization/types/PodcastUrlSource.d.ts +2 -2
- package/serialization/types/PositionInput.d.ts +2 -2
- package/serialization/types/PositionOutput.d.ts +2 -2
- package/serialization/types/PostAgentAvatarResponseModel.d.ts +2 -2
- package/serialization/types/PostWorkspaceSecretResponseModel.d.ts +2 -2
- package/serialization/types/PrivacyConfig.d.ts +2 -2
- package/serialization/types/ProjectCreationMetaResponseModel.d.ts +2 -2
- package/serialization/types/ProjectCreationMetaResponseModelStatus.d.ts +2 -2
- package/serialization/types/ProjectCreationMetaResponseModelType.d.ts +2 -2
- package/serialization/types/ProjectExtendedResponse.d.ts +14 -12
- package/serialization/types/ProjectExtendedResponse.js +12 -10
- package/serialization/types/ProjectExtendedResponseModelAccessLevel.d.ts +2 -2
- package/serialization/types/ProjectExtendedResponseModelApplyTextNormalization.d.ts +2 -2
- package/serialization/types/ProjectExtendedResponseModelAspectRatio.d.ts +2 -2
- package/serialization/types/ProjectExtendedResponseModelAssetsItem.d.ts +8 -4
- package/serialization/types/ProjectExtendedResponseModelAssetsItem.js +3 -1
- package/serialization/types/ProjectExtendedResponseModelFiction.d.ts +2 -2
- package/serialization/types/ProjectExtendedResponseModelQualityPreset.d.ts +2 -2
- package/serialization/types/ProjectExtendedResponseModelSourceType.d.ts +2 -2
- package/serialization/types/ProjectExtendedResponseModelTargetAudience.d.ts +2 -2
- package/serialization/types/ProjectExternalAudioResponseModel.d.ts +2 -2
- package/serialization/types/ProjectImageResponseModel.d.ts +25 -0
- package/serialization/types/ProjectImageResponseModel.js +57 -0
- package/serialization/types/ProjectResponse.d.ts +7 -7
- package/serialization/types/ProjectResponse.js +5 -5
- package/serialization/types/ProjectResponseModelAccessLevel.d.ts +2 -2
- package/serialization/types/ProjectResponseModelAspectRatio.d.ts +2 -2
- package/serialization/types/ProjectResponseModelFiction.d.ts +2 -2
- package/serialization/types/ProjectResponseModelSourceType.d.ts +2 -2
- package/serialization/types/ProjectResponseModelTargetAudience.d.ts +2 -2
- package/serialization/types/ProjectSnapshotExtendedResponseModel.d.ts +2 -2
- package/serialization/types/ProjectSnapshotResponse.d.ts +2 -2
- package/serialization/types/ProjectSnapshotsResponse.d.ts +2 -2
- package/serialization/types/ProjectState.d.ts +2 -2
- package/serialization/types/ProjectVideoResponseModel.d.ts +4 -2
- package/serialization/types/ProjectVideoResponseModel.js +2 -0
- package/serialization/types/ProjectVideoThumbnailSheetResponseModel.d.ts +2 -2
- package/serialization/types/ProjectVoiceResponseModel.d.ts +2 -2
- package/serialization/types/PromptAgent.d.ts +2 -2
- package/serialization/types/PromptAgentApiModelInput.d.ts +6 -6
- package/serialization/types/PromptAgentApiModelInput.js +4 -4
- package/serialization/types/PromptAgentApiModelInputBackupLlmConfig.d.ts +2 -2
- package/serialization/types/PromptAgentApiModelInputToolsItem.d.ts +2 -2
- package/serialization/types/PromptAgentApiModelOutput.d.ts +6 -6
- package/serialization/types/PromptAgentApiModelOutput.js +4 -4
- package/serialization/types/PromptAgentApiModelOutputBackupLlmConfig.d.ts +2 -2
- package/serialization/types/PromptAgentApiModelOutputToolsItem.d.ts +2 -2
- package/serialization/types/PromptAgentApiModelOverride.d.ts +2 -2
- package/serialization/types/PromptAgentApiModelOverrideConfig.d.ts +2 -2
- package/serialization/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +6 -6
- package/serialization/types/PromptAgentApiModelWorkflowOverrideInput.js +4 -4
- package/serialization/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.d.ts +2 -2
- package/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +2 -2
- package/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +6 -6
- package/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.js +4 -4
- package/serialization/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.d.ts +2 -2
- package/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +2 -2
- package/serialization/types/PromptAgentDbModel.d.ts +2 -2
- package/serialization/types/PromptEvaluationCriteria.d.ts +2 -2
- package/serialization/types/PronunciationDictionaryAliasRuleRequestModel.d.ts +2 -2
- package/serialization/types/PronunciationDictionaryLocatorResponseModel.d.ts +2 -2
- package/serialization/types/PronunciationDictionaryPhonemeRuleRequestModel.d.ts +2 -2
- package/serialization/types/PronunciationDictionaryRulesResponseModel.d.ts +2 -2
- package/serialization/types/PronunciationDictionaryVersionLocator.d.ts +2 -2
- package/serialization/types/PronunciationDictionaryVersionResponseModel.d.ts +2 -2
- package/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +2 -2
- package/serialization/types/PydanticPronunciationDictionaryVersionLocator.d.ts +2 -2
- package/serialization/types/QueryOverride.d.ts +2 -2
- package/serialization/types/QueryParamsJsonSchema.d.ts +2 -2
- package/serialization/types/RagChunkMetadata.d.ts +2 -2
- package/serialization/types/RagConfig.d.ts +2 -2
- package/serialization/types/RagConfigWorkflowOverride.d.ts +2 -2
- package/serialization/types/RagDocumentIndexResponseModel.d.ts +3 -3
- package/serialization/types/RagDocumentIndexResponseModel.js +1 -1
- package/serialization/types/RagDocumentIndexUsage.d.ts +2 -2
- package/serialization/types/RagDocumentIndexesResponseModel.d.ts +2 -2
- package/serialization/types/RagIndexOverviewEmbeddingModelResponseModel.d.ts +2 -2
- package/serialization/types/RagIndexOverviewResponseModel.d.ts +2 -2
- package/serialization/types/RagIndexStatus.d.ts +2 -2
- package/serialization/types/RagRetrievalInfo.d.ts +3 -3
- package/serialization/types/RagRetrievalInfo.js +1 -1
- package/serialization/types/ReaderResourceResponseModel.d.ts +2 -2
- package/serialization/types/ReaderResourceResponseModelResourceType.d.ts +2 -2
- package/serialization/types/RecordingResponse.d.ts +2 -2
- package/serialization/types/ReferencedToolCommonModel.d.ts +2 -2
- package/serialization/types/ReferencedToolCommonModelType.d.ts +2 -2
- package/serialization/types/RegexParameterEvaluationStrategy.d.ts +2 -2
- package/serialization/types/RegionConfigRequest.d.ts +3 -3
- package/serialization/types/RegionConfigRequest.js +1 -1
- package/serialization/types/RemoveMemberFromGroupRequest.d.ts +2 -2
- package/serialization/types/Render.d.ts +3 -3
- package/serialization/types/Render.js +1 -1
- package/serialization/types/RenderStatus.d.ts +2 -2
- package/serialization/types/RenderType.d.ts +2 -2
- package/serialization/types/RequestPvcManualVerificationResponseModel.d.ts +2 -2
- package/serialization/types/ResourceAccessInfo.d.ts +2 -2
- package/serialization/types/ResourceAccessInfoRole.d.ts +2 -2
- package/serialization/types/ResourceMetadataResponseModel.d.ts +3 -3
- package/serialization/types/ResourceMetadataResponseModel.js +1 -1
- package/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +2 -2
- package/serialization/types/ReviewStatus.d.ts +2 -2
- package/serialization/types/SafetyCommonModel.d.ts +2 -2
- package/serialization/types/SafetyEvaluation.d.ts +2 -2
- package/serialization/types/SafetyResponseModel.d.ts +2 -2
- package/serialization/types/SafetyRule.d.ts +2 -2
- package/serialization/types/SaveVoicePreviewRequest.d.ts +2 -2
- package/serialization/types/SecretDependencyType.d.ts +2 -2
- package/serialization/types/SectionSource.d.ts +2 -2
- package/serialization/types/SegmentCreateResponse.d.ts +2 -2
- package/serialization/types/SegmentDeleteResponse.d.ts +2 -2
- package/serialization/types/SegmentDubResponse.d.ts +2 -2
- package/serialization/types/SegmentSubtitleFrame.d.ts +2 -2
- package/serialization/types/SegmentTranscriptionResponse.d.ts +2 -2
- package/serialization/types/SegmentTranslationResponse.d.ts +2 -2
- package/serialization/types/SegmentUpdateResponse.d.ts +2 -2
- package/serialization/types/SegmentedJsonExportOptions.d.ts +2 -2
- package/serialization/types/ShareOptionResponseModel.d.ts +2 -2
- package/serialization/types/ShareOptionResponseModelType.d.ts +2 -2
- package/serialization/types/SimilarVoice.d.ts +2 -2
- package/serialization/types/SimilarVoiceCategory.d.ts +2 -2
- package/serialization/types/SimilarVoicesForSpeakerResponse.d.ts +2 -2
- package/serialization/types/SingleTestRunRequestModel.d.ts +2 -2
- package/serialization/types/SingleUseTokenResponseModel.d.ts +2 -2
- package/serialization/types/SingleUseTokenType.d.ts +3 -3
- package/serialization/types/SingleUseTokenType.js +1 -1
- package/serialization/types/SipMediaEncryptionEnum.d.ts +2 -2
- package/serialization/types/SipTrunkCredentialsRequestModel.d.ts +2 -2
- package/serialization/types/SipTrunkOutboundCallResponse.d.ts +2 -2
- package/serialization/types/SipTrunkTransportEnum.d.ts +2 -2
- package/serialization/types/SipUriDynamicVariableTransferDestination.d.ts +2 -2
- package/serialization/types/SipUriTransferDestination.d.ts +2 -2
- package/serialization/types/SkipTurnToolConfig.d.ts +3 -4
- package/serialization/types/SkipTurnToolResponseModel.d.ts +2 -2
- package/serialization/types/SoftTimeoutConfig.d.ts +2 -2
- package/serialization/types/SoftTimeoutConfigOverride.d.ts +2 -2
- package/serialization/types/SoftTimeoutConfigOverrideConfig.d.ts +2 -2
- package/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +2 -2
- package/serialization/types/SongMetadata.d.ts +2 -2
- package/serialization/types/SongSection.d.ts +2 -2
- package/serialization/types/SortDirection.d.ts +2 -2
- package/serialization/types/SpeakerAudioResponseModel.d.ts +2 -2
- package/serialization/types/SpeakerResponseModel.d.ts +2 -2
- package/serialization/types/SpeakerSegment.d.ts +3 -3
- package/serialization/types/SpeakerSegment.js +1 -1
- package/serialization/types/SpeakerSeparationResponseModel.d.ts +3 -3
- package/serialization/types/SpeakerSeparationResponseModel.js +1 -1
- package/serialization/types/SpeakerSeparationResponseModelStatus.d.ts +2 -2
- package/serialization/types/SpeakerTrack.d.ts +2 -2
- package/serialization/types/SpeakerUpdatedResponse.d.ts +2 -2
- package/serialization/types/SpeechHistoryItemResponse.d.ts +5 -5
- package/serialization/types/SpeechHistoryItemResponse.js +3 -3
- package/serialization/types/SpeechHistoryItemResponseModelSource.d.ts +2 -2
- package/serialization/types/SpeechHistoryItemResponseModelVoiceCategory.d.ts +2 -2
- package/serialization/types/SpeechToTextCharacterResponseModel.d.ts +2 -2
- package/serialization/types/SpeechToTextChunkResponseModel.d.ts +3 -3
- package/serialization/types/SpeechToTextChunkResponseModel.js +1 -1
- package/serialization/types/SpeechToTextWebhookResponseModel.d.ts +2 -2
- package/serialization/types/SpeechToTextWordResponseModel.d.ts +3 -3
- package/serialization/types/SpeechToTextWordResponseModel.js +1 -1
- package/serialization/types/SpeechToTextWordResponseModelType.d.ts +2 -2
- package/serialization/types/SrtExportOptions.d.ts +2 -2
- package/serialization/types/StartPvcVoiceTrainingResponseModel.d.ts +2 -2
- package/serialization/types/StartSpeakerSeparationResponseModel.d.ts +2 -2
- package/serialization/types/StreamingAudioChunkWithTimestampsAndVoiceSegmentsResponseModel.d.ts +2 -2
- package/serialization/types/StreamingAudioChunkWithTimestampsResponse.d.ts +2 -2
- package/serialization/types/Subscription.d.ts +5 -5
- package/serialization/types/Subscription.js +3 -3
- package/serialization/types/SubscriptionResponse.d.ts +4 -4
- package/serialization/types/SubscriptionResponse.js +2 -2
- package/serialization/types/SubscriptionResponseModelBillingPeriod.d.ts +2 -2
- package/serialization/types/SubscriptionResponseModelCharacterRefreshPeriod.d.ts +2 -2
- package/serialization/types/SubscriptionResponseModelCurrency.d.ts +2 -2
- package/serialization/types/SubscriptionStatusType.d.ts +2 -2
- package/serialization/types/SuggestedAudioTag.d.ts +10 -0
- package/serialization/types/SuggestedAudioTag.js +42 -0
- package/serialization/types/SupportedVoice.d.ts +2 -2
- package/serialization/types/SystemToolConfigInput.d.ts +4 -4
- package/serialization/types/SystemToolConfigInput.js +2 -2
- package/serialization/types/SystemToolConfigInputParams.d.ts +2 -2
- package/serialization/types/SystemToolConfigOutput.d.ts +4 -4
- package/serialization/types/SystemToolConfigOutput.js +2 -2
- package/serialization/types/SystemToolConfigOutputParams.d.ts +2 -2
- package/serialization/types/TelephonyProvider.d.ts +2 -2
- package/serialization/types/TestConditionRationaleCommonModel.d.ts +2 -2
- package/serialization/types/TestConditionResultCommonModel.d.ts +2 -2
- package/serialization/types/TestFromConversationMetadataInput.d.ts +2 -2
- package/serialization/types/TestFromConversationMetadataOutput.d.ts +2 -2
- package/serialization/types/TestInvocationSummaryResponseModel.d.ts +2 -2
- package/serialization/types/TestRunMetadata.d.ts +2 -2
- package/serialization/types/TestRunMetadataTestType.d.ts +2 -2
- package/serialization/types/TestRunStatus.d.ts +2 -2
- package/serialization/types/TestToolResultModel.d.ts +2 -2
- package/serialization/types/TestsFeatureUsageCommonModel.d.ts +2 -2
- package/serialization/types/TextNormalisationType.d.ts +7 -0
- package/serialization/types/{FinalOutput.js → TextNormalisationType.js} +2 -4
- package/serialization/types/TextToSpeechRequest.d.ts +2 -2
- package/serialization/types/TextToSpeechStreamRequest.d.ts +2 -2
- package/serialization/types/TextToSpeechStreamWithTimestampsRequest.d.ts +2 -2
- package/serialization/types/TextToSpeechWithTimestampsRequest.d.ts +2 -2
- package/serialization/types/ThresholdGuardrail.d.ts +2 -2
- package/serialization/types/TimeRange.d.ts +2 -2
- package/serialization/types/TokenResponseModel.d.ts +2 -2
- package/serialization/types/Tool.d.ts +2 -2
- package/serialization/types/ToolAnnotations.d.ts +2 -2
- package/serialization/types/ToolCallSoundBehavior.d.ts +2 -2
- package/serialization/types/ToolCallSoundType.d.ts +2 -2
- package/serialization/types/ToolExecutionMode.d.ts +2 -2
- package/serialization/types/ToolMockConfig.d.ts +2 -2
- package/serialization/types/ToolRequestModel.d.ts +2 -2
- package/serialization/types/ToolRequestModelToolConfig.d.ts +3 -7
- package/serialization/types/ToolRequestModelToolConfig.js +0 -2
- package/serialization/types/ToolResponseModel.d.ts +3 -3
- package/serialization/types/ToolResponseModel.js +1 -1
- package/serialization/types/ToolResponseModelToolConfig.d.ts +3 -7
- package/serialization/types/ToolResponseModelToolConfig.js +0 -2
- package/serialization/types/ToolType.d.ts +2 -2
- package/serialization/types/ToolUsageStatsResponseModel.d.ts +2 -2
- package/serialization/types/ToolsResponseModel.d.ts +2 -2
- package/serialization/types/TransferToAgentToolConfig.d.ts +2 -2
- package/serialization/types/TransferToAgentToolResultErrorModel.d.ts +2 -2
- package/serialization/types/TransferToAgentToolResultSuccessModel.d.ts +2 -2
- package/serialization/types/TransferToNumberResultErrorModel.d.ts +2 -2
- package/serialization/types/TransferToNumberResultSipSuccessModel.d.ts +2 -2
- package/serialization/types/TransferToNumberResultTwilioSuccessModel.d.ts +2 -2
- package/serialization/types/TransferToNumberToolConfigInput.d.ts +2 -2
- package/serialization/types/TransferToNumberToolConfigOutput.d.ts +2 -2
- package/serialization/types/TransferTypeEnum.d.ts +2 -2
- package/serialization/types/TtsConversationalConfigInput.d.ts +9 -5
- package/serialization/types/TtsConversationalConfigInput.js +7 -3
- package/serialization/types/TtsConversationalConfigOutput.d.ts +9 -5
- package/serialization/types/TtsConversationalConfigOutput.js +7 -3
- package/serialization/types/TtsConversationalConfigOverride.d.ts +2 -2
- package/serialization/types/TtsConversationalConfigOverrideConfig.d.ts +2 -2
- package/serialization/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +9 -5
- package/serialization/types/TtsConversationalConfigWorkflowOverrideInput.js +7 -3
- package/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +9 -5
- package/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.js +7 -3
- package/serialization/types/TtsConversationalModel.d.ts +3 -3
- package/serialization/types/TtsConversationalModel.js +0 -1
- package/serialization/types/TtsModelFamily.d.ts +3 -3
- package/serialization/types/TtsModelFamily.js +1 -1
- package/serialization/types/TtsOptimizeStreamingLatency.d.ts +2 -2
- package/serialization/types/TtsOutputFormat.d.ts +2 -2
- package/serialization/types/TurnConfig.d.ts +2 -2
- package/serialization/types/TurnConfigOverride.d.ts +2 -2
- package/serialization/types/TurnConfigOverrideConfig.d.ts +2 -2
- package/serialization/types/TurnConfigWorkflowOverride.d.ts +2 -2
- package/serialization/types/TurnEagerness.d.ts +2 -2
- package/serialization/types/TurnMode.d.ts +2 -2
- package/serialization/types/TwilioEdgeLocation.d.ts +2 -2
- package/serialization/types/TwilioOutboundCallResponse.d.ts +2 -2
- package/serialization/types/TwilioRegionId.d.ts +2 -2
- package/serialization/types/TxtExportOptions.d.ts +2 -2
- package/serialization/types/UnitTestCommonModel.d.ts +6 -6
- package/serialization/types/UnitTestCommonModel.js +4 -4
- package/serialization/types/UnitTestCommonModelDynamicVariablesValue.d.ts +2 -2
- package/serialization/types/UnitTestCommonModelType.d.ts +2 -2
- package/serialization/types/UnitTestRunResponseModel.d.ts +4 -4
- package/serialization/types/UnitTestRunResponseModel.js +2 -2
- package/serialization/types/UnitTestSummaryResponseModel.d.ts +2 -2
- package/serialization/types/UnitTestToolCallEvaluationModelInput.d.ts +3 -3
- package/serialization/types/UnitTestToolCallEvaluationModelInput.js +1 -1
- package/serialization/types/UnitTestToolCallEvaluationModelOutput.d.ts +3 -3
- package/serialization/types/UnitTestToolCallEvaluationModelOutput.js +1 -1
- package/serialization/types/UnitTestToolCallParameter.d.ts +2 -2
- package/serialization/types/UnitTestToolCallParameterEval.d.ts +3 -3
- package/serialization/types/UnitTestToolCallParameterEval.js +1 -1
- package/serialization/types/UpdateAudioNativeProjectRequest.d.ts +2 -2
- package/serialization/types/UpdateChapterRequest.d.ts +2 -2
- package/serialization/types/UpdateProjectRequest.d.ts +2 -2
- package/serialization/types/UpdatePronunciationDictionariesRequest.d.ts +2 -2
- package/serialization/types/UpdateWorkspaceMemberResponseModel.d.ts +2 -2
- package/serialization/types/UrlAvatar.d.ts +2 -2
- package/serialization/types/UsageAggregationInterval.d.ts +2 -2
- package/serialization/types/UsageCharactersResponseModel.d.ts +2 -2
- package/serialization/types/User.d.ts +2 -2
- package/serialization/types/UserFeedback.d.ts +2 -2
- package/serialization/types/UserFeedbackScore.d.ts +2 -2
- package/serialization/types/UtteranceResponseModel.d.ts +2 -2
- package/serialization/types/VadConfig.d.ts +3 -4
- package/serialization/types/VadConfigWorkflowOverride.d.ts +3 -4
- package/serialization/types/ValidationError.d.ts +2 -2
- package/serialization/types/ValidationErrorLocItem.d.ts +2 -2
- package/serialization/types/VerificationAttemptResponse.d.ts +2 -2
- package/serialization/types/VerifiedVoiceLanguageResponseModel.d.ts +2 -2
- package/serialization/types/VerifyPvcVoiceCaptchaResponseModel.d.ts +2 -2
- package/serialization/types/Voice.d.ts +6 -6
- package/serialization/types/Voice.js +4 -4
- package/serialization/types/VoiceDesignPreviewResponse.d.ts +2 -2
- package/serialization/types/VoiceGenerationParameterOptionResponse.d.ts +2 -2
- package/serialization/types/VoiceGenerationParameterResponse.d.ts +2 -2
- package/serialization/types/VoiceMailDetectionResultSuccessModel.d.ts +2 -2
- package/serialization/types/VoicePreviewResponseModel.d.ts +2 -2
- package/serialization/types/VoiceResponseModelCategory.d.ts +2 -2
- package/serialization/types/VoiceResponseModelSafetyControl.d.ts +2 -2
- package/serialization/types/VoiceSample.d.ts +2 -2
- package/serialization/types/VoiceSamplePreviewResponseModel.d.ts +2 -2
- package/serialization/types/VoiceSampleVisualWaveformResponseModel.d.ts +2 -2
- package/serialization/types/VoiceSegment.d.ts +2 -2
- package/serialization/types/VoiceSettings.d.ts +2 -2
- package/serialization/types/VoiceSharingModerationCheckResponseModel.d.ts +2 -2
- package/serialization/types/VoiceSharingResponse.d.ts +5 -5
- package/serialization/types/VoiceSharingResponse.js +3 -3
- package/serialization/types/VoiceSharingResponseModelCategory.d.ts +2 -2
- package/serialization/types/VoiceSharingState.d.ts +2 -2
- package/serialization/types/VoiceVerificationResponse.d.ts +2 -2
- package/serialization/types/VoicemailDetectionToolConfig.d.ts +2 -2
- package/serialization/types/WebhookAuthMethodType.d.ts +2 -2
- package/serialization/types/WebhookEventType.d.ts +2 -2
- package/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +5 -5
- package/serialization/types/WebhookToolApiSchemaConfigInput.js +4 -4
- package/serialization/types/WebhookToolApiSchemaConfigInputContentType.d.ts +2 -2
- package/serialization/types/WebhookToolApiSchemaConfigInputMethod.d.ts +2 -2
- package/serialization/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.d.ts +3 -3
- package/serialization/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.js +1 -1
- package/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +5 -5
- package/serialization/types/WebhookToolApiSchemaConfigOutput.js +4 -4
- package/serialization/types/WebhookToolApiSchemaConfigOutputContentType.d.ts +2 -2
- package/serialization/types/WebhookToolApiSchemaConfigOutputMethod.d.ts +2 -2
- package/serialization/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.d.ts +3 -3
- package/serialization/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.js +1 -1
- package/serialization/types/WebhookToolConfigInput.d.ts +4 -4
- package/serialization/types/WebhookToolConfigInput.js +2 -2
- package/serialization/types/WebhookToolConfigOutput.d.ts +4 -4
- package/serialization/types/WebhookToolConfigOutput.js +2 -2
- package/serialization/types/WebhookUsageType.d.ts +2 -2
- package/serialization/types/WhatsAppConversationInfo.d.ts +2 -2
- package/serialization/types/WidgetConfig.d.ts +7 -7
- package/serialization/types/WidgetConfig.js +5 -5
- package/serialization/types/WidgetConfigInputAvatar.d.ts +3 -3
- package/serialization/types/WidgetConfigInputAvatar.js +1 -1
- package/serialization/types/WidgetConfigOutputAvatar.d.ts +3 -3
- package/serialization/types/WidgetConfigOutputAvatar.js +1 -1
- package/serialization/types/WidgetConfigResponse.d.ts +7 -7
- package/serialization/types/WidgetConfigResponse.js +5 -5
- package/serialization/types/WidgetConfigResponseModelAvatar.d.ts +3 -3
- package/serialization/types/WidgetConfigResponseModelAvatar.js +1 -1
- package/serialization/types/WidgetEndFeedbackConfig.d.ts +2 -2
- package/serialization/types/WidgetEndFeedbackType.d.ts +2 -2
- package/serialization/types/WidgetExpandable.d.ts +2 -2
- package/serialization/types/WidgetFeedbackMode.d.ts +2 -2
- package/serialization/types/WidgetLanguagePreset.d.ts +2 -2
- package/serialization/types/WidgetLanguagePresetResponse.d.ts +2 -2
- package/serialization/types/WidgetPlacement.d.ts +2 -2
- package/serialization/types/WidgetStyles.d.ts +2 -2
- package/serialization/types/WidgetTextContents.d.ts +2 -2
- package/serialization/types/WorkflowEdgeModelInput.d.ts +3 -3
- package/serialization/types/WorkflowEdgeModelInput.js +1 -1
- package/serialization/types/WorkflowEdgeModelInputBackwardCondition.d.ts +2 -2
- package/serialization/types/WorkflowEdgeModelInputForwardCondition.d.ts +2 -2
- package/serialization/types/WorkflowEdgeModelOutput.d.ts +3 -3
- package/serialization/types/WorkflowEdgeModelOutput.js +1 -1
- package/serialization/types/WorkflowEdgeModelOutputBackwardCondition.d.ts +2 -2
- package/serialization/types/WorkflowEdgeModelOutputForwardCondition.d.ts +2 -2
- package/serialization/types/WorkflowEndNodeModelInput.d.ts +2 -2
- package/serialization/types/WorkflowEndNodeModelOutput.d.ts +2 -2
- package/serialization/types/WorkflowExpressionConditionModelInput.d.ts +2 -2
- package/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +2 -2
- package/serialization/types/WorkflowExpressionConditionModelInputExpression.js +1 -1
- package/serialization/types/WorkflowExpressionConditionModelOutput.d.ts +2 -2
- package/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +2 -2
- package/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +1 -1
- package/serialization/types/WorkflowFeaturesUsageCommonModel.d.ts +2 -2
- package/serialization/types/WorkflowLlmConditionModelInput.d.ts +2 -2
- package/serialization/types/WorkflowLlmConditionModelOutput.d.ts +2 -2
- package/serialization/types/WorkflowOverrideAgentNodeModelInput.d.ts +2 -2
- package/serialization/types/WorkflowOverrideAgentNodeModelOutput.d.ts +2 -2
- package/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +3 -3
- package/serialization/types/WorkflowPhoneNumberNodeModelInput.js +1 -1
- package/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +4 -4
- package/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.js +2 -2
- package/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +3 -3
- package/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +1 -1
- package/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +4 -4
- package/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.js +2 -2
- package/serialization/types/WorkflowResultConditionModelInput.d.ts +2 -2
- package/serialization/types/WorkflowResultConditionModelOutput.d.ts +2 -2
- package/serialization/types/WorkflowStandaloneAgentNodeModelInput.d.ts +2 -2
- package/serialization/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +2 -2
- package/serialization/types/WorkflowStartNodeModelInput.d.ts +2 -2
- package/serialization/types/WorkflowStartNodeModelOutput.d.ts +2 -2
- package/serialization/types/WorkflowToolEdgeStepModel.d.ts +2 -2
- package/serialization/types/WorkflowToolLocator.d.ts +2 -2
- package/serialization/types/WorkflowToolMaxIterationsExceededStepModel.d.ts +2 -2
- package/serialization/types/WorkflowToolNestedToolsStepModelInput.d.ts +2 -2
- package/serialization/types/WorkflowToolNestedToolsStepModelInput.js +1 -1
- package/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +2 -2
- package/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.js +1 -1
- package/serialization/types/WorkflowToolNestedToolsStepModelOutput.d.ts +2 -2
- package/serialization/types/WorkflowToolNestedToolsStepModelOutput.js +1 -1
- package/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +2 -2
- package/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.js +1 -1
- package/serialization/types/WorkflowToolNodeModelInput.d.ts +2 -2
- package/serialization/types/WorkflowToolNodeModelOutput.d.ts +2 -2
- package/serialization/types/WorkflowToolResponseModelInput.d.ts +2 -2
- package/serialization/types/WorkflowToolResponseModelInput.js +1 -1
- package/serialization/types/WorkflowToolResponseModelInputStepsItem.d.ts +2 -2
- package/serialization/types/WorkflowToolResponseModelInputStepsItem.js +1 -1
- package/serialization/types/WorkflowToolResponseModelOutput.d.ts +2 -2
- package/serialization/types/WorkflowToolResponseModelOutput.js +1 -1
- package/serialization/types/WorkflowToolResponseModelOutputStepsItem.d.ts +2 -2
- package/serialization/types/WorkflowToolResponseModelOutputStepsItem.js +1 -1
- package/serialization/types/WorkflowUnconditionalModelInput.d.ts +2 -2
- package/serialization/types/WorkflowUnconditionalModelOutput.d.ts +2 -2
- package/serialization/types/WorkspaceApiKeyListResponseModel.d.ts +2 -2
- package/serialization/types/WorkspaceApiKeyResponseModel.d.ts +2 -2
- package/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +2 -2
- package/serialization/types/WorkspaceBatchCallsResponse.d.ts +2 -2
- package/serialization/types/WorkspaceCreateApiKeyResponseModel.d.ts +2 -2
- package/serialization/types/WorkspaceGroupByNameResponseModel.d.ts +2 -2
- package/serialization/types/WorkspaceResourceType.d.ts +2 -2
- package/serialization/types/WorkspaceServiceAccountListResponseModel.d.ts +2 -2
- package/serialization/types/WorkspaceServiceAccountResponseModel.d.ts +2 -2
- package/serialization/types/WorkspaceWebhookListResponseModel.d.ts +2 -2
- package/serialization/types/WorkspaceWebhookResponseModel.d.ts +2 -2
- package/serialization/types/WorkspaceWebhookUsageResponseModel.d.ts +2 -2
- package/serialization/types/ZendeskConversationInitiationTrigger.d.ts +2 -2
- package/serialization/types/index.d.ts +296 -311
- package/serialization/types/index.js +296 -311
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/wrapper/music.js +34 -3
- package/.prettierignore +0 -9
- package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.d.ts +0 -1
- package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.d.ts +0 -5
- package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.d.ts +0 -5
- package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.d.ts +0 -2
- package/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.js +0 -18
- package/api/resources/v1TextToSpeechVoiceIdStreamInput/index.d.ts +0 -1
- package/api/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.d.ts +0 -5
- package/api/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.d.ts +0 -5
- package/api/resources/v1TextToSpeechVoiceIdStreamInput/types/index.d.ts +0 -2
- package/api/resources/v1TextToSpeechVoiceIdStreamInput/types/index.js +0 -18
- package/api/types/Alignment.d.ts +0 -25
- package/api/types/ApiIntegrationWebhookToolConfigExternalInput.d.ts +0 -34
- package/api/types/ApiIntegrationWebhookToolConfigExternalOutput.d.ts +0 -34
- package/api/types/AudioOutput.d.ts +0 -10
- package/api/types/AudioOutputMulti.d.ts +0 -12
- package/api/types/CloseConnection.d.ts +0 -4
- package/api/types/CloseContext.d.ts +0 -9
- package/api/types/CloseSocket.d.ts +0 -7
- package/api/types/FinalOutput.d.ts +0 -4
- package/api/types/FinalOutputMulti.d.ts +0 -9
- package/api/types/FlushContext.d.ts +0 -11
- package/api/types/GenerationConfig.d.ts +0 -30
- package/api/types/InitialiseContext.d.ts +0 -18
- package/api/types/InitializeConnection.d.ts +0 -18
- package/api/types/InitializeConnectionMulti.d.ts +0 -18
- package/api/types/KeepContextAlive.d.ts +0 -9
- package/api/types/NormalizedAlignment.d.ts +0 -25
- package/api/types/PronunciationDictionaryLocator.d.ts +0 -9
- package/api/types/RealtimeVoiceSettings.d.ts +0 -12
- package/api/types/RealtimeVoiceSettings.js +0 -3
- package/api/types/SendText.d.ts +0 -29
- package/api/types/SendText.js +0 -3
- package/api/types/SendTextMulti.d.ts +0 -11
- package/api/types/SendTextMulti.js +0 -3
- package/api/types/TextToSpeechApplyTextNormalizationEnum.d.ts +0 -7
- package/api/types/TextToSpeechApplyTextNormalizationEnum.js +0 -10
- package/api/types/TextToSpeechOutputFormatEnum.d.ts +0 -22
- package/api/types/TextToSpeechOutputFormatEnum.js +0 -25
- package/api/types/WebsocketTtsClientMessageMulti.d.ts +0 -31
- package/api/types/WebsocketTtsClientMessageMulti.js +0 -3
- package/api/types/WebsocketTtsServerMessageMulti.d.ts +0 -14
- package/api/types/WebsocketTtsServerMessageMulti.js +0 -3
- package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.d.ts +0 -1
- package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.d.ts +0 -5
- package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.js +0 -3
- package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.d.ts +0 -5
- package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.js +0 -3
- package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.d.ts +0 -2
- package/dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.js +0 -18
- package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/index.d.ts +0 -1
- package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.d.ts +0 -5
- package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.js +0 -3
- package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.d.ts +0 -5
- package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.js +0 -3
- package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/index.d.ts +0 -2
- package/dist/api/resources/v1TextToSpeechVoiceIdStreamInput/types/index.js +0 -18
- package/dist/api/types/Alignment.d.ts +0 -25
- package/dist/api/types/Alignment.js +0 -3
- package/dist/api/types/ApiIntegrationWebhookToolConfigExternalInput.d.ts +0 -34
- package/dist/api/types/ApiIntegrationWebhookToolConfigExternalInput.js +0 -3
- package/dist/api/types/ApiIntegrationWebhookToolConfigExternalOutput.d.ts +0 -34
- package/dist/api/types/ApiIntegrationWebhookToolConfigExternalOutput.js +0 -3
- package/dist/api/types/AudioOutput.d.ts +0 -10
- package/dist/api/types/AudioOutput.js +0 -3
- package/dist/api/types/AudioOutputMulti.d.ts +0 -12
- package/dist/api/types/AudioOutputMulti.js +0 -3
- package/dist/api/types/CloseConnection.d.ts +0 -4
- package/dist/api/types/CloseConnection.js +0 -3
- package/dist/api/types/CloseContext.d.ts +0 -9
- package/dist/api/types/CloseContext.js +0 -3
- package/dist/api/types/CloseSocket.d.ts +0 -7
- package/dist/api/types/CloseSocket.js +0 -3
- package/dist/api/types/FinalOutput.d.ts +0 -4
- package/dist/api/types/FinalOutput.js +0 -3
- package/dist/api/types/FinalOutputMulti.d.ts +0 -9
- package/dist/api/types/FinalOutputMulti.js +0 -3
- package/dist/api/types/FlushContext.d.ts +0 -11
- package/dist/api/types/FlushContext.js +0 -3
- package/dist/api/types/GenerationConfig.d.ts +0 -30
- package/dist/api/types/GenerationConfig.js +0 -3
- package/dist/api/types/InitialiseContext.d.ts +0 -18
- package/dist/api/types/InitialiseContext.js +0 -3
- package/dist/api/types/InitializeConnection.d.ts +0 -18
- package/dist/api/types/InitializeConnection.js +0 -3
- package/dist/api/types/InitializeConnectionMulti.d.ts +0 -18
- package/dist/api/types/InitializeConnectionMulti.js +0 -3
- package/dist/api/types/KeepContextAlive.d.ts +0 -9
- package/dist/api/types/KeepContextAlive.js +0 -3
- package/dist/api/types/NormalizedAlignment.d.ts +0 -25
- package/dist/api/types/NormalizedAlignment.js +0 -3
- package/dist/api/types/PronunciationDictionaryLocator.d.ts +0 -9
- package/dist/api/types/PronunciationDictionaryLocator.js +0 -3
- package/dist/api/types/RealtimeVoiceSettings.d.ts +0 -12
- package/dist/api/types/RealtimeVoiceSettings.js +0 -3
- package/dist/api/types/SendText.d.ts +0 -29
- package/dist/api/types/SendText.js +0 -3
- package/dist/api/types/SendTextMulti.d.ts +0 -11
- package/dist/api/types/SendTextMulti.js +0 -3
- package/dist/api/types/TextToSpeechApplyTextNormalizationEnum.d.ts +0 -7
- package/dist/api/types/TextToSpeechApplyTextNormalizationEnum.js +0 -10
- package/dist/api/types/TextToSpeechOutputFormatEnum.d.ts +0 -22
- package/dist/api/types/TextToSpeechOutputFormatEnum.js +0 -25
- package/dist/api/types/WebsocketTtsClientMessageMulti.d.ts +0 -31
- package/dist/api/types/WebsocketTtsClientMessageMulti.js +0 -3
- package/dist/api/types/WebsocketTtsServerMessageMulti.d.ts +0 -14
- package/dist/api/types/WebsocketTtsServerMessageMulti.js +0 -3
- package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.d.ts +0 -1
- package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.js +0 -17
- package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.d.ts +0 -9
- package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.d.ts +0 -14
- package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.js +0 -54
- package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.d.ts +0 -2
- package/dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.js +0 -18
- package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/index.d.ts +0 -1
- package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/index.js +0 -17
- package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.d.ts +0 -9
- package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.d.ts +0 -10
- package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.js +0 -42
- package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/index.d.ts +0 -2
- package/dist/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/index.js +0 -18
- package/dist/serialization/types/Alignment.d.ts +0 -11
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigExternalInput.d.ts +0 -30
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigExternalInput.js +0 -62
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigExternalOutput.d.ts +0 -30
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigExternalOutput.js +0 -62
- package/dist/serialization/types/AudioOutput.d.ts +0 -13
- package/dist/serialization/types/AudioOutputMulti.d.ts +0 -14
- package/dist/serialization/types/CloseConnection.d.ts +0 -9
- package/dist/serialization/types/CloseContext.d.ts +0 -10
- package/dist/serialization/types/CloseSocket.d.ts +0 -9
- package/dist/serialization/types/FinalOutput.d.ts +0 -9
- package/dist/serialization/types/FinalOutputMulti.d.ts +0 -10
- package/dist/serialization/types/FlushContext.d.ts +0 -11
- package/dist/serialization/types/GenerationConfig.d.ts +0 -9
- package/dist/serialization/types/GenerationConfig.js +0 -41
- package/dist/serialization/types/InitialiseContext.d.ts +0 -18
- package/dist/serialization/types/InitialiseContext.js +0 -50
- package/dist/serialization/types/InitializeConnection.d.ts +0 -17
- package/dist/serialization/types/InitializeConnection.js +0 -49
- package/dist/serialization/types/InitializeConnectionMulti.d.ts +0 -18
- package/dist/serialization/types/InitializeConnectionMulti.js +0 -50
- package/dist/serialization/types/KeepContextAlive.d.ts +0 -10
- package/dist/serialization/types/NormalizedAlignment.d.ts +0 -11
- package/dist/serialization/types/NormalizedAlignment.js +0 -43
- package/dist/serialization/types/PronunciationDictionaryLocator.d.ts +0 -10
- package/dist/serialization/types/RealtimeVoiceSettings.d.ts +0 -13
- package/dist/serialization/types/RealtimeVoiceSettings.js +0 -45
- package/dist/serialization/types/SendText.d.ts +0 -15
- package/dist/serialization/types/SendText.js +0 -47
- package/dist/serialization/types/SendTextMulti.d.ts +0 -11
- package/dist/serialization/types/TextToSpeechApplyTextNormalizationEnum.d.ts +0 -7
- package/dist/serialization/types/TextToSpeechApplyTextNormalizationEnum.js +0 -39
- package/dist/serialization/types/TextToSpeechOutputFormatEnum.d.ts +0 -7
- package/dist/serialization/types/TextToSpeechOutputFormatEnum.js +0 -58
- package/dist/serialization/types/WebsocketTtsClientMessageMulti.d.ts +0 -21
- package/dist/serialization/types/WebsocketTtsClientMessageMulti.js +0 -53
- package/dist/serialization/types/WebsocketTtsServerMessageMulti.d.ts +0 -15
- package/dist/serialization/types/WebsocketTtsServerMessageMulti.js +0 -47
- package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.d.ts +0 -1
- package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/index.js +0 -17
- package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.d.ts +0 -9
- package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.js +0 -41
- package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.d.ts +0 -14
- package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.js +0 -54
- package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.d.ts +0 -2
- package/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/index.js +0 -18
- package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/index.d.ts +0 -1
- package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/index.js +0 -17
- package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.d.ts +0 -9
- package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.js +0 -41
- package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.d.ts +0 -10
- package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.js +0 -42
- package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/index.d.ts +0 -2
- package/serialization/resources/v1TextToSpeechVoiceIdStreamInput/types/index.js +0 -18
- package/serialization/types/Alignment.d.ts +0 -11
- package/serialization/types/Alignment.js +0 -43
- package/serialization/types/ApiIntegrationWebhookToolConfigExternalInput.d.ts +0 -30
- package/serialization/types/ApiIntegrationWebhookToolConfigExternalInput.js +0 -62
- package/serialization/types/ApiIntegrationWebhookToolConfigExternalOutput.d.ts +0 -30
- package/serialization/types/ApiIntegrationWebhookToolConfigExternalOutput.js +0 -62
- package/serialization/types/AudioOutput.d.ts +0 -13
- package/serialization/types/AudioOutput.js +0 -45
- package/serialization/types/AudioOutputMulti.d.ts +0 -14
- package/serialization/types/AudioOutputMulti.js +0 -46
- package/serialization/types/CloseConnection.d.ts +0 -9
- package/serialization/types/CloseContext.d.ts +0 -10
- package/serialization/types/CloseContext.js +0 -42
- package/serialization/types/CloseSocket.d.ts +0 -9
- package/serialization/types/CloseSocket.js +0 -41
- package/serialization/types/FinalOutput.d.ts +0 -9
- package/serialization/types/FinalOutputMulti.d.ts +0 -10
- package/serialization/types/FinalOutputMulti.js +0 -42
- package/serialization/types/FlushContext.d.ts +0 -11
- package/serialization/types/GenerationConfig.d.ts +0 -9
- package/serialization/types/GenerationConfig.js +0 -41
- package/serialization/types/InitialiseContext.d.ts +0 -18
- package/serialization/types/InitialiseContext.js +0 -50
- package/serialization/types/InitializeConnection.d.ts +0 -17
- package/serialization/types/InitializeConnection.js +0 -49
- package/serialization/types/InitializeConnectionMulti.d.ts +0 -18
- package/serialization/types/InitializeConnectionMulti.js +0 -50
- package/serialization/types/KeepContextAlive.d.ts +0 -10
- package/serialization/types/KeepContextAlive.js +0 -42
- package/serialization/types/NormalizedAlignment.d.ts +0 -11
- package/serialization/types/NormalizedAlignment.js +0 -43
- package/serialization/types/PronunciationDictionaryLocator.d.ts +0 -10
- package/serialization/types/RealtimeVoiceSettings.d.ts +0 -13
- package/serialization/types/RealtimeVoiceSettings.js +0 -45
- package/serialization/types/SendText.d.ts +0 -15
- package/serialization/types/SendText.js +0 -47
- package/serialization/types/SendTextMulti.d.ts +0 -11
- package/serialization/types/TextToSpeechApplyTextNormalizationEnum.d.ts +0 -7
- package/serialization/types/TextToSpeechApplyTextNormalizationEnum.js +0 -39
- package/serialization/types/TextToSpeechOutputFormatEnum.d.ts +0 -7
- package/serialization/types/TextToSpeechOutputFormatEnum.js +0 -58
- package/serialization/types/WebsocketTtsClientMessageMulti.d.ts +0 -21
- package/serialization/types/WebsocketTtsClientMessageMulti.js +0 -53
- package/serialization/types/WebsocketTtsServerMessageMulti.d.ts +0 -15
- package/serialization/types/WebsocketTtsServerMessageMulti.js +0 -47
- /package/{api/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.js → BaseClient.js} +0 -0
- /package/api/resources/{v1TextToSpeechVoiceIdMultiStreamInput/types/SendMessageMulti.js → dubbing/resources/resource/types/ResourceRenderRequestLanguage.js} +0 -0
- /package/api/resources/{v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.js → dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.js} +0 -0
- /package/api/{resources/v1TextToSpeechVoiceIdStreamInput/types/SendMessage.js → types/BatchCallWhatsAppParams.js} +0 -0
- /package/api/types/{Alignment.js → CanvasPlacement.js} +0 -0
- /package/api/types/{ApiIntegrationWebhookToolConfigExternalInput.js → DubbingTranscriptCharacter.js} +0 -0
- /package/api/types/{ApiIntegrationWebhookToolConfigExternalOutput.js → DubbingTranscriptResponseModel.js} +0 -0
- /package/api/types/{AudioOutput.js → DubbingTranscriptUtterance.js} +0 -0
- /package/api/types/{AudioOutputMulti.js → DubbingTranscriptWord.js} +0 -0
- /package/api/types/{CloseConnection.js → ProjectImageResponseModel.js} +0 -0
- /package/api/types/{CloseContext.js → SuggestedAudioTag.js} +0 -0
- /package/{api/types/CloseSocket.js → dist/BaseClient.js} +0 -0
- /package/{api/types/FinalOutput.js → dist/api/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.js} +0 -0
- /package/{api/types/FinalOutputMulti.js → dist/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.js} +0 -0
- /package/{api/types/FlushContext.js → dist/api/types/BatchCallWhatsAppParams.js} +0 -0
- /package/{api/types/GenerationConfig.js → dist/api/types/CanvasPlacement.js} +0 -0
- /package/{api/types/InitialiseContext.js → dist/api/types/DubbingTranscriptCharacter.js} +0 -0
- /package/{api/types/InitializeConnection.js → dist/api/types/DubbingTranscriptResponseModel.js} +0 -0
- /package/{api/types/InitializeConnectionMulti.js → dist/api/types/DubbingTranscriptUtterance.js} +0 -0
- /package/{api/types/KeepContextAlive.js → dist/api/types/DubbingTranscriptWord.js} +0 -0
- /package/{api/types/NormalizedAlignment.js → dist/api/types/ProjectImageResponseModel.js} +0 -0
- /package/{api/types/PronunciationDictionaryLocator.js → dist/api/types/SuggestedAudioTag.js} +0 -0
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"cliVersion": "0.107.3",
|
|
3
|
+
"generatorName": "fernapi/fern-typescript-sdk",
|
|
4
|
+
"generatorVersion": "3.29.2",
|
|
5
|
+
"generatorConfig": {
|
|
6
|
+
"defaultTimeoutInSeconds": 240,
|
|
7
|
+
"inlineFileProperties": true,
|
|
8
|
+
"inlinePathParameters": false,
|
|
9
|
+
"enableInlineTypes": false,
|
|
10
|
+
"omitUndefined": false,
|
|
11
|
+
"skipResponseValidation": false,
|
|
12
|
+
"useLegacyExports": true,
|
|
13
|
+
"noSerdeLayer": false,
|
|
14
|
+
"namespaceExport": "ElevenLabs",
|
|
15
|
+
"fileResponseType": "stream",
|
|
16
|
+
"fetchSupport": "node-fetch",
|
|
17
|
+
"packageManager": "yarn",
|
|
18
|
+
"testFramework": "jest",
|
|
19
|
+
"wireTestsFallbackToAutoGeneratedErrorExamples": false,
|
|
20
|
+
"allowCustomFetcher": true,
|
|
21
|
+
"extraDependencies": {
|
|
22
|
+
"command-exists": "^1.2.9",
|
|
23
|
+
"ws": "^8.18.3"
|
|
24
|
+
},
|
|
25
|
+
"extraDevDependencies": {
|
|
26
|
+
"msw": "2.11.2",
|
|
27
|
+
"jest": "^29.7.0",
|
|
28
|
+
"@types/jest": "^29.5.5",
|
|
29
|
+
"ts-jest": "^29.1.1",
|
|
30
|
+
"@types/command-exists": "^1.2.3",
|
|
31
|
+
"@types/ws": "^8.18.1"
|
|
32
|
+
},
|
|
33
|
+
"packageJson": {
|
|
34
|
+
"browser": {
|
|
35
|
+
"command-exists": false
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
package/BaseClient.d.ts
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import type * as core from "./core";
|
|
2
|
+
import type * as environments from "./environments";
|
|
3
|
+
export interface BaseClientOptions {
|
|
4
|
+
environment?: core.Supplier<environments.ElevenLabsEnvironment | string>;
|
|
5
|
+
/** Specify a custom URL to connect the client to. */
|
|
6
|
+
baseUrl?: core.Supplier<string>;
|
|
7
|
+
/** Override the xi-api-key header */
|
|
8
|
+
apiKey?: core.Supplier<string | undefined>;
|
|
9
|
+
/** Additional headers to include in requests. */
|
|
10
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
11
|
+
/** The default maximum time to wait for a response in seconds. */
|
|
12
|
+
timeoutInSeconds?: number;
|
|
13
|
+
/** The default number of times to retry the request. Defaults to 2. */
|
|
14
|
+
maxRetries?: number;
|
|
15
|
+
/** Provide a custom fetch implementation. Useful for platforms that don't have a built-in fetch or need a custom implementation. */
|
|
16
|
+
fetch?: typeof fetch;
|
|
17
|
+
fetcher?: core.FetchFunction;
|
|
18
|
+
/** Configure logging for the client. */
|
|
19
|
+
logging?: core.logging.LogConfig | core.logging.Logger;
|
|
20
|
+
}
|
|
21
|
+
export interface BaseRequestOptions {
|
|
22
|
+
/** The maximum time to wait for a response in seconds. */
|
|
23
|
+
timeoutInSeconds?: number;
|
|
24
|
+
/** The number of times to retry the request. Defaults to 2. */
|
|
25
|
+
maxRetries?: number;
|
|
26
|
+
/** A hook to abort the request. */
|
|
27
|
+
abortSignal?: AbortSignal;
|
|
28
|
+
/** Override the xi-api-key header */
|
|
29
|
+
apiKey?: string | undefined;
|
|
30
|
+
/** Additional query string parameters to include in the request. */
|
|
31
|
+
queryParams?: Record<string, unknown>;
|
|
32
|
+
/** Additional headers to include in the request. */
|
|
33
|
+
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
34
|
+
}
|
package/CONTRIBUTING.md
ADDED
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
# Contributing
|
|
2
|
+
|
|
3
|
+
Thanks for your interest in contributing to this SDK! This document provides guidelines for contributing to the project.
|
|
4
|
+
|
|
5
|
+
## Getting Started
|
|
6
|
+
|
|
7
|
+
### Prerequisites
|
|
8
|
+
|
|
9
|
+
- Node.js 20 or higher
|
|
10
|
+
- yarn package manager
|
|
11
|
+
|
|
12
|
+
### Installation
|
|
13
|
+
|
|
14
|
+
Install the project dependencies:
|
|
15
|
+
|
|
16
|
+
```bash
|
|
17
|
+
yarn install
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
### Building
|
|
21
|
+
|
|
22
|
+
Build the project:
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
yarn build
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
### Testing
|
|
29
|
+
|
|
30
|
+
Run the test suite:
|
|
31
|
+
|
|
32
|
+
```bash
|
|
33
|
+
yarn test
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
Run specific test types:
|
|
37
|
+
- `yarn test:unit` - Run unit tests
|
|
38
|
+
- `yarn test:wire` - Run wire/integration tests
|
|
39
|
+
|
|
40
|
+
### Linting and Formatting
|
|
41
|
+
|
|
42
|
+
Check code style:
|
|
43
|
+
|
|
44
|
+
```bash
|
|
45
|
+
yarn run lint
|
|
46
|
+
yarn run format:check
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
Fix code style issues:
|
|
50
|
+
|
|
51
|
+
```bash
|
|
52
|
+
yarn run lint:fix
|
|
53
|
+
yarn run format:fix
|
|
54
|
+
```
|
|
55
|
+
|
|
56
|
+
Or use the combined check command:
|
|
57
|
+
|
|
58
|
+
```bash
|
|
59
|
+
yarn run check:fix
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
## About Generated Code
|
|
63
|
+
|
|
64
|
+
**Important**: Most files in this SDK are automatically generated by [Fern](https://buildwithfern.com) from the API definition. Direct modifications to generated files will be overwritten the next time the SDK is generated.
|
|
65
|
+
|
|
66
|
+
### Generated Files
|
|
67
|
+
|
|
68
|
+
The following directories contain generated code:
|
|
69
|
+
- `src/api/` - API client classes and types
|
|
70
|
+
- `src/serialization/` - Serialization/deserialization logic
|
|
71
|
+
- Most TypeScript files in `src/`
|
|
72
|
+
|
|
73
|
+
### How to Customize
|
|
74
|
+
|
|
75
|
+
If you need to customize the SDK, you have two options:
|
|
76
|
+
|
|
77
|
+
#### Option 1: Use `.fernignore`
|
|
78
|
+
|
|
79
|
+
For custom code that should persist across SDK regenerations:
|
|
80
|
+
|
|
81
|
+
1. Create a `.fernignore` file in the project root
|
|
82
|
+
2. Add file patterns for files you want to preserve (similar to `.gitignore` syntax)
|
|
83
|
+
3. Add your custom code to those files
|
|
84
|
+
|
|
85
|
+
Files listed in `.fernignore` will not be overwritten when the SDK is regenerated.
|
|
86
|
+
|
|
87
|
+
For more information, see the [Fern documentation on custom code](https://buildwithfern.com/learn/sdks/overview/custom-code).
|
|
88
|
+
|
|
89
|
+
#### Option 2: Contribute to the Generator
|
|
90
|
+
|
|
91
|
+
If you want to change how code is generated for all users of this SDK:
|
|
92
|
+
|
|
93
|
+
1. The TypeScript SDK generator lives in the [Fern repository](https://github.com/fern-api/fern)
|
|
94
|
+
2. Generator code is located at `generators/typescript/sdk/`
|
|
95
|
+
3. Follow the [Fern contributing guidelines](https://github.com/fern-api/fern/blob/main/CONTRIBUTING.md)
|
|
96
|
+
4. Submit a pull request with your changes to the generator
|
|
97
|
+
|
|
98
|
+
This approach is best for:
|
|
99
|
+
- Bug fixes in generated code
|
|
100
|
+
- New features that would benefit all users
|
|
101
|
+
- Improvements to code generation patterns
|
|
102
|
+
|
|
103
|
+
## Making Changes
|
|
104
|
+
|
|
105
|
+
### Workflow
|
|
106
|
+
|
|
107
|
+
1. Create a new branch for your changes
|
|
108
|
+
2. Make your modifications
|
|
109
|
+
3. Run tests to ensure nothing breaks: `yarn test`
|
|
110
|
+
4. Run linting and formatting: `yarn run check:fix`
|
|
111
|
+
5. Build the project: `yarn build`
|
|
112
|
+
6. Commit your changes with a clear commit message
|
|
113
|
+
7. Push your branch and create a pull request
|
|
114
|
+
|
|
115
|
+
### Commit Messages
|
|
116
|
+
|
|
117
|
+
Write clear, descriptive commit messages that explain what changed and why.
|
|
118
|
+
|
|
119
|
+
### Code Style
|
|
120
|
+
|
|
121
|
+
This project uses automated code formatting and linting. Run `yarn run check:fix` before committing to ensure your code meets the project's style guidelines.
|
|
122
|
+
|
|
123
|
+
## Questions or Issues?
|
|
124
|
+
|
|
125
|
+
If you have questions or run into issues:
|
|
126
|
+
|
|
127
|
+
1. Check the [Fern documentation](https://buildwithfern.com)
|
|
128
|
+
2. Search existing [GitHub issues](https://github.com/fern-api/fern/issues)
|
|
129
|
+
3. Open a new issue if your question hasn't been addressed
|
|
130
|
+
|
|
131
|
+
## License
|
|
132
|
+
|
|
133
|
+
By contributing to this project, you agree that your contributions will be licensed under the same license as the project.
|
package/Client.d.ts
CHANGED
|
@@ -1,52 +1,33 @@
|
|
|
1
|
-
import * as environments from "./environments";
|
|
2
|
-
import * as core from "./core";
|
|
3
|
-
import { History } from "./api/resources/history/client/Client";
|
|
4
|
-
import { TextToSoundEffects } from "./api/resources/textToSoundEffects/client/Client";
|
|
5
1
|
import { AudioIsolation } from "./api/resources/audioIsolation/client/Client";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { TextToDialogue } from "./api/resources/textToDialogue/client/Client";
|
|
9
|
-
import { SpeechToSpeech } from "./api/resources/speechToSpeech/client/Client";
|
|
10
|
-
import { TextToVoice } from "./api/resources/textToVoice/client/Client";
|
|
11
|
-
import { User } from "./api/resources/user/client/Client";
|
|
12
|
-
import { Voices } from "./api/resources/voices/client/Client";
|
|
13
|
-
import { Studio } from "./api/resources/studio/client/Client";
|
|
2
|
+
import { AudioNative } from "./api/resources/audioNative/client/Client";
|
|
3
|
+
import { ConversationalAi } from "./api/resources/conversationalAi/client/Client";
|
|
14
4
|
import { Dubbing } from "./api/resources/dubbing/client/Client";
|
|
5
|
+
import { ForcedAlignment } from "./api/resources/forcedAlignment/client/Client";
|
|
6
|
+
import { History } from "./api/resources/history/client/Client";
|
|
15
7
|
import { Models } from "./api/resources/models/client/Client";
|
|
16
|
-
import {
|
|
17
|
-
import { Usage } from "./api/resources/usage/client/Client";
|
|
8
|
+
import { Music } from "./api/resources/music/client/Client";
|
|
18
9
|
import { PronunciationDictionaries } from "./api/resources/pronunciationDictionaries/client/Client";
|
|
10
|
+
import { Samples } from "./api/resources/samples/client/Client";
|
|
19
11
|
import { ServiceAccounts } from "./api/resources/serviceAccounts/client/Client";
|
|
20
|
-
import {
|
|
12
|
+
import { SpeechToSpeech } from "./api/resources/speechToSpeech/client/Client";
|
|
21
13
|
import { SpeechToText } from "./api/resources/speechToText/client/Client";
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
14
|
+
import { Studio } from "./api/resources/studio/client/Client";
|
|
15
|
+
import { TextToDialogue } from "./api/resources/textToDialogue/client/Client";
|
|
16
|
+
import { TextToSoundEffects } from "./api/resources/textToSoundEffects/client/Client";
|
|
17
|
+
import { TextToSpeech } from "./api/resources/textToSpeech/client/Client";
|
|
18
|
+
import { TextToVoice } from "./api/resources/textToVoice/client/Client";
|
|
25
19
|
import { Tokens } from "./api/resources/tokens/client/Client";
|
|
20
|
+
import { Usage } from "./api/resources/usage/client/Client";
|
|
21
|
+
import { User } from "./api/resources/user/client/Client";
|
|
22
|
+
import { Voices } from "./api/resources/voices/client/Client";
|
|
23
|
+
import { Webhooks } from "./api/resources/webhooks/client/Client";
|
|
26
24
|
import { Workspace } from "./api/resources/workspace/client/Client";
|
|
25
|
+
import type { BaseClientOptions, BaseRequestOptions } from "./BaseClient";
|
|
26
|
+
import * as core from "./core";
|
|
27
27
|
export declare namespace ElevenLabsClient {
|
|
28
|
-
interface Options {
|
|
29
|
-
environment?: core.Supplier<environments.ElevenLabsEnvironment | string>;
|
|
30
|
-
/** Specify a custom URL to connect the client to. */
|
|
31
|
-
baseUrl?: core.Supplier<string>;
|
|
32
|
-
/** Override the xi-api-key header */
|
|
33
|
-
apiKey?: core.Supplier<string | undefined>;
|
|
34
|
-
/** Additional headers to include in requests. */
|
|
35
|
-
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
28
|
+
interface Options extends BaseClientOptions {
|
|
36
29
|
}
|
|
37
|
-
interface RequestOptions {
|
|
38
|
-
/** The maximum time to wait for a response in seconds. */
|
|
39
|
-
timeoutInSeconds?: number;
|
|
40
|
-
/** The number of times to retry the request. Defaults to 2. */
|
|
41
|
-
maxRetries?: number;
|
|
42
|
-
/** A hook to abort the request. */
|
|
43
|
-
abortSignal?: AbortSignal;
|
|
44
|
-
/** Override the xi-api-key header */
|
|
45
|
-
apiKey?: string | undefined;
|
|
46
|
-
/** Additional query string parameters to include in the request. */
|
|
47
|
-
queryParams?: Record<string, unknown>;
|
|
48
|
-
/** Additional headers to include in the request. */
|
|
49
|
-
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
30
|
+
interface RequestOptions extends BaseRequestOptions {
|
|
50
31
|
}
|
|
51
32
|
}
|
|
52
33
|
export declare class ElevenLabsClient {
|
package/Client.js
CHANGED
|
@@ -44,137 +44,137 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
44
44
|
};
|
|
45
45
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
46
46
|
exports.ElevenLabsClient = void 0;
|
|
47
|
-
const
|
|
47
|
+
const Client_1 = require("./api/resources/audioIsolation/client/Client");
|
|
48
|
+
const Client_2 = require("./api/resources/audioNative/client/Client");
|
|
49
|
+
const Client_3 = require("./api/resources/conversationalAi/client/Client");
|
|
50
|
+
const Client_4 = require("./api/resources/dubbing/client/Client");
|
|
51
|
+
const Client_5 = require("./api/resources/forcedAlignment/client/Client");
|
|
52
|
+
const Client_6 = require("./api/resources/history/client/Client");
|
|
53
|
+
const Client_7 = require("./api/resources/models/client/Client");
|
|
54
|
+
const Client_8 = require("./api/resources/music/client/Client");
|
|
55
|
+
const Client_9 = require("./api/resources/pronunciationDictionaries/client/Client");
|
|
56
|
+
const Client_10 = require("./api/resources/samples/client/Client");
|
|
57
|
+
const Client_11 = require("./api/resources/serviceAccounts/client/Client");
|
|
58
|
+
const Client_12 = require("./api/resources/speechToSpeech/client/Client");
|
|
59
|
+
const Client_13 = require("./api/resources/speechToText/client/Client");
|
|
60
|
+
const Client_14 = require("./api/resources/studio/client/Client");
|
|
61
|
+
const Client_15 = require("./api/resources/textToDialogue/client/Client");
|
|
62
|
+
const Client_16 = require("./api/resources/textToSoundEffects/client/Client");
|
|
63
|
+
const Client_17 = require("./api/resources/textToSpeech/client/Client");
|
|
64
|
+
const Client_18 = require("./api/resources/textToVoice/client/Client");
|
|
65
|
+
const Client_19 = require("./api/resources/tokens/client/Client");
|
|
66
|
+
const Client_20 = require("./api/resources/usage/client/Client");
|
|
67
|
+
const Client_21 = require("./api/resources/user/client/Client");
|
|
68
|
+
const Client_22 = require("./api/resources/voices/client/Client");
|
|
69
|
+
const Client_23 = require("./api/resources/webhooks/client/Client");
|
|
70
|
+
const Client_24 = require("./api/resources/workspace/client/Client");
|
|
48
71
|
const core = __importStar(require("./core"));
|
|
49
72
|
const headers_1 = require("./core/headers");
|
|
73
|
+
const environments = __importStar(require("./environments"));
|
|
50
74
|
const errors = __importStar(require("./errors/index"));
|
|
51
|
-
const Client_1 = require("./api/resources/history/client/Client");
|
|
52
|
-
const Client_2 = require("./api/resources/textToSoundEffects/client/Client");
|
|
53
|
-
const Client_3 = require("./api/resources/audioIsolation/client/Client");
|
|
54
|
-
const Client_4 = require("./api/resources/samples/client/Client");
|
|
55
|
-
const Client_5 = require("./api/resources/textToSpeech/client/Client");
|
|
56
|
-
const Client_6 = require("./api/resources/textToDialogue/client/Client");
|
|
57
|
-
const Client_7 = require("./api/resources/speechToSpeech/client/Client");
|
|
58
|
-
const Client_8 = require("./api/resources/textToVoice/client/Client");
|
|
59
|
-
const Client_9 = require("./api/resources/user/client/Client");
|
|
60
|
-
const Client_10 = require("./api/resources/voices/client/Client");
|
|
61
|
-
const Client_11 = require("./api/resources/studio/client/Client");
|
|
62
|
-
const Client_12 = require("./api/resources/dubbing/client/Client");
|
|
63
|
-
const Client_13 = require("./api/resources/models/client/Client");
|
|
64
|
-
const Client_14 = require("./api/resources/audioNative/client/Client");
|
|
65
|
-
const Client_15 = require("./api/resources/usage/client/Client");
|
|
66
|
-
const Client_16 = require("./api/resources/pronunciationDictionaries/client/Client");
|
|
67
|
-
const Client_17 = require("./api/resources/serviceAccounts/client/Client");
|
|
68
|
-
const Client_18 = require("./api/resources/webhooks/client/Client");
|
|
69
|
-
const Client_19 = require("./api/resources/speechToText/client/Client");
|
|
70
|
-
const Client_20 = require("./api/resources/forcedAlignment/client/Client");
|
|
71
|
-
const Client_21 = require("./api/resources/conversationalAi/client/Client");
|
|
72
|
-
const Client_22 = require("./api/resources/music/client/Client");
|
|
73
|
-
const Client_23 = require("./api/resources/tokens/client/Client");
|
|
74
|
-
const Client_24 = require("./api/resources/workspace/client/Client");
|
|
75
75
|
class ElevenLabsClient {
|
|
76
76
|
constructor(_options = {}) {
|
|
77
|
-
this._options = Object.assign(Object.assign({}, _options), { headers: (0, headers_1.mergeHeaders)({
|
|
77
|
+
this._options = Object.assign(Object.assign({}, _options), { logging: core.logging.createLogger(_options === null || _options === void 0 ? void 0 : _options.logging), headers: (0, headers_1.mergeHeaders)({
|
|
78
78
|
"xi-api-key": _options === null || _options === void 0 ? void 0 : _options.apiKey,
|
|
79
79
|
"X-Fern-Language": "JavaScript",
|
|
80
80
|
"X-Fern-SDK-Name": "@elevenlabs/elevenlabs-js",
|
|
81
|
-
"X-Fern-SDK-Version": "v2.
|
|
82
|
-
"User-Agent": "@elevenlabs/elevenlabs-js/v2.
|
|
81
|
+
"X-Fern-SDK-Version": "v2.25.1",
|
|
82
|
+
"User-Agent": "@elevenlabs/elevenlabs-js/v2.25.1",
|
|
83
83
|
"X-Fern-Runtime": core.RUNTIME.type,
|
|
84
84
|
"X-Fern-Runtime-Version": core.RUNTIME.version,
|
|
85
85
|
}, _options === null || _options === void 0 ? void 0 : _options.headers) });
|
|
86
86
|
}
|
|
87
87
|
get history() {
|
|
88
88
|
var _a;
|
|
89
|
-
return ((_a = this._history) !== null && _a !== void 0 ? _a : (this._history = new
|
|
89
|
+
return ((_a = this._history) !== null && _a !== void 0 ? _a : (this._history = new Client_6.History(this._options)));
|
|
90
90
|
}
|
|
91
91
|
get textToSoundEffects() {
|
|
92
92
|
var _a;
|
|
93
|
-
return ((_a = this._textToSoundEffects) !== null && _a !== void 0 ? _a : (this._textToSoundEffects = new
|
|
93
|
+
return ((_a = this._textToSoundEffects) !== null && _a !== void 0 ? _a : (this._textToSoundEffects = new Client_16.TextToSoundEffects(this._options)));
|
|
94
94
|
}
|
|
95
95
|
get audioIsolation() {
|
|
96
96
|
var _a;
|
|
97
|
-
return ((_a = this._audioIsolation) !== null && _a !== void 0 ? _a : (this._audioIsolation = new
|
|
97
|
+
return ((_a = this._audioIsolation) !== null && _a !== void 0 ? _a : (this._audioIsolation = new Client_1.AudioIsolation(this._options)));
|
|
98
98
|
}
|
|
99
99
|
get samples() {
|
|
100
100
|
var _a;
|
|
101
|
-
return ((_a = this._samples) !== null && _a !== void 0 ? _a : (this._samples = new
|
|
101
|
+
return ((_a = this._samples) !== null && _a !== void 0 ? _a : (this._samples = new Client_10.Samples(this._options)));
|
|
102
102
|
}
|
|
103
103
|
get textToSpeech() {
|
|
104
104
|
var _a;
|
|
105
|
-
return ((_a = this._textToSpeech) !== null && _a !== void 0 ? _a : (this._textToSpeech = new
|
|
105
|
+
return ((_a = this._textToSpeech) !== null && _a !== void 0 ? _a : (this._textToSpeech = new Client_17.TextToSpeech(this._options)));
|
|
106
106
|
}
|
|
107
107
|
get textToDialogue() {
|
|
108
108
|
var _a;
|
|
109
|
-
return ((_a = this._textToDialogue) !== null && _a !== void 0 ? _a : (this._textToDialogue = new
|
|
109
|
+
return ((_a = this._textToDialogue) !== null && _a !== void 0 ? _a : (this._textToDialogue = new Client_15.TextToDialogue(this._options)));
|
|
110
110
|
}
|
|
111
111
|
get speechToSpeech() {
|
|
112
112
|
var _a;
|
|
113
|
-
return ((_a = this._speechToSpeech) !== null && _a !== void 0 ? _a : (this._speechToSpeech = new
|
|
113
|
+
return ((_a = this._speechToSpeech) !== null && _a !== void 0 ? _a : (this._speechToSpeech = new Client_12.SpeechToSpeech(this._options)));
|
|
114
114
|
}
|
|
115
115
|
get textToVoice() {
|
|
116
116
|
var _a;
|
|
117
|
-
return ((_a = this._textToVoice) !== null && _a !== void 0 ? _a : (this._textToVoice = new
|
|
117
|
+
return ((_a = this._textToVoice) !== null && _a !== void 0 ? _a : (this._textToVoice = new Client_18.TextToVoice(this._options)));
|
|
118
118
|
}
|
|
119
119
|
get user() {
|
|
120
120
|
var _a;
|
|
121
|
-
return ((_a = this._user) !== null && _a !== void 0 ? _a : (this._user = new
|
|
121
|
+
return ((_a = this._user) !== null && _a !== void 0 ? _a : (this._user = new Client_21.User(this._options)));
|
|
122
122
|
}
|
|
123
123
|
get voices() {
|
|
124
124
|
var _a;
|
|
125
|
-
return ((_a = this._voices) !== null && _a !== void 0 ? _a : (this._voices = new
|
|
125
|
+
return ((_a = this._voices) !== null && _a !== void 0 ? _a : (this._voices = new Client_22.Voices(this._options)));
|
|
126
126
|
}
|
|
127
127
|
get studio() {
|
|
128
128
|
var _a;
|
|
129
|
-
return ((_a = this._studio) !== null && _a !== void 0 ? _a : (this._studio = new
|
|
129
|
+
return ((_a = this._studio) !== null && _a !== void 0 ? _a : (this._studio = new Client_14.Studio(this._options)));
|
|
130
130
|
}
|
|
131
131
|
get dubbing() {
|
|
132
132
|
var _a;
|
|
133
|
-
return ((_a = this._dubbing) !== null && _a !== void 0 ? _a : (this._dubbing = new
|
|
133
|
+
return ((_a = this._dubbing) !== null && _a !== void 0 ? _a : (this._dubbing = new Client_4.Dubbing(this._options)));
|
|
134
134
|
}
|
|
135
135
|
get models() {
|
|
136
136
|
var _a;
|
|
137
|
-
return ((_a = this._models) !== null && _a !== void 0 ? _a : (this._models = new
|
|
137
|
+
return ((_a = this._models) !== null && _a !== void 0 ? _a : (this._models = new Client_7.Models(this._options)));
|
|
138
138
|
}
|
|
139
139
|
get audioNative() {
|
|
140
140
|
var _a;
|
|
141
|
-
return ((_a = this._audioNative) !== null && _a !== void 0 ? _a : (this._audioNative = new
|
|
141
|
+
return ((_a = this._audioNative) !== null && _a !== void 0 ? _a : (this._audioNative = new Client_2.AudioNative(this._options)));
|
|
142
142
|
}
|
|
143
143
|
get usage() {
|
|
144
144
|
var _a;
|
|
145
|
-
return ((_a = this._usage) !== null && _a !== void 0 ? _a : (this._usage = new
|
|
145
|
+
return ((_a = this._usage) !== null && _a !== void 0 ? _a : (this._usage = new Client_20.Usage(this._options)));
|
|
146
146
|
}
|
|
147
147
|
get pronunciationDictionaries() {
|
|
148
148
|
var _a;
|
|
149
|
-
return ((_a = this._pronunciationDictionaries) !== null && _a !== void 0 ? _a : (this._pronunciationDictionaries = new
|
|
149
|
+
return ((_a = this._pronunciationDictionaries) !== null && _a !== void 0 ? _a : (this._pronunciationDictionaries = new Client_9.PronunciationDictionaries(this._options)));
|
|
150
150
|
}
|
|
151
151
|
get serviceAccounts() {
|
|
152
152
|
var _a;
|
|
153
|
-
return ((_a = this._serviceAccounts) !== null && _a !== void 0 ? _a : (this._serviceAccounts = new
|
|
153
|
+
return ((_a = this._serviceAccounts) !== null && _a !== void 0 ? _a : (this._serviceAccounts = new Client_11.ServiceAccounts(this._options)));
|
|
154
154
|
}
|
|
155
155
|
get webhooks() {
|
|
156
156
|
var _a;
|
|
157
|
-
return ((_a = this._webhooks) !== null && _a !== void 0 ? _a : (this._webhooks = new
|
|
157
|
+
return ((_a = this._webhooks) !== null && _a !== void 0 ? _a : (this._webhooks = new Client_23.Webhooks(this._options)));
|
|
158
158
|
}
|
|
159
159
|
get speechToText() {
|
|
160
160
|
var _a;
|
|
161
|
-
return ((_a = this._speechToText) !== null && _a !== void 0 ? _a : (this._speechToText = new
|
|
161
|
+
return ((_a = this._speechToText) !== null && _a !== void 0 ? _a : (this._speechToText = new Client_13.SpeechToText(this._options)));
|
|
162
162
|
}
|
|
163
163
|
get forcedAlignment() {
|
|
164
164
|
var _a;
|
|
165
|
-
return ((_a = this._forcedAlignment) !== null && _a !== void 0 ? _a : (this._forcedAlignment = new
|
|
165
|
+
return ((_a = this._forcedAlignment) !== null && _a !== void 0 ? _a : (this._forcedAlignment = new Client_5.ForcedAlignment(this._options)));
|
|
166
166
|
}
|
|
167
167
|
get conversationalAi() {
|
|
168
168
|
var _a;
|
|
169
|
-
return ((_a = this._conversationalAi) !== null && _a !== void 0 ? _a : (this._conversationalAi = new
|
|
169
|
+
return ((_a = this._conversationalAi) !== null && _a !== void 0 ? _a : (this._conversationalAi = new Client_3.ConversationalAi(this._options)));
|
|
170
170
|
}
|
|
171
171
|
get music() {
|
|
172
172
|
var _a;
|
|
173
|
-
return ((_a = this._music) !== null && _a !== void 0 ? _a : (this._music = new
|
|
173
|
+
return ((_a = this._music) !== null && _a !== void 0 ? _a : (this._music = new Client_8.Music(this._options)));
|
|
174
174
|
}
|
|
175
175
|
get tokens() {
|
|
176
176
|
var _a;
|
|
177
|
-
return ((_a = this._tokens) !== null && _a !== void 0 ? _a : (this._tokens = new
|
|
177
|
+
return ((_a = this._tokens) !== null && _a !== void 0 ? _a : (this._tokens = new Client_19.Tokens(this._options)));
|
|
178
178
|
}
|
|
179
179
|
get workspace() {
|
|
180
180
|
var _a;
|
|
@@ -193,16 +193,18 @@ class ElevenLabsClient {
|
|
|
193
193
|
}
|
|
194
194
|
__saveAVoicePreview(requestOptions) {
|
|
195
195
|
return __awaiter(this, void 0, void 0, function* () {
|
|
196
|
-
var _a, _b, _c, _d, _e;
|
|
197
|
-
|
|
198
|
-
const _response = yield core.fetcher({
|
|
199
|
-
url: core.url.join((
|
|
196
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
197
|
+
const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ "xi-api-key": (_b = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.apiKey) !== null && _b !== void 0 ? _b : (_c = this._options) === null || _c === void 0 ? void 0 : _c.apiKey }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
198
|
+
const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
|
|
199
|
+
url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, "v1/text-to-voice/create-voice-from-preview"),
|
|
200
200
|
method: "POST",
|
|
201
201
|
headers: _headers,
|
|
202
202
|
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
203
|
-
timeoutMs: (requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds)
|
|
204
|
-
maxRetries: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries,
|
|
203
|
+
timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
|
|
204
|
+
maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
|
|
205
205
|
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
206
|
+
fetchFn: (_m = this._options) === null || _m === void 0 ? void 0 : _m.fetch,
|
|
207
|
+
logging: this._options.logging,
|
|
206
208
|
});
|
|
207
209
|
if (_response.ok) {
|
|
208
210
|
return { data: undefined, rawResponse: _response.rawResponse };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import type * as core from "../../core";
|
|
1
2
|
import * as errors from "../../errors/index";
|
|
2
|
-
import * as ElevenLabs from "../index";
|
|
3
|
-
import * as core from "../../core";
|
|
3
|
+
import type * as ElevenLabs from "../index";
|
|
4
4
|
export declare class BadRequestError extends errors.ElevenLabsError {
|
|
5
5
|
constructor(body: ElevenLabs.BadRequestErrorBody, rawResponse?: core.RawResponse);
|
|
6
6
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import type * as core from "../../core";
|
|
1
2
|
import * as errors from "../../errors/index";
|
|
2
|
-
import * as ElevenLabs from "../index";
|
|
3
|
-
import * as core from "../../core";
|
|
3
|
+
import type * as ElevenLabs from "../index";
|
|
4
4
|
export declare class UnprocessableEntityError extends errors.ElevenLabsError {
|
|
5
5
|
constructor(body: ElevenLabs.HttpValidationError, rawResponse?: core.RawResponse);
|
|
6
6
|
}
|
package/api/errors/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from "./UnprocessableEntityError";
|
|
2
1
|
export * from "./BadRequestError";
|
|
2
|
+
export * from "./ConflictError";
|
|
3
3
|
export * from "./ForbiddenError";
|
|
4
4
|
export * from "./NotFoundError";
|
|
5
5
|
export * from "./TooEarlyError";
|
|
6
6
|
export * from "./UnauthorizedError";
|
|
7
|
-
export * from "./
|
|
7
|
+
export * from "./UnprocessableEntityError";
|
package/api/errors/index.js
CHANGED
|
@@ -14,10 +14,10 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("./UnprocessableEntityError"), exports);
|
|
18
17
|
__exportStar(require("./BadRequestError"), exports);
|
|
18
|
+
__exportStar(require("./ConflictError"), exports);
|
|
19
19
|
__exportStar(require("./ForbiddenError"), exports);
|
|
20
20
|
__exportStar(require("./NotFoundError"), exports);
|
|
21
21
|
__exportStar(require("./TooEarlyError"), exports);
|
|
22
22
|
__exportStar(require("./UnauthorizedError"), exports);
|
|
23
|
-
__exportStar(require("./
|
|
23
|
+
__exportStar(require("./UnprocessableEntityError"), exports);
|
package/api/index.d.ts
CHANGED
package/api/index.js
CHANGED
|
@@ -14,6 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./errors"), exports);
|
|
17
18
|
__exportStar(require("./resources"), exports);
|
|
18
19
|
__exportStar(require("./types"), exports);
|
|
19
|
-
__exportStar(require("./errors"), exports);
|
|
@@ -1,29 +1,10 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { BaseClientOptions, BaseRequestOptions } from "../../../../BaseClient";
|
|
2
2
|
import * as core from "../../../../core";
|
|
3
3
|
import * as ElevenLabs from "../../../index";
|
|
4
4
|
export declare namespace AudioIsolation {
|
|
5
|
-
interface Options {
|
|
6
|
-
environment?: core.Supplier<environments.ElevenLabsEnvironment | string>;
|
|
7
|
-
/** Specify a custom URL to connect the client to. */
|
|
8
|
-
baseUrl?: core.Supplier<string>;
|
|
9
|
-
/** Override the xi-api-key header */
|
|
10
|
-
apiKey?: core.Supplier<string | undefined>;
|
|
11
|
-
/** Additional headers to include in requests. */
|
|
12
|
-
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
5
|
+
interface Options extends BaseClientOptions {
|
|
13
6
|
}
|
|
14
|
-
interface RequestOptions {
|
|
15
|
-
/** The maximum time to wait for a response in seconds. */
|
|
16
|
-
timeoutInSeconds?: number;
|
|
17
|
-
/** The number of times to retry the request. Defaults to 2. */
|
|
18
|
-
maxRetries?: number;
|
|
19
|
-
/** A hook to abort the request. */
|
|
20
|
-
abortSignal?: AbortSignal;
|
|
21
|
-
/** Override the xi-api-key header */
|
|
22
|
-
apiKey?: string | undefined;
|
|
23
|
-
/** Additional query string parameters to include in the request. */
|
|
24
|
-
queryParams?: Record<string, unknown>;
|
|
25
|
-
/** Additional headers to include in the request. */
|
|
26
|
-
headers?: Record<string, string | core.Supplier<string | null | undefined> | null | undefined>;
|
|
7
|
+
interface RequestOptions extends BaseRequestOptions {
|
|
27
8
|
}
|
|
28
9
|
}
|
|
29
10
|
export declare class AudioIsolation {
|