@elevenlabs/elevenlabs-js 2.36.0 → 2.38.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/BaseClient.js +2 -2
- package/api/resources/audioNative/client/Client.d.ts +15 -0
- package/api/resources/audioNative/client/Client.js +67 -0
- package/api/resources/audioNative/client/requests/BodyUpdateAudioNativeContentFromUrlV1AudioNativeContentPost.d.ts +10 -0
- package/api/resources/audioNative/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/client/Client.d.ts +3 -0
- package/api/resources/conversationalAi/client/Client.js +29 -24
- package/api/resources/conversationalAi/resources/agents/client/Client.d.ts +2 -0
- package/api/resources/conversationalAi/resources/agents/client/Client.js +13 -3
- package/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +4 -0
- package/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +4 -2
- package/api/resources/conversationalAi/resources/agents/types/BodyCreateAgentV1ConvaiAgentsCreatePostCoachingSettings.d.ts +10 -0
- package/api/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchCoachingSettings.d.ts +10 -0
- package/api/resources/conversationalAi/resources/agents/types/index.d.ts +2 -1
- package/api/resources/conversationalAi/resources/agents/types/index.js +2 -1
- package/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +6 -0
- package/api/resources/conversationalAi/resources/conversations/client/Client.js +10 -0
- package/api/resources/conversationalAi/resources/conversations/resources/files/client/Client.d.ts +44 -0
- package/api/resources/conversationalAi/resources/conversations/resources/files/client/Client.js +191 -0
- package/api/resources/conversationalAi/resources/conversations/resources/files/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/files/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/conversations/resources/files/client/requests/BodyUploadFileV1ConvaiConversationsConversationIdFilesPost.d.ts +11 -0
- package/api/resources/conversationalAi/resources/conversations/resources/files/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/files/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/conversations/resources/files/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/files/index.js +17 -0
- package/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +5 -0
- package/api/resources/conversationalAi/resources/conversations/resources/index.js +6 -1
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +61 -0
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +297 -0
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesSearchRequest.d.ts +19 -0
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +63 -0
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/conversations/resources/messages/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/conversations/resources/messages/index.js +18 -0
- package/api/resources/conversationalAi/resources/conversations/resources/messages/types/MessagesTextSearchRequestSummaryMode.d.ts +6 -0
- package/api/resources/conversationalAi/resources/conversations/resources/messages/types/MessagesTextSearchRequestSummaryMode.js +9 -0
- package/api/resources/conversationalAi/resources/conversations/resources/messages/types/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/messages/types/index.js +17 -0
- package/api/resources/conversationalAi/resources/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/index.js +2 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +1 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +1 -1
- package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/BodyComputeRagIndexesInBatchV1ConvaiKnowledgeBaseRagIndexPost.d.ts +1 -1
- package/api/resources/conversationalAi/resources/llm/client/Client.d.ts +25 -0
- package/api/resources/conversationalAi/resources/llm/client/Client.js +119 -0
- package/api/resources/conversationalAi/resources/llm/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/llm/client/index.js +2 -0
- package/api/resources/conversationalAi/resources/llm/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/llm/index.js +17 -0
- package/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +4 -0
- 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/requests/McpToolConfigOverrideCreateRequestModel.d.ts +2 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +2 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.js +1 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.d.ts +13 -0
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.d.ts +13 -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 +18 -0
- package/api/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tests/client/Client.d.ts +4 -1
- package/api/resources/conversationalAi/resources/tests/client/Client.js +24 -2
- package/api/resources/conversationalAi/resources/tests/client/requests/TestsListRequest.d.ts +13 -1
- package/api/resources/conversationalAi/resources/tests/types/TestsListRequestSortMode.d.ts +6 -0
- package/api/resources/conversationalAi/resources/tests/types/TestsListRequestSortMode.js +9 -0
- package/api/resources/conversationalAi/resources/tests/types/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tests/types/index.js +1 -0
- package/api/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +3 -0
- package/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.d.ts +1 -0
- package/api/resources/music/client/Client.d.ts +16 -0
- package/api/resources/music/client/Client.js +72 -0
- package/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +3 -1
- package/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +3 -1
- package/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +3 -1
- package/api/resources/music/client/requests/BodyUploadMusicV1MusicUploadPost.d.ts +13 -0
- package/api/resources/music/client/requests/index.d.ts +1 -0
- package/api/resources/pronunciationDictionaries/client/Client.d.ts +2 -0
- package/api/resources/pronunciationDictionaries/client/Client.js +2 -0
- package/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost.d.ts +2 -0
- package/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +24 -0
- package/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +74 -0
- package/api/resources/pronunciationDictionaries/resources/rules/client/requests/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPost.d.ts +21 -0
- package/api/resources/pronunciationDictionaries/resources/rules/client/requests/PronunciationDictionary.d.ts +2 -0
- package/api/resources/pronunciationDictionaries/resources/rules/client/requests/index.d.ts +1 -0
- package/api/resources/pronunciationDictionaries/resources/rules/types/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPostRulesItem.d.ts +10 -0
- package/api/resources/pronunciationDictionaries/resources/rules/types/index.d.ts +1 -0
- package/api/resources/pronunciationDictionaries/resources/rules/types/index.js +1 -0
- package/api/resources/speechToText/client/Client.d.ts +1 -1
- package/api/resources/speechToText/client/Client.js +1 -1
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -2
- package/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +1 -1
- package/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +1 -1
- package/api/resources/voices/client/requests/BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost.d.ts +1 -0
- package/api/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +2 -0
- package/api/types/AgentMetadata.d.ts +1 -0
- package/api/types/AgentPlatformSettingsRequestModel.d.ts +3 -1
- package/api/types/AgentPlatformSettingsResponseModel.d.ts +3 -1
- package/api/types/AgentSimulatedChatTestResponseModel.d.ts +1 -1
- package/api/types/AgentTestEntityType.d.ts +5 -0
- package/api/types/AgentTestEntityType.js +8 -0
- package/api/types/AgentTestFolderPathSegmentResponseModel.d.ts +4 -0
- package/api/types/ApiIntegrationWebhookOverridesInput.d.ts +1 -0
- package/api/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts +13 -0
- package/api/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js +3 -0
- package/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +1 -0
- package/api/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +13 -0
- package/api/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js +3 -0
- package/api/types/AsrProvider.d.ts +1 -0
- package/api/types/AsrProvider.js +1 -0
- package/api/types/BatchCallDetailedResponse.d.ts +1 -0
- package/api/types/BatchCallResponse.d.ts +1 -0
- package/api/types/CanvasPlacement.d.ts +4 -0
- package/api/types/ChapterStatisticsResponse.d.ts +3 -0
- package/api/types/ChatSourceMedium.d.ts +7 -0
- package/api/types/{ConversationHistoryTranscriptCommonModelInputSourceMedium.js → ChatSourceMedium.js} +4 -2
- package/api/types/CheckServiceAvailabilityParams.d.ts +3 -0
- package/api/types/CheckServiceAvailabilityParams.js +3 -0
- package/api/types/ClientEvent.d.ts +2 -0
- package/api/types/ClientEvent.js +2 -0
- package/api/types/ClipAnimation.d.ts +7 -0
- package/api/types/ClipAnimation.js +3 -0
- package/api/types/ClipAnimationEnterEffect.d.ts +17 -0
- package/api/types/ClipAnimationEnterEffect.js +20 -0
- package/api/types/ClipAnimationExitEffect.d.ts +17 -0
- package/api/types/ClipAnimationExitEffect.js +20 -0
- package/api/types/CoachedAgentSettings.d.ts +3 -0
- package/api/types/CoachedAgentSettings.js +3 -0
- package/api/types/CoachingAgentSettings.d.ts +7 -0
- package/api/types/CoachingAgentSettings.js +3 -0
- package/api/types/ConfigEntityType.d.ts +68 -0
- package/api/types/ConfigEntityType.js +71 -0
- package/api/types/ConstantSchemaOverride.d.ts +5 -0
- package/api/types/ConstantSchemaOverride.js +3 -0
- package/api/types/ConstantSchemaOverrideConstantValue.d.ts +4 -0
- package/api/types/ConstantSchemaOverrideConstantValue.js +3 -0
- package/api/types/ContentConfig.d.ts +1 -1
- package/api/types/ContentGuardrailInput.d.ts +1 -0
- package/api/types/ContentGuardrailOutput.d.ts +1 -0
- package/api/types/ConvAiFileUploadResponseModel.d.ts +3 -0
- package/api/types/ConvAiFileUploadResponseModel.js +3 -0
- package/api/types/ConversationHistoryRedactionConfig.d.ts +7 -0
- package/api/types/ConversationHistoryRedactionConfig.js +3 -0
- package/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -1
- package/api/types/ConversationHistoryTranscriptFileInputResponseModel.d.ts +6 -0
- package/api/types/ConversationHistoryTranscriptFileInputResponseModel.js +3 -0
- package/api/types/ConversationHistoryTranscriptResponseModel.d.ts +19 -0
- package/api/types/ConversationHistoryTranscriptResponseModel.js +3 -0
- package/api/types/ConversationHistoryTranscriptResponseModelRole.d.ts +5 -0
- package/api/types/ConversationHistoryTranscriptResponseModelRole.js +8 -0
- package/api/types/ConversationHistoryTranscriptResponseModelToolResultsItem.d.ts +2 -0
- package/api/types/ConversationHistoryTranscriptResponseModelToolResultsItem.js +3 -0
- package/api/types/ConversationUserResponseModel.d.ts +3 -2
- package/api/types/CreateAssetParams.d.ts +3 -0
- package/api/types/CreateAssetParams.js +3 -0
- package/api/types/CreateClientAppointmentParams.d.ts +3 -0
- package/api/types/CreateClientAppointmentParams.js +3 -0
- package/api/types/CreateClientParams.d.ts +6 -0
- package/api/types/CreateClientParams.js +3 -0
- package/api/types/CreatePreviouslyGeneratedVoiceRequest.d.ts +1 -12
- package/api/types/CreateProductParams.d.ts +3 -0
- package/api/types/CreateProductParams.js +3 -0
- package/api/types/CreateResponseUnitTestRequest.d.ts +2 -0
- package/api/types/CreateServiceParams.d.ts +6 -0
- package/api/types/CreateServiceParams.js +3 -0
- package/api/types/CreateSimulationTestRequest.d.ts +2 -0
- package/api/types/CreateStaffParams.d.ts +6 -0
- package/api/types/CreateStaffParams.js +3 -0
- package/api/types/CreateToolCallUnitTestRequest.d.ts +2 -0
- package/api/types/CustomGuardrailConfig.d.ts +1 -2
- package/api/types/CustomGuardrailInput.d.ts +1 -1
- package/api/types/CustomGuardrailOutput.d.ts +1 -1
- package/api/types/{CustomGuardrailsConfig.d.ts → CustomGuardrailsConfigInput.d.ts} +1 -1
- package/api/types/CustomGuardrailsConfigInput.js +3 -0
- package/api/types/CustomGuardrailsConfigOutput.d.ts +7 -0
- package/api/types/CustomGuardrailsConfigOutput.js +3 -0
- package/api/types/CustomLlm.d.ts +1 -1
- package/api/types/DeleteAssetParams.d.ts +3 -0
- package/api/types/DeleteAssetParams.js +3 -0
- package/api/types/DeleteCalendarEventParams.d.ts +3 -0
- package/api/types/DeleteCalendarEventParams.js +3 -0
- package/api/types/DeleteClientParams.d.ts +6 -0
- package/api/types/DeleteClientParams.js +3 -0
- package/api/types/DeleteProductParams.d.ts +3 -0
- package/api/types/DeleteProductParams.js +3 -0
- package/api/types/DeleteServiceParams.d.ts +6 -0
- package/api/types/DeleteServiceParams.js +3 -0
- package/api/types/DeleteStaffParams.d.ts +6 -0
- package/api/types/DeleteStaffParams.js +3 -0
- package/api/types/DependentBranchInfo.d.ts +7 -0
- package/api/types/DependentBranchInfo.js +3 -0
- package/api/types/DynamicVariableSchemaOverride.d.ts +4 -0
- package/api/types/DynamicVariableSchemaOverride.js +3 -0
- package/api/types/EmbeddingModelEnum.d.ts +1 -0
- package/api/types/EmbeddingModelEnum.js +1 -0
- package/api/types/FocusGuardrail.d.ts +3 -0
- package/api/types/FocusGuardrail.js +3 -0
- package/api/types/GenerateVoiceRequest.d.ts +1 -13
- package/api/types/GenerationSourceContext.d.ts +14 -0
- package/api/types/GenerationSourceContext.js +3 -0
- package/api/types/GetAgentResponseModel.d.ts +2 -0
- package/api/types/GetAgentResponseModelCoachingSettings.d.ts +13 -0
- package/api/types/GetAgentResponseModelCoachingSettings.js +3 -0
- package/api/types/GetClientAppointmentsParams.d.ts +3 -0
- package/api/types/GetClientAppointmentsParams.js +3 -0
- package/api/types/GetClientByPhoneParams.d.ts +6 -0
- package/api/types/GetClientByPhoneParams.js +3 -0
- package/api/types/GetConversationResponseModel.d.ts +1 -1
- package/api/types/GetKnowledgeBaseDependentAgentsResponseModel.d.ts +1 -0
- package/api/types/GetToolDependentAgentsResponseModel.d.ts +1 -0
- package/api/types/GetWhatsAppAccountResponse.d.ts +1 -0
- package/api/types/GuardrailExecutionMode.d.ts +5 -0
- package/api/types/GuardrailExecutionMode.js +8 -0
- package/api/types/GuardrailsV1Input.d.ts +2 -1
- package/api/types/GuardrailsV1Output.d.ts +2 -1
- package/api/types/LibraryVoiceResponse.d.ts +2 -0
- package/api/types/ListAssetsParams.d.ts +4 -0
- package/api/types/ListAssetsParams.js +3 -0
- package/api/types/ListCalendarEventsParams.d.ts +3 -0
- package/api/types/ListCalendarEventsParams.js +3 -0
- package/api/types/ListClientsParams.d.ts +6 -0
- package/api/types/ListClientsParams.js +3 -0
- package/api/types/ListProductsParams.d.ts +4 -0
- package/api/types/ListProductsParams.js +3 -0
- package/api/types/ListServicesParams.d.ts +4 -0
- package/api/types/ListServicesParams.js +3 -0
- package/api/types/ListStaffParams.d.ts +4 -0
- package/api/types/ListStaffParams.js +3 -0
- package/api/types/Llm.d.ts +1 -0
- package/api/types/Llm.js +1 -0
- package/api/types/LlmDeprecationConfigModel.d.ts +12 -0
- package/api/types/LlmDeprecationConfigModel.js +3 -0
- package/api/types/LlmDeprecationInfoModel.d.ts +19 -0
- package/api/types/LlmDeprecationInfoModel.js +3 -0
- package/api/types/LlmInfoModelInput.d.ts +21 -0
- package/api/types/LlmInfoModelInput.js +3 -0
- package/api/types/LlmInfoModelOutput.d.ts +21 -0
- package/api/types/LlmInfoModelOutput.js +3 -0
- package/api/types/LlmListResponseModelInput.d.ts +7 -0
- package/api/types/LlmListResponseModelInput.js +3 -0
- package/api/types/LlmListResponseModelOutput.d.ts +7 -0
- package/api/types/LlmListResponseModelOutput.js +3 -0
- package/api/types/LlmSchemaOverride.d.ts +4 -0
- package/api/types/LlmSchemaOverride.js +3 -0
- package/api/types/McpServerConfigInput.d.ts +2 -0
- package/api/types/McpServerConfigOutput.d.ts +2 -0
- package/api/types/McpToolConfigOverride.d.ts +2 -0
- package/api/types/McpToolConfigOverrideInputOverridesValue.d.ts +13 -0
- package/api/types/McpToolConfigOverrideInputOverridesValue.js +3 -0
- package/api/types/MessagesSearchResponse.d.ts +9 -0
- package/api/types/MessagesSearchResponse.js +3 -0
- package/api/types/MessagesSearchResult.d.ts +14 -0
- package/api/types/MessagesSearchResult.js +3 -0
- package/api/types/ModerationGuardrailInput.d.ts +1 -0
- package/api/types/ModerationGuardrailOutput.d.ts +1 -0
- package/api/types/MusicExploreSongSourceContext.d.ts +8 -0
- package/api/types/MusicExploreSongSourceContext.js +3 -0
- package/api/types/MusicUploadResponse.d.ts +10 -0
- package/api/types/MusicUploadResponse.js +3 -0
- package/api/types/NoCoachingSettings.d.ts +3 -0
- package/api/types/NoCoachingSettings.js +3 -0
- package/api/types/ObjectJsonSchemaPropertyInput.d.ts +1 -0
- package/api/types/ObjectJsonSchemaPropertyOutput.d.ts +1 -0
- package/api/types/PendingClipTaskType.d.ts +1 -0
- package/api/types/PendingClipTaskType.js +1 -0
- package/api/types/PermissionType.d.ts +1 -0
- package/api/types/PermissionType.js +1 -0
- package/api/types/{PrivacyConfig.d.ts → PrivacyConfigInput.d.ts} +4 -1
- package/api/types/PrivacyConfigInput.js +3 -0
- package/api/types/PrivacyConfigOutput.d.ts +17 -0
- package/api/types/PrivacyConfigOutput.js +3 -0
- package/api/types/ProcedureRefResponseModel.d.ts +8 -0
- package/api/types/ProcedureRefResponseModel.js +3 -0
- package/api/types/ProjectExtendedResponse.d.ts +2 -0
- package/api/types/ProjectExtendedResponseModelAssetsItem.d.ts +1 -0
- package/api/types/ProjectExternalAudioResponseModel.d.ts +3 -2
- package/api/types/ProjectExternalAudioResponseModelSourceContext.d.ts +13 -0
- package/api/types/ProjectExternalAudioResponseModelSourceContext.js +3 -0
- package/api/types/ProjectImageResponseModel.d.ts +1 -0
- package/api/types/ProjectResponse.d.ts +2 -0
- package/api/types/ProjectVideoResponseModel.d.ts +7 -3
- package/api/types/PromptAgentApiModelInputToolsItem.d.ts +5 -1
- package/api/types/PromptAgentApiModelOutputToolsItem.d.ts +5 -1
- package/api/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +5 -1
- package/api/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +5 -1
- package/api/types/PromptInjectionGuardrail.d.ts +3 -0
- package/api/types/PromptInjectionGuardrail.js +3 -0
- package/api/types/PronunciationDictionaryAliasRuleRequestModel.d.ts +4 -0
- package/api/types/PronunciationDictionaryAliasRuleResponseModel.d.ts +4 -0
- package/api/types/PronunciationDictionaryPhonemeRuleRequestModel.d.ts +4 -0
- package/api/types/PronunciationDictionaryPhonemeRuleResponseModel.d.ts +4 -0
- package/api/types/RagConfig.d.ts +2 -0
- package/api/types/RagConfigWorkflowOverride.d.ts +2 -0
- package/api/types/RagIndexStatus.d.ts +1 -0
- package/api/types/RagIndexStatus.js +1 -0
- package/api/types/ReferenceVideo.d.ts +7 -0
- package/api/types/ReferenceVideo.js +3 -0
- package/api/types/RequiredConstraint.d.ts +6 -0
- package/api/types/RequiredConstraint.js +3 -0
- package/api/types/RequiredConstraints.d.ts +8 -0
- package/api/types/RequiredConstraints.js +3 -0
- package/api/types/ResponseFilter.d.ts +12 -0
- package/api/types/ResponseFilter.js +3 -0
- package/api/types/SayNodeLiteralMessageInput.d.ts +5 -0
- package/api/types/SayNodeLiteralMessageInput.js +3 -0
- package/api/types/SayNodeLiteralMessageOutput.d.ts +5 -0
- package/api/types/SayNodeLiteralMessageOutput.js +3 -0
- package/api/types/SayNodePromptMessageInput.d.ts +5 -0
- package/api/types/SayNodePromptMessageInput.js +3 -0
- package/api/types/SayNodePromptMessageOutput.d.ts +5 -0
- package/api/types/SayNodePromptMessageOutput.js +3 -0
- package/api/types/SearchClientsParams.d.ts +6 -0
- package/api/types/SearchClientsParams.js +3 -0
- package/api/types/SeatType.d.ts +5 -0
- package/api/types/SeatType.js +5 -0
- package/api/types/SfxSourceContext.d.ts +8 -0
- package/api/types/SfxSourceContext.js +3 -0
- package/api/types/SongSection.d.ts +1 -1
- package/api/types/SongSourceContext.d.ts +10 -0
- package/api/types/SongSourceContext.js +3 -0
- package/api/types/StudioAgentSettingsModel.d.ts +4 -0
- package/api/types/StudioAgentSettingsModel.js +3 -0
- package/api/types/StudioAgentToolSettingsModel.d.ts +3 -0
- package/api/types/StudioAgentToolSettingsModel.js +3 -0
- package/api/types/StudioClipReference.d.ts +9 -0
- package/api/types/StudioClipReference.js +3 -0
- package/api/types/StudioClipReferenceClipType.d.ts +7 -0
- package/api/types/StudioClipReferenceClipType.js +10 -0
- package/api/types/TelephonyCallConfig.d.ts +4 -0
- package/api/types/TelephonyCallConfig.js +3 -0
- package/api/types/TestType.d.ts +1 -0
- package/api/types/TestType.js +1 -0
- package/api/types/ToolType.d.ts +1 -0
- package/api/types/ToolType.js +1 -0
- package/api/types/UnitTestSummaryResponseModel.d.ts +9 -1
- package/api/types/UpdateAssetParams.d.ts +3 -0
- package/api/types/UpdateAssetParams.js +3 -0
- package/api/types/UpdateCalendarEventParams.d.ts +3 -0
- package/api/types/UpdateCalendarEventParams.js +3 -0
- package/api/types/UpdateClientParams.d.ts +6 -0
- package/api/types/UpdateClientParams.js +3 -0
- package/api/types/UpdateProductParams.d.ts +3 -0
- package/api/types/UpdateProductParams.js +3 -0
- package/api/types/UpdateResponseUnitTestRequest.d.ts +2 -0
- package/api/types/UpdateServiceParams.d.ts +6 -0
- package/api/types/UpdateServiceParams.js +3 -0
- package/api/types/UpdateSimulationTestRequest.d.ts +2 -0
- package/api/types/UpdateStaffParams.d.ts +6 -0
- package/api/types/UpdateStaffParams.js +3 -0
- package/api/types/UpdateToolCallUnitTestRequest.d.ts +2 -0
- package/api/types/User.d.ts +2 -0
- package/api/types/Voice.d.ts +2 -0
- package/api/types/VoiceGenerationParameterOptionResponse.d.ts +1 -4
- package/api/types/VoiceGenerationParameterResponse.d.ts +1 -10
- package/api/types/VoiceStatisticsResponseModel.d.ts +8 -0
- package/api/types/VoiceStatisticsResponseModel.js +3 -0
- package/api/types/WidgetConfig.d.ts +10 -0
- package/api/types/WidgetConfigInputSyntaxHighlightTheme.d.ts +5 -0
- package/api/types/WidgetConfigInputSyntaxHighlightTheme.js +8 -0
- package/api/types/WidgetConfigOutputSyntaxHighlightTheme.d.ts +5 -0
- package/api/types/WidgetConfigOutputSyntaxHighlightTheme.js +8 -0
- package/api/types/WidgetConfigResponse.d.ts +10 -0
- package/api/types/WidgetConfigResponseModelSyntaxHighlightTheme.d.ts +5 -0
- package/api/types/WidgetConfigResponseModelSyntaxHighlightTheme.js +8 -0
- package/api/types/WidgetTextContents.d.ts +22 -0
- package/api/types/WorkspaceGroupPermission.d.ts +1 -0
- package/api/types/WorkspaceGroupPermission.js +1 -0
- package/api/types/WorkspaceGroupResponseModel.d.ts +1 -0
- package/api/types/WorkspaceResourceType.d.ts +3 -0
- package/api/types/WorkspaceResourceType.js +3 -0
- package/api/types/index.d.ts +92 -10
- package/api/types/index.js +92 -10
- package/dist/BaseClient.js +2 -2
- package/dist/api/resources/audioNative/client/Client.d.ts +15 -0
- package/dist/api/resources/audioNative/client/Client.js +67 -0
- package/dist/api/resources/audioNative/client/requests/BodyUpdateAudioNativeContentFromUrlV1AudioNativeContentPost.d.ts +10 -0
- package/dist/api/resources/audioNative/client/requests/BodyUpdateAudioNativeContentFromUrlV1AudioNativeContentPost.js +3 -0
- package/dist/api/resources/audioNative/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/client/Client.d.ts +3 -0
- package/dist/api/resources/conversationalAi/client/Client.js +29 -24
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/Client.js +13 -3
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +4 -0
- package/dist/api/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +4 -2
- package/dist/api/resources/conversationalAi/resources/agents/types/BodyCreateAgentV1ConvaiAgentsCreatePostCoachingSettings.d.ts +10 -0
- package/dist/api/resources/conversationalAi/resources/agents/types/BodyCreateAgentV1ConvaiAgentsCreatePostCoachingSettings.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchCoachingSettings.d.ts +10 -0
- package/dist/api/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchCoachingSettings.js +3 -0
- package/dist/api/resources/conversationalAi/resources/agents/types/index.d.ts +2 -1
- package/dist/api/resources/conversationalAi/resources/agents/types/index.js +2 -1
- package/dist/api/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +6 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +10 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/files/client/Client.d.ts +44 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/files/client/Client.js +191 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/files/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/files/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/files/client/requests/BodyUploadFileV1ConvaiConversationsConversationIdFilesPost.d.ts +11 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/files/client/requests/BodyUploadFileV1ConvaiConversationsConversationIdFilesPost.js +3 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/files/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/files/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/files/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/files/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +5 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/index.js +6 -1
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.d.ts +61 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/Client.js +297 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesSearchRequest.d.ts +19 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesSearchRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.d.ts +63 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/index.js +18 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/types/MessagesTextSearchRequestSummaryMode.d.ts +6 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/types/MessagesTextSearchRequestSummaryMode.js +9 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/types/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/messages/types/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/index.js +2 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +1 -1
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/BodyComputeRagIndexesInBatchV1ConvaiKnowledgeBaseRagIndexPost.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/llm/client/Client.d.ts +25 -0
- package/dist/api/resources/conversationalAi/resources/llm/client/Client.js +119 -0
- package/dist/api/resources/conversationalAi/resources/llm/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/llm/client/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/llm/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/llm/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +4 -0
- 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/requests/McpToolConfigOverrideCreateRequestModel.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.js +1 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.js +3 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.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 +18 -0
- package/dist/api/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tests/client/Client.d.ts +4 -1
- package/dist/api/resources/conversationalAi/resources/tests/client/Client.js +24 -2
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/TestsListRequest.d.ts +13 -1
- package/dist/api/resources/conversationalAi/resources/tests/types/TestsListRequestSortMode.d.ts +6 -0
- package/dist/api/resources/conversationalAi/resources/tests/types/TestsListRequestSortMode.js +9 -0
- package/dist/api/resources/conversationalAi/resources/tests/types/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tests/types/index.js +1 -0
- package/dist/api/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.d.ts +1 -0
- package/dist/api/resources/music/client/Client.d.ts +16 -0
- package/dist/api/resources/music/client/Client.js +72 -0
- package/dist/api/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +3 -1
- package/dist/api/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +3 -1
- package/dist/api/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +3 -1
- package/dist/api/resources/music/client/requests/BodyUploadMusicV1MusicUploadPost.d.ts +13 -0
- package/dist/api/resources/music/client/requests/BodyUploadMusicV1MusicUploadPost.js +3 -0
- package/dist/api/resources/music/client/requests/index.d.ts +1 -0
- package/dist/api/resources/pronunciationDictionaries/client/Client.d.ts +2 -0
- package/dist/api/resources/pronunciationDictionaries/client/Client.js +2 -0
- package/dist/api/resources/pronunciationDictionaries/client/requests/BodyAddAPronunciationDictionaryV1PronunciationDictionariesAddFromRulesPost.d.ts +2 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.d.ts +24 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/Client.js +74 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/requests/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPost.d.ts +21 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/requests/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPost.js +3 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/requests/PronunciationDictionary.d.ts +2 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/client/requests/index.d.ts +1 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/types/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPostRulesItem.d.ts +10 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/types/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPostRulesItem.js +3 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/types/index.d.ts +1 -0
- package/dist/api/resources/pronunciationDictionaries/resources/rules/types/index.js +1 -0
- package/dist/api/resources/speechToText/client/Client.d.ts +1 -1
- package/dist/api/resources/speechToText/client/Client.js +1 -1
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -2
- package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +1 -1
- package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +1 -1
- package/dist/api/resources/voices/client/requests/BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost.d.ts +1 -0
- package/dist/api/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +2 -0
- package/dist/api/types/AgentMetadata.d.ts +1 -0
- package/dist/api/types/AgentPlatformSettingsRequestModel.d.ts +3 -1
- package/dist/api/types/AgentPlatformSettingsResponseModel.d.ts +3 -1
- package/dist/api/types/AgentSimulatedChatTestResponseModel.d.ts +1 -1
- package/dist/api/types/AgentTestEntityType.d.ts +5 -0
- package/dist/api/types/AgentTestEntityType.js +8 -0
- package/dist/api/types/AgentTestFolderPathSegmentResponseModel.d.ts +4 -0
- package/dist/api/types/AgentTestFolderPathSegmentResponseModel.js +3 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesInput.d.ts +1 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts +13 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js +3 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesOutput.d.ts +1 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +13 -0
- package/dist/api/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js +3 -0
- package/dist/api/types/AsrProvider.d.ts +1 -0
- package/dist/api/types/AsrProvider.js +1 -0
- package/dist/api/types/BatchCallDetailedResponse.d.ts +1 -0
- package/dist/api/types/BatchCallResponse.d.ts +1 -0
- package/dist/api/types/CanvasPlacement.d.ts +4 -0
- package/dist/api/types/ChapterStatisticsResponse.d.ts +3 -0
- package/dist/api/types/ChatSourceMedium.d.ts +7 -0
- package/dist/api/types/{ConversationHistoryTranscriptCommonModelInputSourceMedium.js → ChatSourceMedium.js} +4 -2
- package/dist/api/types/CheckServiceAvailabilityParams.d.ts +3 -0
- package/dist/api/types/CheckServiceAvailabilityParams.js +3 -0
- package/dist/api/types/ClientEvent.d.ts +2 -0
- package/dist/api/types/ClientEvent.js +2 -0
- package/dist/api/types/ClipAnimation.d.ts +7 -0
- package/dist/api/types/ClipAnimation.js +3 -0
- package/dist/api/types/ClipAnimationEnterEffect.d.ts +17 -0
- package/dist/api/types/ClipAnimationEnterEffect.js +20 -0
- package/dist/api/types/ClipAnimationExitEffect.d.ts +17 -0
- package/dist/api/types/ClipAnimationExitEffect.js +20 -0
- package/dist/api/types/CoachedAgentSettings.d.ts +3 -0
- package/dist/api/types/CoachedAgentSettings.js +3 -0
- package/dist/api/types/CoachingAgentSettings.d.ts +7 -0
- package/dist/api/types/CoachingAgentSettings.js +3 -0
- package/dist/api/types/ConfigEntityType.d.ts +68 -0
- package/dist/api/types/ConfigEntityType.js +71 -0
- package/dist/api/types/ConstantSchemaOverride.d.ts +5 -0
- package/dist/api/types/ConstantSchemaOverride.js +3 -0
- package/dist/api/types/ConstantSchemaOverrideConstantValue.d.ts +4 -0
- package/dist/api/types/ConstantSchemaOverrideConstantValue.js +3 -0
- package/dist/api/types/ContentConfig.d.ts +1 -1
- package/dist/api/types/ContentGuardrailInput.d.ts +1 -0
- package/dist/api/types/ContentGuardrailOutput.d.ts +1 -0
- package/dist/api/types/ConvAiFileUploadResponseModel.d.ts +3 -0
- package/dist/api/types/ConvAiFileUploadResponseModel.js +3 -0
- package/dist/api/types/ConversationHistoryRedactionConfig.d.ts +7 -0
- package/dist/api/types/ConversationHistoryRedactionConfig.js +3 -0
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInput.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +1 -1
- package/dist/api/types/ConversationHistoryTranscriptFileInputResponseModel.d.ts +6 -0
- package/dist/api/types/ConversationHistoryTranscriptFileInputResponseModel.js +3 -0
- package/dist/api/types/ConversationHistoryTranscriptResponseModel.d.ts +19 -0
- package/dist/api/types/ConversationHistoryTranscriptResponseModel.js +3 -0
- package/dist/api/types/ConversationHistoryTranscriptResponseModelRole.d.ts +5 -0
- package/dist/api/types/ConversationHistoryTranscriptResponseModelRole.js +8 -0
- package/dist/api/types/ConversationHistoryTranscriptResponseModelToolResultsItem.d.ts +2 -0
- package/dist/api/types/ConversationHistoryTranscriptResponseModelToolResultsItem.js +3 -0
- package/dist/api/types/ConversationUserResponseModel.d.ts +3 -2
- package/dist/api/types/CreateAssetParams.d.ts +3 -0
- package/dist/api/types/CreateAssetParams.js +3 -0
- package/dist/api/types/CreateClientAppointmentParams.d.ts +3 -0
- package/dist/api/types/CreateClientAppointmentParams.js +3 -0
- package/dist/api/types/CreateClientParams.d.ts +6 -0
- package/dist/api/types/CreateClientParams.js +3 -0
- package/dist/api/types/CreatePreviouslyGeneratedVoiceRequest.d.ts +1 -12
- package/dist/api/types/CreateProductParams.d.ts +3 -0
- package/dist/api/types/CreateProductParams.js +3 -0
- package/dist/api/types/CreateResponseUnitTestRequest.d.ts +2 -0
- package/dist/api/types/CreateServiceParams.d.ts +6 -0
- package/dist/api/types/CreateServiceParams.js +3 -0
- package/dist/api/types/CreateSimulationTestRequest.d.ts +2 -0
- package/dist/api/types/CreateStaffParams.d.ts +6 -0
- package/dist/api/types/CreateStaffParams.js +3 -0
- package/dist/api/types/CreateToolCallUnitTestRequest.d.ts +2 -0
- package/dist/api/types/CustomGuardrailConfig.d.ts +1 -2
- package/dist/api/types/CustomGuardrailInput.d.ts +1 -1
- package/dist/api/types/CustomGuardrailOutput.d.ts +1 -1
- package/dist/api/types/{CustomGuardrailsConfig.d.ts → CustomGuardrailsConfigInput.d.ts} +1 -1
- package/dist/api/types/CustomGuardrailsConfigInput.js +3 -0
- package/dist/api/types/CustomGuardrailsConfigOutput.d.ts +7 -0
- package/dist/api/types/CustomGuardrailsConfigOutput.js +3 -0
- package/dist/api/types/CustomLlm.d.ts +1 -1
- package/dist/api/types/DeleteAssetParams.d.ts +3 -0
- package/dist/api/types/DeleteAssetParams.js +3 -0
- package/dist/api/types/DeleteCalendarEventParams.d.ts +3 -0
- package/dist/api/types/DeleteCalendarEventParams.js +3 -0
- package/dist/api/types/DeleteClientParams.d.ts +6 -0
- package/dist/api/types/DeleteClientParams.js +3 -0
- package/dist/api/types/DeleteProductParams.d.ts +3 -0
- package/dist/api/types/DeleteProductParams.js +3 -0
- package/dist/api/types/DeleteServiceParams.d.ts +6 -0
- package/dist/api/types/DeleteServiceParams.js +3 -0
- package/dist/api/types/DeleteStaffParams.d.ts +6 -0
- package/dist/api/types/DeleteStaffParams.js +3 -0
- package/dist/api/types/DependentBranchInfo.d.ts +7 -0
- package/dist/api/types/DependentBranchInfo.js +3 -0
- package/dist/api/types/DynamicVariableSchemaOverride.d.ts +4 -0
- package/dist/api/types/DynamicVariableSchemaOverride.js +3 -0
- package/dist/api/types/EmbeddingModelEnum.d.ts +1 -0
- package/dist/api/types/EmbeddingModelEnum.js +1 -0
- package/dist/api/types/FocusGuardrail.d.ts +3 -0
- package/dist/api/types/FocusGuardrail.js +3 -0
- package/dist/api/types/GenerateVoiceRequest.d.ts +1 -13
- package/dist/api/types/GenerationSourceContext.d.ts +14 -0
- package/dist/api/types/GenerationSourceContext.js +3 -0
- package/dist/api/types/GetAgentResponseModel.d.ts +2 -0
- package/dist/api/types/GetAgentResponseModelCoachingSettings.d.ts +13 -0
- package/dist/api/types/GetAgentResponseModelCoachingSettings.js +3 -0
- package/dist/api/types/GetClientAppointmentsParams.d.ts +3 -0
- package/dist/api/types/GetClientAppointmentsParams.js +3 -0
- package/dist/api/types/GetClientByPhoneParams.d.ts +6 -0
- package/dist/api/types/GetClientByPhoneParams.js +3 -0
- package/dist/api/types/GetConversationResponseModel.d.ts +1 -1
- package/dist/api/types/GetKnowledgeBaseDependentAgentsResponseModel.d.ts +1 -0
- package/dist/api/types/GetToolDependentAgentsResponseModel.d.ts +1 -0
- package/dist/api/types/GetWhatsAppAccountResponse.d.ts +1 -0
- package/dist/api/types/GuardrailExecutionMode.d.ts +5 -0
- package/dist/api/types/GuardrailExecutionMode.js +8 -0
- package/dist/api/types/GuardrailsV1Input.d.ts +2 -1
- package/dist/api/types/GuardrailsV1Output.d.ts +2 -1
- package/dist/api/types/LibraryVoiceResponse.d.ts +2 -0
- package/dist/api/types/ListAssetsParams.d.ts +4 -0
- package/dist/api/types/ListAssetsParams.js +3 -0
- package/dist/api/types/ListCalendarEventsParams.d.ts +3 -0
- package/dist/api/types/ListCalendarEventsParams.js +3 -0
- package/dist/api/types/ListClientsParams.d.ts +6 -0
- package/dist/api/types/ListClientsParams.js +3 -0
- package/dist/api/types/ListProductsParams.d.ts +4 -0
- package/dist/api/types/ListProductsParams.js +3 -0
- package/dist/api/types/ListServicesParams.d.ts +4 -0
- package/dist/api/types/ListServicesParams.js +3 -0
- package/dist/api/types/ListStaffParams.d.ts +4 -0
- package/dist/api/types/ListStaffParams.js +3 -0
- package/dist/api/types/Llm.d.ts +1 -0
- package/dist/api/types/Llm.js +1 -0
- package/dist/api/types/LlmDeprecationConfigModel.d.ts +12 -0
- package/dist/api/types/LlmDeprecationConfigModel.js +3 -0
- package/dist/api/types/LlmDeprecationInfoModel.d.ts +19 -0
- package/dist/api/types/LlmDeprecationInfoModel.js +3 -0
- package/dist/api/types/LlmInfoModelInput.d.ts +21 -0
- package/dist/api/types/LlmInfoModelInput.js +3 -0
- package/dist/api/types/LlmInfoModelOutput.d.ts +21 -0
- package/dist/api/types/LlmInfoModelOutput.js +3 -0
- package/dist/api/types/LlmListResponseModelInput.d.ts +7 -0
- package/dist/api/types/LlmListResponseModelInput.js +3 -0
- package/dist/api/types/LlmListResponseModelOutput.d.ts +7 -0
- package/dist/api/types/LlmListResponseModelOutput.js +3 -0
- package/dist/api/types/LlmSchemaOverride.d.ts +4 -0
- package/dist/api/types/LlmSchemaOverride.js +3 -0
- package/dist/api/types/McpServerConfigInput.d.ts +2 -0
- package/dist/api/types/McpServerConfigOutput.d.ts +2 -0
- package/dist/api/types/McpToolConfigOverride.d.ts +2 -0
- package/dist/api/types/McpToolConfigOverrideInputOverridesValue.d.ts +13 -0
- package/dist/api/types/McpToolConfigOverrideInputOverridesValue.js +3 -0
- package/dist/api/types/MessagesSearchResponse.d.ts +9 -0
- package/dist/api/types/MessagesSearchResponse.js +3 -0
- package/dist/api/types/MessagesSearchResult.d.ts +14 -0
- package/dist/api/types/MessagesSearchResult.js +3 -0
- package/dist/api/types/ModerationGuardrailInput.d.ts +1 -0
- package/dist/api/types/ModerationGuardrailOutput.d.ts +1 -0
- package/dist/api/types/MusicExploreSongSourceContext.d.ts +8 -0
- package/dist/api/types/MusicExploreSongSourceContext.js +3 -0
- package/dist/api/types/MusicUploadResponse.d.ts +10 -0
- package/dist/api/types/MusicUploadResponse.js +3 -0
- package/dist/api/types/NoCoachingSettings.d.ts +3 -0
- package/dist/api/types/NoCoachingSettings.js +3 -0
- package/dist/api/types/ObjectJsonSchemaPropertyInput.d.ts +1 -0
- package/dist/api/types/ObjectJsonSchemaPropertyOutput.d.ts +1 -0
- package/dist/api/types/PendingClipTaskType.d.ts +1 -0
- package/dist/api/types/PendingClipTaskType.js +1 -0
- package/dist/api/types/PermissionType.d.ts +1 -0
- package/dist/api/types/PermissionType.js +1 -0
- package/dist/api/types/{PrivacyConfig.d.ts → PrivacyConfigInput.d.ts} +4 -1
- package/dist/api/types/PrivacyConfigInput.js +3 -0
- package/dist/api/types/PrivacyConfigOutput.d.ts +17 -0
- package/dist/api/types/PrivacyConfigOutput.js +3 -0
- package/dist/api/types/ProcedureRefResponseModel.d.ts +8 -0
- package/dist/api/types/ProcedureRefResponseModel.js +3 -0
- package/dist/api/types/ProjectExtendedResponse.d.ts +2 -0
- package/dist/api/types/ProjectExtendedResponseModelAssetsItem.d.ts +1 -0
- package/dist/api/types/ProjectExternalAudioResponseModel.d.ts +3 -2
- package/dist/api/types/ProjectExternalAudioResponseModelSourceContext.d.ts +13 -0
- package/dist/api/types/ProjectExternalAudioResponseModelSourceContext.js +3 -0
- package/dist/api/types/ProjectImageResponseModel.d.ts +1 -0
- package/dist/api/types/ProjectResponse.d.ts +2 -0
- package/dist/api/types/ProjectVideoResponseModel.d.ts +7 -3
- package/dist/api/types/PromptAgentApiModelInputToolsItem.d.ts +5 -1
- package/dist/api/types/PromptAgentApiModelOutputToolsItem.d.ts +5 -1
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +5 -1
- package/dist/api/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +5 -1
- package/dist/api/types/PromptInjectionGuardrail.d.ts +3 -0
- package/dist/api/types/PromptInjectionGuardrail.js +3 -0
- package/dist/api/types/PronunciationDictionaryAliasRuleRequestModel.d.ts +4 -0
- package/dist/api/types/PronunciationDictionaryAliasRuleResponseModel.d.ts +4 -0
- package/dist/api/types/PronunciationDictionaryPhonemeRuleRequestModel.d.ts +4 -0
- package/dist/api/types/PronunciationDictionaryPhonemeRuleResponseModel.d.ts +4 -0
- package/dist/api/types/RagConfig.d.ts +2 -0
- package/dist/api/types/RagConfigWorkflowOverride.d.ts +2 -0
- package/dist/api/types/RagIndexStatus.d.ts +1 -0
- package/dist/api/types/RagIndexStatus.js +1 -0
- package/dist/api/types/ReferenceVideo.d.ts +7 -0
- package/dist/api/types/ReferenceVideo.js +3 -0
- package/dist/api/types/RequiredConstraint.d.ts +6 -0
- package/dist/api/types/RequiredConstraint.js +3 -0
- package/dist/api/types/RequiredConstraints.d.ts +8 -0
- package/dist/api/types/RequiredConstraints.js +3 -0
- package/dist/api/types/ResponseFilter.d.ts +12 -0
- package/dist/api/types/ResponseFilter.js +3 -0
- package/dist/api/types/SayNodeLiteralMessageInput.d.ts +5 -0
- package/dist/api/types/SayNodeLiteralMessageInput.js +3 -0
- package/dist/api/types/SayNodeLiteralMessageOutput.d.ts +5 -0
- package/dist/api/types/SayNodeLiteralMessageOutput.js +3 -0
- package/dist/api/types/SayNodePromptMessageInput.d.ts +5 -0
- package/dist/api/types/SayNodePromptMessageInput.js +3 -0
- package/dist/api/types/SayNodePromptMessageOutput.d.ts +5 -0
- package/dist/api/types/SayNodePromptMessageOutput.js +3 -0
- package/dist/api/types/SearchClientsParams.d.ts +6 -0
- package/dist/api/types/SearchClientsParams.js +3 -0
- package/dist/api/types/SeatType.d.ts +5 -0
- package/dist/api/types/SeatType.js +5 -0
- package/dist/api/types/SfxSourceContext.d.ts +8 -0
- package/dist/api/types/SfxSourceContext.js +3 -0
- package/dist/api/types/SongSection.d.ts +1 -1
- package/dist/api/types/SongSourceContext.d.ts +10 -0
- package/dist/api/types/SongSourceContext.js +3 -0
- package/dist/api/types/StudioAgentSettingsModel.d.ts +4 -0
- package/dist/api/types/StudioAgentSettingsModel.js +3 -0
- package/dist/api/types/StudioAgentToolSettingsModel.d.ts +3 -0
- package/dist/api/types/StudioAgentToolSettingsModel.js +3 -0
- package/dist/api/types/StudioClipReference.d.ts +9 -0
- package/dist/api/types/StudioClipReference.js +3 -0
- package/dist/api/types/StudioClipReferenceClipType.d.ts +7 -0
- package/dist/api/types/StudioClipReferenceClipType.js +10 -0
- package/dist/api/types/TelephonyCallConfig.d.ts +4 -0
- package/dist/api/types/TelephonyCallConfig.js +3 -0
- package/dist/api/types/TestType.d.ts +1 -0
- package/dist/api/types/TestType.js +1 -0
- package/dist/api/types/ToolType.d.ts +1 -0
- package/dist/api/types/ToolType.js +1 -0
- package/dist/api/types/UnitTestSummaryResponseModel.d.ts +9 -1
- package/dist/api/types/UpdateAssetParams.d.ts +3 -0
- package/dist/api/types/UpdateAssetParams.js +3 -0
- package/dist/api/types/UpdateCalendarEventParams.d.ts +3 -0
- package/dist/api/types/UpdateCalendarEventParams.js +3 -0
- package/dist/api/types/UpdateClientParams.d.ts +6 -0
- package/dist/api/types/UpdateClientParams.js +3 -0
- package/dist/api/types/UpdateProductParams.d.ts +3 -0
- package/dist/api/types/UpdateProductParams.js +3 -0
- package/dist/api/types/UpdateResponseUnitTestRequest.d.ts +2 -0
- package/dist/api/types/UpdateServiceParams.d.ts +6 -0
- package/dist/api/types/UpdateServiceParams.js +3 -0
- package/dist/api/types/UpdateSimulationTestRequest.d.ts +2 -0
- package/dist/api/types/UpdateStaffParams.d.ts +6 -0
- package/dist/api/types/UpdateStaffParams.js +3 -0
- package/dist/api/types/UpdateToolCallUnitTestRequest.d.ts +2 -0
- package/dist/api/types/User.d.ts +2 -0
- package/dist/api/types/Voice.d.ts +2 -0
- package/dist/api/types/VoiceGenerationParameterOptionResponse.d.ts +1 -4
- package/dist/api/types/VoiceGenerationParameterResponse.d.ts +1 -10
- package/dist/api/types/VoiceStatisticsResponseModel.d.ts +8 -0
- package/dist/api/types/VoiceStatisticsResponseModel.js +3 -0
- package/dist/api/types/WidgetConfig.d.ts +10 -0
- package/dist/api/types/WidgetConfigInputSyntaxHighlightTheme.d.ts +5 -0
- package/dist/api/types/WidgetConfigInputSyntaxHighlightTheme.js +8 -0
- package/dist/api/types/WidgetConfigOutputSyntaxHighlightTheme.d.ts +5 -0
- package/dist/api/types/WidgetConfigOutputSyntaxHighlightTheme.js +8 -0
- package/dist/api/types/WidgetConfigResponse.d.ts +10 -0
- package/dist/api/types/WidgetConfigResponseModelSyntaxHighlightTheme.d.ts +5 -0
- package/dist/api/types/WidgetConfigResponseModelSyntaxHighlightTheme.js +8 -0
- package/dist/api/types/WidgetTextContents.d.ts +22 -0
- package/dist/api/types/WorkspaceGroupPermission.d.ts +1 -0
- package/dist/api/types/WorkspaceGroupPermission.js +1 -0
- package/dist/api/types/WorkspaceGroupResponseModel.d.ts +1 -0
- package/dist/api/types/WorkspaceResourceType.d.ts +3 -0
- package/dist/api/types/WorkspaceResourceType.js +3 -0
- package/dist/api/types/index.d.ts +92 -10
- package/dist/api/types/index.js +92 -10
- package/dist/serialization/resources/audioNative/client/index.d.ts +1 -0
- package/dist/serialization/resources/audioNative/client/index.js +17 -0
- package/dist/serialization/resources/audioNative/client/requests/BodyUpdateAudioNativeContentFromUrlV1AudioNativeContentPost.d.ts +9 -0
- package/dist/serialization/resources/audioNative/client/requests/BodyUpdateAudioNativeContentFromUrlV1AudioNativeContentPost.js +41 -0
- package/dist/serialization/resources/audioNative/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/audioNative/client/requests/index.js +5 -0
- package/dist/serialization/resources/audioNative/index.d.ts +1 -0
- package/dist/serialization/resources/audioNative/index.js +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +3 -1
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.js +2 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +3 -3
- package/dist/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +2 -2
- package/dist/serialization/resources/conversationalAi/resources/agents/types/BodyCreateAgentV1ConvaiAgentsCreatePostCoachingSettings.d.ts +15 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/types/{BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.js → BodyCreateAgentV1ConvaiAgentsCreatePostCoachingSettings.js} +12 -4
- package/dist/serialization/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchCoachingSettings.d.ts +15 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchCoachingSettings.js +49 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/types/index.d.ts +2 -1
- package/dist/serialization/resources/conversationalAi/resources/agents/types/index.js +2 -1
- package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +2 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/index.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/index.js +3 -1
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/messages/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/messages/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/messages/types/MessagesTextSearchRequestSummaryMode.d.ts +7 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/messages/types/MessagesTextSearchRequestSummaryMode.js +39 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/messages/types/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/conversations/resources/messages/types/index.js +17 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +4 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +4 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/index.js +1 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +4 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +4 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.js +1 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.d.ts +19 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.js +51 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.d.ts +19 -0
- package/dist/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.js +51 -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 +18 -0
- package/dist/serialization/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +2 -0
- package/dist/serialization/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.js +2 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/types/TestsListRequestSortMode.d.ts +7 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/types/TestsListRequestSortMode.js +39 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/types/index.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/tests/types/index.js +1 -0
- package/dist/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +3 -0
- package/dist/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.js +3 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.js +1 -0
- package/dist/serialization/resources/index.d.ts +1 -0
- package/dist/serialization/resources/index.js +1 -0
- package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +1 -0
- package/dist/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.js +1 -0
- package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +1 -0
- package/dist/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.js +1 -0
- package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +1 -0
- package/dist/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.js +1 -0
- package/dist/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPost.d.ts +10 -0
- package/dist/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPost.js +42 -0
- package/dist/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/index.js +3 -1
- package/dist/serialization/resources/pronunciationDictionaries/resources/rules/types/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPostRulesItem.d.ts +15 -0
- package/dist/serialization/resources/pronunciationDictionaries/resources/rules/types/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPostRulesItem.js +49 -0
- package/dist/serialization/resources/pronunciationDictionaries/resources/rules/types/index.d.ts +1 -0
- package/dist/serialization/resources/pronunciationDictionaries/resources/rules/types/index.js +1 -0
- package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +1 -1
- package/dist/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +1 -1
- package/dist/serialization/resources/voices/client/requests/BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost.d.ts +1 -0
- package/dist/serialization/resources/voices/client/requests/BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost.js +1 -0
- package/dist/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +1 -0
- package/dist/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.js +1 -0
- package/dist/serialization/types/AgentMetadata.d.ts +1 -0
- package/dist/serialization/types/AgentMetadata.js +1 -0
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.d.ts +3 -2
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.js +3 -2
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.d.ts +3 -2
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.js +3 -2
- package/dist/serialization/types/AgentSimulatedChatTestResponseModel.d.ts +2 -2
- package/dist/serialization/types/AgentSimulatedChatTestResponseModel.js +2 -2
- package/dist/serialization/types/AgentTestEntityType.d.ts +7 -0
- package/{serialization/types/CustomGuardrailConfigModel.js → dist/serialization/types/AgentTestEntityType.js} +2 -2
- package/dist/serialization/types/AgentTestFolderPathSegmentResponseModel.d.ts +10 -0
- package/dist/serialization/types/AgentTestFolderPathSegmentResponseModel.js +42 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +2 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverridesInput.js +4 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts +19 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js +51 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +2 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutput.js +4 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +19 -0
- package/dist/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js +51 -0
- package/dist/serialization/types/AsrProvider.d.ts +1 -1
- package/dist/serialization/types/AsrProvider.js +1 -1
- package/dist/serialization/types/BatchCallDetailedResponse.d.ts +2 -0
- package/dist/serialization/types/BatchCallDetailedResponse.js +2 -0
- package/dist/serialization/types/BatchCallResponse.d.ts +2 -0
- package/dist/serialization/types/BatchCallResponse.js +2 -0
- package/dist/serialization/types/CanvasPlacement.d.ts +4 -0
- package/dist/serialization/types/CanvasPlacement.js +4 -0
- package/dist/serialization/types/ChapterStatisticsResponse.d.ts +2 -0
- package/dist/serialization/types/ChapterStatisticsResponse.js +2 -0
- package/dist/serialization/types/ChatSourceMedium.d.ts +7 -0
- package/dist/serialization/types/{CustomGuardrailConfigModel.js → ChatSourceMedium.js} +2 -2
- package/dist/serialization/types/CheckServiceAvailabilityParams.d.ts +9 -0
- package/dist/serialization/types/CheckServiceAvailabilityParams.js +41 -0
- package/dist/serialization/types/ClientEvent.d.ts +1 -1
- package/dist/serialization/types/ClientEvent.js +2 -0
- package/dist/serialization/types/ClipAnimation.d.ts +14 -0
- package/dist/serialization/types/ClipAnimation.js +46 -0
- package/dist/serialization/types/ClipAnimationEnterEffect.d.ts +7 -0
- package/dist/serialization/types/ClipAnimationEnterEffect.js +54 -0
- package/dist/serialization/types/ClipAnimationExitEffect.d.ts +7 -0
- package/dist/serialization/types/{BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.js → ClipAnimationExitEffect.js} +17 -2
- package/dist/serialization/types/CoachedAgentSettings.d.ts +9 -0
- package/dist/serialization/types/CoachedAgentSettings.js +41 -0
- package/dist/serialization/types/CoachingAgentSettings.d.ts +10 -0
- package/dist/serialization/types/CoachingAgentSettings.js +42 -0
- package/dist/serialization/types/ConfigEntityType.d.ts +7 -0
- package/dist/serialization/types/ConfigEntityType.js +95 -0
- package/dist/serialization/types/ConstantSchemaOverride.d.ts +10 -0
- package/dist/serialization/types/ConstantSchemaOverride.js +42 -0
- package/dist/serialization/types/ConstantSchemaOverrideConstantValue.d.ts +7 -0
- package/dist/serialization/types/{ConversationHistoryTranscriptCommonModelInputSourceMedium.js → ConstantSchemaOverrideConstantValue.js} +7 -2
- package/dist/serialization/types/ContentConfig.d.ts +1 -1
- package/dist/serialization/types/ContentConfig.js +1 -1
- package/dist/serialization/types/ContentGuardrailInput.d.ts +2 -0
- package/dist/serialization/types/ContentGuardrailInput.js +2 -0
- package/dist/serialization/types/ContentGuardrailOutput.d.ts +2 -0
- package/dist/serialization/types/ContentGuardrailOutput.js +2 -0
- package/dist/serialization/types/ConvAiFileUploadResponseModel.d.ts +9 -0
- package/dist/serialization/types/ConvAiFileUploadResponseModel.js +41 -0
- package/dist/serialization/types/ConversationHistoryRedactionConfig.d.ts +11 -0
- package/dist/serialization/types/ConversationHistoryRedactionConfig.js +43 -0
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -2
- package/dist/serialization/types/ConversationHistoryTranscriptFileInputResponseModel.d.ts +12 -0
- package/dist/serialization/types/ConversationHistoryTranscriptFileInputResponseModel.js +44 -0
- package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +35 -0
- package/dist/serialization/types/ConversationHistoryTranscriptResponseModel.js +67 -0
- package/dist/serialization/types/ConversationHistoryTranscriptResponseModelRole.d.ts +7 -0
- package/dist/serialization/types/ConversationHistoryTranscriptResponseModelRole.js +39 -0
- package/dist/serialization/types/ConversationHistoryTranscriptResponseModelToolResultsItem.d.ts +10 -0
- package/{serialization/types/ConversationHistoryTranscriptCommonModelInputSourceMedium.js → dist/serialization/types/ConversationHistoryTranscriptResponseModelToolResultsItem.js} +11 -2
- package/dist/serialization/types/ConversationUserResponseModel.d.ts +3 -2
- package/dist/serialization/types/ConversationUserResponseModel.js +3 -2
- package/dist/serialization/types/CreateAssetParams.d.ts +9 -0
- package/dist/serialization/types/CreateAssetParams.js +41 -0
- package/dist/serialization/types/CreateClientAppointmentParams.d.ts +9 -0
- package/dist/serialization/types/CreateClientAppointmentParams.js +41 -0
- package/dist/serialization/types/CreateClientParams.d.ts +9 -0
- package/dist/serialization/types/CreateClientParams.js +41 -0
- package/dist/serialization/types/CreatePreviouslyGeneratedVoiceRequest.d.ts +2 -8
- package/dist/serialization/types/CreatePreviouslyGeneratedVoiceRequest.js +1 -7
- package/dist/serialization/types/CreateProductParams.d.ts +9 -0
- package/dist/serialization/types/CreateProductParams.js +41 -0
- package/dist/serialization/types/CreateResponseUnitTestRequest.d.ts +1 -0
- package/dist/serialization/types/CreateResponseUnitTestRequest.js +1 -0
- package/dist/serialization/types/CreateServiceParams.d.ts +9 -0
- package/dist/serialization/types/CreateServiceParams.js +41 -0
- package/dist/serialization/types/CreateSimulationTestRequest.d.ts +1 -0
- package/dist/serialization/types/CreateSimulationTestRequest.js +1 -0
- package/dist/serialization/types/CreateStaffParams.d.ts +9 -0
- package/dist/serialization/types/CreateStaffParams.js +41 -0
- package/dist/serialization/types/CreateToolCallUnitTestRequest.d.ts +1 -0
- package/dist/serialization/types/CreateToolCallUnitTestRequest.js +1 -0
- package/dist/serialization/types/CustomGuardrailConfig.d.ts +2 -2
- package/dist/serialization/types/CustomGuardrailConfig.js +2 -2
- package/dist/serialization/types/CustomGuardrailInput.d.ts +2 -2
- package/dist/serialization/types/CustomGuardrailInput.js +2 -2
- package/dist/serialization/types/CustomGuardrailOutput.d.ts +2 -2
- package/dist/serialization/types/CustomGuardrailOutput.js +2 -2
- package/{serialization/types/CustomGuardrailsConfig.d.ts → dist/serialization/types/CustomGuardrailsConfigInput.d.ts} +2 -2
- package/dist/serialization/types/{CustomGuardrailsConfig.js → CustomGuardrailsConfigInput.js} +2 -2
- package/dist/serialization/types/CustomGuardrailsConfigOutput.d.ts +10 -0
- package/dist/serialization/types/CustomGuardrailsConfigOutput.js +42 -0
- package/dist/serialization/types/DeleteAssetParams.d.ts +9 -0
- package/dist/serialization/types/DeleteAssetParams.js +41 -0
- package/dist/serialization/types/DeleteCalendarEventParams.d.ts +9 -0
- package/dist/serialization/types/DeleteCalendarEventParams.js +41 -0
- package/dist/serialization/types/DeleteClientParams.d.ts +9 -0
- package/dist/serialization/types/DeleteClientParams.js +41 -0
- package/dist/serialization/types/DeleteProductParams.d.ts +9 -0
- package/dist/serialization/types/DeleteProductParams.js +41 -0
- package/dist/serialization/types/DeleteServiceParams.d.ts +9 -0
- package/dist/serialization/types/DeleteServiceParams.js +41 -0
- package/dist/serialization/types/DeleteStaffParams.d.ts +9 -0
- package/dist/serialization/types/DeleteStaffParams.js +41 -0
- package/dist/serialization/types/DependentBranchInfo.d.ts +13 -0
- package/dist/serialization/types/DependentBranchInfo.js +45 -0
- package/dist/serialization/types/DynamicVariableSchemaOverride.d.ts +9 -0
- package/dist/serialization/types/DynamicVariableSchemaOverride.js +41 -0
- package/dist/serialization/types/EmbeddingModelEnum.d.ts +1 -1
- package/dist/serialization/types/EmbeddingModelEnum.js +1 -1
- package/dist/serialization/types/{AlignmentGuardrail.d.ts → FocusGuardrail.d.ts} +2 -2
- package/{serialization/types/AlignmentGuardrail.js → dist/serialization/types/FocusGuardrail.js} +2 -2
- package/dist/serialization/types/GenerateVoiceRequest.d.ts +2 -10
- package/dist/serialization/types/GenerateVoiceRequest.js +1 -9
- package/dist/serialization/types/GenerationSourceContext.d.ts +19 -0
- package/dist/serialization/types/GenerationSourceContext.js +51 -0
- package/dist/serialization/types/GetAgentResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetAgentResponseModel.js +2 -0
- package/dist/serialization/types/GetAgentResponseModelCoachingSettings.d.ts +19 -0
- package/dist/serialization/types/GetAgentResponseModelCoachingSettings.js +51 -0
- package/dist/serialization/types/GetClientAppointmentsParams.d.ts +9 -0
- package/dist/serialization/types/GetClientAppointmentsParams.js +41 -0
- package/dist/serialization/types/GetClientByPhoneParams.d.ts +9 -0
- package/dist/serialization/types/GetClientByPhoneParams.js +41 -0
- package/dist/serialization/types/GetConversationResponseModel.d.ts +2 -2
- package/dist/serialization/types/GetConversationResponseModel.js +2 -2
- package/dist/serialization/types/GetKnowledgeBaseDependentAgentsResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetKnowledgeBaseDependentAgentsResponseModel.js +2 -0
- package/dist/serialization/types/GetToolDependentAgentsResponseModel.d.ts +2 -0
- package/dist/serialization/types/GetToolDependentAgentsResponseModel.js +2 -0
- package/dist/serialization/types/GetWhatsAppAccountResponse.d.ts +1 -0
- package/dist/serialization/types/GetWhatsAppAccountResponse.js +1 -0
- package/dist/serialization/types/GuardrailExecutionMode.d.ts +7 -0
- package/dist/serialization/types/GuardrailExecutionMode.js +39 -0
- package/dist/serialization/types/GuardrailsV1Input.d.ts +4 -2
- package/dist/serialization/types/GuardrailsV1Input.js +4 -2
- package/dist/serialization/types/GuardrailsV1Output.d.ts +4 -2
- package/dist/serialization/types/GuardrailsV1Output.js +4 -2
- package/dist/serialization/types/LibraryVoiceResponse.d.ts +1 -0
- package/dist/serialization/types/LibraryVoiceResponse.js +1 -0
- package/dist/serialization/types/ListAssetsParams.d.ts +10 -0
- package/dist/serialization/types/ListAssetsParams.js +42 -0
- package/dist/serialization/types/ListCalendarEventsParams.d.ts +9 -0
- package/dist/serialization/types/ListCalendarEventsParams.js +41 -0
- package/dist/serialization/types/ListClientsParams.d.ts +9 -0
- package/dist/serialization/types/ListClientsParams.js +41 -0
- package/dist/serialization/types/ListProductsParams.d.ts +10 -0
- package/dist/serialization/types/ListProductsParams.js +42 -0
- package/dist/serialization/types/ListServicesParams.d.ts +10 -0
- package/dist/serialization/types/ListServicesParams.js +42 -0
- package/dist/serialization/types/ListStaffParams.d.ts +10 -0
- package/dist/serialization/types/ListStaffParams.js +42 -0
- package/dist/serialization/types/Llm.d.ts +1 -1
- package/dist/serialization/types/Llm.js +1 -0
- package/dist/serialization/types/LlmDeprecationConfigModel.d.ts +13 -0
- package/dist/serialization/types/LlmDeprecationConfigModel.js +45 -0
- package/dist/serialization/types/LlmDeprecationInfoModel.d.ts +18 -0
- package/dist/serialization/types/LlmDeprecationInfoModel.js +50 -0
- package/dist/serialization/types/LlmInfoModelInput.d.ts +20 -0
- package/dist/serialization/types/LlmInfoModelInput.js +52 -0
- package/dist/serialization/types/LlmInfoModelOutput.d.ts +20 -0
- package/dist/serialization/types/LlmInfoModelOutput.js +52 -0
- package/dist/serialization/types/LlmListResponseModelInput.d.ts +12 -0
- package/dist/serialization/types/LlmListResponseModelInput.js +44 -0
- package/dist/serialization/types/LlmListResponseModelOutput.d.ts +12 -0
- package/dist/serialization/types/LlmListResponseModelOutput.js +44 -0
- package/dist/serialization/types/LlmSchemaOverride.d.ts +9 -0
- package/dist/serialization/types/{ProcedureDraftRef.js → LlmSchemaOverride.js} +3 -3
- 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/McpToolConfigOverride.d.ts +2 -0
- package/dist/serialization/types/McpToolConfigOverride.js +4 -0
- package/dist/serialization/types/McpToolConfigOverrideInputOverridesValue.d.ts +19 -0
- package/dist/serialization/types/McpToolConfigOverrideInputOverridesValue.js +51 -0
- package/dist/serialization/types/MessagesSearchResponse.d.ts +14 -0
- package/dist/serialization/types/MessagesSearchResponse.js +46 -0
- package/dist/serialization/types/MessagesSearchResult.d.ts +15 -0
- package/dist/serialization/types/MessagesSearchResult.js +47 -0
- package/dist/serialization/types/ModerationGuardrailInput.d.ts +2 -0
- package/dist/serialization/types/ModerationGuardrailInput.js +2 -0
- package/dist/serialization/types/ModerationGuardrailOutput.d.ts +2 -0
- package/dist/serialization/types/ModerationGuardrailOutput.js +2 -0
- package/dist/serialization/types/MusicExploreSongSourceContext.d.ts +14 -0
- package/dist/serialization/types/MusicExploreSongSourceContext.js +46 -0
- package/dist/serialization/types/MusicUploadResponse.d.ts +11 -0
- package/dist/serialization/types/MusicUploadResponse.js +43 -0
- package/dist/serialization/types/NoCoachingSettings.d.ts +9 -0
- package/dist/serialization/types/NoCoachingSettings.js +41 -0
- package/dist/serialization/types/ObjectJsonSchemaPropertyInput.d.ts +2 -0
- package/dist/serialization/types/ObjectJsonSchemaPropertyInput.js +2 -0
- package/dist/serialization/types/ObjectJsonSchemaPropertyOutput.d.ts +2 -0
- package/dist/serialization/types/ObjectJsonSchemaPropertyOutput.js +2 -0
- package/dist/serialization/types/PendingClipTaskType.d.ts +1 -1
- package/dist/serialization/types/PendingClipTaskType.js +1 -1
- package/dist/serialization/types/PermissionType.d.ts +1 -1
- package/dist/serialization/types/PermissionType.js +1 -0
- package/{serialization/types/PrivacyConfig.d.ts → dist/serialization/types/PrivacyConfigInput.d.ts} +4 -2
- package/{serialization/types/PrivacyConfig.js → dist/serialization/types/PrivacyConfigInput.js} +4 -2
- package/dist/serialization/types/PrivacyConfigOutput.d.ts +16 -0
- package/dist/serialization/types/PrivacyConfigOutput.js +48 -0
- package/dist/serialization/types/ProcedureRefResponseModel.d.ts +11 -0
- package/{serialization/types/ProcedureVersionRef.js → dist/serialization/types/ProcedureRefResponseModel.js} +4 -3
- package/dist/serialization/types/ProjectExtendedResponse.d.ts +2 -0
- package/dist/serialization/types/ProjectExtendedResponse.js +2 -0
- package/dist/serialization/types/ProjectExternalAudioResponseModel.d.ts +4 -2
- package/dist/serialization/types/ProjectExternalAudioResponseModel.js +4 -2
- package/dist/serialization/types/ProjectExternalAudioResponseModelSourceContext.d.ts +19 -0
- package/dist/serialization/types/ProjectExternalAudioResponseModelSourceContext.js +51 -0
- package/dist/serialization/types/ProjectImageResponseModel.d.ts +2 -0
- package/dist/serialization/types/ProjectImageResponseModel.js +2 -0
- package/dist/serialization/types/ProjectResponse.d.ts +2 -0
- package/dist/serialization/types/ProjectResponse.js +2 -0
- package/dist/serialization/types/ProjectVideoResponseModel.d.ts +9 -3
- package/dist/serialization/types/ProjectVideoResponseModel.js +9 -3
- package/dist/serialization/types/PromptAgentApiModelInputToolsItem.d.ts +5 -1
- package/dist/serialization/types/PromptAgentApiModelInputToolsItem.js +3 -0
- package/dist/serialization/types/PromptAgentApiModelOutputToolsItem.d.ts +5 -1
- package/dist/serialization/types/PromptAgentApiModelOutputToolsItem.js +3 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +5 -1
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.js +3 -0
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +5 -1
- package/dist/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.js +3 -0
- package/dist/serialization/types/PromptInjectionGuardrail.d.ts +9 -0
- package/dist/serialization/types/PromptInjectionGuardrail.js +41 -0
- package/dist/serialization/types/PronunciationDictionaryAliasRuleRequestModel.d.ts +2 -0
- package/dist/serialization/types/PronunciationDictionaryAliasRuleRequestModel.js +2 -0
- package/dist/serialization/types/PronunciationDictionaryAliasRuleResponseModel.d.ts +2 -0
- package/dist/serialization/types/PronunciationDictionaryAliasRuleResponseModel.js +2 -0
- package/dist/serialization/types/PronunciationDictionaryPhonemeRuleRequestModel.d.ts +2 -0
- package/dist/serialization/types/PronunciationDictionaryPhonemeRuleRequestModel.js +2 -0
- package/dist/serialization/types/PronunciationDictionaryPhonemeRuleResponseModel.d.ts +2 -0
- package/dist/serialization/types/PronunciationDictionaryPhonemeRuleResponseModel.js +2 -0
- package/dist/serialization/types/RagConfig.d.ts +1 -0
- package/dist/serialization/types/RagConfig.js +1 -0
- package/dist/serialization/types/RagConfigWorkflowOverride.d.ts +1 -0
- package/dist/serialization/types/RagConfigWorkflowOverride.js +1 -0
- package/dist/serialization/types/RagIndexStatus.d.ts +1 -1
- package/dist/serialization/types/RagIndexStatus.js +1 -0
- package/dist/serialization/types/ReferenceVideo.d.ts +13 -0
- package/dist/serialization/types/ReferenceVideo.js +45 -0
- package/dist/serialization/types/RequiredConstraint.d.ts +9 -0
- package/{serialization/types/ProcedureDraftRef.js → dist/serialization/types/RequiredConstraint.js} +3 -3
- package/dist/serialization/types/RequiredConstraints.d.ts +11 -0
- package/dist/serialization/types/RequiredConstraints.js +43 -0
- package/dist/serialization/types/ResponseFilter.d.ts +12 -0
- package/dist/serialization/types/ResponseFilter.js +44 -0
- package/dist/serialization/types/SayNodeLiteralMessageInput.d.ts +10 -0
- package/dist/serialization/types/SayNodeLiteralMessageInput.js +42 -0
- package/dist/serialization/types/SayNodeLiteralMessageOutput.d.ts +10 -0
- package/dist/serialization/types/SayNodeLiteralMessageOutput.js +42 -0
- package/dist/serialization/types/SayNodePromptMessageInput.d.ts +10 -0
- package/dist/serialization/types/SayNodePromptMessageInput.js +42 -0
- package/dist/serialization/types/SayNodePromptMessageOutput.d.ts +10 -0
- package/dist/serialization/types/SayNodePromptMessageOutput.js +42 -0
- package/dist/serialization/types/SearchClientsParams.d.ts +9 -0
- package/dist/serialization/types/SearchClientsParams.js +41 -0
- package/dist/serialization/types/SfxSourceContext.d.ts +11 -0
- package/dist/serialization/types/SfxSourceContext.js +43 -0
- package/dist/serialization/types/SongSourceContext.d.ts +16 -0
- package/dist/serialization/types/SongSourceContext.js +48 -0
- package/dist/serialization/types/StudioAgentSettingsModel.d.ts +10 -0
- package/dist/serialization/types/StudioAgentSettingsModel.js +42 -0
- package/dist/serialization/types/StudioAgentToolSettingsModel.d.ts +9 -0
- package/dist/serialization/types/StudioAgentToolSettingsModel.js +41 -0
- package/dist/serialization/types/StudioClipReference.d.ts +15 -0
- package/dist/serialization/types/StudioClipReference.js +47 -0
- package/dist/serialization/types/StudioClipReferenceClipType.d.ts +7 -0
- package/dist/serialization/types/StudioClipReferenceClipType.js +39 -0
- package/dist/serialization/types/TelephonyCallConfig.d.ts +9 -0
- package/dist/serialization/types/TelephonyCallConfig.js +41 -0
- package/dist/serialization/types/TestType.d.ts +1 -1
- package/dist/serialization/types/TestType.js +1 -1
- package/dist/serialization/types/ToolType.d.ts +1 -1
- package/dist/serialization/types/ToolType.js +1 -0
- package/dist/serialization/types/UnitTestSummaryResponseModel.d.ts +6 -0
- package/dist/serialization/types/UnitTestSummaryResponseModel.js +6 -0
- package/dist/serialization/types/UpdateAssetParams.d.ts +9 -0
- package/dist/serialization/types/UpdateAssetParams.js +41 -0
- package/dist/serialization/types/UpdateCalendarEventParams.d.ts +9 -0
- package/dist/serialization/types/UpdateCalendarEventParams.js +41 -0
- package/dist/serialization/types/UpdateClientParams.d.ts +9 -0
- package/dist/serialization/types/UpdateClientParams.js +41 -0
- package/dist/serialization/types/UpdateProductParams.d.ts +9 -0
- package/dist/serialization/types/UpdateProductParams.js +41 -0
- package/dist/serialization/types/UpdateResponseUnitTestRequest.d.ts +1 -0
- package/dist/serialization/types/UpdateResponseUnitTestRequest.js +1 -0
- package/dist/serialization/types/UpdateServiceParams.d.ts +9 -0
- package/dist/serialization/types/UpdateServiceParams.js +41 -0
- package/dist/serialization/types/UpdateSimulationTestRequest.d.ts +1 -0
- package/dist/serialization/types/UpdateSimulationTestRequest.js +1 -0
- package/dist/serialization/types/UpdateStaffParams.d.ts +9 -0
- package/dist/serialization/types/UpdateStaffParams.js +41 -0
- package/dist/serialization/types/UpdateToolCallUnitTestRequest.d.ts +1 -0
- package/dist/serialization/types/UpdateToolCallUnitTestRequest.js +1 -0
- package/dist/serialization/types/User.d.ts +2 -0
- package/dist/serialization/types/User.js +2 -0
- package/dist/serialization/types/Voice.d.ts +1 -0
- package/dist/serialization/types/Voice.js +1 -0
- package/dist/serialization/types/VoiceGenerationParameterOptionResponse.d.ts +2 -5
- package/dist/serialization/types/VoiceGenerationParameterOptionResponse.js +1 -4
- package/dist/serialization/types/VoiceGenerationParameterResponse.d.ts +2 -11
- package/dist/serialization/types/VoiceGenerationParameterResponse.js +1 -10
- package/dist/serialization/types/VoiceStatisticsResponseModel.d.ts +11 -0
- package/dist/serialization/types/VoiceStatisticsResponseModel.js +43 -0
- package/dist/serialization/types/WidgetConfig.d.ts +6 -0
- package/dist/serialization/types/WidgetConfig.js +6 -0
- package/dist/serialization/types/WidgetConfigInputSyntaxHighlightTheme.d.ts +7 -0
- package/dist/serialization/types/WidgetConfigInputSyntaxHighlightTheme.js +39 -0
- package/dist/serialization/types/WidgetConfigOutputSyntaxHighlightTheme.d.ts +7 -0
- package/dist/serialization/types/WidgetConfigOutputSyntaxHighlightTheme.js +39 -0
- package/dist/serialization/types/WidgetConfigResponse.d.ts +6 -0
- package/dist/serialization/types/WidgetConfigResponse.js +6 -0
- package/dist/serialization/types/WidgetConfigResponseModelSyntaxHighlightTheme.d.ts +7 -0
- package/dist/serialization/types/WidgetConfigResponseModelSyntaxHighlightTheme.js +39 -0
- package/dist/serialization/types/WidgetTextContents.d.ts +11 -0
- package/dist/serialization/types/WidgetTextContents.js +11 -0
- package/dist/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
- package/dist/serialization/types/WorkspaceGroupPermission.js +1 -0
- package/dist/serialization/types/WorkspaceGroupResponseModel.d.ts +1 -0
- package/dist/serialization/types/WorkspaceGroupResponseModel.js +1 -0
- package/dist/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/dist/serialization/types/WorkspaceResourceType.js +3 -0
- package/dist/serialization/types/index.d.ts +92 -10
- package/dist/serialization/types/index.js +92 -10
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/wrapper/music.d.ts +1 -0
- package/dist/wrapper/music.js +4 -1
- package/package.json +1 -1
- package/reference.md +605 -37
- package/serialization/resources/audioNative/client/index.d.ts +1 -0
- package/serialization/resources/audioNative/client/index.js +17 -0
- package/serialization/resources/audioNative/client/requests/BodyUpdateAudioNativeContentFromUrlV1AudioNativeContentPost.d.ts +9 -0
- package/serialization/resources/audioNative/client/requests/BodyUpdateAudioNativeContentFromUrlV1AudioNativeContentPost.js +41 -0
- package/serialization/resources/audioNative/client/requests/index.d.ts +1 -0
- package/serialization/resources/audioNative/client/requests/index.js +5 -0
- package/serialization/resources/audioNative/index.d.ts +1 -0
- package/serialization/resources/audioNative/index.js +1 -0
- package/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.d.ts +3 -1
- package/serialization/resources/conversationalAi/resources/agents/client/requests/BodyCreateAgentV1ConvaiAgentsCreatePost.js +2 -0
- package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.d.ts +3 -3
- package/serialization/resources/conversationalAi/resources/agents/client/requests/UpdateAgentRequest.js +2 -2
- package/serialization/resources/conversationalAi/resources/agents/types/BodyCreateAgentV1ConvaiAgentsCreatePostCoachingSettings.d.ts +15 -0
- package/serialization/resources/conversationalAi/resources/agents/types/{BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.js → BodyCreateAgentV1ConvaiAgentsCreatePostCoachingSettings.js} +12 -4
- package/serialization/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchCoachingSettings.d.ts +15 -0
- package/serialization/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchCoachingSettings.js +49 -0
- package/serialization/resources/conversationalAi/resources/agents/types/index.d.ts +2 -1
- package/serialization/resources/conversationalAi/resources/agents/types/index.js +2 -1
- package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/batchCalls/client/requests/BodySubmitABatchCallRequestV1ConvaiBatchCallingSubmitPost.js +2 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/index.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/index.js +3 -1
- package/serialization/resources/conversationalAi/resources/conversations/resources/messages/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/messages/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/messages/types/MessagesTextSearchRequestSummaryMode.d.ts +7 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/messages/types/MessagesTextSearchRequestSummaryMode.js +39 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/messages/types/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/conversations/resources/messages/types/index.js +17 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.d.ts +4 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/client/requests/McpServerConfigUpdateRequestModel.js +4 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/index.js +1 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideCreateRequestModel.js +4 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/requests/McpToolConfigOverrideUpdateRequestModel.js +4 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/index.js +1 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.d.ts +19 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.js +51 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.d.ts +19 -0
- package/serialization/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.js +51 -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 +18 -0
- package/serialization/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.d.ts +2 -0
- package/serialization/resources/conversationalAi/resources/sipTrunk/client/requests/BodyHandleAnOutboundCallViaSipTrunkV1ConvaiSipTrunkOutboundCallPost.js +2 -0
- package/serialization/resources/conversationalAi/resources/tests/types/TestsListRequestSortMode.d.ts +7 -0
- package/serialization/resources/conversationalAi/resources/tests/types/TestsListRequestSortMode.js +39 -0
- package/serialization/resources/conversationalAi/resources/tests/types/index.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/tests/types/index.js +1 -0
- package/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.d.ts +3 -0
- package/serialization/resources/conversationalAi/resources/twilio/client/requests/BodyHandleAnOutboundCallViaTwilioV1ConvaiTwilioOutboundCallPost.js +3 -0
- package/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/whatsappAccounts/client/requests/UpdateWhatsAppAccountRequest.js +1 -0
- package/serialization/resources/index.d.ts +1 -0
- package/serialization/resources/index.js +1 -0
- package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.d.ts +1 -0
- package/serialization/resources/music/client/requests/BodyComposeMusicV1MusicPost.js +1 -0
- package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.d.ts +1 -0
- package/serialization/resources/music/client/requests/BodyComposeMusicWithADetailedResponseV1MusicDetailedPost.js +1 -0
- package/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.d.ts +1 -0
- package/serialization/resources/music/client/requests/BodyStreamComposedMusicV1MusicStreamPost.js +1 -0
- package/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPost.d.ts +10 -0
- package/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPost.js +42 -0
- package/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/index.d.ts +1 -0
- package/serialization/resources/pronunciationDictionaries/resources/rules/client/requests/index.js +3 -1
- package/serialization/resources/pronunciationDictionaries/resources/rules/types/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPostRulesItem.d.ts +15 -0
- package/serialization/resources/pronunciationDictionaries/resources/rules/types/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPostRulesItem.js +49 -0
- package/serialization/resources/pronunciationDictionaries/resources/rules/types/index.d.ts +1 -0
- package/serialization/resources/pronunciationDictionaries/resources/rules/types/index.js +1 -0
- package/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.d.ts +1 -1
- package/serialization/resources/speechToText/types/SpeechToTextConvertRequestModelId.js +1 -1
- package/serialization/resources/voices/client/requests/BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost.d.ts +1 -0
- package/serialization/resources/voices/client/requests/BodyAddSharedVoiceV1VoicesAddPublicUserIdVoiceIdPost.js +1 -0
- package/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.d.ts +1 -0
- package/serialization/resources/webhooks/client/requests/BodyUpdateWorkspaceWebhookV1WorkspaceWebhooksWebhookIdPatch.js +1 -0
- package/serialization/types/AgentMetadata.d.ts +1 -0
- package/serialization/types/AgentMetadata.js +1 -0
- package/serialization/types/AgentPlatformSettingsRequestModel.d.ts +3 -2
- package/serialization/types/AgentPlatformSettingsRequestModel.js +3 -2
- package/serialization/types/AgentPlatformSettingsResponseModel.d.ts +3 -2
- package/serialization/types/AgentPlatformSettingsResponseModel.js +3 -2
- package/serialization/types/AgentSimulatedChatTestResponseModel.d.ts +2 -2
- package/serialization/types/AgentSimulatedChatTestResponseModel.js +2 -2
- package/serialization/types/AgentTestEntityType.d.ts +7 -0
- package/serialization/types/AgentTestEntityType.js +39 -0
- package/serialization/types/AgentTestFolderPathSegmentResponseModel.d.ts +10 -0
- package/serialization/types/AgentTestFolderPathSegmentResponseModel.js +42 -0
- package/serialization/types/ApiIntegrationWebhookOverridesInput.d.ts +2 -0
- package/serialization/types/ApiIntegrationWebhookOverridesInput.js +4 -0
- package/serialization/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.d.ts +19 -0
- package/serialization/types/ApiIntegrationWebhookOverridesInputSchemaOverridesValue.js +51 -0
- package/serialization/types/ApiIntegrationWebhookOverridesOutput.d.ts +2 -0
- package/serialization/types/ApiIntegrationWebhookOverridesOutput.js +4 -0
- package/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.d.ts +19 -0
- package/serialization/types/ApiIntegrationWebhookOverridesOutputSchemaOverridesValue.js +51 -0
- package/serialization/types/AsrProvider.d.ts +1 -1
- package/serialization/types/AsrProvider.js +1 -1
- package/serialization/types/BatchCallDetailedResponse.d.ts +2 -0
- package/serialization/types/BatchCallDetailedResponse.js +2 -0
- package/serialization/types/BatchCallResponse.d.ts +2 -0
- package/serialization/types/BatchCallResponse.js +2 -0
- package/serialization/types/CanvasPlacement.d.ts +4 -0
- package/serialization/types/CanvasPlacement.js +4 -0
- package/serialization/types/ChapterStatisticsResponse.d.ts +2 -0
- package/serialization/types/ChapterStatisticsResponse.js +2 -0
- package/serialization/types/ChatSourceMedium.d.ts +7 -0
- package/serialization/types/ChatSourceMedium.js +39 -0
- package/serialization/types/CheckServiceAvailabilityParams.d.ts +9 -0
- package/serialization/types/CheckServiceAvailabilityParams.js +41 -0
- package/serialization/types/ClientEvent.d.ts +1 -1
- package/serialization/types/ClientEvent.js +2 -0
- package/serialization/types/ClipAnimation.d.ts +14 -0
- package/serialization/types/ClipAnimation.js +46 -0
- package/serialization/types/ClipAnimationEnterEffect.d.ts +7 -0
- package/serialization/types/ClipAnimationEnterEffect.js +54 -0
- package/serialization/types/ClipAnimationExitEffect.d.ts +7 -0
- package/serialization/types/ClipAnimationExitEffect.js +54 -0
- package/serialization/types/CoachedAgentSettings.d.ts +9 -0
- package/serialization/types/CoachedAgentSettings.js +41 -0
- package/serialization/types/CoachingAgentSettings.d.ts +10 -0
- package/serialization/types/CoachingAgentSettings.js +42 -0
- package/serialization/types/ConfigEntityType.d.ts +7 -0
- package/serialization/types/ConfigEntityType.js +95 -0
- package/serialization/types/ConstantSchemaOverride.d.ts +10 -0
- package/serialization/types/ConstantSchemaOverride.js +42 -0
- package/serialization/types/ConstantSchemaOverrideConstantValue.d.ts +7 -0
- package/{dist/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.js → serialization/types/ConstantSchemaOverrideConstantValue.js} +7 -2
- package/serialization/types/ContentConfig.d.ts +1 -1
- package/serialization/types/ContentConfig.js +1 -1
- package/serialization/types/ContentGuardrailInput.d.ts +2 -0
- package/serialization/types/ContentGuardrailInput.js +2 -0
- package/serialization/types/ContentGuardrailOutput.d.ts +2 -0
- package/serialization/types/ContentGuardrailOutput.js +2 -0
- package/serialization/types/ConvAiFileUploadResponseModel.d.ts +9 -0
- package/serialization/types/ConvAiFileUploadResponseModel.js +41 -0
- package/serialization/types/ConversationHistoryRedactionConfig.d.ts +11 -0
- package/serialization/types/ConversationHistoryRedactionConfig.js +43 -0
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptCommonModelInput.js +2 -2
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.d.ts +2 -2
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutput.js +2 -2
- package/serialization/types/ConversationHistoryTranscriptFileInputResponseModel.d.ts +12 -0
- package/serialization/types/ConversationHistoryTranscriptFileInputResponseModel.js +44 -0
- package/serialization/types/ConversationHistoryTranscriptResponseModel.d.ts +35 -0
- package/serialization/types/ConversationHistoryTranscriptResponseModel.js +67 -0
- package/serialization/types/ConversationHistoryTranscriptResponseModelRole.d.ts +7 -0
- package/serialization/types/ConversationHistoryTranscriptResponseModelRole.js +39 -0
- package/serialization/types/ConversationHistoryTranscriptResponseModelToolResultsItem.d.ts +10 -0
- package/serialization/types/ConversationHistoryTranscriptResponseModelToolResultsItem.js +48 -0
- package/serialization/types/ConversationUserResponseModel.d.ts +3 -2
- package/serialization/types/ConversationUserResponseModel.js +3 -2
- package/serialization/types/CreateAssetParams.d.ts +9 -0
- package/serialization/types/CreateAssetParams.js +41 -0
- package/serialization/types/CreateClientAppointmentParams.d.ts +9 -0
- package/serialization/types/CreateClientAppointmentParams.js +41 -0
- package/serialization/types/CreateClientParams.d.ts +9 -0
- package/serialization/types/CreateClientParams.js +41 -0
- package/serialization/types/CreatePreviouslyGeneratedVoiceRequest.d.ts +2 -8
- package/serialization/types/CreatePreviouslyGeneratedVoiceRequest.js +1 -7
- package/serialization/types/CreateProductParams.d.ts +9 -0
- package/serialization/types/CreateProductParams.js +41 -0
- package/serialization/types/CreateResponseUnitTestRequest.d.ts +1 -0
- package/serialization/types/CreateResponseUnitTestRequest.js +1 -0
- package/serialization/types/CreateServiceParams.d.ts +9 -0
- package/serialization/types/CreateServiceParams.js +41 -0
- package/serialization/types/CreateSimulationTestRequest.d.ts +1 -0
- package/serialization/types/CreateSimulationTestRequest.js +1 -0
- package/serialization/types/CreateStaffParams.d.ts +9 -0
- package/serialization/types/CreateStaffParams.js +41 -0
- package/serialization/types/CreateToolCallUnitTestRequest.d.ts +1 -0
- package/serialization/types/CreateToolCallUnitTestRequest.js +1 -0
- package/serialization/types/CustomGuardrailConfig.d.ts +2 -2
- package/serialization/types/CustomGuardrailConfig.js +2 -2
- package/serialization/types/CustomGuardrailInput.d.ts +2 -2
- package/serialization/types/CustomGuardrailInput.js +2 -2
- package/serialization/types/CustomGuardrailOutput.d.ts +2 -2
- package/serialization/types/CustomGuardrailOutput.js +2 -2
- package/{dist/serialization/types/CustomGuardrailsConfig.d.ts → serialization/types/CustomGuardrailsConfigInput.d.ts} +2 -2
- package/serialization/types/{CustomGuardrailsConfig.js → CustomGuardrailsConfigInput.js} +2 -2
- package/serialization/types/CustomGuardrailsConfigOutput.d.ts +10 -0
- package/serialization/types/CustomGuardrailsConfigOutput.js +42 -0
- package/serialization/types/DeleteAssetParams.d.ts +9 -0
- package/serialization/types/DeleteAssetParams.js +41 -0
- package/serialization/types/DeleteCalendarEventParams.d.ts +9 -0
- package/serialization/types/DeleteCalendarEventParams.js +41 -0
- package/serialization/types/DeleteClientParams.d.ts +9 -0
- package/serialization/types/DeleteClientParams.js +41 -0
- package/serialization/types/DeleteProductParams.d.ts +9 -0
- package/serialization/types/DeleteProductParams.js +41 -0
- package/serialization/types/DeleteServiceParams.d.ts +9 -0
- package/serialization/types/DeleteServiceParams.js +41 -0
- package/serialization/types/DeleteStaffParams.d.ts +9 -0
- package/serialization/types/DeleteStaffParams.js +41 -0
- package/serialization/types/DependentBranchInfo.d.ts +13 -0
- package/serialization/types/DependentBranchInfo.js +45 -0
- package/serialization/types/DynamicVariableSchemaOverride.d.ts +9 -0
- package/serialization/types/DynamicVariableSchemaOverride.js +41 -0
- package/serialization/types/EmbeddingModelEnum.d.ts +1 -1
- package/serialization/types/EmbeddingModelEnum.js +1 -1
- package/serialization/types/{AlignmentGuardrail.d.ts → FocusGuardrail.d.ts} +2 -2
- package/{dist/serialization/types/AlignmentGuardrail.js → serialization/types/FocusGuardrail.js} +2 -2
- package/serialization/types/GenerateVoiceRequest.d.ts +2 -10
- package/serialization/types/GenerateVoiceRequest.js +1 -9
- package/serialization/types/GenerationSourceContext.d.ts +19 -0
- package/serialization/types/GenerationSourceContext.js +51 -0
- package/serialization/types/GetAgentResponseModel.d.ts +2 -0
- package/serialization/types/GetAgentResponseModel.js +2 -0
- package/serialization/types/GetAgentResponseModelCoachingSettings.d.ts +19 -0
- package/serialization/types/GetAgentResponseModelCoachingSettings.js +51 -0
- package/serialization/types/GetClientAppointmentsParams.d.ts +9 -0
- package/serialization/types/GetClientAppointmentsParams.js +41 -0
- package/serialization/types/GetClientByPhoneParams.d.ts +9 -0
- package/serialization/types/GetClientByPhoneParams.js +41 -0
- package/serialization/types/GetConversationResponseModel.d.ts +2 -2
- package/serialization/types/GetConversationResponseModel.js +2 -2
- package/serialization/types/GetKnowledgeBaseDependentAgentsResponseModel.d.ts +2 -0
- package/serialization/types/GetKnowledgeBaseDependentAgentsResponseModel.js +2 -0
- package/serialization/types/GetToolDependentAgentsResponseModel.d.ts +2 -0
- package/serialization/types/GetToolDependentAgentsResponseModel.js +2 -0
- package/serialization/types/GetWhatsAppAccountResponse.d.ts +1 -0
- package/serialization/types/GetWhatsAppAccountResponse.js +1 -0
- package/serialization/types/GuardrailExecutionMode.d.ts +7 -0
- package/serialization/types/GuardrailExecutionMode.js +39 -0
- package/serialization/types/GuardrailsV1Input.d.ts +4 -2
- package/serialization/types/GuardrailsV1Input.js +4 -2
- package/serialization/types/GuardrailsV1Output.d.ts +4 -2
- package/serialization/types/GuardrailsV1Output.js +4 -2
- package/serialization/types/LibraryVoiceResponse.d.ts +1 -0
- package/serialization/types/LibraryVoiceResponse.js +1 -0
- package/serialization/types/ListAssetsParams.d.ts +10 -0
- package/serialization/types/ListAssetsParams.js +42 -0
- package/serialization/types/ListCalendarEventsParams.d.ts +9 -0
- package/serialization/types/ListCalendarEventsParams.js +41 -0
- package/serialization/types/ListClientsParams.d.ts +9 -0
- package/serialization/types/ListClientsParams.js +41 -0
- package/serialization/types/ListProductsParams.d.ts +10 -0
- package/serialization/types/ListProductsParams.js +42 -0
- package/serialization/types/ListServicesParams.d.ts +10 -0
- package/serialization/types/ListServicesParams.js +42 -0
- package/serialization/types/ListStaffParams.d.ts +10 -0
- package/serialization/types/ListStaffParams.js +42 -0
- package/serialization/types/Llm.d.ts +1 -1
- package/serialization/types/Llm.js +1 -0
- package/serialization/types/LlmDeprecationConfigModel.d.ts +13 -0
- package/serialization/types/LlmDeprecationConfigModel.js +45 -0
- package/serialization/types/LlmDeprecationInfoModel.d.ts +18 -0
- package/serialization/types/LlmDeprecationInfoModel.js +50 -0
- package/serialization/types/LlmInfoModelInput.d.ts +20 -0
- package/serialization/types/LlmInfoModelInput.js +52 -0
- package/serialization/types/LlmInfoModelOutput.d.ts +20 -0
- package/serialization/types/LlmInfoModelOutput.js +52 -0
- package/serialization/types/LlmListResponseModelInput.d.ts +12 -0
- package/serialization/types/LlmListResponseModelInput.js +44 -0
- package/serialization/types/LlmListResponseModelOutput.d.ts +12 -0
- package/serialization/types/LlmListResponseModelOutput.js +44 -0
- package/serialization/types/LlmSchemaOverride.d.ts +9 -0
- package/serialization/types/LlmSchemaOverride.js +41 -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/McpToolConfigOverride.d.ts +2 -0
- package/serialization/types/McpToolConfigOverride.js +4 -0
- package/serialization/types/McpToolConfigOverrideInputOverridesValue.d.ts +19 -0
- package/serialization/types/McpToolConfigOverrideInputOverridesValue.js +51 -0
- package/serialization/types/MessagesSearchResponse.d.ts +14 -0
- package/serialization/types/MessagesSearchResponse.js +46 -0
- package/serialization/types/MessagesSearchResult.d.ts +15 -0
- package/serialization/types/MessagesSearchResult.js +47 -0
- package/serialization/types/ModerationGuardrailInput.d.ts +2 -0
- package/serialization/types/ModerationGuardrailInput.js +2 -0
- package/serialization/types/ModerationGuardrailOutput.d.ts +2 -0
- package/serialization/types/ModerationGuardrailOutput.js +2 -0
- package/serialization/types/MusicExploreSongSourceContext.d.ts +14 -0
- package/serialization/types/MusicExploreSongSourceContext.js +46 -0
- package/serialization/types/MusicUploadResponse.d.ts +11 -0
- package/serialization/types/MusicUploadResponse.js +43 -0
- package/serialization/types/NoCoachingSettings.d.ts +9 -0
- package/serialization/types/NoCoachingSettings.js +41 -0
- package/serialization/types/ObjectJsonSchemaPropertyInput.d.ts +2 -0
- package/serialization/types/ObjectJsonSchemaPropertyInput.js +2 -0
- package/serialization/types/ObjectJsonSchemaPropertyOutput.d.ts +2 -0
- package/serialization/types/ObjectJsonSchemaPropertyOutput.js +2 -0
- package/serialization/types/PendingClipTaskType.d.ts +1 -1
- package/serialization/types/PendingClipTaskType.js +1 -1
- package/serialization/types/PermissionType.d.ts +1 -1
- package/serialization/types/PermissionType.js +1 -0
- package/{dist/serialization/types/PrivacyConfig.d.ts → serialization/types/PrivacyConfigInput.d.ts} +4 -2
- package/{dist/serialization/types/PrivacyConfig.js → serialization/types/PrivacyConfigInput.js} +4 -2
- package/serialization/types/PrivacyConfigOutput.d.ts +16 -0
- package/serialization/types/PrivacyConfigOutput.js +48 -0
- package/serialization/types/ProcedureRefResponseModel.d.ts +11 -0
- package/{dist/serialization/types/ProcedureVersionRef.js → serialization/types/ProcedureRefResponseModel.js} +4 -3
- package/serialization/types/ProjectExtendedResponse.d.ts +2 -0
- package/serialization/types/ProjectExtendedResponse.js +2 -0
- package/serialization/types/ProjectExternalAudioResponseModel.d.ts +4 -2
- package/serialization/types/ProjectExternalAudioResponseModel.js +4 -2
- package/serialization/types/ProjectExternalAudioResponseModelSourceContext.d.ts +19 -0
- package/serialization/types/ProjectExternalAudioResponseModelSourceContext.js +51 -0
- package/serialization/types/ProjectImageResponseModel.d.ts +2 -0
- package/serialization/types/ProjectImageResponseModel.js +2 -0
- package/serialization/types/ProjectResponse.d.ts +2 -0
- package/serialization/types/ProjectResponse.js +2 -0
- package/serialization/types/ProjectVideoResponseModel.d.ts +9 -3
- package/serialization/types/ProjectVideoResponseModel.js +9 -3
- package/serialization/types/PromptAgentApiModelInputToolsItem.d.ts +5 -1
- package/serialization/types/PromptAgentApiModelInputToolsItem.js +3 -0
- package/serialization/types/PromptAgentApiModelOutputToolsItem.d.ts +5 -1
- package/serialization/types/PromptAgentApiModelOutputToolsItem.js +3 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.d.ts +5 -1
- package/serialization/types/PromptAgentApiModelWorkflowOverrideInputToolsItem.js +3 -0
- package/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.d.ts +5 -1
- package/serialization/types/PromptAgentApiModelWorkflowOverrideOutputToolsItem.js +3 -0
- package/serialization/types/PromptInjectionGuardrail.d.ts +9 -0
- package/serialization/types/PromptInjectionGuardrail.js +41 -0
- package/serialization/types/PronunciationDictionaryAliasRuleRequestModel.d.ts +2 -0
- package/serialization/types/PronunciationDictionaryAliasRuleRequestModel.js +2 -0
- package/serialization/types/PronunciationDictionaryAliasRuleResponseModel.d.ts +2 -0
- package/serialization/types/PronunciationDictionaryAliasRuleResponseModel.js +2 -0
- package/serialization/types/PronunciationDictionaryPhonemeRuleRequestModel.d.ts +2 -0
- package/serialization/types/PronunciationDictionaryPhonemeRuleRequestModel.js +2 -0
- package/serialization/types/PronunciationDictionaryPhonemeRuleResponseModel.d.ts +2 -0
- package/serialization/types/PronunciationDictionaryPhonemeRuleResponseModel.js +2 -0
- package/serialization/types/RagConfig.d.ts +1 -0
- package/serialization/types/RagConfig.js +1 -0
- package/serialization/types/RagConfigWorkflowOverride.d.ts +1 -0
- package/serialization/types/RagConfigWorkflowOverride.js +1 -0
- package/serialization/types/RagIndexStatus.d.ts +1 -1
- package/serialization/types/RagIndexStatus.js +1 -0
- package/serialization/types/ReferenceVideo.d.ts +13 -0
- package/serialization/types/ReferenceVideo.js +45 -0
- package/serialization/types/RequiredConstraint.d.ts +9 -0
- package/serialization/types/RequiredConstraint.js +41 -0
- package/serialization/types/RequiredConstraints.d.ts +11 -0
- package/serialization/types/RequiredConstraints.js +43 -0
- package/serialization/types/ResponseFilter.d.ts +12 -0
- package/serialization/types/ResponseFilter.js +44 -0
- package/serialization/types/SayNodeLiteralMessageInput.d.ts +10 -0
- package/serialization/types/SayNodeLiteralMessageInput.js +42 -0
- package/serialization/types/SayNodeLiteralMessageOutput.d.ts +10 -0
- package/serialization/types/SayNodeLiteralMessageOutput.js +42 -0
- package/serialization/types/SayNodePromptMessageInput.d.ts +10 -0
- package/serialization/types/SayNodePromptMessageInput.js +42 -0
- package/serialization/types/SayNodePromptMessageOutput.d.ts +10 -0
- package/serialization/types/SayNodePromptMessageOutput.js +42 -0
- package/serialization/types/SearchClientsParams.d.ts +9 -0
- package/serialization/types/SearchClientsParams.js +41 -0
- package/serialization/types/SfxSourceContext.d.ts +11 -0
- package/serialization/types/SfxSourceContext.js +43 -0
- package/serialization/types/SongSourceContext.d.ts +16 -0
- package/serialization/types/SongSourceContext.js +48 -0
- package/serialization/types/StudioAgentSettingsModel.d.ts +10 -0
- package/serialization/types/StudioAgentSettingsModel.js +42 -0
- package/serialization/types/StudioAgentToolSettingsModel.d.ts +9 -0
- package/serialization/types/StudioAgentToolSettingsModel.js +41 -0
- package/serialization/types/StudioClipReference.d.ts +15 -0
- package/serialization/types/StudioClipReference.js +47 -0
- package/serialization/types/StudioClipReferenceClipType.d.ts +7 -0
- package/serialization/types/StudioClipReferenceClipType.js +39 -0
- package/serialization/types/TelephonyCallConfig.d.ts +9 -0
- package/serialization/types/TelephonyCallConfig.js +41 -0
- package/serialization/types/TestType.d.ts +1 -1
- package/serialization/types/TestType.js +1 -1
- package/serialization/types/ToolType.d.ts +1 -1
- package/serialization/types/ToolType.js +1 -0
- package/serialization/types/UnitTestSummaryResponseModel.d.ts +6 -0
- package/serialization/types/UnitTestSummaryResponseModel.js +6 -0
- package/serialization/types/UpdateAssetParams.d.ts +9 -0
- package/serialization/types/UpdateAssetParams.js +41 -0
- package/serialization/types/UpdateCalendarEventParams.d.ts +9 -0
- package/serialization/types/UpdateCalendarEventParams.js +41 -0
- package/serialization/types/UpdateClientParams.d.ts +9 -0
- package/serialization/types/UpdateClientParams.js +41 -0
- package/serialization/types/UpdateProductParams.d.ts +9 -0
- package/serialization/types/UpdateProductParams.js +41 -0
- package/serialization/types/UpdateResponseUnitTestRequest.d.ts +1 -0
- package/serialization/types/UpdateResponseUnitTestRequest.js +1 -0
- package/serialization/types/UpdateServiceParams.d.ts +9 -0
- package/serialization/types/UpdateServiceParams.js +41 -0
- package/serialization/types/UpdateSimulationTestRequest.d.ts +1 -0
- package/serialization/types/UpdateSimulationTestRequest.js +1 -0
- package/serialization/types/UpdateStaffParams.d.ts +9 -0
- package/serialization/types/UpdateStaffParams.js +41 -0
- package/serialization/types/UpdateToolCallUnitTestRequest.d.ts +1 -0
- package/serialization/types/UpdateToolCallUnitTestRequest.js +1 -0
- package/serialization/types/User.d.ts +2 -0
- package/serialization/types/User.js +2 -0
- package/serialization/types/Voice.d.ts +1 -0
- package/serialization/types/Voice.js +1 -0
- package/serialization/types/VoiceGenerationParameterOptionResponse.d.ts +2 -5
- package/serialization/types/VoiceGenerationParameterOptionResponse.js +1 -4
- package/serialization/types/VoiceGenerationParameterResponse.d.ts +2 -11
- package/serialization/types/VoiceGenerationParameterResponse.js +1 -10
- package/serialization/types/VoiceStatisticsResponseModel.d.ts +11 -0
- package/serialization/types/VoiceStatisticsResponseModel.js +43 -0
- package/serialization/types/WidgetConfig.d.ts +6 -0
- package/serialization/types/WidgetConfig.js +6 -0
- package/serialization/types/WidgetConfigInputSyntaxHighlightTheme.d.ts +7 -0
- package/serialization/types/WidgetConfigInputSyntaxHighlightTheme.js +39 -0
- package/serialization/types/WidgetConfigOutputSyntaxHighlightTheme.d.ts +7 -0
- package/serialization/types/WidgetConfigOutputSyntaxHighlightTheme.js +39 -0
- package/serialization/types/WidgetConfigResponse.d.ts +6 -0
- package/serialization/types/WidgetConfigResponse.js +6 -0
- package/serialization/types/WidgetConfigResponseModelSyntaxHighlightTheme.d.ts +7 -0
- package/serialization/types/WidgetConfigResponseModelSyntaxHighlightTheme.js +39 -0
- package/serialization/types/WidgetTextContents.d.ts +11 -0
- package/serialization/types/WidgetTextContents.js +11 -0
- package/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
- package/serialization/types/WorkspaceGroupPermission.js +1 -0
- package/serialization/types/WorkspaceGroupResponseModel.d.ts +1 -0
- package/serialization/types/WorkspaceGroupResponseModel.js +1 -0
- package/serialization/types/WorkspaceResourceType.d.ts +1 -1
- package/serialization/types/WorkspaceResourceType.js +3 -0
- package/serialization/types/index.d.ts +92 -10
- package/serialization/types/index.js +92 -10
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/wrapper/music.d.ts +1 -0
- package/wrapper/music.js +4 -1
- package/api/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.d.ts +0 -2
- package/api/types/AlignmentGuardrail.d.ts +0 -3
- package/api/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.d.ts +0 -7
- package/api/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.js +0 -10
- package/api/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.d.ts +0 -6
- package/api/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.js +0 -9
- package/api/types/ConversationHistoryTranscriptCommonModelInputSourceMedium.d.ts +0 -5
- package/api/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.d.ts +0 -5
- package/api/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.js +0 -8
- package/api/types/CustomGuardrailConfigModel.d.ts +0 -6
- package/api/types/CustomGuardrailConfigModel.js +0 -9
- package/api/types/ProcedureDraftRef.d.ts +0 -4
- package/api/types/ProcedureVersionRef.d.ts +0 -6
- package/dist/api/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.d.ts +0 -2
- package/dist/api/types/AlignmentGuardrail.d.ts +0 -3
- package/dist/api/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.d.ts +0 -7
- package/dist/api/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.js +0 -10
- package/dist/api/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.d.ts +0 -6
- package/dist/api/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.js +0 -9
- package/dist/api/types/ConversationHistoryTranscriptCommonModelInputSourceMedium.d.ts +0 -5
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.d.ts +0 -5
- package/dist/api/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.js +0 -8
- package/dist/api/types/CustomGuardrailConfigModel.d.ts +0 -6
- package/dist/api/types/CustomGuardrailConfigModel.js +0 -9
- package/dist/api/types/ProcedureDraftRef.d.ts +0 -4
- package/dist/api/types/ProcedureVersionRef.d.ts +0 -6
- package/dist/serialization/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.d.ts +0 -9
- package/dist/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.d.ts +0 -7
- package/dist/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.d.ts +0 -7
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelInputSourceMedium.d.ts +0 -7
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.d.ts +0 -7
- package/dist/serialization/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.js +0 -39
- package/dist/serialization/types/CustomGuardrailConfigModel.d.ts +0 -7
- package/dist/serialization/types/ProcedureDraftRef.d.ts +0 -9
- package/dist/serialization/types/ProcedureVersionRef.d.ts +0 -10
- package/serialization/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.d.ts +0 -9
- package/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.d.ts +0 -7
- package/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostAge.js +0 -39
- package/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.d.ts +0 -7
- package/serialization/types/BodyGenerateARandomVoiceV1VoiceGenerationGenerateVoicePostGender.js +0 -39
- package/serialization/types/ConversationHistoryTranscriptCommonModelInputSourceMedium.d.ts +0 -7
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.d.ts +0 -7
- package/serialization/types/ConversationHistoryTranscriptCommonModelOutputSourceMedium.js +0 -39
- package/serialization/types/CustomGuardrailConfigModel.d.ts +0 -7
- package/serialization/types/ProcedureDraftRef.d.ts +0 -9
- package/serialization/types/ProcedureVersionRef.d.ts +0 -10
- /package/api/resources/{conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.js → audioNative/client/requests/BodyUpdateAudioNativeContentFromUrlV1AudioNativeContentPost.js} +0 -0
- /package/api/{types/AlignmentGuardrail.js → resources/conversationalAi/resources/agents/types/BodyCreateAgentV1ConvaiAgentsCreatePostCoachingSettings.js} +0 -0
- /package/api/{types/CustomGuardrailsConfig.js → resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchCoachingSettings.js} +0 -0
- /package/api/{types/PrivacyConfig.js → resources/conversationalAi/resources/conversations/resources/files/client/requests/BodyUploadFileV1ConvaiConversationsConversationIdFilesPost.js} +0 -0
- /package/api/{types/ProcedureDraftRef.js → resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesSearchRequest.js} +0 -0
- /package/api/{types/ProcedureVersionRef.js → resources/conversationalAi/resources/conversations/resources/messages/client/requests/MessagesTextSearchRequest.js} +0 -0
- /package/{dist/api/resources/conversationalAi/resources/agents/types/BodyPatchesAnAgentSettingsV1ConvaiAgentsAgentIdPatchProcedureRefsItem.js → api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideCreateRequestModelInputOverridesValue.js} +0 -0
- /package/{dist/api/types/AlignmentGuardrail.js → api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue.js} +0 -0
- /package/{dist/api/types/CustomGuardrailsConfig.js → api/resources/music/client/requests/BodyUploadMusicV1MusicUploadPost.js} +0 -0
- /package/{dist/api/types/PrivacyConfig.js → api/resources/pronunciationDictionaries/resources/rules/client/requests/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPost.js} +0 -0
- /package/{dist/api/types/ProcedureDraftRef.js → api/resources/pronunciationDictionaries/resources/rules/types/BodySetRulesOnThePronunciationDictionaryV1PronunciationDictionariesPronunciationDictionaryIdSetRulesPostRulesItem.js} +0 -0
- /package/{dist/api/types/ProcedureVersionRef.js → api/types/AgentTestFolderPathSegmentResponseModel.js} +0 -0
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../../api/index";
|
|
2
2
|
import * as core from "../../core";
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
|
+
import { DependentBranchInfo } from "./DependentBranchInfo";
|
|
4
5
|
import { GetToolDependentAgentsResponseModelAgentsItem } from "./GetToolDependentAgentsResponseModelAgentsItem";
|
|
5
6
|
export declare const GetToolDependentAgentsResponseModel: core.serialization.ObjectSchema<serializers.GetToolDependentAgentsResponseModel.Raw, ElevenLabs.GetToolDependentAgentsResponseModel>;
|
|
6
7
|
export declare namespace GetToolDependentAgentsResponseModel {
|
|
7
8
|
interface Raw {
|
|
8
9
|
agents: GetToolDependentAgentsResponseModelAgentsItem.Raw[];
|
|
10
|
+
branches?: DependentBranchInfo.Raw[] | null;
|
|
9
11
|
next_cursor?: string | null;
|
|
10
12
|
has_more: boolean;
|
|
11
13
|
}
|
|
@@ -36,9 +36,11 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.GetToolDependentAgentsResponseModel = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
+
const DependentBranchInfo_1 = require("./DependentBranchInfo");
|
|
39
40
|
const GetToolDependentAgentsResponseModelAgentsItem_1 = require("./GetToolDependentAgentsResponseModelAgentsItem");
|
|
40
41
|
exports.GetToolDependentAgentsResponseModel = core.serialization.object({
|
|
41
42
|
agents: core.serialization.list(GetToolDependentAgentsResponseModelAgentsItem_1.GetToolDependentAgentsResponseModelAgentsItem),
|
|
43
|
+
branches: core.serialization.list(DependentBranchInfo_1.DependentBranchInfo).optional(),
|
|
42
44
|
nextCursor: core.serialization.property("next_cursor", core.serialization.string().optional()),
|
|
43
45
|
hasMore: core.serialization.property("has_more", core.serialization.boolean()),
|
|
44
46
|
});
|
|
@@ -43,5 +43,6 @@ exports.GetWhatsAppAccountResponse = core.serialization.object({
|
|
|
43
43
|
phoneNumberName: core.serialization.property("phone_number_name", core.serialization.string()),
|
|
44
44
|
phoneNumber: core.serialization.property("phone_number", core.serialization.string()),
|
|
45
45
|
assignedAgentId: core.serialization.property("assigned_agent_id", core.serialization.string().optional()),
|
|
46
|
+
enableMessaging: core.serialization.property("enable_messaging", core.serialization.boolean().optional()),
|
|
46
47
|
assignedAgentName: core.serialization.property("assigned_agent_name", core.serialization.string().optional()),
|
|
47
48
|
});
|
|
@@ -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 GuardrailExecutionMode: core.serialization.Schema<serializers.GuardrailExecutionMode.Raw, ElevenLabs.GuardrailExecutionMode>;
|
|
5
|
+
export declare namespace GuardrailExecutionMode {
|
|
6
|
+
type Raw = "streaming" | "blocking";
|
|
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.GuardrailExecutionMode = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.GuardrailExecutionMode = core.serialization.enum_(["streaming", "blocking"]);
|
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../../api/index";
|
|
2
2
|
import * as core from "../../core";
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
|
-
import { AlignmentGuardrail } from "./AlignmentGuardrail";
|
|
5
4
|
import { ContentGuardrailInput } from "./ContentGuardrailInput";
|
|
6
5
|
import { CustomGuardrailInput } from "./CustomGuardrailInput";
|
|
6
|
+
import { FocusGuardrail } from "./FocusGuardrail";
|
|
7
7
|
import { ModerationGuardrailInput } from "./ModerationGuardrailInput";
|
|
8
|
+
import { PromptInjectionGuardrail } from "./PromptInjectionGuardrail";
|
|
8
9
|
export declare const GuardrailsV1Input: core.serialization.ObjectSchema<serializers.GuardrailsV1Input.Raw, ElevenLabs.GuardrailsV1Input>;
|
|
9
10
|
export declare namespace GuardrailsV1Input {
|
|
10
11
|
interface Raw {
|
|
11
12
|
version?: "1" | null;
|
|
12
|
-
|
|
13
|
+
focus?: FocusGuardrail.Raw | null;
|
|
14
|
+
prompt_injection?: PromptInjectionGuardrail.Raw | null;
|
|
13
15
|
content?: ContentGuardrailInput.Raw | null;
|
|
14
16
|
moderation?: ModerationGuardrailInput.Raw | null;
|
|
15
17
|
custom?: CustomGuardrailInput.Raw | null;
|
|
@@ -36,13 +36,15 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.GuardrailsV1Input = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
const AlignmentGuardrail_1 = require("./AlignmentGuardrail");
|
|
40
39
|
const ContentGuardrailInput_1 = require("./ContentGuardrailInput");
|
|
41
40
|
const CustomGuardrailInput_1 = require("./CustomGuardrailInput");
|
|
41
|
+
const FocusGuardrail_1 = require("./FocusGuardrail");
|
|
42
42
|
const ModerationGuardrailInput_1 = require("./ModerationGuardrailInput");
|
|
43
|
+
const PromptInjectionGuardrail_1 = require("./PromptInjectionGuardrail");
|
|
43
44
|
exports.GuardrailsV1Input = core.serialization.object({
|
|
44
45
|
version: core.serialization.stringLiteral("1").optional(),
|
|
45
|
-
|
|
46
|
+
focus: FocusGuardrail_1.FocusGuardrail.optional(),
|
|
47
|
+
promptInjection: core.serialization.property("prompt_injection", PromptInjectionGuardrail_1.PromptInjectionGuardrail.optional()),
|
|
46
48
|
content: ContentGuardrailInput_1.ContentGuardrailInput.optional(),
|
|
47
49
|
moderation: ModerationGuardrailInput_1.ModerationGuardrailInput.optional(),
|
|
48
50
|
custom: CustomGuardrailInput_1.CustomGuardrailInput.optional(),
|
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../../api/index";
|
|
2
2
|
import * as core from "../../core";
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
|
-
import { AlignmentGuardrail } from "./AlignmentGuardrail";
|
|
5
4
|
import { ContentGuardrailOutput } from "./ContentGuardrailOutput";
|
|
6
5
|
import { CustomGuardrailOutput } from "./CustomGuardrailOutput";
|
|
6
|
+
import { FocusGuardrail } from "./FocusGuardrail";
|
|
7
7
|
import { ModerationGuardrailOutput } from "./ModerationGuardrailOutput";
|
|
8
|
+
import { PromptInjectionGuardrail } from "./PromptInjectionGuardrail";
|
|
8
9
|
export declare const GuardrailsV1Output: core.serialization.ObjectSchema<serializers.GuardrailsV1Output.Raw, ElevenLabs.GuardrailsV1Output>;
|
|
9
10
|
export declare namespace GuardrailsV1Output {
|
|
10
11
|
interface Raw {
|
|
11
12
|
version?: "1" | null;
|
|
12
|
-
|
|
13
|
+
focus?: FocusGuardrail.Raw | null;
|
|
14
|
+
prompt_injection?: PromptInjectionGuardrail.Raw | null;
|
|
13
15
|
content?: ContentGuardrailOutput.Raw | null;
|
|
14
16
|
moderation?: ModerationGuardrailOutput.Raw | null;
|
|
15
17
|
custom?: CustomGuardrailOutput.Raw | null;
|
|
@@ -36,13 +36,15 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.GuardrailsV1Output = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
const AlignmentGuardrail_1 = require("./AlignmentGuardrail");
|
|
40
39
|
const ContentGuardrailOutput_1 = require("./ContentGuardrailOutput");
|
|
41
40
|
const CustomGuardrailOutput_1 = require("./CustomGuardrailOutput");
|
|
41
|
+
const FocusGuardrail_1 = require("./FocusGuardrail");
|
|
42
42
|
const ModerationGuardrailOutput_1 = require("./ModerationGuardrailOutput");
|
|
43
|
+
const PromptInjectionGuardrail_1 = require("./PromptInjectionGuardrail");
|
|
43
44
|
exports.GuardrailsV1Output = core.serialization.object({
|
|
44
45
|
version: core.serialization.stringLiteral("1").optional(),
|
|
45
|
-
|
|
46
|
+
focus: FocusGuardrail_1.FocusGuardrail.optional(),
|
|
47
|
+
promptInjection: core.serialization.property("prompt_injection", PromptInjectionGuardrail_1.PromptInjectionGuardrail.optional()),
|
|
46
48
|
content: ContentGuardrailOutput_1.ContentGuardrailOutput.optional(),
|
|
47
49
|
moderation: ModerationGuardrailOutput_1.ModerationGuardrailOutput.optional(),
|
|
48
50
|
custom: CustomGuardrailOutput_1.CustomGuardrailOutput.optional(),
|
|
@@ -70,4 +70,5 @@ exports.LibraryVoiceResponse = core.serialization.object({
|
|
|
70
70
|
tiktokUsername: core.serialization.property("tiktok_username", core.serialization.string().optional()),
|
|
71
71
|
imageUrl: core.serialization.property("image_url", core.serialization.string().optional()),
|
|
72
72
|
isAddedByUser: core.serialization.property("is_added_by_user", core.serialization.boolean().optional()),
|
|
73
|
+
isBookmarked: core.serialization.property("is_bookmarked", core.serialization.boolean().optional()),
|
|
73
74
|
});
|
|
@@ -0,0 +1,10 @@
|
|
|
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 ListAssetsParams: core.serialization.ObjectSchema<serializers.ListAssetsParams.Raw, ElevenLabs.ListAssetsParams>;
|
|
5
|
+
export declare namespace ListAssetsParams {
|
|
6
|
+
interface Raw {
|
|
7
|
+
list_kwargs?: Record<string, unknown> | null;
|
|
8
|
+
smb_tool_type?: "list_assets" | null;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
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.ListAssetsParams = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.ListAssetsParams = core.serialization.object({
|
|
40
|
+
listKwargs: core.serialization.property("list_kwargs", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
41
|
+
smbToolType: core.serialization.property("smb_tool_type", core.serialization.stringLiteral("list_assets").optional()),
|
|
42
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
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 ListCalendarEventsParams: core.serialization.ObjectSchema<serializers.ListCalendarEventsParams.Raw, ElevenLabs.ListCalendarEventsParams>;
|
|
5
|
+
export declare namespace ListCalendarEventsParams {
|
|
6
|
+
interface Raw {
|
|
7
|
+
smb_tool_type?: "list_calendar_events" | null;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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.ListCalendarEventsParams = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.ListCalendarEventsParams = core.serialization.object({
|
|
40
|
+
smbToolType: core.serialization.property("smb_tool_type", core.serialization.stringLiteral("list_calendar_events").optional()),
|
|
41
|
+
});
|
|
@@ -0,0 +1,9 @@
|
|
|
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 ListClientsParams: core.serialization.ObjectSchema<serializers.ListClientsParams.Raw, ElevenLabs.ListClientsParams>;
|
|
5
|
+
export declare namespace ListClientsParams {
|
|
6
|
+
interface Raw {
|
|
7
|
+
smb_tool_type?: "list_clients" | null;
|
|
8
|
+
}
|
|
9
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
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.ListClientsParams = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.ListClientsParams = core.serialization.object({
|
|
40
|
+
smbToolType: core.serialization.property("smb_tool_type", core.serialization.stringLiteral("list_clients").optional()),
|
|
41
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
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 ListProductsParams: core.serialization.ObjectSchema<serializers.ListProductsParams.Raw, ElevenLabs.ListProductsParams>;
|
|
5
|
+
export declare namespace ListProductsParams {
|
|
6
|
+
interface Raw {
|
|
7
|
+
list_kwargs?: Record<string, unknown> | null;
|
|
8
|
+
smb_tool_type?: "list_products" | null;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
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.ListProductsParams = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.ListProductsParams = core.serialization.object({
|
|
40
|
+
listKwargs: core.serialization.property("list_kwargs", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
41
|
+
smbToolType: core.serialization.property("smb_tool_type", core.serialization.stringLiteral("list_products").optional()),
|
|
42
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
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 ListServicesParams: core.serialization.ObjectSchema<serializers.ListServicesParams.Raw, ElevenLabs.ListServicesParams>;
|
|
5
|
+
export declare namespace ListServicesParams {
|
|
6
|
+
interface Raw {
|
|
7
|
+
list_kwargs?: Record<string, unknown> | null;
|
|
8
|
+
smb_tool_type?: "list_services" | null;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
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.ListServicesParams = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.ListServicesParams = core.serialization.object({
|
|
40
|
+
listKwargs: core.serialization.property("list_kwargs", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
41
|
+
smbToolType: core.serialization.property("smb_tool_type", core.serialization.stringLiteral("list_services").optional()),
|
|
42
|
+
});
|
|
@@ -0,0 +1,10 @@
|
|
|
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 ListStaffParams: core.serialization.ObjectSchema<serializers.ListStaffParams.Raw, ElevenLabs.ListStaffParams>;
|
|
5
|
+
export declare namespace ListStaffParams {
|
|
6
|
+
interface Raw {
|
|
7
|
+
list_kwargs?: Record<string, unknown> | null;
|
|
8
|
+
smb_tool_type?: "list_staff" | null;
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
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.ListStaffParams = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.ListStaffParams = core.serialization.object({
|
|
40
|
+
listKwargs: core.serialization.property("list_kwargs", core.serialization.record(core.serialization.string(), core.serialization.unknown()).optional()),
|
|
41
|
+
smbToolType: core.serialization.property("smb_tool_type", core.serialization.stringLiteral("list_staff").optional()),
|
|
42
|
+
});
|
|
@@ -3,5 +3,5 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
export declare const Llm: core.serialization.Schema<serializers.Llm.Raw, ElevenLabs.Llm>;
|
|
5
5
|
export declare namespace Llm {
|
|
6
|
-
type Raw = "gpt-4o-mini" | "gpt-4o" | "gpt-4" | "gpt-4-turbo" | "gpt-4.1" | "gpt-4.1-mini" | "gpt-4.1-nano" | "gpt-5" | "gpt-5.1" | "gpt-5.2" | "gpt-5.2-chat-latest" | "gpt-5-mini" | "gpt-5-nano" | "gpt-3.5-turbo" | "gemini-1.5-pro" | "gemini-1.5-flash" | "gemini-2.0-flash" | "gemini-2.0-flash-lite" | "gemini-2.5-flash-lite" | "gemini-2.5-flash" | "gemini-3-pro-preview" | "gemini-3-flash-preview" | "claude-sonnet-4-5" | "claude-sonnet-4" | "claude-haiku-4-5" | "claude-3-7-sonnet" | "claude-3-5-sonnet" | "claude-3-5-sonnet-v1" | "claude-3-haiku" | "grok-beta" | "custom-llm" | "qwen3-4b" | "qwen3-30b-a3b" | "gpt-oss-20b" | "gpt-oss-120b" | "glm-45-air-fp8" | "gemini-2.5-flash-preview-09-2025" | "gemini-2.5-flash-lite-preview-09-2025" | "gemini-2.5-flash-preview-05-20" | "gemini-2.5-flash-preview-04-17" | "gemini-2.5-flash-lite-preview-06-17" | "gemini-2.0-flash-lite-001" | "gemini-2.0-flash-001" | "gemini-1.5-flash-002" | "gemini-1.5-flash-001" | "gemini-1.5-pro-002" | "gemini-1.5-pro-001" | "claude-sonnet-4@20250514" | "claude-sonnet-4-5@20250929" | "claude-haiku-4-5@20251001" | "claude-3-7-sonnet@20250219" | "claude-3-5-sonnet@20240620" | "claude-3-5-sonnet-v2@20241022" | "claude-3-haiku@20240307" | "gpt-5-2025-08-07" | "gpt-5.1-2025-11-13" | "gpt-5.2-2025-12-11" | "gpt-5-mini-2025-08-07" | "gpt-5-nano-2025-08-07" | "gpt-4.1-2025-04-14" | "gpt-4.1-mini-2025-04-14" | "gpt-4.1-nano-2025-04-14" | "gpt-4o-mini-2024-07-18" | "gpt-4o-2024-11-20" | "gpt-4o-2024-08-06" | "gpt-4o-2024-05-13" | "gpt-4-0613" | "gpt-4-0314" | "gpt-4-turbo-2024-04-09" | "gpt-3.5-turbo-0125" | "gpt-3.5-turbo-1106" | "watt-tool-8b" | "watt-tool-70b";
|
|
6
|
+
type Raw = "gpt-4o-mini" | "gpt-4o" | "gpt-4" | "gpt-4-turbo" | "gpt-4.1" | "gpt-4.1-mini" | "gpt-4.1-nano" | "gpt-5" | "gpt-5.1" | "gpt-5.2" | "gpt-5.2-chat-latest" | "gpt-5-mini" | "gpt-5-nano" | "gpt-3.5-turbo" | "gemini-1.5-pro" | "gemini-1.5-flash" | "gemini-2.0-flash" | "gemini-2.0-flash-lite" | "gemini-2.5-flash-lite" | "gemini-2.5-flash" | "gemini-3-pro-preview" | "gemini-3-flash-preview" | "claude-sonnet-4-5" | "claude-sonnet-4-6" | "claude-sonnet-4" | "claude-haiku-4-5" | "claude-3-7-sonnet" | "claude-3-5-sonnet" | "claude-3-5-sonnet-v1" | "claude-3-haiku" | "grok-beta" | "custom-llm" | "qwen3-4b" | "qwen3-30b-a3b" | "gpt-oss-20b" | "gpt-oss-120b" | "glm-45-air-fp8" | "gemini-2.5-flash-preview-09-2025" | "gemini-2.5-flash-lite-preview-09-2025" | "gemini-2.5-flash-preview-05-20" | "gemini-2.5-flash-preview-04-17" | "gemini-2.5-flash-lite-preview-06-17" | "gemini-2.0-flash-lite-001" | "gemini-2.0-flash-001" | "gemini-1.5-flash-002" | "gemini-1.5-flash-001" | "gemini-1.5-pro-002" | "gemini-1.5-pro-001" | "claude-sonnet-4@20250514" | "claude-sonnet-4-5@20250929" | "claude-haiku-4-5@20251001" | "claude-3-7-sonnet@20250219" | "claude-3-5-sonnet@20240620" | "claude-3-5-sonnet-v2@20241022" | "claude-3-haiku@20240307" | "gpt-5-2025-08-07" | "gpt-5.1-2025-11-13" | "gpt-5.2-2025-12-11" | "gpt-5-mini-2025-08-07" | "gpt-5-nano-2025-08-07" | "gpt-4.1-2025-04-14" | "gpt-4.1-mini-2025-04-14" | "gpt-4.1-nano-2025-04-14" | "gpt-4o-mini-2024-07-18" | "gpt-4o-2024-11-20" | "gpt-4o-2024-08-06" | "gpt-4o-2024-05-13" | "gpt-4-0613" | "gpt-4-0314" | "gpt-4-turbo-2024-04-09" | "gpt-3.5-turbo-0125" | "gpt-3.5-turbo-1106" | "watt-tool-8b" | "watt-tool-70b";
|
|
7
7
|
}
|
|
@@ -0,0 +1,13 @@
|
|
|
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 LlmDeprecationConfigModel: core.serialization.ObjectSchema<serializers.LlmDeprecationConfigModel.Raw, ElevenLabs.LlmDeprecationConfigModel>;
|
|
5
|
+
export declare namespace LlmDeprecationConfigModel {
|
|
6
|
+
interface Raw {
|
|
7
|
+
warning_start_days: number;
|
|
8
|
+
fallback_start_days: number;
|
|
9
|
+
fallback_complete_days: number;
|
|
10
|
+
fallback_start_percentage: number;
|
|
11
|
+
fallback_complete_percentage: number;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
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.LlmDeprecationConfigModel = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.LlmDeprecationConfigModel = core.serialization.object({
|
|
40
|
+
warningStartDays: core.serialization.property("warning_start_days", core.serialization.number()),
|
|
41
|
+
fallbackStartDays: core.serialization.property("fallback_start_days", core.serialization.number()),
|
|
42
|
+
fallbackCompleteDays: core.serialization.property("fallback_complete_days", core.serialization.number()),
|
|
43
|
+
fallbackStartPercentage: core.serialization.property("fallback_start_percentage", core.serialization.number()),
|
|
44
|
+
fallbackCompletePercentage: core.serialization.property("fallback_complete_percentage", core.serialization.number()),
|
|
45
|
+
});
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
import { Llm } from "./Llm";
|
|
5
|
+
import { LlmDeprecationConfigModel } from "./LlmDeprecationConfigModel";
|
|
6
|
+
export declare const LlmDeprecationInfoModel: core.serialization.ObjectSchema<serializers.LlmDeprecationInfoModel.Raw, ElevenLabs.LlmDeprecationInfoModel>;
|
|
7
|
+
export declare namespace LlmDeprecationInfoModel {
|
|
8
|
+
interface Raw {
|
|
9
|
+
llm: Llm.Raw;
|
|
10
|
+
is_deprecated: boolean;
|
|
11
|
+
is_in_warning_period?: boolean | null;
|
|
12
|
+
is_in_fallback_period?: boolean | null;
|
|
13
|
+
fallback_percentage?: number | null;
|
|
14
|
+
provider_deprecation_date?: string | null;
|
|
15
|
+
replacement_model?: Llm.Raw | null;
|
|
16
|
+
deprecation_config?: LlmDeprecationConfigModel.Raw | null;
|
|
17
|
+
}
|
|
18
|
+
}
|