@elevenlabs/elevenlabs-js 2.24.0 → 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/README.md +3 -3
- package/api/errors/BadRequestError.d.ts +2 -2
- package/api/errors/ConflictError.d.ts +1 -1
- package/api/errors/ForbiddenError.d.ts +1 -1
- package/api/errors/NotFoundError.d.ts +1 -1
- package/api/errors/TooEarlyError.d.ts +1 -1
- package/api/errors/UnauthorizedError.d.ts +1 -1
- package/api/errors/UnprocessableEntityError.d.ts +2 -2
- package/api/errors/index.d.ts +2 -2
- package/api/errors/index.js +2 -2
- package/api/index.d.ts +1 -1
- package/api/index.js +1 -1
- package/api/resources/audioIsolation/client/Client.d.ts +3 -22
- package/api/resources/audioIsolation/client/Client.js +19 -15
- package/api/resources/audioIsolation/client/index.d.ts +0 -1
- package/api/resources/audioIsolation/client/requests/BodyAudioIsolationStreamV1AudioIsolationStreamPost.d.ts +3 -3
- package/api/resources/audioIsolation/client/requests/BodyAudioIsolationV1AudioIsolationPost.d.ts +3 -3
- package/api/resources/audioIsolation/client/requests/index.d.ts +2 -2
- package/api/resources/audioIsolation/index.d.ts +1 -1
- package/api/resources/audioIsolation/index.js +1 -1
- package/api/resources/audioNative/client/Client.d.ts +7 -26
- package/api/resources/audioNative/client/Client.js +35 -29
- package/api/resources/audioNative/client/index.d.ts +0 -1
- package/api/resources/audioNative/client/requests/BodyCreatesAudioNativeEnabledProjectV1AudioNativePost.d.ts +3 -3
- package/api/resources/audioNative/client/requests/BodyUpdateAudioNativeProjectContentV1AudioNativeProjectIdContentPost.d.ts +2 -2
- package/api/resources/audioNative/client/requests/index.d.ts +2 -2
- package/api/resources/audioNative/index.d.ts +1 -1
- package/api/resources/audioNative/index.js +1 -1
- package/api/resources/conversationalAi/client/Client.d.ts +18 -37
- package/api/resources/conversationalAi/client/Client.js +71 -63
- package/api/resources/conversationalAi/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/client/requests/BodyAddToKnowledgeBaseV1ConvaiKnowledgeBasePost.d.ts +2 -2
- package/api/resources/conversationalAi/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/index.d.ts +1 -1
- package/api/resources/conversationalAi/index.js +1 -1
- package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +19 -38
- package/api/resources/conversationalAi/resources/agents/client/Client.js +117 -99
- package/api/resources/conversationalAi/resources/agents/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +1 -1
- package/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +1 -1
- package/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.d.ts +1 -1
- package/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.d.ts +1 -1
- package/api/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +1 -1
- package/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +1 -1
- package/api/resources/conversationalAi/resources/agents/client/requests/index.d.ts +7 -7
- package/api/resources/conversationalAi/resources/agents/resources/index.d.ts +3 -3
- package/api/resources/conversationalAi/resources/agents/resources/index.js +4 -4
- package/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.d.ts +5 -24
- package/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +15 -13
- package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.d.ts +5 -24
- package/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +15 -13
- package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.d.ts +5 -24
- package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +16 -14
- package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.d.ts +5 -24
- package/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +17 -15
- package/api/resources/conversationalAi/resources/agents/resources/widget/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/agents/resources/widget/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.d.ts +5 -24
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +15 -13
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/requests/BodyPostAgentAvatarV1ConvaiAgentsAgentIdAvatarPost.d.ts +2 -2
- package/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +9 -28
- package/api/resources/conversationalAi/resources/batchCalls/client/Client.js +57 -47
- package/api/resources/conversationalAi/resources/batchCalls/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -2
- package/api/resources/conversationalAi/resources/batchCalls/client/requests/index.d.ts +2 -2
- package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +7 -26
- package/api/resources/conversationalAi/resources/conversations/client/Client.js +72 -62
- package/api/resources/conversationalAi/resources/conversations/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +1 -1
- package/api/resources/conversationalAi/resources/conversations/client/requests/index.d.ts +3 -3
- package/api/resources/conversationalAi/resources/conversations/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/conversations/index.js +1 -1
- package/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.d.ts +4 -23
- package/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +13 -11
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.d.ts +5 -24
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +16 -14
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/ConversationFeedbackRequestModel.d.ts +1 -1
- package/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/dashboard/client/Client.d.ts +2 -10
- package/api/resources/conversationalAi/resources/dashboard/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/dashboard/index.js +1 -1
- package/api/resources/conversationalAi/resources/dashboard/resources/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/dashboard/resources/index.js +1 -1
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.d.ts +3 -22
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +19 -15
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/PatchConvAiDashboardSettingsRequest.d.ts +1 -1
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/index.js +1 -1
- package/api/resources/conversationalAi/resources/dashboard/resources/settings/types/PatchConvAiDashboardSettingsRequestChartsItem.d.ts +1 -1
- package/api/resources/conversationalAi/resources/index.d.ts +22 -22
- package/api/resources/conversationalAi/resources/index.js +23 -23
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +4 -23
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +24 -22
- package/api/resources/conversationalAi/resources/knowledgeBase/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +1 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/index.js +1 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.d.ts +5 -24
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +15 -13
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/RagIndexRequestModel.d.ts +1 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +13 -32
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +94 -78
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFileDocumentV1ConvaiKnowledgeBaseFilePost.d.ts +2 -2
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +7 -7
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.js +1 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.d.ts +6 -25
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +16 -14
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.d.ts +1 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.d.ts +1 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/index.d.ts +3 -3
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/index.js +4 -4
- package/api/resources/conversationalAi/resources/llmUsage/client/Client.d.ts +3 -22
- package/api/resources/conversationalAi/resources/llmUsage/client/Client.js +11 -9
- package/api/resources/conversationalAi/resources/llmUsage/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/llmUsage/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +10 -29
- package/api/resources/conversationalAi/resources/mcpServers/client/Client.js +64 -54
- package/api/resources/conversationalAi/resources/mcpServers/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.d.ts +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +2 -2
- package/api/resources/conversationalAi/resources/mcpServers/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/index.js +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.d.ts +5 -24
- package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +15 -13
- package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.d.ts +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +3 -3
- package/api/resources/conversationalAi/resources/mcpServers/resources/index.js +4 -4
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.d.ts +8 -27
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +28 -24
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.d.ts +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.d.ts +14 -33
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +55 -47
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/index.d.ts +2 -2
- package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.d.ts +5 -24
- package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +15 -13
- package/api/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.d.ts +1 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +9 -28
- package/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +56 -46
- package/api/resources/conversationalAi/resources/phoneNumbers/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +1 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/index.js +1 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.d.ts +1 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.d.ts +1 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.d.ts +1 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.d.ts +1 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/types/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/phoneNumbers/types/index.js +1 -1
- package/api/resources/conversationalAi/resources/secrets/client/Client.d.ts +7 -26
- package/api/resources/conversationalAi/resources/secrets/client/Client.js +43 -35
- package/api/resources/conversationalAi/resources/secrets/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +2 -2
- package/api/resources/conversationalAi/resources/settings/client/Client.d.ts +3 -22
- package/api/resources/conversationalAi/resources/settings/client/Client.js +19 -15
- package/api/resources/conversationalAi/resources/settings/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +1 -1
- package/api/resources/conversationalAi/resources/settings/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/sipTrunk/client/Client.d.ts +3 -22
- package/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +11 -9
- package/api/resources/conversationalAi/resources/sipTrunk/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +1 -1
- package/api/resources/conversationalAi/resources/sipTrunk/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/tests/client/Client.d.ts +9 -28
- package/api/resources/conversationalAi/resources/tests/client/Client.js +66 -54
- package/api/resources/conversationalAi/resources/tests/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +1 -1
- package/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +1 -1
- package/api/resources/conversationalAi/resources/tests/client/requests/index.d.ts +4 -4
- package/api/resources/conversationalAi/resources/tests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/tests/index.js +1 -1
- package/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.d.ts +7 -26
- package/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +38 -32
- package/api/resources/conversationalAi/resources/tests/resources/invocations/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.d.ts +1 -1
- package/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/index.d.ts +2 -2
- package/api/resources/conversationalAi/resources/tools/client/Client.d.ts +15 -84
- package/api/resources/conversationalAi/resources/tools/client/Client.js +74 -112
- package/api/resources/conversationalAi/resources/tools/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/tools/client/requests/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/twilio/client/Client.d.ts +3 -22
- package/api/resources/conversationalAi/resources/twilio/client/Client.js +11 -9
- package/api/resources/conversationalAi/resources/twilio/client/index.d.ts +0 -1
- package/api/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +1 -1
- package/api/resources/conversationalAi/resources/twilio/client/requests/index.d.ts +1 -1
- package/api/resources/dubbing/client/Client.d.ts +8 -27
- package/api/resources/dubbing/client/Client.js +53 -45
- package/api/resources/dubbing/client/index.d.ts +0 -1
- package/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +6 -6
- package/api/resources/dubbing/client/requests/DubbingListRequest.d.ts +1 -1
- package/api/resources/dubbing/client/requests/index.d.ts +2 -2
- package/api/resources/dubbing/index.d.ts +2 -2
- package/api/resources/dubbing/index.js +2 -2
- package/api/resources/dubbing/resources/audio/client/Client.d.ts +4 -23
- package/api/resources/dubbing/resources/audio/client/Client.js +13 -11
- package/api/resources/dubbing/resources/index.d.ts +4 -3
- package/api/resources/dubbing/resources/index.js +5 -4
- package/api/resources/dubbing/resources/resource/client/Client.d.ts +14 -33
- package/api/resources/dubbing/resources/resource/client/Client.js +64 -54
- package/api/resources/dubbing/resources/resource/client/index.d.ts +0 -1
- package/api/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +1 -1
- package/api/resources/dubbing/resources/resource/client/requests/index.d.ts +4 -4
- package/api/resources/dubbing/resources/resource/index.d.ts +1 -0
- package/api/resources/dubbing/resources/resource/index.js +1 -0
- package/api/resources/dubbing/resources/resource/resources/index.d.ts +2 -2
- package/api/resources/dubbing/resources/resource/resources/index.js +2 -2
- package/api/resources/dubbing/resources/resource/resources/language/client/Client.d.ts +5 -24
- package/api/resources/dubbing/resources/resource/resources/language/client/Client.js +16 -14
- package/api/resources/dubbing/resources/resource/resources/language/client/index.d.ts +0 -1
- package/api/resources/dubbing/resources/resource/resources/language/client/requests/index.d.ts +1 -1
- package/api/resources/dubbing/resources/resource/resources/segment/client/Client.d.ts +9 -28
- package/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +30 -26
- package/api/resources/dubbing/resources/resource/resources/segment/client/index.d.ts +0 -1
- package/api/resources/dubbing/resources/resource/resources/segment/client/requests/index.d.ts +1 -1
- package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.d.ts +9 -28
- package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +30 -26
- package/api/resources/dubbing/resources/resource/resources/speaker/client/index.d.ts +0 -1
- package/api/resources/dubbing/resources/resource/resources/speaker/client/requests/index.d.ts +1 -1
- package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.d.ts +6 -25
- package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +16 -14
- package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/index.d.ts +0 -1
- package/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/index.d.ts +1 -1
- package/api/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.d.ts +4 -0
- package/api/resources/dubbing/resources/resource/types/index.d.ts +1 -0
- package/api/resources/{v1TextToSpeechVoiceIdMultiStreamInput → dubbing/resources/resource/types}/index.js +1 -1
- package/api/resources/dubbing/resources/transcript/client/Client.d.ts +9 -26
- package/api/resources/dubbing/resources/transcript/client/Client.js +30 -22
- package/api/resources/dubbing/resources/transcript/client/index.d.ts +0 -1
- package/api/resources/dubbing/resources/transcript/client/requests/TranscriptGetTranscriptForDubRequest.d.ts +5 -3
- package/api/resources/dubbing/resources/transcript/client/requests/index.d.ts +1 -1
- package/api/resources/dubbing/resources/transcript/index.d.ts +1 -1
- package/api/resources/dubbing/resources/transcript/index.js +1 -1
- package/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.d.ts +2 -1
- package/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.js +2 -1
- package/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.d.ts +2 -0
- package/api/resources/dubbing/resources/transcript/types/index.d.ts +1 -0
- package/api/resources/dubbing/resources/transcript/types/index.js +1 -0
- package/api/resources/dubbing/types/index.d.ts +1 -1
- package/api/resources/dubbing/types/index.js +1 -1
- package/api/resources/forcedAlignment/client/Client.d.ts +3 -22
- package/api/resources/forcedAlignment/client/Client.js +11 -9
- package/api/resources/forcedAlignment/client/index.d.ts +0 -1
- package/api/resources/forcedAlignment/client/requests/BodyCreateForcedAlignmentV1ForcedAlignmentPost.d.ts +2 -2
- package/api/resources/forcedAlignment/client/requests/index.d.ts +1 -1
- package/api/resources/history/client/Client.d.ts +8 -27
- package/api/resources/history/client/Client.js +63 -53
- package/api/resources/history/client/index.d.ts +0 -1
- package/api/resources/history/client/requests/DownloadHistoryRequest.d.ts +1 -2
- package/api/resources/history/client/requests/HistoryListRequest.d.ts +1 -1
- package/api/resources/history/client/requests/index.d.ts +2 -2
- package/api/resources/history/index.d.ts +1 -1
- package/api/resources/history/index.js +1 -1
- package/api/resources/index.d.ts +43 -47
- package/api/resources/index.js +44 -48
- package/api/resources/models/client/Client.d.ts +3 -22
- package/api/resources/models/client/Client.js +11 -9
- package/api/resources/music/client/Client.d.ts +3 -22
- package/api/resources/music/client/Client.js +41 -31
- package/api/resources/music/client/index.d.ts +0 -1
- package/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -10
- package/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +2 -9
- package/api/resources/music/client/requests/BodyStemSeparationV1MusicStemSeparationPost.d.ts +3 -3
- package/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +2 -9
- package/api/resources/music/client/requests/index.d.ts +4 -4
- package/api/resources/music/index.d.ts +1 -1
- package/api/resources/music/index.js +1 -1
- package/api/resources/music/resources/compositionPlan/client/Client.d.ts +3 -22
- package/api/resources/music/resources/compositionPlan/client/Client.js +11 -9
- package/api/resources/music/resources/compositionPlan/client/index.d.ts +0 -1
- package/api/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.d.ts +1 -1
- package/api/resources/music/resources/compositionPlan/client/requests/index.d.ts +1 -1
- package/api/resources/music/types/index.d.ts +2 -2
- package/api/resources/music/types/index.js +2 -2
- package/api/resources/pronunciationDictionaries/client/Client.d.ts +8 -27
- package/api/resources/pronunciationDictionaries/client/Client.js +67 -55
- package/api/resources/pronunciationDictionaries/client/index.d.ts +0 -1
- package/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromFilePost.d.ts +3 -3
- package/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost.d.ts +1 -1
- package/api/resources/pronunciationDictionaries/client/requests/PronunciationDictionariesListRequest.d.ts +1 -1
- package/api/resources/pronunciationDictionaries/client/requests/index.d.ts +4 -4
- package/api/resources/pronunciationDictionaries/index.d.ts +2 -2
- package/api/resources/pronunciationDictionaries/index.js +2 -2
- package/api/resources/pronunciationDictionaries/resources/index.d.ts +1 -1
- package/api/resources/pronunciationDictionaries/resources/index.js +1 -1
- package/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +7 -26
- package/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +27 -23
- package/api/resources/pronunciationDictionaries/resources/rules/client/index.d.ts +0 -1
- package/api/resources/pronunciationDictionaries/resources/rules/client/requests/PronunciationDictionary.d.ts +1 -1
- package/api/resources/pronunciationDictionaries/resources/rules/client/requests/index.d.ts +2 -2
- package/api/resources/pronunciationDictionaries/resources/rules/index.d.ts +1 -1
- package/api/resources/pronunciationDictionaries/resources/rules/index.js +1 -1
- package/api/resources/pronunciationDictionaries/resources/rules/types/PronunciationDictionaryRule.d.ts +1 -1
- package/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostRulesItem.d.ts +1 -1
- package/api/resources/pronunciationDictionaries/types/index.d.ts +1 -1
- package/api/resources/pronunciationDictionaries/types/index.js +1 -1
- package/api/resources/samples/client/Client.d.ts +6 -25
- package/api/resources/samples/client/Client.js +16 -14
- package/api/resources/serviceAccounts/client/Client.d.ts +3 -22
- package/api/resources/serviceAccounts/client/Client.js +11 -9
- package/api/resources/serviceAccounts/index.d.ts +1 -1
- package/api/resources/serviceAccounts/index.js +1 -1
- package/api/resources/serviceAccounts/resources/apiKeys/client/Client.d.ts +13 -32
- package/api/resources/serviceAccounts/resources/apiKeys/client/Client.js +53 -45
- package/api/resources/serviceAccounts/resources/apiKeys/client/index.d.ts +0 -1
- package/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +1 -1
- package/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +1 -1
- package/api/resources/serviceAccounts/resources/apiKeys/client/requests/index.d.ts +2 -2
- package/api/resources/serviceAccounts/resources/apiKeys/index.d.ts +1 -1
- package/api/resources/serviceAccounts/resources/apiKeys/index.js +1 -1
- package/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +1 -1
- package/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +1 -1
- package/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +2 -2
- package/api/resources/serviceAccounts/resources/apiKeys/types/index.js +2 -2
- package/api/resources/serviceAccounts/resources/index.d.ts +1 -1
- package/api/resources/serviceAccounts/resources/index.js +1 -1
- package/api/resources/speechToSpeech/client/Client.d.ts +5 -24
- package/api/resources/speechToSpeech/client/Client.js +31 -27
- package/api/resources/speechToSpeech/client/index.d.ts +0 -1
- package/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechStreamingV1SpeechToSpeechVoiceIdStreamPost.d.ts +3 -3
- package/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost.d.ts +3 -3
- package/api/resources/speechToSpeech/client/requests/index.d.ts +2 -2
- package/api/resources/speechToSpeech/index.d.ts +1 -1
- package/api/resources/speechToSpeech/index.js +1 -1
- package/api/resources/speechToSpeech/types/index.d.ts +2 -2
- package/api/resources/speechToSpeech/types/index.js +2 -2
- package/api/resources/speechToText/client/Client.d.ts +3 -22
- package/api/resources/speechToText/client/Client.js +13 -11
- package/api/resources/speechToText/client/index.d.ts +0 -1
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +3 -3
- package/api/resources/speechToText/client/requests/index.d.ts +1 -1
- package/api/resources/speechToText/index.d.ts +2 -2
- package/api/resources/speechToText/index.js +2 -2
- package/api/resources/speechToText/resources/transcripts/client/Client.d.ts +7 -26
- package/api/resources/speechToText/resources/transcripts/client/Client.js +27 -23
- package/api/resources/speechToText/resources/transcripts/index.d.ts +1 -1
- package/api/resources/speechToText/resources/transcripts/index.js +1 -1
- package/api/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.d.ts +1 -1
- package/api/resources/speechToText/types/SpeechToTextConvertResponse.d.ts +1 -1
- package/api/resources/speechToText/types/index.d.ts +1 -1
- package/api/resources/speechToText/types/index.js +1 -1
- package/api/resources/studio/client/Client.d.ts +3 -22
- package/api/resources/studio/client/Client.js +11 -9
- package/api/resources/studio/client/index.d.ts +0 -1
- package/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +1 -1
- package/api/resources/studio/client/requests/index.d.ts +1 -1
- package/api/resources/studio/index.d.ts +2 -2
- package/api/resources/studio/index.js +2 -2
- package/api/resources/studio/resources/index.d.ts +1 -1
- package/api/resources/studio/resources/index.js +1 -1
- package/api/resources/studio/resources/projects/client/Client.d.ts +13 -32
- package/api/resources/studio/resources/projects/client/Client.js +75 -63
- package/api/resources/studio/resources/projects/client/index.d.ts +0 -1
- package/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +3 -3
- package/api/resources/studio/resources/projects/client/requests/index.d.ts +3 -3
- package/api/resources/studio/resources/projects/index.d.ts +1 -1
- package/api/resources/studio/resources/projects/index.js +1 -1
- package/api/resources/studio/resources/projects/resources/chapters/client/Client.d.ts +19 -38
- package/api/resources/studio/resources/projects/resources/chapters/client/Client.js +80 -68
- package/api/resources/studio/resources/projects/resources/chapters/client/index.d.ts +0 -1
- package/api/resources/studio/resources/projects/resources/chapters/client/requests/BodyUpdateChapterV1StudioProjectsProjectIdChaptersChapterIdPost.d.ts +1 -1
- package/api/resources/studio/resources/projects/resources/chapters/client/requests/index.d.ts +2 -2
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.d.ts +11 -30
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +42 -36
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/index.d.ts +0 -1
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +1 -3
- package/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/index.d.ts +1 -1
- package/api/resources/studio/resources/projects/resources/content/client/Client.d.ts +5 -24
- package/api/resources/studio/resources/projects/resources/content/client/Client.js +15 -13
- package/api/resources/studio/resources/projects/resources/content/client/index.d.ts +0 -1
- package/api/resources/studio/resources/projects/resources/content/client/requests/BodyUpdateStudioProjectContentV1StudioProjectsProjectIdContentPost.d.ts +2 -2
- package/api/resources/studio/resources/projects/resources/content/client/requests/index.d.ts +1 -1
- package/api/resources/studio/resources/projects/resources/index.d.ts +5 -5
- package/api/resources/studio/resources/projects/resources/index.js +6 -6
- package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.d.ts +5 -24
- package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +15 -13
- package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/index.d.ts +0 -1
- package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/BodyCreatePronunciationDictionariesV1StudioProjectsProjectIdPronunciationDictionariesPost.d.ts +1 -1
- package/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/index.d.ts +1 -1
- package/api/resources/studio/resources/projects/resources/snapshots/client/Client.d.ts +10 -29
- package/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +51 -43
- package/api/resources/studio/resources/projects/resources/snapshots/client/index.d.ts +0 -1
- package/api/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +1 -3
- package/api/resources/studio/resources/projects/resources/snapshots/client/requests/index.d.ts +1 -1
- package/api/resources/studio/resources/projects/types/index.d.ts +2 -2
- package/api/resources/studio/resources/projects/types/index.js +2 -2
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.d.ts +1 -1
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSource.d.ts +1 -1
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceItem.d.ts +1 -1
- package/api/resources/studio/types/index.d.ts +4 -4
- package/api/resources/studio/types/index.js +4 -4
- package/api/resources/textToDialogue/client/Client.d.ts +3 -22
- package/api/resources/textToDialogue/client/Client.js +41 -37
- package/api/resources/textToDialogue/client/index.d.ts +0 -1
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +1 -1
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -1
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +1 -1
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
- package/api/resources/textToDialogue/client/requests/index.d.ts +4 -4
- package/api/resources/textToDialogue/index.d.ts +1 -1
- package/api/resources/textToDialogue/index.js +1 -1
- package/api/resources/textToDialogue/types/index.d.ts +5 -5
- package/api/resources/textToDialogue/types/index.js +5 -5
- package/api/resources/textToSoundEffects/client/Client.d.ts +3 -22
- package/api/resources/textToSoundEffects/client/Client.js +12 -10
- package/api/resources/textToSoundEffects/client/index.d.ts +0 -1
- package/api/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +1 -1
- package/api/resources/textToSoundEffects/client/requests/index.d.ts +1 -1
- package/api/resources/textToSoundEffects/index.d.ts +1 -1
- package/api/resources/textToSoundEffects/index.js +1 -1
- package/api/resources/textToSpeech/client/Client.d.ts +8 -27
- package/api/resources/textToSpeech/client/Client.js +64 -55
- package/api/resources/textToSpeech/client/index.d.ts +0 -1
- package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/index.d.ts +4 -4
- package/api/resources/textToSpeech/index.d.ts +1 -1
- package/api/resources/textToSpeech/index.js +1 -1
- package/api/resources/textToSpeech/types/index.d.ts +4 -4
- package/api/resources/textToSpeech/types/index.js +4 -4
- package/api/resources/textToVoice/client/Client.d.ts +5 -24
- package/api/resources/textToVoice/client/Client.js +42 -34
- package/api/resources/textToVoice/client/index.d.ts +0 -1
- package/api/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +1 -1
- package/api/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +1 -1
- package/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +1 -1
- package/api/resources/textToVoice/client/requests/index.d.ts +4 -4
- package/api/resources/textToVoice/index.d.ts +1 -1
- package/api/resources/textToVoice/index.js +1 -1
- package/api/resources/textToVoice/resources/preview/client/Client.d.ts +4 -23
- package/api/resources/textToVoice/resources/preview/client/Client.js +13 -11
- package/api/resources/textToVoice/types/index.d.ts +1 -1
- package/api/resources/textToVoice/types/index.js +1 -1
- package/api/resources/tokens/client/Client.d.ts +2 -10
- package/api/resources/tokens/resources/singleUse/client/Client.d.ts +5 -24
- package/api/resources/tokens/resources/singleUse/client/Client.js +15 -13
- package/api/resources/usage/client/Client.d.ts +3 -22
- package/api/resources/usage/client/Client.js +20 -16
- package/api/resources/usage/client/index.d.ts +0 -1
- package/api/resources/usage/client/requests/UsageGetRequest.d.ts +1 -1
- package/api/resources/usage/client/requests/index.d.ts +1 -1
- package/api/resources/user/client/Client.d.ts +3 -22
- package/api/resources/user/client/Client.js +11 -9
- package/api/resources/user/resources/subscription/client/Client.d.ts +3 -22
- package/api/resources/user/resources/subscription/client/Client.js +11 -9
- package/api/resources/voices/client/Client.d.ts +13 -32
- package/api/resources/voices/client/Client.js +127 -111
- package/api/resources/voices/client/index.d.ts +0 -1
- package/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.d.ts +2 -2
- package/api/resources/voices/client/requests/BodyGetSimilarLibraryVoicesV1SimilarVoicesPost.d.ts +2 -2
- package/api/resources/voices/client/requests/VoicesGetSharedRequest.d.ts +1 -1
- package/api/resources/voices/client/requests/index.d.ts +7 -7
- package/api/resources/voices/index.d.ts +1 -1
- package/api/resources/voices/index.js +1 -1
- package/api/resources/voices/resources/index.d.ts +3 -3
- package/api/resources/voices/resources/index.js +4 -4
- package/api/resources/voices/resources/ivc/client/Client.d.ts +3 -22
- package/api/resources/voices/resources/ivc/client/Client.js +11 -9
- package/api/resources/voices/resources/ivc/client/index.d.ts +0 -1
- package/api/resources/voices/resources/ivc/client/requests/BodyAddVoiceV1VoicesAddPost.d.ts +2 -2
- package/api/resources/voices/resources/ivc/client/requests/index.d.ts +1 -1
- package/api/resources/voices/resources/pvc/client/Client.d.ts +7 -26
- package/api/resources/voices/resources/pvc/client/Client.js +37 -31
- package/api/resources/voices/resources/pvc/client/index.d.ts +0 -1
- package/api/resources/voices/resources/pvc/client/requests/index.d.ts +3 -3
- package/api/resources/voices/resources/pvc/resources/index.d.ts +1 -1
- package/api/resources/voices/resources/pvc/resources/index.js +1 -1
- package/api/resources/voices/resources/pvc/resources/samples/client/Client.d.ts +12 -31
- package/api/resources/voices/resources/pvc/resources/samples/client/Client.js +46 -40
- package/api/resources/voices/resources/pvc/resources/samples/client/index.d.ts +0 -1
- package/api/resources/voices/resources/pvc/resources/samples/client/requests/BodyAddSamplesToPvcVoiceV1VoicesPvcVoiceIdSamplesPost.d.ts +2 -2
- package/api/resources/voices/resources/pvc/resources/samples/client/requests/index.d.ts +2 -2
- package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.d.ts +6 -25
- package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +18 -16
- package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/index.d.ts +0 -1
- package/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/requests/index.d.ts +1 -1
- package/api/resources/voices/resources/pvc/resources/samples/resources/index.d.ts +2 -2
- package/api/resources/voices/resources/pvc/resources/samples/resources/index.js +3 -3
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.d.ts +9 -28
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +29 -25
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.d.ts +7 -26
- package/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +17 -15
- package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.d.ts +6 -25
- package/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +16 -14
- package/api/resources/voices/resources/pvc/resources/verification/client/Client.d.ts +5 -24
- package/api/resources/voices/resources/pvc/resources/verification/client/Client.js +15 -13
- package/api/resources/voices/resources/pvc/resources/verification/client/index.d.ts +0 -1
- package/api/resources/voices/resources/pvc/resources/verification/client/requests/BodyRequestManualVerificationV1VoicesPvcVoiceIdVerificationPost.d.ts +2 -2
- package/api/resources/voices/resources/pvc/resources/verification/client/requests/index.d.ts +1 -1
- package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.d.ts +7 -26
- package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +26 -22
- package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/index.d.ts +0 -1
- package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/requests/BodyVerifyPvcVoiceCaptchaV1VoicesPvcVoiceIdCaptchaPost.d.ts +2 -2
- package/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/requests/index.d.ts +1 -1
- package/api/resources/voices/resources/samples/client/Client.d.ts +2 -10
- package/api/resources/voices/resources/samples/resources/audio/client/Client.d.ts +4 -23
- package/api/resources/voices/resources/samples/resources/audio/client/Client.js +13 -11
- package/api/resources/voices/resources/settings/client/Client.d.ts +7 -26
- package/api/resources/voices/resources/settings/client/Client.js +35 -29
- package/api/resources/webhooks/client/Client.d.ts +3 -22
- package/api/resources/webhooks/client/Client.js +12 -10
- package/api/resources/webhooks/client/index.d.ts +0 -1
- package/api/resources/webhooks/client/requests/index.d.ts +1 -1
- package/api/resources/workspace/client/Client.d.ts +2 -10
- package/api/resources/workspace/index.d.ts +1 -1
- package/api/resources/workspace/index.js +1 -1
- package/api/resources/workspace/resources/groups/client/Client.d.ts +3 -22
- package/api/resources/workspace/resources/groups/client/Client.js +12 -10
- package/api/resources/workspace/resources/groups/client/index.d.ts +0 -1
- package/api/resources/workspace/resources/groups/client/requests/index.d.ts +1 -1
- package/api/resources/workspace/resources/groups/resources/members/client/Client.d.ts +7 -26
- package/api/resources/workspace/resources/groups/resources/members/client/Client.js +27 -23
- package/api/resources/workspace/resources/groups/resources/members/client/index.d.ts +0 -1
- package/api/resources/workspace/resources/groups/resources/members/client/requests/index.d.ts +2 -2
- package/api/resources/workspace/resources/index.d.ts +5 -5
- package/api/resources/workspace/resources/index.js +6 -6
- package/api/resources/workspace/resources/invites/client/Client.d.ts +3 -22
- package/api/resources/workspace/resources/invites/client/Client.js +27 -21
- package/api/resources/workspace/resources/invites/client/index.d.ts +0 -1
- package/api/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +1 -1
- package/api/resources/workspace/resources/invites/client/requests/index.d.ts +3 -3
- package/api/resources/workspace/resources/invites/index.d.ts +1 -1
- package/api/resources/workspace/resources/invites/index.js +1 -1
- package/api/resources/workspace/resources/members/client/Client.d.ts +3 -22
- package/api/resources/workspace/resources/members/client/Client.js +11 -9
- package/api/resources/workspace/resources/members/client/index.d.ts +0 -1
- package/api/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +1 -1
- package/api/resources/workspace/resources/members/client/requests/index.d.ts +1 -1
- package/api/resources/workspace/resources/members/index.d.ts +1 -1
- package/api/resources/workspace/resources/members/index.js +1 -1
- package/api/resources/workspace/resources/resources/client/Client.d.ts +9 -28
- package/api/resources/workspace/resources/resources/client/Client.js +40 -34
- package/api/resources/workspace/resources/resources/client/index.d.ts +0 -1
- package/api/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.d.ts +1 -1
- package/api/resources/workspace/resources/resources/client/requests/BodyUnshareWorkspaceResourceV1WorkspaceResourcesResourceIdUnsharePost.d.ts +1 -1
- package/api/resources/workspace/resources/resources/client/requests/ResourcesGetRequest.d.ts +1 -1
- package/api/resources/workspace/resources/resources/client/requests/index.d.ts +3 -3
- package/api/resources/workspace/resources/resources/index.d.ts +1 -1
- package/api/resources/workspace/resources/resources/index.js +1 -1
- package/api/types/AddChapterResponseModel.d.ts +1 -1
- package/api/types/AddProjectResponseModel.d.ts +1 -1
- package/api/types/AddPronunciationDictionaryResponseModel.d.ts +1 -1
- package/api/types/AdditionalFormats.d.ts +1 -1
- package/api/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +1 -1
- package/api/types/AgentConfig.d.ts +1 -1
- package/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -1
- package/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
- package/api/types/AgentConfigOverrideConfig.d.ts +1 -1
- package/api/types/AgentConfigOverrideInput.d.ts +1 -1
- package/api/types/AgentConfigOverrideOutput.d.ts +1 -1
- package/api/types/AgentPlatformSettingsRequestModel.d.ts +1 -1
- package/api/types/AgentPlatformSettingsResponseModel.d.ts +1 -1
- package/api/types/AgentSimulatedChatTestResponseModel.d.ts +1 -1
- package/api/types/AgentSummaryResponseModel.d.ts +1 -1
- package/api/types/AgentTestingSettings.d.ts +1 -1
- package/api/types/AgentWorkflowRequestModel.d.ts +1 -1
- package/api/types/AgentWorkflowRequestModelNodesValue.d.ts +1 -1
- package/api/types/AgentWorkflowResponseModel.d.ts +1 -1
- package/api/types/AgentWorkflowResponseModelNodesValue.d.ts +1 -1
- package/api/types/AgentWorkspaceOverridesInput.d.ts +1 -1
- package/api/types/AgentWorkspaceOverridesOutput.d.ts +1 -1
- package/api/types/ApiIntegrationWebhookOverridesInput.d.ts +1 -1
- package/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +1 -1
- package/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +1 -1
- package/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +1 -1
- package/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +1 -1
- package/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +1 -1
- package/api/types/ArrayJsonSchemaPropertyInput.d.ts +1 -1
- package/api/types/ArrayJsonSchemaPropertyInputItems.d.ts +1 -1
- package/api/types/ArrayJsonSchemaPropertyOutput.d.ts +1 -1
- package/api/types/ArrayJsonSchemaPropertyOutputItems.d.ts +1 -1
- package/api/types/AsrConversationalConfig.d.ts +1 -1
- package/api/types/AsrConversationalConfigWorkflowOverride.d.ts +1 -1
- package/api/types/AstAndOperatorNodeInput.d.ts +1 -1
- package/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +1 -1
- package/api/types/AstAndOperatorNodeOutput.d.ts +1 -1
- package/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +1 -1
- package/api/types/AstEqualsOperatorNodeInput.d.ts +1 -1
- package/api/types/AstEqualsOperatorNodeInputLeft.d.ts +1 -1
- package/api/types/AstEqualsOperatorNodeInputRight.d.ts +1 -1
- package/api/types/AstEqualsOperatorNodeOutput.d.ts +1 -1
- package/api/types/AstEqualsOperatorNodeOutputLeft.d.ts +1 -1
- package/api/types/AstEqualsOperatorNodeOutputRight.d.ts +1 -1
- package/api/types/AstGreaterThanOperatorNodeInput.d.ts +1 -1
- package/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +1 -1
- package/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +1 -1
- package/api/types/AstGreaterThanOperatorNodeOutput.d.ts +1 -1
- package/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +1 -1
- package/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +1 -1
- package/api/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +1 -1
- package/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +1 -1
- package/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +1 -1
- package/api/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +1 -1
- package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +1 -1
- package/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +1 -1
- package/api/types/AstLessThanOperatorNodeInput.d.ts +1 -1
- package/api/types/AstLessThanOperatorNodeInputLeft.d.ts +1 -1
- package/api/types/AstLessThanOperatorNodeInputRight.d.ts +1 -1
- package/api/types/AstLessThanOperatorNodeOutput.d.ts +1 -1
- package/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +1 -1
- package/api/types/AstLessThanOperatorNodeOutputRight.d.ts +1 -1
- package/api/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +1 -1
- package/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +1 -1
- package/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +1 -1
- package/api/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +1 -1
- package/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +1 -1
- package/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +1 -1
- package/api/types/AstNotEqualsOperatorNodeInput.d.ts +1 -1
- package/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +1 -1
- package/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +1 -1
- package/api/types/AstNotEqualsOperatorNodeOutput.d.ts +1 -1
- package/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +1 -1
- package/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +1 -1
- package/api/types/AstOrOperatorNodeInput.d.ts +1 -1
- package/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +1 -1
- package/api/types/AstOrOperatorNodeOutput.d.ts +1 -1
- package/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +1 -1
- package/api/types/AsyncConversationMetadata.d.ts +1 -1
- package/api/types/AudioNativeProjectSettingsResponseModel.d.ts +1 -1
- package/api/types/AudioWithTimestampsAndVoiceSegmentsResponseModel.d.ts +1 -1
- package/api/types/AudioWithTimestampsResponse.d.ts +1 -1
- package/api/types/AuthSettings.d.ts +1 -1
- package/api/types/BackupLlmDefault.d.ts +1 -2
- package/api/types/BackupLlmDisabled.d.ts +1 -2
- package/api/types/BackupLlmOverride.d.ts +1 -1
- package/api/types/BatchCallDetailedResponse.d.ts +1 -2
- package/api/types/BatchCallResponse.d.ts +1 -2
- package/api/types/BatchCallWhatsAppParams.d.ts +5 -0
- package/api/types/BuiltInToolsInput.d.ts +1 -1
- package/api/types/BuiltInToolsOutput.d.ts +1 -1
- package/api/types/BuiltInToolsWorkflowOverrideInput.d.ts +1 -1
- package/api/types/BuiltInToolsWorkflowOverrideOutput.d.ts +1 -1
- package/api/types/CanvasPlacement.d.ts +13 -0
- package/api/types/CaptionStyleCharacterAnimationModel.d.ts +1 -1
- package/api/types/CaptionStyleHorizontalPlacementModel.d.ts +1 -1
- package/api/types/CaptionStyleModel.d.ts +1 -1
- package/api/types/CaptionStyleSectionAnimationModel.d.ts +1 -1
- package/api/types/CaptionStyleVerticalPlacementModel.d.ts +1 -1
- package/api/types/CaptionStyleWordAnimationModel.d.ts +1 -1
- package/api/types/ChapterContentBlockExtendableNodeResponseModel.d.ts +1 -2
- package/api/types/ChapterContentBlockInputModel.d.ts +1 -1
- package/api/types/ChapterContentBlockResponseModel.d.ts +1 -1
- package/api/types/ChapterContentBlockResponseModelNodesItem.d.ts +1 -1
- package/api/types/ChapterContentInputModel.d.ts +1 -1
- package/api/types/ChapterContentResponseModel.d.ts +1 -1
- package/api/types/ChapterResponse.d.ts +3 -1
- package/api/types/ChapterSnapshotExtendedResponseModel.d.ts +1 -1
- package/api/types/ChapterSnapshotsResponse.d.ts +1 -1
- package/api/types/ChapterWithContentResponseModel.d.ts +3 -1
- package/api/types/ClientEvent.d.ts +1 -0
- package/api/types/ClientEvent.js +1 -0
- package/api/types/ClientToolConfigInput.d.ts +1 -1
- package/api/types/ClientToolConfigOutput.d.ts +1 -1
- package/api/types/ConvAiStoredSecretDependencies.d.ts +1 -1
- package/api/types/ConvAiStoredSecretDependenciesAgentsItem.d.ts +1 -1
- package/api/types/ConvAiStoredSecretDependenciesToolsItem.d.ts +1 -1
- package/api/types/ConvAiWebhooks.d.ts +1 -1
- package/api/types/ConvAiWorkspaceStoredSecretConfig.d.ts +1 -1
- package/api/types/ConversationChargingCommonModel.d.ts +1 -1
- package/api/types/ConversationConfig.d.ts +1 -1
- package/api/types/ConversationConfigClientOverrideConfigInput.d.ts +1 -1
- package/api/types/ConversationConfigClientOverrideConfigOutput.d.ts +1 -1
- package/api/types/ConversationConfigClientOverrideInput.d.ts +1 -1
- package/api/types/ConversationConfigClientOverrideOutput.d.ts +1 -1
- package/api/types/ConversationConfigWorkflowOverride.d.ts +1 -1
- package/api/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -1
- package/api/types/ConversationHistoryEvaluationCriteriaResultCommonModel.d.ts +1 -1
- package/api/types/ConversationHistoryFeedbackCommonModel.d.ts +1 -1
- package/api/types/ConversationHistoryMetadataCommonModel.d.ts +1 -1
- package/api/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +1 -1
- package/api/types/ConversationHistoryMetadataCommonModelPhoneCall.d.ts +1 -1
- package/api/types/ConversationHistoryMultivoiceMessageModel.d.ts +1 -1
- package/api/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptToolCallCommonModel.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptToolCallCommonModelToolDetails.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -1
- package/api/types/ConversationHistoryTwilioPhoneCallModel.d.ts +1 -1
- package/api/types/ConversationInitiationClientDataConfigInput.d.ts +1 -1
- package/api/types/ConversationInitiationClientDataConfigOutput.d.ts +1 -1
- package/api/types/ConversationInitiationClientDataInternal.d.ts +1 -1
- package/api/types/ConversationInitiationClientDataRequestInput.d.ts +1 -1
- package/api/types/ConversationInitiationClientDataRequestOutput.d.ts +1 -1
- package/api/types/ConversationInitiationClientDataWebhook.d.ts +1 -1
- package/api/types/ConversationInitiationClientDataWebhookRequestHeadersValue.d.ts +1 -1
- package/api/types/ConversationInitiationSourceInfo.d.ts +1 -1
- package/api/types/ConversationSimulationSpecification.d.ts +1 -1
- package/api/types/ConversationSummaryResponseModel.d.ts +1 -1
- package/api/types/ConversationTokenDbModel.d.ts +1 -1
- package/api/types/ConversationTurnMetrics.d.ts +1 -1
- package/api/types/ConversationalConfig.d.ts +1 -1
- package/api/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +1 -1
- package/api/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
- package/api/types/CreateSipTrunkPhoneNumberRequest.d.ts +1 -1
- package/api/types/CreateTwilioPhoneNumberRequest.d.ts +1 -1
- package/api/types/CustomLlm.d.ts +1 -1
- package/api/types/CustomLlmRequestHeadersValue.d.ts +1 -1
- package/api/types/DataCollectionResultCommonModel.d.ts +1 -1
- package/api/types/DefaultConversationInitiationTrigger.d.ts +1 -2
- package/api/types/DependentAvailableAgentIdentifier.d.ts +1 -1
- package/api/types/DependentAvailableToolIdentifier.d.ts +1 -1
- package/api/types/DependentPhoneNumberIdentifier.d.ts +1 -1
- package/api/types/DependentUnknownAgentIdentifier.d.ts +1 -2
- package/api/types/DependentUnknownToolIdentifier.d.ts +1 -2
- package/api/types/DetailedMusicResponse.d.ts +1 -1
- package/api/types/DubbedSegment.d.ts +1 -1
- package/api/types/DubbingMetadataPageResponseModel.d.ts +1 -1
- package/api/types/DubbingMetadataResponse.d.ts +1 -1
- package/api/types/DubbingModel.d.ts +5 -0
- package/api/types/DubbingModel.js +8 -0
- package/api/types/DubbingResource.d.ts +1 -1
- package/api/types/DubbingTranscriptCharacter.d.ts +5 -0
- package/api/types/DubbingTranscriptResponseModel.d.ts +5 -0
- package/api/types/DubbingTranscriptUtterance.d.ts +7 -0
- package/api/types/DubbingTranscriptWord.d.ts +8 -0
- package/api/types/DynamicVariablesConfig.d.ts +1 -1
- package/api/types/DynamicVariablesConfigWorkflowOverride.d.ts +1 -1
- package/api/types/EditChapterResponseModel.d.ts +1 -1
- package/api/types/EditProjectResponseModel.d.ts +1 -1
- package/api/types/EndCallToolConfig.d.ts +1 -2
- package/api/types/EvaluationSettings.d.ts +1 -1
- package/api/types/ExportOptions.d.ts +1 -1
- package/api/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +1 -1
- package/api/types/FeaturesUsageCommonModel.d.ts +1 -1
- package/api/types/FineTuningResponse.d.ts +1 -1
- package/api/types/ForcedAlignmentResponseModel.d.ts +1 -1
- package/api/types/GenerateVoiceRequest.d.ts +1 -1
- package/api/types/GetAgentEmbedResponseModel.d.ts +1 -1
- package/api/types/GetAgentLinkResponseModel.d.ts +1 -1
- package/api/types/GetAgentResponseModel.d.ts +1 -5
- package/api/types/GetAgentResponseModelPhoneNumbersItem.d.ts +1 -1
- package/api/types/GetAgentsPageResponseModel.d.ts +1 -1
- package/api/types/GetAudioNativeProjectSettingsResponseModel.d.ts +1 -1
- package/api/types/GetChaptersResponse.d.ts +1 -1
- package/api/types/GetConvAiDashboardSettingsResponseModel.d.ts +1 -1
- package/api/types/GetConvAiDashboardSettingsResponseModelChartsItem.d.ts +1 -1
- package/api/types/GetConvAiSettingsResponseModel.d.ts +1 -1
- package/api/types/GetConversationResponseModel.d.ts +1 -1
- package/api/types/GetConversationsPageResponseModel.d.ts +1 -1
- package/api/types/GetKnowledgeBaseDependentAgentsResponseModel.d.ts +1 -1
- package/api/types/GetKnowledgeBaseDependentAgentsResponseModelAgentsItem.d.ts +1 -1
- package/api/types/GetKnowledgeBaseFileResponseModel.d.ts +1 -1
- package/api/types/GetKnowledgeBaseListResponseModel.d.ts +1 -1
- package/api/types/GetKnowledgeBaseListResponseModelDocumentsItem.d.ts +1 -1
- package/api/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +1 -1
- package/api/types/GetKnowledgeBaseSummaryFileResponseModelDependentAgentsItem.d.ts +1 -1
- package/api/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +1 -1
- package/api/types/GetKnowledgeBaseSummaryTextResponseModelDependentAgentsItem.d.ts +1 -1
- package/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +1 -1
- package/api/types/GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem.d.ts +1 -1
- package/api/types/GetKnowledgeBaseTextResponseModel.d.ts +1 -1
- package/api/types/GetKnowledgeBaseUrlResponseModel.d.ts +1 -1
- package/api/types/GetLibraryVoicesResponse.d.ts +1 -1
- package/api/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +1 -1
- package/api/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +1 -1
- package/api/types/GetPhoneNumberSipTrunkResponseModel.d.ts +1 -1
- package/api/types/GetPhoneNumberTwilioResponseModel.d.ts +1 -1
- package/api/types/GetProjectsResponse.d.ts +1 -1
- package/api/types/GetPronunciationDictionariesMetadataResponseModel.d.ts +1 -1
- package/api/types/GetPronunciationDictionaryMetadataResponse.d.ts +1 -1
- package/api/types/GetSpeechHistoryResponse.d.ts +1 -1
- package/api/types/GetTestInvocationsPageResponseModel.d.ts +1 -1
- package/api/types/GetTestSuiteInvocationResponseModel.d.ts +1 -1
- package/api/types/GetTestsPageResponseModel.d.ts +1 -1
- package/api/types/GetTestsSummariesByIdsResponseModel.d.ts +1 -1
- package/api/types/GetToolDependentAgentsResponseModel.d.ts +1 -1
- package/api/types/GetToolDependentAgentsResponseModelAgentsItem.d.ts +1 -1
- package/api/types/GetUnitTestResponseModel.d.ts +1 -1
- package/api/types/GetVoicesResponse.d.ts +1 -1
- package/api/types/GetVoicesV2Response.d.ts +1 -1
- package/api/types/GetWorkspaceSecretsResponseModel.d.ts +1 -1
- package/api/types/GuardrailsV1Input.d.ts +1 -1
- package/api/types/GuardrailsV1Output.d.ts +1 -1
- package/api/types/HistoryAlignmentsResponseModel.d.ts +1 -1
- package/api/types/HttpValidationError.d.ts +1 -1
- package/api/types/InboundSipTrunkConfigRequestModel.d.ts +1 -1
- package/api/types/InvoiceResponse.d.ts +1 -1
- package/api/types/KnowledgeBaseLocator.d.ts +1 -1
- package/api/types/LanguageDetectionToolConfig.d.ts +1 -2
- package/api/types/LanguagePresetInput.d.ts +1 -1
- package/api/types/LanguagePresetOutput.d.ts +1 -1
- package/api/types/LibraryVoiceResponse.d.ts +1 -1
- package/api/types/ListMcpToolsResponseModel.d.ts +1 -1
- package/api/types/LiteralJsonSchemaProperty.d.ts +1 -1
- package/api/types/LiteralOverride.d.ts +1 -1
- package/api/types/Llm.d.ts +3 -0
- package/api/types/Llm.js +3 -0
- package/api/types/LlmCategoryUsage.d.ts +1 -1
- package/api/types/LlmInputOutputTokensUsage.d.ts +1 -1
- package/api/types/LlmReasoningEffort.d.ts +1 -0
- package/api/types/LlmReasoningEffort.js +1 -0
- package/api/types/LlmUsageCalculatorLlmResponseModel.d.ts +1 -1
- package/api/types/LlmUsageCalculatorResponseModel.d.ts +1 -1
- package/api/types/LlmUsageInput.d.ts +1 -1
- package/api/types/LlmUsageOutput.d.ts +1 -1
- package/api/types/ManualVerificationResponse.d.ts +1 -1
- package/api/types/MatchAnythingParameterEvaluationStrategy.d.ts +1 -2
- package/api/types/McpServerConfigInput.d.ts +1 -1
- package/api/types/McpServerConfigInputRequestHeadersValue.d.ts +1 -1
- package/api/types/McpServerConfigInputSecretToken.d.ts +1 -1
- package/api/types/McpServerConfigInputUrl.d.ts +1 -1
- package/api/types/McpServerConfigOutput.d.ts +1 -1
- package/api/types/McpServerConfigOutputRequestHeadersValue.d.ts +1 -1
- package/api/types/McpServerConfigOutputSecretToken.d.ts +1 -1
- package/api/types/McpServerConfigOutputUrl.d.ts +1 -1
- package/api/types/McpServerResponseModel.d.ts +1 -1
- package/api/types/McpServerResponseModelDependentAgentsItem.d.ts +1 -1
- package/api/types/McpServersResponseModel.d.ts +1 -1
- package/api/types/McpToolApprovalHash.d.ts +1 -1
- package/api/types/McpToolConfigOverride.d.ts +1 -1
- package/api/types/Model.d.ts +1 -1
- package/api/types/ModerationConfig.d.ts +1 -1
- package/api/types/ModerationGuardrailInput.d.ts +1 -1
- package/api/types/ModerationGuardrailOutput.d.ts +1 -1
- package/api/types/MultichannelSpeechToTextResponseModel.d.ts +1 -1
- package/api/types/MultipartMusicResponse.d.ts +1 -1
- package/api/types/MusicPrompt.d.ts +1 -1
- package/api/types/ObjectJsonSchemaPropertyInput.d.ts +1 -1
- package/api/types/ObjectJsonSchemaPropertyInputPropertiesValue.d.ts +1 -1
- package/api/types/ObjectJsonSchemaPropertyOutput.d.ts +1 -1
- package/api/types/ObjectJsonSchemaPropertyOutputPropertiesValue.d.ts +1 -1
- package/api/types/ObjectOverrideInput.d.ts +1 -1
- package/api/types/ObjectOverrideInputPropertiesValue.d.ts +1 -1
- package/api/types/ObjectOverrideOutput.d.ts +1 -1
- package/api/types/ObjectOverrideOutputPropertiesValue.d.ts +1 -1
- package/api/types/OutboundCallRecipient.d.ts +1 -1
- package/api/types/OutboundCallRecipientResponseModel.d.ts +1 -1
- package/api/types/OutboundSipTrunkConfigRequestModel.d.ts +1 -1
- package/api/types/PendingSubscriptionSwitchResponseModel.d.ts +1 -1
- package/api/types/PhoneNumberTransfer.d.ts +1 -1
- package/api/types/PhoneNumberTransferTransferDestination.d.ts +1 -1
- package/api/types/PlayDtmfToolConfig.d.ts +2 -0
- package/api/types/PodcastBulletinMode.d.ts +1 -1
- package/api/types/PodcastConversationMode.d.ts +1 -1
- package/api/types/PodcastProjectResponseModel.d.ts +1 -1
- package/api/types/ProjectCreationMetaResponseModel.d.ts +1 -1
- package/api/types/ProjectExtendedResponse.d.ts +3 -1
- package/api/types/ProjectExtendedResponseModelAssetsItem.d.ts +5 -2
- package/api/types/ProjectImageResponseModel.d.ts +19 -0
- package/api/types/ProjectResponse.d.ts +1 -1
- package/api/types/ProjectSnapshotExtendedResponseModel.d.ts +1 -1
- package/api/types/ProjectSnapshotsResponse.d.ts +1 -1
- package/api/types/ProjectVideoResponseModel.d.ts +2 -1
- package/api/types/PromptAgentApiModelInput.d.ts +1 -1
- package/api/types/PromptAgentApiModelInputBackupLlmConfig.d.ts +1 -1
- package/api/types/PromptAgentApiModelInputToolsItem.d.ts +1 -1
- package/api/types/PromptAgentApiModelOutput.d.ts +1 -1
- package/api/types/PromptAgentApiModelOutputBackupLlmConfig.d.ts +1 -1
- package/api/types/PromptAgentApiModelOutputToolsItem.d.ts +1 -1
- package/api/types/PromptAgentApiModelOverride.d.ts +1 -1
- package/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +1 -1
- package/api/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.d.ts +1 -1
- package/api/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +1 -1
- package/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +1 -1
- package/api/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.d.ts +1 -1
- package/api/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +1 -1
- package/api/types/PronunciationDictionaryVersionResponseModel.d.ts +1 -1
- package/api/types/QueryOverride.d.ts +1 -1
- package/api/types/QueryParamsJsonSchema.d.ts +1 -1
- package/api/types/RagConfig.d.ts +1 -1
- package/api/types/RagConfigWorkflowOverride.d.ts +1 -1
- package/api/types/RagDocumentIndexResponseModel.d.ts +1 -1
- package/api/types/RagDocumentIndexesResponseModel.d.ts +1 -1
- package/api/types/RagIndexOverviewEmbeddingModelResponseModel.d.ts +1 -1
- package/api/types/RagIndexOverviewResponseModel.d.ts +1 -1
- package/api/types/RagRetrievalInfo.d.ts +1 -1
- package/api/types/ReaderResourceResponseModel.d.ts +1 -1
- package/api/types/ReferencedToolCommonModel.d.ts +1 -1
- package/api/types/RegionConfigRequest.d.ts +1 -1
- package/api/types/Render.d.ts +1 -1
- package/api/types/ResourceAccessInfo.d.ts +1 -1
- package/api/types/ResourceMetadataResponseModel.d.ts +1 -1
- package/api/types/SafetyCommonModel.d.ts +1 -1
- package/api/types/SafetyEvaluation.d.ts +1 -1
- package/api/types/SectionSource.d.ts +1 -1
- package/api/types/ShareOptionResponseModel.d.ts +1 -1
- package/api/types/SimilarVoice.d.ts +1 -1
- package/api/types/SimilarVoicesForSpeakerResponse.d.ts +1 -1
- package/api/types/SingleUseTokenType.d.ts +5 -1
- package/api/types/SingleUseTokenType.js +5 -0
- package/api/types/SkipTurnToolConfig.d.ts +1 -2
- package/api/types/SongSection.d.ts +1 -1
- package/api/types/SpeakerResponseModel.d.ts +1 -1
- package/api/types/SpeakerSegment.d.ts +1 -1
- package/api/types/SpeakerSeparationResponseModel.d.ts +1 -1
- package/api/types/SpeakerTrack.d.ts +1 -1
- package/api/types/SpeechHistoryItemResponse.d.ts +1 -1
- package/api/types/SpeechToTextChunkResponseModel.d.ts +1 -1
- package/api/types/SpeechToTextWordResponseModel.d.ts +1 -1
- package/api/types/StreamingAudioChunkWithTimestampsAndVoiceSegmentsResponseModel.d.ts +1 -1
- package/api/types/StreamingAudioChunkWithTimestampsResponse.d.ts +1 -1
- package/api/types/Subscription.d.ts +1 -1
- package/api/types/SubscriptionResponse.d.ts +1 -1
- package/api/types/SuggestedAudioTag.d.ts +6 -0
- package/api/types/SupportedVoice.d.ts +1 -1
- package/api/types/SystemToolConfigInput.d.ts +1 -1
- package/api/types/SystemToolConfigInputParams.d.ts +1 -1
- package/api/types/SystemToolConfigOutput.d.ts +1 -1
- package/api/types/SystemToolConfigOutputParams.d.ts +1 -1
- package/api/types/TestConditionResultCommonModel.d.ts +1 -1
- package/api/types/TestFromConversationMetadataInput.d.ts +1 -1
- package/api/types/TestFromConversationMetadataOutput.d.ts +1 -1
- package/api/types/TestInvocationSummaryResponseModel.d.ts +1 -1
- package/api/types/TestRunMetadata.d.ts +1 -1
- package/api/types/TextNormalisationType.d.ts +6 -0
- package/api/types/TextNormalisationType.js +9 -0
- package/api/types/Tool.d.ts +1 -1
- package/api/types/ToolRequestModel.d.ts +1 -1
- package/api/types/ToolRequestModelToolConfig.d.ts +2 -5
- package/api/types/ToolResponseModel.d.ts +1 -1
- package/api/types/ToolResponseModelToolConfig.d.ts +2 -5
- package/api/types/ToolsResponseModel.d.ts +1 -1
- package/api/types/TransferToAgentToolConfig.d.ts +1 -1
- package/api/types/TransferToNumberToolConfigInput.d.ts +1 -1
- package/api/types/TransferToNumberToolConfigOutput.d.ts +1 -1
- package/api/types/TtsConversationalConfigInput.d.ts +5 -1
- package/api/types/TtsConversationalConfigOutput.d.ts +5 -1
- package/api/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +5 -1
- package/api/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +5 -1
- package/api/types/TtsConversationalModel.d.ts +0 -1
- package/api/types/TtsConversationalModel.js +0 -1
- package/api/types/TtsModelFamily.d.ts +0 -1
- package/api/types/TtsModelFamily.js +0 -1
- package/api/types/TurnConfig.d.ts +1 -1
- package/api/types/TurnConfigOverride.d.ts +1 -1
- package/api/types/TurnConfigOverrideConfig.d.ts +1 -1
- package/api/types/TurnConfigWorkflowOverride.d.ts +1 -1
- package/api/types/UnitTestCommonModel.d.ts +1 -1
- package/api/types/UnitTestRunResponseModel.d.ts +1 -1
- package/api/types/UnitTestSummaryResponseModel.d.ts +1 -1
- package/api/types/UnitTestToolCallEvaluationModelInput.d.ts +1 -1
- package/api/types/UnitTestToolCallEvaluationModelOutput.d.ts +1 -1
- package/api/types/UnitTestToolCallParameter.d.ts +1 -1
- package/api/types/UnitTestToolCallParameterEval.d.ts +1 -1
- package/api/types/User.d.ts +1 -1
- package/api/types/UserFeedback.d.ts +1 -1
- package/api/types/VadConfig.d.ts +1 -2
- package/api/types/VadConfigWorkflowOverride.d.ts +1 -2
- package/api/types/ValidationError.d.ts +1 -1
- package/api/types/VerificationAttemptResponse.d.ts +1 -1
- package/api/types/Voice.d.ts +1 -1
- package/api/types/VoiceDesignPreviewResponse.d.ts +1 -1
- package/api/types/VoiceGenerationParameterResponse.d.ts +1 -1
- package/api/types/VoiceSample.d.ts +1 -1
- package/api/types/VoiceSharingResponse.d.ts +1 -1
- package/api/types/VoiceVerificationResponse.d.ts +1 -1
- package/api/types/WebhookToolApiSchemaConfigInput.d.ts +1 -1
- package/api/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.d.ts +1 -1
- package/api/types/WebhookToolApiSchemaConfigOutput.d.ts +1 -1
- package/api/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.d.ts +1 -1
- package/api/types/WebhookToolConfigInput.d.ts +1 -1
- package/api/types/WebhookToolConfigOutput.d.ts +1 -1
- package/api/types/WidgetConfig.d.ts +1 -1
- package/api/types/WidgetConfigInputAvatar.d.ts +1 -1
- package/api/types/WidgetConfigOutputAvatar.d.ts +1 -1
- package/api/types/WidgetConfigResponse.d.ts +1 -1
- package/api/types/WidgetConfigResponseModelAvatar.d.ts +1 -1
- package/api/types/WidgetEndFeedbackConfig.d.ts +1 -1
- package/api/types/WidgetLanguagePreset.d.ts +1 -1
- package/api/types/WidgetLanguagePresetResponse.d.ts +1 -1
- package/api/types/WorkflowEdgeModelInput.d.ts +1 -1
- package/api/types/WorkflowEdgeModelInputBackwardCondition.d.ts +1 -1
- package/api/types/WorkflowEdgeModelInputForwardCondition.d.ts +1 -1
- package/api/types/WorkflowEdgeModelOutput.d.ts +1 -1
- package/api/types/WorkflowEdgeModelOutputBackwardCondition.d.ts +1 -1
- package/api/types/WorkflowEdgeModelOutputForwardCondition.d.ts +1 -1
- package/api/types/WorkflowEndNodeModelInput.d.ts +1 -1
- package/api/types/WorkflowEndNodeModelOutput.d.ts +1 -1
- package/api/types/WorkflowExpressionConditionModelInput.d.ts +1 -1
- package/api/types/WorkflowExpressionConditionModelInputExpression.d.ts +1 -1
- package/api/types/WorkflowExpressionConditionModelOutput.d.ts +1 -1
- package/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +1 -1
- package/api/types/WorkflowFeaturesUsageCommonModel.d.ts +1 -1
- package/api/types/WorkflowOverrideAgentNodeModelInput.d.ts +1 -1
- package/api/types/WorkflowOverrideAgentNodeModelOutput.d.ts +1 -1
- package/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +1 -1
- package/api/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +1 -1
- package/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +1 -1
- package/api/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +1 -1
- package/api/types/WorkflowStandaloneAgentNodeModelInput.d.ts +1 -1
- package/api/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +1 -1
- package/api/types/WorkflowStartNodeModelInput.d.ts +1 -1
- package/api/types/WorkflowStartNodeModelOutput.d.ts +1 -1
- package/api/types/WorkflowToolNestedToolsStepModelInput.d.ts +1 -1
- package/api/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +1 -1
- package/api/types/WorkflowToolNestedToolsStepModelOutput.d.ts +1 -1
- package/api/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +1 -1
- package/api/types/WorkflowToolNodeModelInput.d.ts +1 -1
- package/api/types/WorkflowToolNodeModelOutput.d.ts +1 -1
- package/api/types/WorkflowToolResponseModelInput.d.ts +1 -1
- package/api/types/WorkflowToolResponseModelInputStepsItem.d.ts +1 -1
- package/api/types/WorkflowToolResponseModelOutput.d.ts +1 -1
- package/api/types/WorkflowToolResponseModelOutputStepsItem.d.ts +1 -1
- package/api/types/WorkspaceApiKeyListResponseModel.d.ts +1 -1
- package/api/types/WorkspaceApiKeyResponseModel.d.ts +1 -1
- package/api/types/WorkspaceBatchCallsResponse.d.ts +1 -1
- package/api/types/WorkspaceServiceAccountListResponseModel.d.ts +1 -1
- package/api/types/WorkspaceServiceAccountResponseModel.d.ts +1 -1
- package/api/types/WorkspaceWebhookListResponseModel.d.ts +1 -1
- package/api/types/WorkspaceWebhookResponseModel.d.ts +1 -1
- package/api/types/WorkspaceWebhookUsageResponseModel.d.ts +1 -1
- package/api/types/index.d.ts +296 -311
- package/api/types/index.js +296 -311
- package/biome.json +74 -0
- package/core/exports.d.ts +1 -0
- package/core/exports.js +1 -0
- package/core/fetcher/APIResponse.d.ts +1 -1
- package/core/fetcher/BinaryResponse.d.ts +1 -1
- package/core/fetcher/EndpointSupplier.d.ts +2 -2
- package/core/fetcher/Fetcher.d.ts +6 -3
- package/core/fetcher/Fetcher.js +202 -8
- package/core/fetcher/HttpResponsePromise.d.ts +1 -1
- package/core/fetcher/getErrorResponseBody.js +2 -1
- package/core/fetcher/getFetchFn.js +1 -1
- package/core/fetcher/getRequestBody.d.ts +1 -1
- package/core/fetcher/getRequestBody.js +4 -0
- package/core/fetcher/getResponseBody.js +3 -3
- package/core/fetcher/makeRequest.d.ts +1 -1
- package/core/fetcher/makeRequest.js +2 -4
- package/core/fetcher/requestWithRetries.js +3 -12
- package/core/fetcher/signals.d.ts +0 -6
- package/core/fetcher/signals.js +0 -12
- package/core/file/file.d.ts +6 -1
- package/core/file/file.js +25 -7
- package/core/form-data-utils/FormDataWrapper.d.ts +2 -3
- package/core/form-data-utils/FormDataWrapper.js +62 -85
- package/core/headers.js +6 -4
- package/core/index.d.ts +5 -4
- package/core/index.js +6 -5
- package/core/logging/exports.d.ts +18 -0
- package/core/logging/exports.js +45 -0
- package/core/logging/index.d.ts +1 -0
- package/{dist/api/resources/v1TextToSpeechVoiceIdMultiStreamInput → core/logging}/index.js +1 -1
- package/core/logging/logger.d.ts +126 -0
- package/core/logging/logger.js +144 -0
- package/core/schemas/Schema.d.ts +2 -1
- package/core/schemas/Schema.js +1 -0
- package/core/schemas/builders/bigint/bigint.d.ts +1 -1
- package/core/schemas/builders/bigint/bigint.js +2 -2
- package/core/schemas/builders/date/date.d.ts +1 -1
- package/core/schemas/builders/date/date.js +2 -2
- package/core/schemas/builders/enum/enum.d.ts +1 -1
- package/core/schemas/builders/index.d.ts +14 -14
- package/core/schemas/builders/index.js +14 -14
- package/core/schemas/builders/lazy/lazy.d.ts +1 -1
- package/core/schemas/builders/lazy/lazy.js +2 -2
- package/core/schemas/builders/lazy/lazyObject.d.ts +2 -2
- package/core/schemas/builders/lazy/lazyObject.js +4 -4
- package/core/schemas/builders/list/list.d.ts +1 -1
- package/core/schemas/builders/list/list.js +2 -2
- package/core/schemas/builders/literals/booleanLiteral.d.ts +1 -1
- package/core/schemas/builders/literals/stringLiteral.d.ts +1 -1
- package/core/schemas/builders/object/object.d.ts +1 -1
- package/core/schemas/builders/object/object.js +5 -5
- package/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +1 -1
- package/core/schemas/builders/object/property.d.ts +1 -1
- package/core/schemas/builders/object/types.d.ts +5 -5
- package/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +2 -2
- package/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -2
- package/core/schemas/builders/object-like/types.d.ts +1 -1
- package/core/schemas/builders/primitives/any.d.ts +1 -1
- package/core/schemas/builders/primitives/boolean.d.ts +1 -1
- package/core/schemas/builders/primitives/index.d.ts +1 -0
- package/core/schemas/builders/primitives/index.js +3 -1
- package/core/schemas/builders/primitives/never.d.ts +2 -0
- package/core/schemas/builders/primitives/never.js +14 -0
- package/core/schemas/builders/primitives/number.d.ts +1 -1
- package/core/schemas/builders/primitives/string.d.ts +1 -1
- package/core/schemas/builders/primitives/unknown.d.ts +1 -1
- package/core/schemas/builders/record/record.d.ts +2 -2
- package/core/schemas/builders/record/record.js +3 -3
- package/core/schemas/builders/record/types.d.ts +2 -2
- package/core/schemas/builders/schema-utils/JsonError.d.ts +1 -1
- package/core/schemas/builders/schema-utils/ParseError.d.ts +1 -1
- package/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +1 -1
- package/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +1 -1
- package/core/schemas/builders/set/set.d.ts +1 -1
- package/core/schemas/builders/set/set.js +4 -4
- package/core/schemas/builders/undiscriminated-union/types.d.ts +1 -1
- package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +2 -2
- package/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +2 -2
- package/core/schemas/builders/union/types.d.ts +2 -2
- package/core/schemas/builders/union/union.d.ts +3 -3
- package/core/schemas/builders/union/union.js +4 -4
- package/core/schemas/index.d.ts +1 -1
- package/core/schemas/index.js +1 -1
- package/core/schemas/utils/createIdentitySchemaCreator.d.ts +1 -1
- package/core/schemas/utils/createIdentitySchemaCreator.js +2 -2
- package/core/schemas/utils/maybeSkipValidation.d.ts +1 -1
- package/core/stream/Stream.d.ts +1 -0
- package/core/stream/Stream.js +8 -5
- package/core/url/encodePathParam.d.ts +1 -0
- package/core/url/encodePathParam.js +21 -0
- package/core/url/index.d.ts +1 -0
- package/core/url/index.js +3 -1
- package/core/url/join.js +3 -4
- package/dist/BaseClient.d.ts +34 -0
- package/dist/Client.d.ts +20 -39
- package/dist/Client.js +59 -57
- package/dist/api/errors/BadRequestError.d.ts +2 -2
- package/dist/api/errors/ConflictError.d.ts +1 -1
- package/dist/api/errors/ForbiddenError.d.ts +1 -1
- package/dist/api/errors/NotFoundError.d.ts +1 -1
- package/dist/api/errors/TooEarlyError.d.ts +1 -1
- package/dist/api/errors/UnauthorizedError.d.ts +1 -1
- package/dist/api/errors/UnprocessableEntityError.d.ts +2 -2
- package/dist/api/errors/index.d.ts +2 -2
- package/dist/api/errors/index.js +2 -2
- package/dist/api/index.d.ts +1 -1
- package/dist/api/index.js +1 -1
- package/dist/api/resources/audioIsolation/client/Client.d.ts +3 -22
- package/dist/api/resources/audioIsolation/client/Client.js +19 -15
- package/dist/api/resources/audioIsolation/client/index.d.ts +0 -1
- package/dist/api/resources/audioIsolation/client/requests/BodyAudioIsolationStreamV1AudioIsolationStreamPost.d.ts +3 -3
- package/dist/api/resources/audioIsolation/client/requests/BodyAudioIsolationV1AudioIsolationPost.d.ts +3 -3
- package/dist/api/resources/audioIsolation/client/requests/index.d.ts +2 -2
- package/dist/api/resources/audioIsolation/index.d.ts +1 -1
- package/dist/api/resources/audioIsolation/index.js +1 -1
- package/dist/api/resources/audioNative/client/Client.d.ts +7 -26
- package/dist/api/resources/audioNative/client/Client.js +35 -29
- package/dist/api/resources/audioNative/client/index.d.ts +0 -1
- package/dist/api/resources/audioNative/client/requests/BodyCreatesAudioNativeEnabledProjectV1AudioNativePost.d.ts +3 -3
- package/dist/api/resources/audioNative/client/requests/BodyUpdateAudioNativeProjectContentV1AudioNativeProjectIdContentPost.d.ts +2 -2
- package/dist/api/resources/audioNative/client/requests/index.d.ts +2 -2
- package/dist/api/resources/audioNative/index.d.ts +1 -1
- package/dist/api/resources/audioNative/index.js +1 -1
- package/dist/api/resources/conversationalAi/client/Client.d.ts +18 -37
- package/dist/api/resources/conversationalAi/client/Client.js +71 -63
- package/dist/api/resources/conversationalAi/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/client/requests/BodyAddToKnowledgeBaseV1ConvaiKnowledgeBasePost.d.ts +2 -2
- package/dist/api/resources/conversationalAi/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/index.js +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +19 -38
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +117 -99
- package/dist/api/resources/conversationalAi/resources/agents/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/AgentsListRequest.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/index.d.ts +7 -7
- package/dist/api/resources/conversationalAi/resources/agents/resources/index.d.ts +3 -3
- package/dist/api/resources/conversationalAi/resources/agents/resources/index.js +4 -4
- package/dist/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.d.ts +5 -24
- package/dist/api/resources/conversationalAi/resources/agents/resources/knowledgeBase/client/Client.js +15 -13
- package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.d.ts +5 -24
- package/dist/api/resources/conversationalAi/resources/agents/resources/link/client/Client.js +15 -13
- package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.d.ts +5 -24
- package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/Client.js +16 -14
- package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/llmUsage/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.d.ts +5 -24
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/Client.js +17 -15
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.d.ts +5 -24
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/Client.js +15 -13
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/requests/BodyPostAgentAvatarV1ConvaiAgentsAgentIdAvatarPost.d.ts +2 -2
- package/dist/api/resources/conversationalAi/resources/agents/resources/widget/resources/avatar/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.d.ts +9 -28
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/Client.js +57 -47
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -2
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/index.d.ts +2 -2
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +7 -26
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +72 -62
- package/dist/api/resources/conversationalAi/resources/conversations/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/index.d.ts +3 -3
- package/dist/api/resources/conversationalAi/resources/conversations/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/conversations/index.js +1 -1
- package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.d.ts +4 -23
- package/dist/api/resources/conversationalAi/resources/conversations/resources/audio/client/Client.js +13 -11
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.d.ts +5 -24
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/Client.js +16 -14
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/ConversationFeedbackRequestModel.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/dashboard/client/Client.d.ts +2 -10
- package/dist/api/resources/conversationalAi/resources/dashboard/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/dashboard/index.js +1 -1
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/index.js +1 -1
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.d.ts +3 -22
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/Client.js +19 -15
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/PatchConvAiDashboardSettingsRequest.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/index.js +1 -1
- package/dist/api/resources/conversationalAi/resources/dashboard/resources/settings/types/PatchConvAiDashboardSettingsRequestChartsItem.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/index.d.ts +22 -22
- package/dist/api/resources/conversationalAi/resources/index.js +23 -23
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +4 -23
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +24 -22
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseListRequest.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/index.js +1 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.d.ts +5 -24
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/Client.js +15 -13
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/RagIndexRequestModel.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +13 -32
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +94 -78
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateFileDocumentV1ConvaiKnowledgeBaseFilePost.d.ts +2 -2
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +7 -7
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.js +1 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.d.ts +6 -25
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/resources/chunk/client/Client.js +16 -14
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/index.d.ts +3 -3
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/index.js +4 -4
- package/dist/api/resources/conversationalAi/resources/llmUsage/client/Client.d.ts +3 -22
- package/dist/api/resources/conversationalAi/resources/llmUsage/client/Client.js +11 -9
- package/dist/api/resources/conversationalAi/resources/llmUsage/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/llmUsage/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.d.ts +10 -29
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/Client.js +64 -54
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +2 -2
- package/dist/api/resources/conversationalAi/resources/mcpServers/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/index.js +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.d.ts +5 -24
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/Client.js +15 -13
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +3 -3
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/index.js +4 -4
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.d.ts +8 -27
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/Client.js +28 -24
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.d.ts +14 -33
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +55 -47
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/index.d.ts +2 -2
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.d.ts +5 -24
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +15 -13
- package/dist/api/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.d.ts +9 -28
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/Client.js +56 -46
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/index.js +1 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/phoneNumbers/types/index.js +1 -1
- package/dist/api/resources/conversationalAi/resources/secrets/client/Client.d.ts +7 -26
- package/dist/api/resources/conversationalAi/resources/secrets/client/Client.js +43 -35
- package/dist/api/resources/conversationalAi/resources/secrets/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +2 -2
- package/dist/api/resources/conversationalAi/resources/settings/client/Client.d.ts +3 -22
- package/dist/api/resources/conversationalAi/resources/settings/client/Client.js +19 -15
- package/dist/api/resources/conversationalAi/resources/settings/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/settings/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/sipTrunk/client/Client.d.ts +3 -22
- package/dist/api/resources/conversationalAi/resources/sipTrunk/client/Client.js +11 -9
- package/dist/api/resources/conversationalAi/resources/sipTrunk/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/sipTrunk/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/tests/client/Client.d.ts +9 -28
- package/dist/api/resources/conversationalAi/resources/tests/client/Client.js +66 -54
- package/dist/api/resources/conversationalAi/resources/tests/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/index.d.ts +4 -4
- package/dist/api/resources/conversationalAi/resources/tests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/tests/index.js +1 -1
- package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.d.ts +7 -26
- package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/Client.js +38 -32
- package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/tests/resources/invocations/client/requests/index.d.ts +2 -2
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.d.ts +15 -84
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +74 -112
- package/dist/api/resources/conversationalAi/resources/tools/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/tools/client/requests/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/twilio/client/Client.d.ts +3 -22
- package/dist/api/resources/conversationalAi/resources/twilio/client/Client.js +11 -9
- package/dist/api/resources/conversationalAi/resources/twilio/client/index.d.ts +0 -1
- package/dist/api/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/twilio/client/requests/index.d.ts +1 -1
- package/dist/api/resources/dubbing/client/Client.d.ts +8 -27
- package/dist/api/resources/dubbing/client/Client.js +53 -45
- package/dist/api/resources/dubbing/client/index.d.ts +0 -1
- package/dist/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +6 -6
- package/dist/api/resources/dubbing/client/requests/DubbingListRequest.d.ts +1 -1
- package/dist/api/resources/dubbing/client/requests/index.d.ts +2 -2
- package/dist/api/resources/dubbing/index.d.ts +2 -2
- package/dist/api/resources/dubbing/index.js +2 -2
- package/dist/api/resources/dubbing/resources/audio/client/Client.d.ts +4 -23
- package/dist/api/resources/dubbing/resources/audio/client/Client.js +13 -11
- package/dist/api/resources/dubbing/resources/index.d.ts +4 -3
- package/dist/api/resources/dubbing/resources/index.js +5 -4
- package/dist/api/resources/dubbing/resources/resource/client/Client.d.ts +14 -33
- package/dist/api/resources/dubbing/resources/resource/client/Client.js +64 -54
- package/dist/api/resources/dubbing/resources/resource/client/index.d.ts +0 -1
- package/dist/api/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +1 -1
- package/dist/api/resources/dubbing/resources/resource/client/requests/index.d.ts +4 -4
- package/dist/api/resources/dubbing/resources/resource/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/resource/index.js +1 -0
- package/dist/api/resources/dubbing/resources/resource/resources/index.d.ts +2 -2
- package/dist/api/resources/dubbing/resources/resource/resources/index.js +2 -2
- package/dist/api/resources/dubbing/resources/resource/resources/language/client/Client.d.ts +5 -24
- package/dist/api/resources/dubbing/resources/resource/resources/language/client/Client.js +16 -14
- package/dist/api/resources/dubbing/resources/resource/resources/language/client/index.d.ts +0 -1
- package/dist/api/resources/dubbing/resources/resource/resources/language/client/requests/index.d.ts +1 -1
- package/dist/api/resources/dubbing/resources/resource/resources/segment/client/Client.d.ts +9 -28
- package/dist/api/resources/dubbing/resources/resource/resources/segment/client/Client.js +30 -26
- package/dist/api/resources/dubbing/resources/resource/resources/segment/client/index.d.ts +0 -1
- package/dist/api/resources/dubbing/resources/resource/resources/segment/client/requests/index.d.ts +1 -1
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.d.ts +9 -28
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +30 -26
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/index.d.ts +0 -1
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/requests/index.d.ts +1 -1
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.d.ts +6 -25
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/Client.js +16 -14
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/index.d.ts +0 -1
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/index.d.ts +1 -1
- package/dist/api/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.d.ts +4 -0
- package/dist/api/resources/dubbing/resources/resource/types/index.d.ts +1 -0
- package/dist/api/resources/{v1TextToSpeechVoiceIdStreamInput → dubbing/resources/resource/types}/index.js +1 -1
- package/dist/api/resources/dubbing/resources/transcript/client/Client.d.ts +9 -26
- package/dist/api/resources/dubbing/resources/transcript/client/Client.js +30 -22
- package/dist/api/resources/dubbing/resources/transcript/client/index.d.ts +0 -1
- package/dist/api/resources/dubbing/resources/transcript/client/requests/TranscriptGetTranscriptForDubRequest.d.ts +5 -3
- package/dist/api/resources/dubbing/resources/transcript/client/requests/index.d.ts +1 -1
- package/dist/api/resources/dubbing/resources/transcript/index.d.ts +1 -1
- package/dist/api/resources/dubbing/resources/transcript/index.js +1 -1
- package/dist/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.d.ts +2 -1
- package/dist/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.js +2 -1
- package/dist/api/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.d.ts +2 -0
- package/dist/api/resources/dubbing/resources/transcript/types/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/transcript/types/index.js +1 -0
- package/dist/api/resources/dubbing/types/index.d.ts +1 -1
- package/dist/api/resources/dubbing/types/index.js +1 -1
- package/dist/api/resources/forcedAlignment/client/Client.d.ts +3 -22
- package/dist/api/resources/forcedAlignment/client/Client.js +11 -9
- package/dist/api/resources/forcedAlignment/client/index.d.ts +0 -1
- package/dist/api/resources/forcedAlignment/client/requests/BodyCreateForcedAlignmentV1ForcedAlignmentPost.d.ts +2 -2
- package/dist/api/resources/forcedAlignment/client/requests/index.d.ts +1 -1
- package/dist/api/resources/history/client/Client.d.ts +8 -27
- package/dist/api/resources/history/client/Client.js +63 -53
- package/dist/api/resources/history/client/index.d.ts +0 -1
- package/dist/api/resources/history/client/requests/DownloadHistoryRequest.d.ts +1 -2
- package/dist/api/resources/history/client/requests/HistoryListRequest.d.ts +1 -1
- package/dist/api/resources/history/client/requests/index.d.ts +2 -2
- package/dist/api/resources/history/index.d.ts +1 -1
- package/dist/api/resources/history/index.js +1 -1
- package/dist/api/resources/index.d.ts +43 -47
- package/dist/api/resources/index.js +44 -48
- package/dist/api/resources/models/client/Client.d.ts +3 -22
- package/dist/api/resources/models/client/Client.js +11 -9
- package/dist/api/resources/music/client/Client.d.ts +3 -22
- package/dist/api/resources/music/client/Client.js +41 -31
- package/dist/api/resources/music/client/index.d.ts +0 -1
- package/dist/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -10
- package/dist/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +2 -9
- package/dist/api/resources/music/client/requests/BodyStemSeparationV1MusicStemSeparationPost.d.ts +3 -3
- package/dist/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +2 -9
- package/dist/api/resources/music/client/requests/index.d.ts +4 -4
- package/dist/api/resources/music/index.d.ts +1 -1
- package/dist/api/resources/music/index.js +1 -1
- package/dist/api/resources/music/resources/compositionPlan/client/Client.d.ts +3 -22
- package/dist/api/resources/music/resources/compositionPlan/client/Client.js +11 -9
- package/dist/api/resources/music/resources/compositionPlan/client/index.d.ts +0 -1
- package/dist/api/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.d.ts +1 -1
- package/dist/api/resources/music/resources/compositionPlan/client/requests/index.d.ts +1 -1
- package/dist/api/resources/music/types/index.d.ts +2 -2
- package/dist/api/resources/music/types/index.js +2 -2
- package/dist/api/resources/pronunciationDictionaries/client/Client.d.ts +8 -27
- package/dist/api/resources/pronunciationDictionaries/client/Client.js +67 -55
- package/dist/api/resources/pronunciationDictionaries/client/index.d.ts +0 -1
- package/dist/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromFilePost.d.ts +3 -3
- package/dist/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost.d.ts +1 -1
- package/dist/api/resources/pronunciationDictionaries/client/requests/PronunciationDictionariesListRequest.d.ts +1 -1
- package/dist/api/resources/pronunciationDictionaries/client/requests/index.d.ts +4 -4
- package/dist/api/resources/pronunciationDictionaries/index.d.ts +2 -2
- package/dist/api/resources/pronunciationDictionaries/index.js +2 -2
- package/dist/api/resources/pronunciationDictionaries/resources/index.d.ts +1 -1
- package/dist/api/resources/pronunciationDictionaries/resources/index.js +1 -1
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +7 -26
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +27 -23
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/index.d.ts +0 -1
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/requests/PronunciationDictionary.d.ts +1 -1
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/requests/index.d.ts +2 -2
- package/dist/api/resources/pronunciationDictionaries/resources/rules/index.d.ts +1 -1
- package/dist/api/resources/pronunciationDictionaries/resources/rules/index.js +1 -1
- package/dist/api/resources/pronunciationDictionaries/resources/rules/types/PronunciationDictionaryRule.d.ts +1 -1
- package/dist/api/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostRulesItem.d.ts +1 -1
- package/dist/api/resources/pronunciationDictionaries/types/index.d.ts +1 -1
- package/dist/api/resources/pronunciationDictionaries/types/index.js +1 -1
- package/dist/api/resources/samples/client/Client.d.ts +6 -25
- package/dist/api/resources/samples/client/Client.js +16 -14
- package/dist/api/resources/serviceAccounts/client/Client.d.ts +3 -22
- package/dist/api/resources/serviceAccounts/client/Client.js +11 -9
- package/dist/api/resources/serviceAccounts/index.d.ts +1 -1
- package/dist/api/resources/serviceAccounts/index.js +1 -1
- package/dist/api/resources/serviceAccounts/resources/apiKeys/client/Client.d.ts +13 -32
- package/dist/api/resources/serviceAccounts/resources/apiKeys/client/Client.js +53 -45
- package/dist/api/resources/serviceAccounts/resources/apiKeys/client/index.d.ts +0 -1
- package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +1 -1
- package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +1 -1
- package/dist/api/resources/serviceAccounts/resources/apiKeys/client/requests/index.d.ts +2 -2
- package/dist/api/resources/serviceAccounts/resources/apiKeys/index.d.ts +1 -1
- package/dist/api/resources/serviceAccounts/resources/apiKeys/index.js +1 -1
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +1 -1
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +1 -1
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +2 -2
- package/dist/api/resources/serviceAccounts/resources/apiKeys/types/index.js +2 -2
- package/dist/api/resources/serviceAccounts/resources/index.d.ts +1 -1
- package/dist/api/resources/serviceAccounts/resources/index.js +1 -1
- package/dist/api/resources/speechToSpeech/client/Client.d.ts +5 -24
- package/dist/api/resources/speechToSpeech/client/Client.js +31 -27
- package/dist/api/resources/speechToSpeech/client/index.d.ts +0 -1
- package/dist/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechStreamingV1SpeechToSpeechVoiceIdStreamPost.d.ts +3 -3
- package/dist/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost.d.ts +3 -3
- package/dist/api/resources/speechToSpeech/client/requests/index.d.ts +2 -2
- package/dist/api/resources/speechToSpeech/index.d.ts +1 -1
- package/dist/api/resources/speechToSpeech/index.js +1 -1
- package/dist/api/resources/speechToSpeech/types/index.d.ts +2 -2
- package/dist/api/resources/speechToSpeech/types/index.js +2 -2
- package/dist/api/resources/speechToText/client/Client.d.ts +3 -22
- package/dist/api/resources/speechToText/client/Client.js +13 -11
- package/dist/api/resources/speechToText/client/index.d.ts +0 -1
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +3 -3
- package/dist/api/resources/speechToText/client/requests/index.d.ts +1 -1
- package/dist/api/resources/speechToText/index.d.ts +2 -2
- package/dist/api/resources/speechToText/index.js +2 -2
- package/dist/api/resources/speechToText/resources/transcripts/client/Client.d.ts +7 -26
- package/dist/api/resources/speechToText/resources/transcripts/client/Client.js +27 -23
- package/dist/api/resources/speechToText/resources/transcripts/index.d.ts +1 -1
- package/dist/api/resources/speechToText/resources/transcripts/index.js +1 -1
- package/dist/api/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.d.ts +1 -1
- package/dist/api/resources/speechToText/types/SpeechToTextConvertResponse.d.ts +1 -1
- package/dist/api/resources/speechToText/types/index.d.ts +1 -1
- package/dist/api/resources/speechToText/types/index.js +1 -1
- package/dist/api/resources/studio/client/Client.d.ts +3 -22
- package/dist/api/resources/studio/client/Client.js +11 -9
- package/dist/api/resources/studio/client/index.d.ts +0 -1
- package/dist/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +1 -1
- package/dist/api/resources/studio/client/requests/index.d.ts +1 -1
- package/dist/api/resources/studio/index.d.ts +2 -2
- package/dist/api/resources/studio/index.js +2 -2
- package/dist/api/resources/studio/resources/index.d.ts +1 -1
- package/dist/api/resources/studio/resources/index.js +1 -1
- package/dist/api/resources/studio/resources/projects/client/Client.d.ts +13 -32
- package/dist/api/resources/studio/resources/projects/client/Client.js +75 -63
- package/dist/api/resources/studio/resources/projects/client/index.d.ts +0 -1
- package/dist/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +3 -3
- package/dist/api/resources/studio/resources/projects/client/requests/index.d.ts +3 -3
- package/dist/api/resources/studio/resources/projects/index.d.ts +1 -1
- package/dist/api/resources/studio/resources/projects/index.js +1 -1
- package/dist/api/resources/studio/resources/projects/resources/chapters/client/Client.d.ts +19 -38
- package/dist/api/resources/studio/resources/projects/resources/chapters/client/Client.js +80 -68
- package/dist/api/resources/studio/resources/projects/resources/chapters/client/index.d.ts +0 -1
- package/dist/api/resources/studio/resources/projects/resources/chapters/client/requests/BodyUpdateChapterV1StudioProjectsProjectIdChaptersChapterIdPost.d.ts +1 -1
- package/dist/api/resources/studio/resources/projects/resources/chapters/client/requests/index.d.ts +2 -2
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.d.ts +11 -30
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/Client.js +42 -36
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/index.d.ts +0 -1
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +1 -3
- package/dist/api/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/index.d.ts +1 -1
- package/dist/api/resources/studio/resources/projects/resources/content/client/Client.d.ts +5 -24
- package/dist/api/resources/studio/resources/projects/resources/content/client/Client.js +15 -13
- package/dist/api/resources/studio/resources/projects/resources/content/client/index.d.ts +0 -1
- package/dist/api/resources/studio/resources/projects/resources/content/client/requests/BodyUpdateStudioProjectContentV1StudioProjectsProjectIdContentPost.d.ts +2 -2
- package/dist/api/resources/studio/resources/projects/resources/content/client/requests/index.d.ts +1 -1
- package/dist/api/resources/studio/resources/projects/resources/index.d.ts +5 -5
- package/dist/api/resources/studio/resources/projects/resources/index.js +6 -6
- package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.d.ts +5 -24
- package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/Client.js +15 -13
- package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/index.d.ts +0 -1
- package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/BodyCreatePronunciationDictionariesV1StudioProjectsProjectIdPronunciationDictionariesPost.d.ts +1 -1
- package/dist/api/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/index.d.ts +1 -1
- package/dist/api/resources/studio/resources/projects/resources/snapshots/client/Client.d.ts +10 -29
- package/dist/api/resources/studio/resources/projects/resources/snapshots/client/Client.js +51 -43
- package/dist/api/resources/studio/resources/projects/resources/snapshots/client/index.d.ts +0 -1
- package/dist/api/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +1 -3
- package/dist/api/resources/studio/resources/projects/resources/snapshots/client/requests/index.d.ts +1 -1
- package/dist/api/resources/studio/resources/projects/types/index.d.ts +2 -2
- package/dist/api/resources/studio/resources/projects/types/index.js +2 -2
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.d.ts +1 -1
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSource.d.ts +1 -1
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceItem.d.ts +1 -1
- package/dist/api/resources/studio/types/index.d.ts +4 -4
- package/dist/api/resources/studio/types/index.js +4 -4
- package/dist/api/resources/textToDialogue/client/Client.d.ts +3 -22
- package/dist/api/resources/textToDialogue/client/Client.js +41 -37
- package/dist/api/resources/textToDialogue/client/index.d.ts +0 -1
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +1 -1
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -1
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +1 -1
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
- package/dist/api/resources/textToDialogue/client/requests/index.d.ts +4 -4
- package/dist/api/resources/textToDialogue/index.d.ts +1 -1
- package/dist/api/resources/textToDialogue/index.js +1 -1
- package/dist/api/resources/textToDialogue/types/index.d.ts +5 -5
- package/dist/api/resources/textToDialogue/types/index.js +5 -5
- package/dist/api/resources/textToSoundEffects/client/Client.d.ts +3 -22
- package/dist/api/resources/textToSoundEffects/client/Client.js +12 -10
- package/dist/api/resources/textToSoundEffects/client/index.d.ts +0 -1
- package/dist/api/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +1 -1
- package/dist/api/resources/textToSoundEffects/client/requests/index.d.ts +1 -1
- package/dist/api/resources/textToSoundEffects/index.d.ts +1 -1
- package/dist/api/resources/textToSoundEffects/index.js +1 -1
- package/dist/api/resources/textToSpeech/client/Client.d.ts +8 -27
- package/dist/api/resources/textToSpeech/client/Client.js +64 -55
- package/dist/api/resources/textToSpeech/client/index.d.ts +0 -1
- package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/index.d.ts +4 -4
- package/dist/api/resources/textToSpeech/index.d.ts +1 -1
- package/dist/api/resources/textToSpeech/index.js +1 -1
- package/dist/api/resources/textToSpeech/types/index.d.ts +4 -4
- package/dist/api/resources/textToSpeech/types/index.js +4 -4
- package/dist/api/resources/textToVoice/client/Client.d.ts +5 -24
- package/dist/api/resources/textToVoice/client/Client.js +42 -34
- package/dist/api/resources/textToVoice/client/index.d.ts +0 -1
- package/dist/api/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +1 -1
- package/dist/api/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +1 -1
- package/dist/api/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +1 -1
- package/dist/api/resources/textToVoice/client/requests/index.d.ts +4 -4
- package/dist/api/resources/textToVoice/index.d.ts +1 -1
- package/dist/api/resources/textToVoice/index.js +1 -1
- package/dist/api/resources/textToVoice/resources/preview/client/Client.d.ts +4 -23
- package/dist/api/resources/textToVoice/resources/preview/client/Client.js +13 -11
- package/dist/api/resources/textToVoice/types/index.d.ts +1 -1
- package/dist/api/resources/textToVoice/types/index.js +1 -1
- package/dist/api/resources/tokens/client/Client.d.ts +2 -10
- package/dist/api/resources/tokens/resources/singleUse/client/Client.d.ts +5 -24
- package/dist/api/resources/tokens/resources/singleUse/client/Client.js +15 -13
- package/dist/api/resources/usage/client/Client.d.ts +3 -22
- package/dist/api/resources/usage/client/Client.js +20 -16
- package/dist/api/resources/usage/client/index.d.ts +0 -1
- package/dist/api/resources/usage/client/requests/UsageGetRequest.d.ts +1 -1
- package/dist/api/resources/usage/client/requests/index.d.ts +1 -1
- package/dist/api/resources/user/client/Client.d.ts +3 -22
- package/dist/api/resources/user/client/Client.js +11 -9
- package/dist/api/resources/user/resources/subscription/client/Client.d.ts +3 -22
- package/dist/api/resources/user/resources/subscription/client/Client.js +11 -9
- package/dist/api/resources/voices/client/Client.d.ts +13 -32
- package/dist/api/resources/voices/client/Client.js +127 -111
- package/dist/api/resources/voices/client/index.d.ts +0 -1
- package/dist/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.d.ts +2 -2
- package/dist/api/resources/voices/client/requests/BodyGetSimilarLibraryVoicesV1SimilarVoicesPost.d.ts +2 -2
- package/dist/api/resources/voices/client/requests/VoicesGetSharedRequest.d.ts +1 -1
- package/dist/api/resources/voices/client/requests/index.d.ts +7 -7
- package/dist/api/resources/voices/index.d.ts +1 -1
- package/dist/api/resources/voices/index.js +1 -1
- package/dist/api/resources/voices/resources/index.d.ts +3 -3
- package/dist/api/resources/voices/resources/index.js +4 -4
- package/dist/api/resources/voices/resources/ivc/client/Client.d.ts +3 -22
- package/dist/api/resources/voices/resources/ivc/client/Client.js +11 -9
- package/dist/api/resources/voices/resources/ivc/client/index.d.ts +0 -1
- package/dist/api/resources/voices/resources/ivc/client/requests/BodyAddVoiceV1VoicesAddPost.d.ts +2 -2
- package/dist/api/resources/voices/resources/ivc/client/requests/index.d.ts +1 -1
- package/dist/api/resources/voices/resources/pvc/client/Client.d.ts +7 -26
- package/dist/api/resources/voices/resources/pvc/client/Client.js +37 -31
- package/dist/api/resources/voices/resources/pvc/client/index.d.ts +0 -1
- package/dist/api/resources/voices/resources/pvc/client/requests/index.d.ts +3 -3
- package/dist/api/resources/voices/resources/pvc/resources/index.d.ts +1 -1
- package/dist/api/resources/voices/resources/pvc/resources/index.js +1 -1
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.d.ts +12 -31
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/Client.js +46 -40
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/index.d.ts +0 -1
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/requests/BodyAddSamplesToPvcVoiceV1VoicesPvcVoiceIdSamplesPost.d.ts +2 -2
- package/dist/api/resources/voices/resources/pvc/resources/samples/client/requests/index.d.ts +2 -2
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.d.ts +6 -25
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/Client.js +18 -16
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/index.d.ts +0 -1
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/audio/client/requests/index.d.ts +1 -1
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/index.d.ts +2 -2
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/index.js +3 -3
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.d.ts +9 -28
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/client/Client.js +29 -25
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.d.ts +7 -26
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/speakers/resources/audio/client/Client.js +17 -15
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.d.ts +6 -25
- package/dist/api/resources/voices/resources/pvc/resources/samples/resources/waveform/client/Client.js +16 -14
- package/dist/api/resources/voices/resources/pvc/resources/verification/client/Client.d.ts +5 -24
- package/dist/api/resources/voices/resources/pvc/resources/verification/client/Client.js +15 -13
- package/dist/api/resources/voices/resources/pvc/resources/verification/client/index.d.ts +0 -1
- package/dist/api/resources/voices/resources/pvc/resources/verification/client/requests/BodyRequestManualVerificationV1VoicesPvcVoiceIdVerificationPost.d.ts +2 -2
- package/dist/api/resources/voices/resources/pvc/resources/verification/client/requests/index.d.ts +1 -1
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.d.ts +7 -26
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/Client.js +26 -22
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/index.d.ts +0 -1
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/requests/BodyVerifyPvcVoiceCaptchaV1VoicesPvcVoiceIdCaptchaPost.d.ts +2 -2
- package/dist/api/resources/voices/resources/pvc/resources/verification/resources/captcha/client/requests/index.d.ts +1 -1
- package/dist/api/resources/voices/resources/samples/client/Client.d.ts +2 -10
- package/dist/api/resources/voices/resources/samples/resources/audio/client/Client.d.ts +4 -23
- package/dist/api/resources/voices/resources/samples/resources/audio/client/Client.js +13 -11
- package/dist/api/resources/voices/resources/settings/client/Client.d.ts +7 -26
- package/dist/api/resources/voices/resources/settings/client/Client.js +35 -29
- package/dist/api/resources/webhooks/client/Client.d.ts +3 -22
- package/dist/api/resources/webhooks/client/Client.js +12 -10
- package/dist/api/resources/webhooks/client/index.d.ts +0 -1
- package/dist/api/resources/webhooks/client/requests/index.d.ts +1 -1
- package/dist/api/resources/workspace/client/Client.d.ts +2 -10
- package/dist/api/resources/workspace/index.d.ts +1 -1
- package/dist/api/resources/workspace/index.js +1 -1
- package/dist/api/resources/workspace/resources/groups/client/Client.d.ts +3 -22
- package/dist/api/resources/workspace/resources/groups/client/Client.js +12 -10
- package/dist/api/resources/workspace/resources/groups/client/index.d.ts +0 -1
- package/dist/api/resources/workspace/resources/groups/client/requests/index.d.ts +1 -1
- package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.d.ts +7 -26
- package/dist/api/resources/workspace/resources/groups/resources/members/client/Client.js +27 -23
- package/dist/api/resources/workspace/resources/groups/resources/members/client/index.d.ts +0 -1
- package/dist/api/resources/workspace/resources/groups/resources/members/client/requests/index.d.ts +2 -2
- package/dist/api/resources/workspace/resources/index.d.ts +5 -5
- package/dist/api/resources/workspace/resources/index.js +6 -6
- package/dist/api/resources/workspace/resources/invites/client/Client.d.ts +3 -22
- package/dist/api/resources/workspace/resources/invites/client/Client.js +27 -21
- package/dist/api/resources/workspace/resources/invites/client/index.d.ts +0 -1
- package/dist/api/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +1 -1
- package/dist/api/resources/workspace/resources/invites/client/requests/index.d.ts +3 -3
- package/dist/api/resources/workspace/resources/invites/index.d.ts +1 -1
- package/dist/api/resources/workspace/resources/invites/index.js +1 -1
- package/dist/api/resources/workspace/resources/members/client/Client.d.ts +3 -22
- package/dist/api/resources/workspace/resources/members/client/Client.js +11 -9
- package/dist/api/resources/workspace/resources/members/client/index.d.ts +0 -1
- package/dist/api/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +1 -1
- package/dist/api/resources/workspace/resources/members/client/requests/index.d.ts +1 -1
- package/dist/api/resources/workspace/resources/members/index.d.ts +1 -1
- package/dist/api/resources/workspace/resources/members/index.js +1 -1
- package/dist/api/resources/workspace/resources/resources/client/Client.d.ts +9 -28
- package/dist/api/resources/workspace/resources/resources/client/Client.js +40 -34
- package/dist/api/resources/workspace/resources/resources/client/index.d.ts +0 -1
- package/dist/api/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.d.ts +1 -1
- package/dist/api/resources/workspace/resources/resources/client/requests/BodyUnshareWorkspaceResourceV1WorkspaceResourcesResourceIdUnsharePost.d.ts +1 -1
- package/dist/api/resources/workspace/resources/resources/client/requests/ResourcesGetRequest.d.ts +1 -1
- package/dist/api/resources/workspace/resources/resources/client/requests/index.d.ts +3 -3
- package/dist/api/resources/workspace/resources/resources/index.d.ts +1 -1
- package/dist/api/resources/workspace/resources/resources/index.js +1 -1
- package/dist/api/types/AddChapterResponseModel.d.ts +1 -1
- package/dist/api/types/AddProjectResponseModel.d.ts +1 -1
- package/dist/api/types/AddPronunciationDictionaryResponseModel.d.ts +1 -1
- package/dist/api/types/AdditionalFormats.d.ts +1 -1
- package/dist/api/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +1 -1
- package/dist/api/types/AgentConfig.d.ts +1 -1
- package/dist/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -1
- package/dist/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
- package/dist/api/types/AgentConfigOverrideConfig.d.ts +1 -1
- package/dist/api/types/AgentConfigOverrideInput.d.ts +1 -1
- package/dist/api/types/AgentConfigOverrideOutput.d.ts +1 -1
- package/dist/api/types/AgentPlatformSettingsRequestModel.d.ts +1 -1
- package/dist/api/types/AgentPlatformSettingsResponseModel.d.ts +1 -1
- package/dist/api/types/AgentSimulatedChatTestResponseModel.d.ts +1 -1
- package/dist/api/types/AgentSummaryResponseModel.d.ts +1 -1
- package/dist/api/types/AgentTestingSettings.d.ts +1 -1
- package/dist/api/types/AgentWorkflowRequestModel.d.ts +1 -1
- package/dist/api/types/AgentWorkflowRequestModelNodesValue.d.ts +1 -1
- package/dist/api/types/AgentWorkflowResponseModel.d.ts +1 -1
- package/dist/api/types/AgentWorkflowResponseModelNodesValue.d.ts +1 -1
- package/dist/api/types/AgentWorkspaceOverridesInput.d.ts +1 -1
- package/dist/api/types/AgentWorkspaceOverridesOutput.d.ts +1 -1
- package/dist/api/types/ApiIntegrationWebhookOverridesInput.d.ts +1 -1
- package/dist/api/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +1 -1
- package/dist/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +1 -1
- package/dist/api/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +1 -1
- package/dist/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +1 -1
- package/dist/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +1 -1
- package/dist/api/types/ArrayJsonSchemaPropertyInput.d.ts +1 -1
- package/dist/api/types/ArrayJsonSchemaPropertyInputItems.d.ts +1 -1
- package/dist/api/types/ArrayJsonSchemaPropertyOutput.d.ts +1 -1
- package/dist/api/types/ArrayJsonSchemaPropertyOutputItems.d.ts +1 -1
- package/dist/api/types/AsrConversationalConfig.d.ts +1 -1
- package/dist/api/types/AsrConversationalConfigWorkflowOverride.d.ts +1 -1
- package/dist/api/types/AstAndOperatorNodeInput.d.ts +1 -1
- package/dist/api/types/AstAndOperatorNodeInputChildrenItem.d.ts +1 -1
- package/dist/api/types/AstAndOperatorNodeOutput.d.ts +1 -1
- package/dist/api/types/AstAndOperatorNodeOutputChildrenItem.d.ts +1 -1
- package/dist/api/types/AstEqualsOperatorNodeInput.d.ts +1 -1
- package/dist/api/types/AstEqualsOperatorNodeInputLeft.d.ts +1 -1
- package/dist/api/types/AstEqualsOperatorNodeInputRight.d.ts +1 -1
- package/dist/api/types/AstEqualsOperatorNodeOutput.d.ts +1 -1
- package/dist/api/types/AstEqualsOperatorNodeOutputLeft.d.ts +1 -1
- package/dist/api/types/AstEqualsOperatorNodeOutputRight.d.ts +1 -1
- package/dist/api/types/AstGreaterThanOperatorNodeInput.d.ts +1 -1
- package/dist/api/types/AstGreaterThanOperatorNodeInputLeft.d.ts +1 -1
- package/dist/api/types/AstGreaterThanOperatorNodeInputRight.d.ts +1 -1
- package/dist/api/types/AstGreaterThanOperatorNodeOutput.d.ts +1 -1
- package/dist/api/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +1 -1
- package/dist/api/types/AstGreaterThanOperatorNodeOutputRight.d.ts +1 -1
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +1 -1
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +1 -1
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +1 -1
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +1 -1
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +1 -1
- package/dist/api/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +1 -1
- package/dist/api/types/AstLessThanOperatorNodeInput.d.ts +1 -1
- package/dist/api/types/AstLessThanOperatorNodeInputLeft.d.ts +1 -1
- package/dist/api/types/AstLessThanOperatorNodeInputRight.d.ts +1 -1
- package/dist/api/types/AstLessThanOperatorNodeOutput.d.ts +1 -1
- package/dist/api/types/AstLessThanOperatorNodeOutputLeft.d.ts +1 -1
- package/dist/api/types/AstLessThanOperatorNodeOutputRight.d.ts +1 -1
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +1 -1
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +1 -1
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +1 -1
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +1 -1
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +1 -1
- package/dist/api/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +1 -1
- package/dist/api/types/AstNotEqualsOperatorNodeInput.d.ts +1 -1
- package/dist/api/types/AstNotEqualsOperatorNodeInputLeft.d.ts +1 -1
- package/dist/api/types/AstNotEqualsOperatorNodeInputRight.d.ts +1 -1
- package/dist/api/types/AstNotEqualsOperatorNodeOutput.d.ts +1 -1
- package/dist/api/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +1 -1
- package/dist/api/types/AstNotEqualsOperatorNodeOutputRight.d.ts +1 -1
- package/dist/api/types/AstOrOperatorNodeInput.d.ts +1 -1
- package/dist/api/types/AstOrOperatorNodeInputChildrenItem.d.ts +1 -1
- package/dist/api/types/AstOrOperatorNodeOutput.d.ts +1 -1
- package/dist/api/types/AstOrOperatorNodeOutputChildrenItem.d.ts +1 -1
- package/dist/api/types/AsyncConversationMetadata.d.ts +1 -1
- package/dist/api/types/AudioNativeProjectSettingsResponseModel.d.ts +1 -1
- package/dist/api/types/AudioWithTimestampsAndVoiceSegmentsResponseModel.d.ts +1 -1
- package/dist/api/types/AudioWithTimestampsResponse.d.ts +1 -1
- package/dist/api/types/AuthSettings.d.ts +1 -1
- package/dist/api/types/BackupLlmDefault.d.ts +1 -2
- package/dist/api/types/BackupLlmDisabled.d.ts +1 -2
- package/dist/api/types/BackupLlmOverride.d.ts +1 -1
- package/dist/api/types/BatchCallDetailedResponse.d.ts +1 -2
- package/dist/api/types/BatchCallResponse.d.ts +1 -2
- package/dist/api/types/BatchCallWhatsAppParams.d.ts +5 -0
- package/dist/api/types/BuiltInToolsInput.d.ts +1 -1
- package/dist/api/types/BuiltInToolsOutput.d.ts +1 -1
- package/dist/api/types/BuiltInToolsWorkflowOverrideInput.d.ts +1 -1
- package/dist/api/types/BuiltInToolsWorkflowOverrideOutput.d.ts +1 -1
- package/dist/api/types/CanvasPlacement.d.ts +13 -0
- package/dist/api/types/CaptionStyleCharacterAnimationModel.d.ts +1 -1
- package/dist/api/types/CaptionStyleHorizontalPlacementModel.d.ts +1 -1
- package/dist/api/types/CaptionStyleModel.d.ts +1 -1
- package/dist/api/types/CaptionStyleSectionAnimationModel.d.ts +1 -1
- package/dist/api/types/CaptionStyleVerticalPlacementModel.d.ts +1 -1
- package/dist/api/types/CaptionStyleWordAnimationModel.d.ts +1 -1
- package/dist/api/types/ChapterContentBlockExtendableNodeResponseModel.d.ts +1 -2
- package/dist/api/types/ChapterContentBlockInputModel.d.ts +1 -1
- package/dist/api/types/ChapterContentBlockResponseModel.d.ts +1 -1
- package/dist/api/types/ChapterContentBlockResponseModelNodesItem.d.ts +1 -1
- package/dist/api/types/ChapterContentInputModel.d.ts +1 -1
- package/dist/api/types/ChapterContentResponseModel.d.ts +1 -1
- package/dist/api/types/ChapterResponse.d.ts +3 -1
- package/dist/api/types/ChapterSnapshotExtendedResponseModel.d.ts +1 -1
- package/dist/api/types/ChapterSnapshotsResponse.d.ts +1 -1
- package/dist/api/types/ChapterWithContentResponseModel.d.ts +3 -1
- package/dist/api/types/ClientEvent.d.ts +1 -0
- package/dist/api/types/ClientEvent.js +1 -0
- package/dist/api/types/ClientToolConfigInput.d.ts +1 -1
- package/dist/api/types/ClientToolConfigOutput.d.ts +1 -1
- package/dist/api/types/ConvAiStoredSecretDependencies.d.ts +1 -1
- package/dist/api/types/ConvAiStoredSecretDependenciesAgentsItem.d.ts +1 -1
- package/dist/api/types/ConvAiStoredSecretDependenciesToolsItem.d.ts +1 -1
- package/dist/api/types/ConvAiWebhooks.d.ts +1 -1
- package/dist/api/types/ConvAiWorkspaceStoredSecretConfig.d.ts +1 -1
- package/dist/api/types/ConversationChargingCommonModel.d.ts +1 -1
- package/dist/api/types/ConversationConfig.d.ts +1 -1
- package/dist/api/types/ConversationConfigClientOverrideConfigInput.d.ts +1 -1
- package/dist/api/types/ConversationConfigClientOverrideConfigOutput.d.ts +1 -1
- package/dist/api/types/ConversationConfigClientOverrideInput.d.ts +1 -1
- package/dist/api/types/ConversationConfigClientOverrideOutput.d.ts +1 -1
- package/dist/api/types/ConversationConfigWorkflowOverride.d.ts +1 -1
- package/dist/api/types/ConversationHistoryAnalysisCommonModel.d.ts +1 -1
- package/dist/api/types/ConversationHistoryEvaluationCriteriaResultCommonModel.d.ts +1 -1
- package/dist/api/types/ConversationHistoryFeedbackCommonModel.d.ts +1 -1
- package/dist/api/types/ConversationHistoryMetadataCommonModel.d.ts +1 -1
- package/dist/api/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +1 -1
- package/dist/api/types/ConversationHistoryMetadataCommonModelPhoneCall.d.ts +1 -1
- package/dist/api/types/ConversationHistoryMultivoiceMessageModel.d.ts +1 -1
- package/dist/api/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptToolCallCommonModel.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptToolCallCommonModelToolDetails.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTwilioPhoneCallModel.d.ts +1 -1
- package/dist/api/types/ConversationInitiationClientDataConfigInput.d.ts +1 -1
- package/dist/api/types/ConversationInitiationClientDataConfigOutput.d.ts +1 -1
- package/dist/api/types/ConversationInitiationClientDataInternal.d.ts +1 -1
- package/dist/api/types/ConversationInitiationClientDataRequestInput.d.ts +1 -1
- package/dist/api/types/ConversationInitiationClientDataRequestOutput.d.ts +1 -1
- package/dist/api/types/ConversationInitiationClientDataWebhook.d.ts +1 -1
- package/dist/api/types/ConversationInitiationClientDataWebhookRequestHeadersValue.d.ts +1 -1
- package/dist/api/types/ConversationInitiationSourceInfo.d.ts +1 -1
- package/dist/api/types/ConversationSimulationSpecification.d.ts +1 -1
- package/dist/api/types/ConversationSummaryResponseModel.d.ts +1 -1
- package/dist/api/types/ConversationTokenDbModel.d.ts +1 -1
- package/dist/api/types/ConversationTurnMetrics.d.ts +1 -1
- package/dist/api/types/ConversationalConfig.d.ts +1 -1
- package/dist/api/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +1 -1
- package/dist/api/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
- package/dist/api/types/CreateSipTrunkPhoneNumberRequest.d.ts +1 -1
- package/dist/api/types/CreateTwilioPhoneNumberRequest.d.ts +1 -1
- package/dist/api/types/CustomLlm.d.ts +1 -1
- package/dist/api/types/CustomLlmRequestHeadersValue.d.ts +1 -1
- package/dist/api/types/DataCollectionResultCommonModel.d.ts +1 -1
- package/dist/api/types/DefaultConversationInitiationTrigger.d.ts +1 -2
- package/dist/api/types/DependentAvailableAgentIdentifier.d.ts +1 -1
- package/dist/api/types/DependentAvailableToolIdentifier.d.ts +1 -1
- package/dist/api/types/DependentPhoneNumberIdentifier.d.ts +1 -1
- package/dist/api/types/DependentUnknownAgentIdentifier.d.ts +1 -2
- package/dist/api/types/DependentUnknownToolIdentifier.d.ts +1 -2
- package/dist/api/types/DetailedMusicResponse.d.ts +1 -1
- package/dist/api/types/DubbedSegment.d.ts +1 -1
- package/dist/api/types/DubbingMetadataPageResponseModel.d.ts +1 -1
- package/dist/api/types/DubbingMetadataResponse.d.ts +1 -1
- package/dist/api/types/DubbingModel.d.ts +5 -0
- package/dist/api/types/DubbingModel.js +8 -0
- package/dist/api/types/DubbingResource.d.ts +1 -1
- package/dist/api/types/DubbingTranscriptCharacter.d.ts +5 -0
- package/dist/api/types/DubbingTranscriptResponseModel.d.ts +5 -0
- package/dist/api/types/DubbingTranscriptUtterance.d.ts +7 -0
- package/dist/api/types/DubbingTranscriptWord.d.ts +8 -0
- package/dist/api/types/DynamicVariablesConfig.d.ts +1 -1
- package/dist/api/types/DynamicVariablesConfigWorkflowOverride.d.ts +1 -1
- package/dist/api/types/EditChapterResponseModel.d.ts +1 -1
- package/dist/api/types/EditProjectResponseModel.d.ts +1 -1
- package/dist/api/types/EndCallToolConfig.d.ts +1 -2
- package/dist/api/types/EvaluationSettings.d.ts +1 -1
- package/dist/api/types/ExportOptions.d.ts +1 -1
- package/dist/api/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +1 -1
- package/dist/api/types/FeaturesUsageCommonModel.d.ts +1 -1
- package/dist/api/types/FineTuningResponse.d.ts +1 -1
- package/dist/api/types/ForcedAlignmentResponseModel.d.ts +1 -1
- package/dist/api/types/GenerateVoiceRequest.d.ts +1 -1
- package/dist/api/types/GetAgentEmbedResponseModel.d.ts +1 -1
- package/dist/api/types/GetAgentLinkResponseModel.d.ts +1 -1
- package/dist/api/types/GetAgentResponseModel.d.ts +1 -5
- package/dist/api/types/GetAgentResponseModelPhoneNumbersItem.d.ts +1 -1
- package/dist/api/types/GetAgentsPageResponseModel.d.ts +1 -1
- package/dist/api/types/GetAudioNativeProjectSettingsResponseModel.d.ts +1 -1
- package/dist/api/types/GetChaptersResponse.d.ts +1 -1
- package/dist/api/types/GetConvAiDashboardSettingsResponseModel.d.ts +1 -1
- package/dist/api/types/GetConvAiDashboardSettingsResponseModelChartsItem.d.ts +1 -1
- package/dist/api/types/GetConvAiSettingsResponseModel.d.ts +1 -1
- package/dist/api/types/GetConversationResponseModel.d.ts +1 -1
- package/dist/api/types/GetConversationsPageResponseModel.d.ts +1 -1
- package/dist/api/types/GetKnowledgeBaseDependentAgentsResponseModel.d.ts +1 -1
- package/dist/api/types/GetKnowledgeBaseDependentAgentsResponseModelAgentsItem.d.ts +1 -1
- package/dist/api/types/GetKnowledgeBaseFileResponseModel.d.ts +1 -1
- package/dist/api/types/GetKnowledgeBaseListResponseModel.d.ts +1 -1
- package/dist/api/types/GetKnowledgeBaseListResponseModelDocumentsItem.d.ts +1 -1
- package/dist/api/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +1 -1
- package/dist/api/types/GetKnowledgeBaseSummaryFileResponseModelDependentAgentsItem.d.ts +1 -1
- package/dist/api/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +1 -1
- package/dist/api/types/GetKnowledgeBaseSummaryTextResponseModelDependentAgentsItem.d.ts +1 -1
- package/dist/api/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +1 -1
- package/dist/api/types/GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem.d.ts +1 -1
- package/dist/api/types/GetKnowledgeBaseTextResponseModel.d.ts +1 -1
- package/dist/api/types/GetKnowledgeBaseUrlResponseModel.d.ts +1 -1
- package/dist/api/types/GetLibraryVoicesResponse.d.ts +1 -1
- package/dist/api/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +1 -1
- package/dist/api/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +1 -1
- package/dist/api/types/GetPhoneNumberSipTrunkResponseModel.d.ts +1 -1
- package/dist/api/types/GetPhoneNumberTwilioResponseModel.d.ts +1 -1
- package/dist/api/types/GetProjectsResponse.d.ts +1 -1
- package/dist/api/types/GetPronunciationDictionariesMetadataResponseModel.d.ts +1 -1
- package/dist/api/types/GetPronunciationDictionaryMetadataResponse.d.ts +1 -1
- package/dist/api/types/GetSpeechHistoryResponse.d.ts +1 -1
- package/dist/api/types/GetTestInvocationsPageResponseModel.d.ts +1 -1
- package/dist/api/types/GetTestSuiteInvocationResponseModel.d.ts +1 -1
- package/dist/api/types/GetTestsPageResponseModel.d.ts +1 -1
- package/dist/api/types/GetTestsSummariesByIdsResponseModel.d.ts +1 -1
- package/dist/api/types/GetToolDependentAgentsResponseModel.d.ts +1 -1
- package/dist/api/types/GetToolDependentAgentsResponseModelAgentsItem.d.ts +1 -1
- package/dist/api/types/GetUnitTestResponseModel.d.ts +1 -1
- package/dist/api/types/GetVoicesResponse.d.ts +1 -1
- package/dist/api/types/GetVoicesV2Response.d.ts +1 -1
- package/dist/api/types/GetWorkspaceSecretsResponseModel.d.ts +1 -1
- package/dist/api/types/GuardrailsV1Input.d.ts +1 -1
- package/dist/api/types/GuardrailsV1Output.d.ts +1 -1
- package/dist/api/types/HistoryAlignmentsResponseModel.d.ts +1 -1
- package/dist/api/types/HttpValidationError.d.ts +1 -1
- package/dist/api/types/InboundSipTrunkConfigRequestModel.d.ts +1 -1
- package/dist/api/types/InvoiceResponse.d.ts +1 -1
- package/dist/api/types/KnowledgeBaseLocator.d.ts +1 -1
- package/dist/api/types/LanguageDetectionToolConfig.d.ts +1 -2
- package/dist/api/types/LanguagePresetInput.d.ts +1 -1
- package/dist/api/types/LanguagePresetOutput.d.ts +1 -1
- package/dist/api/types/LibraryVoiceResponse.d.ts +1 -1
- package/dist/api/types/ListMcpToolsResponseModel.d.ts +1 -1
- package/dist/api/types/LiteralJsonSchemaProperty.d.ts +1 -1
- package/dist/api/types/LiteralOverride.d.ts +1 -1
- package/dist/api/types/Llm.d.ts +3 -0
- package/dist/api/types/Llm.js +3 -0
- package/dist/api/types/LlmCategoryUsage.d.ts +1 -1
- package/dist/api/types/LlmInputOutputTokensUsage.d.ts +1 -1
- package/dist/api/types/LlmReasoningEffort.d.ts +1 -0
- package/dist/api/types/LlmReasoningEffort.js +1 -0
- package/dist/api/types/LlmUsageCalculatorLlmResponseModel.d.ts +1 -1
- package/dist/api/types/LlmUsageCalculatorResponseModel.d.ts +1 -1
- package/dist/api/types/LlmUsageInput.d.ts +1 -1
- package/dist/api/types/LlmUsageOutput.d.ts +1 -1
- package/dist/api/types/ManualVerificationResponse.d.ts +1 -1
- package/dist/api/types/MatchAnythingParameterEvaluationStrategy.d.ts +1 -2
- package/dist/api/types/McpServerConfigInput.d.ts +1 -1
- package/dist/api/types/McpServerConfigInputRequestHeadersValue.d.ts +1 -1
- package/dist/api/types/McpServerConfigInputSecretToken.d.ts +1 -1
- package/dist/api/types/McpServerConfigInputUrl.d.ts +1 -1
- package/dist/api/types/McpServerConfigOutput.d.ts +1 -1
- package/dist/api/types/McpServerConfigOutputRequestHeadersValue.d.ts +1 -1
- package/dist/api/types/McpServerConfigOutputSecretToken.d.ts +1 -1
- package/dist/api/types/McpServerConfigOutputUrl.d.ts +1 -1
- package/dist/api/types/McpServerResponseModel.d.ts +1 -1
- package/dist/api/types/McpServerResponseModelDependentAgentsItem.d.ts +1 -1
- package/dist/api/types/McpServersResponseModel.d.ts +1 -1
- package/dist/api/types/McpToolApprovalHash.d.ts +1 -1
- package/dist/api/types/McpToolConfigOverride.d.ts +1 -1
- package/dist/api/types/Model.d.ts +1 -1
- package/dist/api/types/ModerationConfig.d.ts +1 -1
- package/dist/api/types/ModerationGuardrailInput.d.ts +1 -1
- package/dist/api/types/ModerationGuardrailOutput.d.ts +1 -1
- package/dist/api/types/MultichannelSpeechToTextResponseModel.d.ts +1 -1
- package/dist/api/types/MultipartMusicResponse.d.ts +1 -1
- package/dist/api/types/MusicPrompt.d.ts +1 -1
- package/dist/api/types/ObjectJsonSchemaPropertyInput.d.ts +1 -1
- package/dist/api/types/ObjectJsonSchemaPropertyInputPropertiesValue.d.ts +1 -1
- package/dist/api/types/ObjectJsonSchemaPropertyOutput.d.ts +1 -1
- package/dist/api/types/ObjectJsonSchemaPropertyOutputPropertiesValue.d.ts +1 -1
- package/dist/api/types/ObjectOverrideInput.d.ts +1 -1
- package/dist/api/types/ObjectOverrideInputPropertiesValue.d.ts +1 -1
- package/dist/api/types/ObjectOverrideOutput.d.ts +1 -1
- package/dist/api/types/ObjectOverrideOutputPropertiesValue.d.ts +1 -1
- package/dist/api/types/OutboundCallRecipient.d.ts +1 -1
- package/dist/api/types/OutboundCallRecipientResponseModel.d.ts +1 -1
- package/dist/api/types/OutboundSipTrunkConfigRequestModel.d.ts +1 -1
- package/dist/api/types/PendingSubscriptionSwitchResponseModel.d.ts +1 -1
- package/dist/api/types/PhoneNumberTransfer.d.ts +1 -1
- package/dist/api/types/PhoneNumberTransferTransferDestination.d.ts +1 -1
- package/dist/api/types/PlayDtmfToolConfig.d.ts +2 -0
- package/dist/api/types/PodcastBulletinMode.d.ts +1 -1
- package/dist/api/types/PodcastConversationMode.d.ts +1 -1
- package/dist/api/types/PodcastProjectResponseModel.d.ts +1 -1
- package/dist/api/types/ProjectCreationMetaResponseModel.d.ts +1 -1
- package/dist/api/types/ProjectExtendedResponse.d.ts +3 -1
- package/dist/api/types/ProjectExtendedResponseModelAssetsItem.d.ts +5 -2
- package/dist/api/types/ProjectImageResponseModel.d.ts +19 -0
- package/dist/api/types/ProjectResponse.d.ts +1 -1
- package/dist/api/types/ProjectSnapshotExtendedResponseModel.d.ts +1 -1
- package/dist/api/types/ProjectSnapshotsResponse.d.ts +1 -1
- package/dist/api/types/ProjectVideoResponseModel.d.ts +2 -1
- package/dist/api/types/PromptAgentApiModelInput.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelInputBackupLlmConfig.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelInputToolsItem.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelOutput.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelOutputBackupLlmConfig.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelOutputToolsItem.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelOverride.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.d.ts +1 -1
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +1 -1
- package/dist/api/types/PronunciationDictionaryVersionResponseModel.d.ts +1 -1
- package/dist/api/types/QueryOverride.d.ts +1 -1
- package/dist/api/types/QueryParamsJsonSchema.d.ts +1 -1
- package/dist/api/types/RagConfig.d.ts +1 -1
- package/dist/api/types/RagConfigWorkflowOverride.d.ts +1 -1
- package/dist/api/types/RagDocumentIndexResponseModel.d.ts +1 -1
- package/dist/api/types/RagDocumentIndexesResponseModel.d.ts +1 -1
- package/dist/api/types/RagIndexOverviewEmbeddingModelResponseModel.d.ts +1 -1
- package/dist/api/types/RagIndexOverviewResponseModel.d.ts +1 -1
- package/dist/api/types/RagRetrievalInfo.d.ts +1 -1
- package/dist/api/types/ReaderResourceResponseModel.d.ts +1 -1
- package/dist/api/types/ReferencedToolCommonModel.d.ts +1 -1
- package/dist/api/types/RegionConfigRequest.d.ts +1 -1
- package/dist/api/types/Render.d.ts +1 -1
- package/dist/api/types/ResourceAccessInfo.d.ts +1 -1
- package/dist/api/types/ResourceMetadataResponseModel.d.ts +1 -1
- package/dist/api/types/SafetyCommonModel.d.ts +1 -1
- package/dist/api/types/SafetyEvaluation.d.ts +1 -1
- package/dist/api/types/SectionSource.d.ts +1 -1
- package/dist/api/types/ShareOptionResponseModel.d.ts +1 -1
- package/dist/api/types/SimilarVoice.d.ts +1 -1
- package/dist/api/types/SimilarVoicesForSpeakerResponse.d.ts +1 -1
- package/dist/api/types/SingleUseTokenType.d.ts +5 -1
- package/dist/api/types/SingleUseTokenType.js +5 -0
- package/dist/api/types/SkipTurnToolConfig.d.ts +1 -2
- package/dist/api/types/SongSection.d.ts +1 -1
- package/dist/api/types/SpeakerResponseModel.d.ts +1 -1
- package/dist/api/types/SpeakerSegment.d.ts +1 -1
- package/dist/api/types/SpeakerSeparationResponseModel.d.ts +1 -1
- package/dist/api/types/SpeakerTrack.d.ts +1 -1
- package/dist/api/types/SpeechHistoryItemResponse.d.ts +1 -1
- package/dist/api/types/SpeechToTextChunkResponseModel.d.ts +1 -1
- package/dist/api/types/SpeechToTextWordResponseModel.d.ts +1 -1
- package/dist/api/types/StreamingAudioChunkWithTimestampsAndVoiceSegmentsResponseModel.d.ts +1 -1
- package/dist/api/types/StreamingAudioChunkWithTimestampsResponse.d.ts +1 -1
- package/dist/api/types/Subscription.d.ts +1 -1
- package/dist/api/types/SubscriptionResponse.d.ts +1 -1
- package/dist/api/types/SuggestedAudioTag.d.ts +6 -0
- package/dist/api/types/SupportedVoice.d.ts +1 -1
- package/dist/api/types/SystemToolConfigInput.d.ts +1 -1
- package/dist/api/types/SystemToolConfigInputParams.d.ts +1 -1
- package/dist/api/types/SystemToolConfigOutput.d.ts +1 -1
- package/dist/api/types/SystemToolConfigOutputParams.d.ts +1 -1
- package/dist/api/types/TestConditionResultCommonModel.d.ts +1 -1
- package/dist/api/types/TestFromConversationMetadataInput.d.ts +1 -1
- package/dist/api/types/TestFromConversationMetadataOutput.d.ts +1 -1
- package/dist/api/types/TestInvocationSummaryResponseModel.d.ts +1 -1
- package/dist/api/types/TestRunMetadata.d.ts +1 -1
- package/dist/api/types/TextNormalisationType.d.ts +6 -0
- package/dist/api/types/TextNormalisationType.js +9 -0
- package/dist/api/types/Tool.d.ts +1 -1
- package/dist/api/types/ToolRequestModel.d.ts +1 -1
- package/dist/api/types/ToolRequestModelToolConfig.d.ts +2 -5
- package/dist/api/types/ToolResponseModel.d.ts +1 -1
- package/dist/api/types/ToolResponseModelToolConfig.d.ts +2 -5
- package/dist/api/types/ToolsResponseModel.d.ts +1 -1
- package/dist/api/types/TransferToAgentToolConfig.d.ts +1 -1
- package/dist/api/types/TransferToNumberToolConfigInput.d.ts +1 -1
- package/dist/api/types/TransferToNumberToolConfigOutput.d.ts +1 -1
- package/dist/api/types/TtsConversationalConfigInput.d.ts +5 -1
- package/dist/api/types/TtsConversationalConfigOutput.d.ts +5 -1
- package/dist/api/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +5 -1
- package/dist/api/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +5 -1
- package/dist/api/types/TtsConversationalModel.d.ts +0 -1
- package/dist/api/types/TtsConversationalModel.js +0 -1
- package/dist/api/types/TtsModelFamily.d.ts +0 -1
- package/dist/api/types/TtsModelFamily.js +0 -1
- package/dist/api/types/TurnConfig.d.ts +1 -1
- package/dist/api/types/TurnConfigOverride.d.ts +1 -1
- package/dist/api/types/TurnConfigOverrideConfig.d.ts +1 -1
- package/dist/api/types/TurnConfigWorkflowOverride.d.ts +1 -1
- package/dist/api/types/UnitTestCommonModel.d.ts +1 -1
- package/dist/api/types/UnitTestRunResponseModel.d.ts +1 -1
- package/dist/api/types/UnitTestSummaryResponseModel.d.ts +1 -1
- package/dist/api/types/UnitTestToolCallEvaluationModelInput.d.ts +1 -1
- package/dist/api/types/UnitTestToolCallEvaluationModelOutput.d.ts +1 -1
- package/dist/api/types/UnitTestToolCallParameter.d.ts +1 -1
- package/dist/api/types/UnitTestToolCallParameterEval.d.ts +1 -1
- package/dist/api/types/User.d.ts +1 -1
- package/dist/api/types/UserFeedback.d.ts +1 -1
- package/dist/api/types/VadConfig.d.ts +1 -2
- package/dist/api/types/VadConfigWorkflowOverride.d.ts +1 -2
- package/dist/api/types/ValidationError.d.ts +1 -1
- package/dist/api/types/VerificationAttemptResponse.d.ts +1 -1
- package/dist/api/types/Voice.d.ts +1 -1
- package/dist/api/types/VoiceDesignPreviewResponse.d.ts +1 -1
- package/dist/api/types/VoiceGenerationParameterResponse.d.ts +1 -1
- package/dist/api/types/VoiceSample.d.ts +1 -1
- package/dist/api/types/VoiceSharingResponse.d.ts +1 -1
- package/dist/api/types/VoiceVerificationResponse.d.ts +1 -1
- package/dist/api/types/WebhookToolApiSchemaConfigInput.d.ts +1 -1
- package/dist/api/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.d.ts +1 -1
- package/dist/api/types/WebhookToolApiSchemaConfigOutput.d.ts +1 -1
- package/dist/api/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.d.ts +1 -1
- package/dist/api/types/WebhookToolConfigInput.d.ts +1 -1
- package/dist/api/types/WebhookToolConfigOutput.d.ts +1 -1
- package/dist/api/types/WidgetConfig.d.ts +1 -1
- package/dist/api/types/WidgetConfigInputAvatar.d.ts +1 -1
- package/dist/api/types/WidgetConfigOutputAvatar.d.ts +1 -1
- package/dist/api/types/WidgetConfigResponse.d.ts +1 -1
- package/dist/api/types/WidgetConfigResponseModelAvatar.d.ts +1 -1
- package/dist/api/types/WidgetEndFeedbackConfig.d.ts +1 -1
- package/dist/api/types/WidgetLanguagePreset.d.ts +1 -1
- package/dist/api/types/WidgetLanguagePresetResponse.d.ts +1 -1
- package/dist/api/types/WorkflowEdgeModelInput.d.ts +1 -1
- package/dist/api/types/WorkflowEdgeModelInputBackwardCondition.d.ts +1 -1
- package/dist/api/types/WorkflowEdgeModelInputForwardCondition.d.ts +1 -1
- package/dist/api/types/WorkflowEdgeModelOutput.d.ts +1 -1
- package/dist/api/types/WorkflowEdgeModelOutputBackwardCondition.d.ts +1 -1
- package/dist/api/types/WorkflowEdgeModelOutputForwardCondition.d.ts +1 -1
- package/dist/api/types/WorkflowEndNodeModelInput.d.ts +1 -1
- package/dist/api/types/WorkflowEndNodeModelOutput.d.ts +1 -1
- package/dist/api/types/WorkflowExpressionConditionModelInput.d.ts +1 -1
- package/dist/api/types/WorkflowExpressionConditionModelInputExpression.d.ts +1 -1
- package/dist/api/types/WorkflowExpressionConditionModelOutput.d.ts +1 -1
- package/dist/api/types/WorkflowExpressionConditionModelOutputExpression.d.ts +1 -1
- package/dist/api/types/WorkflowFeaturesUsageCommonModel.d.ts +1 -1
- package/dist/api/types/WorkflowOverrideAgentNodeModelInput.d.ts +1 -1
- package/dist/api/types/WorkflowOverrideAgentNodeModelOutput.d.ts +1 -1
- package/dist/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +1 -1
- package/dist/api/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +1 -1
- package/dist/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +1 -1
- package/dist/api/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +1 -1
- package/dist/api/types/WorkflowStandaloneAgentNodeModelInput.d.ts +1 -1
- package/dist/api/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +1 -1
- package/dist/api/types/WorkflowStartNodeModelInput.d.ts +1 -1
- package/dist/api/types/WorkflowStartNodeModelOutput.d.ts +1 -1
- package/dist/api/types/WorkflowToolNestedToolsStepModelInput.d.ts +1 -1
- package/dist/api/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +1 -1
- package/dist/api/types/WorkflowToolNestedToolsStepModelOutput.d.ts +1 -1
- package/dist/api/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +1 -1
- package/dist/api/types/WorkflowToolNodeModelInput.d.ts +1 -1
- package/dist/api/types/WorkflowToolNodeModelOutput.d.ts +1 -1
- package/dist/api/types/WorkflowToolResponseModelInput.d.ts +1 -1
- package/dist/api/types/WorkflowToolResponseModelInputStepsItem.d.ts +1 -1
- package/dist/api/types/WorkflowToolResponseModelOutput.d.ts +1 -1
- package/dist/api/types/WorkflowToolResponseModelOutputStepsItem.d.ts +1 -1
- package/dist/api/types/WorkspaceApiKeyListResponseModel.d.ts +1 -1
- package/dist/api/types/WorkspaceApiKeyResponseModel.d.ts +1 -1
- package/dist/api/types/WorkspaceBatchCallsResponse.d.ts +1 -1
- package/dist/api/types/WorkspaceServiceAccountListResponseModel.d.ts +1 -1
- package/dist/api/types/WorkspaceServiceAccountResponseModel.d.ts +1 -1
- package/dist/api/types/WorkspaceWebhookListResponseModel.d.ts +1 -1
- package/dist/api/types/WorkspaceWebhookResponseModel.d.ts +1 -1
- package/dist/api/types/WorkspaceWebhookUsageResponseModel.d.ts +1 -1
- package/dist/api/types/index.d.ts +296 -311
- package/dist/api/types/index.js +296 -311
- package/dist/core/exports.d.ts +1 -0
- package/dist/core/exports.js +1 -0
- package/dist/core/fetcher/APIResponse.d.ts +1 -1
- package/dist/core/fetcher/BinaryResponse.d.ts +1 -1
- package/dist/core/fetcher/EndpointSupplier.d.ts +2 -2
- package/dist/core/fetcher/Fetcher.d.ts +6 -3
- package/dist/core/fetcher/Fetcher.js +202 -8
- package/dist/core/fetcher/HttpResponsePromise.d.ts +1 -1
- package/dist/core/fetcher/getErrorResponseBody.js +2 -1
- package/dist/core/fetcher/getFetchFn.js +1 -1
- package/dist/core/fetcher/getRequestBody.d.ts +1 -1
- package/dist/core/fetcher/getRequestBody.js +4 -0
- package/dist/core/fetcher/getResponseBody.js +3 -3
- package/dist/core/fetcher/makeRequest.d.ts +1 -1
- package/dist/core/fetcher/makeRequest.js +2 -4
- package/dist/core/fetcher/requestWithRetries.js +3 -12
- package/dist/core/fetcher/signals.d.ts +0 -6
- package/dist/core/fetcher/signals.js +0 -12
- package/dist/core/file/file.d.ts +6 -1
- package/dist/core/file/file.js +25 -7
- package/dist/core/form-data-utils/FormDataWrapper.d.ts +2 -3
- package/dist/core/form-data-utils/FormDataWrapper.js +62 -85
- package/dist/core/headers.js +6 -4
- package/dist/core/index.d.ts +5 -4
- package/dist/core/index.js +6 -5
- package/dist/core/logging/exports.d.ts +18 -0
- package/dist/core/logging/exports.js +45 -0
- package/dist/core/logging/index.d.ts +1 -0
- package/{api/resources/v1TextToSpeechVoiceIdStreamInput → dist/core/logging}/index.js +1 -1
- package/dist/core/logging/logger.d.ts +126 -0
- package/dist/core/logging/logger.js +144 -0
- package/dist/core/schemas/Schema.d.ts +2 -1
- package/dist/core/schemas/Schema.js +1 -0
- package/dist/core/schemas/builders/bigint/bigint.d.ts +1 -1
- package/dist/core/schemas/builders/bigint/bigint.js +2 -2
- package/dist/core/schemas/builders/date/date.d.ts +1 -1
- package/dist/core/schemas/builders/date/date.js +2 -2
- package/dist/core/schemas/builders/enum/enum.d.ts +1 -1
- package/dist/core/schemas/builders/index.d.ts +14 -14
- package/dist/core/schemas/builders/index.js +14 -14
- package/dist/core/schemas/builders/lazy/lazy.d.ts +1 -1
- package/dist/core/schemas/builders/lazy/lazy.js +2 -2
- package/dist/core/schemas/builders/lazy/lazyObject.d.ts +2 -2
- package/dist/core/schemas/builders/lazy/lazyObject.js +4 -4
- package/dist/core/schemas/builders/list/list.d.ts +1 -1
- package/dist/core/schemas/builders/list/list.js +2 -2
- package/dist/core/schemas/builders/literals/booleanLiteral.d.ts +1 -1
- package/dist/core/schemas/builders/literals/stringLiteral.d.ts +1 -1
- package/dist/core/schemas/builders/object/object.d.ts +1 -1
- package/dist/core/schemas/builders/object/object.js +5 -5
- package/dist/core/schemas/builders/object/objectWithoutOptionalProperties.d.ts +1 -1
- package/dist/core/schemas/builders/object/property.d.ts +1 -1
- package/dist/core/schemas/builders/object/types.d.ts +5 -5
- package/dist/core/schemas/builders/object-like/getObjectLikeUtils.d.ts +2 -2
- package/dist/core/schemas/builders/object-like/getObjectLikeUtils.js +2 -2
- package/dist/core/schemas/builders/object-like/types.d.ts +1 -1
- package/dist/core/schemas/builders/primitives/any.d.ts +1 -1
- package/dist/core/schemas/builders/primitives/boolean.d.ts +1 -1
- package/dist/core/schemas/builders/primitives/index.d.ts +1 -0
- package/dist/core/schemas/builders/primitives/index.js +3 -1
- package/dist/core/schemas/builders/primitives/never.d.ts +2 -0
- package/dist/core/schemas/builders/primitives/never.js +14 -0
- package/dist/core/schemas/builders/primitives/number.d.ts +1 -1
- package/dist/core/schemas/builders/primitives/string.d.ts +1 -1
- package/dist/core/schemas/builders/primitives/unknown.d.ts +1 -1
- package/dist/core/schemas/builders/record/record.d.ts +2 -2
- package/dist/core/schemas/builders/record/record.js +3 -3
- package/dist/core/schemas/builders/record/types.d.ts +2 -2
- package/dist/core/schemas/builders/schema-utils/JsonError.d.ts +1 -1
- package/dist/core/schemas/builders/schema-utils/ParseError.d.ts +1 -1
- package/dist/core/schemas/builders/schema-utils/getSchemaUtils.d.ts +1 -1
- package/dist/core/schemas/builders/schema-utils/stringifyValidationErrors.d.ts +1 -1
- package/dist/core/schemas/builders/set/set.d.ts +1 -1
- package/dist/core/schemas/builders/set/set.js +4 -4
- package/dist/core/schemas/builders/undiscriminated-union/types.d.ts +1 -1
- package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.d.ts +2 -2
- package/dist/core/schemas/builders/undiscriminated-union/undiscriminatedUnion.js +2 -2
- package/dist/core/schemas/builders/union/types.d.ts +2 -2
- package/dist/core/schemas/builders/union/union.d.ts +3 -3
- package/dist/core/schemas/builders/union/union.js +4 -4
- package/dist/core/schemas/index.d.ts +1 -1
- package/dist/core/schemas/index.js +1 -1
- package/dist/core/schemas/utils/createIdentitySchemaCreator.d.ts +1 -1
- package/dist/core/schemas/utils/createIdentitySchemaCreator.js +2 -2
- package/dist/core/schemas/utils/maybeSkipValidation.d.ts +1 -1
- package/dist/core/stream/Stream.d.ts +1 -0
- package/dist/core/stream/Stream.js +8 -5
- package/dist/core/url/encodePathParam.d.ts +1 -0
- package/dist/core/url/encodePathParam.js +21 -0
- package/dist/core/url/index.d.ts +1 -0
- package/dist/core/url/index.js +3 -1
- package/dist/core/url/join.js +3 -4
- package/dist/errors/ElevenLabsError.d.ts +1 -1
- package/dist/errors/ElevenLabsError.js +1 -1
- package/dist/serialization/resources/audioIsolation/types/AudioIsolationConvertRequestFileFormat.d.ts +2 -2
- package/dist/serialization/resources/audioIsolation/types/AudioIsolationStreamRequestFileFormat.d.ts +2 -2
- package/dist/serialization/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodyDuplicateAgentV1ConvaiAgentsAgentIdDuplicatePost.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/index.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/index.js +5 -5
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/llmUsage/client/requests/LlmUsageCalculatorRequestModel.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -3
- package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +0 -1
- package/dist/serialization/resources/conversationalAi/resources/conversations/index.d.ts +1 -1
- package/dist/serialization/resources/conversationalAi/resources/conversations/index.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/ConversationFeedbackRequestModel.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/conversations/types/ConversationsListRequestSummaryMode.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/dashboard/resources/index.d.ts +1 -1
- package/dist/serialization/resources/conversationalAi/resources/dashboard/resources/index.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/PatchConvAiDashboardSettingsRequest.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/dashboard/resources/settings/index.d.ts +1 -1
- package/dist/serialization/resources/conversationalAi/resources/dashboard/resources/settings/index.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/dashboard/resources/settings/types/PatchConvAiDashboardSettingsRequestChartsItem.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/index.d.ts +17 -17
- package/dist/serialization/resources/conversationalAi/resources/index.js +18 -18
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/RagIndexRequestModel.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateTextDocumentV1ConvaiKnowledgeBaseTextPost.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateUrlDocumentV1ConvaiKnowledgeBaseUrlPost.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +1 -1
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.js +3 -3
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.d.ts +1 -1
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/index.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/knowledgeBase/resources/index.js +4 -4
- package/dist/serialization/resources/conversationalAi/resources/llmUsage/client/requests/LlmUsageCalculatorPublicRequestModel.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -1
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.js +3 -3
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/index.d.ts +1 -1
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/index.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +4 -4
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +2 -2
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +4 -4
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +2 -2
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/list.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/index.d.ts +1 -1
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/index.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/index.d.ts +1 -1
- package/dist/serialization/resources/conversationalAi/resources/phoneNumbers/types/index.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/secrets/client/requests/PatchWorkspaceSecretRequest.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/secrets/client/requests/PostWorkspaceSecretRequest.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +1 -1
- package/dist/serialization/resources/conversationalAi/resources/secrets/client/requests/index.js +3 -3
- package/dist/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +6 -6
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.js +4 -4
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/ListTestsByIdsRequestModel.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +6 -6
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.js +4 -4
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/index.d.ts +1 -1
- package/dist/serialization/resources/conversationalAi/resources/tests/client/requests/index.js +3 -3
- package/dist/serialization/resources/conversationalAi/resources/tests/index.d.ts +1 -1
- package/dist/serialization/resources/conversationalAi/resources/tests/index.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/tests/types/CreateUnitTestRequestDynamicVariablesValue.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/tests/types/UpdateUnitTestRequestDynamicVariablesValue.d.ts +2 -2
- package/dist/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +2 -2
- package/dist/serialization/resources/dubbing/index.d.ts +1 -1
- package/dist/serialization/resources/dubbing/index.js +1 -1
- package/dist/serialization/resources/dubbing/resources/index.d.ts +3 -2
- package/dist/serialization/resources/dubbing/resources/index.js +4 -3
- package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyDubsAllOrSomeSegmentsAndLanguagesV1DubbingResourceDubbingIdDubPost.d.ts +2 -2
- package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -2
- package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyTranscribesSegmentsV1DubbingResourceDubbingIdTranscribePost.d.ts +2 -2
- package/dist/serialization/resources/dubbing/resources/resource/client/requests/BodyTranslatesAllOrSomeSegmentsAndLanguagesV1DubbingResourceDubbingIdTranslatePost.d.ts +2 -2
- package/dist/serialization/resources/dubbing/resources/resource/client/requests/index.d.ts +2 -2
- package/dist/serialization/resources/dubbing/resources/resource/client/requests/index.js +5 -5
- package/dist/serialization/resources/dubbing/resources/resource/index.d.ts +1 -0
- package/dist/serialization/resources/dubbing/resources/resource/index.js +1 -0
- package/dist/serialization/resources/dubbing/resources/resource/resources/language/client/requests/BodyAddALanguageToTheResourceV1DubbingResourceDubbingIdLanguagePost.d.ts +2 -2
- package/dist/serialization/resources/dubbing/resources/resource/resources/segment/client/requests/SegmentUpdatePayload.d.ts +2 -2
- package/dist/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyUpdateMetadataForASpeakerV1DubbingResourceDubbingIdSpeakerSpeakerIdPatch.d.ts +2 -2
- package/dist/serialization/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.d.ts +2 -2
- package/dist/serialization/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.d.ts +7 -0
- package/dist/serialization/{types/FinalOutputMulti.js → resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.js} +6 -6
- package/dist/serialization/resources/dubbing/resources/resource/types/index.d.ts +1 -0
- package/dist/serialization/resources/dubbing/resources/resource/types/index.js +17 -0
- package/dist/serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.d.ts +3 -3
- package/dist/serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.js +1 -1
- package/dist/serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.d.ts +8 -0
- package/dist/serialization/resources/{v1TextToSpeechVoiceIdStreamInput/types/ReceiveMessage.js → dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.js} +4 -5
- package/dist/serialization/resources/dubbing/resources/transcript/types/index.d.ts +1 -0
- package/dist/serialization/resources/dubbing/resources/transcript/types/index.js +1 -0
- package/dist/serialization/resources/dubbing/types/DubbingCreateRequestMode.d.ts +2 -2
- package/dist/serialization/resources/dubbing/types/DubbingListRequestDubbingStatus.d.ts +2 -2
- package/dist/serialization/resources/dubbing/types/DubbingListRequestFilterByCreator.d.ts +2 -2
- package/dist/serialization/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +2 -2
- package/dist/serialization/resources/dubbing/types/index.d.ts +1 -1
- package/dist/serialization/resources/dubbing/types/index.js +1 -1
- package/dist/serialization/resources/history/client/requests/DownloadHistoryRequest.d.ts +2 -2
- package/dist/serialization/resources/history/index.d.ts +1 -1
- package/dist/serialization/resources/history/index.js +1 -1
- package/dist/serialization/resources/history/types/HistoryListRequestSortDirection.d.ts +2 -2
- package/dist/serialization/resources/history/types/HistoryListRequestSource.d.ts +2 -2
- package/dist/serialization/resources/index.d.ts +29 -33
- package/dist/serialization/resources/index.js +30 -34
- package/dist/serialization/resources/models/client/list.d.ts +2 -2
- package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -2
- package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +2 -2
- package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +2 -2
- package/dist/serialization/resources/music/index.d.ts +1 -1
- package/dist/serialization/resources/music/index.js +1 -1
- package/dist/serialization/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.d.ts +2 -2
- package/dist/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/music/types/MusicComposeRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/music/types/MusicSeparateStemsRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/music/types/MusicSeparateStemsRequestStemVariationId.d.ts +2 -2
- package/dist/serialization/resources/music/types/MusicStreamRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/music/types/index.d.ts +2 -2
- package/dist/serialization/resources/music/types/index.js +2 -2
- package/dist/serialization/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost.d.ts +2 -2
- package/dist/serialization/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.d.ts +2 -2
- package/dist/serialization/resources/pronunciationDictionaries/index.d.ts +2 -2
- package/dist/serialization/resources/pronunciationDictionaries/index.js +2 -2
- package/dist/serialization/resources/pronunciationDictionaries/resources/index.d.ts +1 -1
- package/dist/serialization/resources/pronunciationDictionaries/resources/index.js +1 -1
- package/dist/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/PronunciationDictionary.d.ts +2 -2
- package/dist/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/RemovePronunciationDictionaryRulesRequest.d.ts +2 -2
- package/dist/serialization/resources/pronunciationDictionaries/resources/rules/index.d.ts +1 -1
- package/dist/serialization/resources/pronunciationDictionaries/resources/rules/index.js +1 -1
- package/dist/serialization/resources/pronunciationDictionaries/resources/rules/types/PronunciationDictionaryRule.d.ts +2 -2
- package/dist/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostRulesItem.d.ts +2 -2
- package/dist/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +2 -2
- package/dist/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +2 -2
- package/dist/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesListRequestSort.d.ts +2 -2
- package/dist/serialization/resources/pronunciationDictionaries/types/index.d.ts +1 -1
- package/dist/serialization/resources/pronunciationDictionaries/types/index.js +1 -1
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +2 -2
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +2 -2
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/index.d.ts +1 -1
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/index.js +1 -1
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +2 -2
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts +2 -2
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +2 -2
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts +2 -2
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +2 -2
- package/dist/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +2 -2
- package/dist/serialization/resources/serviceAccounts/resources/index.d.ts +1 -1
- package/dist/serialization/resources/serviceAccounts/resources/index.js +1 -1
- package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestFileFormat.d.ts +2 -2
- package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechStreamRequestFileFormat.d.ts +2 -2
- package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/speechToSpeech/types/index.d.ts +2 -2
- package/dist/serialization/resources/speechToSpeech/types/index.js +2 -2
- package/dist/serialization/resources/speechToText/index.d.ts +1 -1
- package/dist/serialization/resources/speechToText/index.js +1 -1
- package/dist/serialization/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.d.ts +3 -3
- package/dist/serialization/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.js +1 -1
- package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestFileFormat.d.ts +2 -2
- package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestTimestampsGranularity.d.ts +2 -2
- package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestWebhookMetadata.d.ts +2 -2
- package/dist/serialization/resources/speechToText/types/SpeechToTextConvertResponse.d.ts +3 -3
- package/dist/serialization/resources/speechToText/types/SpeechToTextConvertResponse.js +1 -1
- package/dist/serialization/resources/speechToText/types/index.d.ts +1 -1
- package/dist/serialization/resources/speechToText/types/index.js +1 -1
- package/dist/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +5 -5
- package/dist/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.js +3 -3
- package/dist/serialization/resources/studio/index.d.ts +2 -2
- package/dist/serialization/resources/studio/index.js +2 -2
- package/dist/serialization/resources/studio/resources/index.d.ts +1 -1
- package/dist/serialization/resources/studio/resources/index.js +1 -1
- package/dist/serialization/resources/studio/resources/projects/client/requests/BodyUpdateStudioProjectV1StudioProjectsProjectIdPost.d.ts +2 -2
- package/dist/serialization/resources/studio/resources/projects/index.d.ts +1 -1
- package/dist/serialization/resources/studio/resources/projects/index.js +1 -1
- package/dist/serialization/resources/studio/resources/projects/resources/chapters/client/requests/BodyCreateChapterV1StudioProjectsProjectIdChaptersPost.d.ts +2 -2
- package/dist/serialization/resources/studio/resources/projects/resources/chapters/client/requests/BodyUpdateChapterV1StudioProjectsProjectIdChaptersChapterIdPost.d.ts +2 -2
- package/dist/serialization/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +2 -2
- package/dist/serialization/resources/studio/resources/projects/resources/index.d.ts +2 -2
- package/dist/serialization/resources/studio/resources/projects/resources/index.js +3 -3
- package/dist/serialization/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/BodyCreatePronunciationDictionariesV1StudioProjectsProjectIdPronunciationDictionariesPost.d.ts +2 -2
- package/dist/serialization/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +2 -2
- package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestApplyTextNormalization.d.ts +2 -2
- package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestFiction.d.ts +2 -2
- package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.d.ts +2 -2
- package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestTargetAudience.d.ts +2 -2
- package/dist/serialization/resources/studio/resources/projects/types/index.d.ts +2 -2
- package/dist/serialization/resources/studio/resources/projects/types/index.js +2 -2
- package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization.d.ts +2 -2
- package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostDurationScale.d.ts +2 -2
- package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.d.ts +3 -3
- package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.js +1 -1
- package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +2 -2
- package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSource.d.ts +2 -2
- package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceItem.d.ts +2 -2
- package/dist/serialization/resources/studio/types/index.d.ts +4 -4
- package/dist/serialization/resources/studio/types/index.js +4 -4
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +2 -2
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -2
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -2
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +2 -2
- package/dist/serialization/resources/textToDialogue/client/requests/index.d.ts +2 -2
- package/dist/serialization/resources/textToDialogue/client/requests/index.js +5 -5
- package/dist/serialization/resources/textToDialogue/index.d.ts +1 -1
- package/dist/serialization/resources/textToDialogue/index.js +1 -1
- package/dist/serialization/resources/textToDialogue/types/BodyTextToDialogueFullWithTimestampsApplyTextNormalization.d.ts +2 -2
- package/dist/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.d.ts +2 -2
- package/dist/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.d.ts +2 -2
- package/dist/serialization/resources/textToDialogue/types/BodyTextToDialogueStreamWithTimestampsApplyTextNormalization.d.ts +2 -2
- package/dist/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/textToDialogue/types/TextToDialogueStreamWithTimestampsRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/textToDialogue/types/index.d.ts +5 -5
- package/dist/serialization/resources/textToDialogue/types/index.js +5 -5
- package/dist/serialization/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +2 -2
- package/dist/serialization/resources/textToSoundEffects/index.d.ts +1 -1
- package/dist/serialization/resources/textToSoundEffects/index.js +1 -1
- package/dist/serialization/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +3 -3
- package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +1 -1
- package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +3 -3
- package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js +1 -1
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +3 -3
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +1 -1
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +3 -3
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.js +1 -1
- package/dist/serialization/resources/textToSpeech/index.d.ts +1 -1
- package/dist/serialization/resources/textToSpeech/index.js +1 -1
- package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechFullApplyTextNormalization.d.ts +2 -2
- package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts +2 -2
- package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamApplyTextNormalization.d.ts +2 -2
- package/dist/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts +2 -2
- package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/textToSpeech/types/index.d.ts +4 -4
- package/dist/serialization/resources/textToSpeech/types/index.js +4 -4
- package/dist/serialization/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.d.ts +2 -2
- package/dist/serialization/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +2 -2
- package/dist/serialization/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +2 -2
- package/dist/serialization/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +2 -2
- package/dist/serialization/resources/textToVoice/client/requests/index.d.ts +1 -1
- package/dist/serialization/resources/textToVoice/client/requests/index.js +3 -3
- package/dist/serialization/resources/textToVoice/index.d.ts +1 -1
- package/dist/serialization/resources/textToVoice/index.js +1 -1
- package/dist/serialization/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +2 -2
- package/dist/serialization/resources/textToVoice/types/VoiceDesignRequestModelModelId.d.ts +2 -2
- package/dist/serialization/resources/textToVoice/types/index.d.ts +1 -1
- package/dist/serialization/resources/textToVoice/types/index.js +1 -1
- package/dist/serialization/resources/voices/client/requests/BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost.d.ts +2 -2
- package/dist/serialization/resources/voices/index.d.ts +2 -2
- package/dist/serialization/resources/voices/index.js +2 -2
- package/dist/serialization/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +2 -2
- package/dist/serialization/resources/voices/resources/pvc/client/requests/BodyRunPvcTrainingV1VoicesPvcVoiceIdTrainPost.d.ts +2 -2
- package/dist/serialization/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +2 -2
- package/dist/serialization/resources/voices/resources/pvc/client/requests/index.d.ts +1 -1
- package/dist/serialization/resources/voices/resources/pvc/client/requests/index.js +3 -3
- package/dist/serialization/resources/voices/resources/pvc/index.d.ts +1 -1
- package/dist/serialization/resources/voices/resources/pvc/index.js +1 -1
- package/dist/serialization/resources/voices/resources/pvc/resources/samples/client/create.d.ts +2 -2
- package/dist/serialization/resources/voices/resources/pvc/resources/samples/client/requests/BodyUpdatePvcVoiceSampleV1VoicesPvcVoiceIdSamplesSampleIdPost.d.ts +2 -2
- package/dist/serialization/resources/voices/types/VoicesGetSharedRequestCategory.d.ts +2 -2
- package/dist/serialization/resources/workspace/resources/groups/client/search.d.ts +2 -2
- package/dist/serialization/resources/workspace/resources/groups/resources/members/client/requests/AddMemberToGroupRequest.d.ts +2 -2
- package/dist/serialization/resources/workspace/resources/groups/resources/members/client/requests/BodyDeleteMemberFromUserGroupV1WorkspaceGroupsGroupIdMembersRemovePost.d.ts +2 -2
- package/dist/serialization/resources/workspace/resources/groups/resources/members/client/requests/index.d.ts +1 -1
- package/dist/serialization/resources/workspace/resources/groups/resources/members/client/requests/index.js +3 -3
- package/dist/serialization/resources/workspace/resources/index.d.ts +4 -4
- package/dist/serialization/resources/workspace/resources/index.js +5 -5
- package/dist/serialization/resources/workspace/resources/invites/client/requests/BodyDeleteExistingInvitationV1WorkspaceInvitesDelete.d.ts +2 -2
- package/dist/serialization/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.d.ts +2 -2
- package/dist/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +2 -2
- package/dist/serialization/resources/workspace/resources/invites/client/requests/index.d.ts +2 -2
- package/dist/serialization/resources/workspace/resources/invites/client/requests/index.js +5 -5
- package/dist/serialization/resources/workspace/resources/invites/index.d.ts +1 -1
- package/dist/serialization/resources/workspace/resources/invites/index.js +1 -1
- package/dist/serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +2 -2
- package/dist/serialization/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +2 -2
- package/dist/serialization/resources/workspace/resources/members/index.d.ts +1 -1
- package/dist/serialization/resources/workspace/resources/members/index.js +1 -1
- package/dist/serialization/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +2 -2
- package/dist/serialization/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.d.ts +3 -3
- package/dist/serialization/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.js +1 -1
- package/dist/serialization/resources/workspace/resources/resources/client/requests/BodyUnshareWorkspaceResourceV1WorkspaceResourcesResourceIdUnsharePost.d.ts +2 -2
- package/dist/serialization/resources/workspace/resources/resources/index.d.ts +1 -1
- package/dist/serialization/resources/workspace/resources/resources/index.js +1 -1
- package/dist/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +2 -2
- package/dist/serialization/types/AddChapterResponseModel.d.ts +2 -2
- package/dist/serialization/types/AddKnowledgeBaseResponseModel.d.ts +2 -2
- package/dist/serialization/types/AddProjectRequest.d.ts +2 -2
- package/dist/serialization/types/AddProjectResponseModel.d.ts +2 -2
- package/dist/serialization/types/AddPronunciationDictionaryResponseModel.d.ts +2 -2
- package/dist/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +2 -2
- package/dist/serialization/types/AddSharingVoiceRequest.d.ts +2 -2
- package/dist/serialization/types/AddVoiceIvcResponseModel.d.ts +2 -2
- package/dist/serialization/types/AddVoiceResponseModel.d.ts +2 -2
- package/dist/serialization/types/AddWorkspaceGroupMemberResponseModel.d.ts +2 -2
- package/dist/serialization/types/AddWorkspaceInviteResponseModel.d.ts +2 -2
- package/dist/serialization/types/AdditionalFormatResponseModel.d.ts +2 -2
- package/dist/serialization/types/AdditionalFormats.d.ts +2 -2
- package/dist/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +3 -3
- package/dist/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.js +1 -1
- package/dist/serialization/types/Age.d.ts +2 -2
- package/dist/serialization/types/AgentCallLimits.d.ts +2 -2
- package/dist/serialization/types/AgentConfig.d.ts +2 -2
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -2
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -2
- package/dist/serialization/types/AgentConfigOverrideConfig.d.ts +2 -2
- package/dist/serialization/types/AgentConfigOverrideInput.d.ts +2 -2
- package/dist/serialization/types/AgentConfigOverrideOutput.d.ts +2 -2
- package/dist/serialization/types/AgentDefinitionSource.d.ts +2 -2
- package/dist/serialization/types/AgentFailureResponseExample.d.ts +2 -2
- package/dist/serialization/types/AgentMetadata.d.ts +2 -2
- package/dist/serialization/types/AgentMetadataResponseModel.d.ts +2 -2
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.d.ts +8 -8
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.js +6 -6
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.d.ts +8 -8
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.js +6 -6
- package/dist/serialization/types/AgentSimulatedChatTestResponseModel.d.ts +3 -3
- package/dist/serialization/types/AgentSimulatedChatTestResponseModel.js +1 -1
- package/dist/serialization/types/AgentSortBy.d.ts +2 -2
- package/dist/serialization/types/AgentSuccessfulResponseExample.d.ts +2 -2
- package/dist/serialization/types/AgentSummaryResponseModel.d.ts +2 -2
- package/dist/serialization/types/AgentTestingSettings.d.ts +2 -2
- package/dist/serialization/types/AgentTransfer.d.ts +2 -2
- package/dist/serialization/types/AgentWorkflowRequestModel.d.ts +3 -3
- package/dist/serialization/types/AgentWorkflowRequestModel.js +1 -1
- package/dist/serialization/types/AgentWorkflowRequestModelNodesValue.d.ts +2 -2
- package/dist/serialization/types/AgentWorkflowResponseModel.d.ts +3 -3
- package/dist/serialization/types/AgentWorkflowResponseModel.js +1 -1
- package/dist/serialization/types/AgentWorkflowResponseModelNodesValue.d.ts +2 -2
- package/dist/serialization/types/AgentWorkspaceOverridesInput.d.ts +3 -3
- package/dist/serialization/types/AgentWorkspaceOverridesInput.js +1 -1
- package/dist/serialization/types/AgentWorkspaceOverridesOutput.d.ts +3 -3
- package/dist/serialization/types/AgentWorkspaceOverridesOutput.js +1 -1
- package/dist/serialization/types/AllowlistItem.d.ts +2 -2
- package/dist/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +3 -3
- package/dist/serialization/types/ApiIntegrationWebhookOverridesInput.js +2 -2
- package/dist/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +2 -2
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +3 -3
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.js +2 -2
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +2 -2
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +5 -5
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.js +3 -3
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +5 -5
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +3 -3
- package/dist/serialization/types/ArrayJsonSchemaPropertyInput.d.ts +2 -2
- package/dist/serialization/types/ArrayJsonSchemaPropertyInput.js +1 -1
- package/dist/serialization/types/ArrayJsonSchemaPropertyInputItems.d.ts +2 -2
- package/dist/serialization/types/ArrayJsonSchemaPropertyInputItems.js +1 -1
- package/dist/serialization/types/ArrayJsonSchemaPropertyOutput.d.ts +2 -2
- package/dist/serialization/types/ArrayJsonSchemaPropertyOutput.js +1 -1
- package/dist/serialization/types/ArrayJsonSchemaPropertyOutputItems.d.ts +2 -2
- package/dist/serialization/types/ArrayJsonSchemaPropertyOutputItems.js +1 -1
- package/dist/serialization/types/AsrConversationalConfig.d.ts +4 -4
- package/dist/serialization/types/AsrConversationalConfig.js +2 -2
- package/dist/serialization/types/AsrConversationalConfigWorkflowOverride.d.ts +4 -4
- package/dist/serialization/types/AsrConversationalConfigWorkflowOverride.js +2 -2
- package/dist/serialization/types/AsrInputFormat.d.ts +2 -2
- package/dist/serialization/types/AsrProvider.d.ts +2 -2
- package/dist/serialization/types/AsrQuality.d.ts +2 -2
- package/dist/serialization/types/AstAndOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstAndOperatorNodeInput.js +1 -1
- package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +2 -2
- package/dist/serialization/types/AstAndOperatorNodeInputChildrenItem.js +1 -1
- package/dist/serialization/types/AstAndOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstAndOperatorNodeOutput.js +1 -1
- package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +2 -2
- package/dist/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +1 -1
- package/dist/serialization/types/AstBooleanNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstBooleanNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstDynamicVariableNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstDynamicVariableNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstEqualsOperatorNodeInput.js +1 -1
- package/dist/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts +2 -2
- package/dist/serialization/types/AstEqualsOperatorNodeInputLeft.js +1 -1
- package/dist/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +2 -2
- package/dist/serialization/types/AstEqualsOperatorNodeInputRight.js +1 -1
- package/dist/serialization/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstEqualsOperatorNodeOutput.js +1 -1
- package/dist/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts +2 -2
- package/dist/serialization/types/AstEqualsOperatorNodeOutputLeft.js +1 -1
- package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +2 -2
- package/dist/serialization/types/AstEqualsOperatorNodeOutputRight.js +1 -1
- package/dist/serialization/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOperatorNodeInput.js +1 -1
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +1 -1
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOperatorNodeInputRight.js +1 -1
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutput.js +1 -1
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +1 -1
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +1 -1
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.js +1 -1
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +1 -1
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +1 -1
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.js +1 -1
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +1 -1
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +2 -2
- package/dist/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +1 -1
- package/dist/serialization/types/AstLessThanOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOperatorNodeInput.js +1 -1
- package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOperatorNodeInputLeft.js +1 -1
- package/dist/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOperatorNodeInputRight.js +1 -1
- package/dist/serialization/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOperatorNodeOutput.js +1 -1
- package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOperatorNodeOutputLeft.js +1 -1
- package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOperatorNodeOutputRight.js +1 -1
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInput.js +1 -1
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +1 -1
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +1 -1
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.js +1 -1
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +1 -1
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +2 -2
- package/dist/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +1 -1
- package/dist/serialization/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstNotEqualsOperatorNodeInput.js +1 -1
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +2 -2
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +1 -1
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +2 -2
- package/dist/serialization/types/AstNotEqualsOperatorNodeInputRight.js +1 -1
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutput.js +1 -1
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +2 -2
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +1 -1
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +2 -2
- package/dist/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +1 -1
- package/dist/serialization/types/AstNumberNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstNumberNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstOrOperatorNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstOrOperatorNodeInput.js +1 -1
- package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +2 -2
- package/dist/serialization/types/AstOrOperatorNodeInputChildrenItem.js +1 -1
- package/dist/serialization/types/AstOrOperatorNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstOrOperatorNodeOutput.js +1 -1
- package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +2 -2
- package/dist/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +1 -1
- package/dist/serialization/types/AstStringNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstStringNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AstllmNodeInput.d.ts +2 -2
- package/dist/serialization/types/AstllmNodeOutput.d.ts +2 -2
- package/dist/serialization/types/AsyncConversationMetadata.d.ts +2 -2
- package/dist/serialization/types/AsyncConversationMetadataDeliveryStatus.d.ts +2 -2
- package/dist/serialization/types/AttachedTestModel.d.ts +2 -2
- package/dist/serialization/types/AudioNativeCreateProjectResponseModel.d.ts +2 -2
- package/dist/serialization/types/AudioNativeEditContentResponseModel.d.ts +2 -2
- package/dist/serialization/types/AudioNativeProjectSettingsResponseModel.d.ts +2 -2
- package/dist/serialization/types/AudioNativeProjectSettingsResponseModelStatus.d.ts +2 -2
- package/dist/serialization/types/AudioWithTimestampsAndVoiceSegmentsResponseModel.d.ts +2 -2
- package/dist/serialization/types/AudioWithTimestampsResponse.d.ts +2 -2
- package/dist/serialization/types/AuthConnectionLocator.d.ts +2 -2
- package/dist/serialization/types/AuthSettings.d.ts +2 -2
- package/dist/serialization/types/AuthorizationMethod.d.ts +2 -2
- package/dist/serialization/types/BackupLlmDefault.d.ts +3 -4
- package/dist/serialization/types/BackupLlmDisabled.d.ts +3 -4
- package/dist/serialization/types/BackupLlmOverride.d.ts +2 -2
- package/dist/serialization/types/BadRequestErrorBody.d.ts +2 -2
- package/dist/serialization/types/BanReasonType.d.ts +2 -2
- package/dist/serialization/types/BatchCallDetailedResponse.d.ts +3 -4
- package/dist/serialization/types/BatchCallDetailedResponse.js +1 -2
- package/dist/serialization/types/BatchCallRecipientStatus.d.ts +2 -2
- package/dist/serialization/types/BatchCallResponse.d.ts +3 -4
- package/dist/serialization/types/BatchCallResponse.js +1 -2
- package/dist/serialization/types/BatchCallStatus.d.ts +2 -2
- package/dist/serialization/types/BatchCallWhatsAppParams.d.ts +11 -0
- package/dist/serialization/types/{AudioOutput.js → BatchCallWhatsAppParams.js} +5 -7
- package/dist/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.d.ts +2 -2
- package/dist/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.d.ts +2 -2
- package/dist/serialization/types/BreakdownTypes.d.ts +2 -2
- package/dist/serialization/types/BuiltInToolsInput.d.ts +2 -2
- package/dist/serialization/types/BuiltInToolsOutput.d.ts +2 -2
- package/dist/serialization/types/BuiltInToolsWorkflowOverrideInput.d.ts +2 -2
- package/dist/serialization/types/BuiltInToolsWorkflowOverrideOutput.d.ts +2 -2
- package/dist/serialization/types/CanvasPlacement.d.ts +16 -0
- package/dist/serialization/types/{Alignment.js → CanvasPlacement.js} +10 -5
- package/dist/serialization/types/CaptionStyleCharacterAnimationModel.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleCharacterAnimationModelEnterType.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleCharacterAnimationModelExitType.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleHorizontalPlacementModel.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleHorizontalPlacementModelAlign.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleModel.d.ts +6 -6
- package/dist/serialization/types/CaptionStyleModel.js +4 -4
- package/dist/serialization/types/CaptionStyleModelTextAlign.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleModelTextStyle.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleModelTextWeight.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleSectionAnimationModel.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleSectionAnimationModelEnterType.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleSectionAnimationModelExitType.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleTemplateModel.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleVerticalPlacementModel.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleVerticalPlacementModelAlign.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleWordAnimationModel.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleWordAnimationModelEnterType.d.ts +2 -2
- package/dist/serialization/types/CaptionStyleWordAnimationModelExitType.d.ts +2 -2
- package/dist/serialization/types/ChapterContentBlockExtendableNodeResponseModel.d.ts +3 -4
- package/dist/serialization/types/ChapterContentBlockInputModel.d.ts +2 -2
- package/dist/serialization/types/ChapterContentBlockInputModelSubType.d.ts +2 -2
- package/dist/serialization/types/ChapterContentBlockResponseModel.d.ts +2 -2
- package/dist/serialization/types/ChapterContentBlockResponseModelNodesItem.d.ts +3 -3
- package/dist/serialization/types/ChapterContentBlockResponseModelNodesItem.js +1 -1
- package/dist/serialization/types/ChapterContentBlockTtsNodeResponseModel.d.ts +2 -2
- package/dist/serialization/types/ChapterContentInputModel.d.ts +2 -2
- package/dist/serialization/types/ChapterContentParagraphTtsNodeInputModel.d.ts +2 -2
- package/dist/serialization/types/ChapterContentResponseModel.d.ts +2 -2
- package/dist/serialization/types/ChapterResponse.d.ts +3 -2
- package/dist/serialization/types/ChapterResponse.js +1 -0
- package/dist/serialization/types/ChapterSnapshotExtendedResponseModel.d.ts +2 -2
- package/dist/serialization/types/ChapterSnapshotResponse.d.ts +2 -2
- package/dist/serialization/types/ChapterSnapshotsResponse.d.ts +2 -2
- package/dist/serialization/types/ChapterState.d.ts +2 -2
- package/dist/serialization/types/ChapterStatisticsResponse.d.ts +2 -2
- package/dist/serialization/types/ChapterWithContentResponseModel.d.ts +5 -4
- package/dist/serialization/types/ChapterWithContentResponseModel.js +3 -2
- package/dist/serialization/types/ChapterWithContentResponseModelState.d.ts +2 -2
- package/dist/serialization/types/CharacterAlignmentModel.d.ts +2 -2
- package/dist/serialization/types/CharacterAlignmentResponseModel.d.ts +2 -2
- package/dist/serialization/types/CharacterUsageResponse.d.ts +2 -2
- package/dist/serialization/types/ClientEvent.d.ts +3 -3
- package/dist/serialization/types/ClientEvent.js +1 -0
- package/dist/serialization/types/ClientToolConfigInput.d.ts +4 -4
- package/dist/serialization/types/ClientToolConfigInput.js +3 -3
- package/dist/serialization/types/ClientToolConfigOutput.d.ts +4 -4
- package/dist/serialization/types/ClientToolConfigOutput.js +3 -3
- package/dist/serialization/types/ConvAiDynamicVariable.d.ts +2 -2
- package/dist/serialization/types/ConvAiSecretLocator.d.ts +2 -2
- package/dist/serialization/types/ConvAiStoredSecretDependencies.d.ts +4 -4
- package/dist/serialization/types/ConvAiStoredSecretDependencies.js +2 -2
- package/dist/serialization/types/ConvAiStoredSecretDependenciesAgentsItem.d.ts +2 -2
- package/dist/serialization/types/ConvAiStoredSecretDependenciesToolsItem.d.ts +2 -2
- package/dist/serialization/types/ConvAiUserSecretDbModel.d.ts +2 -2
- package/dist/serialization/types/ConvAiWebhooks.d.ts +2 -2
- package/dist/serialization/types/ConvAiWorkspaceStoredSecretConfig.d.ts +2 -2
- package/dist/serialization/types/ConversationChargingCommonModel.d.ts +2 -2
- package/dist/serialization/types/ConversationConfig.d.ts +2 -2
- package/dist/serialization/types/ConversationConfigClientOverrideConfigInput.d.ts +5 -5
- package/dist/serialization/types/ConversationConfigClientOverrideConfigInput.js +3 -3
- package/dist/serialization/types/ConversationConfigClientOverrideConfigOutput.d.ts +5 -5
- package/dist/serialization/types/ConversationConfigClientOverrideConfigOutput.js +3 -3
- package/dist/serialization/types/ConversationConfigClientOverrideInput.d.ts +5 -5
- package/dist/serialization/types/ConversationConfigClientOverrideInput.js +3 -3
- package/dist/serialization/types/ConversationConfigClientOverrideOutput.d.ts +5 -5
- package/dist/serialization/types/ConversationConfigClientOverrideOutput.js +3 -3
- package/dist/serialization/types/ConversationConfigOverride.d.ts +2 -2
- package/dist/serialization/types/ConversationConfigOverrideConfig.d.ts +2 -2
- package/dist/serialization/types/ConversationConfigWorkflowOverride.d.ts +2 -2
- package/dist/serialization/types/ConversationDeletionSettings.d.ts +2 -2
- package/dist/serialization/types/ConversationFeedbackType.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryBatchCallModel.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryElevenAssistantCommonModel.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryErrorCommonModel.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryEvaluationCriteriaResultCommonModel.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryFeedbackCommonModel.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryMetadataCommonModel.d.ts +10 -10
- package/dist/serialization/types/ConversationHistoryMetadataCommonModel.js +8 -8
- package/dist/serialization/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryMetadataCommonModelPhoneCall.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryMultivoiceMessageModel.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryMultivoiceMessagePartModel.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryRagUsageCommonModel.d.ts +2 -2
- package/dist/serialization/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +2 -2
- package/dist/serialization/types/ConversationHistorySipTrunkingPhoneCallModelDirection.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +7 -7
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +5 -5
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInputRole.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInputSourceMedium.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.js +1 -1
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +7 -7
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +5 -5
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputRole.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.js +1 -1
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +3 -3
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -1
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +3 -3
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.js +1 -1
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptToolCallClientDetails.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptToolCallCommonModel.d.ts +3 -3
- package/dist/serialization/types/ConversationHistoryTranscriptToolCallCommonModel.js +1 -1
- package/dist/serialization/types/ConversationHistoryTranscriptToolCallCommonModelToolDetails.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptToolCallMcpDetails.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptToolCallWebhookDetails.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.js +1 -1
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.js +1 -1
- package/dist/serialization/types/ConversationHistoryTwilioPhoneCallModel.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTwilioPhoneCallModelDirection.d.ts +2 -2
- package/dist/serialization/types/ConversationInitiationClientDataConfigInput.d.ts +2 -2
- package/dist/serialization/types/ConversationInitiationClientDataConfigOutput.d.ts +2 -2
- package/dist/serialization/types/ConversationInitiationClientDataInternal.d.ts +3 -3
- package/dist/serialization/types/ConversationInitiationClientDataInternal.js +1 -1
- package/dist/serialization/types/ConversationInitiationClientDataInternalDynamicVariablesValue.d.ts +2 -2
- package/dist/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +3 -3
- package/dist/serialization/types/ConversationInitiationClientDataRequestInput.js +1 -1
- package/dist/serialization/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.d.ts +2 -2
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +3 -3
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.js +1 -1
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.d.ts +2 -2
- package/dist/serialization/types/ConversationInitiationClientDataWebhook.d.ts +2 -2
- package/dist/serialization/types/ConversationInitiationClientDataWebhookRequestHeadersValue.d.ts +2 -2
- package/dist/serialization/types/ConversationInitiationSource.d.ts +2 -2
- package/dist/serialization/types/ConversationInitiationSourceInfo.d.ts +2 -2
- package/dist/serialization/types/ConversationSignedUrlResponseModel.d.ts +2 -2
- package/dist/serialization/types/ConversationSimulationSpecification.d.ts +3 -3
- package/dist/serialization/types/ConversationSimulationSpecification.js +1 -1
- package/dist/serialization/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +2 -2
- package/dist/serialization/types/ConversationSummaryResponseModel.d.ts +3 -3
- package/dist/serialization/types/ConversationSummaryResponseModel.js +1 -1
- package/dist/serialization/types/ConversationSummaryResponseModelDirection.d.ts +2 -2
- package/dist/serialization/types/ConversationSummaryResponseModelStatus.d.ts +2 -2
- package/dist/serialization/types/ConversationTokenDbModel.d.ts +2 -2
- package/dist/serialization/types/ConversationTokenPurpose.d.ts +2 -2
- package/dist/serialization/types/ConversationTurnMetrics.d.ts +2 -2
- package/dist/serialization/types/ConversationalConfig.d.ts +5 -5
- package/dist/serialization/types/ConversationalConfig.js +3 -3
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +5 -5
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.js +3 -3
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +5 -5
- package/dist/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.js +3 -3
- package/dist/serialization/types/ConvertChapterResponseModel.d.ts +2 -2
- package/dist/serialization/types/ConvertProjectResponseModel.d.ts +2 -2
- package/dist/serialization/types/CreateAgentResponseModel.d.ts +2 -2
- package/dist/serialization/types/CreateAudioNativeProjectRequest.d.ts +2 -2
- package/dist/serialization/types/CreatePhoneNumberResponseModel.d.ts +2 -2
- package/dist/serialization/types/CreatePreviouslyGeneratedVoiceRequest.d.ts +2 -2
- package/dist/serialization/types/CreatePronunciationDictionaryResponseModel.d.ts +2 -2
- package/dist/serialization/types/CreateSipTrunkPhoneNumberRequest.d.ts +2 -2
- package/dist/serialization/types/CreateTranscriptRequest.d.ts +2 -2
- package/dist/serialization/types/CreateTwilioPhoneNumberRequest.d.ts +2 -2
- package/dist/serialization/types/CreateUnitTestResponseModel.d.ts +2 -2
- package/dist/serialization/types/CustomLlm.d.ts +2 -2
- package/dist/serialization/types/CustomLlmRequestHeadersValue.d.ts +3 -3
- package/dist/serialization/types/CustomLlmRequestHeadersValue.js +1 -1
- package/dist/serialization/types/DashboardCallSuccessChartModel.d.ts +2 -2
- package/dist/serialization/types/DashboardCriteriaChartModel.d.ts +2 -2
- package/dist/serialization/types/DashboardDataCollectionChartModel.d.ts +2 -2
- package/dist/serialization/types/DataCollectionResultCommonModel.d.ts +2 -2
- package/dist/serialization/types/DefaultConversationInitiationTrigger.d.ts +3 -4
- package/dist/serialization/types/DeleteChapterRequest.d.ts +2 -2
- package/dist/serialization/types/DeleteChapterResponseModel.d.ts +2 -2
- package/dist/serialization/types/DeleteDubbingResponseModel.d.ts +2 -2
- package/dist/serialization/types/DeleteHistoryItemResponse.d.ts +2 -2
- package/dist/serialization/types/DeleteProjectRequest.d.ts +2 -2
- package/dist/serialization/types/DeleteProjectResponseModel.d.ts +2 -2
- package/dist/serialization/types/DeleteSampleResponse.d.ts +2 -2
- package/dist/serialization/types/DeleteVoiceResponseModel.d.ts +2 -2
- package/dist/serialization/types/DeleteVoiceSampleResponseModel.d.ts +2 -2
- package/dist/serialization/types/DeleteWorkspaceGroupMemberResponseModel.d.ts +2 -2
- package/dist/serialization/types/DeleteWorkspaceInviteResponseModel.d.ts +2 -2
- package/dist/serialization/types/DependentAvailableAgentIdentifier.d.ts +2 -2
- package/dist/serialization/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +2 -2
- package/dist/serialization/types/DependentAvailableToolIdentifier.d.ts +2 -2
- package/dist/serialization/types/DependentAvailableToolIdentifierAccessLevel.d.ts +2 -2
- package/dist/serialization/types/DependentPhoneNumberIdentifier.d.ts +2 -2
- package/dist/serialization/types/DependentUnknownAgentIdentifier.d.ts +3 -4
- package/dist/serialization/types/DependentUnknownToolIdentifier.d.ts +3 -4
- package/dist/serialization/types/DetailedMusicResponse.d.ts +2 -2
- package/dist/serialization/types/DialogueInput.d.ts +2 -2
- package/dist/serialization/types/DialogueInputResponseModel.d.ts +2 -2
- package/dist/serialization/types/DiscountResposneModel.d.ts +2 -2
- package/dist/serialization/types/DoDubbingResponse.d.ts +2 -2
- package/dist/serialization/types/DocumentUsageModeEnum.d.ts +2 -2
- package/dist/serialization/types/DocxExportOptions.d.ts +2 -2
- package/dist/serialization/types/DubbedSegment.d.ts +3 -3
- package/dist/serialization/types/DubbedSegment.js +1 -1
- package/dist/serialization/types/DubbingMediaMetadata.d.ts +2 -2
- package/dist/serialization/types/DubbingMediaReference.d.ts +2 -2
- package/dist/serialization/types/DubbingMetadataPageResponseModel.d.ts +2 -2
- package/dist/serialization/types/DubbingMetadataResponse.d.ts +2 -2
- package/dist/serialization/types/DubbingModel.d.ts +7 -0
- package/dist/serialization/types/{CloseConnection.js → DubbingModel.js} +2 -4
- package/dist/serialization/types/DubbingReleaseChannel.d.ts +2 -2
- package/dist/serialization/types/DubbingRenderResponseModel.d.ts +2 -2
- package/dist/serialization/types/DubbingResource.d.ts +4 -4
- package/dist/serialization/types/DubbingResource.js +2 -2
- package/dist/serialization/types/DubbingTranscriptCharacter.d.ts +11 -0
- package/dist/serialization/types/{FlushContext.js → DubbingTranscriptCharacter.js} +4 -4
- package/dist/serialization/types/DubbingTranscriptResponseModel.d.ts +11 -0
- package/dist/serialization/types/{PronunciationDictionaryLocator.js → DubbingTranscriptResponseModel.js} +5 -4
- package/dist/serialization/types/DubbingTranscriptUtterance.d.ts +13 -0
- package/dist/serialization/types/{CloseContext.js → DubbingTranscriptUtterance.js} +7 -4
- package/dist/serialization/types/DubbingTranscriptWord.d.ts +14 -0
- package/dist/serialization/types/{SendTextMulti.js → DubbingTranscriptWord.js} +7 -4
- package/dist/serialization/types/DynamicVariableAssignment.d.ts +2 -2
- package/dist/serialization/types/DynamicVariableUpdateCommonModel.d.ts +2 -2
- package/dist/serialization/types/DynamicVariablesConfig.d.ts +2 -2
- package/dist/serialization/types/DynamicVariablesConfigDynamicVariablePlaceholdersValue.d.ts +2 -2
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverride.d.ts +2 -2
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.d.ts +2 -2
- package/dist/serialization/types/EditChapterResponseModel.d.ts +2 -2
- package/dist/serialization/types/EditProjectResponseModel.d.ts +2 -2
- package/dist/serialization/types/EditVoiceResponseModel.d.ts +2 -2
- package/dist/serialization/types/EditVoiceSettingsRequest.d.ts +2 -2
- package/dist/serialization/types/EditVoiceSettingsResponseModel.d.ts +2 -2
- package/dist/serialization/types/EmbedVariant.d.ts +2 -2
- package/dist/serialization/types/EmbeddingModelEnum.d.ts +2 -2
- package/dist/serialization/types/EndCallToolConfig.d.ts +3 -4
- package/dist/serialization/types/EndCallToolResultModel.d.ts +2 -2
- package/dist/serialization/types/EvaluationSettings.d.ts +2 -2
- package/dist/serialization/types/EvaluationSuccessResult.d.ts +2 -2
- package/dist/serialization/types/ExactParameterEvaluationStrategy.d.ts +2 -2
- package/dist/serialization/types/ExportOptions.d.ts +2 -2
- package/dist/serialization/types/ExtendedSubscriptionResponseModelBillingPeriod.d.ts +2 -2
- package/dist/serialization/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.d.ts +2 -2
- package/dist/serialization/types/ExtendedSubscriptionResponseModelCurrency.d.ts +2 -2
- package/dist/serialization/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +3 -3
- package/dist/serialization/types/ExtendedSubscriptionResponseModelPendingChange.js +1 -1
- package/dist/serialization/types/FeatureStatusCommonModel.d.ts +2 -2
- package/dist/serialization/types/FeaturesUsageCommonModel.d.ts +3 -3
- package/dist/serialization/types/FeaturesUsageCommonModel.js +1 -1
- package/dist/serialization/types/FeedbackItem.d.ts +2 -2
- package/dist/serialization/types/FineTuningResponse.d.ts +3 -3
- package/dist/serialization/types/FineTuningResponse.js +1 -1
- package/dist/serialization/types/FineTuningResponseModelStateValue.d.ts +2 -2
- package/dist/serialization/types/ForcedAlignmentCharacterResponseModel.d.ts +2 -2
- package/dist/serialization/types/ForcedAlignmentResponseModel.d.ts +2 -2
- package/dist/serialization/types/ForcedAlignmentWordResponseModel.d.ts +2 -2
- package/dist/serialization/types/Gender.d.ts +2 -2
- package/dist/serialization/types/GenerateVoiceRequest.d.ts +3 -3
- package/dist/serialization/types/GenerateVoiceRequest.js +1 -1
- package/dist/serialization/types/GetAgentEmbedResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetAgentKnowledgebaseSizeResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetAgentLinkResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetAgentResponseModel.d.ts +4 -6
- package/dist/serialization/types/GetAgentResponseModel.js +2 -4
- package/dist/serialization/types/GetAgentResponseModelPhoneNumbersItem.d.ts +2 -2
- package/dist/serialization/types/GetAgentsPageResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetAudioNativeProjectSettingsResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetChapterRequest.d.ts +2 -2
- package/dist/serialization/types/GetChapterSnapshotsRequest.d.ts +2 -2
- package/dist/serialization/types/GetChaptersRequest.d.ts +2 -2
- package/dist/serialization/types/GetChaptersResponse.d.ts +2 -2
- package/dist/serialization/types/GetConvAiDashboardSettingsResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetConvAiDashboardSettingsResponseModelChartsItem.d.ts +2 -2
- package/dist/serialization/types/GetConvAiSettingsResponseModel.d.ts +3 -3
- package/dist/serialization/types/GetConvAiSettingsResponseModel.js +1 -1
- package/dist/serialization/types/GetConversationResponseModel.d.ts +5 -5
- package/dist/serialization/types/GetConversationResponseModel.js +3 -3
- package/dist/serialization/types/GetConversationResponseModelStatus.d.ts +2 -2
- package/dist/serialization/types/GetConversationsPageResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetKnowledgeBaseDependentAgentsResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetKnowledgeBaseDependentAgentsResponseModelAgentsItem.d.ts +2 -2
- package/dist/serialization/types/GetKnowledgeBaseFileResponseModel.d.ts +3 -3
- package/dist/serialization/types/GetKnowledgeBaseFileResponseModel.js +1 -1
- package/dist/serialization/types/GetKnowledgeBaseListResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetKnowledgeBaseListResponseModelDocumentsItem.d.ts +2 -2
- package/dist/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +4 -4
- package/dist/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.js +2 -2
- package/dist/serialization/types/GetKnowledgeBaseSummaryFileResponseModelDependentAgentsItem.d.ts +2 -2
- package/dist/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +4 -4
- package/dist/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.js +2 -2
- package/dist/serialization/types/GetKnowledgeBaseSummaryTextResponseModelDependentAgentsItem.d.ts +2 -2
- package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +4 -4
- package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.js +2 -2
- package/dist/serialization/types/GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem.d.ts +2 -2
- package/dist/serialization/types/GetKnowledgeBaseTextResponseModel.d.ts +3 -3
- package/dist/serialization/types/GetKnowledgeBaseTextResponseModel.js +1 -1
- package/dist/serialization/types/GetKnowledgeBaseUrlResponseModel.d.ts +3 -3
- package/dist/serialization/types/GetKnowledgeBaseUrlResponseModel.js +1 -1
- package/dist/serialization/types/GetLibraryVoicesResponse.d.ts +2 -2
- package/dist/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +3 -3
- package/dist/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.js +1 -1
- package/dist/serialization/types/GetPhoneNumberResponse.d.ts +2 -2
- package/dist/serialization/types/GetPhoneNumberSipTrunkResponseModel.d.ts +4 -4
- package/dist/serialization/types/GetPhoneNumberSipTrunkResponseModel.js +2 -2
- package/dist/serialization/types/GetPhoneNumberTwilioResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetProjectRequest.d.ts +2 -2
- package/dist/serialization/types/GetProjectsRequest.d.ts +2 -2
- package/dist/serialization/types/GetProjectsResponse.d.ts +2 -2
- package/dist/serialization/types/GetPronunciationDictionariesMetadataResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetPronunciationDictionariesResponse.d.ts +2 -2
- package/dist/serialization/types/GetPronunciationDictionaryMetadataResponse.d.ts +2 -2
- package/dist/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +2 -2
- package/dist/serialization/types/GetPronunciationDictionaryResponse.d.ts +2 -2
- package/dist/serialization/types/GetSpeechHistoryResponse.d.ts +2 -2
- package/dist/serialization/types/GetTestInvocationsPageResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetTestsPageResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetTestsSummariesByIdsResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetToolDependentAgentsResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetToolDependentAgentsResponseModelAgentsItem.d.ts +2 -2
- package/dist/serialization/types/GetUnitTestResponseModel.d.ts +6 -6
- package/dist/serialization/types/GetUnitTestResponseModel.js +4 -4
- package/dist/serialization/types/GetUnitTestResponseModelDynamicVariablesValue.d.ts +2 -2
- package/dist/serialization/types/GetVoicesResponse.d.ts +2 -2
- package/dist/serialization/types/GetVoicesV2Response.d.ts +2 -2
- package/dist/serialization/types/GetWorkspaceSecretsResponseModel.d.ts +2 -2
- package/dist/serialization/types/GuardrailsV1Input.d.ts +2 -2
- package/dist/serialization/types/GuardrailsV1Output.d.ts +2 -2
- package/dist/serialization/types/HistoryAlignmentResponseModel.d.ts +2 -2
- package/dist/serialization/types/HistoryAlignmentsResponseModel.d.ts +2 -2
- package/dist/serialization/types/HistoryItemResponse.d.ts +2 -2
- package/dist/serialization/types/HtmlExportOptions.d.ts +2 -2
- package/dist/serialization/types/HttpValidationError.d.ts +2 -2
- package/dist/serialization/types/ImageAvatar.d.ts +2 -2
- package/dist/serialization/types/InboundSipTrunkConfigRequestModel.d.ts +2 -2
- package/dist/serialization/types/IntegrationType.d.ts +2 -2
- package/dist/serialization/types/InvoiceResponse.d.ts +2 -2
- package/dist/serialization/types/InvoiceResponseModelPaymentIntentStatus.d.ts +2 -2
- package/dist/serialization/types/KnowledgeBaseDocumentChunkResponseModel.d.ts +2 -2
- package/dist/serialization/types/KnowledgeBaseDocumentMetadataResponseModel.d.ts +2 -2
- package/dist/serialization/types/KnowledgeBaseDocumentType.d.ts +2 -2
- package/dist/serialization/types/KnowledgeBaseLocator.d.ts +3 -3
- package/dist/serialization/types/KnowledgeBaseLocator.js +1 -1
- package/dist/serialization/types/KnowledgeBaseSortBy.d.ts +2 -2
- package/dist/serialization/types/LanguageAddedResponse.d.ts +2 -2
- package/dist/serialization/types/LanguageDetectionToolConfig.d.ts +3 -4
- package/dist/serialization/types/LanguageDetectionToolResultModel.d.ts +2 -2
- package/dist/serialization/types/LanguagePresetInput.d.ts +2 -2
- package/dist/serialization/types/LanguagePresetOutput.d.ts +2 -2
- package/dist/serialization/types/LanguagePresetTranslation.d.ts +2 -2
- package/dist/serialization/types/LanguageResponse.d.ts +2 -2
- package/dist/serialization/types/LibraryVoiceResponse.d.ts +2 -2
- package/dist/serialization/types/LibraryVoiceResponseModelCategory.d.ts +2 -2
- package/dist/serialization/types/ListMcpToolsResponseModel.d.ts +2 -2
- package/dist/serialization/types/ListResponseMeta.d.ts +2 -2
- package/dist/serialization/types/LiteralJsonSchemaProperty.d.ts +3 -3
- package/dist/serialization/types/LiteralJsonSchemaProperty.js +1 -1
- package/dist/serialization/types/LiteralJsonSchemaPropertyConstantValue.d.ts +2 -2
- package/dist/serialization/types/LiteralJsonSchemaPropertyType.d.ts +2 -2
- package/dist/serialization/types/LiteralOverride.d.ts +2 -2
- package/dist/serialization/types/LiteralOverrideConstantValue.d.ts +2 -2
- package/dist/serialization/types/LivekitStackType.d.ts +2 -2
- package/dist/serialization/types/Llm.d.ts +3 -3
- package/dist/serialization/types/Llm.js +3 -0
- package/dist/serialization/types/LlmCategoryUsage.d.ts +2 -2
- package/dist/serialization/types/LlmInputOutputTokensUsage.d.ts +2 -2
- package/dist/serialization/types/LlmParameterEvaluationStrategy.d.ts +2 -2
- package/dist/serialization/types/LlmReasoningEffort.d.ts +3 -3
- package/dist/serialization/types/LlmReasoningEffort.js +1 -1
- package/dist/serialization/types/LlmTokensCategoryUsage.d.ts +2 -2
- package/dist/serialization/types/LlmUsageCalculatorLlmResponseModel.d.ts +2 -2
- package/dist/serialization/types/LlmUsageCalculatorResponseModel.d.ts +2 -2
- package/dist/serialization/types/LlmUsageInput.d.ts +2 -2
- package/dist/serialization/types/LlmUsageOutput.d.ts +2 -2
- package/dist/serialization/types/ManualVerificationFileResponse.d.ts +2 -2
- package/dist/serialization/types/ManualVerificationResponse.d.ts +2 -2
- package/dist/serialization/types/MatchAnythingParameterEvaluationStrategy.d.ts +3 -4
- package/dist/serialization/types/McpApprovalPolicy.d.ts +2 -2
- package/dist/serialization/types/McpServerConfigInput.d.ts +8 -8
- package/dist/serialization/types/McpServerConfigInput.js +6 -6
- package/dist/serialization/types/McpServerConfigInputRequestHeadersValue.d.ts +3 -3
- package/dist/serialization/types/McpServerConfigInputRequestHeadersValue.js +1 -1
- package/dist/serialization/types/McpServerConfigInputSecretToken.d.ts +2 -2
- package/dist/serialization/types/McpServerConfigInputUrl.d.ts +2 -2
- package/dist/serialization/types/McpServerConfigOutput.d.ts +8 -8
- package/dist/serialization/types/McpServerConfigOutput.js +6 -6
- package/dist/serialization/types/McpServerConfigOutputRequestHeadersValue.d.ts +3 -3
- package/dist/serialization/types/McpServerConfigOutputRequestHeadersValue.js +1 -1
- package/dist/serialization/types/McpServerConfigOutputSecretToken.d.ts +2 -2
- package/dist/serialization/types/McpServerConfigOutputUrl.d.ts +2 -2
- package/dist/serialization/types/McpServerMetadataResponseModel.d.ts +2 -2
- package/dist/serialization/types/McpServerResponseModel.d.ts +4 -4
- package/dist/serialization/types/McpServerResponseModel.js +2 -2
- package/dist/serialization/types/McpServerResponseModelDependentAgentsItem.d.ts +2 -2
- package/dist/serialization/types/McpServerTransport.d.ts +2 -2
- package/dist/serialization/types/McpServersResponseModel.d.ts +2 -2
- package/dist/serialization/types/McpToolApprovalHash.d.ts +2 -2
- package/dist/serialization/types/McpToolApprovalPolicy.d.ts +2 -2
- package/dist/serialization/types/McpToolConfigOverride.d.ts +4 -4
- package/dist/serialization/types/McpToolConfigOverride.js +2 -2
- package/dist/serialization/types/MetricRecord.d.ts +2 -2
- package/dist/serialization/types/MetricType.d.ts +2 -2
- package/dist/serialization/types/Model.d.ts +2 -2
- package/dist/serialization/types/ModelRatesResponseModel.d.ts +2 -2
- package/dist/serialization/types/ModelSettingsResponseModel.d.ts +2 -2
- package/dist/serialization/types/ModerationConfig.d.ts +2 -2
- package/dist/serialization/types/ModerationGuardrailInput.d.ts +2 -2
- package/dist/serialization/types/ModerationGuardrailOutput.d.ts +2 -2
- package/dist/serialization/types/MultichannelSpeechToTextResponseModel.d.ts +2 -2
- package/dist/serialization/types/MultipartMusicResponse.d.ts +2 -2
- package/dist/serialization/types/MusicPrompt.d.ts +2 -2
- package/dist/serialization/types/ObjectJsonSchemaPropertyInput.d.ts +2 -2
- package/dist/serialization/types/ObjectJsonSchemaPropertyInput.js +1 -1
- package/dist/serialization/types/ObjectJsonSchemaPropertyInputPropertiesValue.d.ts +2 -2
- package/dist/serialization/types/ObjectJsonSchemaPropertyInputPropertiesValue.js +1 -1
- package/dist/serialization/types/ObjectJsonSchemaPropertyOutput.d.ts +2 -2
- package/dist/serialization/types/ObjectJsonSchemaPropertyOutput.js +1 -1
- package/dist/serialization/types/ObjectJsonSchemaPropertyOutputPropertiesValue.d.ts +2 -2
- package/dist/serialization/types/ObjectJsonSchemaPropertyOutputPropertiesValue.js +1 -1
- package/dist/serialization/types/ObjectOverrideInput.d.ts +2 -2
- package/dist/serialization/types/ObjectOverrideInput.js +1 -1
- package/dist/serialization/types/ObjectOverrideInputPropertiesValue.d.ts +2 -2
- package/dist/serialization/types/ObjectOverrideInputPropertiesValue.js +1 -1
- package/dist/serialization/types/ObjectOverrideOutput.d.ts +2 -2
- package/dist/serialization/types/ObjectOverrideOutput.js +1 -1
- package/dist/serialization/types/ObjectOverrideOutputPropertiesValue.d.ts +2 -2
- package/dist/serialization/types/ObjectOverrideOutputPropertiesValue.js +1 -1
- package/dist/serialization/types/OrbAvatar.d.ts +2 -2
- package/dist/serialization/types/OutboundCallRecipient.d.ts +2 -2
- package/dist/serialization/types/OutboundCallRecipientResponseModel.d.ts +2 -2
- package/dist/serialization/types/OutboundSipTrunkConfigRequestModel.d.ts +3 -3
- package/dist/serialization/types/OutboundSipTrunkConfigRequestModel.js +1 -1
- package/dist/serialization/types/OutputFormat.d.ts +2 -2
- package/dist/serialization/types/PdfExportOptions.d.ts +2 -2
- package/dist/serialization/types/PendingCancellationResponseModel.d.ts +2 -2
- package/dist/serialization/types/PendingSubscriptionSwitchResponseModel.d.ts +3 -3
- package/dist/serialization/types/PendingSubscriptionSwitchResponseModel.js +1 -1
- package/dist/serialization/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.d.ts +2 -2
- package/dist/serialization/types/PendingSubscriptionSwitchResponseModelNextTier.d.ts +2 -2
- package/dist/serialization/types/PhoneNumberAgentInfo.d.ts +2 -2
- package/dist/serialization/types/PhoneNumberDynamicVariableTransferDestination.d.ts +2 -2
- package/dist/serialization/types/PhoneNumberTransfer.d.ts +2 -2
- package/dist/serialization/types/PhoneNumberTransferDestination.d.ts +2 -2
- package/dist/serialization/types/PhoneNumberTransferTransferDestination.d.ts +4 -4
- package/dist/serialization/types/PhoneNumberTransferTransferDestination.js +2 -2
- package/dist/serialization/types/PlayDtmfResultErrorModel.d.ts +2 -2
- package/dist/serialization/types/PlayDtmfResultSuccessModel.d.ts +2 -2
- package/dist/serialization/types/PlayDtmfToolConfig.d.ts +3 -2
- package/dist/serialization/types/PlayDtmfToolConfig.js +3 -1
- package/dist/serialization/types/PodcastBulletinMode.d.ts +2 -2
- package/dist/serialization/types/PodcastBulletinModeData.d.ts +2 -2
- package/dist/serialization/types/PodcastConversationMode.d.ts +2 -2
- package/dist/serialization/types/PodcastConversationModeData.d.ts +2 -2
- package/dist/serialization/types/PodcastProjectResponseModel.d.ts +2 -2
- package/dist/serialization/types/PodcastTextSource.d.ts +2 -2
- package/dist/serialization/types/PodcastUrlSource.d.ts +2 -2
- package/dist/serialization/types/PositionInput.d.ts +2 -2
- package/dist/serialization/types/PositionOutput.d.ts +2 -2
- package/dist/serialization/types/PostAgentAvatarResponseModel.d.ts +2 -2
- package/dist/serialization/types/PostWorkspaceSecretResponseModel.d.ts +2 -2
- package/dist/serialization/types/PrivacyConfig.d.ts +2 -2
- package/dist/serialization/types/ProjectCreationMetaResponseModel.d.ts +2 -2
- package/dist/serialization/types/ProjectCreationMetaResponseModelStatus.d.ts +2 -2
- package/dist/serialization/types/ProjectCreationMetaResponseModelType.d.ts +2 -2
- package/dist/serialization/types/ProjectExtendedResponse.d.ts +14 -12
- package/dist/serialization/types/ProjectExtendedResponse.js +12 -10
- package/dist/serialization/types/ProjectExtendedResponseModelAccessLevel.d.ts +2 -2
- package/dist/serialization/types/ProjectExtendedResponseModelApplyTextNormalization.d.ts +2 -2
- package/dist/serialization/types/ProjectExtendedResponseModelAspectRatio.d.ts +2 -2
- package/dist/serialization/types/ProjectExtendedResponseModelAssetsItem.d.ts +8 -4
- package/dist/serialization/types/ProjectExtendedResponseModelAssetsItem.js +3 -1
- package/dist/serialization/types/ProjectExtendedResponseModelFiction.d.ts +2 -2
- package/dist/serialization/types/ProjectExtendedResponseModelQualityPreset.d.ts +2 -2
- package/dist/serialization/types/ProjectExtendedResponseModelSourceType.d.ts +2 -2
- package/dist/serialization/types/ProjectExtendedResponseModelTargetAudience.d.ts +2 -2
- package/dist/serialization/types/ProjectExternalAudioResponseModel.d.ts +2 -2
- package/dist/serialization/types/ProjectImageResponseModel.d.ts +25 -0
- package/dist/serialization/types/ProjectImageResponseModel.js +57 -0
- package/dist/serialization/types/ProjectResponse.d.ts +7 -7
- package/dist/serialization/types/ProjectResponse.js +5 -5
- package/dist/serialization/types/ProjectResponseModelAccessLevel.d.ts +2 -2
- package/dist/serialization/types/ProjectResponseModelAspectRatio.d.ts +2 -2
- package/dist/serialization/types/ProjectResponseModelFiction.d.ts +2 -2
- package/dist/serialization/types/ProjectResponseModelSourceType.d.ts +2 -2
- package/dist/serialization/types/ProjectResponseModelTargetAudience.d.ts +2 -2
- package/dist/serialization/types/ProjectSnapshotExtendedResponseModel.d.ts +2 -2
- package/dist/serialization/types/ProjectSnapshotResponse.d.ts +2 -2
- package/dist/serialization/types/ProjectSnapshotsResponse.d.ts +2 -2
- package/dist/serialization/types/ProjectState.d.ts +2 -2
- package/dist/serialization/types/ProjectVideoResponseModel.d.ts +4 -2
- package/dist/serialization/types/ProjectVideoResponseModel.js +2 -0
- package/dist/serialization/types/ProjectVideoThumbnailSheetResponseModel.d.ts +2 -2
- package/dist/serialization/types/ProjectVoiceResponseModel.d.ts +2 -2
- package/dist/serialization/types/PromptAgent.d.ts +2 -2
- package/dist/serialization/types/PromptAgentApiModelInput.d.ts +6 -6
- package/dist/serialization/types/PromptAgentApiModelInput.js +4 -4
- package/dist/serialization/types/PromptAgentApiModelInputBackupLlmConfig.d.ts +2 -2
- package/dist/serialization/types/PromptAgentApiModelInputToolsItem.d.ts +2 -2
- package/dist/serialization/types/PromptAgentApiModelOutput.d.ts +6 -6
- package/dist/serialization/types/PromptAgentApiModelOutput.js +4 -4
- package/dist/serialization/types/PromptAgentApiModelOutputBackupLlmConfig.d.ts +2 -2
- package/dist/serialization/types/PromptAgentApiModelOutputToolsItem.d.ts +2 -2
- package/dist/serialization/types/PromptAgentApiModelOverride.d.ts +2 -2
- package/dist/serialization/types/PromptAgentApiModelOverrideConfig.d.ts +2 -2
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +6 -6
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInput.js +4 -4
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.d.ts +2 -2
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +2 -2
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +6 -6
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.js +4 -4
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.d.ts +2 -2
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +2 -2
- package/dist/serialization/types/PromptAgentDbModel.d.ts +2 -2
- package/dist/serialization/types/PromptEvaluationCriteria.d.ts +2 -2
- package/dist/serialization/types/PronunciationDictionaryAliasRuleRequestModel.d.ts +2 -2
- package/dist/serialization/types/PronunciationDictionaryLocatorResponseModel.d.ts +2 -2
- package/dist/serialization/types/PronunciationDictionaryPhonemeRuleRequestModel.d.ts +2 -2
- package/dist/serialization/types/PronunciationDictionaryRulesResponseModel.d.ts +2 -2
- package/dist/serialization/types/PronunciationDictionaryVersionLocator.d.ts +2 -2
- package/dist/serialization/types/PronunciationDictionaryVersionResponseModel.d.ts +2 -2
- package/dist/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +2 -2
- package/dist/serialization/types/PydanticPronunciationDictionaryVersionLocator.d.ts +2 -2
- package/dist/serialization/types/QueryOverride.d.ts +2 -2
- package/dist/serialization/types/QueryParamsJsonSchema.d.ts +2 -2
- package/dist/serialization/types/RagChunkMetadata.d.ts +2 -2
- package/dist/serialization/types/RagConfig.d.ts +2 -2
- package/dist/serialization/types/RagConfigWorkflowOverride.d.ts +2 -2
- package/dist/serialization/types/RagDocumentIndexResponseModel.d.ts +3 -3
- package/dist/serialization/types/RagDocumentIndexResponseModel.js +1 -1
- package/dist/serialization/types/RagDocumentIndexUsage.d.ts +2 -2
- package/dist/serialization/types/RagDocumentIndexesResponseModel.d.ts +2 -2
- package/dist/serialization/types/RagIndexOverviewEmbeddingModelResponseModel.d.ts +2 -2
- package/dist/serialization/types/RagIndexOverviewResponseModel.d.ts +2 -2
- package/dist/serialization/types/RagIndexStatus.d.ts +2 -2
- package/dist/serialization/types/RagRetrievalInfo.d.ts +3 -3
- package/dist/serialization/types/RagRetrievalInfo.js +1 -1
- package/dist/serialization/types/ReaderResourceResponseModel.d.ts +2 -2
- package/dist/serialization/types/ReaderResourceResponseModelResourceType.d.ts +2 -2
- package/dist/serialization/types/RecordingResponse.d.ts +2 -2
- package/dist/serialization/types/ReferencedToolCommonModel.d.ts +2 -2
- package/dist/serialization/types/ReferencedToolCommonModelType.d.ts +2 -2
- package/dist/serialization/types/RegexParameterEvaluationStrategy.d.ts +2 -2
- package/dist/serialization/types/RegionConfigRequest.d.ts +3 -3
- package/dist/serialization/types/RegionConfigRequest.js +1 -1
- package/dist/serialization/types/RemoveMemberFromGroupRequest.d.ts +2 -2
- package/dist/serialization/types/Render.d.ts +3 -3
- package/dist/serialization/types/Render.js +1 -1
- package/dist/serialization/types/RenderStatus.d.ts +2 -2
- package/dist/serialization/types/RenderType.d.ts +2 -2
- package/dist/serialization/types/RequestPvcManualVerificationResponseModel.d.ts +2 -2
- package/dist/serialization/types/ResourceAccessInfo.d.ts +2 -2
- package/dist/serialization/types/ResourceAccessInfoRole.d.ts +2 -2
- package/dist/serialization/types/ResourceMetadataResponseModel.d.ts +3 -3
- package/dist/serialization/types/ResourceMetadataResponseModel.js +1 -1
- package/dist/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +2 -2
- package/dist/serialization/types/ReviewStatus.d.ts +2 -2
- package/dist/serialization/types/SafetyCommonModel.d.ts +2 -2
- package/dist/serialization/types/SafetyEvaluation.d.ts +2 -2
- package/dist/serialization/types/SafetyResponseModel.d.ts +2 -2
- package/dist/serialization/types/SafetyRule.d.ts +2 -2
- package/dist/serialization/types/SaveVoicePreviewRequest.d.ts +2 -2
- package/dist/serialization/types/SecretDependencyType.d.ts +2 -2
- package/dist/serialization/types/SectionSource.d.ts +2 -2
- package/dist/serialization/types/SegmentCreateResponse.d.ts +2 -2
- package/dist/serialization/types/SegmentDeleteResponse.d.ts +2 -2
- package/dist/serialization/types/SegmentDubResponse.d.ts +2 -2
- package/dist/serialization/types/SegmentSubtitleFrame.d.ts +2 -2
- package/dist/serialization/types/SegmentTranscriptionResponse.d.ts +2 -2
- package/dist/serialization/types/SegmentTranslationResponse.d.ts +2 -2
- package/dist/serialization/types/SegmentUpdateResponse.d.ts +2 -2
- package/dist/serialization/types/SegmentedJsonExportOptions.d.ts +2 -2
- package/dist/serialization/types/ShareOptionResponseModel.d.ts +2 -2
- package/dist/serialization/types/ShareOptionResponseModelType.d.ts +2 -2
- package/dist/serialization/types/SimilarVoice.d.ts +2 -2
- package/dist/serialization/types/SimilarVoiceCategory.d.ts +2 -2
- package/dist/serialization/types/SimilarVoicesForSpeakerResponse.d.ts +2 -2
- package/dist/serialization/types/SingleTestRunRequestModel.d.ts +2 -2
- package/dist/serialization/types/SingleUseTokenResponseModel.d.ts +2 -2
- package/dist/serialization/types/SingleUseTokenType.d.ts +3 -3
- package/dist/serialization/types/SingleUseTokenType.js +1 -1
- package/dist/serialization/types/SipMediaEncryptionEnum.d.ts +2 -2
- package/dist/serialization/types/SipTrunkCredentialsRequestModel.d.ts +2 -2
- package/dist/serialization/types/SipTrunkOutboundCallResponse.d.ts +2 -2
- package/dist/serialization/types/SipTrunkTransportEnum.d.ts +2 -2
- package/dist/serialization/types/SipUriDynamicVariableTransferDestination.d.ts +2 -2
- package/dist/serialization/types/SipUriTransferDestination.d.ts +2 -2
- package/dist/serialization/types/SkipTurnToolConfig.d.ts +3 -4
- package/dist/serialization/types/SkipTurnToolResponseModel.d.ts +2 -2
- package/dist/serialization/types/SoftTimeoutConfig.d.ts +2 -2
- package/dist/serialization/types/SoftTimeoutConfigOverride.d.ts +2 -2
- package/dist/serialization/types/SoftTimeoutConfigOverrideConfig.d.ts +2 -2
- package/dist/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +2 -2
- package/dist/serialization/types/SongMetadata.d.ts +2 -2
- package/dist/serialization/types/SongSection.d.ts +2 -2
- package/dist/serialization/types/SortDirection.d.ts +2 -2
- package/dist/serialization/types/SpeakerAudioResponseModel.d.ts +2 -2
- package/dist/serialization/types/SpeakerResponseModel.d.ts +2 -2
- package/dist/serialization/types/SpeakerSegment.d.ts +3 -3
- package/dist/serialization/types/SpeakerSegment.js +1 -1
- package/dist/serialization/types/SpeakerSeparationResponseModel.d.ts +3 -3
- package/dist/serialization/types/SpeakerSeparationResponseModel.js +1 -1
- package/dist/serialization/types/SpeakerSeparationResponseModelStatus.d.ts +2 -2
- package/dist/serialization/types/SpeakerTrack.d.ts +2 -2
- package/dist/serialization/types/SpeakerUpdatedResponse.d.ts +2 -2
- package/dist/serialization/types/SpeechHistoryItemResponse.d.ts +5 -5
- package/dist/serialization/types/SpeechHistoryItemResponse.js +3 -3
- package/dist/serialization/types/SpeechHistoryItemResponseModelSource.d.ts +2 -2
- package/dist/serialization/types/SpeechHistoryItemResponseModelVoiceCategory.d.ts +2 -2
- package/dist/serialization/types/SpeechToTextCharacterResponseModel.d.ts +2 -2
- package/dist/serialization/types/SpeechToTextChunkResponseModel.d.ts +3 -3
- package/dist/serialization/types/SpeechToTextChunkResponseModel.js +1 -1
- package/dist/serialization/types/SpeechToTextWebhookResponseModel.d.ts +2 -2
- package/dist/serialization/types/SpeechToTextWordResponseModel.d.ts +3 -3
- package/dist/serialization/types/SpeechToTextWordResponseModel.js +1 -1
- package/dist/serialization/types/SpeechToTextWordResponseModelType.d.ts +2 -2
- package/dist/serialization/types/SrtExportOptions.d.ts +2 -2
- package/dist/serialization/types/StartPvcVoiceTrainingResponseModel.d.ts +2 -2
- package/dist/serialization/types/StartSpeakerSeparationResponseModel.d.ts +2 -2
- package/dist/serialization/types/StreamingAudioChunkWithTimestampsAndVoiceSegmentsResponseModel.d.ts +2 -2
- package/dist/serialization/types/StreamingAudioChunkWithTimestampsResponse.d.ts +2 -2
- package/dist/serialization/types/Subscription.d.ts +5 -5
- package/dist/serialization/types/Subscription.js +3 -3
- package/dist/serialization/types/SubscriptionResponse.d.ts +4 -4
- package/dist/serialization/types/SubscriptionResponse.js +2 -2
- package/dist/serialization/types/SubscriptionResponseModelBillingPeriod.d.ts +2 -2
- package/dist/serialization/types/SubscriptionResponseModelCharacterRefreshPeriod.d.ts +2 -2
- package/dist/serialization/types/SubscriptionResponseModelCurrency.d.ts +2 -2
- package/dist/serialization/types/SubscriptionStatusType.d.ts +2 -2
- package/dist/serialization/types/SuggestedAudioTag.d.ts +10 -0
- package/dist/serialization/types/{CloseSocket.js → SuggestedAudioTag.js} +4 -3
- package/dist/serialization/types/SupportedVoice.d.ts +2 -2
- package/dist/serialization/types/SystemToolConfigInput.d.ts +4 -4
- package/dist/serialization/types/SystemToolConfigInput.js +2 -2
- package/dist/serialization/types/SystemToolConfigInputParams.d.ts +2 -2
- package/dist/serialization/types/SystemToolConfigOutput.d.ts +4 -4
- package/dist/serialization/types/SystemToolConfigOutput.js +2 -2
- package/dist/serialization/types/SystemToolConfigOutputParams.d.ts +2 -2
- package/dist/serialization/types/TelephonyProvider.d.ts +2 -2
- package/dist/serialization/types/TestConditionRationaleCommonModel.d.ts +2 -2
- package/dist/serialization/types/TestConditionResultCommonModel.d.ts +2 -2
- package/dist/serialization/types/TestFromConversationMetadataInput.d.ts +2 -2
- package/dist/serialization/types/TestFromConversationMetadataOutput.d.ts +2 -2
- package/dist/serialization/types/TestInvocationSummaryResponseModel.d.ts +2 -2
- package/dist/serialization/types/TestRunMetadata.d.ts +2 -2
- package/dist/serialization/types/TestRunMetadataTestType.d.ts +2 -2
- package/dist/serialization/types/TestRunStatus.d.ts +2 -2
- package/dist/serialization/types/TestToolResultModel.d.ts +2 -2
- package/dist/serialization/types/TestsFeatureUsageCommonModel.d.ts +2 -2
- package/dist/serialization/types/TextNormalisationType.d.ts +7 -0
- package/{serialization/types/CloseConnection.js → dist/serialization/types/TextNormalisationType.js} +2 -4
- package/dist/serialization/types/TextToSpeechRequest.d.ts +2 -2
- package/dist/serialization/types/TextToSpeechStreamRequest.d.ts +2 -2
- package/dist/serialization/types/TextToSpeechStreamWithTimestampsRequest.d.ts +2 -2
- package/dist/serialization/types/TextToSpeechWithTimestampsRequest.d.ts +2 -2
- package/dist/serialization/types/ThresholdGuardrail.d.ts +2 -2
- package/dist/serialization/types/TimeRange.d.ts +2 -2
- package/dist/serialization/types/TokenResponseModel.d.ts +2 -2
- package/dist/serialization/types/Tool.d.ts +2 -2
- package/dist/serialization/types/ToolAnnotations.d.ts +2 -2
- package/dist/serialization/types/ToolCallSoundBehavior.d.ts +2 -2
- package/dist/serialization/types/ToolCallSoundType.d.ts +2 -2
- package/dist/serialization/types/ToolExecutionMode.d.ts +2 -2
- package/dist/serialization/types/ToolMockConfig.d.ts +2 -2
- package/dist/serialization/types/ToolRequestModel.d.ts +2 -2
- package/dist/serialization/types/ToolRequestModelToolConfig.d.ts +3 -7
- package/dist/serialization/types/ToolRequestModelToolConfig.js +0 -2
- package/dist/serialization/types/ToolResponseModel.d.ts +3 -3
- package/dist/serialization/types/ToolResponseModel.js +1 -1
- package/dist/serialization/types/ToolResponseModelToolConfig.d.ts +3 -7
- package/dist/serialization/types/ToolResponseModelToolConfig.js +0 -2
- package/dist/serialization/types/ToolType.d.ts +2 -2
- package/dist/serialization/types/ToolUsageStatsResponseModel.d.ts +2 -2
- package/dist/serialization/types/ToolsResponseModel.d.ts +2 -2
- package/dist/serialization/types/TransferToAgentToolConfig.d.ts +2 -2
- package/dist/serialization/types/TransferToAgentToolResultErrorModel.d.ts +2 -2
- package/dist/serialization/types/TransferToAgentToolResultSuccessModel.d.ts +2 -2
- package/dist/serialization/types/TransferToNumberResultErrorModel.d.ts +2 -2
- package/dist/serialization/types/TransferToNumberResultSipSuccessModel.d.ts +2 -2
- package/dist/serialization/types/TransferToNumberResultTwilioSuccessModel.d.ts +2 -2
- package/dist/serialization/types/TransferToNumberToolConfigInput.d.ts +2 -2
- package/dist/serialization/types/TransferToNumberToolConfigOutput.d.ts +2 -2
- package/dist/serialization/types/TransferTypeEnum.d.ts +2 -2
- package/dist/serialization/types/TtsConversationalConfigInput.d.ts +9 -5
- package/dist/serialization/types/TtsConversationalConfigInput.js +7 -3
- package/dist/serialization/types/TtsConversationalConfigOutput.d.ts +9 -5
- package/dist/serialization/types/TtsConversationalConfigOutput.js +7 -3
- package/dist/serialization/types/TtsConversationalConfigOverride.d.ts +2 -2
- package/dist/serialization/types/TtsConversationalConfigOverrideConfig.d.ts +2 -2
- package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +9 -5
- package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideInput.js +7 -3
- package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +9 -5
- package/dist/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.js +7 -3
- package/dist/serialization/types/TtsConversationalModel.d.ts +3 -3
- package/dist/serialization/types/TtsConversationalModel.js +0 -1
- package/dist/serialization/types/TtsModelFamily.d.ts +3 -3
- package/dist/serialization/types/TtsModelFamily.js +1 -1
- package/dist/serialization/types/TtsOptimizeStreamingLatency.d.ts +2 -2
- package/dist/serialization/types/TtsOutputFormat.d.ts +2 -2
- package/dist/serialization/types/TurnConfig.d.ts +2 -2
- package/dist/serialization/types/TurnConfigOverride.d.ts +2 -2
- package/dist/serialization/types/TurnConfigOverrideConfig.d.ts +2 -2
- package/dist/serialization/types/TurnConfigWorkflowOverride.d.ts +2 -2
- package/dist/serialization/types/TurnEagerness.d.ts +2 -2
- package/dist/serialization/types/TurnMode.d.ts +2 -2
- package/dist/serialization/types/TwilioEdgeLocation.d.ts +2 -2
- package/dist/serialization/types/TwilioOutboundCallResponse.d.ts +2 -2
- package/dist/serialization/types/TwilioRegionId.d.ts +2 -2
- package/dist/serialization/types/TxtExportOptions.d.ts +2 -2
- package/dist/serialization/types/UnitTestCommonModel.d.ts +6 -6
- package/dist/serialization/types/UnitTestCommonModel.js +4 -4
- package/dist/serialization/types/UnitTestCommonModelDynamicVariablesValue.d.ts +2 -2
- package/dist/serialization/types/UnitTestCommonModelType.d.ts +2 -2
- package/dist/serialization/types/UnitTestRunResponseModel.d.ts +4 -4
- package/dist/serialization/types/UnitTestRunResponseModel.js +2 -2
- package/dist/serialization/types/UnitTestSummaryResponseModel.d.ts +2 -2
- package/dist/serialization/types/UnitTestToolCallEvaluationModelInput.d.ts +3 -3
- package/dist/serialization/types/UnitTestToolCallEvaluationModelInput.js +1 -1
- package/dist/serialization/types/UnitTestToolCallEvaluationModelOutput.d.ts +3 -3
- package/dist/serialization/types/UnitTestToolCallEvaluationModelOutput.js +1 -1
- package/dist/serialization/types/UnitTestToolCallParameter.d.ts +2 -2
- package/dist/serialization/types/UnitTestToolCallParameterEval.d.ts +3 -3
- package/dist/serialization/types/UnitTestToolCallParameterEval.js +1 -1
- package/dist/serialization/types/UpdateAudioNativeProjectRequest.d.ts +2 -2
- package/dist/serialization/types/UpdateChapterRequest.d.ts +2 -2
- package/dist/serialization/types/UpdateProjectRequest.d.ts +2 -2
- package/dist/serialization/types/UpdatePronunciationDictionariesRequest.d.ts +2 -2
- package/dist/serialization/types/UpdateWorkspaceMemberResponseModel.d.ts +2 -2
- package/dist/serialization/types/UrlAvatar.d.ts +2 -2
- package/dist/serialization/types/UsageAggregationInterval.d.ts +2 -2
- package/dist/serialization/types/UsageCharactersResponseModel.d.ts +2 -2
- package/dist/serialization/types/User.d.ts +2 -2
- package/dist/serialization/types/UserFeedback.d.ts +2 -2
- package/dist/serialization/types/UserFeedbackScore.d.ts +2 -2
- package/dist/serialization/types/UtteranceResponseModel.d.ts +2 -2
- package/dist/serialization/types/VadConfig.d.ts +3 -4
- package/dist/serialization/types/VadConfigWorkflowOverride.d.ts +3 -4
- package/dist/serialization/types/ValidationError.d.ts +2 -2
- package/dist/serialization/types/ValidationErrorLocItem.d.ts +2 -2
- package/dist/serialization/types/VerificationAttemptResponse.d.ts +2 -2
- package/dist/serialization/types/VerifiedVoiceLanguageResponseModel.d.ts +2 -2
- package/dist/serialization/types/VerifyPvcVoiceCaptchaResponseModel.d.ts +2 -2
- package/dist/serialization/types/Voice.d.ts +6 -6
- package/dist/serialization/types/Voice.js +4 -4
- package/dist/serialization/types/VoiceDesignPreviewResponse.d.ts +2 -2
- package/dist/serialization/types/VoiceGenerationParameterOptionResponse.d.ts +2 -2
- package/dist/serialization/types/VoiceGenerationParameterResponse.d.ts +2 -2
- package/dist/serialization/types/VoiceMailDetectionResultSuccessModel.d.ts +2 -2
- package/dist/serialization/types/VoicePreviewResponseModel.d.ts +2 -2
- package/dist/serialization/types/VoiceResponseModelCategory.d.ts +2 -2
- package/dist/serialization/types/VoiceResponseModelSafetyControl.d.ts +2 -2
- package/dist/serialization/types/VoiceSample.d.ts +2 -2
- package/dist/serialization/types/VoiceSamplePreviewResponseModel.d.ts +2 -2
- package/dist/serialization/types/VoiceSampleVisualWaveformResponseModel.d.ts +2 -2
- package/dist/serialization/types/VoiceSegment.d.ts +2 -2
- package/dist/serialization/types/VoiceSettings.d.ts +2 -2
- package/dist/serialization/types/VoiceSharingModerationCheckResponseModel.d.ts +2 -2
- package/dist/serialization/types/VoiceSharingResponse.d.ts +5 -5
- package/dist/serialization/types/VoiceSharingResponse.js +3 -3
- package/dist/serialization/types/VoiceSharingResponseModelCategory.d.ts +2 -2
- package/dist/serialization/types/VoiceSharingState.d.ts +2 -2
- package/dist/serialization/types/VoiceVerificationResponse.d.ts +2 -2
- package/dist/serialization/types/VoicemailDetectionToolConfig.d.ts +2 -2
- package/dist/serialization/types/WebhookAuthMethodType.d.ts +2 -2
- package/dist/serialization/types/WebhookEventType.d.ts +2 -2
- package/dist/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +5 -5
- package/dist/serialization/types/WebhookToolApiSchemaConfigInput.js +4 -4
- package/dist/serialization/types/WebhookToolApiSchemaConfigInputContentType.d.ts +2 -2
- package/dist/serialization/types/WebhookToolApiSchemaConfigInputMethod.d.ts +2 -2
- package/dist/serialization/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.d.ts +3 -3
- package/dist/serialization/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.js +1 -1
- package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +5 -5
- package/dist/serialization/types/WebhookToolApiSchemaConfigOutput.js +4 -4
- package/dist/serialization/types/WebhookToolApiSchemaConfigOutputContentType.d.ts +2 -2
- package/dist/serialization/types/WebhookToolApiSchemaConfigOutputMethod.d.ts +2 -2
- package/dist/serialization/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.d.ts +3 -3
- package/dist/serialization/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.js +1 -1
- package/dist/serialization/types/WebhookToolConfigInput.d.ts +4 -4
- package/dist/serialization/types/WebhookToolConfigInput.js +2 -2
- package/dist/serialization/types/WebhookToolConfigOutput.d.ts +4 -4
- package/dist/serialization/types/WebhookToolConfigOutput.js +2 -2
- package/dist/serialization/types/WebhookUsageType.d.ts +2 -2
- package/dist/serialization/types/WhatsAppConversationInfo.d.ts +2 -2
- package/dist/serialization/types/WidgetConfig.d.ts +7 -7
- package/dist/serialization/types/WidgetConfig.js +5 -5
- package/dist/serialization/types/WidgetConfigInputAvatar.d.ts +3 -3
- package/dist/serialization/types/WidgetConfigInputAvatar.js +1 -1
- package/dist/serialization/types/WidgetConfigOutputAvatar.d.ts +3 -3
- package/dist/serialization/types/WidgetConfigOutputAvatar.js +1 -1
- package/dist/serialization/types/WidgetConfigResponse.d.ts +7 -7
- package/dist/serialization/types/WidgetConfigResponse.js +5 -5
- package/dist/serialization/types/WidgetConfigResponseModelAvatar.d.ts +3 -3
- package/dist/serialization/types/WidgetConfigResponseModelAvatar.js +1 -1
- package/dist/serialization/types/WidgetEndFeedbackConfig.d.ts +2 -2
- package/dist/serialization/types/WidgetEndFeedbackType.d.ts +2 -2
- package/dist/serialization/types/WidgetExpandable.d.ts +2 -2
- package/dist/serialization/types/WidgetFeedbackMode.d.ts +2 -2
- package/dist/serialization/types/WidgetLanguagePreset.d.ts +2 -2
- package/dist/serialization/types/WidgetLanguagePresetResponse.d.ts +2 -2
- package/dist/serialization/types/WidgetPlacement.d.ts +2 -2
- package/dist/serialization/types/WidgetStyles.d.ts +2 -2
- package/dist/serialization/types/WidgetTextContents.d.ts +2 -2
- package/dist/serialization/types/WorkflowEdgeModelInput.d.ts +3 -3
- package/dist/serialization/types/WorkflowEdgeModelInput.js +1 -1
- package/dist/serialization/types/WorkflowEdgeModelInputBackwardCondition.d.ts +2 -2
- package/dist/serialization/types/WorkflowEdgeModelInputForwardCondition.d.ts +2 -2
- package/dist/serialization/types/WorkflowEdgeModelOutput.d.ts +3 -3
- package/dist/serialization/types/WorkflowEdgeModelOutput.js +1 -1
- package/dist/serialization/types/WorkflowEdgeModelOutputBackwardCondition.d.ts +2 -2
- package/dist/serialization/types/WorkflowEdgeModelOutputForwardCondition.d.ts +2 -2
- package/dist/serialization/types/WorkflowEndNodeModelInput.d.ts +2 -2
- package/dist/serialization/types/WorkflowEndNodeModelOutput.d.ts +2 -2
- package/dist/serialization/types/WorkflowExpressionConditionModelInput.d.ts +2 -2
- package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +2 -2
- package/dist/serialization/types/WorkflowExpressionConditionModelInputExpression.js +1 -1
- package/dist/serialization/types/WorkflowExpressionConditionModelOutput.d.ts +2 -2
- package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +2 -2
- package/dist/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +1 -1
- package/dist/serialization/types/WorkflowFeaturesUsageCommonModel.d.ts +2 -2
- package/dist/serialization/types/WorkflowLlmConditionModelInput.d.ts +2 -2
- package/dist/serialization/types/WorkflowLlmConditionModelOutput.d.ts +2 -2
- package/dist/serialization/types/WorkflowOverrideAgentNodeModelInput.d.ts +2 -2
- package/dist/serialization/types/WorkflowOverrideAgentNodeModelOutput.d.ts +2 -2
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +3 -3
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.js +1 -1
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +4 -4
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.js +2 -2
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +3 -3
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +1 -1
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +4 -4
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.js +2 -2
- package/dist/serialization/types/WorkflowResultConditionModelInput.d.ts +2 -2
- package/dist/serialization/types/WorkflowResultConditionModelOutput.d.ts +2 -2
- package/dist/serialization/types/WorkflowStandaloneAgentNodeModelInput.d.ts +2 -2
- package/dist/serialization/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +2 -2
- package/dist/serialization/types/WorkflowStartNodeModelInput.d.ts +2 -2
- package/dist/serialization/types/WorkflowStartNodeModelOutput.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolEdgeStepModel.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolLocator.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolMaxIterationsExceededStepModel.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolNestedToolsStepModelInput.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolNestedToolsStepModelInput.js +1 -1
- package/dist/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.js +1 -1
- package/dist/serialization/types/WorkflowToolNestedToolsStepModelOutput.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolNestedToolsStepModelOutput.js +1 -1
- package/dist/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.js +1 -1
- package/dist/serialization/types/WorkflowToolNodeModelInput.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolNodeModelOutput.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolResponseModelInput.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolResponseModelInput.js +1 -1
- package/dist/serialization/types/WorkflowToolResponseModelInputStepsItem.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolResponseModelInputStepsItem.js +1 -1
- package/dist/serialization/types/WorkflowToolResponseModelOutput.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolResponseModelOutput.js +1 -1
- package/dist/serialization/types/WorkflowToolResponseModelOutputStepsItem.d.ts +2 -2
- package/dist/serialization/types/WorkflowToolResponseModelOutputStepsItem.js +1 -1
- package/dist/serialization/types/WorkflowUnconditionalModelInput.d.ts +2 -2
- package/dist/serialization/types/WorkflowUnconditionalModelOutput.d.ts +2 -2
- package/dist/serialization/types/WorkspaceApiKeyListResponseModel.d.ts +2 -2
- package/dist/serialization/types/WorkspaceApiKeyResponseModel.d.ts +2 -2
- package/dist/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +2 -2
- package/dist/serialization/types/WorkspaceBatchCallsResponse.d.ts +2 -2
- package/dist/serialization/types/WorkspaceCreateApiKeyResponseModel.d.ts +2 -2
- package/dist/serialization/types/WorkspaceGroupByNameResponseModel.d.ts +2 -2
- package/dist/serialization/types/WorkspaceResourceType.d.ts +2 -2
- package/dist/serialization/types/WorkspaceServiceAccountListResponseModel.d.ts +2 -2
- package/dist/serialization/types/WorkspaceServiceAccountResponseModel.d.ts +2 -2
- package/dist/serialization/types/WorkspaceWebhookListResponseModel.d.ts +2 -2
- package/dist/serialization/types/WorkspaceWebhookResponseModel.d.ts +2 -2
- package/dist/serialization/types/WorkspaceWebhookUsageResponseModel.d.ts +2 -2
- package/dist/serialization/types/ZendeskConversationInitiationTrigger.d.ts +2 -2
- package/dist/serialization/types/index.d.ts +296 -311
- package/dist/serialization/types/index.js +296 -311
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/wrapper/realtime/connection.d.ts +18 -1
- package/dist/wrapper/realtime/connection.js +13 -0
- package/dist/wrapper/realtime/scribe.d.ts +5 -0
- package/dist/wrapper/realtime/scribe.js +3 -0
- package/errors/ElevenLabsError.d.ts +1 -1
- package/errors/ElevenLabsError.js +1 -1
- package/jest.config.mjs +2 -3
- package/package.json +8 -3
- package/reference.md +1790 -1994
- package/serialization/resources/audioIsolation/types/AudioIsolationConvertRequestFileFormat.d.ts +2 -2
- package/serialization/resources/audioIsolation/types/AudioIsolationStreamRequestFileFormat.d.ts +2 -2
- package/serialization/resources/audioNative/types/AudioNativeCreateRequestApplyTextNormalization.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.js +1 -1
- package/serialization/resources/conversationalAi/resources/agents/client/requests/BodyDuplicateAgentV1ConvaiAgentsAgentIdDuplicatePost.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationStreamV1ConvaiAgentsAgentIdSimulateConversationStreamPost.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/agents/client/requests/BodySimulatesAConversationV1ConvaiAgentsAgentIdSimulateConversationPost.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/agents/client/requests/RunAgentTestsRequestModel.js +1 -1
- package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +1 -1
- package/serialization/resources/conversationalAi/resources/agents/client/requests/index.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/agents/client/requests/index.js +5 -5
- package/serialization/resources/conversationalAi/resources/agents/resources/llmUsage/client/requests/LlmUsageCalculatorRequestModel.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -3
- package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +0 -1
- package/serialization/resources/conversationalAi/resources/conversations/index.d.ts +1 -1
- package/serialization/resources/conversationalAi/resources/conversations/index.js +1 -1
- package/serialization/resources/conversationalAi/resources/conversations/resources/feedback/client/requests/ConversationFeedbackRequestModel.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/conversations/types/ConversationsListRequestSummaryMode.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/dashboard/resources/index.d.ts +1 -1
- package/serialization/resources/conversationalAi/resources/dashboard/resources/index.js +1 -1
- package/serialization/resources/conversationalAi/resources/dashboard/resources/settings/client/requests/PatchConvAiDashboardSettingsRequest.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/dashboard/resources/settings/index.d.ts +1 -1
- package/serialization/resources/conversationalAi/resources/dashboard/resources/settings/index.js +1 -1
- package/serialization/resources/conversationalAi/resources/dashboard/resources/settings/types/PatchConvAiDashboardSettingsRequestChartsItem.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/index.d.ts +17 -17
- package/serialization/resources/conversationalAi/resources/index.js +18 -18
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/document/client/requests/RagIndexRequestModel.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateTextDocumentV1ConvaiKnowledgeBaseTextPost.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyCreateUrlDocumentV1ConvaiKnowledgeBaseUrlPost.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/BodyUpdateDocumentV1ConvaiKnowledgeBaseDocumentationIdPatch.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.d.ts +1 -1
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/requests/index.js +3 -3
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.d.ts +1 -1
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/index.js +1 -1
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsGetResponse.js +1 -1
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/documents/types/DocumentsUpdateResponse.js +1 -1
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/index.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/knowledgeBase/resources/index.js +4 -4
- package/serialization/resources/conversationalAi/resources/llmUsage/client/requests/LlmUsageCalculatorPublicRequestModel.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +1 -1
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerRequestModel.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.d.ts +1 -1
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/index.js +3 -3
- package/serialization/resources/conversationalAi/resources/mcpServers/index.d.ts +1 -1
- package/serialization/resources/conversationalAi/resources/mcpServers/index.js +1 -1
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/approvalPolicy/client/requests/McpApprovalPolicyUpdateRequestModel.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolApprovals/client/requests/McpToolAddApprovalRequestModel.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +4 -4
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +2 -2
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +4 -4
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +2 -2
- package/serialization/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/mcpServers/types/McpServerConfigUpdateRequestModelRequestHeadersValue.js +1 -1
- package/serialization/resources/conversationalAi/resources/phoneNumbers/client/list.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/phoneNumbers/client/requests/UpdatePhoneNumberRequest.js +1 -1
- package/serialization/resources/conversationalAi/resources/phoneNumbers/index.d.ts +1 -1
- package/serialization/resources/conversationalAi/resources/phoneNumbers/index.js +1 -1
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersCreateRequestBody.js +1 -1
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersGetResponse.js +1 -1
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersListResponseItem.js +1 -1
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/PhoneNumbersUpdateResponse.js +1 -1
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/index.d.ts +1 -1
- package/serialization/resources/conversationalAi/resources/phoneNumbers/types/index.js +1 -1
- package/serialization/resources/conversationalAi/resources/secrets/client/requests/PatchWorkspaceSecretRequest.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/secrets/client/requests/PostWorkspaceSecretRequest.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +1 -1
- package/serialization/resources/conversationalAi/resources/secrets/client/requests/index.js +3 -3
- package/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/settings/client/requests/PatchConvAiSettingsRequest.js +1 -1
- package/serialization/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.d.ts +6 -6
- package/serialization/resources/conversationalAi/resources/tests/client/requests/CreateUnitTestRequest.js +4 -4
- package/serialization/resources/conversationalAi/resources/tests/client/requests/ListTestsByIdsRequestModel.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.d.ts +6 -6
- package/serialization/resources/conversationalAi/resources/tests/client/requests/UpdateUnitTestRequest.js +4 -4
- package/serialization/resources/conversationalAi/resources/tests/client/requests/index.d.ts +1 -1
- package/serialization/resources/conversationalAi/resources/tests/client/requests/index.js +3 -3
- package/serialization/resources/conversationalAi/resources/tests/index.d.ts +1 -1
- package/serialization/resources/conversationalAi/resources/tests/index.js +1 -1
- package/serialization/resources/conversationalAi/resources/tests/resources/invocations/client/requests/ResubmitTestsRequestModel.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/tests/types/CreateUnitTestRequestDynamicVariablesValue.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/tests/types/UpdateUnitTestRequestDynamicVariablesValue.d.ts +2 -2
- package/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +2 -2
- package/serialization/resources/dubbing/index.d.ts +1 -1
- package/serialization/resources/dubbing/index.js +1 -1
- package/serialization/resources/dubbing/resources/index.d.ts +3 -2
- package/serialization/resources/dubbing/resources/index.js +4 -3
- package/serialization/resources/dubbing/resources/resource/client/requests/BodyDubsAllOrSomeSegmentsAndLanguagesV1DubbingResourceDubbingIdDubPost.d.ts +2 -2
- package/serialization/resources/dubbing/resources/resource/client/requests/BodyRenderAudioOrVideoForTheGivenLanguageV1DubbingResourceDubbingIdRenderLanguagePost.d.ts +2 -2
- package/serialization/resources/dubbing/resources/resource/client/requests/BodyTranscribesSegmentsV1DubbingResourceDubbingIdTranscribePost.d.ts +2 -2
- package/serialization/resources/dubbing/resources/resource/client/requests/BodyTranslatesAllOrSomeSegmentsAndLanguagesV1DubbingResourceDubbingIdTranslatePost.d.ts +2 -2
- package/serialization/resources/dubbing/resources/resource/client/requests/index.d.ts +2 -2
- package/serialization/resources/dubbing/resources/resource/client/requests/index.js +5 -5
- package/serialization/resources/dubbing/resources/resource/index.d.ts +1 -0
- package/serialization/resources/dubbing/resources/resource/index.js +1 -0
- package/serialization/resources/dubbing/resources/resource/resources/language/client/requests/BodyAddALanguageToTheResourceV1DubbingResourceDubbingIdLanguagePost.d.ts +2 -2
- package/serialization/resources/dubbing/resources/resource/resources/segment/client/requests/SegmentUpdatePayload.d.ts +2 -2
- package/serialization/resources/dubbing/resources/resource/resources/speaker/client/requests/BodyUpdateMetadataForASpeakerV1DubbingResourceDubbingIdSpeakerSpeakerIdPatch.d.ts +2 -2
- package/serialization/resources/dubbing/resources/resource/resources/speaker/resources/segment/client/requests/SegmentCreatePayload.d.ts +2 -2
- package/serialization/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.d.ts +7 -0
- package/serialization/resources/dubbing/resources/resource/types/ResourceRenderRequestLanguage.js +42 -0
- package/serialization/resources/dubbing/resources/resource/types/index.d.ts +1 -0
- package/serialization/resources/dubbing/resources/resource/types/index.js +17 -0
- package/serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.d.ts +3 -3
- package/serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubRequestFormatType.js +1 -1
- package/serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.d.ts +8 -0
- package/{dist/serialization/resources/v1TextToSpeechVoiceIdMultiStreamInput/types/ReceiveMessageMulti.js → serialization/resources/dubbing/resources/transcript/types/TranscriptGetTranscriptForDubResponse.js} +4 -5
- package/serialization/resources/dubbing/resources/transcript/types/index.d.ts +1 -0
- package/serialization/resources/dubbing/resources/transcript/types/index.js +1 -0
- package/serialization/resources/dubbing/types/DubbingCreateRequestMode.d.ts +2 -2
- package/serialization/resources/dubbing/types/DubbingListRequestDubbingStatus.d.ts +2 -2
- package/serialization/resources/dubbing/types/DubbingListRequestFilterByCreator.d.ts +2 -2
- package/serialization/resources/dubbing/types/DubbingListRequestOrderDirection.d.ts +2 -2
- package/serialization/resources/dubbing/types/index.d.ts +1 -1
- package/serialization/resources/dubbing/types/index.js +1 -1
- package/serialization/resources/history/client/requests/DownloadHistoryRequest.d.ts +2 -2
- package/serialization/resources/history/index.d.ts +1 -1
- package/serialization/resources/history/index.js +1 -1
- package/serialization/resources/history/types/HistoryListRequestSortDirection.d.ts +2 -2
- package/serialization/resources/history/types/HistoryListRequestSource.d.ts +2 -2
- package/serialization/resources/index.d.ts +29 -33
- package/serialization/resources/index.js +30 -34
- package/serialization/resources/models/client/list.d.ts +2 -2
- package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +2 -2
- package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +2 -2
- package/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +2 -2
- package/serialization/resources/music/index.d.ts +1 -1
- package/serialization/resources/music/index.js +1 -1
- package/serialization/resources/music/resources/compositionPlan/client/requests/BodyGenerateCompositionPlanV1MusicPlanPost.d.ts +2 -2
- package/serialization/resources/music/types/MusicComposeDetailedRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/music/types/MusicComposeRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/music/types/MusicSeparateStemsRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/music/types/MusicSeparateStemsRequestStemVariationId.d.ts +2 -2
- package/serialization/resources/music/types/MusicStreamRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/music/types/index.d.ts +2 -2
- package/serialization/resources/music/types/index.js +2 -2
- package/serialization/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost.d.ts +2 -2
- package/serialization/resources/pronunciationDictionaries/client/requests/BodyUpdatePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdPatch.d.ts +2 -2
- package/serialization/resources/pronunciationDictionaries/index.d.ts +2 -2
- package/serialization/resources/pronunciationDictionaries/index.js +2 -2
- package/serialization/resources/pronunciationDictionaries/resources/index.d.ts +1 -1
- package/serialization/resources/pronunciationDictionaries/resources/index.js +1 -1
- package/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/PronunciationDictionary.d.ts +2 -2
- package/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/RemovePronunciationDictionaryRulesRequest.d.ts +2 -2
- package/serialization/resources/pronunciationDictionaries/resources/rules/index.d.ts +1 -1
- package/serialization/resources/pronunciationDictionaries/resources/rules/index.js +1 -1
- package/serialization/resources/pronunciationDictionaries/resources/rules/types/PronunciationDictionaryRule.d.ts +2 -2
- package/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostRulesItem.d.ts +2 -2
- package/serialization/resources/pronunciationDictionaries/types/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPostWorkspaceAccess.d.ts +2 -2
- package/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +2 -2
- package/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesListRequestSort.d.ts +2 -2
- package/serialization/resources/pronunciationDictionaries/types/index.d.ts +1 -1
- package/serialization/resources/pronunciationDictionaries/types/index.js +1 -1
- package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPost.d.ts +2 -2
- package/serialization/resources/serviceAccounts/resources/apiKeys/client/requests/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatch.d.ts +2 -2
- package/serialization/resources/serviceAccounts/resources/apiKeys/index.d.ts +1 -1
- package/serialization/resources/serviceAccounts/resources/apiKeys/index.js +1 -1
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissions.d.ts +2 -2
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyCreateServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysPostPermissionsItem.d.ts +2 -2
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissions.d.ts +2 -2
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchPermissionsItem.d.ts +2 -2
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.d.ts +2 -2
- package/serialization/resources/serviceAccounts/resources/apiKeys/types/index.js +2 -2
- package/serialization/resources/serviceAccounts/resources/index.d.ts +1 -1
- package/serialization/resources/serviceAccounts/resources/index.js +1 -1
- package/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestFileFormat.d.ts +2 -2
- package/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/speechToSpeech/types/SpeechToSpeechStreamRequestFileFormat.d.ts +2 -2
- package/serialization/resources/speechToSpeech/types/SpeechToSpeechStreamRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/speechToSpeech/types/index.d.ts +2 -2
- package/serialization/resources/speechToSpeech/types/index.js +2 -2
- package/serialization/resources/speechToText/index.d.ts +1 -1
- package/serialization/resources/speechToText/index.js +1 -1
- package/serialization/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.d.ts +3 -3
- package/serialization/resources/speechToText/resources/transcripts/types/TranscriptsGetResponse.js +1 -1
- package/serialization/resources/speechToText/types/SpeechToTextConvertRequestFileFormat.d.ts +2 -2
- package/serialization/resources/speechToText/types/SpeechToTextConvertRequestTimestampsGranularity.d.ts +2 -2
- package/serialization/resources/speechToText/types/SpeechToTextConvertRequestWebhookMetadata.d.ts +2 -2
- package/serialization/resources/speechToText/types/SpeechToTextConvertResponse.d.ts +3 -3
- package/serialization/resources/speechToText/types/SpeechToTextConvertResponse.js +1 -1
- package/serialization/resources/speechToText/types/index.d.ts +1 -1
- package/serialization/resources/speechToText/types/index.js +1 -1
- package/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +5 -5
- package/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.js +3 -3
- package/serialization/resources/studio/index.d.ts +2 -2
- package/serialization/resources/studio/index.js +2 -2
- package/serialization/resources/studio/resources/index.d.ts +1 -1
- package/serialization/resources/studio/resources/index.js +1 -1
- package/serialization/resources/studio/resources/projects/client/requests/BodyUpdateStudioProjectV1StudioProjectsProjectIdPost.d.ts +2 -2
- package/serialization/resources/studio/resources/projects/index.d.ts +1 -1
- package/serialization/resources/studio/resources/projects/index.js +1 -1
- package/serialization/resources/studio/resources/projects/resources/chapters/client/requests/BodyCreateChapterV1StudioProjectsProjectIdChaptersPost.d.ts +2 -2
- package/serialization/resources/studio/resources/projects/resources/chapters/client/requests/BodyUpdateChapterV1StudioProjectsProjectIdChaptersChapterIdPost.d.ts +2 -2
- package/serialization/resources/studio/resources/projects/resources/chapters/resources/snapshots/client/requests/BodyStreamChapterAudioV1StudioProjectsProjectIdChaptersChapterIdSnapshotsChapterSnapshotIdStreamPost.d.ts +2 -2
- package/serialization/resources/studio/resources/projects/resources/index.d.ts +2 -2
- package/serialization/resources/studio/resources/projects/resources/index.js +3 -3
- package/serialization/resources/studio/resources/projects/resources/pronunciationDictionaries/client/requests/BodyCreatePronunciationDictionariesV1StudioProjectsProjectIdPronunciationDictionariesPost.d.ts +2 -2
- package/serialization/resources/studio/resources/projects/resources/snapshots/client/requests/BodyStreamStudioProjectAudioV1StudioProjectsProjectIdSnapshotsProjectSnapshotIdStreamPost.d.ts +2 -2
- package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestApplyTextNormalization.d.ts +2 -2
- package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestFiction.d.ts +2 -2
- package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestSourceType.d.ts +2 -2
- package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestTargetAudience.d.ts +2 -2
- package/serialization/resources/studio/resources/projects/types/index.d.ts +2 -2
- package/serialization/resources/studio/resources/projects/types/index.js +2 -2
- package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization.d.ts +2 -2
- package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostDurationScale.d.ts +2 -2
- package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.d.ts +3 -3
- package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostMode.js +1 -1
- package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +2 -2
- package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSource.d.ts +2 -2
- package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostSourceItem.d.ts +2 -2
- package/serialization/resources/studio/types/index.d.ts +4 -4
- package/serialization/resources/studio/types/index.js +4 -4
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +2 -2
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +2 -2
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +2 -2
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +2 -2
- package/serialization/resources/textToDialogue/client/requests/index.d.ts +2 -2
- package/serialization/resources/textToDialogue/client/requests/index.js +5 -5
- package/serialization/resources/textToDialogue/index.d.ts +1 -1
- package/serialization/resources/textToDialogue/index.js +1 -1
- package/serialization/resources/textToDialogue/types/BodyTextToDialogueFullWithTimestampsApplyTextNormalization.d.ts +2 -2
- package/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization.d.ts +2 -2
- package/serialization/resources/textToDialogue/types/BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization.d.ts +2 -2
- package/serialization/resources/textToDialogue/types/BodyTextToDialogueStreamWithTimestampsApplyTextNormalization.d.ts +2 -2
- package/serialization/resources/textToDialogue/types/TextToDialogueConvertRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/textToDialogue/types/TextToDialogueConvertWithTimestampsRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/textToDialogue/types/TextToDialogueStreamRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/textToDialogue/types/TextToDialogueStreamWithTimestampsRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/textToDialogue/types/index.d.ts +5 -5
- package/serialization/resources/textToDialogue/types/index.js +5 -5
- package/serialization/resources/textToSoundEffects/client/requests/CreateSoundEffectRequest.d.ts +2 -2
- package/serialization/resources/textToSoundEffects/index.d.ts +1 -1
- package/serialization/resources/textToSoundEffects/index.js +1 -1
- package/serialization/resources/textToSoundEffects/types/TextToSoundEffectsConvertRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +3 -3
- package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +1 -1
- package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.d.ts +3 -3
- package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFullWithTimestamps.js +1 -1
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +3 -3
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +1 -1
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.d.ts +3 -3
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechWithTimestampsRequest.js +1 -1
- package/serialization/resources/textToSpeech/index.d.ts +1 -1
- package/serialization/resources/textToSpeech/index.js +1 -1
- package/serialization/resources/textToSpeech/types/BodyTextToSpeechFullApplyTextNormalization.d.ts +2 -2
- package/serialization/resources/textToSpeech/types/BodyTextToSpeechFullWithTimestampsApplyTextNormalization.d.ts +2 -2
- package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamApplyTextNormalization.d.ts +2 -2
- package/serialization/resources/textToSpeech/types/BodyTextToSpeechStreamWithTimestampsApplyTextNormalization.d.ts +2 -2
- package/serialization/resources/textToSpeech/types/TextToSpeechConvertRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/textToSpeech/types/TextToSpeechConvertWithTimestampsRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/textToSpeech/types/TextToSpeechStreamRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/textToSpeech/types/TextToSpeechStreamWithTimestampsRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/textToSpeech/types/index.d.ts +4 -4
- package/serialization/resources/textToSpeech/types/index.js +4 -4
- package/serialization/resources/textToVoice/client/requests/BodyCreateANewVoiceFromVoicePreviewV1TextToVoicePost.d.ts +2 -2
- package/serialization/resources/textToVoice/client/requests/VoiceDesignRequest.d.ts +2 -2
- package/serialization/resources/textToVoice/client/requests/VoiceDesignRequestModel.d.ts +2 -2
- package/serialization/resources/textToVoice/client/requests/VoiceRemixRequestModel.d.ts +2 -2
- package/serialization/resources/textToVoice/client/requests/index.d.ts +1 -1
- package/serialization/resources/textToVoice/client/requests/index.js +3 -3
- package/serialization/resources/textToVoice/index.d.ts +1 -1
- package/serialization/resources/textToVoice/index.js +1 -1
- package/serialization/resources/textToVoice/types/TextToVoiceCreatePreviewsRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/textToVoice/types/TextToVoiceDesignRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/textToVoice/types/TextToVoiceRemixRequestOutputFormat.d.ts +2 -2
- package/serialization/resources/textToVoice/types/VoiceDesignRequestModelModelId.d.ts +2 -2
- package/serialization/resources/textToVoice/types/index.d.ts +1 -1
- package/serialization/resources/textToVoice/types/index.js +1 -1
- package/serialization/resources/voices/client/requests/BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost.d.ts +2 -2
- package/serialization/resources/voices/index.d.ts +2 -2
- package/serialization/resources/voices/index.js +2 -2
- package/serialization/resources/voices/resources/pvc/client/requests/BodyEditPvcVoiceV1VoicesPvcVoiceIdPost.d.ts +2 -2
- package/serialization/resources/voices/resources/pvc/client/requests/BodyRunPvcTrainingV1VoicesPvcVoiceIdTrainPost.d.ts +2 -2
- package/serialization/resources/voices/resources/pvc/client/requests/CreatePvcVoiceRequest.d.ts +2 -2
- package/serialization/resources/voices/resources/pvc/client/requests/index.d.ts +1 -1
- package/serialization/resources/voices/resources/pvc/client/requests/index.js +3 -3
- package/serialization/resources/voices/resources/pvc/index.d.ts +1 -1
- package/serialization/resources/voices/resources/pvc/index.js +1 -1
- package/serialization/resources/voices/resources/pvc/resources/samples/client/create.d.ts +2 -2
- package/serialization/resources/voices/resources/pvc/resources/samples/client/requests/BodyUpdatePvcVoiceSampleV1VoicesPvcVoiceIdSamplesSampleIdPost.d.ts +2 -2
- package/serialization/resources/voices/types/VoicesGetSharedRequestCategory.d.ts +2 -2
- package/serialization/resources/workspace/resources/groups/client/search.d.ts +2 -2
- package/serialization/resources/workspace/resources/groups/resources/members/client/requests/AddMemberToGroupRequest.d.ts +2 -2
- package/serialization/resources/workspace/resources/groups/resources/members/client/requests/BodyDeleteMemberFromUserGroupV1WorkspaceGroupsGroupIdMembersRemovePost.d.ts +2 -2
- package/serialization/resources/workspace/resources/groups/resources/members/client/requests/index.d.ts +1 -1
- package/serialization/resources/workspace/resources/groups/resources/members/client/requests/index.js +3 -3
- package/serialization/resources/workspace/resources/index.d.ts +4 -4
- package/serialization/resources/workspace/resources/index.js +5 -5
- package/serialization/resources/workspace/resources/invites/client/requests/BodyDeleteExistingInvitationV1WorkspaceInvitesDelete.d.ts +2 -2
- package/serialization/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.d.ts +2 -2
- package/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +2 -2
- package/serialization/resources/workspace/resources/invites/client/requests/index.d.ts +2 -2
- package/serialization/resources/workspace/resources/invites/client/requests/index.js +5 -5
- package/serialization/resources/workspace/resources/invites/index.d.ts +1 -1
- package/serialization/resources/workspace/resources/invites/index.js +1 -1
- package/serialization/resources/workspace/resources/invites/types/BodyInviteUserV1WorkspaceInvitesAddPostWorkspacePermission.d.ts +2 -2
- package/serialization/resources/workspace/resources/members/client/requests/UpdateMemberRequest.d.ts +2 -2
- package/serialization/resources/workspace/resources/members/index.d.ts +1 -1
- package/serialization/resources/workspace/resources/members/index.js +1 -1
- package/serialization/resources/workspace/resources/members/types/BodyUpdateMemberV1WorkspaceMembersPostWorkspaceRole.d.ts +2 -2
- package/serialization/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.d.ts +3 -3
- package/serialization/resources/workspace/resources/resources/client/requests/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePost.js +1 -1
- package/serialization/resources/workspace/resources/resources/client/requests/BodyUnshareWorkspaceResourceV1WorkspaceResourcesResourceIdUnsharePost.d.ts +2 -2
- package/serialization/resources/workspace/resources/resources/index.d.ts +1 -1
- package/serialization/resources/workspace/resources/resources/index.js +1 -1
- package/serialization/resources/workspace/resources/resources/types/BodyShareWorkspaceResourceV1WorkspaceResourcesResourceIdSharePostRole.d.ts +2 -2
- package/serialization/types/AddChapterResponseModel.d.ts +2 -2
- package/serialization/types/AddKnowledgeBaseResponseModel.d.ts +2 -2
- package/serialization/types/AddProjectRequest.d.ts +2 -2
- package/serialization/types/AddProjectResponseModel.d.ts +2 -2
- package/serialization/types/AddPronunciationDictionaryResponseModel.d.ts +2 -2
- package/serialization/types/AddPronunciationDictionaryResponseModelPermissionOnResource.d.ts +2 -2
- package/serialization/types/AddSharingVoiceRequest.d.ts +2 -2
- package/serialization/types/AddVoiceIvcResponseModel.d.ts +2 -2
- package/serialization/types/AddVoiceResponseModel.d.ts +2 -2
- package/serialization/types/AddWorkspaceGroupMemberResponseModel.d.ts +2 -2
- package/serialization/types/AddWorkspaceInviteResponseModel.d.ts +2 -2
- package/serialization/types/AdditionalFormatResponseModel.d.ts +2 -2
- package/serialization/types/AdditionalFormats.d.ts +2 -2
- package/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.d.ts +3 -3
- package/serialization/types/AdhocAgentConfigOverrideForTestRequestModel.js +1 -1
- package/serialization/types/Age.d.ts +2 -2
- package/serialization/types/AgentCallLimits.d.ts +2 -2
- package/serialization/types/AgentConfig.d.ts +2 -2
- package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -2
- package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -2
- package/serialization/types/AgentConfigOverrideConfig.d.ts +2 -2
- package/serialization/types/AgentConfigOverrideInput.d.ts +2 -2
- package/serialization/types/AgentConfigOverrideOutput.d.ts +2 -2
- package/serialization/types/AgentDefinitionSource.d.ts +2 -2
- package/serialization/types/AgentFailureResponseExample.d.ts +2 -2
- package/serialization/types/AgentMetadata.d.ts +2 -2
- package/serialization/types/AgentMetadataResponseModel.d.ts +2 -2
- package/serialization/types/AgentPlatformSettingsRequestModel.d.ts +8 -8
- package/serialization/types/AgentPlatformSettingsRequestModel.js +6 -6
- package/serialization/types/AgentPlatformSettingsResponseModel.d.ts +8 -8
- package/serialization/types/AgentPlatformSettingsResponseModel.js +6 -6
- package/serialization/types/AgentSimulatedChatTestResponseModel.d.ts +3 -3
- package/serialization/types/AgentSimulatedChatTestResponseModel.js +1 -1
- package/serialization/types/AgentSortBy.d.ts +2 -2
- package/serialization/types/AgentSuccessfulResponseExample.d.ts +2 -2
- package/serialization/types/AgentSummaryResponseModel.d.ts +2 -2
- package/serialization/types/AgentTestingSettings.d.ts +2 -2
- package/serialization/types/AgentTransfer.d.ts +2 -2
- package/serialization/types/AgentWorkflowRequestModel.d.ts +3 -3
- package/serialization/types/AgentWorkflowRequestModel.js +1 -1
- package/serialization/types/AgentWorkflowRequestModelNodesValue.d.ts +2 -2
- package/serialization/types/AgentWorkflowResponseModel.d.ts +3 -3
- package/serialization/types/AgentWorkflowResponseModel.js +1 -1
- package/serialization/types/AgentWorkflowResponseModelNodesValue.d.ts +2 -2
- package/serialization/types/AgentWorkspaceOverridesInput.d.ts +3 -3
- package/serialization/types/AgentWorkspaceOverridesInput.js +1 -1
- package/serialization/types/AgentWorkspaceOverridesOutput.d.ts +3 -3
- package/serialization/types/AgentWorkspaceOverridesOutput.js +1 -1
- package/serialization/types/AllowlistItem.d.ts +2 -2
- package/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +3 -3
- package/serialization/types/ApiIntegrationWebhookOverridesInput.js +2 -2
- package/serialization/types/ApiIntegrationWebhookOverridesInputRequestHeadersValue.d.ts +2 -2
- package/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +3 -3
- package/serialization/types/ApiIntegrationWebhookOverridesOutput.js +2 -2
- package/serialization/types/ApiIntegrationWebhookOverridesOutputRequestHeadersValue.d.ts +2 -2
- package/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +5 -5
- package/serialization/types/ApiIntegrationWebhookToolConfigInput.js +3 -3
- package/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +5 -5
- package/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +3 -3
- package/serialization/types/ArrayJsonSchemaPropertyInput.d.ts +2 -2
- package/serialization/types/ArrayJsonSchemaPropertyInput.js +1 -1
- package/serialization/types/ArrayJsonSchemaPropertyInputItems.d.ts +2 -2
- package/serialization/types/ArrayJsonSchemaPropertyInputItems.js +1 -1
- package/serialization/types/ArrayJsonSchemaPropertyOutput.d.ts +2 -2
- package/serialization/types/ArrayJsonSchemaPropertyOutput.js +1 -1
- package/serialization/types/ArrayJsonSchemaPropertyOutputItems.d.ts +2 -2
- package/serialization/types/ArrayJsonSchemaPropertyOutputItems.js +1 -1
- package/serialization/types/AsrConversationalConfig.d.ts +4 -4
- package/serialization/types/AsrConversationalConfig.js +2 -2
- package/serialization/types/AsrConversationalConfigWorkflowOverride.d.ts +4 -4
- package/serialization/types/AsrConversationalConfigWorkflowOverride.js +2 -2
- package/serialization/types/AsrInputFormat.d.ts +2 -2
- package/serialization/types/AsrProvider.d.ts +2 -2
- package/serialization/types/AsrQuality.d.ts +2 -2
- package/serialization/types/AstAndOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstAndOperatorNodeInput.js +1 -1
- package/serialization/types/AstAndOperatorNodeInputChildrenItem.d.ts +2 -2
- package/serialization/types/AstAndOperatorNodeInputChildrenItem.js +1 -1
- package/serialization/types/AstAndOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstAndOperatorNodeOutput.js +1 -1
- package/serialization/types/AstAndOperatorNodeOutputChildrenItem.d.ts +2 -2
- package/serialization/types/AstAndOperatorNodeOutputChildrenItem.js +1 -1
- package/serialization/types/AstBooleanNodeInput.d.ts +2 -2
- package/serialization/types/AstBooleanNodeOutput.d.ts +2 -2
- package/serialization/types/AstDynamicVariableNodeInput.d.ts +2 -2
- package/serialization/types/AstDynamicVariableNodeOutput.d.ts +2 -2
- package/serialization/types/AstEqualsOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstEqualsOperatorNodeInput.js +1 -1
- package/serialization/types/AstEqualsOperatorNodeInputLeft.d.ts +2 -2
- package/serialization/types/AstEqualsOperatorNodeInputLeft.js +1 -1
- package/serialization/types/AstEqualsOperatorNodeInputRight.d.ts +2 -2
- package/serialization/types/AstEqualsOperatorNodeInputRight.js +1 -1
- package/serialization/types/AstEqualsOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstEqualsOperatorNodeOutput.js +1 -1
- package/serialization/types/AstEqualsOperatorNodeOutputLeft.d.ts +2 -2
- package/serialization/types/AstEqualsOperatorNodeOutputLeft.js +1 -1
- package/serialization/types/AstEqualsOperatorNodeOutputRight.d.ts +2 -2
- package/serialization/types/AstEqualsOperatorNodeOutputRight.js +1 -1
- package/serialization/types/AstGreaterThanOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstGreaterThanOperatorNodeInput.js +1 -1
- package/serialization/types/AstGreaterThanOperatorNodeInputLeft.d.ts +2 -2
- package/serialization/types/AstGreaterThanOperatorNodeInputLeft.js +1 -1
- package/serialization/types/AstGreaterThanOperatorNodeInputRight.d.ts +2 -2
- package/serialization/types/AstGreaterThanOperatorNodeInputRight.js +1 -1
- package/serialization/types/AstGreaterThanOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstGreaterThanOperatorNodeOutput.js +1 -1
- package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.d.ts +2 -2
- package/serialization/types/AstGreaterThanOperatorNodeOutputLeft.js +1 -1
- package/serialization/types/AstGreaterThanOperatorNodeOutputRight.d.ts +2 -2
- package/serialization/types/AstGreaterThanOperatorNodeOutputRight.js +1 -1
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInput.js +1 -1
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.d.ts +2 -2
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputLeft.js +1 -1
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.d.ts +2 -2
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeInputRight.js +1 -1
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutput.js +1 -1
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.d.ts +2 -2
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputLeft.js +1 -1
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.d.ts +2 -2
- package/serialization/types/AstGreaterThanOrEqualsOperatorNodeOutputRight.js +1 -1
- package/serialization/types/AstLessThanOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstLessThanOperatorNodeInput.js +1 -1
- package/serialization/types/AstLessThanOperatorNodeInputLeft.d.ts +2 -2
- package/serialization/types/AstLessThanOperatorNodeInputLeft.js +1 -1
- package/serialization/types/AstLessThanOperatorNodeInputRight.d.ts +2 -2
- package/serialization/types/AstLessThanOperatorNodeInputRight.js +1 -1
- package/serialization/types/AstLessThanOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstLessThanOperatorNodeOutput.js +1 -1
- package/serialization/types/AstLessThanOperatorNodeOutputLeft.d.ts +2 -2
- package/serialization/types/AstLessThanOperatorNodeOutputLeft.js +1 -1
- package/serialization/types/AstLessThanOperatorNodeOutputRight.d.ts +2 -2
- package/serialization/types/AstLessThanOperatorNodeOutputRight.js +1 -1
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInput.js +1 -1
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.d.ts +2 -2
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputLeft.js +1 -1
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.d.ts +2 -2
- package/serialization/types/AstLessThanOrEqualsOperatorNodeInputRight.js +1 -1
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutput.js +1 -1
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.d.ts +2 -2
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputLeft.js +1 -1
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.d.ts +2 -2
- package/serialization/types/AstLessThanOrEqualsOperatorNodeOutputRight.js +1 -1
- package/serialization/types/AstNotEqualsOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstNotEqualsOperatorNodeInput.js +1 -1
- package/serialization/types/AstNotEqualsOperatorNodeInputLeft.d.ts +2 -2
- package/serialization/types/AstNotEqualsOperatorNodeInputLeft.js +1 -1
- package/serialization/types/AstNotEqualsOperatorNodeInputRight.d.ts +2 -2
- package/serialization/types/AstNotEqualsOperatorNodeInputRight.js +1 -1
- package/serialization/types/AstNotEqualsOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstNotEqualsOperatorNodeOutput.js +1 -1
- package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.d.ts +2 -2
- package/serialization/types/AstNotEqualsOperatorNodeOutputLeft.js +1 -1
- package/serialization/types/AstNotEqualsOperatorNodeOutputRight.d.ts +2 -2
- package/serialization/types/AstNotEqualsOperatorNodeOutputRight.js +1 -1
- package/serialization/types/AstNumberNodeInput.d.ts +2 -2
- package/serialization/types/AstNumberNodeOutput.d.ts +2 -2
- package/serialization/types/AstOrOperatorNodeInput.d.ts +2 -2
- package/serialization/types/AstOrOperatorNodeInput.js +1 -1
- package/serialization/types/AstOrOperatorNodeInputChildrenItem.d.ts +2 -2
- package/serialization/types/AstOrOperatorNodeInputChildrenItem.js +1 -1
- package/serialization/types/AstOrOperatorNodeOutput.d.ts +2 -2
- package/serialization/types/AstOrOperatorNodeOutput.js +1 -1
- package/serialization/types/AstOrOperatorNodeOutputChildrenItem.d.ts +2 -2
- package/serialization/types/AstOrOperatorNodeOutputChildrenItem.js +1 -1
- package/serialization/types/AstStringNodeInput.d.ts +2 -2
- package/serialization/types/AstStringNodeOutput.d.ts +2 -2
- package/serialization/types/AstllmNodeInput.d.ts +2 -2
- package/serialization/types/AstllmNodeOutput.d.ts +2 -2
- package/serialization/types/AsyncConversationMetadata.d.ts +2 -2
- package/serialization/types/AsyncConversationMetadataDeliveryStatus.d.ts +2 -2
- package/serialization/types/AttachedTestModel.d.ts +2 -2
- package/serialization/types/AudioNativeCreateProjectResponseModel.d.ts +2 -2
- package/serialization/types/AudioNativeEditContentResponseModel.d.ts +2 -2
- package/serialization/types/AudioNativeProjectSettingsResponseModel.d.ts +2 -2
- package/serialization/types/AudioNativeProjectSettingsResponseModelStatus.d.ts +2 -2
- package/serialization/types/AudioWithTimestampsAndVoiceSegmentsResponseModel.d.ts +2 -2
- package/serialization/types/AudioWithTimestampsResponse.d.ts +2 -2
- package/serialization/types/AuthConnectionLocator.d.ts +2 -2
- package/serialization/types/AuthSettings.d.ts +2 -2
- package/serialization/types/AuthorizationMethod.d.ts +2 -2
- package/serialization/types/BackupLlmDefault.d.ts +3 -4
- package/serialization/types/BackupLlmDisabled.d.ts +3 -4
- package/serialization/types/BackupLlmOverride.d.ts +2 -2
- package/serialization/types/BadRequestErrorBody.d.ts +2 -2
- package/serialization/types/BanReasonType.d.ts +2 -2
- package/serialization/types/BatchCallDetailedResponse.d.ts +3 -4
- package/serialization/types/BatchCallDetailedResponse.js +1 -2
- package/serialization/types/BatchCallRecipientStatus.d.ts +2 -2
- package/serialization/types/BatchCallResponse.d.ts +3 -4
- package/serialization/types/BatchCallResponse.js +1 -2
- package/serialization/types/BatchCallStatus.d.ts +2 -2
- package/serialization/types/BatchCallWhatsAppParams.d.ts +11 -0
- package/{dist/serialization/types/AudioOutputMulti.js → serialization/types/BatchCallWhatsAppParams.js} +5 -8
- package/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.d.ts +2 -2
- package/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.d.ts +2 -2
- package/serialization/types/BreakdownTypes.d.ts +2 -2
- package/serialization/types/BuiltInToolsInput.d.ts +2 -2
- package/serialization/types/BuiltInToolsOutput.d.ts +2 -2
- package/serialization/types/BuiltInToolsWorkflowOverrideInput.d.ts +2 -2
- package/serialization/types/BuiltInToolsWorkflowOverrideOutput.d.ts +2 -2
- package/serialization/types/CanvasPlacement.d.ts +16 -0
- package/serialization/types/CanvasPlacement.js +48 -0
- package/serialization/types/CaptionStyleCharacterAnimationModel.d.ts +2 -2
- package/serialization/types/CaptionStyleCharacterAnimationModelEnterType.d.ts +2 -2
- package/serialization/types/CaptionStyleCharacterAnimationModelExitType.d.ts +2 -2
- package/serialization/types/CaptionStyleHorizontalPlacementModel.d.ts +2 -2
- package/serialization/types/CaptionStyleHorizontalPlacementModelAlign.d.ts +2 -2
- package/serialization/types/CaptionStyleModel.d.ts +6 -6
- package/serialization/types/CaptionStyleModel.js +4 -4
- package/serialization/types/CaptionStyleModelTextAlign.d.ts +2 -2
- package/serialization/types/CaptionStyleModelTextStyle.d.ts +2 -2
- package/serialization/types/CaptionStyleModelTextWeight.d.ts +2 -2
- package/serialization/types/CaptionStyleSectionAnimationModel.d.ts +2 -2
- package/serialization/types/CaptionStyleSectionAnimationModelEnterType.d.ts +2 -2
- package/serialization/types/CaptionStyleSectionAnimationModelExitType.d.ts +2 -2
- package/serialization/types/CaptionStyleTemplateModel.d.ts +2 -2
- package/serialization/types/CaptionStyleVerticalPlacementModel.d.ts +2 -2
- package/serialization/types/CaptionStyleVerticalPlacementModelAlign.d.ts +2 -2
- package/serialization/types/CaptionStyleWordAnimationModel.d.ts +2 -2
- package/serialization/types/CaptionStyleWordAnimationModelEnterType.d.ts +2 -2
- package/serialization/types/CaptionStyleWordAnimationModelExitType.d.ts +2 -2
- package/serialization/types/ChapterContentBlockExtendableNodeResponseModel.d.ts +3 -4
- package/serialization/types/ChapterContentBlockInputModel.d.ts +2 -2
- package/serialization/types/ChapterContentBlockInputModelSubType.d.ts +2 -2
- package/serialization/types/ChapterContentBlockResponseModel.d.ts +2 -2
- package/serialization/types/ChapterContentBlockResponseModelNodesItem.d.ts +3 -3
- package/serialization/types/ChapterContentBlockResponseModelNodesItem.js +1 -1
- package/serialization/types/ChapterContentBlockTtsNodeResponseModel.d.ts +2 -2
- package/serialization/types/ChapterContentInputModel.d.ts +2 -2
- package/serialization/types/ChapterContentParagraphTtsNodeInputModel.d.ts +2 -2
- package/serialization/types/ChapterContentResponseModel.d.ts +2 -2
- package/serialization/types/ChapterResponse.d.ts +3 -2
- package/serialization/types/ChapterResponse.js +1 -0
- package/serialization/types/ChapterSnapshotExtendedResponseModel.d.ts +2 -2
- package/serialization/types/ChapterSnapshotResponse.d.ts +2 -2
- package/serialization/types/ChapterSnapshotsResponse.d.ts +2 -2
- package/serialization/types/ChapterState.d.ts +2 -2
- package/serialization/types/ChapterStatisticsResponse.d.ts +2 -2
- package/serialization/types/ChapterWithContentResponseModel.d.ts +5 -4
- package/serialization/types/ChapterWithContentResponseModel.js +3 -2
- package/serialization/types/ChapterWithContentResponseModelState.d.ts +2 -2
- package/serialization/types/CharacterAlignmentModel.d.ts +2 -2
- package/serialization/types/CharacterAlignmentResponseModel.d.ts +2 -2
- package/serialization/types/CharacterUsageResponse.d.ts +2 -2
- package/serialization/types/ClientEvent.d.ts +3 -3
- package/serialization/types/ClientEvent.js +1 -0
- package/serialization/types/ClientToolConfigInput.d.ts +4 -4
- package/serialization/types/ClientToolConfigInput.js +3 -3
- package/serialization/types/ClientToolConfigOutput.d.ts +4 -4
- package/serialization/types/ClientToolConfigOutput.js +3 -3
- package/serialization/types/ConvAiDynamicVariable.d.ts +2 -2
- package/serialization/types/ConvAiSecretLocator.d.ts +2 -2
- package/serialization/types/ConvAiStoredSecretDependencies.d.ts +4 -4
- package/serialization/types/ConvAiStoredSecretDependencies.js +2 -2
- package/serialization/types/ConvAiStoredSecretDependenciesAgentsItem.d.ts +2 -2
- package/serialization/types/ConvAiStoredSecretDependenciesToolsItem.d.ts +2 -2
- package/serialization/types/ConvAiUserSecretDbModel.d.ts +2 -2
- package/serialization/types/ConvAiWebhooks.d.ts +2 -2
- package/serialization/types/ConvAiWorkspaceStoredSecretConfig.d.ts +2 -2
- package/serialization/types/ConversationChargingCommonModel.d.ts +2 -2
- package/serialization/types/ConversationConfig.d.ts +2 -2
- package/serialization/types/ConversationConfigClientOverrideConfigInput.d.ts +5 -5
- package/serialization/types/ConversationConfigClientOverrideConfigInput.js +3 -3
- package/serialization/types/ConversationConfigClientOverrideConfigOutput.d.ts +5 -5
- package/serialization/types/ConversationConfigClientOverrideConfigOutput.js +3 -3
- package/serialization/types/ConversationConfigClientOverrideInput.d.ts +5 -5
- package/serialization/types/ConversationConfigClientOverrideInput.js +3 -3
- package/serialization/types/ConversationConfigClientOverrideOutput.d.ts +5 -5
- package/serialization/types/ConversationConfigClientOverrideOutput.js +3 -3
- package/serialization/types/ConversationConfigOverride.d.ts +2 -2
- package/serialization/types/ConversationConfigOverrideConfig.d.ts +2 -2
- package/serialization/types/ConversationConfigWorkflowOverride.d.ts +2 -2
- package/serialization/types/ConversationDeletionSettings.d.ts +2 -2
- package/serialization/types/ConversationFeedbackType.d.ts +2 -2
- package/serialization/types/ConversationHistoryAnalysisCommonModel.d.ts +2 -2
- package/serialization/types/ConversationHistoryBatchCallModel.d.ts +2 -2
- package/serialization/types/ConversationHistoryElevenAssistantCommonModel.d.ts +2 -2
- package/serialization/types/ConversationHistoryErrorCommonModel.d.ts +2 -2
- package/serialization/types/ConversationHistoryEvaluationCriteriaResultCommonModel.d.ts +2 -2
- package/serialization/types/ConversationHistoryFeedbackCommonModel.d.ts +2 -2
- package/serialization/types/ConversationHistoryMetadataCommonModel.d.ts +10 -10
- package/serialization/types/ConversationHistoryMetadataCommonModel.js +8 -8
- package/serialization/types/ConversationHistoryMetadataCommonModelInitiationTrigger.d.ts +2 -2
- package/serialization/types/ConversationHistoryMetadataCommonModelPhoneCall.d.ts +2 -2
- package/serialization/types/ConversationHistoryMultivoiceMessageModel.d.ts +2 -2
- package/serialization/types/ConversationHistoryMultivoiceMessagePartModel.d.ts +2 -2
- package/serialization/types/ConversationHistoryRagUsageCommonModel.d.ts +2 -2
- package/serialization/types/ConversationHistorySipTrunkingPhoneCallModel.d.ts +2 -2
- package/serialization/types/ConversationHistorySipTrunkingPhoneCallModelDirection.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +7 -7
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +5 -5
- package/serialization/types/ConversationHistoryTranscriptCommonModelInputRole.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptCommonModelInputSourceMedium.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptCommonModelInputToolResultsItem.js +1 -1
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +7 -7
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +5 -5
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutputRole.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutputToolResultsItem.js +1 -1
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +3 -3
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -1
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModelType.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.d.ts +3 -3
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModel.js +1 -1
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelResult.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptToolCallClientDetails.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptToolCallCommonModel.d.ts +3 -3
- package/serialization/types/ConversationHistoryTranscriptToolCallCommonModel.js +1 -1
- package/serialization/types/ConversationHistoryTranscriptToolCallCommonModelToolDetails.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptToolCallMcpDetails.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptToolCallWebhookDetails.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.js +1 -1
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.js +1 -1
- package/serialization/types/ConversationHistoryTwilioPhoneCallModel.d.ts +2 -2
- package/serialization/types/ConversationHistoryTwilioPhoneCallModelDirection.d.ts +2 -2
- package/serialization/types/ConversationInitiationClientDataConfigInput.d.ts +2 -2
- package/serialization/types/ConversationInitiationClientDataConfigOutput.d.ts +2 -2
- package/serialization/types/ConversationInitiationClientDataInternal.d.ts +3 -3
- package/serialization/types/ConversationInitiationClientDataInternal.js +1 -1
- package/serialization/types/ConversationInitiationClientDataInternalDynamicVariablesValue.d.ts +2 -2
- package/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +3 -3
- package/serialization/types/ConversationInitiationClientDataRequestInput.js +1 -1
- package/serialization/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.d.ts +2 -2
- package/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +3 -3
- package/serialization/types/ConversationInitiationClientDataRequestOutput.js +1 -1
- package/serialization/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.d.ts +2 -2
- package/serialization/types/ConversationInitiationClientDataWebhook.d.ts +2 -2
- package/serialization/types/ConversationInitiationClientDataWebhookRequestHeadersValue.d.ts +2 -2
- package/serialization/types/ConversationInitiationSource.d.ts +2 -2
- package/serialization/types/ConversationInitiationSourceInfo.d.ts +2 -2
- package/serialization/types/ConversationSignedUrlResponseModel.d.ts +2 -2
- package/serialization/types/ConversationSimulationSpecification.d.ts +3 -3
- package/serialization/types/ConversationSimulationSpecification.js +1 -1
- package/serialization/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +2 -2
- package/serialization/types/ConversationSummaryResponseModel.d.ts +3 -3
- package/serialization/types/ConversationSummaryResponseModel.js +1 -1
- package/serialization/types/ConversationSummaryResponseModelDirection.d.ts +2 -2
- package/serialization/types/ConversationSummaryResponseModelStatus.d.ts +2 -2
- package/serialization/types/ConversationTokenDbModel.d.ts +2 -2
- package/serialization/types/ConversationTokenPurpose.d.ts +2 -2
- package/serialization/types/ConversationTurnMetrics.d.ts +2 -2
- package/serialization/types/ConversationalConfig.d.ts +5 -5
- package/serialization/types/ConversationalConfig.js +3 -3
- package/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.d.ts +5 -5
- package/serialization/types/ConversationalConfigApiModelWorkflowOverrideInput.js +3 -3
- package/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.d.ts +5 -5
- package/serialization/types/ConversationalConfigApiModelWorkflowOverrideOutput.js +3 -3
- package/serialization/types/ConvertChapterResponseModel.d.ts +2 -2
- package/serialization/types/ConvertProjectResponseModel.d.ts +2 -2
- package/serialization/types/CreateAgentResponseModel.d.ts +2 -2
- package/serialization/types/CreateAudioNativeProjectRequest.d.ts +2 -2
- package/serialization/types/CreatePhoneNumberResponseModel.d.ts +2 -2
- package/serialization/types/CreatePreviouslyGeneratedVoiceRequest.d.ts +2 -2
- package/serialization/types/CreatePronunciationDictionaryResponseModel.d.ts +2 -2
- package/serialization/types/CreateSipTrunkPhoneNumberRequest.d.ts +2 -2
- package/serialization/types/CreateTranscriptRequest.d.ts +2 -2
- package/serialization/types/CreateTwilioPhoneNumberRequest.d.ts +2 -2
- package/serialization/types/CreateUnitTestResponseModel.d.ts +2 -2
- package/serialization/types/CustomLlm.d.ts +2 -2
- package/serialization/types/CustomLlmRequestHeadersValue.d.ts +3 -3
- package/serialization/types/CustomLlmRequestHeadersValue.js +1 -1
- package/serialization/types/DashboardCallSuccessChartModel.d.ts +2 -2
- package/serialization/types/DashboardCriteriaChartModel.d.ts +2 -2
- package/serialization/types/DashboardDataCollectionChartModel.d.ts +2 -2
- package/serialization/types/DataCollectionResultCommonModel.d.ts +2 -2
- package/serialization/types/DefaultConversationInitiationTrigger.d.ts +3 -4
- package/serialization/types/DeleteChapterRequest.d.ts +2 -2
- package/serialization/types/DeleteChapterResponseModel.d.ts +2 -2
- package/serialization/types/DeleteDubbingResponseModel.d.ts +2 -2
- package/serialization/types/DeleteHistoryItemResponse.d.ts +2 -2
- package/serialization/types/DeleteProjectRequest.d.ts +2 -2
- package/serialization/types/DeleteProjectResponseModel.d.ts +2 -2
- package/serialization/types/DeleteSampleResponse.d.ts +2 -2
- package/serialization/types/DeleteVoiceResponseModel.d.ts +2 -2
- package/serialization/types/DeleteVoiceSampleResponseModel.d.ts +2 -2
- package/serialization/types/DeleteWorkspaceGroupMemberResponseModel.d.ts +2 -2
- package/serialization/types/DeleteWorkspaceInviteResponseModel.d.ts +2 -2
- package/serialization/types/DependentAvailableAgentIdentifier.d.ts +2 -2
- package/serialization/types/DependentAvailableAgentIdentifierAccessLevel.d.ts +2 -2
- package/serialization/types/DependentAvailableToolIdentifier.d.ts +2 -2
- package/serialization/types/DependentAvailableToolIdentifierAccessLevel.d.ts +2 -2
- package/serialization/types/DependentPhoneNumberIdentifier.d.ts +2 -2
- package/serialization/types/DependentUnknownAgentIdentifier.d.ts +3 -4
- package/serialization/types/DependentUnknownToolIdentifier.d.ts +3 -4
- package/serialization/types/DetailedMusicResponse.d.ts +2 -2
- package/serialization/types/DialogueInput.d.ts +2 -2
- package/serialization/types/DialogueInputResponseModel.d.ts +2 -2
- package/serialization/types/DiscountResposneModel.d.ts +2 -2
- package/serialization/types/DoDubbingResponse.d.ts +2 -2
- package/serialization/types/DocumentUsageModeEnum.d.ts +2 -2
- package/serialization/types/DocxExportOptions.d.ts +2 -2
- package/serialization/types/DubbedSegment.d.ts +3 -3
- package/serialization/types/DubbedSegment.js +1 -1
- package/serialization/types/DubbingMediaMetadata.d.ts +2 -2
- package/serialization/types/DubbingMediaReference.d.ts +2 -2
- package/serialization/types/DubbingMetadataPageResponseModel.d.ts +2 -2
- package/serialization/types/DubbingMetadataResponse.d.ts +2 -2
- package/serialization/types/DubbingModel.d.ts +7 -0
- package/{dist/serialization/types/FinalOutput.js → serialization/types/DubbingModel.js} +2 -4
- package/serialization/types/DubbingReleaseChannel.d.ts +2 -2
- package/serialization/types/DubbingRenderResponseModel.d.ts +2 -2
- package/serialization/types/DubbingResource.d.ts +4 -4
- package/serialization/types/DubbingResource.js +2 -2
- package/serialization/types/DubbingTranscriptCharacter.d.ts +11 -0
- package/serialization/types/{FlushContext.js → DubbingTranscriptCharacter.js} +4 -4
- package/serialization/types/DubbingTranscriptResponseModel.d.ts +11 -0
- package/serialization/types/{PronunciationDictionaryLocator.js → DubbingTranscriptResponseModel.js} +5 -4
- package/serialization/types/DubbingTranscriptUtterance.d.ts +13 -0
- package/{dist/serialization/types/KeepContextAlive.js → serialization/types/DubbingTranscriptUtterance.js} +7 -4
- package/serialization/types/DubbingTranscriptWord.d.ts +14 -0
- package/serialization/types/{SendTextMulti.js → DubbingTranscriptWord.js} +7 -4
- package/serialization/types/DynamicVariableAssignment.d.ts +2 -2
- package/serialization/types/DynamicVariableUpdateCommonModel.d.ts +2 -2
- package/serialization/types/DynamicVariablesConfig.d.ts +2 -2
- package/serialization/types/DynamicVariablesConfigDynamicVariablePlaceholdersValue.d.ts +2 -2
- package/serialization/types/DynamicVariablesConfigWorkflowOverride.d.ts +2 -2
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.d.ts +2 -2
- package/serialization/types/EditChapterResponseModel.d.ts +2 -2
- package/serialization/types/EditProjectResponseModel.d.ts +2 -2
- package/serialization/types/EditVoiceResponseModel.d.ts +2 -2
- package/serialization/types/EditVoiceSettingsRequest.d.ts +2 -2
- package/serialization/types/EditVoiceSettingsResponseModel.d.ts +2 -2
- package/serialization/types/EmbedVariant.d.ts +2 -2
- package/serialization/types/EmbeddingModelEnum.d.ts +2 -2
- package/serialization/types/EndCallToolConfig.d.ts +3 -4
- package/serialization/types/EndCallToolResultModel.d.ts +2 -2
- package/serialization/types/EvaluationSettings.d.ts +2 -2
- package/serialization/types/EvaluationSuccessResult.d.ts +2 -2
- package/serialization/types/ExactParameterEvaluationStrategy.d.ts +2 -2
- package/serialization/types/ExportOptions.d.ts +2 -2
- package/serialization/types/ExtendedSubscriptionResponseModelBillingPeriod.d.ts +2 -2
- package/serialization/types/ExtendedSubscriptionResponseModelCharacterRefreshPeriod.d.ts +2 -2
- package/serialization/types/ExtendedSubscriptionResponseModelCurrency.d.ts +2 -2
- package/serialization/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +3 -3
- package/serialization/types/ExtendedSubscriptionResponseModelPendingChange.js +1 -1
- package/serialization/types/FeatureStatusCommonModel.d.ts +2 -2
- package/serialization/types/FeaturesUsageCommonModel.d.ts +3 -3
- package/serialization/types/FeaturesUsageCommonModel.js +1 -1
- package/serialization/types/FeedbackItem.d.ts +2 -2
- package/serialization/types/FineTuningResponse.d.ts +3 -3
- package/serialization/types/FineTuningResponse.js +1 -1
- package/serialization/types/FineTuningResponseModelStateValue.d.ts +2 -2
- package/serialization/types/ForcedAlignmentCharacterResponseModel.d.ts +2 -2
- package/serialization/types/ForcedAlignmentResponseModel.d.ts +2 -2
- package/serialization/types/ForcedAlignmentWordResponseModel.d.ts +2 -2
- package/serialization/types/Gender.d.ts +2 -2
- package/serialization/types/GenerateVoiceRequest.d.ts +3 -3
- package/serialization/types/GenerateVoiceRequest.js +1 -1
- package/serialization/types/GetAgentEmbedResponseModel.d.ts +2 -2
- package/serialization/types/GetAgentKnowledgebaseSizeResponseModel.d.ts +2 -2
- package/serialization/types/GetAgentLinkResponseModel.d.ts +2 -2
- package/serialization/types/GetAgentResponseModel.d.ts +4 -6
- package/serialization/types/GetAgentResponseModel.js +2 -4
- package/serialization/types/GetAgentResponseModelPhoneNumbersItem.d.ts +2 -2
- package/serialization/types/GetAgentsPageResponseModel.d.ts +2 -2
- package/serialization/types/GetAudioNativeProjectSettingsResponseModel.d.ts +2 -2
- package/serialization/types/GetChapterRequest.d.ts +2 -2
- package/serialization/types/GetChapterSnapshotsRequest.d.ts +2 -2
- package/serialization/types/GetChaptersRequest.d.ts +2 -2
- package/serialization/types/GetChaptersResponse.d.ts +2 -2
- package/serialization/types/GetConvAiDashboardSettingsResponseModel.d.ts +2 -2
- package/serialization/types/GetConvAiDashboardSettingsResponseModelChartsItem.d.ts +2 -2
- package/serialization/types/GetConvAiSettingsResponseModel.d.ts +3 -3
- package/serialization/types/GetConvAiSettingsResponseModel.js +1 -1
- package/serialization/types/GetConversationResponseModel.d.ts +5 -5
- package/serialization/types/GetConversationResponseModel.js +3 -3
- package/serialization/types/GetConversationResponseModelStatus.d.ts +2 -2
- package/serialization/types/GetConversationsPageResponseModel.d.ts +2 -2
- package/serialization/types/GetKnowledgeBaseDependentAgentsResponseModel.d.ts +2 -2
- package/serialization/types/GetKnowledgeBaseDependentAgentsResponseModelAgentsItem.d.ts +2 -2
- package/serialization/types/GetKnowledgeBaseFileResponseModel.d.ts +3 -3
- package/serialization/types/GetKnowledgeBaseFileResponseModel.js +1 -1
- package/serialization/types/GetKnowledgeBaseListResponseModel.d.ts +2 -2
- package/serialization/types/GetKnowledgeBaseListResponseModelDocumentsItem.d.ts +2 -2
- package/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.d.ts +4 -4
- package/serialization/types/GetKnowledgeBaseSummaryFileResponseModel.js +2 -2
- package/serialization/types/GetKnowledgeBaseSummaryFileResponseModelDependentAgentsItem.d.ts +2 -2
- package/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.d.ts +4 -4
- package/serialization/types/GetKnowledgeBaseSummaryTextResponseModel.js +2 -2
- package/serialization/types/GetKnowledgeBaseSummaryTextResponseModelDependentAgentsItem.d.ts +2 -2
- package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.d.ts +4 -4
- package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModel.js +2 -2
- package/serialization/types/GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem.d.ts +2 -2
- package/serialization/types/GetKnowledgeBaseTextResponseModel.d.ts +3 -3
- package/serialization/types/GetKnowledgeBaseTextResponseModel.js +1 -1
- package/serialization/types/GetKnowledgeBaseUrlResponseModel.d.ts +3 -3
- package/serialization/types/GetKnowledgeBaseUrlResponseModel.js +1 -1
- package/serialization/types/GetLibraryVoicesResponse.d.ts +2 -2
- package/serialization/types/GetPhoneNumberInboundSipTrunkConfigResponseModel.d.ts +2 -2
- package/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.d.ts +3 -3
- package/serialization/types/GetPhoneNumberOutboundSipTrunkConfigResponseModel.js +1 -1
- package/serialization/types/GetPhoneNumberResponse.d.ts +2 -2
- package/serialization/types/GetPhoneNumberSipTrunkResponseModel.d.ts +4 -4
- package/serialization/types/GetPhoneNumberSipTrunkResponseModel.js +2 -2
- package/serialization/types/GetPhoneNumberTwilioResponseModel.d.ts +2 -2
- package/serialization/types/GetProjectRequest.d.ts +2 -2
- package/serialization/types/GetProjectsRequest.d.ts +2 -2
- package/serialization/types/GetProjectsResponse.d.ts +2 -2
- package/serialization/types/GetPronunciationDictionariesMetadataResponseModel.d.ts +2 -2
- package/serialization/types/GetPronunciationDictionariesResponse.d.ts +2 -2
- package/serialization/types/GetPronunciationDictionaryMetadataResponse.d.ts +2 -2
- package/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +2 -2
- package/serialization/types/GetPronunciationDictionaryResponse.d.ts +2 -2
- package/serialization/types/GetSpeechHistoryResponse.d.ts +2 -2
- package/serialization/types/GetTestInvocationsPageResponseModel.d.ts +2 -2
- package/serialization/types/GetTestSuiteInvocationResponseModel.d.ts +2 -2
- package/serialization/types/GetTestsPageResponseModel.d.ts +2 -2
- package/serialization/types/GetTestsSummariesByIdsResponseModel.d.ts +2 -2
- package/serialization/types/GetToolDependentAgentsResponseModel.d.ts +2 -2
- package/serialization/types/GetToolDependentAgentsResponseModelAgentsItem.d.ts +2 -2
- package/serialization/types/GetUnitTestResponseModel.d.ts +6 -6
- package/serialization/types/GetUnitTestResponseModel.js +4 -4
- package/serialization/types/GetUnitTestResponseModelDynamicVariablesValue.d.ts +2 -2
- package/serialization/types/GetVoicesResponse.d.ts +2 -2
- package/serialization/types/GetVoicesV2Response.d.ts +2 -2
- package/serialization/types/GetWorkspaceSecretsResponseModel.d.ts +2 -2
- package/serialization/types/GuardrailsV1Input.d.ts +2 -2
- package/serialization/types/GuardrailsV1Output.d.ts +2 -2
- package/serialization/types/HistoryAlignmentResponseModel.d.ts +2 -2
- package/serialization/types/HistoryAlignmentsResponseModel.d.ts +2 -2
- package/serialization/types/HistoryItemResponse.d.ts +2 -2
- package/serialization/types/HtmlExportOptions.d.ts +2 -2
- package/serialization/types/HttpValidationError.d.ts +2 -2
- package/serialization/types/ImageAvatar.d.ts +2 -2
- package/serialization/types/InboundSipTrunkConfigRequestModel.d.ts +2 -2
- package/serialization/types/IntegrationType.d.ts +2 -2
- package/serialization/types/InvoiceResponse.d.ts +2 -2
- package/serialization/types/InvoiceResponseModelPaymentIntentStatus.d.ts +2 -2
- package/serialization/types/KnowledgeBaseDocumentChunkResponseModel.d.ts +2 -2
- package/serialization/types/KnowledgeBaseDocumentMetadataResponseModel.d.ts +2 -2
- package/serialization/types/KnowledgeBaseDocumentType.d.ts +2 -2
- package/serialization/types/KnowledgeBaseLocator.d.ts +3 -3
- package/serialization/types/KnowledgeBaseLocator.js +1 -1
- package/serialization/types/KnowledgeBaseSortBy.d.ts +2 -2
- package/serialization/types/LanguageAddedResponse.d.ts +2 -2
- package/serialization/types/LanguageDetectionToolConfig.d.ts +3 -4
- package/serialization/types/LanguageDetectionToolResultModel.d.ts +2 -2
- package/serialization/types/LanguagePresetInput.d.ts +2 -2
- package/serialization/types/LanguagePresetOutput.d.ts +2 -2
- package/serialization/types/LanguagePresetTranslation.d.ts +2 -2
- package/serialization/types/LanguageResponse.d.ts +2 -2
- package/serialization/types/LibraryVoiceResponse.d.ts +2 -2
- package/serialization/types/LibraryVoiceResponseModelCategory.d.ts +2 -2
- package/serialization/types/ListMcpToolsResponseModel.d.ts +2 -2
- package/serialization/types/ListResponseMeta.d.ts +2 -2
- package/serialization/types/LiteralJsonSchemaProperty.d.ts +3 -3
- package/serialization/types/LiteralJsonSchemaProperty.js +1 -1
- package/serialization/types/LiteralJsonSchemaPropertyConstantValue.d.ts +2 -2
- package/serialization/types/LiteralJsonSchemaPropertyType.d.ts +2 -2
- package/serialization/types/LiteralOverride.d.ts +2 -2
- package/serialization/types/LiteralOverrideConstantValue.d.ts +2 -2
- package/serialization/types/LivekitStackType.d.ts +2 -2
- package/serialization/types/Llm.d.ts +3 -3
- package/serialization/types/Llm.js +3 -0
- package/serialization/types/LlmCategoryUsage.d.ts +2 -2
- package/serialization/types/LlmInputOutputTokensUsage.d.ts +2 -2
- package/serialization/types/LlmParameterEvaluationStrategy.d.ts +2 -2
- package/serialization/types/LlmReasoningEffort.d.ts +3 -3
- package/serialization/types/LlmReasoningEffort.js +1 -1
- package/serialization/types/LlmTokensCategoryUsage.d.ts +2 -2
- package/serialization/types/LlmUsageCalculatorLlmResponseModel.d.ts +2 -2
- package/serialization/types/LlmUsageCalculatorResponseModel.d.ts +2 -2
- package/serialization/types/LlmUsageInput.d.ts +2 -2
- package/serialization/types/LlmUsageOutput.d.ts +2 -2
- package/serialization/types/ManualVerificationFileResponse.d.ts +2 -2
- package/serialization/types/ManualVerificationResponse.d.ts +2 -2
- package/serialization/types/MatchAnythingParameterEvaluationStrategy.d.ts +3 -4
- package/serialization/types/McpApprovalPolicy.d.ts +2 -2
- package/serialization/types/McpServerConfigInput.d.ts +8 -8
- package/serialization/types/McpServerConfigInput.js +6 -6
- package/serialization/types/McpServerConfigInputRequestHeadersValue.d.ts +3 -3
- package/serialization/types/McpServerConfigInputRequestHeadersValue.js +1 -1
- package/serialization/types/McpServerConfigInputSecretToken.d.ts +2 -2
- package/serialization/types/McpServerConfigInputUrl.d.ts +2 -2
- package/serialization/types/McpServerConfigOutput.d.ts +8 -8
- package/serialization/types/McpServerConfigOutput.js +6 -6
- package/serialization/types/McpServerConfigOutputRequestHeadersValue.d.ts +3 -3
- package/serialization/types/McpServerConfigOutputRequestHeadersValue.js +1 -1
- package/serialization/types/McpServerConfigOutputSecretToken.d.ts +2 -2
- package/serialization/types/McpServerConfigOutputUrl.d.ts +2 -2
- package/serialization/types/McpServerMetadataResponseModel.d.ts +2 -2
- package/serialization/types/McpServerResponseModel.d.ts +4 -4
- package/serialization/types/McpServerResponseModel.js +2 -2
- package/serialization/types/McpServerResponseModelDependentAgentsItem.d.ts +2 -2
- package/serialization/types/McpServerTransport.d.ts +2 -2
- package/serialization/types/McpServersResponseModel.d.ts +2 -2
- package/serialization/types/McpToolApprovalHash.d.ts +2 -2
- package/serialization/types/McpToolApprovalPolicy.d.ts +2 -2
- package/serialization/types/McpToolConfigOverride.d.ts +4 -4
- package/serialization/types/McpToolConfigOverride.js +2 -2
- package/serialization/types/MetricRecord.d.ts +2 -2
- package/serialization/types/MetricType.d.ts +2 -2
- package/serialization/types/Model.d.ts +2 -2
- package/serialization/types/ModelRatesResponseModel.d.ts +2 -2
- package/serialization/types/ModelSettingsResponseModel.d.ts +2 -2
- package/serialization/types/ModerationConfig.d.ts +2 -2
- package/serialization/types/ModerationGuardrailInput.d.ts +2 -2
- package/serialization/types/ModerationGuardrailOutput.d.ts +2 -2
- package/serialization/types/MultichannelSpeechToTextResponseModel.d.ts +2 -2
- package/serialization/types/MultipartMusicResponse.d.ts +2 -2
- package/serialization/types/MusicPrompt.d.ts +2 -2
- package/serialization/types/ObjectJsonSchemaPropertyInput.d.ts +2 -2
- package/serialization/types/ObjectJsonSchemaPropertyInput.js +1 -1
- package/serialization/types/ObjectJsonSchemaPropertyInputPropertiesValue.d.ts +2 -2
- package/serialization/types/ObjectJsonSchemaPropertyInputPropertiesValue.js +1 -1
- package/serialization/types/ObjectJsonSchemaPropertyOutput.d.ts +2 -2
- package/serialization/types/ObjectJsonSchemaPropertyOutput.js +1 -1
- package/serialization/types/ObjectJsonSchemaPropertyOutputPropertiesValue.d.ts +2 -2
- package/serialization/types/ObjectJsonSchemaPropertyOutputPropertiesValue.js +1 -1
- package/serialization/types/ObjectOverrideInput.d.ts +2 -2
- package/serialization/types/ObjectOverrideInput.js +1 -1
- package/serialization/types/ObjectOverrideInputPropertiesValue.d.ts +2 -2
- package/serialization/types/ObjectOverrideInputPropertiesValue.js +1 -1
- package/serialization/types/ObjectOverrideOutput.d.ts +2 -2
- package/serialization/types/ObjectOverrideOutput.js +1 -1
- package/serialization/types/ObjectOverrideOutputPropertiesValue.d.ts +2 -2
- package/serialization/types/ObjectOverrideOutputPropertiesValue.js +1 -1
- package/serialization/types/OrbAvatar.d.ts +2 -2
- package/serialization/types/OutboundCallRecipient.d.ts +2 -2
- package/serialization/types/OutboundCallRecipientResponseModel.d.ts +2 -2
- package/serialization/types/OutboundSipTrunkConfigRequestModel.d.ts +3 -3
- package/serialization/types/OutboundSipTrunkConfigRequestModel.js +1 -1
- package/serialization/types/OutputFormat.d.ts +2 -2
- package/serialization/types/PdfExportOptions.d.ts +2 -2
- package/serialization/types/PendingCancellationResponseModel.d.ts +2 -2
- package/serialization/types/PendingSubscriptionSwitchResponseModel.d.ts +3 -3
- package/serialization/types/PendingSubscriptionSwitchResponseModel.js +1 -1
- package/serialization/types/PendingSubscriptionSwitchResponseModelNextBillingPeriod.d.ts +2 -2
- package/serialization/types/PendingSubscriptionSwitchResponseModelNextTier.d.ts +2 -2
- package/serialization/types/PhoneNumberAgentInfo.d.ts +2 -2
- package/serialization/types/PhoneNumberDynamicVariableTransferDestination.d.ts +2 -2
- package/serialization/types/PhoneNumberTransfer.d.ts +2 -2
- package/serialization/types/PhoneNumberTransferDestination.d.ts +2 -2
- package/serialization/types/PhoneNumberTransferTransferDestination.d.ts +4 -4
- package/serialization/types/PhoneNumberTransferTransferDestination.js +2 -2
- package/serialization/types/PlayDtmfResultErrorModel.d.ts +2 -2
- package/serialization/types/PlayDtmfResultSuccessModel.d.ts +2 -2
- package/serialization/types/PlayDtmfToolConfig.d.ts +3 -2
- package/serialization/types/PlayDtmfToolConfig.js +3 -1
- package/serialization/types/PodcastBulletinMode.d.ts +2 -2
- package/serialization/types/PodcastBulletinModeData.d.ts +2 -2
- package/serialization/types/PodcastConversationMode.d.ts +2 -2
- package/serialization/types/PodcastConversationModeData.d.ts +2 -2
- package/serialization/types/PodcastProjectResponseModel.d.ts +2 -2
- package/serialization/types/PodcastTextSource.d.ts +2 -2
- package/serialization/types/PodcastUrlSource.d.ts +2 -2
- package/serialization/types/PositionInput.d.ts +2 -2
- package/serialization/types/PositionOutput.d.ts +2 -2
- package/serialization/types/PostAgentAvatarResponseModel.d.ts +2 -2
- package/serialization/types/PostWorkspaceSecretResponseModel.d.ts +2 -2
- package/serialization/types/PrivacyConfig.d.ts +2 -2
- package/serialization/types/ProjectCreationMetaResponseModel.d.ts +2 -2
- package/serialization/types/ProjectCreationMetaResponseModelStatus.d.ts +2 -2
- package/serialization/types/ProjectCreationMetaResponseModelType.d.ts +2 -2
- package/serialization/types/ProjectExtendedResponse.d.ts +14 -12
- package/serialization/types/ProjectExtendedResponse.js +12 -10
- package/serialization/types/ProjectExtendedResponseModelAccessLevel.d.ts +2 -2
- package/serialization/types/ProjectExtendedResponseModelApplyTextNormalization.d.ts +2 -2
- package/serialization/types/ProjectExtendedResponseModelAspectRatio.d.ts +2 -2
- package/serialization/types/ProjectExtendedResponseModelAssetsItem.d.ts +8 -4
- package/serialization/types/ProjectExtendedResponseModelAssetsItem.js +3 -1
- package/serialization/types/ProjectExtendedResponseModelFiction.d.ts +2 -2
- package/serialization/types/ProjectExtendedResponseModelQualityPreset.d.ts +2 -2
- package/serialization/types/ProjectExtendedResponseModelSourceType.d.ts +2 -2
- package/serialization/types/ProjectExtendedResponseModelTargetAudience.d.ts +2 -2
- package/serialization/types/ProjectExternalAudioResponseModel.d.ts +2 -2
- package/serialization/types/ProjectImageResponseModel.d.ts +25 -0
- package/serialization/types/ProjectImageResponseModel.js +57 -0
- package/serialization/types/ProjectResponse.d.ts +7 -7
- package/serialization/types/ProjectResponse.js +5 -5
- package/serialization/types/ProjectResponseModelAccessLevel.d.ts +2 -2
- package/serialization/types/ProjectResponseModelAspectRatio.d.ts +2 -2
- package/serialization/types/ProjectResponseModelFiction.d.ts +2 -2
- package/serialization/types/ProjectResponseModelSourceType.d.ts +2 -2
- package/serialization/types/ProjectResponseModelTargetAudience.d.ts +2 -2
- package/serialization/types/ProjectSnapshotExtendedResponseModel.d.ts +2 -2
- package/serialization/types/ProjectSnapshotResponse.d.ts +2 -2
- package/serialization/types/ProjectSnapshotsResponse.d.ts +2 -2
- package/serialization/types/ProjectState.d.ts +2 -2
- package/serialization/types/ProjectVideoResponseModel.d.ts +4 -2
- package/serialization/types/ProjectVideoResponseModel.js +2 -0
- package/serialization/types/ProjectVideoThumbnailSheetResponseModel.d.ts +2 -2
- package/serialization/types/ProjectVoiceResponseModel.d.ts +2 -2
- package/serialization/types/PromptAgent.d.ts +2 -2
- package/serialization/types/PromptAgentApiModelInput.d.ts +6 -6
- package/serialization/types/PromptAgentApiModelInput.js +4 -4
- package/serialization/types/PromptAgentApiModelInputBackupLlmConfig.d.ts +2 -2
- package/serialization/types/PromptAgentApiModelInputToolsItem.d.ts +2 -2
- package/serialization/types/PromptAgentApiModelOutput.d.ts +6 -6
- package/serialization/types/PromptAgentApiModelOutput.js +4 -4
- package/serialization/types/PromptAgentApiModelOutputBackupLlmConfig.d.ts +2 -2
- package/serialization/types/PromptAgentApiModelOutputToolsItem.d.ts +2 -2
- package/serialization/types/PromptAgentApiModelOverride.d.ts +2 -2
- package/serialization/types/PromptAgentApiModelOverrideConfig.d.ts +2 -2
- package/serialization/types/PromptAgentApiModelWorkflowOverrideInput.d.ts +6 -6
- package/serialization/types/PromptAgentApiModelWorkflowOverrideInput.js +4 -4
- package/serialization/types/PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig.d.ts +2 -2
- package/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +2 -2
- package/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.d.ts +6 -6
- package/serialization/types/PromptAgentApiModelWorkflowOverrideOutput.js +4 -4
- package/serialization/types/PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig.d.ts +2 -2
- package/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +2 -2
- package/serialization/types/PromptAgentDbModel.d.ts +2 -2
- package/serialization/types/PromptEvaluationCriteria.d.ts +2 -2
- package/serialization/types/PronunciationDictionaryAliasRuleRequestModel.d.ts +2 -2
- package/serialization/types/PronunciationDictionaryLocatorResponseModel.d.ts +2 -2
- package/serialization/types/PronunciationDictionaryPhonemeRuleRequestModel.d.ts +2 -2
- package/serialization/types/PronunciationDictionaryRulesResponseModel.d.ts +2 -2
- package/serialization/types/PronunciationDictionaryVersionLocator.d.ts +2 -2
- package/serialization/types/PronunciationDictionaryVersionResponseModel.d.ts +2 -2
- package/serialization/types/PronunciationDictionaryVersionResponseModelPermissionOnResource.d.ts +2 -2
- package/serialization/types/PydanticPronunciationDictionaryVersionLocator.d.ts +2 -2
- package/serialization/types/QueryOverride.d.ts +2 -2
- package/serialization/types/QueryParamsJsonSchema.d.ts +2 -2
- package/serialization/types/RagChunkMetadata.d.ts +2 -2
- package/serialization/types/RagConfig.d.ts +2 -2
- package/serialization/types/RagConfigWorkflowOverride.d.ts +2 -2
- package/serialization/types/RagDocumentIndexResponseModel.d.ts +3 -3
- package/serialization/types/RagDocumentIndexResponseModel.js +1 -1
- package/serialization/types/RagDocumentIndexUsage.d.ts +2 -2
- package/serialization/types/RagDocumentIndexesResponseModel.d.ts +2 -2
- package/serialization/types/RagIndexOverviewEmbeddingModelResponseModel.d.ts +2 -2
- package/serialization/types/RagIndexOverviewResponseModel.d.ts +2 -2
- package/serialization/types/RagIndexStatus.d.ts +2 -2
- package/serialization/types/RagRetrievalInfo.d.ts +3 -3
- package/serialization/types/RagRetrievalInfo.js +1 -1
- package/serialization/types/ReaderResourceResponseModel.d.ts +2 -2
- package/serialization/types/ReaderResourceResponseModelResourceType.d.ts +2 -2
- package/serialization/types/RecordingResponse.d.ts +2 -2
- package/serialization/types/ReferencedToolCommonModel.d.ts +2 -2
- package/serialization/types/ReferencedToolCommonModelType.d.ts +2 -2
- package/serialization/types/RegexParameterEvaluationStrategy.d.ts +2 -2
- package/serialization/types/RegionConfigRequest.d.ts +3 -3
- package/serialization/types/RegionConfigRequest.js +1 -1
- package/serialization/types/RemoveMemberFromGroupRequest.d.ts +2 -2
- package/serialization/types/Render.d.ts +3 -3
- package/serialization/types/Render.js +1 -1
- package/serialization/types/RenderStatus.d.ts +2 -2
- package/serialization/types/RenderType.d.ts +2 -2
- package/serialization/types/RequestPvcManualVerificationResponseModel.d.ts +2 -2
- package/serialization/types/ResourceAccessInfo.d.ts +2 -2
- package/serialization/types/ResourceAccessInfoRole.d.ts +2 -2
- package/serialization/types/ResourceMetadataResponseModel.d.ts +3 -3
- package/serialization/types/ResourceMetadataResponseModel.js +1 -1
- package/serialization/types/ResourceMetadataResponseModelAnonymousAccessLevelOverride.d.ts +2 -2
- package/serialization/types/ReviewStatus.d.ts +2 -2
- package/serialization/types/SafetyCommonModel.d.ts +2 -2
- package/serialization/types/SafetyEvaluation.d.ts +2 -2
- package/serialization/types/SafetyResponseModel.d.ts +2 -2
- package/serialization/types/SafetyRule.d.ts +2 -2
- package/serialization/types/SaveVoicePreviewRequest.d.ts +2 -2
- package/serialization/types/SecretDependencyType.d.ts +2 -2
- package/serialization/types/SectionSource.d.ts +2 -2
- package/serialization/types/SegmentCreateResponse.d.ts +2 -2
- package/serialization/types/SegmentDeleteResponse.d.ts +2 -2
- package/serialization/types/SegmentDubResponse.d.ts +2 -2
- package/serialization/types/SegmentSubtitleFrame.d.ts +2 -2
- package/serialization/types/SegmentTranscriptionResponse.d.ts +2 -2
- package/serialization/types/SegmentTranslationResponse.d.ts +2 -2
- package/serialization/types/SegmentUpdateResponse.d.ts +2 -2
- package/serialization/types/SegmentedJsonExportOptions.d.ts +2 -2
- package/serialization/types/ShareOptionResponseModel.d.ts +2 -2
- package/serialization/types/ShareOptionResponseModelType.d.ts +2 -2
- package/serialization/types/SimilarVoice.d.ts +2 -2
- package/serialization/types/SimilarVoiceCategory.d.ts +2 -2
- package/serialization/types/SimilarVoicesForSpeakerResponse.d.ts +2 -2
- package/serialization/types/SingleTestRunRequestModel.d.ts +2 -2
- package/serialization/types/SingleUseTokenResponseModel.d.ts +2 -2
- package/serialization/types/SingleUseTokenType.d.ts +3 -3
- package/serialization/types/SingleUseTokenType.js +1 -1
- package/serialization/types/SipMediaEncryptionEnum.d.ts +2 -2
- package/serialization/types/SipTrunkCredentialsRequestModel.d.ts +2 -2
- package/serialization/types/SipTrunkOutboundCallResponse.d.ts +2 -2
- package/serialization/types/SipTrunkTransportEnum.d.ts +2 -2
- package/serialization/types/SipUriDynamicVariableTransferDestination.d.ts +2 -2
- package/serialization/types/SipUriTransferDestination.d.ts +2 -2
- package/serialization/types/SkipTurnToolConfig.d.ts +3 -4
- package/serialization/types/SkipTurnToolResponseModel.d.ts +2 -2
- package/serialization/types/SoftTimeoutConfig.d.ts +2 -2
- package/serialization/types/SoftTimeoutConfigOverride.d.ts +2 -2
- package/serialization/types/SoftTimeoutConfigOverrideConfig.d.ts +2 -2
- package/serialization/types/SoftTimeoutConfigWorkflowOverride.d.ts +2 -2
- package/serialization/types/SongMetadata.d.ts +2 -2
- package/serialization/types/SongSection.d.ts +2 -2
- package/serialization/types/SortDirection.d.ts +2 -2
- package/serialization/types/SpeakerAudioResponseModel.d.ts +2 -2
- package/serialization/types/SpeakerResponseModel.d.ts +2 -2
- package/serialization/types/SpeakerSegment.d.ts +3 -3
- package/serialization/types/SpeakerSegment.js +1 -1
- package/serialization/types/SpeakerSeparationResponseModel.d.ts +3 -3
- package/serialization/types/SpeakerSeparationResponseModel.js +1 -1
- package/serialization/types/SpeakerSeparationResponseModelStatus.d.ts +2 -2
- package/serialization/types/SpeakerTrack.d.ts +2 -2
- package/serialization/types/SpeakerUpdatedResponse.d.ts +2 -2
- package/serialization/types/SpeechHistoryItemResponse.d.ts +5 -5
- package/serialization/types/SpeechHistoryItemResponse.js +3 -3
- package/serialization/types/SpeechHistoryItemResponseModelSource.d.ts +2 -2
- package/serialization/types/SpeechHistoryItemResponseModelVoiceCategory.d.ts +2 -2
- package/serialization/types/SpeechToTextCharacterResponseModel.d.ts +2 -2
- package/serialization/types/SpeechToTextChunkResponseModel.d.ts +3 -3
- package/serialization/types/SpeechToTextChunkResponseModel.js +1 -1
- package/serialization/types/SpeechToTextWebhookResponseModel.d.ts +2 -2
- package/serialization/types/SpeechToTextWordResponseModel.d.ts +3 -3
- package/serialization/types/SpeechToTextWordResponseModel.js +1 -1
- package/serialization/types/SpeechToTextWordResponseModelType.d.ts +2 -2
- package/serialization/types/SrtExportOptions.d.ts +2 -2
- package/serialization/types/StartPvcVoiceTrainingResponseModel.d.ts +2 -2
- package/serialization/types/StartSpeakerSeparationResponseModel.d.ts +2 -2
- package/serialization/types/StreamingAudioChunkWithTimestampsAndVoiceSegmentsResponseModel.d.ts +2 -2
- package/serialization/types/StreamingAudioChunkWithTimestampsResponse.d.ts +2 -2
- package/serialization/types/Subscription.d.ts +5 -5
- package/serialization/types/Subscription.js +3 -3
- package/serialization/types/SubscriptionResponse.d.ts +4 -4
- package/serialization/types/SubscriptionResponse.js +2 -2
- package/serialization/types/SubscriptionResponseModelBillingPeriod.d.ts +2 -2
- package/serialization/types/SubscriptionResponseModelCharacterRefreshPeriod.d.ts +2 -2
- package/serialization/types/SubscriptionResponseModelCurrency.d.ts +2 -2
- package/serialization/types/SubscriptionStatusType.d.ts +2 -2
- package/serialization/types/SuggestedAudioTag.d.ts +10 -0
- package/serialization/types/SuggestedAudioTag.js +42 -0
- package/serialization/types/SupportedVoice.d.ts +2 -2
- package/serialization/types/SystemToolConfigInput.d.ts +4 -4
- package/serialization/types/SystemToolConfigInput.js +2 -2
- package/serialization/types/SystemToolConfigInputParams.d.ts +2 -2
- package/serialization/types/SystemToolConfigOutput.d.ts +4 -4
- package/serialization/types/SystemToolConfigOutput.js +2 -2
- package/serialization/types/SystemToolConfigOutputParams.d.ts +2 -2
- package/serialization/types/TelephonyProvider.d.ts +2 -2
- package/serialization/types/TestConditionRationaleCommonModel.d.ts +2 -2
- package/serialization/types/TestConditionResultCommonModel.d.ts +2 -2
- package/serialization/types/TestFromConversationMetadataInput.d.ts +2 -2
- package/serialization/types/TestFromConversationMetadataOutput.d.ts +2 -2
- package/serialization/types/TestInvocationSummaryResponseModel.d.ts +2 -2
- package/serialization/types/TestRunMetadata.d.ts +2 -2
- package/serialization/types/TestRunMetadataTestType.d.ts +2 -2
- package/serialization/types/TestRunStatus.d.ts +2 -2
- package/serialization/types/TestToolResultModel.d.ts +2 -2
- package/serialization/types/TestsFeatureUsageCommonModel.d.ts +2 -2
- package/serialization/types/TextNormalisationType.d.ts +7 -0
- package/serialization/types/{FinalOutput.js → TextNormalisationType.js} +2 -4
- package/serialization/types/TextToSpeechRequest.d.ts +2 -2
- package/serialization/types/TextToSpeechStreamRequest.d.ts +2 -2
- package/serialization/types/TextToSpeechStreamWithTimestampsRequest.d.ts +2 -2
- package/serialization/types/TextToSpeechWithTimestampsRequest.d.ts +2 -2
- package/serialization/types/ThresholdGuardrail.d.ts +2 -2
- package/serialization/types/TimeRange.d.ts +2 -2
- package/serialization/types/TokenResponseModel.d.ts +2 -2
- package/serialization/types/Tool.d.ts +2 -2
- package/serialization/types/ToolAnnotations.d.ts +2 -2
- package/serialization/types/ToolCallSoundBehavior.d.ts +2 -2
- package/serialization/types/ToolCallSoundType.d.ts +2 -2
- package/serialization/types/ToolExecutionMode.d.ts +2 -2
- package/serialization/types/ToolMockConfig.d.ts +2 -2
- package/serialization/types/ToolRequestModel.d.ts +2 -2
- package/serialization/types/ToolRequestModelToolConfig.d.ts +3 -7
- package/serialization/types/ToolRequestModelToolConfig.js +0 -2
- package/serialization/types/ToolResponseModel.d.ts +3 -3
- package/serialization/types/ToolResponseModel.js +1 -1
- package/serialization/types/ToolResponseModelToolConfig.d.ts +3 -7
- package/serialization/types/ToolResponseModelToolConfig.js +0 -2
- package/serialization/types/ToolType.d.ts +2 -2
- package/serialization/types/ToolUsageStatsResponseModel.d.ts +2 -2
- package/serialization/types/ToolsResponseModel.d.ts +2 -2
- package/serialization/types/TransferToAgentToolConfig.d.ts +2 -2
- package/serialization/types/TransferToAgentToolResultErrorModel.d.ts +2 -2
- package/serialization/types/TransferToAgentToolResultSuccessModel.d.ts +2 -2
- package/serialization/types/TransferToNumberResultErrorModel.d.ts +2 -2
- package/serialization/types/TransferToNumberResultSipSuccessModel.d.ts +2 -2
- package/serialization/types/TransferToNumberResultTwilioSuccessModel.d.ts +2 -2
- package/serialization/types/TransferToNumberToolConfigInput.d.ts +2 -2
- package/serialization/types/TransferToNumberToolConfigOutput.d.ts +2 -2
- package/serialization/types/TransferTypeEnum.d.ts +2 -2
- package/serialization/types/TtsConversationalConfigInput.d.ts +9 -5
- package/serialization/types/TtsConversationalConfigInput.js +7 -3
- package/serialization/types/TtsConversationalConfigOutput.d.ts +9 -5
- package/serialization/types/TtsConversationalConfigOutput.js +7 -3
- package/serialization/types/TtsConversationalConfigOverride.d.ts +2 -2
- package/serialization/types/TtsConversationalConfigOverrideConfig.d.ts +2 -2
- package/serialization/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +9 -5
- package/serialization/types/TtsConversationalConfigWorkflowOverrideInput.js +7 -3
- package/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +9 -5
- package/serialization/types/TtsConversationalConfigWorkflowOverrideOutput.js +7 -3
- package/serialization/types/TtsConversationalModel.d.ts +3 -3
- package/serialization/types/TtsConversationalModel.js +0 -1
- package/serialization/types/TtsModelFamily.d.ts +3 -3
- package/serialization/types/TtsModelFamily.js +1 -1
- package/serialization/types/TtsOptimizeStreamingLatency.d.ts +2 -2
- package/serialization/types/TtsOutputFormat.d.ts +2 -2
- package/serialization/types/TurnConfig.d.ts +2 -2
- package/serialization/types/TurnConfigOverride.d.ts +2 -2
- package/serialization/types/TurnConfigOverrideConfig.d.ts +2 -2
- package/serialization/types/TurnConfigWorkflowOverride.d.ts +2 -2
- package/serialization/types/TurnEagerness.d.ts +2 -2
- package/serialization/types/TurnMode.d.ts +2 -2
- package/serialization/types/TwilioEdgeLocation.d.ts +2 -2
- package/serialization/types/TwilioOutboundCallResponse.d.ts +2 -2
- package/serialization/types/TwilioRegionId.d.ts +2 -2
- package/serialization/types/TxtExportOptions.d.ts +2 -2
- package/serialization/types/UnitTestCommonModel.d.ts +6 -6
- package/serialization/types/UnitTestCommonModel.js +4 -4
- package/serialization/types/UnitTestCommonModelDynamicVariablesValue.d.ts +2 -2
- package/serialization/types/UnitTestCommonModelType.d.ts +2 -2
- package/serialization/types/UnitTestRunResponseModel.d.ts +4 -4
- package/serialization/types/UnitTestRunResponseModel.js +2 -2
- package/serialization/types/UnitTestSummaryResponseModel.d.ts +2 -2
- package/serialization/types/UnitTestToolCallEvaluationModelInput.d.ts +3 -3
- package/serialization/types/UnitTestToolCallEvaluationModelInput.js +1 -1
- package/serialization/types/UnitTestToolCallEvaluationModelOutput.d.ts +3 -3
- package/serialization/types/UnitTestToolCallEvaluationModelOutput.js +1 -1
- package/serialization/types/UnitTestToolCallParameter.d.ts +2 -2
- package/serialization/types/UnitTestToolCallParameterEval.d.ts +3 -3
- package/serialization/types/UnitTestToolCallParameterEval.js +1 -1
- package/serialization/types/UpdateAudioNativeProjectRequest.d.ts +2 -2
- package/serialization/types/UpdateChapterRequest.d.ts +2 -2
- package/serialization/types/UpdateProjectRequest.d.ts +2 -2
- package/serialization/types/UpdatePronunciationDictionariesRequest.d.ts +2 -2
- package/serialization/types/UpdateWorkspaceMemberResponseModel.d.ts +2 -2
- package/serialization/types/UrlAvatar.d.ts +2 -2
- package/serialization/types/UsageAggregationInterval.d.ts +2 -2
- package/serialization/types/UsageCharactersResponseModel.d.ts +2 -2
- package/serialization/types/User.d.ts +2 -2
- package/serialization/types/UserFeedback.d.ts +2 -2
- package/serialization/types/UserFeedbackScore.d.ts +2 -2
- package/serialization/types/UtteranceResponseModel.d.ts +2 -2
- package/serialization/types/VadConfig.d.ts +3 -4
- package/serialization/types/VadConfigWorkflowOverride.d.ts +3 -4
- package/serialization/types/ValidationError.d.ts +2 -2
- package/serialization/types/ValidationErrorLocItem.d.ts +2 -2
- package/serialization/types/VerificationAttemptResponse.d.ts +2 -2
- package/serialization/types/VerifiedVoiceLanguageResponseModel.d.ts +2 -2
- package/serialization/types/VerifyPvcVoiceCaptchaResponseModel.d.ts +2 -2
- package/serialization/types/Voice.d.ts +6 -6
- package/serialization/types/Voice.js +4 -4
- package/serialization/types/VoiceDesignPreviewResponse.d.ts +2 -2
- package/serialization/types/VoiceGenerationParameterOptionResponse.d.ts +2 -2
- package/serialization/types/VoiceGenerationParameterResponse.d.ts +2 -2
- package/serialization/types/VoiceMailDetectionResultSuccessModel.d.ts +2 -2
- package/serialization/types/VoicePreviewResponseModel.d.ts +2 -2
- package/serialization/types/VoiceResponseModelCategory.d.ts +2 -2
- package/serialization/types/VoiceResponseModelSafetyControl.d.ts +2 -2
- package/serialization/types/VoiceSample.d.ts +2 -2
- package/serialization/types/VoiceSamplePreviewResponseModel.d.ts +2 -2
- package/serialization/types/VoiceSampleVisualWaveformResponseModel.d.ts +2 -2
- package/serialization/types/VoiceSegment.d.ts +2 -2
- package/serialization/types/VoiceSettings.d.ts +2 -2
- package/serialization/types/VoiceSharingModerationCheckResponseModel.d.ts +2 -2
- package/serialization/types/VoiceSharingResponse.d.ts +5 -5
- package/serialization/types/VoiceSharingResponse.js +3 -3
- package/serialization/types/VoiceSharingResponseModelCategory.d.ts +2 -2
- package/serialization/types/VoiceSharingState.d.ts +2 -2
- package/serialization/types/VoiceVerificationResponse.d.ts +2 -2
- package/serialization/types/VoicemailDetectionToolConfig.d.ts +2 -2
- package/serialization/types/WebhookAuthMethodType.d.ts +2 -2
- package/serialization/types/WebhookEventType.d.ts +2 -2
- package/serialization/types/WebhookToolApiSchemaConfigInput.d.ts +5 -5
- package/serialization/types/WebhookToolApiSchemaConfigInput.js +4 -4
- package/serialization/types/WebhookToolApiSchemaConfigInputContentType.d.ts +2 -2
- package/serialization/types/WebhookToolApiSchemaConfigInputMethod.d.ts +2 -2
- package/serialization/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.d.ts +3 -3
- package/serialization/types/WebhookToolApiSchemaConfigInputRequestHeadersValue.js +1 -1
- package/serialization/types/WebhookToolApiSchemaConfigOutput.d.ts +5 -5
- package/serialization/types/WebhookToolApiSchemaConfigOutput.js +4 -4
- package/serialization/types/WebhookToolApiSchemaConfigOutputContentType.d.ts +2 -2
- package/serialization/types/WebhookToolApiSchemaConfigOutputMethod.d.ts +2 -2
- package/serialization/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.d.ts +3 -3
- package/serialization/types/WebhookToolApiSchemaConfigOutputRequestHeadersValue.js +1 -1
- package/serialization/types/WebhookToolConfigInput.d.ts +4 -4
- package/serialization/types/WebhookToolConfigInput.js +2 -2
- package/serialization/types/WebhookToolConfigOutput.d.ts +4 -4
- package/serialization/types/WebhookToolConfigOutput.js +2 -2
- package/serialization/types/WebhookUsageType.d.ts +2 -2
- package/serialization/types/WhatsAppConversationInfo.d.ts +2 -2
- package/serialization/types/WidgetConfig.d.ts +7 -7
- package/serialization/types/WidgetConfig.js +5 -5
- package/serialization/types/WidgetConfigInputAvatar.d.ts +3 -3
- package/serialization/types/WidgetConfigInputAvatar.js +1 -1
- package/serialization/types/WidgetConfigOutputAvatar.d.ts +3 -3
- package/serialization/types/WidgetConfigOutputAvatar.js +1 -1
- package/serialization/types/WidgetConfigResponse.d.ts +7 -7
- package/serialization/types/WidgetConfigResponse.js +5 -5
- package/serialization/types/WidgetConfigResponseModelAvatar.d.ts +3 -3
- package/serialization/types/WidgetConfigResponseModelAvatar.js +1 -1
- package/serialization/types/WidgetEndFeedbackConfig.d.ts +2 -2
- package/serialization/types/WidgetEndFeedbackType.d.ts +2 -2
- package/serialization/types/WidgetExpandable.d.ts +2 -2
- package/serialization/types/WidgetFeedbackMode.d.ts +2 -2
- package/serialization/types/WidgetLanguagePreset.d.ts +2 -2
- package/serialization/types/WidgetLanguagePresetResponse.d.ts +2 -2
- package/serialization/types/WidgetPlacement.d.ts +2 -2
- package/serialization/types/WidgetStyles.d.ts +2 -2
- package/serialization/types/WidgetTextContents.d.ts +2 -2
- package/serialization/types/WorkflowEdgeModelInput.d.ts +3 -3
- package/serialization/types/WorkflowEdgeModelInput.js +1 -1
- package/serialization/types/WorkflowEdgeModelInputBackwardCondition.d.ts +2 -2
- package/serialization/types/WorkflowEdgeModelInputForwardCondition.d.ts +2 -2
- package/serialization/types/WorkflowEdgeModelOutput.d.ts +3 -3
- package/serialization/types/WorkflowEdgeModelOutput.js +1 -1
- package/serialization/types/WorkflowEdgeModelOutputBackwardCondition.d.ts +2 -2
- package/serialization/types/WorkflowEdgeModelOutputForwardCondition.d.ts +2 -2
- package/serialization/types/WorkflowEndNodeModelInput.d.ts +2 -2
- package/serialization/types/WorkflowEndNodeModelOutput.d.ts +2 -2
- package/serialization/types/WorkflowExpressionConditionModelInput.d.ts +2 -2
- package/serialization/types/WorkflowExpressionConditionModelInputExpression.d.ts +2 -2
- package/serialization/types/WorkflowExpressionConditionModelInputExpression.js +1 -1
- package/serialization/types/WorkflowExpressionConditionModelOutput.d.ts +2 -2
- package/serialization/types/WorkflowExpressionConditionModelOutputExpression.d.ts +2 -2
- package/serialization/types/WorkflowExpressionConditionModelOutputExpression.js +1 -1
- package/serialization/types/WorkflowFeaturesUsageCommonModel.d.ts +2 -2
- package/serialization/types/WorkflowLlmConditionModelInput.d.ts +2 -2
- package/serialization/types/WorkflowLlmConditionModelOutput.d.ts +2 -2
- package/serialization/types/WorkflowOverrideAgentNodeModelInput.d.ts +2 -2
- package/serialization/types/WorkflowOverrideAgentNodeModelOutput.d.ts +2 -2
- package/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +3 -3
- package/serialization/types/WorkflowPhoneNumberNodeModelInput.js +1 -1
- package/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.d.ts +4 -4
- package/serialization/types/WorkflowPhoneNumberNodeModelInputTransferDestination.js +2 -2
- package/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +3 -3
- package/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +1 -1
- package/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.d.ts +4 -4
- package/serialization/types/WorkflowPhoneNumberNodeModelOutputTransferDestination.js +2 -2
- package/serialization/types/WorkflowResultConditionModelInput.d.ts +2 -2
- package/serialization/types/WorkflowResultConditionModelOutput.d.ts +2 -2
- package/serialization/types/WorkflowStandaloneAgentNodeModelInput.d.ts +2 -2
- package/serialization/types/WorkflowStandaloneAgentNodeModelOutput.d.ts +2 -2
- package/serialization/types/WorkflowStartNodeModelInput.d.ts +2 -2
- package/serialization/types/WorkflowStartNodeModelOutput.d.ts +2 -2
- package/serialization/types/WorkflowToolEdgeStepModel.d.ts +2 -2
- package/serialization/types/WorkflowToolLocator.d.ts +2 -2
- package/serialization/types/WorkflowToolMaxIterationsExceededStepModel.d.ts +2 -2
- package/serialization/types/WorkflowToolNestedToolsStepModelInput.d.ts +2 -2
- package/serialization/types/WorkflowToolNestedToolsStepModelInput.js +1 -1
- package/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.d.ts +2 -2
- package/serialization/types/WorkflowToolNestedToolsStepModelInputResultsItem.js +1 -1
- package/serialization/types/WorkflowToolNestedToolsStepModelOutput.d.ts +2 -2
- package/serialization/types/WorkflowToolNestedToolsStepModelOutput.js +1 -1
- package/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.d.ts +2 -2
- package/serialization/types/WorkflowToolNestedToolsStepModelOutputResultsItem.js +1 -1
- package/serialization/types/WorkflowToolNodeModelInput.d.ts +2 -2
- package/serialization/types/WorkflowToolNodeModelOutput.d.ts +2 -2
- package/serialization/types/WorkflowToolResponseModelInput.d.ts +2 -2
- package/serialization/types/WorkflowToolResponseModelInput.js +1 -1
- package/serialization/types/WorkflowToolResponseModelInputStepsItem.d.ts +2 -2
- package/serialization/types/WorkflowToolResponseModelInputStepsItem.js +1 -1
- package/serialization/types/WorkflowToolResponseModelOutput.d.ts +2 -2
- package/serialization/types/WorkflowToolResponseModelOutput.js +1 -1
- package/serialization/types/WorkflowToolResponseModelOutputStepsItem.d.ts +2 -2
- package/serialization/types/WorkflowToolResponseModelOutputStepsItem.js +1 -1
- package/serialization/types/WorkflowUnconditionalModelInput.d.ts +2 -2
- package/serialization/types/WorkflowUnconditionalModelOutput.d.ts +2 -2
- package/serialization/types/WorkspaceApiKeyListResponseModel.d.ts +2 -2
- package/serialization/types/WorkspaceApiKeyResponseModel.d.ts +2 -2
- package/serialization/types/WorkspaceApiKeyResponseModelPermissionsItem.d.ts +2 -2
- package/serialization/types/WorkspaceBatchCallsResponse.d.ts +2 -2
- package/serialization/types/WorkspaceCreateApiKeyResponseModel.d.ts +2 -2
- package/serialization/types/WorkspaceGroupByNameResponseModel.d.ts +2 -2
- package/serialization/types/WorkspaceResourceType.d.ts +2 -2
- package/serialization/types/WorkspaceServiceAccountListResponseModel.d.ts +2 -2
- package/serialization/types/WorkspaceServiceAccountResponseModel.d.ts +2 -2
- package/serialization/types/WorkspaceWebhookListResponseModel.d.ts +2 -2
- package/serialization/types/WorkspaceWebhookResponseModel.d.ts +2 -2
- package/serialization/types/WorkspaceWebhookUsageResponseModel.d.ts +2 -2
- package/serialization/types/ZendeskConversationInitiationTrigger.d.ts +2 -2
- package/serialization/types/index.d.ts +296 -311
- package/serialization/types/index.js +296 -311
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/wrapper/realtime/connection.d.ts +18 -1
- package/wrapper/realtime/connection.js +13 -0
- package/wrapper/realtime/scribe.d.ts +5 -0
- package/wrapper/realtime/scribe.js +3 -0
- 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/api/types/index.d.ts
CHANGED
|
@@ -1,196 +1,201 @@
|
|
|
1
|
-
export * from "./
|
|
1
|
+
export * from "./AddChapterResponseModel";
|
|
2
|
+
export * from "./AdditionalFormatResponseModel";
|
|
3
|
+
export * from "./AdditionalFormats";
|
|
4
|
+
export * from "./AddKnowledgeBaseResponseModel";
|
|
5
|
+
export * from "./AddProjectRequest";
|
|
6
|
+
export * from "./AddProjectResponseModel";
|
|
7
|
+
export * from "./AddPronunciationDictionaryResponseModel";
|
|
8
|
+
export * from "./AddPronunciationDictionaryResponseModelPermissionOnResource";
|
|
9
|
+
export * from "./AddSharingVoiceRequest";
|
|
10
|
+
export * from "./AddVoiceIvcResponseModel";
|
|
11
|
+
export * from "./AddVoiceResponseModel";
|
|
12
|
+
export * from "./AddWorkspaceGroupMemberResponseModel";
|
|
13
|
+
export * from "./AddWorkspaceInviteResponseModel";
|
|
14
|
+
export * from "./AdhocAgentConfigOverrideForTestRequestModel";
|
|
15
|
+
export * from "./Age";
|
|
16
|
+
export * from "./AgentCallLimits";
|
|
17
|
+
export * from "./AgentConfig";
|
|
18
|
+
export * from "./AgentConfigApiModelWorkflowOverrideInput";
|
|
19
|
+
export * from "./AgentConfigApiModelWorkflowOverrideOutput";
|
|
20
|
+
export * from "./AgentConfigOverrideConfig";
|
|
21
|
+
export * from "./AgentConfigOverrideInput";
|
|
22
|
+
export * from "./AgentConfigOverrideOutput";
|
|
23
|
+
export * from "./AgentDefinitionSource";
|
|
24
|
+
export * from "./AgentFailureResponseExample";
|
|
25
|
+
export * from "./AgentMetadata";
|
|
26
|
+
export * from "./AgentMetadataResponseModel";
|
|
27
|
+
export * from "./AgentPlatformSettingsRequestModel";
|
|
28
|
+
export * from "./AgentPlatformSettingsResponseModel";
|
|
29
|
+
export * from "./AgentSimulatedChatTestResponseModel";
|
|
30
|
+
export * from "./AgentSortBy";
|
|
31
|
+
export * from "./AgentSuccessfulResponseExample";
|
|
32
|
+
export * from "./AgentSummaryResponseModel";
|
|
33
|
+
export * from "./AgentTestingSettings";
|
|
34
|
+
export * from "./AgentTransfer";
|
|
35
|
+
export * from "./AgentWorkflowRequestModel";
|
|
36
|
+
export * from "./AgentWorkflowRequestModelNodesValue";
|
|
37
|
+
export * from "./AgentWorkflowResponseModel";
|
|
38
|
+
export * from "./AgentWorkflowResponseModelNodesValue";
|
|
39
|
+
export * from "./AgentWorkspaceOverridesInput";
|
|
40
|
+
export * from "./AgentWorkspaceOverridesOutput";
|
|
41
|
+
export * from "./AllowlistItem";
|
|
42
|
+
export * from "./ApiIntegrationWebhookOverridesInput";
|
|
43
|
+
export * from "./ApiIntegrationWebhookOverridesInputRequestHeadersValue";
|
|
44
|
+
export * from "./ApiIntegrationWebhookOverridesOutput";
|
|
45
|
+
export * from "./ApiIntegrationWebhookOverridesOutputRequestHeadersValue";
|
|
46
|
+
export * from "./ApiIntegrationWebhookToolConfigInput";
|
|
47
|
+
export * from "./ApiIntegrationWebhookToolConfigOutput";
|
|
48
|
+
export * from "./ArrayJsonSchemaPropertyInput";
|
|
49
|
+
export * from "./ArrayJsonSchemaPropertyInputItems";
|
|
50
|
+
export * from "./ArrayJsonSchemaPropertyOutput";
|
|
51
|
+
export * from "./ArrayJsonSchemaPropertyOutputItems";
|
|
2
52
|
export * from "./AsrConversationalConfig";
|
|
3
53
|
export * from "./AsrConversationalConfigWorkflowOverride";
|
|
4
54
|
export * from "./AsrInputFormat";
|
|
5
55
|
export * from "./AsrProvider";
|
|
6
56
|
export * from "./AsrQuality";
|
|
7
|
-
export * from "./AstAndOperatorNodeInputChildrenItem";
|
|
8
57
|
export * from "./AstAndOperatorNodeInput";
|
|
9
|
-
export * from "./
|
|
58
|
+
export * from "./AstAndOperatorNodeInputChildrenItem";
|
|
10
59
|
export * from "./AstAndOperatorNodeOutput";
|
|
60
|
+
export * from "./AstAndOperatorNodeOutputChildrenItem";
|
|
11
61
|
export * from "./AstBooleanNodeInput";
|
|
12
62
|
export * from "./AstBooleanNodeOutput";
|
|
13
63
|
export * from "./AstDynamicVariableNodeInput";
|
|
14
64
|
export * from "./AstDynamicVariableNodeOutput";
|
|
65
|
+
export * from "./AstEqualsOperatorNodeInput";
|
|
15
66
|
export * from "./AstEqualsOperatorNodeInputLeft";
|
|
16
67
|
export * from "./AstEqualsOperatorNodeInputRight";
|
|
17
|
-
export * from "./
|
|
68
|
+
export * from "./AstEqualsOperatorNodeOutput";
|
|
18
69
|
export * from "./AstEqualsOperatorNodeOutputLeft";
|
|
19
70
|
export * from "./AstEqualsOperatorNodeOutputRight";
|
|
20
|
-
export * from "./
|
|
71
|
+
export * from "./AstGreaterThanOperatorNodeInput";
|
|
21
72
|
export * from "./AstGreaterThanOperatorNodeInputLeft";
|
|
22
73
|
export * from "./AstGreaterThanOperatorNodeInputRight";
|
|
23
|
-
export * from "./
|
|
74
|
+
export * from "./AstGreaterThanOperatorNodeOutput";
|
|
24
75
|
export * from "./AstGreaterThanOperatorNodeOutputLeft";
|
|
25
76
|
export * from "./AstGreaterThanOperatorNodeOutputRight";
|
|
26
|
-
export * from "./
|
|
77
|
+
export * from "./AstGreaterThanOrEqualsOperatorNodeInput";
|
|
27
78
|
export * from "./AstGreaterThanOrEqualsOperatorNodeInputLeft";
|
|
28
79
|
export * from "./AstGreaterThanOrEqualsOperatorNodeInputRight";
|
|
29
|
-
export * from "./
|
|
80
|
+
export * from "./AstGreaterThanOrEqualsOperatorNodeOutput";
|
|
30
81
|
export * from "./AstGreaterThanOrEqualsOperatorNodeOutputLeft";
|
|
31
82
|
export * from "./AstGreaterThanOrEqualsOperatorNodeOutputRight";
|
|
32
|
-
export * from "./
|
|
33
|
-
export * from "./AstllmNodeInput";
|
|
34
|
-
export * from "./AstllmNodeOutput";
|
|
83
|
+
export * from "./AstLessThanOperatorNodeInput";
|
|
35
84
|
export * from "./AstLessThanOperatorNodeInputLeft";
|
|
36
85
|
export * from "./AstLessThanOperatorNodeInputRight";
|
|
37
|
-
export * from "./
|
|
86
|
+
export * from "./AstLessThanOperatorNodeOutput";
|
|
38
87
|
export * from "./AstLessThanOperatorNodeOutputLeft";
|
|
39
88
|
export * from "./AstLessThanOperatorNodeOutputRight";
|
|
40
|
-
export * from "./
|
|
89
|
+
export * from "./AstLessThanOrEqualsOperatorNodeInput";
|
|
41
90
|
export * from "./AstLessThanOrEqualsOperatorNodeInputLeft";
|
|
42
91
|
export * from "./AstLessThanOrEqualsOperatorNodeInputRight";
|
|
43
|
-
export * from "./
|
|
92
|
+
export * from "./AstLessThanOrEqualsOperatorNodeOutput";
|
|
44
93
|
export * from "./AstLessThanOrEqualsOperatorNodeOutputLeft";
|
|
45
94
|
export * from "./AstLessThanOrEqualsOperatorNodeOutputRight";
|
|
46
|
-
export * from "./
|
|
95
|
+
export * from "./AstllmNodeInput";
|
|
96
|
+
export * from "./AstllmNodeOutput";
|
|
97
|
+
export * from "./AstNotEqualsOperatorNodeInput";
|
|
47
98
|
export * from "./AstNotEqualsOperatorNodeInputLeft";
|
|
48
99
|
export * from "./AstNotEqualsOperatorNodeInputRight";
|
|
49
|
-
export * from "./
|
|
100
|
+
export * from "./AstNotEqualsOperatorNodeOutput";
|
|
50
101
|
export * from "./AstNotEqualsOperatorNodeOutputLeft";
|
|
51
102
|
export * from "./AstNotEqualsOperatorNodeOutputRight";
|
|
52
|
-
export * from "./AstNotEqualsOperatorNodeOutput";
|
|
53
103
|
export * from "./AstNumberNodeInput";
|
|
54
104
|
export * from "./AstNumberNodeOutput";
|
|
55
|
-
export * from "./AstOrOperatorNodeInputChildrenItem";
|
|
56
105
|
export * from "./AstOrOperatorNodeInput";
|
|
57
|
-
export * from "./
|
|
106
|
+
export * from "./AstOrOperatorNodeInputChildrenItem";
|
|
58
107
|
export * from "./AstOrOperatorNodeOutput";
|
|
108
|
+
export * from "./AstOrOperatorNodeOutputChildrenItem";
|
|
59
109
|
export * from "./AstStringNodeInput";
|
|
60
110
|
export * from "./AstStringNodeOutput";
|
|
61
|
-
export * from "./AddChapterResponseModel";
|
|
62
|
-
export * from "./AddKnowledgeBaseResponseModel";
|
|
63
|
-
export * from "./AddProjectResponseModel";
|
|
64
|
-
export * from "./AddPronunciationDictionaryResponseModelPermissionOnResource";
|
|
65
|
-
export * from "./AddPronunciationDictionaryResponseModel";
|
|
66
|
-
export * from "./AddVoiceIvcResponseModel";
|
|
67
|
-
export * from "./AddVoiceResponseModel";
|
|
68
|
-
export * from "./AddWorkspaceGroupMemberResponseModel";
|
|
69
|
-
export * from "./AddWorkspaceInviteResponseModel";
|
|
70
|
-
export * from "./AdditionalFormatResponseModel";
|
|
71
|
-
export * from "./AdditionalFormats";
|
|
72
|
-
export * from "./AdhocAgentConfigOverrideForTestRequestModel";
|
|
73
|
-
export * from "./AgentCallLimits";
|
|
74
|
-
export * from "./AgentConfig";
|
|
75
|
-
export * from "./AgentConfigApiModelWorkflowOverrideInput";
|
|
76
|
-
export * from "./AgentConfigApiModelWorkflowOverrideOutput";
|
|
77
|
-
export * from "./AgentConfigOverrideInput";
|
|
78
|
-
export * from "./AgentConfigOverrideOutput";
|
|
79
|
-
export * from "./AgentConfigOverrideConfig";
|
|
80
|
-
export * from "./AgentDefinitionSource";
|
|
81
|
-
export * from "./AgentFailureResponseExample";
|
|
82
|
-
export * from "./AgentMetadata";
|
|
83
|
-
export * from "./AgentMetadataResponseModel";
|
|
84
|
-
export * from "./AgentPlatformSettingsRequestModel";
|
|
85
|
-
export * from "./AgentPlatformSettingsResponseModel";
|
|
86
|
-
export * from "./AgentSimulatedChatTestResponseModel";
|
|
87
|
-
export * from "./AgentSortBy";
|
|
88
|
-
export * from "./AgentSuccessfulResponseExample";
|
|
89
|
-
export * from "./AgentSummaryResponseModel";
|
|
90
|
-
export * from "./AgentTestingSettings";
|
|
91
|
-
export * from "./AgentTransfer";
|
|
92
|
-
export * from "./AgentWorkflowRequestModelNodesValue";
|
|
93
|
-
export * from "./AgentWorkflowRequestModel";
|
|
94
|
-
export * from "./AgentWorkflowResponseModelNodesValue";
|
|
95
|
-
export * from "./AgentWorkflowResponseModel";
|
|
96
|
-
export * from "./AgentWorkspaceOverridesInput";
|
|
97
|
-
export * from "./AgentWorkspaceOverridesOutput";
|
|
98
|
-
export * from "./AllowlistItem";
|
|
99
|
-
export * from "./ApiIntegrationWebhookOverridesInputRequestHeadersValue";
|
|
100
|
-
export * from "./ApiIntegrationWebhookOverridesInput";
|
|
101
|
-
export * from "./ApiIntegrationWebhookOverridesOutputRequestHeadersValue";
|
|
102
|
-
export * from "./ApiIntegrationWebhookOverridesOutput";
|
|
103
|
-
export * from "./ApiIntegrationWebhookToolConfigInput";
|
|
104
|
-
export * from "./ApiIntegrationWebhookToolConfigOutput";
|
|
105
|
-
export * from "./ApiIntegrationWebhookToolConfigExternalInput";
|
|
106
|
-
export * from "./ApiIntegrationWebhookToolConfigExternalOutput";
|
|
107
|
-
export * from "./ArrayJsonSchemaPropertyInputItems";
|
|
108
|
-
export * from "./ArrayJsonSchemaPropertyInput";
|
|
109
|
-
export * from "./ArrayJsonSchemaPropertyOutputItems";
|
|
110
|
-
export * from "./ArrayJsonSchemaPropertyOutput";
|
|
111
|
-
export * from "./AsyncConversationMetadataDeliveryStatus";
|
|
112
111
|
export * from "./AsyncConversationMetadata";
|
|
112
|
+
export * from "./AsyncConversationMetadataDeliveryStatus";
|
|
113
113
|
export * from "./AttachedTestModel";
|
|
114
114
|
export * from "./AudioNativeCreateProjectResponseModel";
|
|
115
115
|
export * from "./AudioNativeEditContentResponseModel";
|
|
116
|
-
export * from "./AudioNativeProjectSettingsResponseModelStatus";
|
|
117
116
|
export * from "./AudioNativeProjectSettingsResponseModel";
|
|
117
|
+
export * from "./AudioNativeProjectSettingsResponseModelStatus";
|
|
118
118
|
export * from "./AudioWithTimestampsAndVoiceSegmentsResponseModel";
|
|
119
119
|
export * from "./AudioWithTimestampsResponse";
|
|
120
120
|
export * from "./AuthConnectionLocator";
|
|
121
|
-
export * from "./AuthSettings";
|
|
122
121
|
export * from "./AuthorizationMethod";
|
|
122
|
+
export * from "./AuthSettings";
|
|
123
123
|
export * from "./BackupLlmDefault";
|
|
124
124
|
export * from "./BackupLlmDisabled";
|
|
125
125
|
export * from "./BackupLlmOverride";
|
|
126
|
+
export * from "./BadRequestErrorBody";
|
|
126
127
|
export * from "./BanReasonType";
|
|
127
128
|
export * from "./BatchCallDetailedResponse";
|
|
128
129
|
export * from "./BatchCallRecipientStatus";
|
|
129
130
|
export * from "./BatchCallResponse";
|
|
130
131
|
export * from "./BatchCallStatus";
|
|
131
|
-
export * from "./
|
|
132
|
-
export * from "./BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender";
|
|
132
|
+
export * from "./BatchCallWhatsAppParams";
|
|
133
133
|
export * from "./BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge";
|
|
134
|
-
export * from "./
|
|
134
|
+
export * from "./BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender";
|
|
135
135
|
export * from "./BreakdownTypes";
|
|
136
136
|
export * from "./BuiltInToolsInput";
|
|
137
137
|
export * from "./BuiltInToolsOutput";
|
|
138
138
|
export * from "./BuiltInToolsWorkflowOverrideInput";
|
|
139
139
|
export * from "./BuiltInToolsWorkflowOverrideOutput";
|
|
140
|
+
export * from "./CanvasPlacement";
|
|
141
|
+
export * from "./CaptionStyleCharacterAnimationModel";
|
|
140
142
|
export * from "./CaptionStyleCharacterAnimationModelEnterType";
|
|
141
143
|
export * from "./CaptionStyleCharacterAnimationModelExitType";
|
|
142
|
-
export * from "./CaptionStyleCharacterAnimationModel";
|
|
143
|
-
export * from "./CaptionStyleHorizontalPlacementModelAlign";
|
|
144
144
|
export * from "./CaptionStyleHorizontalPlacementModel";
|
|
145
|
+
export * from "./CaptionStyleHorizontalPlacementModelAlign";
|
|
146
|
+
export * from "./CaptionStyleModel";
|
|
145
147
|
export * from "./CaptionStyleModelTextAlign";
|
|
146
148
|
export * from "./CaptionStyleModelTextStyle";
|
|
147
149
|
export * from "./CaptionStyleModelTextWeight";
|
|
148
|
-
export * from "./
|
|
150
|
+
export * from "./CaptionStyleSectionAnimationModel";
|
|
149
151
|
export * from "./CaptionStyleSectionAnimationModelEnterType";
|
|
150
152
|
export * from "./CaptionStyleSectionAnimationModelExitType";
|
|
151
|
-
export * from "./CaptionStyleSectionAnimationModel";
|
|
152
153
|
export * from "./CaptionStyleTemplateModel";
|
|
153
|
-
export * from "./CaptionStyleVerticalPlacementModelAlign";
|
|
154
154
|
export * from "./CaptionStyleVerticalPlacementModel";
|
|
155
|
+
export * from "./CaptionStyleVerticalPlacementModelAlign";
|
|
156
|
+
export * from "./CaptionStyleWordAnimationModel";
|
|
155
157
|
export * from "./CaptionStyleWordAnimationModelEnterType";
|
|
156
158
|
export * from "./CaptionStyleWordAnimationModelExitType";
|
|
157
|
-
export * from "./CaptionStyleWordAnimationModel";
|
|
158
159
|
export * from "./ChapterContentBlockExtendableNodeResponseModel";
|
|
159
|
-
export * from "./ChapterContentBlockInputModelSubType";
|
|
160
160
|
export * from "./ChapterContentBlockInputModel";
|
|
161
|
-
export * from "./
|
|
161
|
+
export * from "./ChapterContentBlockInputModelSubType";
|
|
162
162
|
export * from "./ChapterContentBlockResponseModel";
|
|
163
|
+
export * from "./ChapterContentBlockResponseModelNodesItem";
|
|
163
164
|
export * from "./ChapterContentBlockTtsNodeResponseModel";
|
|
164
165
|
export * from "./ChapterContentInputModel";
|
|
165
166
|
export * from "./ChapterContentParagraphTtsNodeInputModel";
|
|
166
167
|
export * from "./ChapterContentResponseModel";
|
|
167
|
-
export * from "./ChapterState";
|
|
168
168
|
export * from "./ChapterResponse";
|
|
169
169
|
export * from "./ChapterSnapshotExtendedResponseModel";
|
|
170
170
|
export * from "./ChapterSnapshotResponse";
|
|
171
171
|
export * from "./ChapterSnapshotsResponse";
|
|
172
|
+
export * from "./ChapterState";
|
|
172
173
|
export * from "./ChapterStatisticsResponse";
|
|
173
|
-
export * from "./ChapterWithContentResponseModelState";
|
|
174
174
|
export * from "./ChapterWithContentResponseModel";
|
|
175
|
+
export * from "./ChapterWithContentResponseModelState";
|
|
175
176
|
export * from "./CharacterAlignmentModel";
|
|
176
177
|
export * from "./CharacterAlignmentResponseModel";
|
|
178
|
+
export * from "./CharacterUsageResponse";
|
|
177
179
|
export * from "./ClientEvent";
|
|
178
180
|
export * from "./ClientToolConfigInput";
|
|
179
181
|
export * from "./ClientToolConfigOutput";
|
|
180
182
|
export * from "./ConvAiDynamicVariable";
|
|
181
183
|
export * from "./ConvAiSecretLocator";
|
|
182
|
-
export * from "./ConvAiStoredSecretDependenciesToolsItem";
|
|
183
|
-
export * from "./ConvAiStoredSecretDependenciesAgentsItem";
|
|
184
184
|
export * from "./ConvAiStoredSecretDependencies";
|
|
185
|
+
export * from "./ConvAiStoredSecretDependenciesAgentsItem";
|
|
186
|
+
export * from "./ConvAiStoredSecretDependenciesToolsItem";
|
|
185
187
|
export * from "./ConvAiUserSecretDbModel";
|
|
186
188
|
export * from "./ConvAiWebhooks";
|
|
187
189
|
export * from "./ConvAiWorkspaceStoredSecretConfig";
|
|
190
|
+
export * from "./ConversationalConfig";
|
|
191
|
+
export * from "./ConversationalConfigApiModelWorkflowOverrideInput";
|
|
192
|
+
export * from "./ConversationalConfigApiModelWorkflowOverrideOutput";
|
|
188
193
|
export * from "./ConversationChargingCommonModel";
|
|
189
194
|
export * from "./ConversationConfig";
|
|
190
|
-
export * from "./ConversationConfigClientOverrideInput";
|
|
191
|
-
export * from "./ConversationConfigClientOverrideOutput";
|
|
192
195
|
export * from "./ConversationConfigClientOverrideConfigInput";
|
|
193
196
|
export * from "./ConversationConfigClientOverrideConfigOutput";
|
|
197
|
+
export * from "./ConversationConfigClientOverrideInput";
|
|
198
|
+
export * from "./ConversationConfigClientOverrideOutput";
|
|
194
199
|
export * from "./ConversationConfigOverride";
|
|
195
200
|
export * from "./ConversationConfigOverrideConfig";
|
|
196
201
|
export * from "./ConversationConfigWorkflowOverride";
|
|
@@ -202,87 +207,89 @@ export * from "./ConversationHistoryElevenAssistantCommonModel";
|
|
|
202
207
|
export * from "./ConversationHistoryErrorCommonModel";
|
|
203
208
|
export * from "./ConversationHistoryEvaluationCriteriaResultCommonModel";
|
|
204
209
|
export * from "./ConversationHistoryFeedbackCommonModel";
|
|
205
|
-
export * from "./ConversationHistoryMetadataCommonModelPhoneCall";
|
|
206
|
-
export * from "./ConversationHistoryMetadataCommonModelInitiationTrigger";
|
|
207
210
|
export * from "./ConversationHistoryMetadataCommonModel";
|
|
211
|
+
export * from "./ConversationHistoryMetadataCommonModelInitiationTrigger";
|
|
212
|
+
export * from "./ConversationHistoryMetadataCommonModelPhoneCall";
|
|
208
213
|
export * from "./ConversationHistoryMultivoiceMessageModel";
|
|
209
214
|
export * from "./ConversationHistoryMultivoiceMessagePartModel";
|
|
210
215
|
export * from "./ConversationHistoryRagUsageCommonModel";
|
|
211
|
-
export * from "./ConversationHistorySipTrunkingPhoneCallModelDirection";
|
|
212
216
|
export * from "./ConversationHistorySipTrunkingPhoneCallModel";
|
|
217
|
+
export * from "./ConversationHistorySipTrunkingPhoneCallModelDirection";
|
|
218
|
+
export * from "./ConversationHistoryTranscriptCommonModelInput";
|
|
213
219
|
export * from "./ConversationHistoryTranscriptCommonModelInputRole";
|
|
214
|
-
export * from "./ConversationHistoryTranscriptCommonModelInputToolResultsItem";
|
|
215
220
|
export * from "./ConversationHistoryTranscriptCommonModelInputSourceMedium";
|
|
216
|
-
export * from "./
|
|
221
|
+
export * from "./ConversationHistoryTranscriptCommonModelInputToolResultsItem";
|
|
222
|
+
export * from "./ConversationHistoryTranscriptCommonModelOutput";
|
|
217
223
|
export * from "./ConversationHistoryTranscriptCommonModelOutputRole";
|
|
218
|
-
export * from "./ConversationHistoryTranscriptCommonModelOutputToolResultsItem";
|
|
219
224
|
export * from "./ConversationHistoryTranscriptCommonModelOutputSourceMedium";
|
|
220
|
-
export * from "./
|
|
221
|
-
export * from "./ConversationHistoryTranscriptOtherToolsResultCommonModelType";
|
|
225
|
+
export * from "./ConversationHistoryTranscriptCommonModelOutputToolResultsItem";
|
|
222
226
|
export * from "./ConversationHistoryTranscriptOtherToolsResultCommonModel";
|
|
223
|
-
export * from "./
|
|
227
|
+
export * from "./ConversationHistoryTranscriptOtherToolsResultCommonModelType";
|
|
224
228
|
export * from "./ConversationHistoryTranscriptSystemToolResultCommonModel";
|
|
229
|
+
export * from "./ConversationHistoryTranscriptSystemToolResultCommonModelResult";
|
|
225
230
|
export * from "./ConversationHistoryTranscriptToolCallClientDetails";
|
|
226
|
-
export * from "./ConversationHistoryTranscriptToolCallCommonModelToolDetails";
|
|
227
231
|
export * from "./ConversationHistoryTranscriptToolCallCommonModel";
|
|
232
|
+
export * from "./ConversationHistoryTranscriptToolCallCommonModelToolDetails";
|
|
228
233
|
export * from "./ConversationHistoryTranscriptToolCallMcpDetails";
|
|
229
234
|
export * from "./ConversationHistoryTranscriptToolCallWebhookDetails";
|
|
230
235
|
export * from "./ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput";
|
|
231
236
|
export * from "./ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput";
|
|
232
|
-
export * from "./ConversationHistoryTwilioPhoneCallModelDirection";
|
|
233
237
|
export * from "./ConversationHistoryTwilioPhoneCallModel";
|
|
238
|
+
export * from "./ConversationHistoryTwilioPhoneCallModelDirection";
|
|
234
239
|
export * from "./ConversationInitiationClientDataConfigInput";
|
|
235
240
|
export * from "./ConversationInitiationClientDataConfigOutput";
|
|
236
|
-
export * from "./ConversationInitiationClientDataInternalDynamicVariablesValue";
|
|
237
241
|
export * from "./ConversationInitiationClientDataInternal";
|
|
238
|
-
export * from "./
|
|
242
|
+
export * from "./ConversationInitiationClientDataInternalDynamicVariablesValue";
|
|
239
243
|
export * from "./ConversationInitiationClientDataRequestInput";
|
|
240
|
-
export * from "./
|
|
244
|
+
export * from "./ConversationInitiationClientDataRequestInputDynamicVariablesValue";
|
|
241
245
|
export * from "./ConversationInitiationClientDataRequestOutput";
|
|
242
|
-
export * from "./
|
|
246
|
+
export * from "./ConversationInitiationClientDataRequestOutputDynamicVariablesValue";
|
|
243
247
|
export * from "./ConversationInitiationClientDataWebhook";
|
|
248
|
+
export * from "./ConversationInitiationClientDataWebhookRequestHeadersValue";
|
|
244
249
|
export * from "./ConversationInitiationSource";
|
|
245
250
|
export * from "./ConversationInitiationSourceInfo";
|
|
246
251
|
export * from "./ConversationSignedUrlResponseModel";
|
|
247
|
-
export * from "./ConversationSimulationSpecificationDynamicVariablesValue";
|
|
248
252
|
export * from "./ConversationSimulationSpecification";
|
|
249
|
-
export * from "./
|
|
250
|
-
export * from "./ConversationSummaryResponseModelDirection";
|
|
253
|
+
export * from "./ConversationSimulationSpecificationDynamicVariablesValue";
|
|
251
254
|
export * from "./ConversationSummaryResponseModel";
|
|
255
|
+
export * from "./ConversationSummaryResponseModelDirection";
|
|
256
|
+
export * from "./ConversationSummaryResponseModelStatus";
|
|
252
257
|
export * from "./ConversationTokenDbModel";
|
|
253
258
|
export * from "./ConversationTokenPurpose";
|
|
254
259
|
export * from "./ConversationTurnMetrics";
|
|
255
|
-
export * from "./ConversationalConfig";
|
|
256
|
-
export * from "./ConversationalConfigApiModelWorkflowOverrideInput";
|
|
257
|
-
export * from "./ConversationalConfigApiModelWorkflowOverrideOutput";
|
|
258
260
|
export * from "./ConvertChapterResponseModel";
|
|
259
261
|
export * from "./ConvertProjectResponseModel";
|
|
260
262
|
export * from "./CreateAgentResponseModel";
|
|
263
|
+
export * from "./CreateAudioNativeProjectRequest";
|
|
261
264
|
export * from "./CreatePhoneNumberResponseModel";
|
|
265
|
+
export * from "./CreatePreviouslyGeneratedVoiceRequest";
|
|
262
266
|
export * from "./CreatePronunciationDictionaryResponseModel";
|
|
263
267
|
export * from "./CreateSipTrunkPhoneNumberRequest";
|
|
268
|
+
export * from "./CreateTranscriptRequest";
|
|
264
269
|
export * from "./CreateTwilioPhoneNumberRequest";
|
|
265
270
|
export * from "./CreateUnitTestResponseModel";
|
|
266
|
-
export * from "./CustomLlmRequestHeadersValue";
|
|
267
271
|
export * from "./CustomLlm";
|
|
272
|
+
export * from "./CustomLlmRequestHeadersValue";
|
|
268
273
|
export * from "./DashboardCallSuccessChartModel";
|
|
269
274
|
export * from "./DashboardCriteriaChartModel";
|
|
270
275
|
export * from "./DashboardDataCollectionChartModel";
|
|
271
276
|
export * from "./DataCollectionResultCommonModel";
|
|
272
277
|
export * from "./DefaultConversationInitiationTrigger";
|
|
278
|
+
export * from "./DeleteChapterRequest";
|
|
273
279
|
export * from "./DeleteChapterResponseModel";
|
|
274
280
|
export * from "./DeleteDubbingResponseModel";
|
|
275
281
|
export * from "./DeleteHistoryItemResponse";
|
|
282
|
+
export * from "./DeleteProjectRequest";
|
|
276
283
|
export * from "./DeleteProjectResponseModel";
|
|
277
284
|
export * from "./DeleteSampleResponse";
|
|
278
285
|
export * from "./DeleteVoiceResponseModel";
|
|
279
286
|
export * from "./DeleteVoiceSampleResponseModel";
|
|
280
287
|
export * from "./DeleteWorkspaceGroupMemberResponseModel";
|
|
281
288
|
export * from "./DeleteWorkspaceInviteResponseModel";
|
|
282
|
-
export * from "./DependentAvailableAgentIdentifierAccessLevel";
|
|
283
289
|
export * from "./DependentAvailableAgentIdentifier";
|
|
284
|
-
export * from "./
|
|
290
|
+
export * from "./DependentAvailableAgentIdentifierAccessLevel";
|
|
285
291
|
export * from "./DependentAvailableToolIdentifier";
|
|
292
|
+
export * from "./DependentAvailableToolIdentifierAccessLevel";
|
|
286
293
|
export * from "./DependentPhoneNumberIdentifier";
|
|
287
294
|
export * from "./DependentUnknownAgentIdentifier";
|
|
288
295
|
export * from "./DependentUnknownToolIdentifier";
|
|
@@ -290,122 +297,128 @@ export * from "./DetailedMusicResponse";
|
|
|
290
297
|
export * from "./DialogueInput";
|
|
291
298
|
export * from "./DialogueInputResponseModel";
|
|
292
299
|
export * from "./DiscountResposneModel";
|
|
293
|
-
export * from "./DoDubbingResponse";
|
|
294
300
|
export * from "./DocumentUsageModeEnum";
|
|
295
301
|
export * from "./DocxExportOptions";
|
|
302
|
+
export * from "./DoDubbingResponse";
|
|
296
303
|
export * from "./DubbedSegment";
|
|
297
304
|
export * from "./DubbingMediaMetadata";
|
|
298
305
|
export * from "./DubbingMediaReference";
|
|
299
306
|
export * from "./DubbingMetadataPageResponseModel";
|
|
300
307
|
export * from "./DubbingMetadataResponse";
|
|
308
|
+
export * from "./DubbingModel";
|
|
301
309
|
export * from "./DubbingReleaseChannel";
|
|
302
310
|
export * from "./DubbingRenderResponseModel";
|
|
303
311
|
export * from "./DubbingResource";
|
|
312
|
+
export * from "./DubbingTranscriptCharacter";
|
|
313
|
+
export * from "./DubbingTranscriptResponseModel";
|
|
314
|
+
export * from "./DubbingTranscriptUtterance";
|
|
315
|
+
export * from "./DubbingTranscriptWord";
|
|
304
316
|
export * from "./DynamicVariableAssignment";
|
|
305
|
-
export * from "./DynamicVariableUpdateCommonModel";
|
|
306
|
-
export * from "./DynamicVariablesConfigDynamicVariablePlaceholdersValue";
|
|
307
317
|
export * from "./DynamicVariablesConfig";
|
|
308
|
-
export * from "./
|
|
318
|
+
export * from "./DynamicVariablesConfigDynamicVariablePlaceholdersValue";
|
|
309
319
|
export * from "./DynamicVariablesConfigWorkflowOverride";
|
|
320
|
+
export * from "./DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue";
|
|
321
|
+
export * from "./DynamicVariableUpdateCommonModel";
|
|
310
322
|
export * from "./EditChapterResponseModel";
|
|
311
323
|
export * from "./EditProjectResponseModel";
|
|
312
324
|
export * from "./EditVoiceResponseModel";
|
|
325
|
+
export * from "./EditVoiceSettingsRequest";
|
|
313
326
|
export * from "./EditVoiceSettingsResponseModel";
|
|
314
|
-
export * from "./EmbedVariant";
|
|
315
327
|
export * from "./EmbeddingModelEnum";
|
|
328
|
+
export * from "./EmbedVariant";
|
|
316
329
|
export * from "./EndCallToolConfig";
|
|
317
330
|
export * from "./EndCallToolResultModel";
|
|
318
331
|
export * from "./EvaluationSettings";
|
|
319
332
|
export * from "./EvaluationSuccessResult";
|
|
320
333
|
export * from "./ExactParameterEvaluationStrategy";
|
|
321
334
|
export * from "./ExportOptions";
|
|
322
|
-
export * from "./ExtendedSubscriptionResponseModelCurrency";
|
|
323
335
|
export * from "./ExtendedSubscriptionResponseModelBillingPeriod";
|
|
324
336
|
export * from "./ExtendedSubscriptionResponseModelCharacterRefreshPeriod";
|
|
337
|
+
export * from "./ExtendedSubscriptionResponseModelCurrency";
|
|
325
338
|
export * from "./ExtendedSubscriptionResponseModelPendingChange";
|
|
326
|
-
export * from "./Subscription";
|
|
327
339
|
export * from "./FeatureStatusCommonModel";
|
|
328
340
|
export * from "./FeaturesUsageCommonModel";
|
|
329
341
|
export * from "./FeedbackItem";
|
|
330
|
-
export * from "./FineTuningResponseModelStateValue";
|
|
331
342
|
export * from "./FineTuningResponse";
|
|
343
|
+
export * from "./FineTuningResponseModelStateValue";
|
|
332
344
|
export * from "./ForcedAlignmentCharacterResponseModel";
|
|
333
345
|
export * from "./ForcedAlignmentResponseModel";
|
|
334
346
|
export * from "./ForcedAlignmentWordResponseModel";
|
|
347
|
+
export * from "./Gender";
|
|
348
|
+
export * from "./GenerateVoiceRequest";
|
|
335
349
|
export * from "./GetAgentEmbedResponseModel";
|
|
336
350
|
export * from "./GetAgentKnowledgebaseSizeResponseModel";
|
|
337
351
|
export * from "./GetAgentLinkResponseModel";
|
|
338
|
-
export * from "./GetAgentResponseModelPhoneNumbersItem";
|
|
339
352
|
export * from "./GetAgentResponseModel";
|
|
353
|
+
export * from "./GetAgentResponseModelPhoneNumbersItem";
|
|
340
354
|
export * from "./GetAgentsPageResponseModel";
|
|
341
355
|
export * from "./GetAudioNativeProjectSettingsResponseModel";
|
|
356
|
+
export * from "./GetChapterRequest";
|
|
357
|
+
export * from "./GetChapterSnapshotsRequest";
|
|
358
|
+
export * from "./GetChaptersRequest";
|
|
342
359
|
export * from "./GetChaptersResponse";
|
|
343
|
-
export * from "./GetConvAiDashboardSettingsResponseModelChartsItem";
|
|
344
360
|
export * from "./GetConvAiDashboardSettingsResponseModel";
|
|
361
|
+
export * from "./GetConvAiDashboardSettingsResponseModelChartsItem";
|
|
345
362
|
export * from "./GetConvAiSettingsResponseModel";
|
|
346
|
-
export * from "./GetConversationResponseModelStatus";
|
|
347
363
|
export * from "./GetConversationResponseModel";
|
|
364
|
+
export * from "./GetConversationResponseModelStatus";
|
|
348
365
|
export * from "./GetConversationsPageResponseModel";
|
|
349
|
-
export * from "./GetKnowledgeBaseDependentAgentsResponseModelAgentsItem";
|
|
350
366
|
export * from "./GetKnowledgeBaseDependentAgentsResponseModel";
|
|
367
|
+
export * from "./GetKnowledgeBaseDependentAgentsResponseModelAgentsItem";
|
|
351
368
|
export * from "./GetKnowledgeBaseFileResponseModel";
|
|
352
|
-
export * from "./GetKnowledgeBaseListResponseModelDocumentsItem";
|
|
353
369
|
export * from "./GetKnowledgeBaseListResponseModel";
|
|
354
|
-
export * from "./
|
|
370
|
+
export * from "./GetKnowledgeBaseListResponseModelDocumentsItem";
|
|
355
371
|
export * from "./GetKnowledgeBaseSummaryFileResponseModel";
|
|
356
|
-
export * from "./
|
|
372
|
+
export * from "./GetKnowledgeBaseSummaryFileResponseModelDependentAgentsItem";
|
|
357
373
|
export * from "./GetKnowledgeBaseSummaryTextResponseModel";
|
|
358
|
-
export * from "./
|
|
374
|
+
export * from "./GetKnowledgeBaseSummaryTextResponseModelDependentAgentsItem";
|
|
359
375
|
export * from "./GetKnowledgeBaseSummaryUrlResponseModel";
|
|
376
|
+
export * from "./GetKnowledgeBaseSummaryUrlResponseModelDependentAgentsItem";
|
|
360
377
|
export * from "./GetKnowledgeBaseTextResponseModel";
|
|
361
378
|
export * from "./GetKnowledgeBaseUrlResponseModel";
|
|
362
379
|
export * from "./GetLibraryVoicesResponse";
|
|
363
380
|
export * from "./GetPhoneNumberInboundSipTrunkConfigResponseModel";
|
|
364
381
|
export * from "./GetPhoneNumberOutboundSipTrunkConfigResponseModel";
|
|
382
|
+
export * from "./GetPhoneNumberResponse";
|
|
365
383
|
export * from "./GetPhoneNumberSipTrunkResponseModel";
|
|
366
384
|
export * from "./GetPhoneNumberTwilioResponseModel";
|
|
385
|
+
export * from "./GetProjectRequest";
|
|
386
|
+
export * from "./GetProjectsRequest";
|
|
367
387
|
export * from "./GetProjectsResponse";
|
|
368
388
|
export * from "./GetPronunciationDictionariesMetadataResponseModel";
|
|
369
|
-
export * from "./
|
|
389
|
+
export * from "./GetPronunciationDictionariesResponse";
|
|
370
390
|
export * from "./GetPronunciationDictionaryMetadataResponse";
|
|
391
|
+
export * from "./GetPronunciationDictionaryMetadataResponseModelPermissionOnResource";
|
|
392
|
+
export * from "./GetPronunciationDictionaryResponse";
|
|
371
393
|
export * from "./GetSpeechHistoryResponse";
|
|
372
394
|
export * from "./GetTestInvocationsPageResponseModel";
|
|
373
395
|
export * from "./GetTestSuiteInvocationResponseModel";
|
|
374
396
|
export * from "./GetTestsPageResponseModel";
|
|
375
397
|
export * from "./GetTestsSummariesByIdsResponseModel";
|
|
376
|
-
export * from "./GetToolDependentAgentsResponseModelAgentsItem";
|
|
377
398
|
export * from "./GetToolDependentAgentsResponseModel";
|
|
378
|
-
export * from "./
|
|
399
|
+
export * from "./GetToolDependentAgentsResponseModelAgentsItem";
|
|
379
400
|
export * from "./GetUnitTestResponseModel";
|
|
401
|
+
export * from "./GetUnitTestResponseModelDynamicVariablesValue";
|
|
380
402
|
export * from "./GetVoicesResponse";
|
|
381
403
|
export * from "./GetVoicesV2Response";
|
|
382
404
|
export * from "./GetWorkspaceSecretsResponseModel";
|
|
383
405
|
export * from "./GuardrailsV1Input";
|
|
384
406
|
export * from "./GuardrailsV1Output";
|
|
385
|
-
export * from "./HttpValidationError";
|
|
386
407
|
export * from "./HistoryAlignmentResponseModel";
|
|
387
408
|
export * from "./HistoryAlignmentsResponseModel";
|
|
409
|
+
export * from "./HistoryItemResponse";
|
|
388
410
|
export * from "./HtmlExportOptions";
|
|
411
|
+
export * from "./HttpValidationError";
|
|
389
412
|
export * from "./ImageAvatar";
|
|
390
413
|
export * from "./InboundSipTrunkConfigRequestModel";
|
|
391
414
|
export * from "./IntegrationType";
|
|
392
|
-
export * from "./InvoiceResponseModelPaymentIntentStatus";
|
|
393
415
|
export * from "./InvoiceResponse";
|
|
416
|
+
export * from "./InvoiceResponseModelPaymentIntentStatus";
|
|
394
417
|
export * from "./KnowledgeBaseDocumentChunkResponseModel";
|
|
395
418
|
export * from "./KnowledgeBaseDocumentMetadataResponseModel";
|
|
396
419
|
export * from "./KnowledgeBaseDocumentType";
|
|
397
420
|
export * from "./KnowledgeBaseLocator";
|
|
398
421
|
export * from "./KnowledgeBaseSortBy";
|
|
399
|
-
export * from "./Llm";
|
|
400
|
-
export * from "./LlmCategoryUsage";
|
|
401
|
-
export * from "./LlmInputOutputTokensUsage";
|
|
402
|
-
export * from "./LlmParameterEvaluationStrategy";
|
|
403
|
-
export * from "./LlmReasoningEffort";
|
|
404
|
-
export * from "./LlmTokensCategoryUsage";
|
|
405
|
-
export * from "./LlmUsageInput";
|
|
406
|
-
export * from "./LlmUsageOutput";
|
|
407
|
-
export * from "./LlmUsageCalculatorLlmResponseModel";
|
|
408
|
-
export * from "./LlmUsageCalculatorResponseModel";
|
|
409
422
|
export * from "./LanguageAddedResponse";
|
|
410
423
|
export * from "./LanguageDetectionToolConfig";
|
|
411
424
|
export * from "./LanguageDetectionToolResultModel";
|
|
@@ -413,40 +426,50 @@ export * from "./LanguagePresetInput";
|
|
|
413
426
|
export * from "./LanguagePresetOutput";
|
|
414
427
|
export * from "./LanguagePresetTranslation";
|
|
415
428
|
export * from "./LanguageResponse";
|
|
416
|
-
export * from "./LibraryVoiceResponseModelCategory";
|
|
417
429
|
export * from "./LibraryVoiceResponse";
|
|
430
|
+
export * from "./LibraryVoiceResponseModelCategory";
|
|
418
431
|
export * from "./ListMcpToolsResponseModel";
|
|
419
432
|
export * from "./ListResponseMeta";
|
|
420
|
-
export * from "./LiteralJsonSchemaPropertyType";
|
|
421
|
-
export * from "./LiteralJsonSchemaPropertyConstantValue";
|
|
422
433
|
export * from "./LiteralJsonSchemaProperty";
|
|
423
|
-
export * from "./
|
|
434
|
+
export * from "./LiteralJsonSchemaPropertyConstantValue";
|
|
435
|
+
export * from "./LiteralJsonSchemaPropertyType";
|
|
424
436
|
export * from "./LiteralOverride";
|
|
437
|
+
export * from "./LiteralOverrideConstantValue";
|
|
425
438
|
export * from "./LivekitStackType";
|
|
426
|
-
export * from "./
|
|
427
|
-
export * from "./
|
|
428
|
-
export * from "./
|
|
429
|
-
export * from "./
|
|
439
|
+
export * from "./Llm";
|
|
440
|
+
export * from "./LlmCategoryUsage";
|
|
441
|
+
export * from "./LlmInputOutputTokensUsage";
|
|
442
|
+
export * from "./LlmParameterEvaluationStrategy";
|
|
443
|
+
export * from "./LlmReasoningEffort";
|
|
444
|
+
export * from "./LlmTokensCategoryUsage";
|
|
445
|
+
export * from "./LlmUsageCalculatorLlmResponseModel";
|
|
446
|
+
export * from "./LlmUsageCalculatorResponseModel";
|
|
447
|
+
export * from "./LlmUsageInput";
|
|
448
|
+
export * from "./LlmUsageOutput";
|
|
449
|
+
export * from "./ManualVerificationFileResponse";
|
|
450
|
+
export * from "./ManualVerificationResponse";
|
|
451
|
+
export * from "./MatchAnythingParameterEvaluationStrategy";
|
|
452
|
+
export * from "./McpApprovalPolicy";
|
|
430
453
|
export * from "./McpServerConfigInput";
|
|
431
|
-
export * from "./
|
|
432
|
-
export * from "./
|
|
433
|
-
export * from "./
|
|
454
|
+
export * from "./McpServerConfigInputRequestHeadersValue";
|
|
455
|
+
export * from "./McpServerConfigInputSecretToken";
|
|
456
|
+
export * from "./McpServerConfigInputUrl";
|
|
434
457
|
export * from "./McpServerConfigOutput";
|
|
458
|
+
export * from "./McpServerConfigOutputRequestHeadersValue";
|
|
459
|
+
export * from "./McpServerConfigOutputSecretToken";
|
|
460
|
+
export * from "./McpServerConfigOutputUrl";
|
|
435
461
|
export * from "./McpServerMetadataResponseModel";
|
|
436
|
-
export * from "./McpServerResponseModelDependentAgentsItem";
|
|
437
462
|
export * from "./McpServerResponseModel";
|
|
438
|
-
export * from "./
|
|
463
|
+
export * from "./McpServerResponseModelDependentAgentsItem";
|
|
439
464
|
export * from "./McpServersResponseModel";
|
|
465
|
+
export * from "./McpServerTransport";
|
|
440
466
|
export * from "./McpToolApprovalHash";
|
|
441
467
|
export * from "./McpToolApprovalPolicy";
|
|
442
468
|
export * from "./McpToolConfigOverride";
|
|
443
|
-
export * from "./ManualVerificationFileResponse";
|
|
444
|
-
export * from "./ManualVerificationResponse";
|
|
445
|
-
export * from "./MatchAnythingParameterEvaluationStrategy";
|
|
446
469
|
export * from "./MetricRecord";
|
|
447
470
|
export * from "./MetricType";
|
|
448
|
-
export * from "./ModelRatesResponseModel";
|
|
449
471
|
export * from "./Model";
|
|
472
|
+
export * from "./ModelRatesResponseModel";
|
|
450
473
|
export * from "./ModelSettingsResponseModel";
|
|
451
474
|
export * from "./ModerationConfig";
|
|
452
475
|
export * from "./ModerationGuardrailInput";
|
|
@@ -454,28 +477,29 @@ export * from "./ModerationGuardrailOutput";
|
|
|
454
477
|
export * from "./MultichannelSpeechToTextResponseModel";
|
|
455
478
|
export * from "./MultipartMusicResponse";
|
|
456
479
|
export * from "./MusicPrompt";
|
|
457
|
-
export * from "./ObjectJsonSchemaPropertyInputPropertiesValue";
|
|
458
480
|
export * from "./ObjectJsonSchemaPropertyInput";
|
|
459
|
-
export * from "./
|
|
481
|
+
export * from "./ObjectJsonSchemaPropertyInputPropertiesValue";
|
|
460
482
|
export * from "./ObjectJsonSchemaPropertyOutput";
|
|
461
|
-
export * from "./
|
|
483
|
+
export * from "./ObjectJsonSchemaPropertyOutputPropertiesValue";
|
|
462
484
|
export * from "./ObjectOverrideInput";
|
|
463
|
-
export * from "./
|
|
485
|
+
export * from "./ObjectOverrideInputPropertiesValue";
|
|
464
486
|
export * from "./ObjectOverrideOutput";
|
|
487
|
+
export * from "./ObjectOverrideOutputPropertiesValue";
|
|
465
488
|
export * from "./OrbAvatar";
|
|
466
489
|
export * from "./OutboundCallRecipient";
|
|
467
490
|
export * from "./OutboundCallRecipientResponseModel";
|
|
468
491
|
export * from "./OutboundSipTrunkConfigRequestModel";
|
|
492
|
+
export * from "./OutputFormat";
|
|
469
493
|
export * from "./PdfExportOptions";
|
|
470
494
|
export * from "./PendingCancellationResponseModel";
|
|
471
|
-
export * from "./PendingSubscriptionSwitchResponseModelNextTier";
|
|
472
|
-
export * from "./PendingSubscriptionSwitchResponseModelNextBillingPeriod";
|
|
473
495
|
export * from "./PendingSubscriptionSwitchResponseModel";
|
|
496
|
+
export * from "./PendingSubscriptionSwitchResponseModelNextBillingPeriod";
|
|
497
|
+
export * from "./PendingSubscriptionSwitchResponseModelNextTier";
|
|
474
498
|
export * from "./PhoneNumberAgentInfo";
|
|
475
499
|
export * from "./PhoneNumberDynamicVariableTransferDestination";
|
|
476
|
-
export * from "./PhoneNumberTransferTransferDestination";
|
|
477
500
|
export * from "./PhoneNumberTransfer";
|
|
478
501
|
export * from "./PhoneNumberTransferDestination";
|
|
502
|
+
export * from "./PhoneNumberTransferTransferDestination";
|
|
479
503
|
export * from "./PlayDtmfResultErrorModel";
|
|
480
504
|
export * from "./PlayDtmfResultSuccessModel";
|
|
481
505
|
export * from "./PlayDtmfToolConfig";
|
|
@@ -491,111 +515,116 @@ export * from "./PositionOutput";
|
|
|
491
515
|
export * from "./PostAgentAvatarResponseModel";
|
|
492
516
|
export * from "./PostWorkspaceSecretResponseModel";
|
|
493
517
|
export * from "./PrivacyConfig";
|
|
518
|
+
export * from "./ProjectCreationMetaResponseModel";
|
|
494
519
|
export * from "./ProjectCreationMetaResponseModelStatus";
|
|
495
520
|
export * from "./ProjectCreationMetaResponseModelType";
|
|
496
|
-
export * from "./
|
|
497
|
-
export * from "./ProjectExtendedResponseModelTargetAudience";
|
|
498
|
-
export * from "./ProjectState";
|
|
521
|
+
export * from "./ProjectExtendedResponse";
|
|
499
522
|
export * from "./ProjectExtendedResponseModelAccessLevel";
|
|
500
|
-
export * from "./ProjectExtendedResponseModelFiction";
|
|
501
|
-
export * from "./ProjectExtendedResponseModelSourceType";
|
|
502
|
-
export * from "./ProjectExtendedResponseModelAspectRatio";
|
|
503
|
-
export * from "./ProjectExtendedResponseModelQualityPreset";
|
|
504
523
|
export * from "./ProjectExtendedResponseModelApplyTextNormalization";
|
|
524
|
+
export * from "./ProjectExtendedResponseModelAspectRatio";
|
|
505
525
|
export * from "./ProjectExtendedResponseModelAssetsItem";
|
|
506
|
-
export * from "./
|
|
526
|
+
export * from "./ProjectExtendedResponseModelFiction";
|
|
527
|
+
export * from "./ProjectExtendedResponseModelQualityPreset";
|
|
528
|
+
export * from "./ProjectExtendedResponseModelSourceType";
|
|
529
|
+
export * from "./ProjectExtendedResponseModelTargetAudience";
|
|
507
530
|
export * from "./ProjectExternalAudioResponseModel";
|
|
508
|
-
export * from "./
|
|
531
|
+
export * from "./ProjectImageResponseModel";
|
|
532
|
+
export * from "./ProjectResponse";
|
|
509
533
|
export * from "./ProjectResponseModelAccessLevel";
|
|
534
|
+
export * from "./ProjectResponseModelAspectRatio";
|
|
510
535
|
export * from "./ProjectResponseModelFiction";
|
|
511
536
|
export * from "./ProjectResponseModelSourceType";
|
|
512
|
-
export * from "./
|
|
513
|
-
export * from "./ProjectResponse";
|
|
537
|
+
export * from "./ProjectResponseModelTargetAudience";
|
|
514
538
|
export * from "./ProjectSnapshotExtendedResponseModel";
|
|
515
539
|
export * from "./ProjectSnapshotResponse";
|
|
516
540
|
export * from "./ProjectSnapshotsResponse";
|
|
541
|
+
export * from "./ProjectState";
|
|
517
542
|
export * from "./ProjectVideoResponseModel";
|
|
518
543
|
export * from "./ProjectVideoThumbnailSheetResponseModel";
|
|
519
544
|
export * from "./ProjectVoiceResponseModel";
|
|
545
|
+
export * from "./PromptAgent";
|
|
546
|
+
export * from "./PromptAgentApiModelInput";
|
|
520
547
|
export * from "./PromptAgentApiModelInputBackupLlmConfig";
|
|
521
548
|
export * from "./PromptAgentApiModelInputToolsItem";
|
|
522
|
-
export * from "./
|
|
549
|
+
export * from "./PromptAgentApiModelOutput";
|
|
523
550
|
export * from "./PromptAgentApiModelOutputBackupLlmConfig";
|
|
524
551
|
export * from "./PromptAgentApiModelOutputToolsItem";
|
|
525
|
-
export * from "./PromptAgentApiModelOutput";
|
|
526
552
|
export * from "./PromptAgentApiModelOverride";
|
|
527
553
|
export * from "./PromptAgentApiModelOverrideConfig";
|
|
554
|
+
export * from "./PromptAgentApiModelWorkflowOverrideInput";
|
|
528
555
|
export * from "./PromptAgentApiModelWorkflowOverrideInputBackupLlmConfig";
|
|
529
556
|
export * from "./PromptAgentApiModelWorkflowOverrideInputToolsItem";
|
|
530
|
-
export * from "./
|
|
557
|
+
export * from "./PromptAgentApiModelWorkflowOverrideOutput";
|
|
531
558
|
export * from "./PromptAgentApiModelWorkflowOverrideOutputBackupLlmConfig";
|
|
532
559
|
export * from "./PromptAgentApiModelWorkflowOverrideOutputToolsItem";
|
|
533
|
-
export * from "./
|
|
560
|
+
export * from "./PromptAgentDbModel";
|
|
534
561
|
export * from "./PromptEvaluationCriteria";
|
|
535
562
|
export * from "./PronunciationDictionaryAliasRuleRequestModel";
|
|
536
563
|
export * from "./PronunciationDictionaryLocatorResponseModel";
|
|
537
564
|
export * from "./PronunciationDictionaryPhonemeRuleRequestModel";
|
|
538
565
|
export * from "./PronunciationDictionaryRulesResponseModel";
|
|
539
566
|
export * from "./PronunciationDictionaryVersionLocator";
|
|
540
|
-
export * from "./PronunciationDictionaryVersionResponseModelPermissionOnResource";
|
|
541
567
|
export * from "./PronunciationDictionaryVersionResponseModel";
|
|
568
|
+
export * from "./PronunciationDictionaryVersionResponseModelPermissionOnResource";
|
|
542
569
|
export * from "./PydanticPronunciationDictionaryVersionLocator";
|
|
543
570
|
export * from "./QueryOverride";
|
|
544
571
|
export * from "./QueryParamsJsonSchema";
|
|
572
|
+
export * from "./RagChunkMetadata";
|
|
573
|
+
export * from "./RagConfig";
|
|
574
|
+
export * from "./RagConfigWorkflowOverride";
|
|
575
|
+
export * from "./RagDocumentIndexesResponseModel";
|
|
545
576
|
export * from "./RagDocumentIndexResponseModel";
|
|
546
577
|
export * from "./RagDocumentIndexUsage";
|
|
547
|
-
export * from "./RagDocumentIndexesResponseModel";
|
|
548
578
|
export * from "./RagIndexOverviewEmbeddingModelResponseModel";
|
|
549
579
|
export * from "./RagIndexOverviewResponseModel";
|
|
550
580
|
export * from "./RagIndexStatus";
|
|
551
|
-
export * from "./RagChunkMetadata";
|
|
552
|
-
export * from "./RagConfig";
|
|
553
|
-
export * from "./RagConfigWorkflowOverride";
|
|
554
581
|
export * from "./RagRetrievalInfo";
|
|
555
|
-
export * from "./ReaderResourceResponseModelResourceType";
|
|
556
582
|
export * from "./ReaderResourceResponseModel";
|
|
583
|
+
export * from "./ReaderResourceResponseModelResourceType";
|
|
557
584
|
export * from "./RecordingResponse";
|
|
558
|
-
export * from "./ReferencedToolCommonModelType";
|
|
559
585
|
export * from "./ReferencedToolCommonModel";
|
|
586
|
+
export * from "./ReferencedToolCommonModelType";
|
|
560
587
|
export * from "./RegexParameterEvaluationStrategy";
|
|
561
588
|
export * from "./RegionConfigRequest";
|
|
562
|
-
export * from "./
|
|
589
|
+
export * from "./RemoveMemberFromGroupRequest";
|
|
563
590
|
export * from "./Render";
|
|
591
|
+
export * from "./RenderStatus";
|
|
564
592
|
export * from "./RenderType";
|
|
565
593
|
export * from "./RequestPvcManualVerificationResponseModel";
|
|
566
|
-
export * from "./ResourceAccessInfoRole";
|
|
567
594
|
export * from "./ResourceAccessInfo";
|
|
568
|
-
export * from "./
|
|
595
|
+
export * from "./ResourceAccessInfoRole";
|
|
569
596
|
export * from "./ResourceMetadataResponseModel";
|
|
570
|
-
export * from "./
|
|
571
|
-
export * from "./
|
|
572
|
-
export * from "./SipTrunkOutboundCallResponse";
|
|
573
|
-
export * from "./SipTrunkTransportEnum";
|
|
574
|
-
export * from "./SipUriDynamicVariableTransferDestination";
|
|
575
|
-
export * from "./SipUriTransferDestination";
|
|
597
|
+
export * from "./ResourceMetadataResponseModelAnonymousAccessLevelOverride";
|
|
598
|
+
export * from "./ReviewStatus";
|
|
576
599
|
export * from "./SafetyCommonModel";
|
|
577
600
|
export * from "./SafetyEvaluation";
|
|
578
601
|
export * from "./SafetyResponseModel";
|
|
579
602
|
export * from "./SafetyRule";
|
|
580
|
-
export * from "./
|
|
603
|
+
export * from "./SaveVoicePreviewRequest";
|
|
581
604
|
export * from "./SecretDependencyType";
|
|
582
605
|
export * from "./SectionSource";
|
|
583
606
|
export * from "./SegmentCreateResponse";
|
|
584
607
|
export * from "./SegmentDeleteResponse";
|
|
585
608
|
export * from "./SegmentDubResponse";
|
|
609
|
+
export * from "./SegmentedJsonExportOptions";
|
|
586
610
|
export * from "./SegmentSubtitleFrame";
|
|
587
611
|
export * from "./SegmentTranscriptionResponse";
|
|
588
612
|
export * from "./SegmentTranslationResponse";
|
|
589
613
|
export * from "./SegmentUpdateResponse";
|
|
590
|
-
export * from "./SegmentedJsonExportOptions";
|
|
591
|
-
export * from "./ShareOptionResponseModelType";
|
|
592
614
|
export * from "./ShareOptionResponseModel";
|
|
593
|
-
export * from "./
|
|
615
|
+
export * from "./ShareOptionResponseModelType";
|
|
594
616
|
export * from "./SimilarVoice";
|
|
617
|
+
export * from "./SimilarVoiceCategory";
|
|
595
618
|
export * from "./SimilarVoicesForSpeakerResponse";
|
|
596
619
|
export * from "./SingleTestRunRequestModel";
|
|
597
620
|
export * from "./SingleUseTokenResponseModel";
|
|
598
621
|
export * from "./SingleUseTokenType";
|
|
622
|
+
export * from "./SipMediaEncryptionEnum";
|
|
623
|
+
export * from "./SipTrunkCredentialsRequestModel";
|
|
624
|
+
export * from "./SipTrunkOutboundCallResponse";
|
|
625
|
+
export * from "./SipTrunkTransportEnum";
|
|
626
|
+
export * from "./SipUriDynamicVariableTransferDestination";
|
|
627
|
+
export * from "./SipUriTransferDestination";
|
|
599
628
|
export * from "./SkipTurnToolConfig";
|
|
600
629
|
export * from "./SkipTurnToolResponseModel";
|
|
601
630
|
export * from "./SoftTimeoutConfig";
|
|
@@ -608,54 +637,51 @@ export * from "./SortDirection";
|
|
|
608
637
|
export * from "./SpeakerAudioResponseModel";
|
|
609
638
|
export * from "./SpeakerResponseModel";
|
|
610
639
|
export * from "./SpeakerSegment";
|
|
611
|
-
export * from "./SpeakerSeparationResponseModelStatus";
|
|
612
640
|
export * from "./SpeakerSeparationResponseModel";
|
|
641
|
+
export * from "./SpeakerSeparationResponseModelStatus";
|
|
613
642
|
export * from "./SpeakerTrack";
|
|
614
643
|
export * from "./SpeakerUpdatedResponse";
|
|
615
|
-
export * from "./SpeechHistoryItemResponseModelVoiceCategory";
|
|
616
|
-
export * from "./SpeechHistoryItemResponseModelSource";
|
|
617
644
|
export * from "./SpeechHistoryItemResponse";
|
|
645
|
+
export * from "./SpeechHistoryItemResponseModelSource";
|
|
646
|
+
export * from "./SpeechHistoryItemResponseModelVoiceCategory";
|
|
618
647
|
export * from "./SpeechToTextCharacterResponseModel";
|
|
619
648
|
export * from "./SpeechToTextChunkResponseModel";
|
|
620
649
|
export * from "./SpeechToTextWebhookResponseModel";
|
|
621
|
-
export * from "./SpeechToTextWordResponseModelType";
|
|
622
650
|
export * from "./SpeechToTextWordResponseModel";
|
|
651
|
+
export * from "./SpeechToTextWordResponseModelType";
|
|
623
652
|
export * from "./SrtExportOptions";
|
|
624
653
|
export * from "./StartPvcVoiceTrainingResponseModel";
|
|
625
654
|
export * from "./StartSpeakerSeparationResponseModel";
|
|
626
655
|
export * from "./StreamingAudioChunkWithTimestampsAndVoiceSegmentsResponseModel";
|
|
627
656
|
export * from "./StreamingAudioChunkWithTimestampsResponse";
|
|
628
|
-
export * from "./
|
|
657
|
+
export * from "./Subscription";
|
|
658
|
+
export * from "./SubscriptionResponse";
|
|
629
659
|
export * from "./SubscriptionResponseModelBillingPeriod";
|
|
630
660
|
export * from "./SubscriptionResponseModelCharacterRefreshPeriod";
|
|
631
|
-
export * from "./
|
|
661
|
+
export * from "./SubscriptionResponseModelCurrency";
|
|
632
662
|
export * from "./SubscriptionStatusType";
|
|
663
|
+
export * from "./SuggestedAudioTag";
|
|
633
664
|
export * from "./SupportedVoice";
|
|
634
|
-
export * from "./SystemToolConfigInputParams";
|
|
635
665
|
export * from "./SystemToolConfigInput";
|
|
636
|
-
export * from "./
|
|
666
|
+
export * from "./SystemToolConfigInputParams";
|
|
637
667
|
export * from "./SystemToolConfigOutput";
|
|
638
|
-
export * from "./
|
|
639
|
-
export * from "./TtsConversationalConfigOutput";
|
|
640
|
-
export * from "./TtsConversationalConfigOverride";
|
|
641
|
-
export * from "./TtsConversationalConfigOverrideConfig";
|
|
642
|
-
export * from "./TtsConversationalConfigWorkflowOverrideInput";
|
|
643
|
-
export * from "./TtsConversationalConfigWorkflowOverrideOutput";
|
|
644
|
-
export * from "./TtsConversationalModel";
|
|
645
|
-
export * from "./TtsModelFamily";
|
|
646
|
-
export * from "./TtsOptimizeStreamingLatency";
|
|
647
|
-
export * from "./TtsOutputFormat";
|
|
668
|
+
export * from "./SystemToolConfigOutputParams";
|
|
648
669
|
export * from "./TelephonyProvider";
|
|
649
670
|
export * from "./TestConditionRationaleCommonModel";
|
|
650
671
|
export * from "./TestConditionResultCommonModel";
|
|
651
672
|
export * from "./TestFromConversationMetadataInput";
|
|
652
673
|
export * from "./TestFromConversationMetadataOutput";
|
|
653
674
|
export * from "./TestInvocationSummaryResponseModel";
|
|
654
|
-
export * from "./TestRunMetadataTestType";
|
|
655
675
|
export * from "./TestRunMetadata";
|
|
676
|
+
export * from "./TestRunMetadataTestType";
|
|
656
677
|
export * from "./TestRunStatus";
|
|
657
|
-
export * from "./TestToolResultModel";
|
|
658
678
|
export * from "./TestsFeatureUsageCommonModel";
|
|
679
|
+
export * from "./TestToolResultModel";
|
|
680
|
+
export * from "./TextNormalisationType";
|
|
681
|
+
export * from "./TextToSpeechRequest";
|
|
682
|
+
export * from "./TextToSpeechStreamRequest";
|
|
683
|
+
export * from "./TextToSpeechStreamWithTimestampsRequest";
|
|
684
|
+
export * from "./TextToSpeechWithTimestampsRequest";
|
|
659
685
|
export * from "./ThresholdGuardrail";
|
|
660
686
|
export * from "./TimeRange";
|
|
661
687
|
export * from "./TokenResponseModel";
|
|
@@ -665,13 +691,13 @@ export * from "./ToolCallSoundBehavior";
|
|
|
665
691
|
export * from "./ToolCallSoundType";
|
|
666
692
|
export * from "./ToolExecutionMode";
|
|
667
693
|
export * from "./ToolMockConfig";
|
|
668
|
-
export * from "./ToolRequestModelToolConfig";
|
|
669
694
|
export * from "./ToolRequestModel";
|
|
670
|
-
export * from "./
|
|
695
|
+
export * from "./ToolRequestModelToolConfig";
|
|
671
696
|
export * from "./ToolResponseModel";
|
|
697
|
+
export * from "./ToolResponseModelToolConfig";
|
|
698
|
+
export * from "./ToolsResponseModel";
|
|
672
699
|
export * from "./ToolType";
|
|
673
700
|
export * from "./ToolUsageStatsResponseModel";
|
|
674
|
-
export * from "./ToolsResponseModel";
|
|
675
701
|
export * from "./TransferToAgentToolConfig";
|
|
676
702
|
export * from "./TransferToAgentToolResultErrorModel";
|
|
677
703
|
export * from "./TransferToAgentToolResultSuccessModel";
|
|
@@ -681,6 +707,16 @@ export * from "./TransferToNumberResultTwilioSuccessModel";
|
|
|
681
707
|
export * from "./TransferToNumberToolConfigInput";
|
|
682
708
|
export * from "./TransferToNumberToolConfigOutput";
|
|
683
709
|
export * from "./TransferTypeEnum";
|
|
710
|
+
export * from "./TtsConversationalConfigInput";
|
|
711
|
+
export * from "./TtsConversationalConfigOutput";
|
|
712
|
+
export * from "./TtsConversationalConfigOverride";
|
|
713
|
+
export * from "./TtsConversationalConfigOverrideConfig";
|
|
714
|
+
export * from "./TtsConversationalConfigWorkflowOverrideInput";
|
|
715
|
+
export * from "./TtsConversationalConfigWorkflowOverrideOutput";
|
|
716
|
+
export * from "./TtsConversationalModel";
|
|
717
|
+
export * from "./TtsModelFamily";
|
|
718
|
+
export * from "./TtsOptimizeStreamingLatency";
|
|
719
|
+
export * from "./TtsOutputFormat";
|
|
684
720
|
export * from "./TurnConfig";
|
|
685
721
|
export * from "./TurnConfigOverride";
|
|
686
722
|
export * from "./TurnConfigOverrideConfig";
|
|
@@ -691,68 +727,72 @@ export * from "./TwilioEdgeLocation";
|
|
|
691
727
|
export * from "./TwilioOutboundCallResponse";
|
|
692
728
|
export * from "./TwilioRegionId";
|
|
693
729
|
export * from "./TxtExportOptions";
|
|
694
|
-
export * from "./UrlAvatar";
|
|
695
|
-
export * from "./UnitTestCommonModelDynamicVariablesValue";
|
|
696
730
|
export * from "./UnitTestCommonModel";
|
|
731
|
+
export * from "./UnitTestCommonModelDynamicVariablesValue";
|
|
697
732
|
export * from "./UnitTestCommonModelType";
|
|
698
733
|
export * from "./UnitTestRunResponseModel";
|
|
699
734
|
export * from "./UnitTestSummaryResponseModel";
|
|
700
735
|
export * from "./UnitTestToolCallEvaluationModelInput";
|
|
701
736
|
export * from "./UnitTestToolCallEvaluationModelOutput";
|
|
702
|
-
export * from "./UnitTestToolCallParameterEval";
|
|
703
737
|
export * from "./UnitTestToolCallParameter";
|
|
738
|
+
export * from "./UnitTestToolCallParameterEval";
|
|
739
|
+
export * from "./UpdateAudioNativeProjectRequest";
|
|
740
|
+
export * from "./UpdateChapterRequest";
|
|
741
|
+
export * from "./UpdateProjectRequest";
|
|
742
|
+
export * from "./UpdatePronunciationDictionariesRequest";
|
|
704
743
|
export * from "./UpdateWorkspaceMemberResponseModel";
|
|
744
|
+
export * from "./UrlAvatar";
|
|
705
745
|
export * from "./UsageAggregationInterval";
|
|
706
746
|
export * from "./UsageCharactersResponseModel";
|
|
747
|
+
export * from "./User";
|
|
707
748
|
export * from "./UserFeedback";
|
|
708
749
|
export * from "./UserFeedbackScore";
|
|
709
|
-
export * from "./User";
|
|
710
750
|
export * from "./UtteranceResponseModel";
|
|
711
751
|
export * from "./VadConfig";
|
|
712
752
|
export * from "./VadConfigWorkflowOverride";
|
|
713
|
-
export * from "./ValidationErrorLocItem";
|
|
714
753
|
export * from "./ValidationError";
|
|
754
|
+
export * from "./ValidationErrorLocItem";
|
|
715
755
|
export * from "./VerificationAttemptResponse";
|
|
716
756
|
export * from "./VerifiedVoiceLanguageResponseModel";
|
|
717
757
|
export * from "./VerifyPvcVoiceCaptchaResponseModel";
|
|
758
|
+
export * from "./Voice";
|
|
759
|
+
export * from "./VoiceDesignPreviewResponse";
|
|
718
760
|
export * from "./VoiceGenerationParameterOptionResponse";
|
|
719
761
|
export * from "./VoiceGenerationParameterResponse";
|
|
720
762
|
export * from "./VoiceMailDetectionResultSuccessModel";
|
|
763
|
+
export * from "./VoicemailDetectionToolConfig";
|
|
721
764
|
export * from "./VoicePreviewResponseModel";
|
|
722
|
-
export * from "./VoiceDesignPreviewResponse";
|
|
723
765
|
export * from "./VoiceResponseModelCategory";
|
|
724
766
|
export * from "./VoiceResponseModelSafetyControl";
|
|
725
|
-
export * from "./
|
|
767
|
+
export * from "./VoiceSample";
|
|
726
768
|
export * from "./VoiceSamplePreviewResponseModel";
|
|
727
769
|
export * from "./VoiceSampleVisualWaveformResponseModel";
|
|
728
770
|
export * from "./VoiceSegment";
|
|
729
771
|
export * from "./VoiceSettings";
|
|
730
772
|
export * from "./VoiceSharingModerationCheckResponseModel";
|
|
731
|
-
export * from "./VoiceSharingState";
|
|
732
|
-
export * from "./VoiceSharingResponseModelCategory";
|
|
733
|
-
export * from "./ReviewStatus";
|
|
734
773
|
export * from "./VoiceSharingResponse";
|
|
774
|
+
export * from "./VoiceSharingResponseModelCategory";
|
|
775
|
+
export * from "./VoiceSharingState";
|
|
735
776
|
export * from "./VoiceVerificationResponse";
|
|
736
|
-
export * from "./VoicemailDetectionToolConfig";
|
|
737
777
|
export * from "./WebhookAuthMethodType";
|
|
738
778
|
export * from "./WebhookEventType";
|
|
779
|
+
export * from "./WebhookToolApiSchemaConfigInput";
|
|
780
|
+
export * from "./WebhookToolApiSchemaConfigInputContentType";
|
|
739
781
|
export * from "./WebhookToolApiSchemaConfigInputMethod";
|
|
740
782
|
export * from "./WebhookToolApiSchemaConfigInputRequestHeadersValue";
|
|
741
|
-
export * from "./
|
|
742
|
-
export * from "./
|
|
783
|
+
export * from "./WebhookToolApiSchemaConfigOutput";
|
|
784
|
+
export * from "./WebhookToolApiSchemaConfigOutputContentType";
|
|
743
785
|
export * from "./WebhookToolApiSchemaConfigOutputMethod";
|
|
744
786
|
export * from "./WebhookToolApiSchemaConfigOutputRequestHeadersValue";
|
|
745
|
-
export * from "./WebhookToolApiSchemaConfigOutputContentType";
|
|
746
|
-
export * from "./WebhookToolApiSchemaConfigOutput";
|
|
747
787
|
export * from "./WebhookToolConfigInput";
|
|
748
788
|
export * from "./WebhookToolConfigOutput";
|
|
749
789
|
export * from "./WebhookUsageType";
|
|
750
790
|
export * from "./WhatsAppConversationInfo";
|
|
751
|
-
export * from "./WidgetConfigInputAvatar";
|
|
752
791
|
export * from "./WidgetConfig";
|
|
792
|
+
export * from "./WidgetConfigInputAvatar";
|
|
753
793
|
export * from "./WidgetConfigOutputAvatar";
|
|
754
|
-
export * from "./WidgetConfigResponseModelAvatar";
|
|
755
794
|
export * from "./WidgetConfigResponse";
|
|
795
|
+
export * from "./WidgetConfigResponseModelAvatar";
|
|
756
796
|
export * from "./WidgetEndFeedbackConfig";
|
|
757
797
|
export * from "./WidgetEndFeedbackType";
|
|
758
798
|
export * from "./WidgetExpandable";
|
|
@@ -762,27 +802,27 @@ export * from "./WidgetLanguagePresetResponse";
|
|
|
762
802
|
export * from "./WidgetPlacement";
|
|
763
803
|
export * from "./WidgetStyles";
|
|
764
804
|
export * from "./WidgetTextContents";
|
|
765
|
-
export * from "./WorkflowEdgeModelInputForwardCondition";
|
|
766
|
-
export * from "./WorkflowEdgeModelInputBackwardCondition";
|
|
767
805
|
export * from "./WorkflowEdgeModelInput";
|
|
768
|
-
export * from "./
|
|
769
|
-
export * from "./
|
|
806
|
+
export * from "./WorkflowEdgeModelInputBackwardCondition";
|
|
807
|
+
export * from "./WorkflowEdgeModelInputForwardCondition";
|
|
770
808
|
export * from "./WorkflowEdgeModelOutput";
|
|
809
|
+
export * from "./WorkflowEdgeModelOutputBackwardCondition";
|
|
810
|
+
export * from "./WorkflowEdgeModelOutputForwardCondition";
|
|
771
811
|
export * from "./WorkflowEndNodeModelInput";
|
|
772
812
|
export * from "./WorkflowEndNodeModelOutput";
|
|
773
|
-
export * from "./WorkflowExpressionConditionModelInputExpression";
|
|
774
813
|
export * from "./WorkflowExpressionConditionModelInput";
|
|
775
|
-
export * from "./
|
|
814
|
+
export * from "./WorkflowExpressionConditionModelInputExpression";
|
|
776
815
|
export * from "./WorkflowExpressionConditionModelOutput";
|
|
816
|
+
export * from "./WorkflowExpressionConditionModelOutputExpression";
|
|
777
817
|
export * from "./WorkflowFeaturesUsageCommonModel";
|
|
778
818
|
export * from "./WorkflowLlmConditionModelInput";
|
|
779
819
|
export * from "./WorkflowLlmConditionModelOutput";
|
|
780
820
|
export * from "./WorkflowOverrideAgentNodeModelInput";
|
|
781
821
|
export * from "./WorkflowOverrideAgentNodeModelOutput";
|
|
782
|
-
export * from "./WorkflowPhoneNumberNodeModelInputTransferDestination";
|
|
783
822
|
export * from "./WorkflowPhoneNumberNodeModelInput";
|
|
784
|
-
export * from "./
|
|
823
|
+
export * from "./WorkflowPhoneNumberNodeModelInputTransferDestination";
|
|
785
824
|
export * from "./WorkflowPhoneNumberNodeModelOutput";
|
|
825
|
+
export * from "./WorkflowPhoneNumberNodeModelOutputTransferDestination";
|
|
786
826
|
export * from "./WorkflowResultConditionModelInput";
|
|
787
827
|
export * from "./WorkflowResultConditionModelOutput";
|
|
788
828
|
export * from "./WorkflowStandaloneAgentNodeModelInput";
|
|
@@ -792,21 +832,21 @@ export * from "./WorkflowStartNodeModelOutput";
|
|
|
792
832
|
export * from "./WorkflowToolEdgeStepModel";
|
|
793
833
|
export * from "./WorkflowToolLocator";
|
|
794
834
|
export * from "./WorkflowToolMaxIterationsExceededStepModel";
|
|
795
|
-
export * from "./WorkflowToolNestedToolsStepModelInputResultsItem";
|
|
796
835
|
export * from "./WorkflowToolNestedToolsStepModelInput";
|
|
797
|
-
export * from "./
|
|
836
|
+
export * from "./WorkflowToolNestedToolsStepModelInputResultsItem";
|
|
798
837
|
export * from "./WorkflowToolNestedToolsStepModelOutput";
|
|
838
|
+
export * from "./WorkflowToolNestedToolsStepModelOutputResultsItem";
|
|
799
839
|
export * from "./WorkflowToolNodeModelInput";
|
|
800
840
|
export * from "./WorkflowToolNodeModelOutput";
|
|
801
|
-
export * from "./WorkflowToolResponseModelInputStepsItem";
|
|
802
841
|
export * from "./WorkflowToolResponseModelInput";
|
|
803
|
-
export * from "./
|
|
842
|
+
export * from "./WorkflowToolResponseModelInputStepsItem";
|
|
804
843
|
export * from "./WorkflowToolResponseModelOutput";
|
|
844
|
+
export * from "./WorkflowToolResponseModelOutputStepsItem";
|
|
805
845
|
export * from "./WorkflowUnconditionalModelInput";
|
|
806
846
|
export * from "./WorkflowUnconditionalModelOutput";
|
|
807
847
|
export * from "./WorkspaceApiKeyListResponseModel";
|
|
808
|
-
export * from "./WorkspaceApiKeyResponseModelPermissionsItem";
|
|
809
848
|
export * from "./WorkspaceApiKeyResponseModel";
|
|
849
|
+
export * from "./WorkspaceApiKeyResponseModelPermissionsItem";
|
|
810
850
|
export * from "./WorkspaceBatchCallsResponse";
|
|
811
851
|
export * from "./WorkspaceCreateApiKeyResponseModel";
|
|
812
852
|
export * from "./WorkspaceGroupByNameResponseModel";
|
|
@@ -817,58 +857,3 @@ export * from "./WorkspaceWebhookListResponseModel";
|
|
|
817
857
|
export * from "./WorkspaceWebhookResponseModel";
|
|
818
858
|
export * from "./WorkspaceWebhookUsageResponseModel";
|
|
819
859
|
export * from "./ZendeskConversationInitiationTrigger";
|
|
820
|
-
export * from "./PromptAgentDbModel";
|
|
821
|
-
export * from "./OutputFormat";
|
|
822
|
-
export * from "./HistoryItemResponse";
|
|
823
|
-
export * from "./Age";
|
|
824
|
-
export * from "./Gender";
|
|
825
|
-
export * from "./AddProjectRequest";
|
|
826
|
-
export * from "./AddSharingVoiceRequest";
|
|
827
|
-
export * from "./CreateAudioNativeProjectRequest";
|
|
828
|
-
export * from "./TextToSpeechRequest";
|
|
829
|
-
export * from "./TextToSpeechStreamRequest";
|
|
830
|
-
export * from "./UpdatePronunciationDictionariesRequest";
|
|
831
|
-
export * from "./GetPhoneNumberResponse";
|
|
832
|
-
export * from "./TextToSpeechWithTimestampsRequest";
|
|
833
|
-
export * from "./TextToSpeechStreamWithTimestampsRequest";
|
|
834
|
-
export * from "./SaveVoicePreviewRequest";
|
|
835
|
-
export * from "./EditVoiceSettingsRequest";
|
|
836
|
-
export * from "./GetChaptersRequest";
|
|
837
|
-
export * from "./GetChapterRequest";
|
|
838
|
-
export * from "./DeleteChapterRequest";
|
|
839
|
-
export * from "./GetChapterSnapshotsRequest";
|
|
840
|
-
export * from "./GetProjectsRequest";
|
|
841
|
-
export * from "./GetProjectRequest";
|
|
842
|
-
export * from "./DeleteProjectRequest";
|
|
843
|
-
export * from "./CreateTranscriptRequest";
|
|
844
|
-
export * from "./RemoveMemberFromGroupRequest";
|
|
845
|
-
export * from "./UpdateAudioNativeProjectRequest";
|
|
846
|
-
export * from "./UpdateProjectRequest";
|
|
847
|
-
export * from "./UpdateChapterRequest";
|
|
848
|
-
export * from "./CharacterUsageResponse";
|
|
849
|
-
export * from "./GetPronunciationDictionariesResponse";
|
|
850
|
-
export * from "./GetPronunciationDictionaryResponse";
|
|
851
|
-
export * from "./PromptAgent";
|
|
852
|
-
export * from "./InitializeConnection";
|
|
853
|
-
export * from "./CloseConnection";
|
|
854
|
-
export * from "./SendText";
|
|
855
|
-
export * from "./RealtimeVoiceSettings";
|
|
856
|
-
export * from "./GenerationConfig";
|
|
857
|
-
export * from "./AudioOutput";
|
|
858
|
-
export * from "./FinalOutput";
|
|
859
|
-
export * from "./NormalizedAlignment";
|
|
860
|
-
export * from "./Alignment";
|
|
861
|
-
export * from "./PronunciationDictionaryLocator";
|
|
862
|
-
export * from "./WebsocketTtsClientMessageMulti";
|
|
863
|
-
export * from "./WebsocketTtsServerMessageMulti";
|
|
864
|
-
export * from "./InitializeConnectionMulti";
|
|
865
|
-
export * from "./SendTextMulti";
|
|
866
|
-
export * from "./FlushContext";
|
|
867
|
-
export * from "./CloseContext";
|
|
868
|
-
export * from "./CloseSocket";
|
|
869
|
-
export * from "./AudioOutputMulti";
|
|
870
|
-
export * from "./FinalOutputMulti";
|
|
871
|
-
export * from "./KeepContextAlive";
|
|
872
|
-
export * from "./InitialiseContext";
|
|
873
|
-
export * from "./TextToSpeechApplyTextNormalizationEnum";
|
|
874
|
-
export * from "./TextToSpeechOutputFormatEnum";
|