@elevenlabs/elevenlabs-js 2.24.1 → 2.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.fern/metadata.json +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/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/.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
package/biome.json
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://biomejs.dev/schemas/2.3.1/schema.json",
|
|
3
|
+
"root": true,
|
|
4
|
+
"vcs": {
|
|
5
|
+
"enabled": false
|
|
6
|
+
},
|
|
7
|
+
"files": {
|
|
8
|
+
"ignoreUnknown": true,
|
|
9
|
+
"includes": [
|
|
10
|
+
"**",
|
|
11
|
+
"!!dist",
|
|
12
|
+
"!!**/dist",
|
|
13
|
+
"!!lib",
|
|
14
|
+
"!!**/lib",
|
|
15
|
+
"!!_tmp_*",
|
|
16
|
+
"!!**/_tmp_*",
|
|
17
|
+
"!!*.tmp",
|
|
18
|
+
"!!**/*.tmp",
|
|
19
|
+
"!!.tmp/",
|
|
20
|
+
"!!**/.tmp/",
|
|
21
|
+
"!!*.log",
|
|
22
|
+
"!!**/*.log",
|
|
23
|
+
"!!**/.DS_Store",
|
|
24
|
+
"!!**/Thumbs.db"
|
|
25
|
+
]
|
|
26
|
+
},
|
|
27
|
+
"formatter": {
|
|
28
|
+
"enabled": true,
|
|
29
|
+
"indentStyle": "space",
|
|
30
|
+
"indentWidth": 4,
|
|
31
|
+
"lineWidth": 120
|
|
32
|
+
},
|
|
33
|
+
"javascript": {
|
|
34
|
+
"formatter": {
|
|
35
|
+
"quoteStyle": "double"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"assist": {
|
|
39
|
+
"enabled": true,
|
|
40
|
+
"actions": {
|
|
41
|
+
"source": {
|
|
42
|
+
"organizeImports": "on"
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"linter": {
|
|
47
|
+
"rules": {
|
|
48
|
+
"style": {
|
|
49
|
+
"useNodejsImportProtocol": "off"
|
|
50
|
+
},
|
|
51
|
+
"suspicious": {
|
|
52
|
+
"noAssignInExpressions": "warn",
|
|
53
|
+
"noUselessEscapeInString": {
|
|
54
|
+
"level": "warn",
|
|
55
|
+
"fix": "none",
|
|
56
|
+
"options": {}
|
|
57
|
+
},
|
|
58
|
+
"noThenProperty": "warn",
|
|
59
|
+
"useIterableCallbackReturn": "warn",
|
|
60
|
+
"noShadowRestrictedNames": "warn",
|
|
61
|
+
"noTsIgnore": {
|
|
62
|
+
"level": "warn",
|
|
63
|
+
"fix": "none",
|
|
64
|
+
"options": {}
|
|
65
|
+
},
|
|
66
|
+
"noConfusingVoidType": {
|
|
67
|
+
"level": "warn",
|
|
68
|
+
"fix": "none",
|
|
69
|
+
"options": {}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
}
|
package/core/exports.d.ts
CHANGED
package/core/exports.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { EndpointMetadata } from "./EndpointMetadata";
|
|
2
|
-
import { Supplier } from "./Supplier";
|
|
1
|
+
import type { EndpointMetadata } from "./EndpointMetadata";
|
|
2
|
+
import type { Supplier } from "./Supplier";
|
|
3
3
|
type EndpointSupplierFn<T> = (arg: {
|
|
4
4
|
endpointMetadata: EndpointMetadata;
|
|
5
5
|
}) => T | Promise<T>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { type LogConfig, type Logger } from "../logging/logger";
|
|
2
|
+
import type { APIResponse } from "./APIResponse";
|
|
3
|
+
import type { EndpointMetadata } from "./EndpointMetadata";
|
|
3
4
|
import { EndpointSupplier } from "./EndpointSupplier";
|
|
4
5
|
export type FetchFunction = <R = unknown>(args: Fetcher.Args) => Promise<APIResponse<R, Fetcher.Error>>;
|
|
5
6
|
export declare namespace Fetcher {
|
|
@@ -14,10 +15,12 @@ export declare namespace Fetcher {
|
|
|
14
15
|
maxRetries?: number;
|
|
15
16
|
withCredentials?: boolean;
|
|
16
17
|
abortSignal?: AbortSignal;
|
|
17
|
-
requestType?: "json" | "file" | "bytes";
|
|
18
|
+
requestType?: "json" | "file" | "bytes" | "form" | "other";
|
|
18
19
|
responseType?: "json" | "blob" | "sse" | "streaming" | "text" | "arrayBuffer" | "binary-response";
|
|
19
20
|
duplex?: "half";
|
|
20
21
|
endpointMetadata?: EndpointMetadata;
|
|
22
|
+
fetchFn?: typeof fetch;
|
|
23
|
+
logging?: LogConfig | Logger;
|
|
21
24
|
}
|
|
22
25
|
type Error = FailedStatusCodeError | NonJsonError | TimeoutError | UnknownError;
|
|
23
26
|
interface FailedStatusCodeError {
|
package/core/fetcher/Fetcher.js
CHANGED
|
@@ -12,21 +12,153 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
exports.fetcher = void 0;
|
|
13
13
|
exports.fetcherImpl = fetcherImpl;
|
|
14
14
|
const json_1 = require("../json");
|
|
15
|
+
const logger_1 = require("../logging/logger");
|
|
15
16
|
const createRequestUrl_1 = require("./createRequestUrl");
|
|
16
17
|
const EndpointSupplier_1 = require("./EndpointSupplier");
|
|
17
18
|
const getErrorResponseBody_1 = require("./getErrorResponseBody");
|
|
18
19
|
const getFetchFn_1 = require("./getFetchFn");
|
|
19
20
|
const getRequestBody_1 = require("./getRequestBody");
|
|
20
21
|
const getResponseBody_1 = require("./getResponseBody");
|
|
22
|
+
const Headers_1 = require("./Headers");
|
|
21
23
|
const makeRequest_1 = require("./makeRequest");
|
|
22
24
|
const RawResponse_1 = require("./RawResponse");
|
|
23
25
|
const requestWithRetries_1 = require("./requestWithRetries");
|
|
26
|
+
const SENSITIVE_HEADERS = new Set([
|
|
27
|
+
"authorization",
|
|
28
|
+
"www-authenticate",
|
|
29
|
+
"x-api-key",
|
|
30
|
+
"api-key",
|
|
31
|
+
"apikey",
|
|
32
|
+
"x-api-token",
|
|
33
|
+
"x-auth-token",
|
|
34
|
+
"auth-token",
|
|
35
|
+
"cookie",
|
|
36
|
+
"set-cookie",
|
|
37
|
+
"proxy-authorization",
|
|
38
|
+
"proxy-authenticate",
|
|
39
|
+
"x-csrf-token",
|
|
40
|
+
"x-xsrf-token",
|
|
41
|
+
"x-session-token",
|
|
42
|
+
"x-access-token",
|
|
43
|
+
]);
|
|
44
|
+
function redactHeaders(headers) {
|
|
45
|
+
const filtered = {};
|
|
46
|
+
for (const [key, value] of headers instanceof Headers_1.Headers ? headers.entries() : Object.entries(headers)) {
|
|
47
|
+
if (SENSITIVE_HEADERS.has(key.toLowerCase())) {
|
|
48
|
+
filtered[key] = "[REDACTED]";
|
|
49
|
+
}
|
|
50
|
+
else {
|
|
51
|
+
filtered[key] = value;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
return filtered;
|
|
55
|
+
}
|
|
56
|
+
const SENSITIVE_QUERY_PARAMS = new Set([
|
|
57
|
+
"api_key",
|
|
58
|
+
"api-key",
|
|
59
|
+
"apikey",
|
|
60
|
+
"token",
|
|
61
|
+
"access_token",
|
|
62
|
+
"access-token",
|
|
63
|
+
"auth_token",
|
|
64
|
+
"auth-token",
|
|
65
|
+
"password",
|
|
66
|
+
"passwd",
|
|
67
|
+
"secret",
|
|
68
|
+
"api_secret",
|
|
69
|
+
"api-secret",
|
|
70
|
+
"apisecret",
|
|
71
|
+
"key",
|
|
72
|
+
"session",
|
|
73
|
+
"session_id",
|
|
74
|
+
"session-id",
|
|
75
|
+
]);
|
|
76
|
+
function redactQueryParameters(queryParameters) {
|
|
77
|
+
if (queryParameters == null) {
|
|
78
|
+
return queryParameters;
|
|
79
|
+
}
|
|
80
|
+
const redacted = {};
|
|
81
|
+
for (const [key, value] of Object.entries(queryParameters)) {
|
|
82
|
+
if (SENSITIVE_QUERY_PARAMS.has(key.toLowerCase())) {
|
|
83
|
+
redacted[key] = "[REDACTED]";
|
|
84
|
+
}
|
|
85
|
+
else {
|
|
86
|
+
redacted[key] = value;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
return redacted;
|
|
90
|
+
}
|
|
91
|
+
function redactUrl(url) {
|
|
92
|
+
const protocolIndex = url.indexOf("://");
|
|
93
|
+
if (protocolIndex === -1)
|
|
94
|
+
return url;
|
|
95
|
+
const afterProtocol = protocolIndex + 3;
|
|
96
|
+
// Find the first delimiter that marks the end of the authority section
|
|
97
|
+
const pathStart = url.indexOf("/", afterProtocol);
|
|
98
|
+
let queryStart = url.indexOf("?", afterProtocol);
|
|
99
|
+
let fragmentStart = url.indexOf("#", afterProtocol);
|
|
100
|
+
const firstDelimiter = Math.min(pathStart === -1 ? url.length : pathStart, queryStart === -1 ? url.length : queryStart, fragmentStart === -1 ? url.length : fragmentStart);
|
|
101
|
+
// Find the LAST @ before the delimiter (handles multiple @ in credentials)
|
|
102
|
+
let atIndex = -1;
|
|
103
|
+
for (let i = afterProtocol; i < firstDelimiter; i++) {
|
|
104
|
+
if (url[i] === "@") {
|
|
105
|
+
atIndex = i;
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
if (atIndex !== -1) {
|
|
109
|
+
url = `${url.slice(0, afterProtocol)}[REDACTED]@${url.slice(atIndex + 1)}`;
|
|
110
|
+
}
|
|
111
|
+
// Recalculate queryStart since url might have changed
|
|
112
|
+
queryStart = url.indexOf("?");
|
|
113
|
+
if (queryStart === -1)
|
|
114
|
+
return url;
|
|
115
|
+
fragmentStart = url.indexOf("#", queryStart);
|
|
116
|
+
const queryEnd = fragmentStart !== -1 ? fragmentStart : url.length;
|
|
117
|
+
const queryString = url.slice(queryStart + 1, queryEnd);
|
|
118
|
+
if (queryString.length === 0)
|
|
119
|
+
return url;
|
|
120
|
+
// FAST PATH: Quick check if any sensitive keywords present
|
|
121
|
+
// Using indexOf is faster than regex for simple substring matching
|
|
122
|
+
const lower = queryString.toLowerCase();
|
|
123
|
+
const hasSensitive = lower.includes("token") ||
|
|
124
|
+
lower.includes("key") ||
|
|
125
|
+
lower.includes("password") ||
|
|
126
|
+
lower.includes("passwd") ||
|
|
127
|
+
lower.includes("secret") ||
|
|
128
|
+
lower.includes("session") ||
|
|
129
|
+
lower.includes("auth");
|
|
130
|
+
if (!hasSensitive) {
|
|
131
|
+
return url;
|
|
132
|
+
}
|
|
133
|
+
// SLOW PATH: Parse and redact
|
|
134
|
+
const redactedParams = [];
|
|
135
|
+
const params = queryString.split("&");
|
|
136
|
+
for (const param of params) {
|
|
137
|
+
const equalIndex = param.indexOf("=");
|
|
138
|
+
if (equalIndex === -1) {
|
|
139
|
+
redactedParams.push(param);
|
|
140
|
+
continue;
|
|
141
|
+
}
|
|
142
|
+
const key = param.slice(0, equalIndex);
|
|
143
|
+
let shouldRedact = SENSITIVE_QUERY_PARAMS.has(key.toLowerCase());
|
|
144
|
+
if (!shouldRedact && key.includes("%")) {
|
|
145
|
+
try {
|
|
146
|
+
const decodedKey = decodeURIComponent(key);
|
|
147
|
+
shouldRedact = SENSITIVE_QUERY_PARAMS.has(decodedKey.toLowerCase());
|
|
148
|
+
}
|
|
149
|
+
catch (_a) { }
|
|
150
|
+
}
|
|
151
|
+
redactedParams.push(shouldRedact ? `${key}=[REDACTED]` : param);
|
|
152
|
+
}
|
|
153
|
+
return url.slice(0, queryStart + 1) + redactedParams.join("&") + url.slice(queryEnd);
|
|
154
|
+
}
|
|
24
155
|
function getHeaders(args) {
|
|
25
156
|
return __awaiter(this, void 0, void 0, function* () {
|
|
26
157
|
var _a;
|
|
27
|
-
const newHeaders =
|
|
158
|
+
const newHeaders = new Headers_1.Headers();
|
|
159
|
+
newHeaders.set("Accept", args.responseType === "json" ? "application/json" : args.responseType === "text" ? "text/plain" : "*/*");
|
|
28
160
|
if (args.body !== undefined && args.contentType != null) {
|
|
29
|
-
newHeaders
|
|
161
|
+
newHeaders.set("Content-Type", args.contentType);
|
|
30
162
|
}
|
|
31
163
|
if (args.headers == null) {
|
|
32
164
|
return newHeaders;
|
|
@@ -34,30 +166,52 @@ function getHeaders(args) {
|
|
|
34
166
|
for (const [key, value] of Object.entries(args.headers)) {
|
|
35
167
|
const result = yield EndpointSupplier_1.EndpointSupplier.get(value, { endpointMetadata: (_a = args.endpointMetadata) !== null && _a !== void 0 ? _a : {} });
|
|
36
168
|
if (typeof result === "string") {
|
|
37
|
-
newHeaders
|
|
169
|
+
newHeaders.set(key, result);
|
|
38
170
|
continue;
|
|
39
171
|
}
|
|
40
172
|
if (result == null) {
|
|
41
173
|
continue;
|
|
42
174
|
}
|
|
43
|
-
newHeaders
|
|
175
|
+
newHeaders.set(key, `${result}`);
|
|
44
176
|
}
|
|
45
177
|
return newHeaders;
|
|
46
178
|
});
|
|
47
179
|
}
|
|
48
180
|
function fetcherImpl(args) {
|
|
49
181
|
return __awaiter(this, void 0, void 0, function* () {
|
|
182
|
+
var _a, _b, _c;
|
|
50
183
|
const url = (0, createRequestUrl_1.createRequestUrl)(args.url, args.queryParameters);
|
|
51
184
|
const requestBody = yield (0, getRequestBody_1.getRequestBody)({
|
|
52
185
|
body: args.body,
|
|
53
|
-
type: args.requestType
|
|
186
|
+
type: (_a = args.requestType) !== null && _a !== void 0 ? _a : "other",
|
|
54
187
|
});
|
|
55
|
-
const fetchFn = yield (0, getFetchFn_1.getFetchFn)();
|
|
188
|
+
const fetchFn = (_b = args.fetchFn) !== null && _b !== void 0 ? _b : (yield (0, getFetchFn_1.getFetchFn)());
|
|
189
|
+
const headers = yield getHeaders(args);
|
|
190
|
+
const logger = (0, logger_1.createLogger)(args.logging);
|
|
191
|
+
if (logger.isDebug()) {
|
|
192
|
+
const metadata = {
|
|
193
|
+
method: args.method,
|
|
194
|
+
url: redactUrl(url),
|
|
195
|
+
headers: redactHeaders(headers),
|
|
196
|
+
queryParameters: redactQueryParameters(args.queryParameters),
|
|
197
|
+
hasBody: requestBody != null,
|
|
198
|
+
};
|
|
199
|
+
logger.debug("Making HTTP request", metadata);
|
|
200
|
+
}
|
|
56
201
|
try {
|
|
57
202
|
const response = yield (0, requestWithRetries_1.requestWithRetries)(() => __awaiter(this, void 0, void 0, function* () {
|
|
58
|
-
return (0, makeRequest_1.makeRequest)(fetchFn, url, args.method,
|
|
203
|
+
return (0, makeRequest_1.makeRequest)(fetchFn, url, args.method, headers, requestBody, args.timeoutMs, args.abortSignal, args.withCredentials, args.duplex);
|
|
59
204
|
}), args.maxRetries);
|
|
60
205
|
if (response.status >= 200 && response.status < 400) {
|
|
206
|
+
if (logger.isDebug()) {
|
|
207
|
+
const metadata = {
|
|
208
|
+
method: args.method,
|
|
209
|
+
url: redactUrl(url),
|
|
210
|
+
statusCode: response.status,
|
|
211
|
+
responseHeaders: redactHeaders(response.headers),
|
|
212
|
+
};
|
|
213
|
+
logger.debug("HTTP request succeeded", metadata);
|
|
214
|
+
}
|
|
61
215
|
return {
|
|
62
216
|
ok: true,
|
|
63
217
|
body: (yield (0, getResponseBody_1.getResponseBody)(response, args.responseType)),
|
|
@@ -66,6 +220,15 @@ function fetcherImpl(args) {
|
|
|
66
220
|
};
|
|
67
221
|
}
|
|
68
222
|
else {
|
|
223
|
+
if (logger.isError()) {
|
|
224
|
+
const metadata = {
|
|
225
|
+
method: args.method,
|
|
226
|
+
url: redactUrl(url),
|
|
227
|
+
statusCode: response.status,
|
|
228
|
+
responseHeaders: redactHeaders(Object.fromEntries(response.headers.entries())),
|
|
229
|
+
};
|
|
230
|
+
logger.error("HTTP request failed with error status", metadata);
|
|
231
|
+
}
|
|
69
232
|
return {
|
|
70
233
|
ok: false,
|
|
71
234
|
error: {
|
|
@@ -78,7 +241,14 @@ function fetcherImpl(args) {
|
|
|
78
241
|
}
|
|
79
242
|
}
|
|
80
243
|
catch (error) {
|
|
81
|
-
if (args.abortSignal
|
|
244
|
+
if ((_c = args.abortSignal) === null || _c === void 0 ? void 0 : _c.aborted) {
|
|
245
|
+
if (logger.isError()) {
|
|
246
|
+
const metadata = {
|
|
247
|
+
method: args.method,
|
|
248
|
+
url: redactUrl(url),
|
|
249
|
+
};
|
|
250
|
+
logger.error("HTTP request was aborted", metadata);
|
|
251
|
+
}
|
|
82
252
|
return {
|
|
83
253
|
ok: false,
|
|
84
254
|
error: {
|
|
@@ -89,6 +259,14 @@ function fetcherImpl(args) {
|
|
|
89
259
|
};
|
|
90
260
|
}
|
|
91
261
|
else if (error instanceof Error && error.name === "AbortError") {
|
|
262
|
+
if (logger.isError()) {
|
|
263
|
+
const metadata = {
|
|
264
|
+
method: args.method,
|
|
265
|
+
url: redactUrl(url),
|
|
266
|
+
timeoutMs: args.timeoutMs,
|
|
267
|
+
};
|
|
268
|
+
logger.error("HTTP request timed out", metadata);
|
|
269
|
+
}
|
|
92
270
|
return {
|
|
93
271
|
ok: false,
|
|
94
272
|
error: {
|
|
@@ -98,6 +276,14 @@ function fetcherImpl(args) {
|
|
|
98
276
|
};
|
|
99
277
|
}
|
|
100
278
|
else if (error instanceof Error) {
|
|
279
|
+
if (logger.isError()) {
|
|
280
|
+
const metadata = {
|
|
281
|
+
method: args.method,
|
|
282
|
+
url: redactUrl(url),
|
|
283
|
+
errorMessage: error.message,
|
|
284
|
+
};
|
|
285
|
+
logger.error("HTTP request failed with error", metadata);
|
|
286
|
+
}
|
|
101
287
|
return {
|
|
102
288
|
ok: false,
|
|
103
289
|
error: {
|
|
@@ -107,6 +293,14 @@ function fetcherImpl(args) {
|
|
|
107
293
|
rawResponse: RawResponse_1.unknownRawResponse,
|
|
108
294
|
};
|
|
109
295
|
}
|
|
296
|
+
if (logger.isError()) {
|
|
297
|
+
const metadata = {
|
|
298
|
+
method: args.method,
|
|
299
|
+
url: redactUrl(url),
|
|
300
|
+
error: (0, json_1.toJson)(error),
|
|
301
|
+
};
|
|
302
|
+
logger.error("HTTP request failed with unknown error", metadata);
|
|
303
|
+
}
|
|
110
304
|
return {
|
|
111
305
|
ok: false,
|
|
112
306
|
error: {
|
|
@@ -28,9 +28,10 @@ function getErrorResponseBody(response) {
|
|
|
28
28
|
case "application/ld+json":
|
|
29
29
|
case "application/problem+json":
|
|
30
30
|
case "application/vnd.api+json":
|
|
31
|
-
case "text/json":
|
|
31
|
+
case "text/json": {
|
|
32
32
|
const text = yield response.text();
|
|
33
33
|
return text.length > 0 ? (0, json_1.fromJson)(text) : undefined;
|
|
34
|
+
}
|
|
34
35
|
default:
|
|
35
36
|
if (contentType.startsWith("application/vnd.") && contentType.endsWith("+json")) {
|
|
36
37
|
const text = yield response.text();
|
|
@@ -59,7 +59,7 @@ function getFetchFn() {
|
|
|
59
59
|
}
|
|
60
60
|
// Otherwise the SDK uses global fetch if available,
|
|
61
61
|
// and falls back to node-fetch.
|
|
62
|
-
if (typeof fetch
|
|
62
|
+
if (typeof fetch === "function") {
|
|
63
63
|
return fetch;
|
|
64
64
|
}
|
|
65
65
|
// Defaults to node `node-fetch` if global fetch isn't available
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare namespace GetRequestBody {
|
|
2
2
|
interface Args {
|
|
3
3
|
body: unknown;
|
|
4
|
-
type: "json" | "file" | "bytes" | "other";
|
|
4
|
+
type: "json" | "file" | "bytes" | "form" | "other";
|
|
5
5
|
}
|
|
6
6
|
}
|
|
7
7
|
export declare function getRequestBody({ body, type }: GetRequestBody.Args): Promise<BodyInit | undefined>;
|
|
@@ -11,8 +11,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.getRequestBody = getRequestBody;
|
|
13
13
|
const json_1 = require("../json");
|
|
14
|
+
const qs_1 = require("../url/qs");
|
|
14
15
|
function getRequestBody(_a) {
|
|
15
16
|
return __awaiter(this, arguments, void 0, function* ({ body, type }) {
|
|
17
|
+
if (type === "form") {
|
|
18
|
+
return (0, qs_1.toQueryString)(body, { arrayFormat: "repeat", encode: true });
|
|
19
|
+
}
|
|
16
20
|
if (type.includes("json")) {
|
|
17
21
|
return (0, json_1.toJson)(body);
|
|
18
22
|
}
|
|
@@ -10,9 +10,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.getResponseBody = getResponseBody;
|
|
13
|
+
const json_1 = require("../json");
|
|
13
14
|
const BinaryResponse_1 = require("./BinaryResponse");
|
|
14
15
|
const ResponseWithBody_1 = require("./ResponseWithBody");
|
|
15
|
-
const json_1 = require("../json");
|
|
16
16
|
function getResponseBody(response, responseType) {
|
|
17
17
|
return __awaiter(this, void 0, void 0, function* () {
|
|
18
18
|
if (!(0, ResponseWithBody_1.isResponseWithBody)(response)) {
|
|
@@ -36,10 +36,10 @@ function getResponseBody(response, responseType) {
|
|
|
36
36
|
const text = yield response.text();
|
|
37
37
|
if (text.length > 0) {
|
|
38
38
|
try {
|
|
39
|
-
|
|
39
|
+
const responseBody = (0, json_1.fromJson)(text);
|
|
40
40
|
return responseBody;
|
|
41
41
|
}
|
|
42
|
-
catch (
|
|
42
|
+
catch (_err) {
|
|
43
43
|
return {
|
|
44
44
|
ok: false,
|
|
45
45
|
error: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const makeRequest: (fetchFn: (url: string, init: RequestInit) => Promise<Response>, url: string, method: string, headers: Record<string, string>, requestBody: BodyInit | undefined, timeoutMs?: number, abortSignal?: AbortSignal, withCredentials?: boolean, duplex?: "half") => Promise<Response>;
|
|
1
|
+
export declare const makeRequest: (fetchFn: (url: string, init: RequestInit) => Promise<Response>, url: string, method: string, headers: Headers | Record<string, string>, requestBody: BodyInit | undefined, timeoutMs?: number, abortSignal?: AbortSignal, withCredentials?: boolean, duplex?: "half") => Promise<Response>;
|
|
@@ -13,18 +13,16 @@ exports.makeRequest = void 0;
|
|
|
13
13
|
const signals_1 = require("./signals");
|
|
14
14
|
const makeRequest = (fetchFn, url, method, headers, requestBody, timeoutMs, abortSignal, withCredentials, duplex) => __awaiter(void 0, void 0, void 0, function* () {
|
|
15
15
|
const signals = [];
|
|
16
|
-
|
|
17
|
-
let timeoutAbortId = undefined;
|
|
16
|
+
let timeoutAbortId;
|
|
18
17
|
if (timeoutMs != null) {
|
|
19
18
|
const { signal, abortId } = (0, signals_1.getTimeoutSignal)(timeoutMs);
|
|
20
19
|
timeoutAbortId = abortId;
|
|
21
20
|
signals.push(signal);
|
|
22
21
|
}
|
|
23
|
-
// Add arbitrary signal
|
|
24
22
|
if (abortSignal != null) {
|
|
25
23
|
signals.push(abortSignal);
|
|
26
24
|
}
|
|
27
|
-
|
|
25
|
+
const newSignals = (0, signals_1.anySignal)(signals);
|
|
28
26
|
const response = yield fetchFn(url, {
|
|
29
27
|
method: method,
|
|
30
28
|
headers,
|
|
@@ -15,46 +15,38 @@ const MAX_RETRY_DELAY = 60000; // in milliseconds
|
|
|
15
15
|
const DEFAULT_MAX_RETRIES = 2;
|
|
16
16
|
const JITTER_FACTOR = 0.2; // 20% random jitter
|
|
17
17
|
function addPositiveJitter(delay) {
|
|
18
|
-
// Generate a random value between 0 and +JITTER_FACTOR
|
|
19
18
|
const jitterMultiplier = 1 + Math.random() * JITTER_FACTOR;
|
|
20
19
|
return delay * jitterMultiplier;
|
|
21
20
|
}
|
|
22
21
|
function addSymmetricJitter(delay) {
|
|
23
|
-
// Generate a random value in a JITTER_FACTOR-sized percentage range around delay
|
|
24
22
|
const jitterMultiplier = 1 + (Math.random() - 0.5) * JITTER_FACTOR;
|
|
25
23
|
return delay * jitterMultiplier;
|
|
26
24
|
}
|
|
27
25
|
function getRetryDelayFromHeaders(response, retryAttempt) {
|
|
28
|
-
// Check for Retry-After header first (RFC 7231), with no jitter
|
|
29
26
|
const retryAfter = response.headers.get("Retry-After");
|
|
30
27
|
if (retryAfter) {
|
|
31
|
-
// Parse as number of seconds...
|
|
32
28
|
const retryAfterSeconds = parseInt(retryAfter, 10);
|
|
33
|
-
if (!isNaN(retryAfterSeconds) && retryAfterSeconds > 0) {
|
|
29
|
+
if (!Number.isNaN(retryAfterSeconds) && retryAfterSeconds > 0) {
|
|
34
30
|
return Math.min(retryAfterSeconds * 1000, MAX_RETRY_DELAY);
|
|
35
31
|
}
|
|
36
|
-
// ...or as an HTTP date; both are valid
|
|
37
32
|
const retryAfterDate = new Date(retryAfter);
|
|
38
|
-
if (!isNaN(retryAfterDate.getTime())) {
|
|
33
|
+
if (!Number.isNaN(retryAfterDate.getTime())) {
|
|
39
34
|
const delay = retryAfterDate.getTime() - Date.now();
|
|
40
35
|
if (delay > 0) {
|
|
41
36
|
return Math.min(Math.max(delay, 0), MAX_RETRY_DELAY);
|
|
42
37
|
}
|
|
43
38
|
}
|
|
44
39
|
}
|
|
45
|
-
// Then check for industry-standard X-RateLimit-Reset header, with positive jitter
|
|
46
40
|
const rateLimitReset = response.headers.get("X-RateLimit-Reset");
|
|
47
41
|
if (rateLimitReset) {
|
|
48
42
|
const resetTime = parseInt(rateLimitReset, 10);
|
|
49
|
-
if (!isNaN(resetTime)) {
|
|
50
|
-
// Assume Unix timestamp in epoch seconds
|
|
43
|
+
if (!Number.isNaN(resetTime)) {
|
|
51
44
|
const delay = resetTime * 1000 - Date.now();
|
|
52
45
|
if (delay > 0) {
|
|
53
46
|
return addPositiveJitter(Math.min(delay, MAX_RETRY_DELAY));
|
|
54
47
|
}
|
|
55
48
|
}
|
|
56
49
|
}
|
|
57
|
-
// Fall back to exponential backoff, with symmetric jitter
|
|
58
50
|
return addSymmetricJitter(Math.min(INITIAL_RETRY_DELAY * Math.pow(2, retryAttempt), MAX_RETRY_DELAY));
|
|
59
51
|
}
|
|
60
52
|
function requestWithRetries(requestFn_1) {
|
|
@@ -62,7 +54,6 @@ function requestWithRetries(requestFn_1) {
|
|
|
62
54
|
let response = yield requestFn();
|
|
63
55
|
for (let i = 0; i < maxRetries; ++i) {
|
|
64
56
|
if ([408, 429].includes(response.status) || response.status >= 500) {
|
|
65
|
-
// Get delay with appropriate jitter applied
|
|
66
57
|
const delay = getRetryDelayFromHeaders(response, i);
|
|
67
58
|
yield new Promise((resolve) => setTimeout(resolve, delay));
|
|
68
59
|
response = yield requestFn();
|
|
@@ -2,10 +2,4 @@ export declare function getTimeoutSignal(timeoutMs: number): {
|
|
|
2
2
|
signal: AbortSignal;
|
|
3
3
|
abortId: NodeJS.Timeout;
|
|
4
4
|
};
|
|
5
|
-
/**
|
|
6
|
-
* Returns an abort signal that is getting aborted when
|
|
7
|
-
* at least one of the specified abort signals is aborted.
|
|
8
|
-
*
|
|
9
|
-
* Requires at least node.js 18.
|
|
10
|
-
*/
|
|
11
5
|
export declare function anySignal(...args: AbortSignal[] | [AbortSignal[]]): AbortSignal;
|
package/core/fetcher/signals.js
CHANGED
|
@@ -8,26 +8,14 @@ function getTimeoutSignal(timeoutMs) {
|
|
|
8
8
|
const abortId = setTimeout(() => controller.abort(TIMEOUT), timeoutMs);
|
|
9
9
|
return { signal: controller.signal, abortId };
|
|
10
10
|
}
|
|
11
|
-
/**
|
|
12
|
-
* Returns an abort signal that is getting aborted when
|
|
13
|
-
* at least one of the specified abort signals is aborted.
|
|
14
|
-
*
|
|
15
|
-
* Requires at least node.js 18.
|
|
16
|
-
*/
|
|
17
11
|
function anySignal(...args) {
|
|
18
|
-
// Allowing signals to be passed either as array
|
|
19
|
-
// of signals or as multiple arguments.
|
|
20
12
|
const signals = (args.length === 1 && Array.isArray(args[0]) ? args[0] : args);
|
|
21
13
|
const controller = new AbortController();
|
|
22
14
|
for (const signal of signals) {
|
|
23
15
|
if (signal.aborted) {
|
|
24
|
-
// Exiting early if one of the signals
|
|
25
|
-
// is already aborted.
|
|
26
16
|
controller.abort(signal === null || signal === void 0 ? void 0 : signal.reason);
|
|
27
17
|
break;
|
|
28
18
|
}
|
|
29
|
-
// Listening for signals and removing the listeners
|
|
30
|
-
// when at least one symbol is aborted.
|
|
31
19
|
signal.addEventListener("abort", () => controller.abort(signal === null || signal === void 0 ? void 0 : signal.reason), {
|
|
32
20
|
signal: controller.signal,
|
|
33
21
|
});
|
package/core/file/file.d.ts
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
|
-
import { Uploadable } from "./types";
|
|
1
|
+
import type { Uploadable } from "./types";
|
|
2
2
|
export declare function toBinaryUploadRequest(file: Uploadable): Promise<{
|
|
3
3
|
body: Uploadable.FileLike;
|
|
4
4
|
headers?: Record<string, string>;
|
|
5
5
|
}>;
|
|
6
|
+
export declare function toMultipartDataPart(file: Uploadable): Promise<{
|
|
7
|
+
data: Uploadable.FileLike;
|
|
8
|
+
filename?: string;
|
|
9
|
+
contentType?: string;
|
|
10
|
+
}>;
|