@elevenlabs/elevenlabs-js 2.56.0 → 2.58.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 +3 -3
- package/.fern/replay.lock +20 -2
- package/BaseClient.js +2 -2
- package/Client.d.ts +0 -10
- package/Client.js +0 -43
- package/api/resources/audioIsolation/client/Client.js +1 -1
- package/api/resources/audioIsolation/client/requests/BodyAudioIsolationV1AudioIsolationPost.d.ts +1 -1
- package/api/resources/audioIsolation/types/AudioIsolationRequestFileFormat.d.ts +5 -0
- package/api/resources/audioIsolation/types/AudioIsolationRequestFileFormat.js +8 -0
- package/api/resources/audioIsolation/types/index.d.ts +1 -1
- package/api/resources/audioIsolation/types/index.js +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +3 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/index.js +1 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.d.ts +4 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +27 -5
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +8 -3
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +10 -4
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelToolCallSound.d.ts +5 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelToolCallSound.d.ts +5 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/index.js +2 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.d.ts +5 -2
- package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +13 -6
- package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/index.d.ts +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/index.js +15 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/requests/ToolsListRequest.d.ts +10 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/tools/client/Client.d.ts +5 -2
- package/api/resources/conversationalAi/resources/tools/client/Client.js +13 -6
- package/api/resources/conversationalAi/resources/tools/client/requests/ToolsGetRequest.d.ts +10 -0
- package/api/resources/conversationalAi/resources/tools/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/users/client/Client.d.ts +1 -0
- package/api/resources/conversationalAi/resources/users/client/Client.js +5 -1
- package/api/resources/conversationalAi/resources/users/client/requests/UsersListRequest.d.ts +3 -0
- package/api/resources/dubbing/client/Client.d.ts +6 -0
- package/api/resources/dubbing/client/Client.js +15 -7
- package/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +1 -1
- package/api/resources/dubbing/resources/index.d.ts +3 -0
- package/api/resources/dubbing/resources/index.js +4 -1
- package/api/resources/dubbing/resources/project/client/Client.d.ts +78 -0
- package/api/resources/dubbing/resources/project/client/Client.js +328 -0
- package/api/resources/dubbing/resources/project/client/index.d.ts +1 -0
- package/api/resources/dubbing/resources/project/client/index.js +17 -0
- package/api/resources/dubbing/resources/project/client/requests/BodyCreateDubbingProjectV1DubbingProjectPost.d.ts +25 -0
- package/api/resources/dubbing/resources/project/client/requests/ProjectListRequest.d.ts +17 -0
- package/api/resources/dubbing/resources/project/client/requests/index.d.ts +2 -0
- package/api/resources/dubbing/resources/project/client/requests/index.js +2 -0
- package/api/resources/dubbing/resources/project/exports.d.ts +3 -0
- package/api/resources/dubbing/resources/project/exports.js +22 -0
- package/api/resources/dubbing/resources/project/index.d.ts +3 -0
- package/api/resources/dubbing/resources/project/index.js +19 -0
- package/api/resources/dubbing/resources/project/resources/index.d.ts +4 -0
- package/api/resources/dubbing/resources/project/resources/index.js +43 -0
- package/api/resources/dubbing/resources/project/resources/language/client/Client.d.ts +77 -0
- package/api/resources/dubbing/resources/project/resources/language/client/Client.js +295 -0
- package/api/resources/dubbing/resources/project/resources/language/client/index.d.ts +1 -0
- package/api/resources/dubbing/resources/project/resources/language/client/index.js +17 -0
- package/api/resources/dubbing/resources/project/resources/language/client/requests/BodyCreateDubbingLanguageTargetV1DubbingProjectProjectIdLanguagePost.d.ts +16 -0
- package/api/resources/dubbing/resources/project/resources/language/client/requests/LanguageListRequest.d.ts +14 -0
- package/api/resources/dubbing/resources/project/resources/language/client/requests/index.d.ts +2 -0
- package/api/resources/dubbing/resources/project/resources/language/client/requests/index.js +2 -0
- package/api/resources/dubbing/resources/project/resources/language/exports.d.ts +3 -0
- package/api/resources/dubbing/resources/project/resources/language/exports.js +22 -0
- package/api/resources/dubbing/resources/project/resources/language/index.d.ts +2 -0
- package/api/resources/dubbing/resources/project/resources/language/index.js +18 -0
- package/api/resources/dubbing/resources/project/resources/language/resources/index.d.ts +2 -0
- package/api/resources/dubbing/resources/project/resources/language/resources/index.js +41 -0
- package/api/resources/dubbing/resources/project/resources/language/resources/transcript/client/Client.d.ts +59 -0
- package/api/resources/dubbing/resources/project/resources/language/resources/transcript/client/Client.js +237 -0
- package/api/resources/dubbing/resources/project/resources/language/resources/transcript/client/index.d.ts +1 -0
- package/api/resources/dubbing/resources/project/resources/language/resources/transcript/client/index.js +17 -0
- package/api/resources/dubbing/resources/project/resources/language/resources/transcript/client/requests/DubbingTargetSegmentUpdateRequest.d.ts +10 -0
- package/api/resources/dubbing/resources/project/resources/language/resources/transcript/client/requests/index.d.ts +1 -0
- package/api/resources/dubbing/resources/project/resources/language/resources/transcript/client/requests/index.js +2 -0
- package/api/resources/dubbing/resources/project/resources/language/resources/transcript/exports.d.ts +2 -0
- package/api/resources/dubbing/resources/project/resources/language/resources/transcript/exports.js +21 -0
- package/api/resources/dubbing/resources/project/resources/language/resources/transcript/index.d.ts +1 -0
- package/api/resources/dubbing/resources/project/resources/language/resources/transcript/index.js +17 -0
- package/api/resources/dubbing/resources/project/resources/transcript/client/Client.d.ts +76 -0
- package/api/resources/dubbing/resources/project/resources/transcript/client/Client.js +301 -0
- package/api/resources/dubbing/resources/project/resources/transcript/client/index.d.ts +1 -0
- package/api/resources/dubbing/resources/project/resources/transcript/client/index.js +17 -0
- package/api/resources/dubbing/resources/project/resources/transcript/client/requests/DubbingSegmentCreateRequest.d.ts +19 -0
- package/api/resources/dubbing/resources/project/resources/transcript/client/requests/DubbingSegmentUpdateRequest.d.ts +16 -0
- package/api/resources/dubbing/resources/project/resources/transcript/client/requests/index.d.ts +2 -0
- package/api/resources/dubbing/resources/project/resources/transcript/client/requests/index.js +2 -0
- package/api/resources/dubbing/resources/project/resources/transcript/exports.d.ts +2 -0
- package/api/resources/dubbing/resources/project/resources/transcript/exports.js +21 -0
- package/api/resources/dubbing/resources/project/resources/transcript/index.d.ts +1 -0
- package/api/resources/dubbing/resources/project/resources/transcript/index.js +17 -0
- package/api/resources/dubbing/resources/project/types/ProjectListRequestSortDirection.d.ts +6 -0
- package/api/resources/dubbing/resources/project/types/ProjectListRequestSortDirection.js +9 -0
- package/api/resources/dubbing/resources/project/types/index.d.ts +1 -0
- package/api/resources/dubbing/resources/project/types/index.js +17 -0
- package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.d.ts +2 -0
- package/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +2 -0
- package/api/resources/dubbing/types/DubRequestMode.d.ts +6 -0
- package/api/resources/dubbing/types/DubRequestMode.js +9 -0
- package/api/resources/dubbing/types/index.d.ts +1 -1
- package/api/resources/dubbing/types/index.js +1 -1
- package/api/resources/index.d.ts +5 -2
- package/api/resources/index.js +6 -3
- package/api/resources/music/client/Client.d.ts +5 -0
- package/api/resources/music/client/Client.js +71 -0
- package/api/resources/music/client/requests/BodyStreamComposedMusicWithADetailedResponseV1MusicDetailedStreamPost.d.ts +27 -0
- package/api/resources/music/client/requests/index.d.ts +1 -0
- package/api/resources/music/types/BodyStreamComposedMusicWithADetailedResponseV1MusicDetailedStreamPostCompositionPlan.d.ts +2 -0
- package/api/resources/music/types/BodyStreamComposedMusicWithADetailedResponseV1MusicDetailedStreamPostModelId.d.ts +6 -0
- package/api/resources/music/types/BodyStreamComposedMusicWithADetailedResponseV1MusicDetailedStreamPostModelId.js +9 -0
- package/api/resources/music/types/MusicComposeDetailedStreamRequestOutputFormat.d.ts +29 -0
- package/api/resources/music/types/MusicComposeDetailedStreamRequestOutputFormat.js +32 -0
- package/api/resources/music/types/index.d.ts +3 -0
- package/api/resources/music/types/index.js +3 -0
- package/api/resources/pronunciationDictionaries/client/Client.js +3 -1
- package/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromFilePost.d.ts +1 -1
- package/api/resources/pronunciationDictionaries/types/AddPronunciationDictionaryRequestWorkspaceAccess.d.ts +7 -0
- package/api/resources/pronunciationDictionaries/types/AddPronunciationDictionaryRequestWorkspaceAccess.js +10 -0
- package/api/resources/pronunciationDictionaries/types/index.d.ts +1 -1
- package/api/resources/pronunciationDictionaries/types/index.js +1 -1
- package/api/resources/serviceAccounts/client/Client.d.ts +15 -0
- package/api/resources/serviceAccounts/client/Client.js +62 -0
- package/api/resources/serviceAccounts/client/index.d.ts +1 -1
- package/api/resources/serviceAccounts/client/index.js +15 -0
- package/api/resources/serviceAccounts/client/requests/BodyCreateServiceAccountV1ServiceAccountsPost.d.ts +12 -0
- package/api/resources/serviceAccounts/client/requests/index.d.ts +1 -0
- package/api/resources/serviceAccounts/client/requests/index.js +2 -0
- 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/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps.d.ts +1 -1
- package/api/resources/speechEngine/client/Client.d.ts +3 -0
- package/api/resources/speechEngine/client/Client.js +3 -0
- package/api/resources/speechToSpeech/client/Client.js +1 -1
- package/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost.d.ts +1 -1
- package/api/resources/speechToSpeech/types/SpeechToSpeechRequestFileFormat.d.ts +5 -0
- package/api/resources/speechToSpeech/types/SpeechToSpeechRequestFileFormat.js +8 -0
- package/api/resources/speechToSpeech/types/index.d.ts +1 -1
- package/api/resources/speechToSpeech/types/index.js +1 -1
- package/api/resources/studio/client/Client.d.ts +3 -0
- package/api/resources/studio/client/Client.js +3 -0
- package/api/resources/v1TextToDialogueMultiStreamInput/types/ReceiveTextToDialogueWebsocketMessageMulti.d.ts +5 -0
- package/api/resources/v1TextToDialogueMultiStreamInput/types/index.d.ts +1 -0
- package/api/resources/v1TextToDialogueMultiStreamInput/types/index.js +17 -0
- package/api/resources/v1TranslateRealtime/types/ReceiveTranslateStreamMessage.d.ts +5 -0
- package/api/resources/v1TranslateRealtime/types/SendTranslateStreamMessage.d.ts +5 -0
- package/api/resources/v1TranslateRealtime/types/TextToSpeechTtsModelId.d.ts +6 -0
- package/api/resources/v1TranslateRealtime/types/TextToSpeechTtsModelId.js +9 -0
- package/api/resources/v1TranslateRealtime/types/index.d.ts +3 -0
- package/api/resources/v1TranslateRealtime/types/index.js +19 -0
- package/api/resources/voices/client/Client.js +1 -1
- package/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.d.ts +1 -1
- package/api/resources/voices/resources/ivc/client/Client.js +1 -1
- package/api/resources/voices/resources/ivc/client/requests/BodyAddVoiceV1VoicesAddPost.d.ts +1 -1
- package/api/resources/voices/resources/ivc/types/AddVoiceRequestLabels.d.ts +4 -0
- package/api/resources/voices/resources/ivc/types/index.d.ts +1 -1
- package/api/resources/voices/resources/ivc/types/index.js +1 -1
- package/api/resources/voices/types/EditVoiceRequestLabels.d.ts +4 -0
- package/api/resources/voices/types/index.d.ts +1 -1
- package/api/resources/voices/types/index.js +1 -1
- package/api/resources/workspace/client/Client.d.ts +1 -1
- package/api/resources/workspace/client/Client.js +1 -1
- package/api/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.d.ts +2 -0
- package/api/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +2 -0
- package/api/resources/workspace/resources/members/client/Client.d.ts +12 -0
- package/api/resources/workspace/resources/members/client/Client.js +54 -0
- package/api/resources/workspaces/resources/apiKeys/client/Client.d.ts +1 -1
- package/api/resources/workspaces/resources/apiKeys/client/Client.js +1 -1
- package/api/types/AgentConfig.d.ts +1 -2
- package/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -1
- package/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
- package/api/types/AgentPlatformSettingsRequestModel.d.ts +4 -0
- package/api/types/AgentPlatformSettingsResponseModel.d.ts +4 -0
- package/api/types/AgentTopicResponseModel.d.ts +2 -0
- package/api/types/AgentTransferInput.d.ts +11 -0
- package/api/types/AgentTransferOp.d.ts +13 -0
- package/api/types/AgentTransferOpPop.d.ts +1 -0
- package/api/types/AgentTransferOpPush.d.ts +3 -0
- package/api/types/AgentTransferOpReplace.d.ts +1 -0
- package/api/types/AgentTransferOutput.d.ts +11 -0
- package/api/types/AlertingSettingsResponse.d.ts +6 -0
- package/api/types/AlertingWebhookHeader.d.ts +6 -0
- package/api/types/AlertingWebhookHeaderResponse.d.ts +6 -0
- package/api/types/AlertingWebhookMethod.d.ts +5 -0
- package/api/types/AlertingWebhookMethod.js +8 -0
- package/api/types/AlertingWebhookNotifier.d.ts +5 -0
- package/api/types/AlertingWebhookNotifierResponse.d.ts +7 -0
- package/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +4 -2
- package/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +4 -2
- package/api/types/BaseTurnConfig.d.ts +2 -0
- package/api/types/CaptionStyleCharacterAnimationModelEnterType.d.ts +1 -0
- package/api/types/CaptionStyleCharacterAnimationModelEnterType.js +1 -0
- package/api/types/CaptionStyleModel.d.ts +1 -0
- package/api/types/CharacterMetadataResponseModel.d.ts +1 -0
- package/api/types/ClientToolConfigInput.d.ts +4 -2
- package/api/types/ClientToolConfigOutput.d.ts +4 -2
- package/api/types/ConversationChargingCommonModel.d.ts +3 -0
- package/api/types/ConversationHistoryMetadataCommonModel.d.ts +2 -0
- package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.d.ts +8 -2
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.d.ts +8 -2
- 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/ConversationInitiationSource.d.ts +2 -0
- package/api/types/ConversationInitiationSource.js +2 -0
- package/api/types/ConversationSimulationSpecification.d.ts +1 -1
- package/api/types/CrawlStatus.d.ts +9 -0
- package/api/types/CrawlStatus.js +12 -0
- package/api/types/CreateResponseUnitTestRequest.d.ts +1 -1
- package/api/types/CreateSimulationTestRequest.d.ts +1 -1
- package/api/types/CreateToolCallUnitTestRequest.d.ts +1 -1
- package/api/types/CreateTwilioPhoneNumberRequest.d.ts +2 -0
- package/api/types/CustomGuardrailConfig.d.ts +1 -1
- package/api/types/DefaultSharingGroupConfig.d.ts +7 -0
- package/api/types/DefaultSharingGroupConfigPermissionLevel.d.ts +7 -0
- package/api/types/DefaultSharingGroupConfigPermissionLevel.js +10 -0
- package/api/types/DubbingLanguageListResponse.d.ts +7 -0
- package/api/types/DubbingLanguageOutputs.d.ts +7 -0
- package/api/types/DubbingLanguageResponse.d.ts +25 -0
- package/api/types/DubbingLanguageResponseStatus.d.ts +9 -0
- package/api/types/DubbingLanguageResponseStatus.js +12 -0
- package/api/types/DubbingProjectListResponse.d.ts +7 -0
- package/api/types/DubbingProjectResponse.d.ts +23 -0
- package/api/types/DubbingProjectResponseStatus.d.ts +9 -0
- package/api/types/DubbingProjectResponseStatus.js +12 -0
- package/api/types/DubbingSourceMediaInfo.d.ts +13 -0
- package/api/types/DubbingSourceSegmentUpdateResponse.d.ts +10 -0
- package/api/types/DubbingSourceTranscriptResponse.d.ts +9 -0
- package/api/types/DubbingTargetSegmentUpdateResponse.d.ts +10 -0
- package/api/types/DubbingTargetTranscriptResponse.d.ts +11 -0
- package/api/types/DubbingTargetTranscriptSegment.d.ts +17 -0
- package/api/types/DubbingTranscriptRevisionResponse.d.ts +7 -0
- package/api/types/DubbingTranscriptSegment.d.ts +15 -0
- package/api/types/DynamicVariablesConfig.d.ts +4 -0
- package/api/types/DynamicVariablesConfigWorkflowOverride.d.ts +4 -0
- package/api/types/ExternalFileSyncInfo.d.ts +1 -1
- package/api/types/ExternalFolderSyncInfo.d.ts +1 -1
- package/api/types/ExternalSyncJobTrigger.d.ts +6 -0
- package/api/types/ExternalSyncJobTrigger.js +9 -0
- package/api/types/ExternalSyncJobType.d.ts +5 -0
- package/api/types/ExternalSyncJobType.js +8 -0
- package/api/types/ExternalSyncProvider.d.ts +1 -0
- package/api/types/FineTuningResponse.d.ts +1 -1
- package/api/types/FineTuningResponseStateValue.d.ts +9 -0
- package/api/types/FineTuningResponseStateValue.js +12 -0
- package/api/types/GetConversationResponseModel.d.ts +1 -0
- package/api/types/GetKnowledgeBaseFolderResponseModel.d.ts +2 -0
- package/api/types/GetPronunciationDictionaryMetadataResponse.d.ts +1 -1
- package/api/types/GetPronunciationDictionaryMetadataResponsePermissionOnResource.d.ts +7 -0
- package/api/types/GetPronunciationDictionaryMetadataResponsePermissionOnResource.js +10 -0
- package/api/types/GetResponseUnitTestResponseModel.d.ts +1 -1
- package/api/types/GetSimulationTestResponseModel.d.ts +1 -1
- package/api/types/GetToolCallUnitTestResponseModel.d.ts +1 -1
- package/api/types/InvoiceResponse.d.ts +2 -2
- package/api/types/InvoiceResponsePaymentIntentStatus.d.ts +10 -0
- package/api/types/InvoiceResponsePaymentIntentStatus.js +13 -0
- package/api/types/InvoiceResponsePaymentIntentStatussesItem.d.ts +10 -0
- package/api/types/InvoiceResponsePaymentIntentStatussesItem.js +13 -0
- package/api/types/KbExternalSyncJob.d.ts +17 -0
- package/api/types/LibraryVoiceResponse.d.ts +1 -1
- package/api/types/LibraryVoiceResponseCategory.d.ts +10 -0
- package/api/types/LibraryVoiceResponseCategory.js +13 -0
- package/api/types/McpServerConfigInput.d.ts +3 -1
- package/api/types/McpServerConfigOutput.d.ts +3 -1
- package/api/types/McpToolConfigOverrideInput.d.ts +5 -3
- package/api/types/McpToolConfigOverrideInputToolCallSound.d.ts +5 -0
- package/api/types/McpToolConfigOverrideOutput.d.ts +5 -3
- package/api/types/McpToolConfigOverrideOutputToolCallSound.d.ts +5 -0
- package/api/types/NumericDistributionAggregate.d.ts +6 -0
- package/api/types/OpenerConfig.d.ts +5 -0
- package/api/types/OrderItemKind.d.ts +1 -0
- package/api/types/OrderItemKind.js +1 -0
- package/api/types/OrderItemRequestInput.d.ts +4 -1
- package/api/types/OrderItemRequestOutput.d.ts +4 -1
- package/api/types/PermissionType.d.ts +2 -0
- package/api/types/PermissionType.js +2 -0
- package/api/types/PlatformCategory.d.ts +11 -0
- package/api/types/PlatformCategory.js +14 -0
- package/api/types/PlatformCategoryUsage.d.ts +8 -0
- package/api/types/PlatformUsage.d.ts +7 -0
- package/api/types/ProjectExtendedResponse.d.ts +7 -7
- package/api/types/ProjectExtendedResponseAccessLevel.d.ts +8 -0
- package/api/types/ProjectExtendedResponseAccessLevel.js +11 -0
- package/api/types/ProjectExtendedResponseApplyTextNormalization.d.ts +8 -0
- package/api/types/ProjectExtendedResponseApplyTextNormalization.js +11 -0
- package/api/types/ProjectExtendedResponseAspectRatio.d.ts +7 -0
- package/api/types/ProjectExtendedResponseAspectRatio.js +10 -0
- package/api/types/ProjectExtendedResponseAssetsItem.d.ts +14 -0
- package/api/types/ProjectExtendedResponseFiction.d.ts +5 -0
- package/api/types/ProjectExtendedResponseFiction.js +8 -0
- package/api/types/ProjectExtendedResponseSourceType.d.ts +9 -0
- package/api/types/ProjectExtendedResponseSourceType.js +12 -0
- package/api/types/ProjectExtendedResponseTargetAudience.d.ts +7 -0
- package/api/types/ProjectExtendedResponseTargetAudience.js +10 -0
- package/api/types/ProjectResponse.d.ts +5 -5
- package/api/types/ProjectResponseAccessLevel.d.ts +8 -0
- package/api/types/ProjectResponseAccessLevel.js +11 -0
- package/api/types/ProjectResponseAspectRatio.d.ts +7 -0
- package/api/types/ProjectResponseAspectRatio.js +10 -0
- package/api/types/ProjectResponseFiction.d.ts +5 -0
- package/api/types/ProjectResponseFiction.js +8 -0
- package/api/types/ProjectResponseSourceType.d.ts +9 -0
- package/api/types/ProjectResponseSourceType.js +12 -0
- package/api/types/ProjectResponseTargetAudience.d.ts +7 -0
- package/api/types/ProjectResponseTargetAudience.js +10 -0
- package/api/types/ResponseUnitTestModel.d.ts +1 -1
- package/api/types/RunSubagentToolConfigInput.d.ts +4 -0
- package/api/types/RunSubagentToolConfigOutput.d.ts +4 -0
- package/api/types/RunSubagentToolResultErrorModel.d.ts +4 -0
- package/api/types/RunSubagentToolResultSuccessModel.d.ts +5 -0
- package/api/types/SentimentAggregate.d.ts +6 -0
- package/api/types/SentimentAnalysisSettings.d.ts +1 -0
- package/api/types/SimulationTestModel.d.ts +1 -1
- package/api/types/SpeechHistoryItemResponse.d.ts +2 -2
- package/api/types/SpeechHistoryItemResponseSource.d.ts +14 -0
- package/api/types/SpeechHistoryItemResponseSource.js +17 -0
- package/api/types/SpeechHistoryItemResponseVoiceCategory.d.ts +7 -0
- package/api/types/SpeechHistoryItemResponseVoiceCategory.js +10 -0
- package/api/types/SubAgentInput.d.ts +7 -0
- package/api/types/SubAgentOutput.d.ts +7 -0
- package/api/types/Subscription.d.ts +5 -3
- package/api/types/SubscriptionMaxCreditLimitExtension.d.ts +4 -0
- package/api/types/SubscriptionPendingChange.d.ts +5 -0
- package/api/types/SubscriptionPendingChange.js +3 -0
- package/api/types/SubscriptionResponse.d.ts +4 -2
- package/api/types/SubscriptionResponseMaxCreditLimitExtension.d.ts +4 -0
- package/api/types/SubscriptionResponseMaxCreditLimitExtension.js +3 -0
- package/api/types/SystemToolConfigInput.d.ts +3 -1
- package/api/types/SystemToolConfigInputParams.d.ts +5 -2
- package/api/types/SystemToolConfigOutput.d.ts +3 -1
- package/api/types/SystemToolConfigOutputParams.d.ts +5 -2
- package/api/types/TextToDialogueWebsocketAudioChunkMulti.d.ts +14 -0
- package/api/types/TextToDialogueWebsocketAudioChunkMulti.js +3 -0
- package/api/types/TextToDialogueWebsocketClientMessageMulti.d.ts +40 -0
- package/api/types/TextToDialogueWebsocketClientMessageMulti.js +3 -0
- package/api/types/TextToDialogueWebsocketFinalAudioForTurnMulti.d.ts +6 -0
- package/api/types/TextToDialogueWebsocketFinalAudioForTurnMulti.js +3 -0
- package/api/types/TextToDialogueWebsocketFinalMulti.d.ts +6 -0
- package/api/types/TextToDialogueWebsocketFinalMulti.js +3 -0
- package/api/types/ToolCallSoundType.d.ts +1 -1
- package/api/types/ToolCallSoundType.js +1 -1
- package/api/types/ToolCallUnitTestModel.d.ts +1 -1
- package/api/types/ToolInterruptionMode.d.ts +6 -0
- package/api/types/ToolInterruptionMode.js +9 -0
- package/api/types/TopicEvaluationCriteriaAggregate.d.ts +6 -0
- package/api/types/TopicEvaluationCriteriaAggregate.js +3 -0
- package/api/types/TopicMetricsAggregate.d.ts +6 -0
- package/api/types/TopicMetricsAggregate.js +3 -0
- package/api/types/TopicSentimentAggregate.d.ts +8 -0
- package/api/types/TopicSentimentAggregate.js +3 -0
- package/api/types/TranscriptionOrderItemRequest.d.ts +11 -0
- package/api/types/TranscriptionOrderItemRequest.js +3 -0
- package/api/types/TransferToAgentToolConfigInput.d.ts +4 -0
- package/api/types/TransferToAgentToolConfigInput.js +3 -0
- package/api/types/TransferToAgentToolConfigOutput.d.ts +4 -0
- package/api/types/TransferToAgentToolConfigOutput.js +3 -0
- package/api/types/TransferToAgentToolResultSuccessModelInput.d.ts +13 -0
- package/api/types/TransferToAgentToolResultSuccessModelInput.js +3 -0
- package/api/types/TransferToAgentToolResultSuccessModelInputBranchInfo.d.ts +10 -0
- package/api/types/TransferToAgentToolResultSuccessModelInputBranchInfo.js +3 -0
- package/api/types/TransferToAgentToolResultSuccessModelOutput.d.ts +13 -0
- package/api/types/TransferToAgentToolResultSuccessModelOutput.js +3 -0
- package/api/types/TransferToAgentToolResultSuccessModelOutputBranchInfo.d.ts +10 -0
- package/api/types/TransferToAgentToolResultSuccessModelOutputBranchInfo.js +3 -0
- package/api/types/TranslateAudioPayload.d.ts +11 -0
- package/api/types/TranslateAudioPayload.js +3 -0
- package/api/types/TranslateEndOfStreamPayload.d.ts +7 -0
- package/api/types/TranslateEndOfStreamPayload.js +3 -0
- package/api/types/TranslateErrorPayload.d.ts +9 -0
- package/api/types/TranslateErrorPayload.js +3 -0
- package/api/types/TranslateFinalTranscriptPayload.d.ts +9 -0
- package/api/types/TranslateFinalTranscriptPayload.js +3 -0
- package/api/types/TranslateInputAudioChunkPayload.d.ts +9 -0
- package/api/types/TranslateInputAudioChunkPayload.js +3 -0
- package/api/types/TranslateInputFormatEnum.d.ts +11 -0
- package/api/types/TranslateInputFormatEnum.js +14 -0
- package/api/types/TranslateOutputFormatEnum.d.ts +15 -0
- package/api/types/TranslateOutputFormatEnum.js +18 -0
- package/api/types/TranslatePartialTranscriptPayload.d.ts +9 -0
- package/api/types/TranslatePartialTranscriptPayload.js +3 -0
- package/api/types/TranslateSessionStartedPayload.d.ts +11 -0
- package/api/types/TranslateSessionStartedPayload.js +3 -0
- package/api/types/TranslateStatusPayload.d.ts +9 -0
- package/api/types/TranslateStatusPayload.js +3 -0
- package/api/types/TranslateTranslationPayload.d.ts +9 -0
- package/api/types/TranslateTranslationPayload.js +3 -0
- package/api/types/TtsConversationalConfigInput.d.ts +1 -1
- package/api/types/TtsConversationalConfigOutput.d.ts +1 -1
- package/api/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +1 -1
- package/api/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +1 -1
- package/api/types/TurnConfig.d.ts +2 -0
- package/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/api/types/UpdateResponseUnitTestRequest.d.ts +1 -1
- package/api/types/UpdateSimulationTestRequest.d.ts +1 -1
- package/api/types/UpdateToolCallUnitTestRequest.d.ts +1 -1
- package/api/types/UsersSortBy.d.ts +1 -0
- package/api/types/UsersSortBy.js +1 -0
- package/api/types/Voice.d.ts +4 -4
- package/api/types/VoiceCategory.d.ts +4 -2
- package/api/types/VoiceCategory.js +4 -2
- package/api/types/VoiceLabellingStatus.d.ts +5 -0
- package/api/types/VoiceLabellingStatus.js +8 -0
- package/api/types/VoiceRecordingQuality.d.ts +8 -0
- package/api/types/VoiceRecordingQuality.js +11 -0
- package/api/types/VoiceSafetyControl.d.ts +8 -0
- package/api/types/VoiceSafetyControl.js +11 -0
- package/api/types/VoiceSharingResponse.d.ts +1 -1
- package/api/types/VoiceSharingResponseCategory.d.ts +10 -0
- package/api/types/VoiceSharingResponseCategory.js +13 -0
- package/api/types/WebhookToolConfigInput.d.ts +4 -2
- package/api/types/WebhookToolConfigOutput.d.ts +4 -2
- package/api/types/WidgetConfig.d.ts +2 -2
- package/api/types/WidgetConfigAvatar.d.ts +16 -0
- package/api/types/WidgetConfigAvatar.js +3 -0
- package/api/types/WidgetConfigResponse.d.ts +2 -2
- package/api/types/WidgetConfigResponseAvatar.d.ts +16 -0
- package/api/types/WidgetConfigResponseAvatar.js +3 -0
- package/api/types/WidgetConfigResponseSyntaxHighlightTheme.d.ts +5 -0
- package/api/types/WidgetConfigResponseSyntaxHighlightTheme.js +8 -0
- package/api/types/WidgetConfigSyntaxHighlightTheme.d.ts +5 -0
- package/api/types/WidgetConfigSyntaxHighlightTheme.js +8 -0
- package/api/types/WorkspaceAnalyticsQueryResponseModelColumnTypesItem.d.ts +1 -0
- package/api/types/WorkspaceAnalyticsQueryResponseModelColumnTypesItem.js +1 -0
- package/api/types/WorkspaceCreateServiceAccountResponseModel.d.ts +3 -0
- package/api/types/WorkspaceCreateServiceAccountResponseModel.js +3 -0
- package/api/types/WorkspaceGroupPermission.d.ts +2 -0
- package/api/types/WorkspaceGroupPermission.js +2 -0
- package/api/types/WorkspaceMemberResponseModel.d.ts +18 -0
- package/api/types/WorkspaceMemberResponseModel.js +3 -0
- package/api/types/WorkspaceResourceType.d.ts +1 -0
- package/api/types/WorkspaceResourceType.js +1 -0
- package/api/types/index.d.ts +107 -55
- package/api/types/index.js +107 -55
- package/dist/BaseClient.js +2 -2
- package/dist/Client.d.ts +0 -10
- package/dist/Client.js +0 -43
- package/dist/api/resources/audioIsolation/client/Client.js +1 -1
- package/dist/api/resources/audioIsolation/client/requests/BodyAudioIsolationV1AudioIsolationPost.d.ts +1 -1
- package/dist/api/resources/audioIsolation/types/AudioIsolationRequestFileFormat.d.ts +5 -0
- package/dist/api/resources/audioIsolation/types/AudioIsolationRequestFileFormat.js +8 -0
- package/dist/api/resources/audioIsolation/types/index.d.ts +1 -1
- package/dist/api/resources/audioIsolation/types/index.js +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/index.js +1 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.d.ts +4 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +27 -5
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +8 -3
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +10 -4
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelToolCallSound.d.ts +5 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelToolCallSound.js +3 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelToolCallSound.d.ts +5 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelToolCallSound.js +3 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.d.ts +5 -2
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/Client.js +13 -6
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/index.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/index.js +15 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/requests/ToolsListRequest.d.ts +10 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/requests/ToolsListRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/tools/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.d.ts +5 -2
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +13 -6
- package/dist/api/resources/conversationalAi/resources/tools/client/requests/ToolsGetRequest.d.ts +10 -0
- package/dist/api/resources/conversationalAi/resources/tools/client/requests/ToolsGetRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/tools/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/users/client/Client.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/users/client/Client.js +5 -1
- package/dist/api/resources/conversationalAi/resources/users/client/requests/UsersListRequest.d.ts +3 -0
- package/dist/api/resources/dubbing/client/Client.d.ts +6 -0
- package/dist/api/resources/dubbing/client/Client.js +15 -7
- package/dist/api/resources/dubbing/client/requests/BodyDubAVideoOrAnAudioFileV1DubbingPost.d.ts +1 -1
- package/dist/api/resources/dubbing/resources/index.d.ts +3 -0
- package/dist/api/resources/dubbing/resources/index.js +4 -1
- package/dist/api/resources/dubbing/resources/project/client/Client.d.ts +78 -0
- package/dist/api/resources/dubbing/resources/project/client/Client.js +328 -0
- package/dist/api/resources/dubbing/resources/project/client/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/project/client/index.js +17 -0
- package/dist/api/resources/dubbing/resources/project/client/requests/BodyCreateDubbingProjectV1DubbingProjectPost.d.ts +25 -0
- package/dist/api/resources/dubbing/resources/project/client/requests/BodyCreateDubbingProjectV1DubbingProjectPost.js +3 -0
- package/dist/api/resources/dubbing/resources/project/client/requests/ProjectListRequest.d.ts +17 -0
- package/dist/api/resources/dubbing/resources/project/client/requests/ProjectListRequest.js +3 -0
- package/dist/api/resources/dubbing/resources/project/client/requests/index.d.ts +2 -0
- package/dist/api/resources/dubbing/resources/project/client/requests/index.js +2 -0
- package/dist/api/resources/dubbing/resources/project/exports.d.ts +3 -0
- package/dist/api/resources/dubbing/resources/project/exports.js +22 -0
- package/dist/api/resources/dubbing/resources/project/index.d.ts +3 -0
- package/dist/api/resources/dubbing/resources/project/index.js +19 -0
- package/dist/api/resources/dubbing/resources/project/resources/index.d.ts +4 -0
- package/dist/api/resources/dubbing/resources/project/resources/index.js +43 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/client/Client.d.ts +77 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/client/Client.js +295 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/client/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/client/index.js +17 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/client/requests/BodyCreateDubbingLanguageTargetV1DubbingProjectProjectIdLanguagePost.d.ts +16 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/client/requests/BodyCreateDubbingLanguageTargetV1DubbingProjectProjectIdLanguagePost.js +3 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/client/requests/LanguageListRequest.d.ts +14 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/client/requests/LanguageListRequest.js +3 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/client/requests/index.d.ts +2 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/client/requests/index.js +2 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/exports.d.ts +3 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/exports.js +22 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/index.d.ts +2 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/index.js +18 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/resources/index.d.ts +2 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/resources/index.js +41 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/resources/transcript/client/Client.d.ts +59 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/resources/transcript/client/Client.js +237 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/resources/transcript/client/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/resources/transcript/client/index.js +17 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/resources/transcript/client/requests/DubbingTargetSegmentUpdateRequest.d.ts +10 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/resources/transcript/client/requests/DubbingTargetSegmentUpdateRequest.js +3 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/resources/transcript/client/requests/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/resources/transcript/client/requests/index.js +2 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/resources/transcript/exports.d.ts +2 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/resources/transcript/exports.js +21 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/resources/transcript/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/project/resources/language/resources/transcript/index.js +17 -0
- package/dist/api/resources/dubbing/resources/project/resources/transcript/client/Client.d.ts +76 -0
- package/dist/api/resources/dubbing/resources/project/resources/transcript/client/Client.js +301 -0
- package/dist/api/resources/dubbing/resources/project/resources/transcript/client/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/project/resources/transcript/client/index.js +17 -0
- package/dist/api/resources/dubbing/resources/project/resources/transcript/client/requests/DubbingSegmentCreateRequest.d.ts +19 -0
- package/dist/api/resources/dubbing/resources/project/resources/transcript/client/requests/DubbingSegmentCreateRequest.js +3 -0
- package/dist/api/resources/dubbing/resources/project/resources/transcript/client/requests/DubbingSegmentUpdateRequest.d.ts +16 -0
- package/dist/api/resources/dubbing/resources/project/resources/transcript/client/requests/DubbingSegmentUpdateRequest.js +3 -0
- package/dist/api/resources/dubbing/resources/project/resources/transcript/client/requests/index.d.ts +2 -0
- package/dist/api/resources/dubbing/resources/project/resources/transcript/client/requests/index.js +2 -0
- package/dist/api/resources/dubbing/resources/project/resources/transcript/exports.d.ts +2 -0
- package/dist/api/resources/dubbing/resources/project/resources/transcript/exports.js +21 -0
- package/dist/api/resources/dubbing/resources/project/resources/transcript/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/project/resources/transcript/index.js +17 -0
- package/dist/api/resources/dubbing/resources/project/types/ProjectListRequestSortDirection.d.ts +6 -0
- package/dist/api/resources/dubbing/resources/project/types/ProjectListRequestSortDirection.js +9 -0
- package/dist/api/resources/dubbing/resources/project/types/index.d.ts +1 -0
- package/dist/api/resources/dubbing/resources/project/types/index.js +17 -0
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.d.ts +2 -0
- package/dist/api/resources/dubbing/resources/resource/resources/speaker/client/Client.js +2 -0
- package/dist/api/resources/dubbing/types/DubRequestMode.d.ts +6 -0
- package/dist/api/resources/dubbing/types/DubRequestMode.js +9 -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/index.d.ts +5 -2
- package/dist/api/resources/index.js +6 -3
- package/dist/api/resources/music/client/Client.d.ts +5 -0
- package/dist/api/resources/music/client/Client.js +71 -0
- package/dist/api/resources/music/client/requests/BodyStreamComposedMusicWithADetailedResponseV1MusicDetailedStreamPost.d.ts +27 -0
- package/dist/api/resources/music/client/requests/BodyStreamComposedMusicWithADetailedResponseV1MusicDetailedStreamPost.js +3 -0
- package/dist/api/resources/music/client/requests/index.d.ts +1 -0
- package/dist/api/resources/music/types/BodyStreamComposedMusicWithADetailedResponseV1MusicDetailedStreamPostCompositionPlan.d.ts +2 -0
- package/dist/api/resources/music/types/BodyStreamComposedMusicWithADetailedResponseV1MusicDetailedStreamPostCompositionPlan.js +3 -0
- package/dist/api/resources/music/types/BodyStreamComposedMusicWithADetailedResponseV1MusicDetailedStreamPostModelId.d.ts +6 -0
- package/dist/api/resources/music/types/BodyStreamComposedMusicWithADetailedResponseV1MusicDetailedStreamPostModelId.js +9 -0
- package/dist/api/resources/music/types/MusicComposeDetailedStreamRequestOutputFormat.d.ts +29 -0
- package/dist/api/resources/music/types/MusicComposeDetailedStreamRequestOutputFormat.js +32 -0
- package/dist/api/resources/music/types/index.d.ts +3 -0
- package/dist/api/resources/music/types/index.js +3 -0
- package/dist/api/resources/pronunciationDictionaries/client/Client.js +3 -1
- package/dist/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromFilePost.d.ts +1 -1
- package/dist/api/resources/pronunciationDictionaries/types/AddPronunciationDictionaryRequestWorkspaceAccess.d.ts +7 -0
- package/dist/api/resources/pronunciationDictionaries/types/AddPronunciationDictionaryRequestWorkspaceAccess.js +10 -0
- 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/serviceAccounts/client/Client.d.ts +15 -0
- package/dist/api/resources/serviceAccounts/client/Client.js +62 -0
- package/dist/api/resources/serviceAccounts/client/index.d.ts +1 -1
- package/dist/api/resources/serviceAccounts/client/index.js +15 -0
- package/dist/api/resources/serviceAccounts/client/requests/BodyCreateServiceAccountV1ServiceAccountsPost.d.ts +12 -0
- package/dist/api/resources/serviceAccounts/client/requests/BodyCreateServiceAccountV1ServiceAccountsPost.js +3 -0
- package/dist/api/resources/serviceAccounts/client/requests/index.d.ts +1 -0
- package/dist/api/resources/serviceAccounts/client/requests/index.js +2 -0
- 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/types/BodyEditServiceAccountApiKeyV1ServiceAccountsServiceAccountUserIdApiKeysApiKeyIdPatchAllowedIps.d.ts +1 -1
- package/dist/api/resources/speechEngine/client/Client.d.ts +3 -0
- package/dist/api/resources/speechEngine/client/Client.js +3 -0
- package/dist/api/resources/speechToSpeech/client/Client.js +1 -1
- package/dist/api/resources/speechToSpeech/client/requests/BodySpeechToSpeechV1SpeechToSpeechVoiceIdPost.d.ts +1 -1
- package/dist/api/resources/speechToSpeech/types/SpeechToSpeechRequestFileFormat.d.ts +5 -0
- package/dist/api/resources/speechToSpeech/types/SpeechToSpeechRequestFileFormat.js +8 -0
- package/dist/api/resources/speechToSpeech/types/index.d.ts +1 -1
- package/dist/api/resources/speechToSpeech/types/index.js +1 -1
- package/dist/api/resources/studio/client/Client.d.ts +3 -0
- package/dist/api/resources/studio/client/Client.js +3 -0
- package/dist/api/resources/v1TextToDialogueMultiStreamInput/exports.d.ts +1 -0
- package/dist/api/resources/v1TextToDialogueMultiStreamInput/exports.js +18 -0
- package/dist/api/resources/v1TextToDialogueMultiStreamInput/types/ReceiveTextToDialogueWebsocketMessageMulti.d.ts +5 -0
- package/dist/api/resources/v1TextToDialogueMultiStreamInput/types/ReceiveTextToDialogueWebsocketMessageMulti.js +3 -0
- package/dist/api/resources/v1TextToDialogueMultiStreamInput/types/index.d.ts +1 -0
- package/dist/api/resources/v1TextToDialogueMultiStreamInput/types/index.js +17 -0
- package/dist/api/resources/v1TranslateRealtime/exports.d.ts +1 -0
- package/dist/api/resources/v1TranslateRealtime/exports.js +18 -0
- package/dist/api/resources/v1TranslateRealtime/types/ReceiveTranslateStreamMessage.d.ts +5 -0
- package/dist/api/resources/v1TranslateRealtime/types/ReceiveTranslateStreamMessage.js +3 -0
- package/dist/api/resources/v1TranslateRealtime/types/SendTranslateStreamMessage.d.ts +5 -0
- package/dist/api/resources/v1TranslateRealtime/types/SendTranslateStreamMessage.js +3 -0
- package/dist/api/resources/v1TranslateRealtime/types/TextToSpeechTtsModelId.d.ts +6 -0
- package/dist/api/resources/v1TranslateRealtime/types/TextToSpeechTtsModelId.js +9 -0
- package/dist/api/resources/v1TranslateRealtime/types/index.d.ts +3 -0
- package/dist/api/resources/v1TranslateRealtime/types/index.js +19 -0
- package/dist/api/resources/voices/client/Client.js +1 -1
- package/dist/api/resources/voices/client/requests/BodyEditVoiceV1VoicesVoiceIdEditPost.d.ts +1 -1
- package/dist/api/resources/voices/resources/ivc/client/Client.js +1 -1
- package/dist/api/resources/voices/resources/ivc/client/requests/BodyAddVoiceV1VoicesAddPost.d.ts +1 -1
- package/dist/api/resources/voices/resources/ivc/types/AddVoiceRequestLabels.d.ts +4 -0
- package/dist/api/resources/voices/resources/ivc/types/AddVoiceRequestLabels.js +3 -0
- package/dist/api/resources/voices/resources/ivc/types/index.d.ts +1 -1
- package/dist/api/resources/voices/resources/ivc/types/index.js +1 -1
- package/dist/api/resources/voices/types/EditVoiceRequestLabels.d.ts +4 -0
- package/dist/api/resources/voices/types/EditVoiceRequestLabels.js +3 -0
- package/dist/api/resources/voices/types/index.d.ts +1 -1
- package/dist/api/resources/voices/types/index.js +1 -1
- package/dist/api/resources/workspace/client/Client.d.ts +1 -1
- package/dist/api/resources/workspace/client/Client.js +1 -1
- package/dist/api/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.d.ts +2 -0
- package/dist/api/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +2 -0
- package/dist/api/resources/workspace/resources/members/client/Client.d.ts +12 -0
- package/dist/api/resources/workspace/resources/members/client/Client.js +54 -0
- package/dist/api/resources/workspaces/resources/apiKeys/client/Client.d.ts +1 -1
- package/dist/api/resources/workspaces/resources/apiKeys/client/Client.js +1 -1
- package/dist/api/types/AgentConfig.d.ts +1 -2
- package/dist/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -1
- package/dist/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
- package/dist/api/types/AgentPlatformSettingsRequestModel.d.ts +4 -0
- package/dist/api/types/AgentPlatformSettingsResponseModel.d.ts +4 -0
- package/dist/api/types/AgentTopicResponseModel.d.ts +2 -0
- package/dist/api/types/AgentTransferInput.d.ts +11 -0
- package/dist/api/types/AgentTransferInput.js +3 -0
- package/dist/api/types/AgentTransferOp.d.ts +13 -0
- package/dist/api/types/AgentTransferOp.js +3 -0
- package/dist/api/types/AgentTransferOpPop.d.ts +1 -0
- package/dist/api/types/AgentTransferOpPop.js +3 -0
- package/dist/api/types/AgentTransferOpPush.d.ts +3 -0
- package/dist/api/types/AgentTransferOpPush.js +3 -0
- package/dist/api/types/AgentTransferOpReplace.d.ts +1 -0
- package/dist/api/types/AgentTransferOpReplace.js +3 -0
- package/dist/api/types/AgentTransferOutput.d.ts +11 -0
- package/dist/api/types/AgentTransferOutput.js +3 -0
- package/dist/api/types/AlertingSettingsResponse.d.ts +6 -0
- package/dist/api/types/AlertingSettingsResponse.js +3 -0
- package/dist/api/types/AlertingWebhookHeader.d.ts +6 -0
- package/dist/api/types/AlertingWebhookHeader.js +3 -0
- package/dist/api/types/AlertingWebhookHeaderResponse.d.ts +6 -0
- package/dist/api/types/AlertingWebhookHeaderResponse.js +3 -0
- package/dist/api/types/AlertingWebhookMethod.d.ts +5 -0
- package/dist/api/types/AlertingWebhookMethod.js +8 -0
- package/dist/api/types/AlertingWebhookNotifier.d.ts +5 -0
- package/dist/api/types/AlertingWebhookNotifierResponse.d.ts +7 -0
- package/dist/api/types/AlertingWebhookNotifierResponse.js +3 -0
- package/dist/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +4 -2
- package/dist/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +4 -2
- package/dist/api/types/BaseTurnConfig.d.ts +2 -0
- package/dist/api/types/CaptionStyleCharacterAnimationModelEnterType.d.ts +1 -0
- package/dist/api/types/CaptionStyleCharacterAnimationModelEnterType.js +1 -0
- package/dist/api/types/CaptionStyleModel.d.ts +1 -0
- package/dist/api/types/CharacterMetadataResponseModel.d.ts +1 -0
- package/dist/api/types/ClientToolConfigInput.d.ts +4 -2
- package/dist/api/types/ClientToolConfigOutput.d.ts +4 -2
- package/dist/api/types/ConversationChargingCommonModel.d.ts +3 -0
- package/dist/api/types/ConversationHistoryMetadataCommonModel.d.ts +2 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.d.ts +8 -2
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.d.ts +8 -2
- 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/ConversationInitiationSource.d.ts +2 -0
- package/dist/api/types/ConversationInitiationSource.js +2 -0
- package/dist/api/types/ConversationSimulationSpecification.d.ts +1 -1
- package/dist/api/types/CrawlStatus.d.ts +9 -0
- package/dist/api/types/CrawlStatus.js +12 -0
- package/dist/api/types/CreateResponseUnitTestRequest.d.ts +1 -1
- package/dist/api/types/CreateSimulationTestRequest.d.ts +1 -1
- package/dist/api/types/CreateToolCallUnitTestRequest.d.ts +1 -1
- package/dist/api/types/CreateTwilioPhoneNumberRequest.d.ts +2 -0
- package/dist/api/types/CustomGuardrailConfig.d.ts +1 -1
- package/dist/api/types/DefaultSharingGroupConfig.d.ts +7 -0
- package/dist/api/types/DefaultSharingGroupConfig.js +3 -0
- package/dist/api/types/DefaultSharingGroupConfigPermissionLevel.d.ts +7 -0
- package/dist/api/types/DefaultSharingGroupConfigPermissionLevel.js +10 -0
- package/dist/api/types/DubbingLanguageListResponse.d.ts +7 -0
- package/dist/api/types/DubbingLanguageListResponse.js +3 -0
- package/dist/api/types/DubbingLanguageOutputs.d.ts +7 -0
- package/dist/api/types/DubbingLanguageOutputs.js +3 -0
- package/dist/api/types/DubbingLanguageResponse.d.ts +25 -0
- package/dist/api/types/DubbingLanguageResponse.js +3 -0
- package/dist/api/types/DubbingLanguageResponseStatus.d.ts +9 -0
- package/dist/api/types/DubbingLanguageResponseStatus.js +12 -0
- package/dist/api/types/DubbingProjectListResponse.d.ts +7 -0
- package/dist/api/types/DubbingProjectListResponse.js +3 -0
- package/dist/api/types/DubbingProjectResponse.d.ts +23 -0
- package/dist/api/types/DubbingProjectResponse.js +3 -0
- package/dist/api/types/DubbingProjectResponseStatus.d.ts +9 -0
- package/dist/api/types/DubbingProjectResponseStatus.js +12 -0
- package/dist/api/types/DubbingSourceMediaInfo.d.ts +13 -0
- package/dist/api/types/DubbingSourceMediaInfo.js +3 -0
- package/dist/api/types/DubbingSourceSegmentUpdateResponse.d.ts +10 -0
- package/dist/api/types/DubbingSourceSegmentUpdateResponse.js +3 -0
- package/dist/api/types/DubbingSourceTranscriptResponse.d.ts +9 -0
- package/dist/api/types/DubbingSourceTranscriptResponse.js +3 -0
- package/dist/api/types/DubbingTargetSegmentUpdateResponse.d.ts +10 -0
- package/dist/api/types/DubbingTargetSegmentUpdateResponse.js +3 -0
- package/dist/api/types/DubbingTargetTranscriptResponse.d.ts +11 -0
- package/dist/api/types/DubbingTargetTranscriptResponse.js +3 -0
- package/dist/api/types/DubbingTargetTranscriptSegment.d.ts +17 -0
- package/dist/api/types/DubbingTargetTranscriptSegment.js +3 -0
- package/dist/api/types/DubbingTranscriptRevisionResponse.d.ts +7 -0
- package/dist/api/types/DubbingTranscriptRevisionResponse.js +3 -0
- package/dist/api/types/DubbingTranscriptSegment.d.ts +15 -0
- package/dist/api/types/DubbingTranscriptSegment.js +3 -0
- package/dist/api/types/DynamicVariablesConfig.d.ts +4 -0
- package/dist/api/types/DynamicVariablesConfig.js +3 -0
- package/dist/api/types/DynamicVariablesConfigWorkflowOverride.d.ts +4 -0
- package/dist/api/types/DynamicVariablesConfigWorkflowOverride.js +3 -0
- package/dist/api/types/ExternalFileSyncInfo.d.ts +1 -1
- package/dist/api/types/ExternalFolderSyncInfo.d.ts +1 -1
- package/dist/api/types/ExternalSyncJobTrigger.d.ts +6 -0
- package/dist/api/types/ExternalSyncJobTrigger.js +9 -0
- package/dist/api/types/ExternalSyncJobType.d.ts +5 -0
- package/dist/api/types/ExternalSyncJobType.js +8 -0
- package/dist/api/types/ExternalSyncProvider.d.ts +1 -0
- package/dist/api/types/ExternalSyncProvider.js +3 -0
- package/dist/api/types/FineTuningResponse.d.ts +1 -1
- package/dist/api/types/FineTuningResponseStateValue.d.ts +9 -0
- package/dist/api/types/FineTuningResponseStateValue.js +12 -0
- package/dist/api/types/GetConversationResponseModel.d.ts +1 -0
- package/dist/api/types/GetKnowledgeBaseFolderResponseModel.d.ts +2 -0
- package/dist/api/types/GetPronunciationDictionaryMetadataResponse.d.ts +1 -1
- package/dist/api/types/GetPronunciationDictionaryMetadataResponsePermissionOnResource.d.ts +7 -0
- package/dist/api/types/GetPronunciationDictionaryMetadataResponsePermissionOnResource.js +10 -0
- package/dist/api/types/GetResponseUnitTestResponseModel.d.ts +1 -1
- package/dist/api/types/GetSimulationTestResponseModel.d.ts +1 -1
- package/dist/api/types/GetToolCallUnitTestResponseModel.d.ts +1 -1
- package/dist/api/types/InvoiceResponse.d.ts +2 -2
- package/dist/api/types/InvoiceResponsePaymentIntentStatus.d.ts +10 -0
- package/dist/api/types/InvoiceResponsePaymentIntentStatus.js +13 -0
- package/dist/api/types/InvoiceResponsePaymentIntentStatussesItem.d.ts +10 -0
- package/dist/api/types/InvoiceResponsePaymentIntentStatussesItem.js +13 -0
- package/dist/api/types/KbExternalSyncJob.d.ts +17 -0
- package/dist/api/types/KbExternalSyncJob.js +3 -0
- package/dist/api/types/LibraryVoiceResponse.d.ts +1 -1
- package/dist/api/types/LibraryVoiceResponseCategory.d.ts +10 -0
- package/dist/api/types/LibraryVoiceResponseCategory.js +13 -0
- package/dist/api/types/McpServerConfigInput.d.ts +3 -1
- package/dist/api/types/McpServerConfigOutput.d.ts +3 -1
- package/dist/api/types/McpToolConfigOverrideInput.d.ts +5 -3
- package/dist/api/types/McpToolConfigOverrideInputToolCallSound.d.ts +5 -0
- package/dist/api/types/McpToolConfigOverrideInputToolCallSound.js +3 -0
- package/dist/api/types/McpToolConfigOverrideOutput.d.ts +5 -3
- package/dist/api/types/McpToolConfigOverrideOutputToolCallSound.d.ts +5 -0
- package/dist/api/types/McpToolConfigOverrideOutputToolCallSound.js +3 -0
- package/dist/api/types/NumericDistributionAggregate.d.ts +6 -0
- package/dist/api/types/NumericDistributionAggregate.js +3 -0
- package/dist/api/types/OpenerConfig.d.ts +5 -0
- package/dist/api/types/OpenerConfig.js +3 -0
- package/dist/api/types/OrderItemKind.d.ts +1 -0
- package/dist/api/types/OrderItemKind.js +1 -0
- package/dist/api/types/OrderItemRequestInput.d.ts +4 -1
- package/dist/api/types/OrderItemRequestOutput.d.ts +4 -1
- package/dist/api/types/PermissionType.d.ts +2 -0
- package/dist/api/types/PermissionType.js +2 -0
- package/dist/api/types/PlatformCategory.d.ts +11 -0
- package/dist/api/types/PlatformCategory.js +14 -0
- package/dist/api/types/PlatformCategoryUsage.d.ts +8 -0
- package/dist/api/types/PlatformCategoryUsage.js +3 -0
- package/dist/api/types/PlatformUsage.d.ts +7 -0
- package/dist/api/types/PlatformUsage.js +3 -0
- package/dist/api/types/ProjectExtendedResponse.d.ts +7 -7
- package/dist/api/types/ProjectExtendedResponseAccessLevel.d.ts +8 -0
- package/dist/api/types/ProjectExtendedResponseAccessLevel.js +11 -0
- package/dist/api/types/ProjectExtendedResponseApplyTextNormalization.d.ts +8 -0
- package/dist/api/types/ProjectExtendedResponseApplyTextNormalization.js +11 -0
- package/dist/api/types/ProjectExtendedResponseAspectRatio.d.ts +7 -0
- package/dist/api/types/ProjectExtendedResponseAspectRatio.js +10 -0
- package/dist/api/types/ProjectExtendedResponseAssetsItem.d.ts +14 -0
- package/dist/api/types/ProjectExtendedResponseAssetsItem.js +3 -0
- package/dist/api/types/ProjectExtendedResponseFiction.d.ts +5 -0
- package/dist/api/types/ProjectExtendedResponseFiction.js +8 -0
- package/dist/api/types/ProjectExtendedResponseSourceType.d.ts +9 -0
- package/dist/api/types/ProjectExtendedResponseSourceType.js +12 -0
- package/dist/api/types/ProjectExtendedResponseTargetAudience.d.ts +7 -0
- package/dist/api/types/ProjectExtendedResponseTargetAudience.js +10 -0
- package/dist/api/types/ProjectResponse.d.ts +5 -5
- package/dist/api/types/ProjectResponseAccessLevel.d.ts +8 -0
- package/dist/api/types/ProjectResponseAccessLevel.js +11 -0
- package/dist/api/types/ProjectResponseAspectRatio.d.ts +7 -0
- package/dist/api/types/ProjectResponseAspectRatio.js +10 -0
- package/dist/api/types/ProjectResponseFiction.d.ts +5 -0
- package/dist/api/types/ProjectResponseFiction.js +8 -0
- package/dist/api/types/ProjectResponseSourceType.d.ts +9 -0
- package/dist/api/types/ProjectResponseSourceType.js +12 -0
- package/dist/api/types/ProjectResponseTargetAudience.d.ts +7 -0
- package/dist/api/types/ProjectResponseTargetAudience.js +10 -0
- package/dist/api/types/ResponseUnitTestModel.d.ts +1 -1
- package/dist/api/types/RunSubagentToolConfigInput.d.ts +4 -0
- package/dist/api/types/RunSubagentToolConfigInput.js +3 -0
- package/dist/api/types/RunSubagentToolConfigOutput.d.ts +4 -0
- package/dist/api/types/RunSubagentToolConfigOutput.js +3 -0
- package/dist/api/types/RunSubagentToolResultErrorModel.d.ts +4 -0
- package/dist/api/types/RunSubagentToolResultErrorModel.js +3 -0
- package/dist/api/types/RunSubagentToolResultSuccessModel.d.ts +5 -0
- package/dist/api/types/RunSubagentToolResultSuccessModel.js +3 -0
- package/dist/api/types/SentimentAggregate.d.ts +6 -0
- package/dist/api/types/SentimentAnalysisSettings.d.ts +1 -0
- package/dist/api/types/SentimentAnalysisSettings.js +3 -0
- package/dist/api/types/SimulationTestModel.d.ts +1 -1
- package/dist/api/types/SpeechHistoryItemResponse.d.ts +2 -2
- package/dist/api/types/SpeechHistoryItemResponseSource.d.ts +14 -0
- package/dist/api/types/SpeechHistoryItemResponseSource.js +17 -0
- package/dist/api/types/SpeechHistoryItemResponseVoiceCategory.d.ts +7 -0
- package/dist/api/types/SpeechHistoryItemResponseVoiceCategory.js +10 -0
- package/dist/api/types/SubAgentInput.d.ts +7 -0
- package/dist/api/types/SubAgentInput.js +3 -0
- package/dist/api/types/SubAgentOutput.d.ts +7 -0
- package/dist/api/types/SubAgentOutput.js +3 -0
- package/dist/api/types/Subscription.d.ts +5 -3
- package/dist/api/types/SubscriptionMaxCreditLimitExtension.d.ts +4 -0
- package/dist/api/types/SubscriptionMaxCreditLimitExtension.js +3 -0
- package/dist/api/types/SubscriptionPendingChange.d.ts +5 -0
- package/dist/api/types/SubscriptionPendingChange.js +3 -0
- package/dist/api/types/SubscriptionResponse.d.ts +4 -2
- package/dist/api/types/SubscriptionResponseMaxCreditLimitExtension.d.ts +4 -0
- package/dist/api/types/SubscriptionResponseMaxCreditLimitExtension.js +3 -0
- package/dist/api/types/SystemToolConfigInput.d.ts +3 -1
- package/dist/api/types/SystemToolConfigInputParams.d.ts +5 -2
- package/dist/api/types/SystemToolConfigOutput.d.ts +3 -1
- package/dist/api/types/SystemToolConfigOutputParams.d.ts +5 -2
- package/dist/api/types/TextToDialogueWebsocketAudioChunkMulti.d.ts +14 -0
- package/dist/api/types/TextToDialogueWebsocketAudioChunkMulti.js +3 -0
- package/dist/api/types/TextToDialogueWebsocketClientMessageMulti.d.ts +40 -0
- package/dist/api/types/TextToDialogueWebsocketClientMessageMulti.js +3 -0
- package/dist/api/types/TextToDialogueWebsocketFinalAudioForTurnMulti.d.ts +6 -0
- package/dist/api/types/TextToDialogueWebsocketFinalAudioForTurnMulti.js +3 -0
- package/dist/api/types/TextToDialogueWebsocketFinalMulti.d.ts +6 -0
- package/dist/api/types/TextToDialogueWebsocketFinalMulti.js +3 -0
- package/dist/api/types/ToolCallSoundType.d.ts +1 -1
- package/dist/api/types/ToolCallSoundType.js +1 -1
- package/dist/api/types/ToolCallUnitTestModel.d.ts +1 -1
- package/dist/api/types/ToolInterruptionMode.d.ts +6 -0
- package/dist/api/types/ToolInterruptionMode.js +9 -0
- package/dist/api/types/TopicEvaluationCriteriaAggregate.d.ts +6 -0
- package/dist/api/types/TopicEvaluationCriteriaAggregate.js +3 -0
- package/dist/api/types/TopicMetricsAggregate.d.ts +6 -0
- package/dist/api/types/TopicMetricsAggregate.js +3 -0
- package/dist/api/types/TopicSentimentAggregate.d.ts +8 -0
- package/dist/api/types/TopicSentimentAggregate.js +3 -0
- package/dist/api/types/TranscriptionOrderItemRequest.d.ts +11 -0
- package/dist/api/types/TranscriptionOrderItemRequest.js +3 -0
- package/dist/api/types/TransferToAgentToolConfigInput.d.ts +4 -0
- package/dist/api/types/TransferToAgentToolConfigInput.js +3 -0
- package/dist/api/types/TransferToAgentToolConfigOutput.d.ts +4 -0
- package/dist/api/types/TransferToAgentToolConfigOutput.js +3 -0
- package/dist/api/types/TransferToAgentToolResultSuccessModelInput.d.ts +13 -0
- package/dist/api/types/TransferToAgentToolResultSuccessModelInput.js +3 -0
- package/dist/api/types/TransferToAgentToolResultSuccessModelInputBranchInfo.d.ts +10 -0
- package/dist/api/types/TransferToAgentToolResultSuccessModelInputBranchInfo.js +3 -0
- package/dist/api/types/TransferToAgentToolResultSuccessModelOutput.d.ts +13 -0
- package/dist/api/types/TransferToAgentToolResultSuccessModelOutput.js +3 -0
- package/dist/api/types/TransferToAgentToolResultSuccessModelOutputBranchInfo.d.ts +10 -0
- package/dist/api/types/TransferToAgentToolResultSuccessModelOutputBranchInfo.js +3 -0
- package/dist/api/types/TranslateAudioPayload.d.ts +11 -0
- package/dist/api/types/TranslateAudioPayload.js +3 -0
- package/dist/api/types/TranslateEndOfStreamPayload.d.ts +7 -0
- package/dist/api/types/TranslateEndOfStreamPayload.js +3 -0
- package/dist/api/types/TranslateErrorPayload.d.ts +9 -0
- package/dist/api/types/TranslateErrorPayload.js +3 -0
- package/dist/api/types/TranslateFinalTranscriptPayload.d.ts +9 -0
- package/dist/api/types/TranslateFinalTranscriptPayload.js +3 -0
- package/dist/api/types/TranslateInputAudioChunkPayload.d.ts +9 -0
- package/dist/api/types/TranslateInputAudioChunkPayload.js +3 -0
- package/dist/api/types/TranslateInputFormatEnum.d.ts +11 -0
- package/dist/api/types/TranslateInputFormatEnum.js +14 -0
- package/dist/api/types/TranslateOutputFormatEnum.d.ts +15 -0
- package/dist/api/types/TranslateOutputFormatEnum.js +18 -0
- package/dist/api/types/TranslatePartialTranscriptPayload.d.ts +9 -0
- package/dist/api/types/TranslatePartialTranscriptPayload.js +3 -0
- package/dist/api/types/TranslateSessionStartedPayload.d.ts +11 -0
- package/dist/api/types/TranslateSessionStartedPayload.js +3 -0
- package/dist/api/types/TranslateStatusPayload.d.ts +9 -0
- package/dist/api/types/TranslateStatusPayload.js +3 -0
- package/dist/api/types/TranslateTranslationPayload.d.ts +9 -0
- package/dist/api/types/TranslateTranslationPayload.js +3 -0
- package/dist/api/types/TtsConversationalConfigInput.d.ts +1 -1
- package/dist/api/types/TtsConversationalConfigOutput.d.ts +1 -1
- package/dist/api/types/TtsConversationalConfigWorkflowOverrideInput.d.ts +1 -1
- package/dist/api/types/TtsConversationalConfigWorkflowOverrideOutput.d.ts +1 -1
- package/dist/api/types/TurnConfig.d.ts +2 -0
- package/dist/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/dist/api/types/UpdateResponseUnitTestRequest.d.ts +1 -1
- package/dist/api/types/UpdateSimulationTestRequest.d.ts +1 -1
- package/dist/api/types/UpdateToolCallUnitTestRequest.d.ts +1 -1
- package/dist/api/types/UsersSortBy.d.ts +1 -0
- package/dist/api/types/UsersSortBy.js +1 -0
- package/dist/api/types/Voice.d.ts +4 -4
- package/dist/api/types/VoiceCategory.d.ts +4 -2
- package/dist/api/types/VoiceCategory.js +4 -2
- package/dist/api/types/VoiceLabellingStatus.d.ts +5 -0
- package/dist/api/types/VoiceLabellingStatus.js +8 -0
- package/dist/api/types/VoiceRecordingQuality.d.ts +8 -0
- package/dist/api/types/VoiceRecordingQuality.js +11 -0
- package/dist/api/types/VoiceSafetyControl.d.ts +8 -0
- package/dist/api/types/VoiceSafetyControl.js +11 -0
- package/dist/api/types/VoiceSharingResponse.d.ts +1 -1
- package/dist/api/types/VoiceSharingResponseCategory.d.ts +10 -0
- package/dist/api/types/VoiceSharingResponseCategory.js +13 -0
- package/dist/api/types/WebhookToolConfigInput.d.ts +4 -2
- package/dist/api/types/WebhookToolConfigOutput.d.ts +4 -2
- package/dist/api/types/WidgetConfig.d.ts +2 -2
- package/dist/api/types/WidgetConfigAvatar.d.ts +16 -0
- package/dist/api/types/WidgetConfigAvatar.js +3 -0
- package/dist/api/types/WidgetConfigResponse.d.ts +2 -2
- package/dist/api/types/WidgetConfigResponseAvatar.d.ts +16 -0
- package/dist/api/types/WidgetConfigResponseAvatar.js +3 -0
- package/dist/api/types/WidgetConfigResponseSyntaxHighlightTheme.d.ts +5 -0
- package/dist/api/types/WidgetConfigResponseSyntaxHighlightTheme.js +8 -0
- package/dist/api/types/WidgetConfigSyntaxHighlightTheme.d.ts +5 -0
- package/dist/api/types/WidgetConfigSyntaxHighlightTheme.js +8 -0
- package/dist/api/types/WorkspaceAnalyticsQueryResponseModelColumnTypesItem.d.ts +1 -0
- package/dist/api/types/WorkspaceAnalyticsQueryResponseModelColumnTypesItem.js +1 -0
- package/dist/api/types/WorkspaceCreateServiceAccountResponseModel.d.ts +3 -0
- package/dist/api/types/WorkspaceCreateServiceAccountResponseModel.js +3 -0
- package/dist/api/types/WorkspaceGroupPermission.d.ts +2 -0
- package/dist/api/types/WorkspaceGroupPermission.js +2 -0
- package/dist/api/types/WorkspaceMemberResponseModel.d.ts +18 -0
- package/dist/api/types/WorkspaceMemberResponseModel.js +3 -0
- package/dist/api/types/WorkspaceResourceType.d.ts +1 -0
- package/dist/api/types/WorkspaceResourceType.js +1 -0
- package/dist/api/types/index.d.ts +107 -55
- package/dist/api/types/index.js +107 -55
- package/dist/serialization/resources/audioIsolation/types/AudioIsolationRequestFileFormat.d.ts +7 -0
- package/dist/serialization/resources/audioIsolation/types/AudioIsolationRequestFileFormat.js +39 -0
- package/dist/serialization/resources/audioIsolation/types/index.d.ts +1 -1
- package/dist/serialization/resources/audioIsolation/types/index.js +1 -1
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +2 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +5 -3
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +4 -2
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +5 -3
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +4 -2
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelToolCallSound.d.ts +8 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelToolCallSound.js +40 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelToolCallSound.d.ts +8 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelToolCallSound.js +40 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/index.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/index.js +2 -0
- package/dist/serialization/resources/dubbing/resources/index.d.ts +2 -0
- package/dist/serialization/resources/dubbing/resources/index.js +3 -1
- package/dist/serialization/resources/dubbing/resources/project/index.d.ts +2 -0
- package/dist/serialization/resources/dubbing/resources/project/index.js +18 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/index.d.ts +4 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/index.js +43 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/language/client/index.d.ts +1 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/language/client/index.js +17 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/language/client/requests/BodyCreateDubbingLanguageTargetV1DubbingProjectProjectIdLanguagePost.d.ts +12 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/language/client/requests/BodyCreateDubbingLanguageTargetV1DubbingProjectProjectIdLanguagePost.js +44 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/language/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/language/client/requests/index.js +5 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/language/index.d.ts +2 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/language/index.js +18 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/language/resources/index.d.ts +2 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/language/resources/index.js +41 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/language/resources/transcript/client/index.d.ts +1 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/language/resources/transcript/client/index.js +17 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/language/resources/transcript/client/requests/DubbingTargetSegmentUpdateRequest.d.ts +9 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/language/resources/transcript/client/requests/DubbingTargetSegmentUpdateRequest.js +41 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/language/resources/transcript/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/language/resources/transcript/client/requests/index.js +5 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/language/resources/transcript/index.d.ts +1 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/language/resources/transcript/index.js +17 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/transcript/client/index.d.ts +1 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/transcript/client/index.js +17 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/transcript/client/requests/DubbingSegmentCreateRequest.d.ts +12 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/transcript/client/requests/DubbingSegmentCreateRequest.js +44 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/transcript/client/requests/DubbingSegmentUpdateRequest.d.ts +12 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/transcript/client/requests/DubbingSegmentUpdateRequest.js +44 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/transcript/client/requests/index.d.ts +2 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/transcript/client/requests/index.js +7 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/transcript/index.d.ts +1 -0
- package/dist/serialization/resources/dubbing/resources/project/resources/transcript/index.js +17 -0
- package/dist/serialization/resources/dubbing/resources/project/types/ProjectListRequestSortDirection.d.ts +7 -0
- package/dist/serialization/resources/dubbing/resources/project/types/ProjectListRequestSortDirection.js +39 -0
- package/dist/serialization/resources/dubbing/resources/project/types/index.d.ts +1 -0
- package/dist/serialization/resources/dubbing/resources/project/types/index.js +17 -0
- package/dist/serialization/resources/dubbing/types/DubRequestMode.d.ts +7 -0
- package/dist/serialization/resources/dubbing/types/DubRequestMode.js +39 -0
- 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/index.d.ts +5 -2
- package/dist/serialization/resources/index.js +6 -3
- package/dist/serialization/resources/music/client/composeDetailedStream.d.ts +6 -0
- package/dist/serialization/resources/music/client/composeDetailedStream.js +39 -0
- package/dist/serialization/resources/music/client/index.d.ts +1 -0
- package/dist/serialization/resources/music/client/index.js +24 -0
- package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicWithADetailedResponseV1MusicDetailedStreamPost.d.ts +18 -0
- package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicWithADetailedResponseV1MusicDetailedStreamPost.js +50 -0
- package/dist/serialization/resources/music/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/music/client/requests/index.js +3 -1
- package/dist/serialization/resources/music/types/BodyStreamComposedMusicWithADetailedResponseV1MusicDetailedStreamPostCompositionPlan.d.ts +9 -0
- package/dist/serialization/resources/music/types/BodyStreamComposedMusicWithADetailedResponseV1MusicDetailedStreamPostCompositionPlan.js +41 -0
- package/dist/serialization/resources/music/types/BodyStreamComposedMusicWithADetailedResponseV1MusicDetailedStreamPostModelId.d.ts +7 -0
- package/dist/serialization/resources/music/types/BodyStreamComposedMusicWithADetailedResponseV1MusicDetailedStreamPostModelId.js +39 -0
- package/dist/serialization/resources/music/types/MusicComposeDetailedStreamRequestOutputFormat.d.ts +7 -0
- package/dist/serialization/resources/music/types/MusicComposeDetailedStreamRequestOutputFormat.js +66 -0
- package/dist/serialization/resources/music/types/index.d.ts +3 -0
- package/dist/serialization/resources/music/types/index.js +3 -0
- package/dist/serialization/resources/pronunciationDictionaries/types/AddPronunciationDictionaryRequestWorkspaceAccess.d.ts +7 -0
- package/dist/serialization/resources/pronunciationDictionaries/types/AddPronunciationDictionaryRequestWorkspaceAccess.js +39 -0
- 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/client/index.d.ts +1 -0
- package/dist/serialization/resources/serviceAccounts/client/index.js +17 -0
- package/dist/serialization/resources/serviceAccounts/client/requests/BodyCreateServiceAccountV1ServiceAccountsPost.d.ts +11 -0
- package/dist/serialization/resources/serviceAccounts/client/requests/BodyCreateServiceAccountV1ServiceAccountsPost.js +43 -0
- package/dist/serialization/resources/serviceAccounts/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/serviceAccounts/client/requests/index.js +5 -0
- package/dist/serialization/resources/serviceAccounts/index.d.ts +1 -0
- package/dist/serialization/resources/serviceAccounts/index.js +1 -0
- package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechRequestFileFormat.d.ts +7 -0
- package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechRequestFileFormat.js +39 -0
- package/dist/serialization/resources/speechToSpeech/types/index.d.ts +1 -1
- package/dist/serialization/resources/speechToSpeech/types/index.js +1 -1
- package/dist/serialization/resources/v1TextToDialogueMultiStreamInput/index.d.ts +1 -0
- package/dist/serialization/resources/v1TextToDialogueMultiStreamInput/index.js +17 -0
- package/dist/serialization/resources/v1TextToDialogueMultiStreamInput/types/ReceiveTextToDialogueWebsocketMessageMulti.d.ts +11 -0
- package/dist/serialization/resources/v1TextToDialogueMultiStreamInput/types/ReceiveTextToDialogueWebsocketMessageMulti.js +48 -0
- package/dist/serialization/resources/v1TextToDialogueMultiStreamInput/types/index.d.ts +1 -0
- package/dist/serialization/resources/v1TextToDialogueMultiStreamInput/types/index.js +17 -0
- package/dist/serialization/resources/v1TranslateRealtime/index.d.ts +1 -0
- package/dist/serialization/resources/v1TranslateRealtime/index.js +17 -0
- package/dist/serialization/resources/v1TranslateRealtime/types/ReceiveTranslateStreamMessage.d.ts +14 -0
- package/dist/serialization/resources/v1TranslateRealtime/types/ReceiveTranslateStreamMessage.js +54 -0
- package/dist/serialization/resources/v1TranslateRealtime/types/SendTranslateStreamMessage.d.ts +9 -0
- package/dist/serialization/resources/v1TranslateRealtime/types/SendTranslateStreamMessage.js +41 -0
- package/dist/serialization/resources/v1TranslateRealtime/types/TextToSpeechTtsModelId.d.ts +7 -0
- package/dist/serialization/resources/v1TranslateRealtime/types/TextToSpeechTtsModelId.js +39 -0
- package/dist/serialization/resources/v1TranslateRealtime/types/index.d.ts +3 -0
- package/dist/serialization/resources/v1TranslateRealtime/types/index.js +19 -0
- package/dist/serialization/resources/voices/resources/ivc/types/AddVoiceRequestLabels.d.ts +7 -0
- package/dist/serialization/resources/voices/resources/ivc/types/AddVoiceRequestLabels.js +42 -0
- package/dist/serialization/resources/voices/resources/ivc/types/index.d.ts +1 -1
- package/dist/serialization/resources/voices/resources/ivc/types/index.js +1 -1
- package/dist/serialization/resources/voices/types/EditVoiceRequestLabels.d.ts +7 -0
- package/dist/serialization/resources/voices/types/EditVoiceRequestLabels.js +42 -0
- package/dist/serialization/resources/voices/types/index.d.ts +1 -1
- package/dist/serialization/resources/voices/types/index.js +1 -1
- package/dist/serialization/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.d.ts +1 -0
- package/dist/serialization/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.js +1 -0
- package/dist/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +1 -0
- package/dist/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.js +1 -0
- package/dist/serialization/resources/workspace/resources/members/client/index.d.ts +1 -0
- package/dist/serialization/resources/workspace/resources/members/client/index.js +24 -0
- package/dist/serialization/resources/workspace/resources/members/client/list.d.ts +8 -0
- package/dist/serialization/resources/workspace/resources/members/client/list.js +40 -0
- package/dist/serialization/types/AgentConfig.d.ts +1 -2
- package/dist/serialization/types/AgentConfig.js +1 -2
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -2
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +2 -2
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -2
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +2 -2
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.d.ts +3 -0
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.js +3 -0
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.d.ts +3 -0
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.js +3 -0
- package/dist/serialization/types/AgentTopicResponseModel.d.ts +2 -0
- package/dist/serialization/types/AgentTopicResponseModel.js +2 -0
- package/dist/serialization/types/AgentTransferInput.d.ts +16 -0
- package/dist/serialization/types/AgentTransferInput.js +48 -0
- package/dist/serialization/types/AgentTransferOp.d.ts +19 -0
- package/dist/serialization/types/AgentTransferOp.js +51 -0
- package/dist/serialization/types/AgentTransferOpPop.d.ts +7 -0
- package/dist/serialization/types/AgentTransferOpPop.js +39 -0
- package/dist/serialization/types/AgentTransferOpPush.d.ts +9 -0
- package/dist/serialization/types/AgentTransferOpPush.js +41 -0
- package/dist/serialization/types/AgentTransferOpReplace.d.ts +7 -0
- package/dist/serialization/types/AgentTransferOpReplace.js +39 -0
- package/dist/serialization/types/AgentTransferOutput.d.ts +16 -0
- package/dist/serialization/types/AgentTransferOutput.js +48 -0
- package/dist/serialization/types/AlertingSettingsResponse.d.ts +13 -0
- package/dist/serialization/types/AlertingSettingsResponse.js +45 -0
- package/dist/serialization/types/AlertingWebhookHeader.d.ts +11 -0
- package/dist/serialization/types/AlertingWebhookHeader.js +43 -0
- package/dist/serialization/types/AlertingWebhookHeaderResponse.d.ts +11 -0
- package/dist/serialization/types/AlertingWebhookHeaderResponse.js +43 -0
- package/dist/serialization/types/AlertingWebhookMethod.d.ts +7 -0
- package/dist/serialization/types/AlertingWebhookMethod.js +39 -0
- package/dist/serialization/types/AlertingWebhookNotifier.d.ts +4 -0
- package/dist/serialization/types/AlertingWebhookNotifier.js +4 -0
- package/dist/serialization/types/AlertingWebhookNotifierResponse.d.ts +14 -0
- package/dist/serialization/types/AlertingWebhookNotifierResponse.js +46 -0
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +4 -2
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.js +4 -2
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +4 -2
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +4 -2
- package/dist/serialization/types/BaseTurnConfig.d.ts +1 -0
- package/dist/serialization/types/BaseTurnConfig.js +1 -0
- package/dist/serialization/types/CaptionStyleCharacterAnimationModelEnterType.d.ts +1 -1
- package/dist/serialization/types/CaptionStyleCharacterAnimationModelEnterType.js +1 -1
- package/dist/serialization/types/CaptionStyleModel.d.ts +1 -0
- package/dist/serialization/types/CaptionStyleModel.js +1 -0
- package/dist/serialization/types/CharacterMetadataResponseModel.d.ts +1 -0
- package/dist/serialization/types/CharacterMetadataResponseModel.js +1 -0
- package/dist/serialization/types/ClientToolConfigInput.d.ts +4 -2
- package/dist/serialization/types/ClientToolConfigInput.js +4 -2
- package/dist/serialization/types/ClientToolConfigOutput.d.ts +4 -2
- package/dist/serialization/types/ClientToolConfigOutput.js +4 -2
- package/dist/serialization/types/ConversationChargingCommonModel.d.ts +4 -0
- package/dist/serialization/types/ConversationChargingCommonModel.js +4 -0
- package/dist/serialization/types/ConversationHistoryMetadataCommonModel.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryMetadataCommonModel.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.d.ts +11 -3
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.js +6 -2
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.d.ts +11 -3
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.js +6 -2
- package/dist/serialization/types/ConversationInitiationClientDataInternal.d.ts +1 -2
- package/dist/serialization/types/ConversationInitiationClientDataInternal.js +1 -2
- package/dist/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +1 -2
- package/dist/serialization/types/ConversationInitiationClientDataRequestInput.js +1 -2
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +1 -2
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.js +1 -2
- package/dist/serialization/types/ConversationInitiationSource.d.ts +1 -1
- package/dist/serialization/types/ConversationInitiationSource.js +2 -0
- package/dist/serialization/types/ConversationSimulationSpecification.d.ts +1 -2
- package/dist/serialization/types/ConversationSimulationSpecification.js +1 -2
- package/dist/serialization/types/CrawlStatus.d.ts +7 -0
- package/dist/serialization/types/CrawlStatus.js +39 -0
- package/dist/serialization/types/CreateResponseUnitTestRequest.d.ts +1 -2
- package/dist/serialization/types/CreateResponseUnitTestRequest.js +1 -2
- package/dist/serialization/types/CreateSimulationTestRequest.d.ts +1 -2
- package/dist/serialization/types/CreateSimulationTestRequest.js +1 -2
- package/dist/serialization/types/CreateToolCallUnitTestRequest.d.ts +1 -2
- package/dist/serialization/types/CreateToolCallUnitTestRequest.js +1 -2
- package/dist/serialization/types/CreateTwilioPhoneNumberRequest.d.ts +1 -0
- package/dist/serialization/types/CreateTwilioPhoneNumberRequest.js +1 -0
- package/dist/serialization/types/DefaultSharingGroupConfig.d.ts +11 -0
- package/dist/serialization/types/DefaultSharingGroupConfig.js +43 -0
- package/dist/serialization/types/DefaultSharingGroupConfigPermissionLevel.d.ts +7 -0
- package/dist/serialization/types/DefaultSharingGroupConfigPermissionLevel.js +39 -0
- package/dist/serialization/types/DubbingLanguageListResponse.d.ts +11 -0
- package/dist/serialization/types/DubbingLanguageListResponse.js +43 -0
- package/dist/serialization/types/DubbingLanguageOutputs.d.ts +9 -0
- package/dist/serialization/types/DubbingLanguageOutputs.js +41 -0
- package/dist/serialization/types/DubbingLanguageResponse.d.ts +22 -0
- package/dist/serialization/types/DubbingLanguageResponse.js +54 -0
- package/dist/serialization/types/DubbingLanguageResponseStatus.d.ts +7 -0
- package/dist/serialization/types/DubbingLanguageResponseStatus.js +39 -0
- package/dist/serialization/types/DubbingProjectListResponse.d.ts +11 -0
- package/dist/serialization/types/DubbingProjectListResponse.js +43 -0
- package/dist/serialization/types/DubbingProjectResponse.d.ts +20 -0
- package/dist/serialization/types/DubbingProjectResponse.js +52 -0
- package/dist/serialization/types/DubbingProjectResponseStatus.d.ts +7 -0
- package/dist/serialization/types/DubbingProjectResponseStatus.js +39 -0
- package/dist/serialization/types/DubbingSourceMediaInfo.d.ts +12 -0
- package/dist/serialization/types/DubbingSourceMediaInfo.js +44 -0
- package/dist/serialization/types/DubbingSourceSegmentUpdateResponse.d.ts +11 -0
- package/dist/serialization/types/DubbingSourceSegmentUpdateResponse.js +43 -0
- package/dist/serialization/types/DubbingSourceTranscriptResponse.d.ts +12 -0
- package/dist/serialization/types/DubbingSourceTranscriptResponse.js +44 -0
- package/dist/serialization/types/DubbingTargetSegmentUpdateResponse.d.ts +11 -0
- package/dist/serialization/types/DubbingTargetSegmentUpdateResponse.js +43 -0
- package/dist/serialization/types/DubbingTargetTranscriptResponse.d.ts +13 -0
- package/dist/serialization/types/DubbingTargetTranscriptResponse.js +45 -0
- package/dist/serialization/types/DubbingTargetTranscriptSegment.d.ts +14 -0
- package/dist/serialization/types/DubbingTargetTranscriptSegment.js +46 -0
- package/dist/serialization/types/DubbingTranscriptRevisionResponse.d.ts +9 -0
- package/dist/serialization/types/DubbingTranscriptRevisionResponse.js +41 -0
- package/dist/serialization/types/DubbingTranscriptSegment.d.ts +13 -0
- package/dist/serialization/types/DubbingTranscriptSegment.js +45 -0
- package/dist/serialization/types/DynamicVariablesConfig.d.ts +9 -0
- package/dist/serialization/types/DynamicVariablesConfig.js +41 -0
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverride.d.ts +9 -0
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverride.js +41 -0
- package/dist/serialization/types/ExternalFileSyncInfo.d.ts +2 -2
- package/dist/serialization/types/ExternalFileSyncInfo.js +2 -2
- package/dist/serialization/types/ExternalFolderSyncInfo.d.ts +2 -2
- package/dist/serialization/types/ExternalFolderSyncInfo.js +2 -2
- package/dist/serialization/types/ExternalSyncJobTrigger.d.ts +7 -0
- package/dist/serialization/types/ExternalSyncJobTrigger.js +39 -0
- package/dist/serialization/types/ExternalSyncJobType.d.ts +7 -0
- package/dist/serialization/types/ExternalSyncJobType.js +39 -0
- package/dist/serialization/types/ExternalSyncProvider.d.ts +7 -0
- package/dist/serialization/types/ExternalSyncProvider.js +39 -0
- package/dist/serialization/types/FineTuningResponse.d.ts +2 -2
- package/dist/serialization/types/FineTuningResponse.js +2 -2
- package/dist/serialization/types/FineTuningResponseStateValue.d.ts +7 -0
- package/dist/serialization/types/FineTuningResponseStateValue.js +39 -0
- package/dist/serialization/types/GetConversationResponseModel.d.ts +1 -0
- package/dist/serialization/types/GetConversationResponseModel.js +1 -0
- package/dist/serialization/types/GetKnowledgeBaseFolderResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetKnowledgeBaseFolderResponseModel.js +2 -0
- package/dist/serialization/types/GetPronunciationDictionaryMetadataResponse.d.ts +2 -2
- package/dist/serialization/types/GetPronunciationDictionaryMetadataResponse.js +2 -2
- package/dist/serialization/types/GetPronunciationDictionaryMetadataResponsePermissionOnResource.d.ts +7 -0
- package/dist/serialization/types/GetPronunciationDictionaryMetadataResponsePermissionOnResource.js +39 -0
- package/dist/serialization/types/GetResponseUnitTestResponseModel.d.ts +1 -2
- package/dist/serialization/types/GetResponseUnitTestResponseModel.js +1 -2
- package/dist/serialization/types/GetSimulationTestResponseModel.d.ts +1 -2
- package/dist/serialization/types/GetSimulationTestResponseModel.js +1 -2
- package/dist/serialization/types/GetToolCallUnitTestResponseModel.d.ts +1 -2
- package/dist/serialization/types/GetToolCallUnitTestResponseModel.js +1 -2
- package/dist/serialization/types/InvoiceResponse.d.ts +4 -4
- package/dist/serialization/types/InvoiceResponse.js +4 -4
- package/dist/serialization/types/InvoiceResponsePaymentIntentStatus.d.ts +7 -0
- package/dist/serialization/types/InvoiceResponsePaymentIntentStatus.js +47 -0
- package/dist/serialization/types/InvoiceResponsePaymentIntentStatussesItem.d.ts +7 -0
- package/dist/serialization/types/InvoiceResponsePaymentIntentStatussesItem.js +47 -0
- package/dist/serialization/types/KbExternalSyncJob.d.ts +26 -0
- package/dist/serialization/types/KbExternalSyncJob.js +58 -0
- package/dist/serialization/types/LibraryVoiceResponse.d.ts +2 -2
- package/dist/serialization/types/LibraryVoiceResponse.js +2 -2
- package/dist/serialization/types/LibraryVoiceResponseCategory.d.ts +7 -0
- package/dist/serialization/types/LibraryVoiceResponseCategory.js +39 -0
- package/dist/serialization/types/McpServerConfigInput.d.ts +2 -0
- package/dist/serialization/types/McpServerConfigInput.js +2 -0
- package/dist/serialization/types/McpServerConfigOutput.d.ts +2 -0
- package/dist/serialization/types/McpServerConfigOutput.js +2 -0
- package/dist/serialization/types/McpToolConfigOverrideInput.d.ts +4 -2
- package/dist/serialization/types/McpToolConfigOverrideInput.js +4 -2
- package/dist/serialization/types/McpToolConfigOverrideInputToolCallSound.d.ts +8 -0
- package/dist/serialization/types/McpToolConfigOverrideInputToolCallSound.js +40 -0
- package/dist/serialization/types/McpToolConfigOverrideOutput.d.ts +4 -2
- package/dist/serialization/types/McpToolConfigOverrideOutput.js +4 -2
- package/dist/serialization/types/McpToolConfigOverrideOutputToolCallSound.d.ts +8 -0
- package/dist/serialization/types/McpToolConfigOverrideOutputToolCallSound.js +40 -0
- package/dist/serialization/types/NumericDistributionAggregate.d.ts +12 -0
- package/dist/serialization/types/NumericDistributionAggregate.js +44 -0
- package/dist/serialization/types/OpenerConfig.d.ts +10 -0
- package/dist/serialization/types/OpenerConfig.js +42 -0
- package/dist/serialization/types/OrderItemKind.d.ts +1 -1
- package/dist/serialization/types/OrderItemKind.js +1 -1
- package/dist/serialization/types/OrderItemRequestInput.d.ts +5 -1
- package/dist/serialization/types/OrderItemRequestInput.js +2 -0
- package/dist/serialization/types/OrderItemRequestOutput.d.ts +5 -1
- package/dist/serialization/types/OrderItemRequestOutput.js +2 -0
- package/dist/serialization/types/PermissionType.d.ts +1 -1
- package/dist/serialization/types/PermissionType.js +2 -0
- package/dist/serialization/types/PlatformCategory.d.ts +7 -0
- package/dist/serialization/types/PlatformCategory.js +39 -0
- package/dist/serialization/types/PlatformCategoryUsage.d.ts +11 -0
- package/dist/serialization/types/PlatformCategoryUsage.js +43 -0
- package/dist/serialization/types/PlatformUsage.d.ts +10 -0
- package/dist/serialization/types/PlatformUsage.js +42 -0
- package/dist/serialization/types/ProjectExtendedResponse.d.ts +14 -14
- package/dist/serialization/types/ProjectExtendedResponse.js +14 -14
- package/dist/serialization/types/ProjectExtendedResponseAccessLevel.d.ts +7 -0
- package/dist/serialization/types/ProjectExtendedResponseAccessLevel.js +39 -0
- package/dist/serialization/types/ProjectExtendedResponseApplyTextNormalization.d.ts +7 -0
- package/dist/serialization/types/ProjectExtendedResponseApplyTextNormalization.js +39 -0
- package/dist/serialization/types/ProjectExtendedResponseAspectRatio.d.ts +7 -0
- package/dist/serialization/types/ProjectExtendedResponseAspectRatio.js +39 -0
- package/dist/serialization/types/ProjectExtendedResponseAssetsItem.d.ts +19 -0
- package/dist/serialization/types/ProjectExtendedResponseAssetsItem.js +51 -0
- package/dist/serialization/types/ProjectExtendedResponseFiction.d.ts +7 -0
- package/dist/serialization/types/ProjectExtendedResponseFiction.js +39 -0
- package/dist/serialization/types/ProjectExtendedResponseSourceType.d.ts +7 -0
- package/dist/serialization/types/ProjectExtendedResponseSourceType.js +39 -0
- package/dist/serialization/types/ProjectExtendedResponseTargetAudience.d.ts +7 -0
- package/dist/serialization/types/ProjectExtendedResponseTargetAudience.js +39 -0
- package/dist/serialization/types/ProjectResponse.d.ts +10 -10
- package/dist/serialization/types/ProjectResponse.js +10 -10
- package/dist/serialization/types/ProjectResponseAccessLevel.d.ts +7 -0
- package/dist/serialization/types/ProjectResponseAccessLevel.js +39 -0
- package/dist/serialization/types/ProjectResponseAspectRatio.d.ts +7 -0
- package/dist/serialization/types/ProjectResponseAspectRatio.js +39 -0
- package/dist/serialization/types/ProjectResponseFiction.d.ts +7 -0
- package/dist/serialization/types/ProjectResponseFiction.js +39 -0
- package/dist/serialization/types/ProjectResponseSourceType.d.ts +7 -0
- package/dist/serialization/types/ProjectResponseSourceType.js +39 -0
- package/dist/serialization/types/ProjectResponseTargetAudience.d.ts +7 -0
- package/dist/serialization/types/ProjectResponseTargetAudience.js +39 -0
- package/dist/serialization/types/ResponseUnitTestModel.d.ts +1 -2
- package/dist/serialization/types/ResponseUnitTestModel.js +1 -2
- package/dist/serialization/types/RunSubagentToolConfigInput.d.ts +10 -0
- package/dist/serialization/types/RunSubagentToolConfigInput.js +42 -0
- package/dist/serialization/types/RunSubagentToolConfigOutput.d.ts +10 -0
- package/dist/serialization/types/RunSubagentToolConfigOutput.js +42 -0
- package/dist/serialization/types/RunSubagentToolResultErrorModel.d.ts +10 -0
- package/dist/serialization/types/RunSubagentToolResultErrorModel.js +42 -0
- package/dist/serialization/types/RunSubagentToolResultSuccessModel.d.ts +11 -0
- package/dist/serialization/types/RunSubagentToolResultSuccessModel.js +43 -0
- package/dist/serialization/types/SentimentAggregate.d.ts +6 -0
- package/dist/serialization/types/SentimentAggregate.js +6 -0
- package/dist/serialization/types/SentimentAnalysisSettings.d.ts +7 -0
- package/dist/serialization/types/SentimentAnalysisSettings.js +39 -0
- package/dist/serialization/types/SimulationTestModel.d.ts +1 -2
- package/dist/serialization/types/SimulationTestModel.js +1 -2
- package/dist/serialization/types/SpeechHistoryItemResponse.d.ts +4 -4
- package/dist/serialization/types/SpeechHistoryItemResponse.js +4 -4
- package/dist/serialization/types/SpeechHistoryItemResponseSource.d.ts +7 -0
- package/dist/serialization/types/SpeechHistoryItemResponseSource.js +51 -0
- package/dist/serialization/types/SpeechHistoryItemResponseVoiceCategory.d.ts +7 -0
- package/dist/serialization/types/SpeechHistoryItemResponseVoiceCategory.js +39 -0
- package/dist/serialization/types/SubAgentInput.d.ts +12 -0
- package/dist/serialization/types/SubAgentInput.js +45 -0
- package/dist/serialization/types/SubAgentOutput.d.ts +12 -0
- package/dist/serialization/types/SubAgentOutput.js +45 -0
- package/dist/serialization/types/Subscription.d.ts +5 -4
- package/dist/serialization/types/Subscription.js +5 -4
- package/dist/serialization/types/SubscriptionMaxCreditLimitExtension.d.ts +7 -0
- package/dist/serialization/types/SubscriptionMaxCreditLimitExtension.js +42 -0
- package/dist/serialization/types/SubscriptionPendingChange.d.ts +9 -0
- package/dist/serialization/types/SubscriptionPendingChange.js +41 -0
- package/dist/serialization/types/SubscriptionResponse.d.ts +3 -2
- package/dist/serialization/types/SubscriptionResponse.js +3 -2
- package/dist/serialization/types/SubscriptionResponseMaxCreditLimitExtension.d.ts +7 -0
- package/dist/serialization/types/SubscriptionResponseMaxCreditLimitExtension.js +42 -0
- package/dist/serialization/types/SystemToolConfigInput.d.ts +2 -0
- package/dist/serialization/types/SystemToolConfigInput.js +2 -0
- package/dist/serialization/types/SystemToolConfigInputParams.d.ts +7 -3
- package/dist/serialization/types/SystemToolConfigInputParams.js +4 -2
- package/dist/serialization/types/SystemToolConfigOutput.d.ts +2 -0
- package/dist/serialization/types/SystemToolConfigOutput.js +2 -0
- package/dist/serialization/types/SystemToolConfigOutputParams.d.ts +7 -3
- package/dist/serialization/types/SystemToolConfigOutputParams.js +4 -2
- package/dist/serialization/types/TextToDialogueWebsocketAudioChunkMulti.d.ts +13 -0
- package/dist/serialization/types/TextToDialogueWebsocketAudioChunkMulti.js +45 -0
- package/dist/serialization/types/TextToDialogueWebsocketClientMessageMulti.d.ts +23 -0
- package/dist/serialization/types/TextToDialogueWebsocketClientMessageMulti.js +55 -0
- package/dist/serialization/types/TextToDialogueWebsocketFinalAudioForTurnMulti.d.ts +10 -0
- package/dist/serialization/types/TextToDialogueWebsocketFinalAudioForTurnMulti.js +42 -0
- package/dist/serialization/types/TextToDialogueWebsocketFinalMulti.d.ts +10 -0
- package/dist/serialization/types/TextToDialogueWebsocketFinalMulti.js +42 -0
- package/dist/serialization/types/ToolCallUnitTestModel.d.ts +1 -2
- package/dist/serialization/types/ToolCallUnitTestModel.js +1 -2
- package/dist/serialization/types/ToolInterruptionMode.d.ts +7 -0
- package/dist/serialization/types/ToolInterruptionMode.js +39 -0
- package/dist/serialization/types/TopicEvaluationCriteriaAggregate.d.ts +12 -0
- package/dist/serialization/types/TopicEvaluationCriteriaAggregate.js +44 -0
- package/dist/serialization/types/TopicMetricsAggregate.d.ts +13 -0
- package/dist/serialization/types/TopicMetricsAggregate.js +45 -0
- package/dist/serialization/types/TopicSentimentAggregate.d.ts +14 -0
- package/dist/serialization/types/TopicSentimentAggregate.js +46 -0
- package/dist/serialization/types/TranscriptionOrderItemRequest.d.ts +13 -0
- package/dist/serialization/types/TranscriptionOrderItemRequest.js +45 -0
- package/dist/serialization/types/TransferToAgentToolConfigInput.d.ts +10 -0
- package/dist/serialization/types/TransferToAgentToolConfigInput.js +42 -0
- package/dist/serialization/types/TransferToAgentToolConfigOutput.d.ts +10 -0
- package/dist/serialization/types/TransferToAgentToolConfigOutput.js +42 -0
- package/dist/serialization/types/TransferToAgentToolResultSuccessModelInput.d.ts +19 -0
- package/dist/serialization/types/TransferToAgentToolResultSuccessModelInput.js +51 -0
- package/dist/serialization/types/TransferToAgentToolResultSuccessModelInputBranchInfo.d.ts +15 -0
- package/dist/serialization/types/TransferToAgentToolResultSuccessModelInputBranchInfo.js +49 -0
- package/dist/serialization/types/TransferToAgentToolResultSuccessModelOutput.d.ts +19 -0
- package/dist/serialization/types/TransferToAgentToolResultSuccessModelOutput.js +51 -0
- package/dist/serialization/types/TransferToAgentToolResultSuccessModelOutputBranchInfo.d.ts +15 -0
- package/dist/serialization/types/TransferToAgentToolResultSuccessModelOutputBranchInfo.js +49 -0
- package/dist/serialization/types/TranslateAudioPayload.d.ts +11 -0
- package/dist/serialization/types/TranslateAudioPayload.js +43 -0
- package/dist/serialization/types/TranslateEndOfStreamPayload.d.ts +9 -0
- package/dist/serialization/types/TranslateEndOfStreamPayload.js +41 -0
- package/dist/serialization/types/TranslateErrorPayload.d.ts +10 -0
- package/dist/serialization/types/TranslateErrorPayload.js +42 -0
- package/dist/serialization/types/TranslateFinalTranscriptPayload.d.ts +10 -0
- package/dist/serialization/types/TranslateFinalTranscriptPayload.js +42 -0
- package/dist/serialization/types/TranslateInputAudioChunkPayload.d.ts +10 -0
- package/dist/serialization/types/TranslateInputAudioChunkPayload.js +42 -0
- package/dist/serialization/types/TranslateInputFormatEnum.d.ts +7 -0
- package/dist/serialization/types/TranslateInputFormatEnum.js +47 -0
- package/dist/serialization/types/TranslateOutputFormatEnum.d.ts +7 -0
- package/dist/serialization/types/TranslateOutputFormatEnum.js +51 -0
- package/dist/serialization/types/TranslatePartialTranscriptPayload.d.ts +10 -0
- package/dist/serialization/types/TranslatePartialTranscriptPayload.js +42 -0
- package/dist/serialization/types/TranslateSessionStartedPayload.d.ts +11 -0
- package/dist/serialization/types/TranslateSessionStartedPayload.js +43 -0
- package/dist/serialization/types/TranslateStatusPayload.d.ts +10 -0
- package/dist/serialization/types/TranslateStatusPayload.js +42 -0
- package/dist/serialization/types/TranslateTranslationPayload.d.ts +10 -0
- package/dist/serialization/types/TranslateTranslationPayload.js +42 -0
- package/dist/serialization/types/TurnConfig.d.ts +1 -0
- package/dist/serialization/types/TurnConfig.js +1 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.d.ts +1 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.js +1 -0
- package/dist/serialization/types/UpdateResponseUnitTestRequest.d.ts +1 -2
- package/dist/serialization/types/UpdateResponseUnitTestRequest.js +1 -2
- package/dist/serialization/types/UpdateSimulationTestRequest.d.ts +1 -2
- package/dist/serialization/types/UpdateSimulationTestRequest.js +1 -2
- package/dist/serialization/types/UpdateToolCallUnitTestRequest.d.ts +1 -2
- package/dist/serialization/types/UpdateToolCallUnitTestRequest.js +1 -2
- package/dist/serialization/types/UsersSortBy.d.ts +1 -1
- package/dist/serialization/types/UsersSortBy.js +1 -1
- package/dist/serialization/types/Voice.d.ts +8 -8
- package/dist/serialization/types/Voice.js +8 -8
- package/dist/serialization/types/VoiceCategory.d.ts +1 -1
- package/dist/serialization/types/VoiceCategory.js +1 -1
- package/dist/serialization/types/VoiceLabellingStatus.d.ts +7 -0
- package/dist/serialization/types/VoiceLabellingStatus.js +39 -0
- package/dist/serialization/types/VoiceRecordingQuality.d.ts +7 -0
- package/dist/serialization/types/VoiceRecordingQuality.js +39 -0
- package/dist/serialization/types/VoiceSafetyControl.d.ts +7 -0
- package/dist/serialization/types/VoiceSafetyControl.js +39 -0
- package/dist/serialization/types/VoiceSharingResponse.d.ts +2 -2
- package/dist/serialization/types/VoiceSharingResponse.js +2 -2
- package/dist/serialization/types/VoiceSharingResponseCategory.d.ts +7 -0
- package/dist/serialization/types/VoiceSharingResponseCategory.js +39 -0
- package/dist/serialization/types/WebhookToolConfigInput.d.ts +4 -2
- package/dist/serialization/types/WebhookToolConfigInput.js +4 -2
- package/dist/serialization/types/WebhookToolConfigOutput.d.ts +4 -2
- package/dist/serialization/types/WebhookToolConfigOutput.js +4 -2
- package/dist/serialization/types/WidgetConfig.d.ts +4 -4
- package/dist/serialization/types/WidgetConfig.js +4 -4
- package/dist/serialization/types/WidgetConfigAvatar.d.ts +19 -0
- package/dist/serialization/types/WidgetConfigAvatar.js +51 -0
- package/dist/serialization/types/WidgetConfigResponse.d.ts +4 -4
- package/dist/serialization/types/WidgetConfigResponse.js +4 -4
- package/dist/serialization/types/WidgetConfigResponseAvatar.d.ts +19 -0
- package/dist/serialization/types/WidgetConfigResponseAvatar.js +51 -0
- package/dist/serialization/types/WidgetConfigResponseSyntaxHighlightTheme.d.ts +7 -0
- package/dist/serialization/types/WidgetConfigResponseSyntaxHighlightTheme.js +39 -0
- package/dist/serialization/types/WidgetConfigSyntaxHighlightTheme.d.ts +7 -0
- package/dist/serialization/types/WidgetConfigSyntaxHighlightTheme.js +39 -0
- package/dist/serialization/types/WorkspaceAnalyticsQueryResponseModelColumnTypesItem.d.ts +1 -1
- package/dist/serialization/types/WorkspaceAnalyticsQueryResponseModelColumnTypesItem.js +1 -1
- package/dist/serialization/types/WorkspaceCreateServiceAccountResponseModel.d.ts +9 -0
- package/dist/serialization/types/WorkspaceCreateServiceAccountResponseModel.js +41 -0
- package/dist/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
- package/dist/serialization/types/WorkspaceGroupPermission.js +2 -0
- package/dist/serialization/types/WorkspaceMemberResponseModel.d.ts +15 -0
- package/dist/serialization/types/WorkspaceMemberResponseModel.js +47 -0
- package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/dist/serialization/types/WorkspaceResourceType.js +1 -0
- package/dist/serialization/types/index.d.ts +107 -55
- package/dist/serialization/types/index.js +107 -55
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/wrapper/music.d.ts +6 -0
- package/dist/wrapper/music.js +13 -0
- package/package.json +1 -1
- package/reference.md +1404 -160
- package/serialization/resources/audioIsolation/types/AudioIsolationRequestFileFormat.d.ts +7 -0
- package/serialization/resources/audioIsolation/types/AudioIsolationRequestFileFormat.js +39 -0
- package/serialization/resources/audioIsolation/types/index.d.ts +1 -1
- package/serialization/resources/audioIsolation/types/index.js +1 -1
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +2 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +5 -3
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +4 -2
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +5 -3
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +4 -2
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelToolCallSound.d.ts +8 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelToolCallSound.js +40 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelToolCallSound.d.ts +8 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelToolCallSound.js +40 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/index.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/index.js +2 -0
- package/serialization/resources/dubbing/resources/index.d.ts +2 -0
- package/serialization/resources/dubbing/resources/index.js +3 -1
- package/serialization/resources/dubbing/resources/project/index.d.ts +2 -0
- package/serialization/resources/dubbing/resources/project/index.js +18 -0
- package/serialization/resources/dubbing/resources/project/resources/index.d.ts +4 -0
- package/serialization/resources/dubbing/resources/project/resources/index.js +43 -0
- package/serialization/resources/dubbing/resources/project/resources/language/client/index.d.ts +1 -0
- package/serialization/resources/dubbing/resources/project/resources/language/client/index.js +17 -0
- package/serialization/resources/dubbing/resources/project/resources/language/client/requests/BodyCreateDubbingLanguageTargetV1DubbingProjectProjectIdLanguagePost.d.ts +12 -0
- package/serialization/resources/dubbing/resources/project/resources/language/client/requests/BodyCreateDubbingLanguageTargetV1DubbingProjectProjectIdLanguagePost.js +44 -0
- package/serialization/resources/dubbing/resources/project/resources/language/client/requests/index.d.ts +1 -0
- package/serialization/resources/dubbing/resources/project/resources/language/client/requests/index.js +5 -0
- package/serialization/resources/dubbing/resources/project/resources/language/index.d.ts +2 -0
- package/serialization/resources/dubbing/resources/project/resources/language/index.js +18 -0
- package/serialization/resources/dubbing/resources/project/resources/language/resources/index.d.ts +2 -0
- package/serialization/resources/dubbing/resources/project/resources/language/resources/index.js +41 -0
- package/serialization/resources/dubbing/resources/project/resources/language/resources/transcript/client/index.d.ts +1 -0
- package/serialization/resources/dubbing/resources/project/resources/language/resources/transcript/client/index.js +17 -0
- package/serialization/resources/dubbing/resources/project/resources/language/resources/transcript/client/requests/DubbingTargetSegmentUpdateRequest.d.ts +9 -0
- package/serialization/resources/dubbing/resources/project/resources/language/resources/transcript/client/requests/DubbingTargetSegmentUpdateRequest.js +41 -0
- package/serialization/resources/dubbing/resources/project/resources/language/resources/transcript/client/requests/index.d.ts +1 -0
- package/serialization/resources/dubbing/resources/project/resources/language/resources/transcript/client/requests/index.js +5 -0
- package/serialization/resources/dubbing/resources/project/resources/language/resources/transcript/index.d.ts +1 -0
- package/serialization/resources/dubbing/resources/project/resources/language/resources/transcript/index.js +17 -0
- package/serialization/resources/dubbing/resources/project/resources/transcript/client/index.d.ts +1 -0
- package/serialization/resources/dubbing/resources/project/resources/transcript/client/index.js +17 -0
- package/serialization/resources/dubbing/resources/project/resources/transcript/client/requests/DubbingSegmentCreateRequest.d.ts +12 -0
- package/serialization/resources/dubbing/resources/project/resources/transcript/client/requests/DubbingSegmentCreateRequest.js +44 -0
- package/serialization/resources/dubbing/resources/project/resources/transcript/client/requests/DubbingSegmentUpdateRequest.d.ts +12 -0
- package/serialization/resources/dubbing/resources/project/resources/transcript/client/requests/DubbingSegmentUpdateRequest.js +44 -0
- package/serialization/resources/dubbing/resources/project/resources/transcript/client/requests/index.d.ts +2 -0
- package/serialization/resources/dubbing/resources/project/resources/transcript/client/requests/index.js +7 -0
- package/serialization/resources/dubbing/resources/project/resources/transcript/index.d.ts +1 -0
- package/serialization/resources/dubbing/resources/project/resources/transcript/index.js +17 -0
- package/serialization/resources/dubbing/resources/project/types/ProjectListRequestSortDirection.d.ts +7 -0
- package/serialization/resources/dubbing/resources/project/types/ProjectListRequestSortDirection.js +39 -0
- package/serialization/resources/dubbing/resources/project/types/index.d.ts +1 -0
- package/serialization/resources/dubbing/resources/project/types/index.js +17 -0
- package/serialization/resources/dubbing/types/DubRequestMode.d.ts +7 -0
- package/serialization/resources/dubbing/types/DubRequestMode.js +39 -0
- package/serialization/resources/dubbing/types/index.d.ts +1 -1
- package/serialization/resources/dubbing/types/index.js +1 -1
- package/serialization/resources/index.d.ts +5 -2
- package/serialization/resources/index.js +6 -3
- package/serialization/resources/music/client/composeDetailedStream.d.ts +6 -0
- package/serialization/resources/music/client/composeDetailedStream.js +39 -0
- package/serialization/resources/music/client/index.d.ts +1 -0
- package/serialization/resources/music/client/index.js +24 -0
- package/serialization/resources/music/client/requests/BodyStreamComposedMusicWithADetailedResponseV1MusicDetailedStreamPost.d.ts +18 -0
- package/serialization/resources/music/client/requests/BodyStreamComposedMusicWithADetailedResponseV1MusicDetailedStreamPost.js +50 -0
- package/serialization/resources/music/client/requests/index.d.ts +1 -0
- package/serialization/resources/music/client/requests/index.js +3 -1
- package/serialization/resources/music/types/BodyStreamComposedMusicWithADetailedResponseV1MusicDetailedStreamPostCompositionPlan.d.ts +9 -0
- package/serialization/resources/music/types/BodyStreamComposedMusicWithADetailedResponseV1MusicDetailedStreamPostCompositionPlan.js +41 -0
- package/serialization/resources/music/types/BodyStreamComposedMusicWithADetailedResponseV1MusicDetailedStreamPostModelId.d.ts +7 -0
- package/serialization/resources/music/types/BodyStreamComposedMusicWithADetailedResponseV1MusicDetailedStreamPostModelId.js +39 -0
- package/serialization/resources/music/types/MusicComposeDetailedStreamRequestOutputFormat.d.ts +7 -0
- package/serialization/resources/music/types/MusicComposeDetailedStreamRequestOutputFormat.js +66 -0
- package/serialization/resources/music/types/index.d.ts +3 -0
- package/serialization/resources/music/types/index.js +3 -0
- package/serialization/resources/pronunciationDictionaries/types/AddPronunciationDictionaryRequestWorkspaceAccess.d.ts +7 -0
- package/serialization/resources/pronunciationDictionaries/types/AddPronunciationDictionaryRequestWorkspaceAccess.js +39 -0
- package/serialization/resources/pronunciationDictionaries/types/index.d.ts +1 -1
- package/serialization/resources/pronunciationDictionaries/types/index.js +1 -1
- package/serialization/resources/serviceAccounts/client/index.d.ts +1 -0
- package/serialization/resources/serviceAccounts/client/index.js +17 -0
- package/serialization/resources/serviceAccounts/client/requests/BodyCreateServiceAccountV1ServiceAccountsPost.d.ts +11 -0
- package/serialization/resources/serviceAccounts/client/requests/BodyCreateServiceAccountV1ServiceAccountsPost.js +43 -0
- package/serialization/resources/serviceAccounts/client/requests/index.d.ts +1 -0
- package/serialization/resources/serviceAccounts/client/requests/index.js +5 -0
- package/serialization/resources/serviceAccounts/index.d.ts +1 -0
- package/serialization/resources/serviceAccounts/index.js +1 -0
- package/serialization/resources/speechToSpeech/types/SpeechToSpeechRequestFileFormat.d.ts +7 -0
- package/serialization/resources/speechToSpeech/types/SpeechToSpeechRequestFileFormat.js +39 -0
- package/serialization/resources/speechToSpeech/types/index.d.ts +1 -1
- package/serialization/resources/speechToSpeech/types/index.js +1 -1
- package/serialization/resources/v1TextToDialogueMultiStreamInput/index.d.ts +1 -0
- package/serialization/resources/v1TextToDialogueMultiStreamInput/index.js +17 -0
- package/serialization/resources/v1TextToDialogueMultiStreamInput/types/ReceiveTextToDialogueWebsocketMessageMulti.d.ts +11 -0
- package/serialization/resources/v1TextToDialogueMultiStreamInput/types/ReceiveTextToDialogueWebsocketMessageMulti.js +48 -0
- package/serialization/resources/v1TextToDialogueMultiStreamInput/types/index.d.ts +1 -0
- package/serialization/resources/v1TextToDialogueMultiStreamInput/types/index.js +17 -0
- package/serialization/resources/v1TranslateRealtime/index.d.ts +1 -0
- package/serialization/resources/v1TranslateRealtime/index.js +17 -0
- package/serialization/resources/v1TranslateRealtime/types/ReceiveTranslateStreamMessage.d.ts +14 -0
- package/serialization/resources/v1TranslateRealtime/types/ReceiveTranslateStreamMessage.js +54 -0
- package/serialization/resources/v1TranslateRealtime/types/SendTranslateStreamMessage.d.ts +9 -0
- package/serialization/resources/v1TranslateRealtime/types/SendTranslateStreamMessage.js +41 -0
- package/serialization/resources/v1TranslateRealtime/types/TextToSpeechTtsModelId.d.ts +7 -0
- package/serialization/resources/v1TranslateRealtime/types/TextToSpeechTtsModelId.js +39 -0
- package/serialization/resources/v1TranslateRealtime/types/index.d.ts +3 -0
- package/serialization/resources/v1TranslateRealtime/types/index.js +19 -0
- package/serialization/resources/voices/resources/ivc/types/AddVoiceRequestLabels.d.ts +7 -0
- package/serialization/resources/voices/resources/ivc/types/AddVoiceRequestLabels.js +42 -0
- package/serialization/resources/voices/resources/ivc/types/index.d.ts +1 -1
- package/serialization/resources/voices/resources/ivc/types/index.js +1 -1
- package/serialization/resources/voices/types/EditVoiceRequestLabels.d.ts +7 -0
- package/serialization/resources/voices/types/EditVoiceRequestLabels.js +42 -0
- package/serialization/resources/voices/types/index.d.ts +1 -1
- package/serialization/resources/voices/types/index.js +1 -1
- package/serialization/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.d.ts +1 -0
- package/serialization/resources/workspace/resources/invites/client/requests/BodyInviteMultipleUsersV1WorkspaceInvitesAddBulkPost.js +1 -0
- package/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.d.ts +1 -0
- package/serialization/resources/workspace/resources/invites/client/requests/InviteUserRequest.js +1 -0
- package/serialization/resources/workspace/resources/members/client/index.d.ts +1 -0
- package/serialization/resources/workspace/resources/members/client/index.js +24 -0
- package/serialization/resources/workspace/resources/members/client/list.d.ts +8 -0
- package/serialization/resources/workspace/resources/members/client/list.js +40 -0
- package/serialization/types/AgentConfig.d.ts +1 -2
- package/serialization/types/AgentConfig.js +1 -2
- package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -2
- package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +2 -2
- package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -2
- package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +2 -2
- package/serialization/types/AgentPlatformSettingsRequestModel.d.ts +3 -0
- package/serialization/types/AgentPlatformSettingsRequestModel.js +3 -0
- package/serialization/types/AgentPlatformSettingsResponseModel.d.ts +3 -0
- package/serialization/types/AgentPlatformSettingsResponseModel.js +3 -0
- package/serialization/types/AgentTopicResponseModel.d.ts +2 -0
- package/serialization/types/AgentTopicResponseModel.js +2 -0
- package/serialization/types/AgentTransferInput.d.ts +16 -0
- package/serialization/types/AgentTransferInput.js +48 -0
- package/serialization/types/AgentTransferOp.d.ts +19 -0
- package/serialization/types/AgentTransferOp.js +51 -0
- package/serialization/types/AgentTransferOpPop.d.ts +7 -0
- package/serialization/types/AgentTransferOpPop.js +39 -0
- package/serialization/types/AgentTransferOpPush.d.ts +9 -0
- package/serialization/types/AgentTransferOpPush.js +41 -0
- package/serialization/types/AgentTransferOpReplace.d.ts +7 -0
- package/serialization/types/AgentTransferOpReplace.js +39 -0
- package/serialization/types/AgentTransferOutput.d.ts +16 -0
- package/serialization/types/AgentTransferOutput.js +48 -0
- package/serialization/types/AlertingSettingsResponse.d.ts +13 -0
- package/serialization/types/AlertingSettingsResponse.js +45 -0
- package/serialization/types/AlertingWebhookHeader.d.ts +11 -0
- package/serialization/types/AlertingWebhookHeader.js +43 -0
- package/serialization/types/AlertingWebhookHeaderResponse.d.ts +11 -0
- package/serialization/types/AlertingWebhookHeaderResponse.js +43 -0
- package/serialization/types/AlertingWebhookMethod.d.ts +7 -0
- package/serialization/types/AlertingWebhookMethod.js +39 -0
- package/serialization/types/AlertingWebhookNotifier.d.ts +4 -0
- package/serialization/types/AlertingWebhookNotifier.js +4 -0
- package/serialization/types/AlertingWebhookNotifierResponse.d.ts +14 -0
- package/serialization/types/AlertingWebhookNotifierResponse.js +46 -0
- package/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +4 -2
- package/serialization/types/ApiIntegrationWebhookToolConfigInput.js +4 -2
- package/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +4 -2
- package/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +4 -2
- package/serialization/types/BaseTurnConfig.d.ts +1 -0
- package/serialization/types/BaseTurnConfig.js +1 -0
- package/serialization/types/CaptionStyleCharacterAnimationModelEnterType.d.ts +1 -1
- package/serialization/types/CaptionStyleCharacterAnimationModelEnterType.js +1 -1
- package/serialization/types/CaptionStyleModel.d.ts +1 -0
- package/serialization/types/CaptionStyleModel.js +1 -0
- package/serialization/types/CharacterMetadataResponseModel.d.ts +1 -0
- package/serialization/types/CharacterMetadataResponseModel.js +1 -0
- package/serialization/types/ClientToolConfigInput.d.ts +4 -2
- package/serialization/types/ClientToolConfigInput.js +4 -2
- package/serialization/types/ClientToolConfigOutput.d.ts +4 -2
- package/serialization/types/ClientToolConfigOutput.js +4 -2
- package/serialization/types/ConversationChargingCommonModel.d.ts +4 -0
- package/serialization/types/ConversationChargingCommonModel.js +4 -0
- package/serialization/types/ConversationHistoryMetadataCommonModel.d.ts +1 -0
- package/serialization/types/ConversationHistoryMetadataCommonModel.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptResponseModel.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.d.ts +11 -3
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInputResult.js +6 -2
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.d.ts +11 -3
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutputResult.js +6 -2
- package/serialization/types/ConversationInitiationClientDataInternal.d.ts +1 -2
- package/serialization/types/ConversationInitiationClientDataInternal.js +1 -2
- package/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +1 -2
- package/serialization/types/ConversationInitiationClientDataRequestInput.js +1 -2
- package/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +1 -2
- package/serialization/types/ConversationInitiationClientDataRequestOutput.js +1 -2
- package/serialization/types/ConversationInitiationSource.d.ts +1 -1
- package/serialization/types/ConversationInitiationSource.js +2 -0
- package/serialization/types/ConversationSimulationSpecification.d.ts +1 -2
- package/serialization/types/ConversationSimulationSpecification.js +1 -2
- package/serialization/types/CrawlStatus.d.ts +7 -0
- package/serialization/types/CrawlStatus.js +39 -0
- package/serialization/types/CreateResponseUnitTestRequest.d.ts +1 -2
- package/serialization/types/CreateResponseUnitTestRequest.js +1 -2
- package/serialization/types/CreateSimulationTestRequest.d.ts +1 -2
- package/serialization/types/CreateSimulationTestRequest.js +1 -2
- package/serialization/types/CreateToolCallUnitTestRequest.d.ts +1 -2
- package/serialization/types/CreateToolCallUnitTestRequest.js +1 -2
- package/serialization/types/CreateTwilioPhoneNumberRequest.d.ts +1 -0
- package/serialization/types/CreateTwilioPhoneNumberRequest.js +1 -0
- package/serialization/types/DefaultSharingGroupConfig.d.ts +11 -0
- package/serialization/types/DefaultSharingGroupConfig.js +43 -0
- package/serialization/types/DefaultSharingGroupConfigPermissionLevel.d.ts +7 -0
- package/serialization/types/DefaultSharingGroupConfigPermissionLevel.js +39 -0
- package/serialization/types/DubbingLanguageListResponse.d.ts +11 -0
- package/serialization/types/DubbingLanguageListResponse.js +43 -0
- package/serialization/types/DubbingLanguageOutputs.d.ts +9 -0
- package/serialization/types/DubbingLanguageOutputs.js +41 -0
- package/serialization/types/DubbingLanguageResponse.d.ts +22 -0
- package/serialization/types/DubbingLanguageResponse.js +54 -0
- package/serialization/types/DubbingLanguageResponseStatus.d.ts +7 -0
- package/serialization/types/DubbingLanguageResponseStatus.js +39 -0
- package/serialization/types/DubbingProjectListResponse.d.ts +11 -0
- package/serialization/types/DubbingProjectListResponse.js +43 -0
- package/serialization/types/DubbingProjectResponse.d.ts +20 -0
- package/serialization/types/DubbingProjectResponse.js +52 -0
- package/serialization/types/DubbingProjectResponseStatus.d.ts +7 -0
- package/serialization/types/DubbingProjectResponseStatus.js +39 -0
- package/serialization/types/DubbingSourceMediaInfo.d.ts +12 -0
- package/serialization/types/DubbingSourceMediaInfo.js +44 -0
- package/serialization/types/DubbingSourceSegmentUpdateResponse.d.ts +11 -0
- package/serialization/types/DubbingSourceSegmentUpdateResponse.js +43 -0
- package/serialization/types/DubbingSourceTranscriptResponse.d.ts +12 -0
- package/serialization/types/DubbingSourceTranscriptResponse.js +44 -0
- package/serialization/types/DubbingTargetSegmentUpdateResponse.d.ts +11 -0
- package/serialization/types/DubbingTargetSegmentUpdateResponse.js +43 -0
- package/serialization/types/DubbingTargetTranscriptResponse.d.ts +13 -0
- package/serialization/types/DubbingTargetTranscriptResponse.js +45 -0
- package/serialization/types/DubbingTargetTranscriptSegment.d.ts +14 -0
- package/serialization/types/DubbingTargetTranscriptSegment.js +46 -0
- package/serialization/types/DubbingTranscriptRevisionResponse.d.ts +9 -0
- package/serialization/types/DubbingTranscriptRevisionResponse.js +41 -0
- package/serialization/types/DubbingTranscriptSegment.d.ts +13 -0
- package/serialization/types/DubbingTranscriptSegment.js +45 -0
- package/serialization/types/DynamicVariablesConfig.d.ts +9 -0
- package/serialization/types/DynamicVariablesConfig.js +41 -0
- package/serialization/types/DynamicVariablesConfigWorkflowOverride.d.ts +9 -0
- package/serialization/types/DynamicVariablesConfigWorkflowOverride.js +41 -0
- package/serialization/types/ExternalFileSyncInfo.d.ts +2 -2
- package/serialization/types/ExternalFileSyncInfo.js +2 -2
- package/serialization/types/ExternalFolderSyncInfo.d.ts +2 -2
- package/serialization/types/ExternalFolderSyncInfo.js +2 -2
- package/serialization/types/ExternalSyncJobTrigger.d.ts +7 -0
- package/serialization/types/ExternalSyncJobTrigger.js +39 -0
- package/serialization/types/ExternalSyncJobType.d.ts +7 -0
- package/serialization/types/ExternalSyncJobType.js +39 -0
- package/serialization/types/ExternalSyncProvider.d.ts +7 -0
- package/serialization/types/ExternalSyncProvider.js +39 -0
- package/serialization/types/FineTuningResponse.d.ts +2 -2
- package/serialization/types/FineTuningResponse.js +2 -2
- package/serialization/types/FineTuningResponseStateValue.d.ts +7 -0
- package/serialization/types/FineTuningResponseStateValue.js +39 -0
- package/serialization/types/GetConversationResponseModel.d.ts +1 -0
- package/serialization/types/GetConversationResponseModel.js +1 -0
- package/serialization/types/GetKnowledgeBaseFolderResponseModel.d.ts +2 -0
- package/serialization/types/GetKnowledgeBaseFolderResponseModel.js +2 -0
- package/serialization/types/GetPronunciationDictionaryMetadataResponse.d.ts +2 -2
- package/serialization/types/GetPronunciationDictionaryMetadataResponse.js +2 -2
- package/serialization/types/GetPronunciationDictionaryMetadataResponsePermissionOnResource.d.ts +7 -0
- package/serialization/types/GetPronunciationDictionaryMetadataResponsePermissionOnResource.js +39 -0
- package/serialization/types/GetResponseUnitTestResponseModel.d.ts +1 -2
- package/serialization/types/GetResponseUnitTestResponseModel.js +1 -2
- package/serialization/types/GetSimulationTestResponseModel.d.ts +1 -2
- package/serialization/types/GetSimulationTestResponseModel.js +1 -2
- package/serialization/types/GetToolCallUnitTestResponseModel.d.ts +1 -2
- package/serialization/types/GetToolCallUnitTestResponseModel.js +1 -2
- package/serialization/types/InvoiceResponse.d.ts +4 -4
- package/serialization/types/InvoiceResponse.js +4 -4
- package/serialization/types/InvoiceResponsePaymentIntentStatus.d.ts +7 -0
- package/serialization/types/InvoiceResponsePaymentIntentStatus.js +47 -0
- package/serialization/types/InvoiceResponsePaymentIntentStatussesItem.d.ts +7 -0
- package/serialization/types/InvoiceResponsePaymentIntentStatussesItem.js +47 -0
- package/serialization/types/KbExternalSyncJob.d.ts +26 -0
- package/serialization/types/KbExternalSyncJob.js +58 -0
- package/serialization/types/LibraryVoiceResponse.d.ts +2 -2
- package/serialization/types/LibraryVoiceResponse.js +2 -2
- package/serialization/types/LibraryVoiceResponseCategory.d.ts +7 -0
- package/serialization/types/LibraryVoiceResponseCategory.js +39 -0
- package/serialization/types/McpServerConfigInput.d.ts +2 -0
- package/serialization/types/McpServerConfigInput.js +2 -0
- package/serialization/types/McpServerConfigOutput.d.ts +2 -0
- package/serialization/types/McpServerConfigOutput.js +2 -0
- package/serialization/types/McpToolConfigOverrideInput.d.ts +4 -2
- package/serialization/types/McpToolConfigOverrideInput.js +4 -2
- package/serialization/types/McpToolConfigOverrideInputToolCallSound.d.ts +8 -0
- package/serialization/types/McpToolConfigOverrideInputToolCallSound.js +40 -0
- package/serialization/types/McpToolConfigOverrideOutput.d.ts +4 -2
- package/serialization/types/McpToolConfigOverrideOutput.js +4 -2
- package/serialization/types/McpToolConfigOverrideOutputToolCallSound.d.ts +8 -0
- package/serialization/types/McpToolConfigOverrideOutputToolCallSound.js +40 -0
- package/serialization/types/NumericDistributionAggregate.d.ts +12 -0
- package/serialization/types/NumericDistributionAggregate.js +44 -0
- package/serialization/types/OpenerConfig.d.ts +10 -0
- package/serialization/types/OpenerConfig.js +42 -0
- package/serialization/types/OrderItemKind.d.ts +1 -1
- package/serialization/types/OrderItemKind.js +1 -1
- package/serialization/types/OrderItemRequestInput.d.ts +5 -1
- package/serialization/types/OrderItemRequestInput.js +2 -0
- package/serialization/types/OrderItemRequestOutput.d.ts +5 -1
- package/serialization/types/OrderItemRequestOutput.js +2 -0
- package/serialization/types/PermissionType.d.ts +1 -1
- package/serialization/types/PermissionType.js +2 -0
- package/serialization/types/PlatformCategory.d.ts +7 -0
- package/serialization/types/PlatformCategory.js +39 -0
- package/serialization/types/PlatformCategoryUsage.d.ts +11 -0
- package/serialization/types/PlatformCategoryUsage.js +43 -0
- package/serialization/types/PlatformUsage.d.ts +10 -0
- package/serialization/types/PlatformUsage.js +42 -0
- package/serialization/types/ProjectExtendedResponse.d.ts +14 -14
- package/serialization/types/ProjectExtendedResponse.js +14 -14
- package/serialization/types/ProjectExtendedResponseAccessLevel.d.ts +7 -0
- package/serialization/types/ProjectExtendedResponseAccessLevel.js +39 -0
- package/serialization/types/ProjectExtendedResponseApplyTextNormalization.d.ts +7 -0
- package/serialization/types/ProjectExtendedResponseApplyTextNormalization.js +39 -0
- package/serialization/types/ProjectExtendedResponseAspectRatio.d.ts +7 -0
- package/serialization/types/ProjectExtendedResponseAspectRatio.js +39 -0
- package/serialization/types/ProjectExtendedResponseAssetsItem.d.ts +19 -0
- package/serialization/types/ProjectExtendedResponseAssetsItem.js +51 -0
- package/serialization/types/ProjectExtendedResponseFiction.d.ts +7 -0
- package/serialization/types/ProjectExtendedResponseFiction.js +39 -0
- package/serialization/types/ProjectExtendedResponseSourceType.d.ts +7 -0
- package/serialization/types/ProjectExtendedResponseSourceType.js +39 -0
- package/serialization/types/ProjectExtendedResponseTargetAudience.d.ts +7 -0
- package/serialization/types/ProjectExtendedResponseTargetAudience.js +39 -0
- package/serialization/types/ProjectResponse.d.ts +10 -10
- package/serialization/types/ProjectResponse.js +10 -10
- package/serialization/types/ProjectResponseAccessLevel.d.ts +7 -0
- package/serialization/types/ProjectResponseAccessLevel.js +39 -0
- package/serialization/types/ProjectResponseAspectRatio.d.ts +7 -0
- package/serialization/types/ProjectResponseAspectRatio.js +39 -0
- package/serialization/types/ProjectResponseFiction.d.ts +7 -0
- package/serialization/types/ProjectResponseFiction.js +39 -0
- package/serialization/types/ProjectResponseSourceType.d.ts +7 -0
- package/serialization/types/ProjectResponseSourceType.js +39 -0
- package/serialization/types/ProjectResponseTargetAudience.d.ts +7 -0
- package/serialization/types/ProjectResponseTargetAudience.js +39 -0
- package/serialization/types/ResponseUnitTestModel.d.ts +1 -2
- package/serialization/types/ResponseUnitTestModel.js +1 -2
- package/serialization/types/RunSubagentToolConfigInput.d.ts +10 -0
- package/serialization/types/RunSubagentToolConfigInput.js +42 -0
- package/serialization/types/RunSubagentToolConfigOutput.d.ts +10 -0
- package/serialization/types/RunSubagentToolConfigOutput.js +42 -0
- package/serialization/types/RunSubagentToolResultErrorModel.d.ts +10 -0
- package/serialization/types/RunSubagentToolResultErrorModel.js +42 -0
- package/serialization/types/RunSubagentToolResultSuccessModel.d.ts +11 -0
- package/serialization/types/RunSubagentToolResultSuccessModel.js +43 -0
- package/serialization/types/SentimentAggregate.d.ts +6 -0
- package/serialization/types/SentimentAggregate.js +6 -0
- package/serialization/types/SentimentAnalysisSettings.d.ts +7 -0
- package/serialization/types/SentimentAnalysisSettings.js +39 -0
- package/serialization/types/SimulationTestModel.d.ts +1 -2
- package/serialization/types/SimulationTestModel.js +1 -2
- package/serialization/types/SpeechHistoryItemResponse.d.ts +4 -4
- package/serialization/types/SpeechHistoryItemResponse.js +4 -4
- package/serialization/types/SpeechHistoryItemResponseSource.d.ts +7 -0
- package/serialization/types/SpeechHistoryItemResponseSource.js +51 -0
- package/serialization/types/SpeechHistoryItemResponseVoiceCategory.d.ts +7 -0
- package/serialization/types/SpeechHistoryItemResponseVoiceCategory.js +39 -0
- package/serialization/types/SubAgentInput.d.ts +12 -0
- package/serialization/types/SubAgentInput.js +45 -0
- package/serialization/types/SubAgentOutput.d.ts +12 -0
- package/serialization/types/SubAgentOutput.js +45 -0
- package/serialization/types/Subscription.d.ts +5 -4
- package/serialization/types/Subscription.js +5 -4
- package/serialization/types/SubscriptionMaxCreditLimitExtension.d.ts +7 -0
- package/serialization/types/SubscriptionMaxCreditLimitExtension.js +42 -0
- package/serialization/types/SubscriptionPendingChange.d.ts +9 -0
- package/serialization/types/SubscriptionPendingChange.js +41 -0
- package/serialization/types/SubscriptionResponse.d.ts +3 -2
- package/serialization/types/SubscriptionResponse.js +3 -2
- package/serialization/types/SubscriptionResponseMaxCreditLimitExtension.d.ts +7 -0
- package/serialization/types/SubscriptionResponseMaxCreditLimitExtension.js +42 -0
- package/serialization/types/SystemToolConfigInput.d.ts +2 -0
- package/serialization/types/SystemToolConfigInput.js +2 -0
- package/serialization/types/SystemToolConfigInputParams.d.ts +7 -3
- package/serialization/types/SystemToolConfigInputParams.js +4 -2
- package/serialization/types/SystemToolConfigOutput.d.ts +2 -0
- package/serialization/types/SystemToolConfigOutput.js +2 -0
- package/serialization/types/SystemToolConfigOutputParams.d.ts +7 -3
- package/serialization/types/SystemToolConfigOutputParams.js +4 -2
- package/serialization/types/TextToDialogueWebsocketAudioChunkMulti.d.ts +13 -0
- package/serialization/types/TextToDialogueWebsocketAudioChunkMulti.js +45 -0
- package/serialization/types/TextToDialogueWebsocketClientMessageMulti.d.ts +23 -0
- package/serialization/types/TextToDialogueWebsocketClientMessageMulti.js +55 -0
- package/serialization/types/TextToDialogueWebsocketFinalAudioForTurnMulti.d.ts +10 -0
- package/serialization/types/TextToDialogueWebsocketFinalAudioForTurnMulti.js +42 -0
- package/serialization/types/TextToDialogueWebsocketFinalMulti.d.ts +10 -0
- package/serialization/types/TextToDialogueWebsocketFinalMulti.js +42 -0
- package/serialization/types/ToolCallUnitTestModel.d.ts +1 -2
- package/serialization/types/ToolCallUnitTestModel.js +1 -2
- package/serialization/types/ToolInterruptionMode.d.ts +7 -0
- package/serialization/types/ToolInterruptionMode.js +39 -0
- package/serialization/types/TopicEvaluationCriteriaAggregate.d.ts +12 -0
- package/serialization/types/TopicEvaluationCriteriaAggregate.js +44 -0
- package/serialization/types/TopicMetricsAggregate.d.ts +13 -0
- package/serialization/types/TopicMetricsAggregate.js +45 -0
- package/serialization/types/TopicSentimentAggregate.d.ts +14 -0
- package/serialization/types/TopicSentimentAggregate.js +46 -0
- package/serialization/types/TranscriptionOrderItemRequest.d.ts +13 -0
- package/serialization/types/TranscriptionOrderItemRequest.js +45 -0
- package/serialization/types/TransferToAgentToolConfigInput.d.ts +10 -0
- package/serialization/types/TransferToAgentToolConfigInput.js +42 -0
- package/serialization/types/TransferToAgentToolConfigOutput.d.ts +10 -0
- package/serialization/types/TransferToAgentToolConfigOutput.js +42 -0
- package/serialization/types/TransferToAgentToolResultSuccessModelInput.d.ts +19 -0
- package/serialization/types/TransferToAgentToolResultSuccessModelInput.js +51 -0
- package/serialization/types/TransferToAgentToolResultSuccessModelInputBranchInfo.d.ts +15 -0
- package/serialization/types/TransferToAgentToolResultSuccessModelInputBranchInfo.js +49 -0
- package/serialization/types/TransferToAgentToolResultSuccessModelOutput.d.ts +19 -0
- package/serialization/types/TransferToAgentToolResultSuccessModelOutput.js +51 -0
- package/serialization/types/TransferToAgentToolResultSuccessModelOutputBranchInfo.d.ts +15 -0
- package/serialization/types/TransferToAgentToolResultSuccessModelOutputBranchInfo.js +49 -0
- package/serialization/types/TranslateAudioPayload.d.ts +11 -0
- package/serialization/types/TranslateAudioPayload.js +43 -0
- package/serialization/types/TranslateEndOfStreamPayload.d.ts +9 -0
- package/serialization/types/TranslateEndOfStreamPayload.js +41 -0
- package/serialization/types/TranslateErrorPayload.d.ts +10 -0
- package/serialization/types/TranslateErrorPayload.js +42 -0
- package/serialization/types/TranslateFinalTranscriptPayload.d.ts +10 -0
- package/serialization/types/TranslateFinalTranscriptPayload.js +42 -0
- package/serialization/types/TranslateInputAudioChunkPayload.d.ts +10 -0
- package/serialization/types/TranslateInputAudioChunkPayload.js +42 -0
- package/serialization/types/TranslateInputFormatEnum.d.ts +7 -0
- package/serialization/types/TranslateInputFormatEnum.js +47 -0
- package/serialization/types/TranslateOutputFormatEnum.d.ts +7 -0
- package/serialization/types/TranslateOutputFormatEnum.js +51 -0
- package/serialization/types/TranslatePartialTranscriptPayload.d.ts +10 -0
- package/serialization/types/TranslatePartialTranscriptPayload.js +42 -0
- package/serialization/types/TranslateSessionStartedPayload.d.ts +11 -0
- package/serialization/types/TranslateSessionStartedPayload.js +43 -0
- package/serialization/types/TranslateStatusPayload.d.ts +10 -0
- package/serialization/types/TranslateStatusPayload.js +42 -0
- package/serialization/types/TranslateTranslationPayload.d.ts +10 -0
- package/serialization/types/TranslateTranslationPayload.js +42 -0
- package/serialization/types/TurnConfig.d.ts +1 -0
- package/serialization/types/TurnConfig.js +1 -0
- package/serialization/types/TurnConfigWorkflowOverride.d.ts +1 -0
- package/serialization/types/TurnConfigWorkflowOverride.js +1 -0
- package/serialization/types/UpdateResponseUnitTestRequest.d.ts +1 -2
- package/serialization/types/UpdateResponseUnitTestRequest.js +1 -2
- package/serialization/types/UpdateSimulationTestRequest.d.ts +1 -2
- package/serialization/types/UpdateSimulationTestRequest.js +1 -2
- package/serialization/types/UpdateToolCallUnitTestRequest.d.ts +1 -2
- package/serialization/types/UpdateToolCallUnitTestRequest.js +1 -2
- package/serialization/types/UsersSortBy.d.ts +1 -1
- package/serialization/types/UsersSortBy.js +1 -1
- package/serialization/types/Voice.d.ts +8 -8
- package/serialization/types/Voice.js +8 -8
- package/serialization/types/VoiceCategory.d.ts +1 -1
- package/serialization/types/VoiceCategory.js +1 -1
- package/serialization/types/VoiceLabellingStatus.d.ts +7 -0
- package/serialization/types/VoiceLabellingStatus.js +39 -0
- package/serialization/types/VoiceRecordingQuality.d.ts +7 -0
- package/serialization/types/VoiceRecordingQuality.js +39 -0
- package/serialization/types/VoiceSafetyControl.d.ts +7 -0
- package/serialization/types/VoiceSafetyControl.js +39 -0
- package/serialization/types/VoiceSharingResponse.d.ts +2 -2
- package/serialization/types/VoiceSharingResponse.js +2 -2
- package/serialization/types/VoiceSharingResponseCategory.d.ts +7 -0
- package/serialization/types/VoiceSharingResponseCategory.js +39 -0
- package/serialization/types/WebhookToolConfigInput.d.ts +4 -2
- package/serialization/types/WebhookToolConfigInput.js +4 -2
- package/serialization/types/WebhookToolConfigOutput.d.ts +4 -2
- package/serialization/types/WebhookToolConfigOutput.js +4 -2
- package/serialization/types/WidgetConfig.d.ts +4 -4
- package/serialization/types/WidgetConfig.js +4 -4
- package/serialization/types/WidgetConfigAvatar.d.ts +19 -0
- package/serialization/types/WidgetConfigAvatar.js +51 -0
- package/serialization/types/WidgetConfigResponse.d.ts +4 -4
- package/serialization/types/WidgetConfigResponse.js +4 -4
- package/serialization/types/WidgetConfigResponseAvatar.d.ts +19 -0
- package/serialization/types/WidgetConfigResponseAvatar.js +51 -0
- package/serialization/types/WidgetConfigResponseSyntaxHighlightTheme.d.ts +7 -0
- package/serialization/types/WidgetConfigResponseSyntaxHighlightTheme.js +39 -0
- package/serialization/types/WidgetConfigSyntaxHighlightTheme.d.ts +7 -0
- package/serialization/types/WidgetConfigSyntaxHighlightTheme.js +39 -0
- package/serialization/types/WorkspaceAnalyticsQueryResponseModelColumnTypesItem.d.ts +1 -1
- package/serialization/types/WorkspaceAnalyticsQueryResponseModelColumnTypesItem.js +1 -1
- package/serialization/types/WorkspaceCreateServiceAccountResponseModel.d.ts +9 -0
- package/serialization/types/WorkspaceCreateServiceAccountResponseModel.js +41 -0
- package/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
- package/serialization/types/WorkspaceGroupPermission.js +2 -0
- package/serialization/types/WorkspaceMemberResponseModel.d.ts +15 -0
- package/serialization/types/WorkspaceMemberResponseModel.js +47 -0
- package/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/serialization/types/WorkspaceResourceType.js +1 -0
- package/serialization/types/index.d.ts +107 -55
- package/serialization/types/index.js +107 -55
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/wrapper/music.d.ts +6 -0
- package/wrapper/music.js +13 -0
- package/api/resources/audioIsolation/types/AudioIsolationConvertRequestFileFormat.d.ts +0 -5
- package/api/resources/audioIsolation/types/AudioIsolationConvertRequestFileFormat.js +0 -8
- package/api/resources/dubbing/types/DubbingCreateRequestMode.d.ts +0 -6
- package/api/resources/dubbing/types/DubbingCreateRequestMode.js +0 -9
- package/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +0 -7
- package/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.js +0 -10
- package/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestFileFormat.d.ts +0 -5
- package/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestFileFormat.js +0 -8
- package/api/resources/v1RealtimeTranslation/types/ReceiveRttMessage.d.ts +0 -5
- package/api/resources/v1RealtimeTranslation/types/SendRttMessage.d.ts +0 -5
- package/api/resources/v1RealtimeTranslation/types/index.d.ts +0 -2
- package/api/resources/v1RealtimeTranslation/types/index.js +0 -18
- package/api/resources/voices/resources/ivc/types/IvcCreateRequestLabels.d.ts +0 -4
- package/api/resources/voices/types/VoicesUpdateRequestLabels.d.ts +0 -4
- package/api/types/AgentTransfer.d.ts +0 -11
- package/api/types/DynamicVariableValueTypeInput.d.ts +0 -2
- package/api/types/DynamicVariableValueTypeOutput.d.ts +0 -2
- package/api/types/DynamicVariablesConfigInput.d.ts +0 -5
- package/api/types/DynamicVariablesConfigOutput.d.ts +0 -5
- package/api/types/DynamicVariablesConfigWorkflowOverrideInput.d.ts +0 -5
- package/api/types/DynamicVariablesConfigWorkflowOverrideOutput.d.ts +0 -5
- package/api/types/ExtendedSubscriptionResponseModelMaxCreditLimitExtension.d.ts +0 -4
- package/api/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +0 -5
- package/api/types/ExternalSyncType.d.ts +0 -1
- package/api/types/FineTuningResponseModelStateValue.d.ts +0 -9
- package/api/types/FineTuningResponseModelStateValue.js +0 -12
- package/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +0 -7
- package/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.js +0 -10
- package/api/types/InvoiceResponseModelPaymentIntentStatus.d.ts +0 -10
- package/api/types/InvoiceResponseModelPaymentIntentStatus.js +0 -13
- package/api/types/InvoiceResponseModelPaymentIntentStatussesItem.d.ts +0 -10
- package/api/types/InvoiceResponseModelPaymentIntentStatussesItem.js +0 -13
- package/api/types/LibraryVoiceResponseModelCategory.d.ts +0 -10
- package/api/types/LibraryVoiceResponseModelCategory.js +0 -13
- package/api/types/ProjectExtendedResponseModelAccessLevel.d.ts +0 -8
- package/api/types/ProjectExtendedResponseModelAccessLevel.js +0 -11
- package/api/types/ProjectExtendedResponseModelApplyTextNormalization.d.ts +0 -8
- package/api/types/ProjectExtendedResponseModelApplyTextNormalization.js +0 -11
- package/api/types/ProjectExtendedResponseModelAspectRatio.d.ts +0 -7
- package/api/types/ProjectExtendedResponseModelAspectRatio.js +0 -10
- package/api/types/ProjectExtendedResponseModelAssetsItem.d.ts +0 -14
- package/api/types/ProjectExtendedResponseModelFiction.d.ts +0 -5
- package/api/types/ProjectExtendedResponseModelFiction.js +0 -8
- package/api/types/ProjectExtendedResponseModelSourceType.d.ts +0 -9
- package/api/types/ProjectExtendedResponseModelSourceType.js +0 -12
- package/api/types/ProjectExtendedResponseModelTargetAudience.d.ts +0 -7
- package/api/types/ProjectExtendedResponseModelTargetAudience.js +0 -10
- package/api/types/ProjectResponseModelAccessLevel.d.ts +0 -8
- package/api/types/ProjectResponseModelAccessLevel.js +0 -11
- package/api/types/ProjectResponseModelAspectRatio.d.ts +0 -7
- package/api/types/ProjectResponseModelAspectRatio.js +0 -10
- package/api/types/ProjectResponseModelFiction.d.ts +0 -5
- package/api/types/ProjectResponseModelFiction.js +0 -8
- package/api/types/ProjectResponseModelSourceType.d.ts +0 -9
- package/api/types/ProjectResponseModelSourceType.js +0 -12
- package/api/types/ProjectResponseModelTargetAudience.d.ts +0 -7
- package/api/types/ProjectResponseModelTargetAudience.js +0 -10
- package/api/types/RttAudioPayload.d.ts +0 -11
- package/api/types/RttEndOfStreamPayload.d.ts +0 -7
- package/api/types/RttErrorPayload.d.ts +0 -9
- package/api/types/RttFinalTranscriptPayload.d.ts +0 -9
- package/api/types/RttInputAudioChunkPayload.d.ts +0 -9
- package/api/types/RttInputFormatEnum.d.ts +0 -11
- package/api/types/RttInputFormatEnum.js +0 -14
- package/api/types/RttOutputFormatEnum.d.ts +0 -15
- package/api/types/RttOutputFormatEnum.js +0 -18
- package/api/types/RttPartialTranscriptPayload.d.ts +0 -9
- package/api/types/RttSessionStartedPayload.d.ts +0 -11
- package/api/types/RttStatusPayload.d.ts +0 -9
- package/api/types/RttTranslationPayload.d.ts +0 -9
- package/api/types/SpeechHistoryItemResponseModelSource.d.ts +0 -14
- package/api/types/SpeechHistoryItemResponseModelSource.js +0 -17
- package/api/types/SpeechHistoryItemResponseModelVoiceCategory.d.ts +0 -7
- package/api/types/SpeechHistoryItemResponseModelVoiceCategory.js +0 -10
- package/api/types/SubscriptionResponseModelMaxCreditLimitExtension.d.ts +0 -4
- package/api/types/TransferToAgentToolConfig.d.ts +0 -4
- package/api/types/TransferToAgentToolResultSuccessModel.d.ts +0 -13
- package/api/types/TransferToAgentToolResultSuccessModelBranchInfo.d.ts +0 -10
- package/api/types/VoiceResponseModelCategory.d.ts +0 -10
- package/api/types/VoiceResponseModelCategory.js +0 -13
- package/api/types/VoiceResponseModelLabellingStatus.d.ts +0 -5
- package/api/types/VoiceResponseModelLabellingStatus.js +0 -8
- package/api/types/VoiceResponseModelRecordingQuality.d.ts +0 -8
- package/api/types/VoiceResponseModelRecordingQuality.js +0 -11
- package/api/types/VoiceResponseModelSafetyControl.d.ts +0 -8
- package/api/types/VoiceResponseModelSafetyControl.js +0 -11
- package/api/types/VoiceSharingResponseModelCategory.d.ts +0 -10
- package/api/types/VoiceSharingResponseModelCategory.js +0 -13
- package/api/types/WidgetConfigInputAvatar.d.ts +0 -16
- package/api/types/WidgetConfigInputSyntaxHighlightTheme.d.ts +0 -5
- package/api/types/WidgetConfigInputSyntaxHighlightTheme.js +0 -8
- package/api/types/WidgetConfigOutputAvatar.d.ts +0 -16
- package/api/types/WidgetConfigOutputSyntaxHighlightTheme.d.ts +0 -5
- package/api/types/WidgetConfigOutputSyntaxHighlightTheme.js +0 -8
- package/api/types/WidgetConfigResponseModelAvatar.d.ts +0 -16
- package/api/types/WidgetConfigResponseModelSyntaxHighlightTheme.d.ts +0 -5
- package/api/types/WidgetConfigResponseModelSyntaxHighlightTheme.js +0 -8
- package/dist/api/resources/audioIsolation/types/AudioIsolationConvertRequestFileFormat.d.ts +0 -5
- package/dist/api/resources/audioIsolation/types/AudioIsolationConvertRequestFileFormat.js +0 -8
- package/dist/api/resources/dubbing/types/DubbingCreateRequestMode.d.ts +0 -6
- package/dist/api/resources/dubbing/types/DubbingCreateRequestMode.js +0 -9
- package/dist/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +0 -7
- package/dist/api/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.js +0 -10
- package/dist/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestFileFormat.d.ts +0 -5
- package/dist/api/resources/speechToSpeech/types/SpeechToSpeechConvertRequestFileFormat.js +0 -8
- package/dist/api/resources/v1RealtimeTranslation/types/ReceiveRttMessage.d.ts +0 -5
- package/dist/api/resources/v1RealtimeTranslation/types/SendRttMessage.d.ts +0 -5
- package/dist/api/resources/v1RealtimeTranslation/types/index.d.ts +0 -2
- package/dist/api/resources/v1RealtimeTranslation/types/index.js +0 -18
- package/dist/api/resources/voices/resources/ivc/types/IvcCreateRequestLabels.d.ts +0 -4
- package/dist/api/resources/voices/types/VoicesUpdateRequestLabels.d.ts +0 -4
- package/dist/api/types/AgentTransfer.d.ts +0 -11
- package/dist/api/types/DynamicVariableValueTypeInput.d.ts +0 -2
- package/dist/api/types/DynamicVariableValueTypeOutput.d.ts +0 -2
- package/dist/api/types/DynamicVariablesConfigInput.d.ts +0 -5
- package/dist/api/types/DynamicVariablesConfigOutput.d.ts +0 -5
- package/dist/api/types/DynamicVariablesConfigWorkflowOverrideInput.d.ts +0 -5
- package/dist/api/types/DynamicVariablesConfigWorkflowOverrideOutput.d.ts +0 -5
- package/dist/api/types/ExtendedSubscriptionResponseModelMaxCreditLimitExtension.d.ts +0 -4
- package/dist/api/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +0 -5
- package/dist/api/types/ExternalSyncType.d.ts +0 -1
- package/dist/api/types/FineTuningResponseModelStateValue.d.ts +0 -9
- package/dist/api/types/FineTuningResponseModelStateValue.js +0 -12
- package/dist/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +0 -7
- package/dist/api/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.js +0 -10
- package/dist/api/types/InvoiceResponseModelPaymentIntentStatus.d.ts +0 -10
- package/dist/api/types/InvoiceResponseModelPaymentIntentStatus.js +0 -13
- package/dist/api/types/InvoiceResponseModelPaymentIntentStatussesItem.d.ts +0 -10
- package/dist/api/types/InvoiceResponseModelPaymentIntentStatussesItem.js +0 -13
- package/dist/api/types/LibraryVoiceResponseModelCategory.d.ts +0 -10
- package/dist/api/types/LibraryVoiceResponseModelCategory.js +0 -13
- package/dist/api/types/ProjectExtendedResponseModelAccessLevel.d.ts +0 -8
- package/dist/api/types/ProjectExtendedResponseModelAccessLevel.js +0 -11
- package/dist/api/types/ProjectExtendedResponseModelApplyTextNormalization.d.ts +0 -8
- package/dist/api/types/ProjectExtendedResponseModelApplyTextNormalization.js +0 -11
- package/dist/api/types/ProjectExtendedResponseModelAspectRatio.d.ts +0 -7
- package/dist/api/types/ProjectExtendedResponseModelAspectRatio.js +0 -10
- package/dist/api/types/ProjectExtendedResponseModelAssetsItem.d.ts +0 -14
- package/dist/api/types/ProjectExtendedResponseModelFiction.d.ts +0 -5
- package/dist/api/types/ProjectExtendedResponseModelFiction.js +0 -8
- package/dist/api/types/ProjectExtendedResponseModelSourceType.d.ts +0 -9
- package/dist/api/types/ProjectExtendedResponseModelSourceType.js +0 -12
- package/dist/api/types/ProjectExtendedResponseModelTargetAudience.d.ts +0 -7
- package/dist/api/types/ProjectExtendedResponseModelTargetAudience.js +0 -10
- package/dist/api/types/ProjectResponseModelAccessLevel.d.ts +0 -8
- package/dist/api/types/ProjectResponseModelAccessLevel.js +0 -11
- package/dist/api/types/ProjectResponseModelAspectRatio.d.ts +0 -7
- package/dist/api/types/ProjectResponseModelAspectRatio.js +0 -10
- package/dist/api/types/ProjectResponseModelFiction.d.ts +0 -5
- package/dist/api/types/ProjectResponseModelFiction.js +0 -8
- package/dist/api/types/ProjectResponseModelSourceType.d.ts +0 -9
- package/dist/api/types/ProjectResponseModelSourceType.js +0 -12
- package/dist/api/types/ProjectResponseModelTargetAudience.d.ts +0 -7
- package/dist/api/types/ProjectResponseModelTargetAudience.js +0 -10
- package/dist/api/types/RttAudioPayload.d.ts +0 -11
- package/dist/api/types/RttEndOfStreamPayload.d.ts +0 -7
- package/dist/api/types/RttErrorPayload.d.ts +0 -9
- package/dist/api/types/RttFinalTranscriptPayload.d.ts +0 -9
- package/dist/api/types/RttInputAudioChunkPayload.d.ts +0 -9
- package/dist/api/types/RttInputFormatEnum.d.ts +0 -11
- package/dist/api/types/RttInputFormatEnum.js +0 -14
- package/dist/api/types/RttOutputFormatEnum.d.ts +0 -15
- package/dist/api/types/RttOutputFormatEnum.js +0 -18
- package/dist/api/types/RttPartialTranscriptPayload.d.ts +0 -9
- package/dist/api/types/RttSessionStartedPayload.d.ts +0 -11
- package/dist/api/types/RttStatusPayload.d.ts +0 -9
- package/dist/api/types/RttTranslationPayload.d.ts +0 -9
- package/dist/api/types/SpeechHistoryItemResponseModelSource.d.ts +0 -14
- package/dist/api/types/SpeechHistoryItemResponseModelSource.js +0 -17
- package/dist/api/types/SpeechHistoryItemResponseModelVoiceCategory.d.ts +0 -7
- package/dist/api/types/SpeechHistoryItemResponseModelVoiceCategory.js +0 -10
- package/dist/api/types/SubscriptionResponseModelMaxCreditLimitExtension.d.ts +0 -4
- package/dist/api/types/TransferToAgentToolConfig.d.ts +0 -4
- package/dist/api/types/TransferToAgentToolResultSuccessModel.d.ts +0 -13
- package/dist/api/types/TransferToAgentToolResultSuccessModelBranchInfo.d.ts +0 -10
- package/dist/api/types/VoiceResponseModelCategory.d.ts +0 -10
- package/dist/api/types/VoiceResponseModelCategory.js +0 -13
- package/dist/api/types/VoiceResponseModelLabellingStatus.d.ts +0 -5
- package/dist/api/types/VoiceResponseModelLabellingStatus.js +0 -8
- package/dist/api/types/VoiceResponseModelRecordingQuality.d.ts +0 -8
- package/dist/api/types/VoiceResponseModelRecordingQuality.js +0 -11
- package/dist/api/types/VoiceResponseModelSafetyControl.d.ts +0 -8
- package/dist/api/types/VoiceResponseModelSafetyControl.js +0 -11
- package/dist/api/types/VoiceSharingResponseModelCategory.d.ts +0 -10
- package/dist/api/types/VoiceSharingResponseModelCategory.js +0 -13
- package/dist/api/types/WidgetConfigInputAvatar.d.ts +0 -16
- package/dist/api/types/WidgetConfigInputSyntaxHighlightTheme.d.ts +0 -5
- package/dist/api/types/WidgetConfigInputSyntaxHighlightTheme.js +0 -8
- package/dist/api/types/WidgetConfigOutputAvatar.d.ts +0 -16
- package/dist/api/types/WidgetConfigOutputSyntaxHighlightTheme.d.ts +0 -5
- package/dist/api/types/WidgetConfigOutputSyntaxHighlightTheme.js +0 -8
- package/dist/api/types/WidgetConfigResponseModelAvatar.d.ts +0 -16
- package/dist/api/types/WidgetConfigResponseModelSyntaxHighlightTheme.d.ts +0 -5
- package/dist/api/types/WidgetConfigResponseModelSyntaxHighlightTheme.js +0 -8
- package/dist/serialization/resources/audioIsolation/types/AudioIsolationConvertRequestFileFormat.d.ts +0 -7
- package/dist/serialization/resources/audioIsolation/types/AudioIsolationConvertRequestFileFormat.js +0 -39
- package/dist/serialization/resources/dubbing/types/DubbingCreateRequestMode.d.ts +0 -7
- package/dist/serialization/resources/dubbing/types/DubbingCreateRequestMode.js +0 -39
- package/dist/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +0 -7
- package/dist/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.js +0 -39
- package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestFileFormat.d.ts +0 -7
- package/dist/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestFileFormat.js +0 -39
- package/dist/serialization/resources/v1RealtimeTranslation/types/ReceiveRttMessage.d.ts +0 -14
- package/dist/serialization/resources/v1RealtimeTranslation/types/ReceiveRttMessage.js +0 -54
- package/dist/serialization/resources/v1RealtimeTranslation/types/SendRttMessage.d.ts +0 -9
- package/dist/serialization/resources/v1RealtimeTranslation/types/SendRttMessage.js +0 -41
- package/dist/serialization/resources/v1RealtimeTranslation/types/index.d.ts +0 -2
- package/dist/serialization/resources/v1RealtimeTranslation/types/index.js +0 -18
- package/dist/serialization/resources/voices/resources/ivc/types/IvcCreateRequestLabels.d.ts +0 -7
- package/dist/serialization/resources/voices/resources/ivc/types/IvcCreateRequestLabels.js +0 -42
- package/dist/serialization/resources/voices/types/VoicesUpdateRequestLabels.d.ts +0 -7
- package/dist/serialization/resources/voices/types/VoicesUpdateRequestLabels.js +0 -42
- package/dist/serialization/types/AgentTransfer.d.ts +0 -16
- package/dist/serialization/types/AgentTransfer.js +0 -48
- package/dist/serialization/types/DynamicVariableValueTypeInput.d.ts +0 -8
- package/dist/serialization/types/DynamicVariableValueTypeInput.js +0 -46
- package/dist/serialization/types/DynamicVariableValueTypeOutput.d.ts +0 -8
- package/dist/serialization/types/DynamicVariableValueTypeOutput.js +0 -46
- package/dist/serialization/types/DynamicVariablesConfigInput.d.ts +0 -10
- package/dist/serialization/types/DynamicVariablesConfigInput.js +0 -42
- package/dist/serialization/types/DynamicVariablesConfigOutput.d.ts +0 -10
- package/dist/serialization/types/DynamicVariablesConfigOutput.js +0 -42
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideInput.d.ts +0 -10
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideInput.js +0 -42
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideOutput.d.ts +0 -10
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideOutput.js +0 -42
- package/dist/serialization/types/ExtendedSubscriptionResponseModelMaxCreditLimitExtension.d.ts +0 -7
- package/dist/serialization/types/ExtendedSubscriptionResponseModelMaxCreditLimitExtension.js +0 -42
- package/dist/serialization/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +0 -9
- package/dist/serialization/types/ExtendedSubscriptionResponseModelPendingChange.js +0 -41
- package/dist/serialization/types/ExternalSyncType.d.ts +0 -7
- package/dist/serialization/types/ExternalSyncType.js +0 -39
- package/dist/serialization/types/FineTuningResponseModelStateValue.d.ts +0 -7
- package/dist/serialization/types/FineTuningResponseModelStateValue.js +0 -39
- package/dist/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +0 -7
- package/dist/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.js +0 -39
- package/dist/serialization/types/InvoiceResponseModelPaymentIntentStatus.d.ts +0 -7
- package/dist/serialization/types/InvoiceResponseModelPaymentIntentStatus.js +0 -47
- package/dist/serialization/types/InvoiceResponseModelPaymentIntentStatussesItem.d.ts +0 -7
- package/dist/serialization/types/InvoiceResponseModelPaymentIntentStatussesItem.js +0 -47
- package/dist/serialization/types/LibraryVoiceResponseModelCategory.d.ts +0 -7
- package/dist/serialization/types/LibraryVoiceResponseModelCategory.js +0 -39
- package/dist/serialization/types/ProjectExtendedResponseModelAccessLevel.d.ts +0 -7
- package/dist/serialization/types/ProjectExtendedResponseModelAccessLevel.js +0 -39
- package/dist/serialization/types/ProjectExtendedResponseModelApplyTextNormalization.d.ts +0 -7
- package/dist/serialization/types/ProjectExtendedResponseModelApplyTextNormalization.js +0 -39
- package/dist/serialization/types/ProjectExtendedResponseModelAspectRatio.d.ts +0 -7
- package/dist/serialization/types/ProjectExtendedResponseModelAspectRatio.js +0 -39
- package/dist/serialization/types/ProjectExtendedResponseModelAssetsItem.d.ts +0 -19
- package/dist/serialization/types/ProjectExtendedResponseModelAssetsItem.js +0 -51
- package/dist/serialization/types/ProjectExtendedResponseModelFiction.d.ts +0 -7
- package/dist/serialization/types/ProjectExtendedResponseModelFiction.js +0 -39
- package/dist/serialization/types/ProjectExtendedResponseModelSourceType.d.ts +0 -7
- package/dist/serialization/types/ProjectExtendedResponseModelSourceType.js +0 -39
- package/dist/serialization/types/ProjectExtendedResponseModelTargetAudience.d.ts +0 -7
- package/dist/serialization/types/ProjectExtendedResponseModelTargetAudience.js +0 -39
- package/dist/serialization/types/ProjectResponseModelAccessLevel.d.ts +0 -7
- package/dist/serialization/types/ProjectResponseModelAccessLevel.js +0 -39
- package/dist/serialization/types/ProjectResponseModelAspectRatio.d.ts +0 -7
- package/dist/serialization/types/ProjectResponseModelAspectRatio.js +0 -39
- package/dist/serialization/types/ProjectResponseModelFiction.d.ts +0 -7
- package/dist/serialization/types/ProjectResponseModelFiction.js +0 -39
- package/dist/serialization/types/ProjectResponseModelSourceType.d.ts +0 -7
- package/dist/serialization/types/ProjectResponseModelSourceType.js +0 -39
- package/dist/serialization/types/ProjectResponseModelTargetAudience.d.ts +0 -7
- package/dist/serialization/types/ProjectResponseModelTargetAudience.js +0 -39
- package/dist/serialization/types/RttAudioPayload.d.ts +0 -11
- package/dist/serialization/types/RttAudioPayload.js +0 -43
- package/dist/serialization/types/RttEndOfStreamPayload.d.ts +0 -9
- package/dist/serialization/types/RttEndOfStreamPayload.js +0 -41
- package/dist/serialization/types/RttErrorPayload.d.ts +0 -10
- package/dist/serialization/types/RttErrorPayload.js +0 -42
- package/dist/serialization/types/RttFinalTranscriptPayload.d.ts +0 -10
- package/dist/serialization/types/RttFinalTranscriptPayload.js +0 -42
- package/dist/serialization/types/RttInputAudioChunkPayload.d.ts +0 -10
- package/dist/serialization/types/RttInputAudioChunkPayload.js +0 -42
- package/dist/serialization/types/RttInputFormatEnum.d.ts +0 -7
- package/dist/serialization/types/RttInputFormatEnum.js +0 -47
- package/dist/serialization/types/RttOutputFormatEnum.d.ts +0 -7
- package/dist/serialization/types/RttOutputFormatEnum.js +0 -51
- package/dist/serialization/types/RttPartialTranscriptPayload.d.ts +0 -10
- package/dist/serialization/types/RttPartialTranscriptPayload.js +0 -42
- package/dist/serialization/types/RttSessionStartedPayload.d.ts +0 -11
- package/dist/serialization/types/RttSessionStartedPayload.js +0 -43
- package/dist/serialization/types/RttStatusPayload.d.ts +0 -10
- package/dist/serialization/types/RttStatusPayload.js +0 -42
- package/dist/serialization/types/RttTranslationPayload.d.ts +0 -10
- package/dist/serialization/types/RttTranslationPayload.js +0 -42
- package/dist/serialization/types/SpeechHistoryItemResponseModelSource.d.ts +0 -7
- package/dist/serialization/types/SpeechHistoryItemResponseModelSource.js +0 -51
- package/dist/serialization/types/SpeechHistoryItemResponseModelVoiceCategory.d.ts +0 -7
- package/dist/serialization/types/SpeechHistoryItemResponseModelVoiceCategory.js +0 -39
- package/dist/serialization/types/SubscriptionResponseModelMaxCreditLimitExtension.d.ts +0 -7
- package/dist/serialization/types/SubscriptionResponseModelMaxCreditLimitExtension.js +0 -42
- package/dist/serialization/types/TransferToAgentToolConfig.d.ts +0 -10
- package/dist/serialization/types/TransferToAgentToolConfig.js +0 -42
- package/dist/serialization/types/TransferToAgentToolResultSuccessModel.d.ts +0 -19
- package/dist/serialization/types/TransferToAgentToolResultSuccessModel.js +0 -51
- package/dist/serialization/types/TransferToAgentToolResultSuccessModelBranchInfo.d.ts +0 -15
- package/dist/serialization/types/TransferToAgentToolResultSuccessModelBranchInfo.js +0 -49
- package/dist/serialization/types/VoiceResponseModelCategory.d.ts +0 -7
- package/dist/serialization/types/VoiceResponseModelCategory.js +0 -39
- package/dist/serialization/types/VoiceResponseModelLabellingStatus.d.ts +0 -7
- package/dist/serialization/types/VoiceResponseModelLabellingStatus.js +0 -39
- package/dist/serialization/types/VoiceResponseModelRecordingQuality.d.ts +0 -7
- package/dist/serialization/types/VoiceResponseModelRecordingQuality.js +0 -39
- package/dist/serialization/types/VoiceResponseModelSafetyControl.d.ts +0 -7
- package/dist/serialization/types/VoiceResponseModelSafetyControl.js +0 -39
- package/dist/serialization/types/VoiceSharingResponseModelCategory.d.ts +0 -7
- package/dist/serialization/types/VoiceSharingResponseModelCategory.js +0 -39
- package/dist/serialization/types/WidgetConfigInputAvatar.d.ts +0 -19
- package/dist/serialization/types/WidgetConfigInputAvatar.js +0 -51
- package/dist/serialization/types/WidgetConfigInputSyntaxHighlightTheme.d.ts +0 -7
- package/dist/serialization/types/WidgetConfigInputSyntaxHighlightTheme.js +0 -39
- package/dist/serialization/types/WidgetConfigOutputAvatar.d.ts +0 -19
- package/dist/serialization/types/WidgetConfigOutputAvatar.js +0 -51
- package/dist/serialization/types/WidgetConfigOutputSyntaxHighlightTheme.d.ts +0 -7
- package/dist/serialization/types/WidgetConfigOutputSyntaxHighlightTheme.js +0 -39
- package/dist/serialization/types/WidgetConfigResponseModelAvatar.d.ts +0 -19
- package/dist/serialization/types/WidgetConfigResponseModelAvatar.js +0 -51
- package/dist/serialization/types/WidgetConfigResponseModelSyntaxHighlightTheme.d.ts +0 -7
- package/dist/serialization/types/WidgetConfigResponseModelSyntaxHighlightTheme.js +0 -39
- package/serialization/resources/audioIsolation/types/AudioIsolationConvertRequestFileFormat.d.ts +0 -7
- package/serialization/resources/audioIsolation/types/AudioIsolationConvertRequestFileFormat.js +0 -39
- package/serialization/resources/dubbing/types/DubbingCreateRequestMode.d.ts +0 -7
- package/serialization/resources/dubbing/types/DubbingCreateRequestMode.js +0 -39
- package/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.d.ts +0 -7
- package/serialization/resources/pronunciationDictionaries/types/PronunciationDictionariesCreateFromFileRequestWorkspaceAccess.js +0 -39
- package/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestFileFormat.d.ts +0 -7
- package/serialization/resources/speechToSpeech/types/SpeechToSpeechConvertRequestFileFormat.js +0 -39
- package/serialization/resources/v1RealtimeTranslation/types/ReceiveRttMessage.d.ts +0 -14
- package/serialization/resources/v1RealtimeTranslation/types/ReceiveRttMessage.js +0 -54
- package/serialization/resources/v1RealtimeTranslation/types/SendRttMessage.d.ts +0 -9
- package/serialization/resources/v1RealtimeTranslation/types/SendRttMessage.js +0 -41
- package/serialization/resources/v1RealtimeTranslation/types/index.d.ts +0 -2
- package/serialization/resources/v1RealtimeTranslation/types/index.js +0 -18
- package/serialization/resources/voices/resources/ivc/types/IvcCreateRequestLabels.d.ts +0 -7
- package/serialization/resources/voices/resources/ivc/types/IvcCreateRequestLabels.js +0 -42
- package/serialization/resources/voices/types/VoicesUpdateRequestLabels.d.ts +0 -7
- package/serialization/resources/voices/types/VoicesUpdateRequestLabels.js +0 -42
- package/serialization/types/AgentTransfer.d.ts +0 -16
- package/serialization/types/AgentTransfer.js +0 -48
- package/serialization/types/DynamicVariableValueTypeInput.d.ts +0 -8
- package/serialization/types/DynamicVariableValueTypeInput.js +0 -46
- package/serialization/types/DynamicVariableValueTypeOutput.d.ts +0 -8
- package/serialization/types/DynamicVariableValueTypeOutput.js +0 -46
- package/serialization/types/DynamicVariablesConfigInput.d.ts +0 -10
- package/serialization/types/DynamicVariablesConfigInput.js +0 -42
- package/serialization/types/DynamicVariablesConfigOutput.d.ts +0 -10
- package/serialization/types/DynamicVariablesConfigOutput.js +0 -42
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideInput.d.ts +0 -10
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideInput.js +0 -42
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideOutput.d.ts +0 -10
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideOutput.js +0 -42
- package/serialization/types/ExtendedSubscriptionResponseModelMaxCreditLimitExtension.d.ts +0 -7
- package/serialization/types/ExtendedSubscriptionResponseModelMaxCreditLimitExtension.js +0 -42
- package/serialization/types/ExtendedSubscriptionResponseModelPendingChange.d.ts +0 -9
- package/serialization/types/ExtendedSubscriptionResponseModelPendingChange.js +0 -41
- package/serialization/types/ExternalSyncType.d.ts +0 -7
- package/serialization/types/ExternalSyncType.js +0 -39
- package/serialization/types/FineTuningResponseModelStateValue.d.ts +0 -7
- package/serialization/types/FineTuningResponseModelStateValue.js +0 -39
- package/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.d.ts +0 -7
- package/serialization/types/GetPronunciationDictionaryMetadataResponseModelPermissionOnResource.js +0 -39
- package/serialization/types/InvoiceResponseModelPaymentIntentStatus.d.ts +0 -7
- package/serialization/types/InvoiceResponseModelPaymentIntentStatus.js +0 -47
- package/serialization/types/InvoiceResponseModelPaymentIntentStatussesItem.d.ts +0 -7
- package/serialization/types/InvoiceResponseModelPaymentIntentStatussesItem.js +0 -47
- package/serialization/types/LibraryVoiceResponseModelCategory.d.ts +0 -7
- package/serialization/types/LibraryVoiceResponseModelCategory.js +0 -39
- package/serialization/types/ProjectExtendedResponseModelAccessLevel.d.ts +0 -7
- package/serialization/types/ProjectExtendedResponseModelAccessLevel.js +0 -39
- package/serialization/types/ProjectExtendedResponseModelApplyTextNormalization.d.ts +0 -7
- package/serialization/types/ProjectExtendedResponseModelApplyTextNormalization.js +0 -39
- package/serialization/types/ProjectExtendedResponseModelAspectRatio.d.ts +0 -7
- package/serialization/types/ProjectExtendedResponseModelAspectRatio.js +0 -39
- package/serialization/types/ProjectExtendedResponseModelAssetsItem.d.ts +0 -19
- package/serialization/types/ProjectExtendedResponseModelAssetsItem.js +0 -51
- package/serialization/types/ProjectExtendedResponseModelFiction.d.ts +0 -7
- package/serialization/types/ProjectExtendedResponseModelFiction.js +0 -39
- package/serialization/types/ProjectExtendedResponseModelSourceType.d.ts +0 -7
- package/serialization/types/ProjectExtendedResponseModelSourceType.js +0 -39
- package/serialization/types/ProjectExtendedResponseModelTargetAudience.d.ts +0 -7
- package/serialization/types/ProjectExtendedResponseModelTargetAudience.js +0 -39
- package/serialization/types/ProjectResponseModelAccessLevel.d.ts +0 -7
- package/serialization/types/ProjectResponseModelAccessLevel.js +0 -39
- package/serialization/types/ProjectResponseModelAspectRatio.d.ts +0 -7
- package/serialization/types/ProjectResponseModelAspectRatio.js +0 -39
- package/serialization/types/ProjectResponseModelFiction.d.ts +0 -7
- package/serialization/types/ProjectResponseModelFiction.js +0 -39
- package/serialization/types/ProjectResponseModelSourceType.d.ts +0 -7
- package/serialization/types/ProjectResponseModelSourceType.js +0 -39
- package/serialization/types/ProjectResponseModelTargetAudience.d.ts +0 -7
- package/serialization/types/ProjectResponseModelTargetAudience.js +0 -39
- package/serialization/types/RttAudioPayload.d.ts +0 -11
- package/serialization/types/RttAudioPayload.js +0 -43
- package/serialization/types/RttEndOfStreamPayload.d.ts +0 -9
- package/serialization/types/RttEndOfStreamPayload.js +0 -41
- package/serialization/types/RttErrorPayload.d.ts +0 -10
- package/serialization/types/RttErrorPayload.js +0 -42
- package/serialization/types/RttFinalTranscriptPayload.d.ts +0 -10
- package/serialization/types/RttFinalTranscriptPayload.js +0 -42
- package/serialization/types/RttInputAudioChunkPayload.d.ts +0 -10
- package/serialization/types/RttInputAudioChunkPayload.js +0 -42
- package/serialization/types/RttInputFormatEnum.d.ts +0 -7
- package/serialization/types/RttInputFormatEnum.js +0 -47
- package/serialization/types/RttOutputFormatEnum.d.ts +0 -7
- package/serialization/types/RttOutputFormatEnum.js +0 -51
- package/serialization/types/RttPartialTranscriptPayload.d.ts +0 -10
- package/serialization/types/RttPartialTranscriptPayload.js +0 -42
- package/serialization/types/RttSessionStartedPayload.d.ts +0 -11
- package/serialization/types/RttSessionStartedPayload.js +0 -43
- package/serialization/types/RttStatusPayload.d.ts +0 -10
- package/serialization/types/RttStatusPayload.js +0 -42
- package/serialization/types/RttTranslationPayload.d.ts +0 -10
- package/serialization/types/RttTranslationPayload.js +0 -42
- package/serialization/types/SpeechHistoryItemResponseModelSource.d.ts +0 -7
- package/serialization/types/SpeechHistoryItemResponseModelSource.js +0 -51
- package/serialization/types/SpeechHistoryItemResponseModelVoiceCategory.d.ts +0 -7
- package/serialization/types/SpeechHistoryItemResponseModelVoiceCategory.js +0 -39
- package/serialization/types/SubscriptionResponseModelMaxCreditLimitExtension.d.ts +0 -7
- package/serialization/types/SubscriptionResponseModelMaxCreditLimitExtension.js +0 -42
- package/serialization/types/TransferToAgentToolConfig.d.ts +0 -10
- package/serialization/types/TransferToAgentToolConfig.js +0 -42
- package/serialization/types/TransferToAgentToolResultSuccessModel.d.ts +0 -19
- package/serialization/types/TransferToAgentToolResultSuccessModel.js +0 -51
- package/serialization/types/TransferToAgentToolResultSuccessModelBranchInfo.d.ts +0 -15
- package/serialization/types/TransferToAgentToolResultSuccessModelBranchInfo.js +0 -49
- package/serialization/types/VoiceResponseModelCategory.d.ts +0 -7
- package/serialization/types/VoiceResponseModelCategory.js +0 -39
- package/serialization/types/VoiceResponseModelLabellingStatus.d.ts +0 -7
- package/serialization/types/VoiceResponseModelLabellingStatus.js +0 -39
- package/serialization/types/VoiceResponseModelRecordingQuality.d.ts +0 -7
- package/serialization/types/VoiceResponseModelRecordingQuality.js +0 -39
- package/serialization/types/VoiceResponseModelSafetyControl.d.ts +0 -7
- package/serialization/types/VoiceResponseModelSafetyControl.js +0 -39
- package/serialization/types/VoiceSharingResponseModelCategory.d.ts +0 -7
- package/serialization/types/VoiceSharingResponseModelCategory.js +0 -39
- package/serialization/types/WidgetConfigInputAvatar.d.ts +0 -19
- package/serialization/types/WidgetConfigInputAvatar.js +0 -51
- package/serialization/types/WidgetConfigInputSyntaxHighlightTheme.d.ts +0 -7
- package/serialization/types/WidgetConfigInputSyntaxHighlightTheme.js +0 -39
- package/serialization/types/WidgetConfigOutputAvatar.d.ts +0 -19
- package/serialization/types/WidgetConfigOutputAvatar.js +0 -51
- package/serialization/types/WidgetConfigOutputSyntaxHighlightTheme.d.ts +0 -7
- package/serialization/types/WidgetConfigOutputSyntaxHighlightTheme.js +0 -39
- package/serialization/types/WidgetConfigResponseModelAvatar.d.ts +0 -19
- package/serialization/types/WidgetConfigResponseModelAvatar.js +0 -51
- package/serialization/types/WidgetConfigResponseModelSyntaxHighlightTheme.d.ts +0 -7
- package/serialization/types/WidgetConfigResponseModelSyntaxHighlightTheme.js +0 -39
- /package/api/resources/{v1RealtimeTranslation/types/ReceiveRttMessage.js → conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelToolCallSound.js} +0 -0
- /package/api/resources/{v1RealtimeTranslation/types/SendRttMessage.js → conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelToolCallSound.js} +0 -0
- /package/api/resources/{voices/resources/ivc/types/IvcCreateRequestLabels.js → conversationalAi/resources/mcpServers/resources/tools/client/requests/ToolsListRequest.js} +0 -0
- /package/api/resources/{voices/types/VoicesUpdateRequestLabels.js → conversationalAi/resources/tools/client/requests/ToolsGetRequest.js} +0 -0
- /package/api/{types/AgentTransfer.js → resources/dubbing/resources/project/client/requests/BodyCreateDubbingProjectV1DubbingProjectPost.js} +0 -0
- /package/api/{types/DynamicVariableValueTypeInput.js → resources/dubbing/resources/project/client/requests/ProjectListRequest.js} +0 -0
- /package/api/{types/DynamicVariableValueTypeOutput.js → resources/dubbing/resources/project/resources/language/client/requests/BodyCreateDubbingLanguageTargetV1DubbingProjectProjectIdLanguagePost.js} +0 -0
- /package/api/{types/DynamicVariablesConfigInput.js → resources/dubbing/resources/project/resources/language/client/requests/LanguageListRequest.js} +0 -0
- /package/api/{types/DynamicVariablesConfigOutput.js → resources/dubbing/resources/project/resources/language/resources/transcript/client/requests/DubbingTargetSegmentUpdateRequest.js} +0 -0
- /package/api/{types/DynamicVariablesConfigWorkflowOverrideInput.js → resources/dubbing/resources/project/resources/transcript/client/requests/DubbingSegmentCreateRequest.js} +0 -0
- /package/api/{types/DynamicVariablesConfigWorkflowOverrideOutput.js → resources/dubbing/resources/project/resources/transcript/client/requests/DubbingSegmentUpdateRequest.js} +0 -0
- /package/api/{types/ExtendedSubscriptionResponseModelMaxCreditLimitExtension.js → resources/music/client/requests/BodyStreamComposedMusicWithADetailedResponseV1MusicDetailedStreamPost.js} +0 -0
- /package/api/{types/ExtendedSubscriptionResponseModelPendingChange.js → resources/music/types/BodyStreamComposedMusicWithADetailedResponseV1MusicDetailedStreamPostCompositionPlan.js} +0 -0
- /package/api/{types/ExternalSyncType.js → resources/serviceAccounts/client/requests/BodyCreateServiceAccountV1ServiceAccountsPost.js} +0 -0
- /package/api/resources/{v1RealtimeTranslation → v1TextToDialogueMultiStreamInput}/exports.d.ts +0 -0
- /package/api/resources/{v1RealtimeTranslation → v1TextToDialogueMultiStreamInput}/exports.js +0 -0
- /package/api/resources/{v1RealtimeTranslation → v1TextToDialogueMultiStreamInput}/index.d.ts +0 -0
- /package/api/resources/{v1RealtimeTranslation → v1TextToDialogueMultiStreamInput}/index.js +0 -0
- /package/api/{types/ProjectExtendedResponseModelAssetsItem.js → resources/v1TextToDialogueMultiStreamInput/types/ReceiveTextToDialogueWebsocketMessageMulti.js} +0 -0
- /package/{dist/api/resources/v1RealtimeTranslation → api/resources/v1TranslateRealtime}/exports.d.ts +0 -0
- /package/{dist/api/resources/v1RealtimeTranslation → api/resources/v1TranslateRealtime}/exports.js +0 -0
- /package/{dist/api/resources/v1RealtimeTranslation → api/resources/v1TranslateRealtime}/index.d.ts +0 -0
- /package/{dist/api/resources/v1RealtimeTranslation → api/resources/v1TranslateRealtime}/index.js +0 -0
- /package/api/{types/RttAudioPayload.js → resources/v1TranslateRealtime/types/ReceiveTranslateStreamMessage.js} +0 -0
- /package/api/{types/RttEndOfStreamPayload.js → resources/v1TranslateRealtime/types/SendTranslateStreamMessage.js} +0 -0
- /package/api/{types/RttErrorPayload.js → resources/voices/resources/ivc/types/AddVoiceRequestLabels.js} +0 -0
- /package/api/{types/RttFinalTranscriptPayload.js → resources/voices/types/EditVoiceRequestLabels.js} +0 -0
- /package/api/types/{RttInputAudioChunkPayload.js → AgentTransferInput.js} +0 -0
- /package/api/types/{RttPartialTranscriptPayload.js → AgentTransferOp.js} +0 -0
- /package/api/types/{RttSessionStartedPayload.js → AgentTransferOpPop.js} +0 -0
- /package/api/types/{RttStatusPayload.js → AgentTransferOpPush.js} +0 -0
- /package/api/types/{RttTranslationPayload.js → AgentTransferOpReplace.js} +0 -0
- /package/api/types/{SubscriptionResponseModelMaxCreditLimitExtension.js → AgentTransferOutput.js} +0 -0
- /package/api/types/{TransferToAgentToolConfig.js → AlertingSettingsResponse.js} +0 -0
- /package/api/types/{TransferToAgentToolResultSuccessModel.js → AlertingWebhookHeader.js} +0 -0
- /package/api/types/{TransferToAgentToolResultSuccessModelBranchInfo.js → AlertingWebhookHeaderResponse.js} +0 -0
- /package/api/types/{WidgetConfigInputAvatar.js → AlertingWebhookNotifierResponse.js} +0 -0
- /package/api/types/{WidgetConfigOutputAvatar.js → DefaultSharingGroupConfig.js} +0 -0
- /package/api/types/{WidgetConfigResponseModelAvatar.js → DubbingLanguageListResponse.js} +0 -0
- /package/{dist/api/resources/v1RealtimeTranslation/types/ReceiveRttMessage.js → api/types/DubbingLanguageOutputs.js} +0 -0
- /package/{dist/api/resources/v1RealtimeTranslation/types/SendRttMessage.js → api/types/DubbingLanguageResponse.js} +0 -0
- /package/{dist/api/resources/voices/resources/ivc/types/IvcCreateRequestLabels.js → api/types/DubbingProjectListResponse.js} +0 -0
- /package/{dist/api/resources/voices/types/VoicesUpdateRequestLabels.js → api/types/DubbingProjectResponse.js} +0 -0
- /package/{dist/api/types/AgentTransfer.js → api/types/DubbingSourceMediaInfo.js} +0 -0
- /package/{dist/api/types/DynamicVariableValueTypeInput.js → api/types/DubbingSourceSegmentUpdateResponse.js} +0 -0
- /package/{dist/api/types/DynamicVariableValueTypeOutput.js → api/types/DubbingSourceTranscriptResponse.js} +0 -0
- /package/{dist/api/types/DynamicVariablesConfigInput.js → api/types/DubbingTargetSegmentUpdateResponse.js} +0 -0
- /package/{dist/api/types/DynamicVariablesConfigOutput.js → api/types/DubbingTargetTranscriptResponse.js} +0 -0
- /package/{dist/api/types/DynamicVariablesConfigWorkflowOverrideInput.js → api/types/DubbingTargetTranscriptSegment.js} +0 -0
- /package/{dist/api/types/DynamicVariablesConfigWorkflowOverrideOutput.js → api/types/DubbingTranscriptRevisionResponse.js} +0 -0
- /package/{dist/api/types/ExtendedSubscriptionResponseModelMaxCreditLimitExtension.js → api/types/DubbingTranscriptSegment.js} +0 -0
- /package/{dist/api/types/ExtendedSubscriptionResponseModelPendingChange.js → api/types/DynamicVariablesConfig.js} +0 -0
- /package/{dist/api/types/ExternalSyncType.js → api/types/DynamicVariablesConfigWorkflowOverride.js} +0 -0
- /package/{dist/api/types/ProjectExtendedResponseModelAssetsItem.js → api/types/ExternalSyncProvider.js} +0 -0
- /package/{dist/api/types/RttAudioPayload.js → api/types/KbExternalSyncJob.js} +0 -0
- /package/{dist/api/types/RttEndOfStreamPayload.js → api/types/McpToolConfigOverrideInputToolCallSound.js} +0 -0
- /package/{dist/api/types/RttErrorPayload.js → api/types/McpToolConfigOverrideOutputToolCallSound.js} +0 -0
- /package/{dist/api/types/RttFinalTranscriptPayload.js → api/types/NumericDistributionAggregate.js} +0 -0
- /package/{dist/api/types/RttInputAudioChunkPayload.js → api/types/OpenerConfig.js} +0 -0
- /package/{dist/api/types/RttPartialTranscriptPayload.js → api/types/PlatformCategoryUsage.js} +0 -0
- /package/{dist/api/types/RttSessionStartedPayload.js → api/types/PlatformUsage.js} +0 -0
- /package/{dist/api/types/RttStatusPayload.js → api/types/ProjectExtendedResponseAssetsItem.js} +0 -0
- /package/{dist/api/types/RttTranslationPayload.js → api/types/RunSubagentToolConfigInput.js} +0 -0
- /package/{dist/api/types/SubscriptionResponseModelMaxCreditLimitExtension.js → api/types/RunSubagentToolConfigOutput.js} +0 -0
- /package/{dist/api/types/TransferToAgentToolConfig.js → api/types/RunSubagentToolResultErrorModel.js} +0 -0
- /package/{dist/api/types/TransferToAgentToolResultSuccessModel.js → api/types/RunSubagentToolResultSuccessModel.js} +0 -0
- /package/{dist/api/types/TransferToAgentToolResultSuccessModelBranchInfo.js → api/types/SentimentAnalysisSettings.js} +0 -0
- /package/{dist/api/types/WidgetConfigInputAvatar.js → api/types/SubAgentInput.js} +0 -0
- /package/{dist/api/types/WidgetConfigOutputAvatar.js → api/types/SubAgentOutput.js} +0 -0
- /package/{dist/api/types/WidgetConfigResponseModelAvatar.js → api/types/SubscriptionMaxCreditLimitExtension.js} +0 -0
- /package/dist/{serialization/resources/v1RealtimeTranslation → api/resources/v1TextToDialogueMultiStreamInput}/index.d.ts +0 -0
- /package/dist/{serialization/resources/v1RealtimeTranslation → api/resources/v1TextToDialogueMultiStreamInput}/index.js +0 -0
- /package/{serialization/resources/v1RealtimeTranslation → dist/api/resources/v1TranslateRealtime}/index.d.ts +0 -0
- /package/{serialization/resources/v1RealtimeTranslation → dist/api/resources/v1TranslateRealtime}/index.js +0 -0
|
@@ -5,13 +5,12 @@ import { AgentFailureResponseExample } from "./AgentFailureResponseExample";
|
|
|
5
5
|
import { AgentSuccessfulResponseExample } from "./AgentSuccessfulResponseExample";
|
|
6
6
|
import { ConversationHistoryTranscriptCommonModelInput } from "./ConversationHistoryTranscriptCommonModelInput";
|
|
7
7
|
import { ConversationInitiationSource } from "./ConversationInitiationSource";
|
|
8
|
-
import { DynamicVariableValueTypeInput } from "./DynamicVariableValueTypeInput";
|
|
9
8
|
import { TestFromConversationMetadataInput } from "./TestFromConversationMetadataInput";
|
|
10
9
|
export declare const UpdateResponseUnitTestRequest: core.serialization.ObjectSchema<serializers.UpdateResponseUnitTestRequest.Raw, ElevenLabs.UpdateResponseUnitTestRequest>;
|
|
11
10
|
export declare namespace UpdateResponseUnitTestRequest {
|
|
12
11
|
interface Raw {
|
|
13
12
|
from_conversation_metadata?: TestFromConversationMetadataInput.Raw | null;
|
|
14
|
-
dynamic_variables?: Record<string,
|
|
13
|
+
dynamic_variables?: Record<string, unknown> | null;
|
|
15
14
|
chat_history?: ConversationHistoryTranscriptCommonModelInput.Raw[] | null;
|
|
16
15
|
conversation_initiation_source?: ConversationInitiationSource.Raw | null;
|
|
17
16
|
success_condition?: string | null;
|
|
@@ -40,11 +40,10 @@ const AgentFailureResponseExample_1 = require("./AgentFailureResponseExample");
|
|
|
40
40
|
const AgentSuccessfulResponseExample_1 = require("./AgentSuccessfulResponseExample");
|
|
41
41
|
const ConversationHistoryTranscriptCommonModelInput_1 = require("./ConversationHistoryTranscriptCommonModelInput");
|
|
42
42
|
const ConversationInitiationSource_1 = require("./ConversationInitiationSource");
|
|
43
|
-
const DynamicVariableValueTypeInput_1 = require("./DynamicVariableValueTypeInput");
|
|
44
43
|
const TestFromConversationMetadataInput_1 = require("./TestFromConversationMetadataInput");
|
|
45
44
|
exports.UpdateResponseUnitTestRequest = core.serialization.object({
|
|
46
45
|
fromConversationMetadata: core.serialization.property("from_conversation_metadata", TestFromConversationMetadataInput_1.TestFromConversationMetadataInput.optional()),
|
|
47
|
-
dynamicVariables: core.serialization.property("dynamic_variables", core.serialization.record(core.serialization.string(),
|
|
46
|
+
dynamicVariables: core.serialization.property("dynamic_variables", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
48
47
|
chatHistory: core.serialization.property("chat_history", core.serialization.list(ConversationHistoryTranscriptCommonModelInput_1.ConversationHistoryTranscriptCommonModelInput).optional()),
|
|
49
48
|
conversationInitiationSource: core.serialization.property("conversation_initiation_source", ConversationInitiationSource_1.ConversationInitiationSource.optional()),
|
|
50
49
|
successCondition: core.serialization.property("success_condition", core.serialization.string().optional()),
|
|
@@ -3,7 +3,6 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
import { ConversationHistoryTranscriptCommonModelInput } from "./ConversationHistoryTranscriptCommonModelInput";
|
|
5
5
|
import { ConversationInitiationSource } from "./ConversationInitiationSource";
|
|
6
|
-
import { DynamicVariableValueTypeInput } from "./DynamicVariableValueTypeInput";
|
|
7
6
|
import { Llm } from "./Llm";
|
|
8
7
|
import { SimulationToolMockBehaviorConfig } from "./SimulationToolMockBehaviorConfig";
|
|
9
8
|
import { TestFromConversationMetadataInput } from "./TestFromConversationMetadataInput";
|
|
@@ -11,7 +10,7 @@ export declare const UpdateSimulationTestRequest: core.serialization.ObjectSchem
|
|
|
11
10
|
export declare namespace UpdateSimulationTestRequest {
|
|
12
11
|
interface Raw {
|
|
13
12
|
from_conversation_metadata?: TestFromConversationMetadataInput.Raw | null;
|
|
14
|
-
dynamic_variables?: Record<string,
|
|
13
|
+
dynamic_variables?: Record<string, unknown> | null;
|
|
15
14
|
chat_history?: ConversationHistoryTranscriptCommonModelInput.Raw[] | null;
|
|
16
15
|
conversation_initiation_source?: ConversationInitiationSource.Raw | null;
|
|
17
16
|
success_condition?: string | null;
|
|
@@ -38,13 +38,12 @@ exports.UpdateSimulationTestRequest = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const ConversationHistoryTranscriptCommonModelInput_1 = require("./ConversationHistoryTranscriptCommonModelInput");
|
|
40
40
|
const ConversationInitiationSource_1 = require("./ConversationInitiationSource");
|
|
41
|
-
const DynamicVariableValueTypeInput_1 = require("./DynamicVariableValueTypeInput");
|
|
42
41
|
const Llm_1 = require("./Llm");
|
|
43
42
|
const SimulationToolMockBehaviorConfig_1 = require("./SimulationToolMockBehaviorConfig");
|
|
44
43
|
const TestFromConversationMetadataInput_1 = require("./TestFromConversationMetadataInput");
|
|
45
44
|
exports.UpdateSimulationTestRequest = core.serialization.object({
|
|
46
45
|
fromConversationMetadata: core.serialization.property("from_conversation_metadata", TestFromConversationMetadataInput_1.TestFromConversationMetadataInput.optional()),
|
|
47
|
-
dynamicVariables: core.serialization.property("dynamic_variables", core.serialization.record(core.serialization.string(),
|
|
46
|
+
dynamicVariables: core.serialization.property("dynamic_variables", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
48
47
|
chatHistory: core.serialization.property("chat_history", core.serialization.list(ConversationHistoryTranscriptCommonModelInput_1.ConversationHistoryTranscriptCommonModelInput).optional()),
|
|
49
48
|
conversationInitiationSource: core.serialization.property("conversation_initiation_source", ConversationInitiationSource_1.ConversationInitiationSource.optional()),
|
|
50
49
|
successCondition: core.serialization.property("success_condition", core.serialization.string().optional()),
|
|
@@ -3,14 +3,13 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
import { ConversationHistoryTranscriptCommonModelInput } from "./ConversationHistoryTranscriptCommonModelInput";
|
|
5
5
|
import { ConversationInitiationSource } from "./ConversationInitiationSource";
|
|
6
|
-
import { DynamicVariableValueTypeInput } from "./DynamicVariableValueTypeInput";
|
|
7
6
|
import { TestFromConversationMetadataInput } from "./TestFromConversationMetadataInput";
|
|
8
7
|
import { UnitTestToolCallEvaluationModelInput } from "./UnitTestToolCallEvaluationModelInput";
|
|
9
8
|
export declare const UpdateToolCallUnitTestRequest: core.serialization.ObjectSchema<serializers.UpdateToolCallUnitTestRequest.Raw, ElevenLabs.UpdateToolCallUnitTestRequest>;
|
|
10
9
|
export declare namespace UpdateToolCallUnitTestRequest {
|
|
11
10
|
interface Raw {
|
|
12
11
|
from_conversation_metadata?: TestFromConversationMetadataInput.Raw | null;
|
|
13
|
-
dynamic_variables?: Record<string,
|
|
12
|
+
dynamic_variables?: Record<string, unknown> | null;
|
|
14
13
|
chat_history?: ConversationHistoryTranscriptCommonModelInput.Raw[] | null;
|
|
15
14
|
conversation_initiation_source?: ConversationInitiationSource.Raw | null;
|
|
16
15
|
tool_call_parameters?: UnitTestToolCallEvaluationModelInput.Raw | null;
|
|
@@ -38,12 +38,11 @@ exports.UpdateToolCallUnitTestRequest = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const ConversationHistoryTranscriptCommonModelInput_1 = require("./ConversationHistoryTranscriptCommonModelInput");
|
|
40
40
|
const ConversationInitiationSource_1 = require("./ConversationInitiationSource");
|
|
41
|
-
const DynamicVariableValueTypeInput_1 = require("./DynamicVariableValueTypeInput");
|
|
42
41
|
const TestFromConversationMetadataInput_1 = require("./TestFromConversationMetadataInput");
|
|
43
42
|
const UnitTestToolCallEvaluationModelInput_1 = require("./UnitTestToolCallEvaluationModelInput");
|
|
44
43
|
exports.UpdateToolCallUnitTestRequest = core.serialization.object({
|
|
45
44
|
fromConversationMetadata: core.serialization.property("from_conversation_metadata", TestFromConversationMetadataInput_1.TestFromConversationMetadataInput.optional()),
|
|
46
|
-
dynamicVariables: core.serialization.property("dynamic_variables", core.serialization.record(core.serialization.string(),
|
|
45
|
+
dynamicVariables: core.serialization.property("dynamic_variables", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
47
46
|
chatHistory: core.serialization.property("chat_history", core.serialization.list(ConversationHistoryTranscriptCommonModelInput_1.ConversationHistoryTranscriptCommonModelInput).optional()),
|
|
48
47
|
conversationInitiationSource: core.serialization.property("conversation_initiation_source", ConversationInitiationSource_1.ConversationInitiationSource.optional()),
|
|
49
48
|
toolCallParameters: core.serialization.property("tool_call_parameters", UnitTestToolCallEvaluationModelInput_1.UnitTestToolCallEvaluationModelInput.optional()),
|
|
@@ -3,5 +3,5 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
export declare const UsersSortBy: core.serialization.Schema<serializers.UsersSortBy.Raw, ElevenLabs.UsersSortBy>;
|
|
5
5
|
export declare namespace UsersSortBy {
|
|
6
|
-
type Raw = "last_contact_unix_secs" | "conversation_count";
|
|
6
|
+
type Raw = "last_contact_unix_secs" | "conversation_count" | "average_sentiment_score";
|
|
7
7
|
}
|
|
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.UsersSortBy = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
exports.UsersSortBy = core.serialization.enum_(["last_contact_unix_secs", "conversation_count"]);
|
|
39
|
+
exports.UsersSortBy = core.serialization.enum_(["last_contact_unix_secs", "conversation_count", "average_sentiment_score"]);
|
|
@@ -3,10 +3,10 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
import { FineTuningResponse } from "./FineTuningResponse";
|
|
5
5
|
import { VerifiedVoiceLanguageResponseModel } from "./VerifiedVoiceLanguageResponseModel";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
6
|
+
import { VoiceCategory } from "./VoiceCategory";
|
|
7
|
+
import { VoiceLabellingStatus } from "./VoiceLabellingStatus";
|
|
8
|
+
import { VoiceRecordingQuality } from "./VoiceRecordingQuality";
|
|
9
|
+
import { VoiceSafetyControl } from "./VoiceSafetyControl";
|
|
10
10
|
import { VoiceSample } from "./VoiceSample";
|
|
11
11
|
import { VoiceSettings } from "./VoiceSettings";
|
|
12
12
|
import { VoiceSharingResponse } from "./VoiceSharingResponse";
|
|
@@ -17,7 +17,7 @@ export declare namespace Voice {
|
|
|
17
17
|
voice_id: string;
|
|
18
18
|
name?: string | null;
|
|
19
19
|
samples?: VoiceSample.Raw[] | null;
|
|
20
|
-
category?:
|
|
20
|
+
category?: VoiceCategory.Raw | null;
|
|
21
21
|
fine_tuning?: FineTuningResponse.Raw | null;
|
|
22
22
|
labels?: Record<string, string> | null;
|
|
23
23
|
description?: string | null;
|
|
@@ -28,7 +28,7 @@ export declare namespace Voice {
|
|
|
28
28
|
high_quality_base_model_ids?: string[] | null;
|
|
29
29
|
verified_languages?: VerifiedVoiceLanguageResponseModel.Raw[] | null;
|
|
30
30
|
collection_ids?: string[] | null;
|
|
31
|
-
safety_control?:
|
|
31
|
+
safety_control?: VoiceSafetyControl.Raw | null;
|
|
32
32
|
voice_verification?: VoiceVerificationResponse.Raw | null;
|
|
33
33
|
permission_on_resource?: string | null;
|
|
34
34
|
is_owner?: boolean | null;
|
|
@@ -37,8 +37,8 @@ export declare namespace Voice {
|
|
|
37
37
|
favorited_at_unix?: number | null;
|
|
38
38
|
created_at_unix?: number | null;
|
|
39
39
|
is_bookmarked?: boolean | null;
|
|
40
|
-
recording_quality?:
|
|
41
|
-
labelling_status?:
|
|
40
|
+
recording_quality?: VoiceRecordingQuality.Raw | null;
|
|
41
|
+
labelling_status?: VoiceLabellingStatus.Raw | null;
|
|
42
42
|
recording_quality_reason?: string | null;
|
|
43
43
|
}
|
|
44
44
|
}
|
|
@@ -38,10 +38,10 @@ exports.Voice = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const FineTuningResponse_1 = require("./FineTuningResponse");
|
|
40
40
|
const VerifiedVoiceLanguageResponseModel_1 = require("./VerifiedVoiceLanguageResponseModel");
|
|
41
|
-
const
|
|
42
|
-
const
|
|
43
|
-
const
|
|
44
|
-
const
|
|
41
|
+
const VoiceCategory_1 = require("./VoiceCategory");
|
|
42
|
+
const VoiceLabellingStatus_1 = require("./VoiceLabellingStatus");
|
|
43
|
+
const VoiceRecordingQuality_1 = require("./VoiceRecordingQuality");
|
|
44
|
+
const VoiceSafetyControl_1 = require("./VoiceSafetyControl");
|
|
45
45
|
const VoiceSample_1 = require("./VoiceSample");
|
|
46
46
|
const VoiceSettings_1 = require("./VoiceSettings");
|
|
47
47
|
const VoiceSharingResponse_1 = require("./VoiceSharingResponse");
|
|
@@ -50,7 +50,7 @@ exports.Voice = core.serialization.object({
|
|
|
50
50
|
voiceId: core.serialization.property("voice_id", core.serialization.string()),
|
|
51
51
|
name: core.serialization.string().optional(),
|
|
52
52
|
samples: core.serialization.list(VoiceSample_1.VoiceSample).optional(),
|
|
53
|
-
category:
|
|
53
|
+
category: VoiceCategory_1.VoiceCategory.optional(),
|
|
54
54
|
fineTuning: core.serialization.property("fine_tuning", FineTuningResponse_1.FineTuningResponse.optional()),
|
|
55
55
|
labels: core.serialization.record(core.serialization.string(), core.serialization.string()).optional(),
|
|
56
56
|
description: core.serialization.string().optional(),
|
|
@@ -61,7 +61,7 @@ exports.Voice = core.serialization.object({
|
|
|
61
61
|
highQualityBaseModelIds: core.serialization.property("high_quality_base_model_ids", core.serialization.list(core.serialization.string()).optional()),
|
|
62
62
|
verifiedLanguages: core.serialization.property("verified_languages", core.serialization.list(VerifiedVoiceLanguageResponseModel_1.VerifiedVoiceLanguageResponseModel).optional()),
|
|
63
63
|
collectionIds: core.serialization.property("collection_ids", core.serialization.list(core.serialization.string()).optional()),
|
|
64
|
-
safetyControl: core.serialization.property("safety_control",
|
|
64
|
+
safetyControl: core.serialization.property("safety_control", VoiceSafetyControl_1.VoiceSafetyControl.optional()),
|
|
65
65
|
voiceVerification: core.serialization.property("voice_verification", VoiceVerificationResponse_1.VoiceVerificationResponse.optional()),
|
|
66
66
|
permissionOnResource: core.serialization.property("permission_on_resource", core.serialization.string().optional()),
|
|
67
67
|
isOwner: core.serialization.property("is_owner", core.serialization.boolean().optional()),
|
|
@@ -70,7 +70,7 @@ exports.Voice = core.serialization.object({
|
|
|
70
70
|
favoritedAtUnix: core.serialization.property("favorited_at_unix", core.serialization.number().optional()),
|
|
71
71
|
createdAtUnix: core.serialization.property("created_at_unix", core.serialization.number().optional()),
|
|
72
72
|
isBookmarked: core.serialization.property("is_bookmarked", core.serialization.boolean().optional()),
|
|
73
|
-
recordingQuality: core.serialization.property("recording_quality",
|
|
74
|
-
labellingStatus: core.serialization.property("labelling_status",
|
|
73
|
+
recordingQuality: core.serialization.property("recording_quality", VoiceRecordingQuality_1.VoiceRecordingQuality.optional()),
|
|
74
|
+
labellingStatus: core.serialization.property("labelling_status", VoiceLabellingStatus_1.VoiceLabellingStatus.optional()),
|
|
75
75
|
recordingQualityReason: core.serialization.property("recording_quality_reason", core.serialization.string().optional()),
|
|
76
76
|
});
|
|
@@ -3,5 +3,5 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
export declare const VoiceCategory: core.serialization.Schema<serializers.VoiceCategory.Raw, ElevenLabs.VoiceCategory>;
|
|
5
5
|
export declare namespace VoiceCategory {
|
|
6
|
-
type Raw = "
|
|
6
|
+
type Raw = "generated" | "cloned" | "premade" | "professional" | "famous" | "high_quality";
|
|
7
7
|
}
|
|
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.VoiceCategory = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
exports.VoiceCategory = core.serialization.enum_(["
|
|
39
|
+
exports.VoiceCategory = core.serialization.enum_(["generated", "cloned", "premade", "professional", "famous", "high_quality"]);
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
export declare const VoiceLabellingStatus: core.serialization.Schema<serializers.VoiceLabellingStatus.Raw, ElevenLabs.VoiceLabellingStatus>;
|
|
5
|
+
export declare namespace VoiceLabellingStatus {
|
|
6
|
+
type Raw = "in_review" | "review_complete";
|
|
7
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.VoiceLabellingStatus = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.VoiceLabellingStatus = core.serialization.enum_(["in_review", "review_complete"]);
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
export declare const VoiceRecordingQuality: core.serialization.Schema<serializers.VoiceRecordingQuality.Raw, ElevenLabs.VoiceRecordingQuality>;
|
|
5
|
+
export declare namespace VoiceRecordingQuality {
|
|
6
|
+
type Raw = "studio" | "good" | "ok" | "poor" | "bad";
|
|
7
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.VoiceRecordingQuality = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.VoiceRecordingQuality = core.serialization.enum_(["studio", "good", "ok", "poor", "bad"]);
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
export declare const VoiceSafetyControl: core.serialization.Schema<serializers.VoiceSafetyControl.Raw, ElevenLabs.VoiceSafetyControl>;
|
|
5
|
+
export declare namespace VoiceSafetyControl {
|
|
6
|
+
type Raw = "NONE" | "BAN" | "CAPTCHA" | "ENTERPRISE_BAN" | "ENTERPRISE_CAPTCHA";
|
|
7
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.VoiceSafetyControl = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.VoiceSafetyControl = core.serialization.enum_(["NONE", "BAN", "CAPTCHA", "ENTERPRISE_BAN", "ENTERPRISE_CAPTCHA"]);
|
|
@@ -4,7 +4,7 @@ import type * as serializers from "../index";
|
|
|
4
4
|
import { ReaderResourceResponseModel } from "./ReaderResourceResponseModel";
|
|
5
5
|
import { ReviewStatus } from "./ReviewStatus";
|
|
6
6
|
import { VoiceSharingModerationCheckResponseModel } from "./VoiceSharingModerationCheckResponseModel";
|
|
7
|
-
import {
|
|
7
|
+
import { VoiceSharingResponseCategory } from "./VoiceSharingResponseCategory";
|
|
8
8
|
import { VoiceSharingState } from "./VoiceSharingState";
|
|
9
9
|
export declare const VoiceSharingResponse: core.serialization.ObjectSchema<serializers.VoiceSharingResponse.Raw, ElevenLabs.VoiceSharingResponse>;
|
|
10
10
|
export declare namespace VoiceSharingResponse {
|
|
@@ -24,7 +24,7 @@ export declare namespace VoiceSharingResponse {
|
|
|
24
24
|
disable_at_unix?: number | null;
|
|
25
25
|
voice_mixing_allowed?: boolean | null;
|
|
26
26
|
featured?: boolean | null;
|
|
27
|
-
category?:
|
|
27
|
+
category?: VoiceSharingResponseCategory.Raw | null;
|
|
28
28
|
reader_app_enabled?: boolean | null;
|
|
29
29
|
image_url?: string | null;
|
|
30
30
|
ban_reason?: string | null;
|
|
@@ -39,7 +39,7 @@ const core = __importStar(require("../../core"));
|
|
|
39
39
|
const ReaderResourceResponseModel_1 = require("./ReaderResourceResponseModel");
|
|
40
40
|
const ReviewStatus_1 = require("./ReviewStatus");
|
|
41
41
|
const VoiceSharingModerationCheckResponseModel_1 = require("./VoiceSharingModerationCheckResponseModel");
|
|
42
|
-
const
|
|
42
|
+
const VoiceSharingResponseCategory_1 = require("./VoiceSharingResponseCategory");
|
|
43
43
|
const VoiceSharingState_1 = require("./VoiceSharingState");
|
|
44
44
|
exports.VoiceSharingResponse = core.serialization.object({
|
|
45
45
|
status: VoiceSharingState_1.VoiceSharingState.optional(),
|
|
@@ -57,7 +57,7 @@ exports.VoiceSharingResponse = core.serialization.object({
|
|
|
57
57
|
disableAtUnix: core.serialization.property("disable_at_unix", core.serialization.number().optional()),
|
|
58
58
|
voiceMixingAllowed: core.serialization.property("voice_mixing_allowed", core.serialization.boolean().optional()),
|
|
59
59
|
featured: core.serialization.boolean().optional(),
|
|
60
|
-
category:
|
|
60
|
+
category: VoiceSharingResponseCategory_1.VoiceSharingResponseCategory.optional(),
|
|
61
61
|
readerAppEnabled: core.serialization.property("reader_app_enabled", core.serialization.boolean().optional()),
|
|
62
62
|
imageUrl: core.serialization.property("image_url", core.serialization.string().optional()),
|
|
63
63
|
banReason: core.serialization.property("ban_reason", core.serialization.string().optional()),
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
export declare const VoiceSharingResponseCategory: core.serialization.Schema<serializers.VoiceSharingResponseCategory.Raw, ElevenLabs.VoiceSharingResponseCategory>;
|
|
5
|
+
export declare namespace VoiceSharingResponseCategory {
|
|
6
|
+
type Raw = "generated" | "cloned" | "premade" | "professional" | "famous" | "high_quality";
|
|
7
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.VoiceSharingResponseCategory = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.VoiceSharingResponseCategory = core.serialization.enum_(["generated", "cloned", "premade", "professional", "famous", "high_quality"]);
|
|
@@ -2,12 +2,13 @@ import type * as ElevenLabs from "../../api/index";
|
|
|
2
2
|
import * as core from "../../core";
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
import { DynamicVariableAssignment } from "./DynamicVariableAssignment";
|
|
5
|
-
import {
|
|
5
|
+
import { DynamicVariablesConfig } from "./DynamicVariablesConfig";
|
|
6
6
|
import { PreToolSpeechMode } from "./PreToolSpeechMode";
|
|
7
7
|
import { ToolCallSoundBehavior } from "./ToolCallSoundBehavior";
|
|
8
8
|
import { ToolCallSoundType } from "./ToolCallSoundType";
|
|
9
9
|
import { ToolErrorHandlingMode } from "./ToolErrorHandlingMode";
|
|
10
10
|
import { ToolExecutionMode } from "./ToolExecutionMode";
|
|
11
|
+
import { ToolInterruptionMode } from "./ToolInterruptionMode";
|
|
11
12
|
import { WebhookToolApiSchemaConfigInput } from "./WebhookToolApiSchemaConfigInput";
|
|
12
13
|
export declare const WebhookToolConfigInput: core.serialization.ObjectSchema<serializers.WebhookToolConfigInput.Raw, ElevenLabs.WebhookToolConfigInput>;
|
|
13
14
|
export declare namespace WebhookToolConfigInput {
|
|
@@ -16,13 +17,14 @@ export declare namespace WebhookToolConfigInput {
|
|
|
16
17
|
description: string;
|
|
17
18
|
response_timeout_secs?: number | null;
|
|
18
19
|
disable_interruptions?: boolean | null;
|
|
20
|
+
interruption_mode?: ToolInterruptionMode.Raw | null;
|
|
19
21
|
force_pre_tool_speech?: boolean | null;
|
|
20
22
|
pre_tool_speech?: PreToolSpeechMode.Raw | null;
|
|
21
23
|
assignments?: DynamicVariableAssignment.Raw[] | null;
|
|
22
24
|
tool_call_sound?: ToolCallSoundType.Raw | null;
|
|
23
25
|
tool_call_sound_behavior?: ToolCallSoundBehavior.Raw | null;
|
|
24
26
|
tool_error_handling_mode?: ToolErrorHandlingMode.Raw | null;
|
|
25
|
-
dynamic_variables?:
|
|
27
|
+
dynamic_variables?: DynamicVariablesConfig.Raw | null;
|
|
26
28
|
execution_mode?: ToolExecutionMode.Raw | null;
|
|
27
29
|
api_schema: WebhookToolApiSchemaConfigInput.Raw;
|
|
28
30
|
}
|
|
@@ -37,25 +37,27 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.WebhookToolConfigInput = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const DynamicVariableAssignment_1 = require("./DynamicVariableAssignment");
|
|
40
|
-
const
|
|
40
|
+
const DynamicVariablesConfig_1 = require("./DynamicVariablesConfig");
|
|
41
41
|
const PreToolSpeechMode_1 = require("./PreToolSpeechMode");
|
|
42
42
|
const ToolCallSoundBehavior_1 = require("./ToolCallSoundBehavior");
|
|
43
43
|
const ToolCallSoundType_1 = require("./ToolCallSoundType");
|
|
44
44
|
const ToolErrorHandlingMode_1 = require("./ToolErrorHandlingMode");
|
|
45
45
|
const ToolExecutionMode_1 = require("./ToolExecutionMode");
|
|
46
|
+
const ToolInterruptionMode_1 = require("./ToolInterruptionMode");
|
|
46
47
|
const WebhookToolApiSchemaConfigInput_1 = require("./WebhookToolApiSchemaConfigInput");
|
|
47
48
|
exports.WebhookToolConfigInput = core.serialization.object({
|
|
48
49
|
name: core.serialization.string(),
|
|
49
50
|
description: core.serialization.string(),
|
|
50
51
|
responseTimeoutSecs: core.serialization.property("response_timeout_secs", core.serialization.number().optional()),
|
|
51
52
|
disableInterruptions: core.serialization.property("disable_interruptions", core.serialization.boolean().optional()),
|
|
53
|
+
interruptionMode: core.serialization.property("interruption_mode", ToolInterruptionMode_1.ToolInterruptionMode.optional()),
|
|
52
54
|
forcePreToolSpeech: core.serialization.property("force_pre_tool_speech", core.serialization.boolean().optional()),
|
|
53
55
|
preToolSpeech: core.serialization.property("pre_tool_speech", PreToolSpeechMode_1.PreToolSpeechMode.optional()),
|
|
54
56
|
assignments: core.serialization.list(DynamicVariableAssignment_1.DynamicVariableAssignment).optional(),
|
|
55
57
|
toolCallSound: core.serialization.property("tool_call_sound", ToolCallSoundType_1.ToolCallSoundType.optional()),
|
|
56
58
|
toolCallSoundBehavior: core.serialization.property("tool_call_sound_behavior", ToolCallSoundBehavior_1.ToolCallSoundBehavior.optional()),
|
|
57
59
|
toolErrorHandlingMode: core.serialization.property("tool_error_handling_mode", ToolErrorHandlingMode_1.ToolErrorHandlingMode.optional()),
|
|
58
|
-
dynamicVariables: core.serialization.property("dynamic_variables",
|
|
60
|
+
dynamicVariables: core.serialization.property("dynamic_variables", DynamicVariablesConfig_1.DynamicVariablesConfig.optional()),
|
|
59
61
|
executionMode: core.serialization.property("execution_mode", ToolExecutionMode_1.ToolExecutionMode.optional()),
|
|
60
62
|
apiSchema: core.serialization.property("api_schema", WebhookToolApiSchemaConfigInput_1.WebhookToolApiSchemaConfigInput),
|
|
61
63
|
});
|
|
@@ -2,12 +2,13 @@ import type * as ElevenLabs from "../../api/index";
|
|
|
2
2
|
import * as core from "../../core";
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
import { DynamicVariableAssignment } from "./DynamicVariableAssignment";
|
|
5
|
-
import {
|
|
5
|
+
import { DynamicVariablesConfig } from "./DynamicVariablesConfig";
|
|
6
6
|
import { PreToolSpeechMode } from "./PreToolSpeechMode";
|
|
7
7
|
import { ToolCallSoundBehavior } from "./ToolCallSoundBehavior";
|
|
8
8
|
import { ToolCallSoundType } from "./ToolCallSoundType";
|
|
9
9
|
import { ToolErrorHandlingMode } from "./ToolErrorHandlingMode";
|
|
10
10
|
import { ToolExecutionMode } from "./ToolExecutionMode";
|
|
11
|
+
import { ToolInterruptionMode } from "./ToolInterruptionMode";
|
|
11
12
|
import { WebhookToolApiSchemaConfigOutput } from "./WebhookToolApiSchemaConfigOutput";
|
|
12
13
|
export declare const WebhookToolConfigOutput: core.serialization.ObjectSchema<serializers.WebhookToolConfigOutput.Raw, ElevenLabs.WebhookToolConfigOutput>;
|
|
13
14
|
export declare namespace WebhookToolConfigOutput {
|
|
@@ -16,13 +17,14 @@ export declare namespace WebhookToolConfigOutput {
|
|
|
16
17
|
description: string;
|
|
17
18
|
response_timeout_secs?: number | null;
|
|
18
19
|
disable_interruptions?: boolean | null;
|
|
20
|
+
interruption_mode?: ToolInterruptionMode.Raw | null;
|
|
19
21
|
force_pre_tool_speech?: boolean | null;
|
|
20
22
|
pre_tool_speech?: PreToolSpeechMode.Raw | null;
|
|
21
23
|
assignments?: DynamicVariableAssignment.Raw[] | null;
|
|
22
24
|
tool_call_sound?: ToolCallSoundType.Raw | null;
|
|
23
25
|
tool_call_sound_behavior?: ToolCallSoundBehavior.Raw | null;
|
|
24
26
|
tool_error_handling_mode?: ToolErrorHandlingMode.Raw | null;
|
|
25
|
-
dynamic_variables?:
|
|
27
|
+
dynamic_variables?: DynamicVariablesConfig.Raw | null;
|
|
26
28
|
execution_mode?: ToolExecutionMode.Raw | null;
|
|
27
29
|
api_schema: WebhookToolApiSchemaConfigOutput.Raw;
|
|
28
30
|
}
|
|
@@ -37,25 +37,27 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.WebhookToolConfigOutput = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const DynamicVariableAssignment_1 = require("./DynamicVariableAssignment");
|
|
40
|
-
const
|
|
40
|
+
const DynamicVariablesConfig_1 = require("./DynamicVariablesConfig");
|
|
41
41
|
const PreToolSpeechMode_1 = require("./PreToolSpeechMode");
|
|
42
42
|
const ToolCallSoundBehavior_1 = require("./ToolCallSoundBehavior");
|
|
43
43
|
const ToolCallSoundType_1 = require("./ToolCallSoundType");
|
|
44
44
|
const ToolErrorHandlingMode_1 = require("./ToolErrorHandlingMode");
|
|
45
45
|
const ToolExecutionMode_1 = require("./ToolExecutionMode");
|
|
46
|
+
const ToolInterruptionMode_1 = require("./ToolInterruptionMode");
|
|
46
47
|
const WebhookToolApiSchemaConfigOutput_1 = require("./WebhookToolApiSchemaConfigOutput");
|
|
47
48
|
exports.WebhookToolConfigOutput = core.serialization.object({
|
|
48
49
|
name: core.serialization.string(),
|
|
49
50
|
description: core.serialization.string(),
|
|
50
51
|
responseTimeoutSecs: core.serialization.property("response_timeout_secs", core.serialization.number().optional()),
|
|
51
52
|
disableInterruptions: core.serialization.property("disable_interruptions", core.serialization.boolean().optional()),
|
|
53
|
+
interruptionMode: core.serialization.property("interruption_mode", ToolInterruptionMode_1.ToolInterruptionMode.optional()),
|
|
52
54
|
forcePreToolSpeech: core.serialization.property("force_pre_tool_speech", core.serialization.boolean().optional()),
|
|
53
55
|
preToolSpeech: core.serialization.property("pre_tool_speech", PreToolSpeechMode_1.PreToolSpeechMode.optional()),
|
|
54
56
|
assignments: core.serialization.list(DynamicVariableAssignment_1.DynamicVariableAssignment).optional(),
|
|
55
57
|
toolCallSound: core.serialization.property("tool_call_sound", ToolCallSoundType_1.ToolCallSoundType.optional()),
|
|
56
58
|
toolCallSoundBehavior: core.serialization.property("tool_call_sound_behavior", ToolCallSoundBehavior_1.ToolCallSoundBehavior.optional()),
|
|
57
59
|
toolErrorHandlingMode: core.serialization.property("tool_error_handling_mode", ToolErrorHandlingMode_1.ToolErrorHandlingMode.optional()),
|
|
58
|
-
dynamicVariables: core.serialization.property("dynamic_variables",
|
|
60
|
+
dynamicVariables: core.serialization.property("dynamic_variables", DynamicVariablesConfig_1.DynamicVariablesConfig.optional()),
|
|
59
61
|
executionMode: core.serialization.property("execution_mode", ToolExecutionMode_1.ToolExecutionMode.optional()),
|
|
60
62
|
apiSchema: core.serialization.property("api_schema", WebhookToolApiSchemaConfigOutput_1.WebhookToolApiSchemaConfigOutput),
|
|
61
63
|
});
|
|
@@ -3,8 +3,8 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
import { AllowlistItem } from "./AllowlistItem";
|
|
5
5
|
import { EmbedVariant } from "./EmbedVariant";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
6
|
+
import { WidgetConfigAvatar } from "./WidgetConfigAvatar";
|
|
7
|
+
import { WidgetConfigSyntaxHighlightTheme } from "./WidgetConfigSyntaxHighlightTheme";
|
|
8
8
|
import { WidgetEndFeedbackConfig } from "./WidgetEndFeedbackConfig";
|
|
9
9
|
import { WidgetExpandable } from "./WidgetExpandable";
|
|
10
10
|
import { WidgetFeedbackMode } from "./WidgetFeedbackMode";
|
|
@@ -18,7 +18,7 @@ export declare namespace WidgetConfig {
|
|
|
18
18
|
variant?: EmbedVariant.Raw | null;
|
|
19
19
|
placement?: WidgetPlacement.Raw | null;
|
|
20
20
|
expandable?: WidgetExpandable.Raw | null;
|
|
21
|
-
avatar?:
|
|
21
|
+
avatar?: WidgetConfigAvatar.Raw | null;
|
|
22
22
|
feedback_mode?: WidgetFeedbackMode.Raw | null;
|
|
23
23
|
end_feedback?: WidgetEndFeedbackConfig.Raw | null;
|
|
24
24
|
bg_color?: string | null;
|
|
@@ -56,7 +56,7 @@ export declare namespace WidgetConfig {
|
|
|
56
56
|
show_agent_status?: boolean | null;
|
|
57
57
|
show_conversation_id?: boolean | null;
|
|
58
58
|
strip_audio_tags?: boolean | null;
|
|
59
|
-
syntax_highlight_theme?:
|
|
59
|
+
syntax_highlight_theme?: WidgetConfigSyntaxHighlightTheme.Raw | null;
|
|
60
60
|
text_contents?: WidgetTextContents.Raw | null;
|
|
61
61
|
styles?: WidgetStyles.Raw | null;
|
|
62
62
|
language_selector?: boolean | null;
|