@elevenlabs/elevenlabs-js 2.42.0 → 2.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.fern/metadata.json +3 -2
- package/AGENTS.md +7 -0
- package/BaseClient.js +2 -2
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.d.ts +1 -1
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +1 -1
- package/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +3 -1
- package/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -0
- package/api/resources/conversationalAi/resources/conversations/client/Client.js +14 -1
- package/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +2 -0
- package/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/index.js +2 -1
- package/api/resources/conversationalAi/resources/conversations/resources/topics/client/Client.d.ts +26 -0
- package/api/resources/conversationalAi/resources/conversations/resources/topics/client/Client.js +115 -0
- package/api/resources/conversationalAi/resources/conversations/resources/topics/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/topics/client/index.js +2 -0
- package/api/resources/conversationalAi/resources/conversations/resources/topics/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/conversations/resources/topics/index.js +17 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +17 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +78 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseSearchRequest.d.ts +19 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +2 -2
- package/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +3 -2
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.d.ts +1 -1
- package/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +1 -1
- 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/secrets/client/Client.d.ts +33 -0
- package/api/resources/conversationalAi/resources/secrets/client/Client.js +132 -1
- package/api/resources/conversationalAi/resources/secrets/client/requests/SecretsGetDependenciesRequest.d.ts +13 -0
- package/api/resources/conversationalAi/resources/secrets/client/requests/SecretsListRequest.d.ts +6 -0
- package/api/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tests/client/Client.d.ts +2 -1
- package/api/resources/conversationalAi/resources/tests/client/Client.js +8 -2
- package/api/resources/conversationalAi/resources/tests/client/requests/TestsListRequest.d.ts +4 -1
- package/api/resources/conversationalAi/resources/tools/client/Client.d.ts +3 -0
- package/api/resources/conversationalAi/resources/tools/client/Client.js +5 -0
- package/api/resources/conversationalAi/resources/tools/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tools/index.js +1 -0
- package/api/resources/conversationalAi/resources/tools/resources/executions/client/Client.d.ts +35 -0
- package/api/resources/conversationalAi/resources/tools/resources/executions/client/Client.js +147 -0
- package/api/resources/conversationalAi/resources/tools/resources/executions/client/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tools/resources/executions/client/index.js +17 -0
- package/api/resources/conversationalAi/resources/tools/resources/executions/client/requests/ExecutionsGetRequest.d.ts +28 -0
- package/api/resources/conversationalAi/resources/tools/resources/executions/client/requests/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tools/resources/executions/client/requests/index.js +2 -0
- package/api/resources/conversationalAi/resources/tools/resources/executions/index.d.ts +1 -0
- package/api/resources/conversationalAi/resources/tools/resources/executions/index.js +17 -0
- package/api/resources/conversationalAi/resources/tools/resources/index.d.ts +2 -0
- package/api/resources/conversationalAi/resources/tools/resources/index.js +41 -0
- package/api/resources/conversationalAi/resources/twilio/client/Client.d.ts +1 -1
- package/api/resources/conversationalAi/resources/twilio/client/Client.js +2 -1
- package/api/resources/music/client/Client.d.ts +1 -1
- package/api/resources/music/client/Client.js +1 -1
- package/api/resources/speechToText/client/Client.js +3 -0
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +6 -4
- package/api/resources/speechToText/types/SpeechToTextConvertRequestEntityDetection.d.ts +1 -1
- package/api/resources/speechToText/types/SpeechToTextConvertRequestEntityRedaction.d.ts +1 -1
- package/api/resources/studio/client/Client.d.ts +0 -1
- package/api/resources/studio/client/Client.js +0 -1
- package/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +1 -2
- package/api/resources/studio/resources/projects/client/Client.js +1 -3
- package/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +1 -1
- package/api/resources/studio/resources/projects/types/index.d.ts +0 -1
- package/api/resources/studio/resources/projects/types/index.js +0 -1
- package/api/resources/studio/types/index.d.ts +0 -1
- package/api/resources/studio/types/index.js +0 -1
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +1 -1
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -3
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +1 -3
- package/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
- package/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +0 -2
- package/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +0 -2
- package/api/resources/usage/client/Client.d.ts +1 -1
- package/api/resources/usage/client/Client.js +1 -1
- package/api/resources/voices/client/requests/VoicesSearchRequest.d.ts +1 -1
- package/api/resources/workspace/client/Client.d.ts +3 -0
- package/api/resources/workspace/client/Client.js +5 -0
- package/api/resources/workspace/resources/index.d.ts +3 -0
- package/api/resources/workspace/resources/index.js +4 -1
- package/api/resources/workspace/resources/usage/client/Client.d.ts +29 -0
- package/api/resources/workspace/resources/usage/client/Client.js +121 -0
- package/api/resources/workspace/resources/usage/client/index.d.ts +1 -0
- package/api/resources/workspace/resources/usage/client/index.js +17 -0
- package/api/resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.d.ts +15 -0
- package/api/resources/workspace/resources/usage/client/requests/index.d.ts +1 -0
- package/api/resources/workspace/resources/usage/client/requests/index.js +2 -0
- package/api/resources/workspace/resources/usage/index.d.ts +2 -0
- package/api/resources/workspace/resources/usage/index.js +18 -0
- package/api/resources/workspace/resources/usage/types/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePostGroupByItem.d.ts +18 -0
- package/api/resources/workspace/resources/usage/types/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePostGroupByItem.js +21 -0
- package/api/resources/workspace/resources/usage/types/index.d.ts +1 -0
- package/api/resources/workspace/resources/usage/types/index.js +17 -0
- package/api/types/AgentBranchSummary.d.ts +2 -0
- package/api/types/AgentConfig.d.ts +1 -1
- package/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -1
- package/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
- package/api/types/AgentPlatformSettingsRequestModel.d.ts +3 -1
- package/api/types/AgentPlatformSettingsResponseModel.d.ts +3 -1
- package/api/types/AgentTopicResponseModel.d.ts +6 -0
- package/api/types/AgentVersionParents.d.ts +1 -0
- package/api/types/AnalysisProperty.d.ts +22 -0
- package/api/types/AnalysisPropertyConstantValue.d.ts +4 -0
- package/api/types/AnalysisPropertyType.d.ts +7 -0
- package/api/types/AnalysisPropertyType.js +10 -0
- package/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +1 -1
- package/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +1 -1
- package/api/types/ArrayJsonSchemaPropertyInput.d.ts +6 -1
- package/api/types/ArrayJsonSchemaPropertyInputConstantValueItem.d.ts +1 -0
- package/api/types/ArrayJsonSchemaPropertyInputItems.d.ts +3 -0
- package/api/types/ArrayJsonSchemaPropertyOutput.d.ts +6 -1
- package/api/types/ArrayJsonSchemaPropertyOutputConstantValueItem.d.ts +1 -0
- package/api/types/ArrayJsonSchemaPropertyOutputItems.d.ts +3 -0
- package/api/types/AstNodeInput.d.ts +4 -1
- package/api/types/AstNodeOutput.d.ts +4 -1
- package/api/types/AstNullNodeInput.d.ts +1 -0
- package/api/types/AstNullNodeOutput.d.ts +1 -0
- package/api/types/AsyncConversationMetadata.d.ts +1 -0
- package/api/types/AudioAnalysisResult.d.ts +0 -1
- package/api/types/ChatSourceMedium.d.ts +0 -1
- package/api/types/ChatSourceMedium.js +0 -1
- package/api/types/ClientToolConfigInput.d.ts +1 -1
- package/api/types/ClientToolConfigOutput.d.ts +1 -1
- package/api/types/ColumnFilter.d.ts +6 -0
- package/api/types/ColumnFilterOperation.d.ts +11 -0
- package/api/types/ColumnFilterOperation.js +14 -0
- package/api/types/ColumnFilterValuesItem.d.ts +1 -0
- package/api/types/ColumnUnit.d.ts +13 -0
- package/api/types/ColumnUnit.js +16 -0
- package/api/types/ConvAiStoredSecretDependencies.d.ts +8 -1
- package/api/types/ConvAiStoredSecretDependenciesMcpServersItem.d.ts +10 -0
- package/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelInput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelOutput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelInput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
- package/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
- package/api/types/ConversationInitiationClientDataConfigInput.d.ts +2 -0
- package/api/types/ConversationInitiationClientDataConfigOutput.d.ts +2 -0
- package/api/types/ConversationInitiationClientDataInternal.d.ts +2 -0
- package/api/types/ConversationInitiationClientDataInternalDynamicVariablesValue.d.ts +2 -1
- package/api/types/ConversationInitiationClientDataRequestInput.d.ts +2 -0
- package/api/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.d.ts +2 -1
- package/api/types/ConversationInitiationClientDataRequestOutput.d.ts +2 -0
- package/api/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.d.ts +2 -1
- package/api/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +2 -1
- package/api/types/CreateLocationParams.d.ts +3 -0
- package/api/types/CreateResponseUnitTestRequestDynamicVariablesValue.d.ts +2 -1
- package/api/types/CreateSimulationTestRequestDynamicVariablesValue.d.ts +2 -1
- package/api/types/CreateToolCallUnitTestRequestDynamicVariablesValue.d.ts +2 -1
- package/api/types/DeleteLocationParams.d.ts +3 -0
- package/api/types/DependentUnknownAgentIdentifier.d.ts +1 -0
- package/api/types/DirectPublishingReadResponseModelGenreItem.d.ts +2 -2
- package/api/types/DirectPublishingReadResponseModelGenreItem.js +2 -2
- package/api/types/DubbingModel.d.ts +1 -0
- package/api/types/DubbingModel.js +1 -0
- package/api/types/DynamicVariableAssignment.d.ts +2 -0
- package/api/types/DynamicVariableContainerValueTypeInput.d.ts +2 -0
- package/api/types/DynamicVariableContainerValueTypeOutput.d.ts +2 -0
- package/api/types/DynamicVariableNestedValueTypeInput.d.ts +2 -0
- package/api/types/DynamicVariableNestedValueTypeOutput.d.ts +2 -0
- package/{dist/api/types/DynamicVariablesConfig.d.ts → api/types/DynamicVariablesConfigInput.d.ts} +2 -2
- package/api/types/DynamicVariablesConfigInput.js +3 -0
- package/api/types/DynamicVariablesConfigInputDynamicVariablePlaceholdersValue.d.ts +2 -0
- package/api/types/DynamicVariablesConfigInputDynamicVariablePlaceholdersValue.js +3 -0
- package/{dist/api/types/DynamicVariablesConfigWorkflowOverride.d.ts → api/types/DynamicVariablesConfigOutput.d.ts} +2 -2
- package/api/types/DynamicVariablesConfigOutput.js +3 -0
- package/api/types/DynamicVariablesConfigOutputDynamicVariablePlaceholdersValue.d.ts +2 -0
- package/api/types/DynamicVariablesConfigOutputDynamicVariablePlaceholdersValue.js +3 -0
- package/api/types/DynamicVariablesConfigWorkflowOverrideInput.d.ts +5 -0
- package/api/types/DynamicVariablesConfigWorkflowOverrideInput.js +3 -0
- package/api/types/DynamicVariablesConfigWorkflowOverrideInputDynamicVariablePlaceholdersValue.d.ts +2 -0
- package/api/types/DynamicVariablesConfigWorkflowOverrideInputDynamicVariablePlaceholdersValue.js +3 -0
- package/api/types/DynamicVariablesConfigWorkflowOverrideOutput.d.ts +5 -0
- package/api/types/DynamicVariablesConfigWorkflowOverrideOutput.js +3 -0
- package/api/types/DynamicVariablesConfigWorkflowOverrideOutputDynamicVariablePlaceholdersValue.d.ts +2 -0
- package/api/types/DynamicVariablesConfigWorkflowOverrideOutputDynamicVariablePlaceholdersValue.js +3 -0
- package/api/types/ExtendedSubscriptionResponseModelMaxCreditLimitExtension.d.ts +4 -0
- package/api/types/ExtendedSubscriptionResponseModelMaxCreditLimitExtension.js +3 -0
- package/api/types/GetAgentTopicsResponseModel.d.ts +6 -0
- package/api/types/GetAgentTopicsResponseModel.js +3 -0
- package/api/types/GetResponseUnitTestResponseModelDynamicVariablesValue.d.ts +2 -1
- package/api/types/GetScheduleParams.d.ts +1 -0
- package/api/types/GetSecretDependenciesResponseModel.d.ts +6 -0
- package/api/types/GetSecretDependenciesResponseModel.js +3 -0
- package/api/types/GetSecretDependenciesResponseModelDependencies.d.ts +2 -0
- package/api/types/GetSecretDependenciesResponseModelDependencies.js +3 -0
- package/api/types/GetSecretDependenciesResponseModelDependenciesOneItem.d.ts +10 -0
- package/api/types/GetSecretDependenciesResponseModelDependenciesOneItem.js +3 -0
- package/api/types/GetSecretDependenciesResponseModelDependenciesZeroItem.d.ts +10 -0
- package/api/types/GetSecretDependenciesResponseModelDependenciesZeroItem.js +3 -0
- package/api/types/GetSimulationTestResponseModelDynamicVariablesValue.d.ts +2 -1
- package/api/types/GetToolCallUnitTestResponseModelDynamicVariablesValue.d.ts +2 -1
- package/api/types/GetToolExecutionsPageResponseModel.d.ts +6 -0
- package/api/types/GetToolExecutionsPageResponseModel.js +3 -0
- package/api/types/GetWorkspaceSecretsResponseModel.d.ts +0 -2
- package/api/types/KnowledgeBaseContentSearchResponseModel.d.ts +5 -0
- package/api/types/KnowledgeBaseContentSearchResponseModel.js +3 -0
- package/api/types/KnowledgeBaseContentSearchResult.d.ts +6 -0
- package/api/types/KnowledgeBaseContentSearchResult.js +3 -0
- package/api/types/KnowledgeBaseContentSearchResultDocument.d.ts +16 -0
- package/api/types/KnowledgeBaseContentSearchResultDocument.js +3 -0
- package/api/types/ListLocationsParams.d.ts +3 -0
- package/api/types/ListLocationsParams.js +3 -0
- package/api/types/Llm.d.ts +3 -0
- package/api/types/Llm.js +3 -0
- package/api/types/LlmReasoningEffort.d.ts +1 -0
- package/api/types/LlmReasoningEffort.js +1 -0
- package/api/types/McpServerConfigInput.d.ts +1 -1
- package/api/types/McpServerConfigOutput.d.ts +1 -1
- package/api/types/{McpToolConfigOverride.d.ts → McpToolConfigOverrideInput.d.ts} +4 -2
- package/api/types/McpToolConfigOverrideInput.js +3 -0
- package/api/types/{McpToolConfigOverrideInputOverridesValue.d.ts → McpToolConfigOverrideInputInputOverridesValue.d.ts} +2 -2
- package/api/types/McpToolConfigOverrideInputInputOverridesValue.js +3 -0
- package/api/types/McpToolConfigOverrideOutput.d.ts +21 -0
- package/api/types/McpToolConfigOverrideOutput.js +3 -0
- package/api/types/McpToolConfigOverrideOutputInputOverridesValue.d.ts +13 -0
- package/api/types/McpToolConfigOverrideOutputInputOverridesValue.js +3 -0
- package/api/types/ModelRatesResponseModel.d.ts +2 -0
- package/api/types/PermissionType.d.ts +1 -0
- package/api/types/PermissionType.js +1 -0
- package/api/types/PhoneNumberTransfer.d.ts +3 -3
- package/api/types/PreviewAudioDbModel.d.ts +2 -2
- package/api/types/ProcedureCompilerMode.d.ts +1 -0
- package/api/types/ProcedureCompilerMode.js +1 -0
- package/api/types/ProjectExtendedResponse.d.ts +1 -1
- package/api/types/PromptEvaluationCriteria.d.ts +2 -0
- package/api/types/QualityPresetType.d.ts +7 -0
- package/api/types/{ProjectExtendedResponseModelQualityPreset.js → QualityPresetType.js} +2 -4
- package/api/types/ResponseUnitTestModelDynamicVariablesValue.d.ts +2 -1
- package/api/types/SearchHighlightSegment.d.ts +4 -0
- package/api/types/SearchHighlightSegment.js +3 -0
- package/api/types/SeatType.d.ts +1 -5
- package/api/types/SeatType.js +1 -5
- package/api/types/SecretDependencyResourceType.d.ts +6 -0
- package/api/types/SecretDependencyResourceType.js +9 -0
- package/api/types/SimulationTestModelDynamicVariablesValue.d.ts +2 -1
- package/api/types/SpeechHistoryItemResponse.d.ts +0 -2
- package/api/types/Subscription.d.ts +4 -2
- package/api/types/SubscriptionResponse.d.ts +4 -2
- package/api/types/SubscriptionResponseModelMaxCreditLimitExtension.d.ts +4 -0
- package/api/types/SubscriptionResponseModelMaxCreditLimitExtension.js +3 -0
- package/api/types/TestSharingMode.d.ts +5 -0
- package/api/types/TestSharingMode.js +8 -0
- package/api/types/ToolCallUnitTestModelDynamicVariablesValue.d.ts +2 -1
- package/api/types/ToolExecutionResponseModel.d.ts +29 -0
- package/api/types/ToolExecutionResponseModel.js +3 -0
- package/api/types/ToolExecutionResponseModelToolCallDetails.d.ts +16 -0
- package/api/types/ToolExecutionResponseModelToolCallDetails.js +3 -0
- package/api/types/TurnConfig.d.ts +2 -0
- package/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/api/types/UpdateLocationParams.d.ts +3 -0
- package/api/types/UpdateLocationParams.js +3 -0
- package/api/types/UpdateResponseUnitTestRequestDynamicVariablesValue.d.ts +2 -1
- package/api/types/UpdateSimulationTestRequestDynamicVariablesValue.d.ts +2 -1
- package/api/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.d.ts +2 -1
- package/api/types/VideoAnalysisResult.d.ts +0 -1
- package/api/types/WebhookToolConfigInput.d.ts +1 -1
- package/api/types/WebhookToolConfigOutput.d.ts +1 -1
- package/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +4 -4
- package/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +4 -4
- package/api/types/WorkspaceAnalyticsQueryResponseModel.d.ts +7 -0
- package/api/types/WorkspaceAnalyticsQueryResponseModel.js +3 -0
- package/api/types/WorkspaceAnalyticsQueryResponseModelColumnTypesItem.d.ts +10 -0
- package/api/types/WorkspaceAnalyticsQueryResponseModelColumnTypesItem.js +13 -0
- package/api/types/WorkspaceAnalyticsQueryResponseModelRowsItemItem.d.ts +1 -0
- package/api/types/WorkspaceAnalyticsQueryResponseModelRowsItemItem.js +3 -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/WorkspaceGroupResponseModelGroupPvcLimit.d.ts +1 -0
- package/api/types/WorkspaceGroupResponseModelGroupPvcLimit.js +3 -0
- package/api/types/index.d.ts +54 -11
- package/api/types/index.js +54 -11
- package/dist/BaseClient.js +2 -2
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/Client.js +1 -1
- package/dist/api/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +3 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/conversations/client/Client.js +14 -1
- package/dist/api/resources/conversationalAi/resources/conversations/client/requests/ConversationsListRequest.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/index.js +2 -1
- package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/client/Client.d.ts +26 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/client/Client.js +115 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/client/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/conversations/resources/topics/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.d.ts +17 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/Client.js +78 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseSearchRequest.d.ts +19 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseSearchRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.d.ts +2 -2
- package/dist/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.js +3 -2
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.js +1 -1
- 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/secrets/client/Client.d.ts +33 -0
- package/dist/api/resources/conversationalAi/resources/secrets/client/Client.js +132 -1
- package/dist/api/resources/conversationalAi/resources/secrets/client/requests/SecretsGetDependenciesRequest.d.ts +13 -0
- package/dist/api/resources/conversationalAi/resources/secrets/client/requests/SecretsGetDependenciesRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/secrets/client/requests/SecretsListRequest.d.ts +6 -0
- package/dist/api/resources/conversationalAi/resources/secrets/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tests/client/Client.d.ts +2 -1
- package/dist/api/resources/conversationalAi/resources/tests/client/Client.js +8 -2
- package/dist/api/resources/conversationalAi/resources/tests/client/requests/TestsListRequest.d.ts +4 -1
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.d.ts +3 -0
- package/dist/api/resources/conversationalAi/resources/tools/client/Client.js +5 -0
- package/dist/api/resources/conversationalAi/resources/tools/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tools/index.js +1 -0
- package/dist/api/resources/conversationalAi/resources/tools/resources/executions/client/Client.d.ts +35 -0
- package/dist/api/resources/conversationalAi/resources/tools/resources/executions/client/Client.js +147 -0
- package/dist/api/resources/conversationalAi/resources/tools/resources/executions/client/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tools/resources/executions/client/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/tools/resources/executions/client/requests/ExecutionsGetRequest.d.ts +28 -0
- package/dist/api/resources/conversationalAi/resources/tools/resources/executions/client/requests/ExecutionsGetRequest.js +3 -0
- package/dist/api/resources/conversationalAi/resources/tools/resources/executions/client/requests/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tools/resources/executions/client/requests/index.js +2 -0
- package/dist/api/resources/conversationalAi/resources/tools/resources/executions/index.d.ts +1 -0
- package/dist/api/resources/conversationalAi/resources/tools/resources/executions/index.js +17 -0
- package/dist/api/resources/conversationalAi/resources/tools/resources/index.d.ts +2 -0
- package/dist/api/resources/conversationalAi/resources/tools/resources/index.js +41 -0
- package/dist/api/resources/conversationalAi/resources/twilio/client/Client.d.ts +1 -1
- package/dist/api/resources/conversationalAi/resources/twilio/client/Client.js +2 -1
- package/dist/api/resources/music/client/Client.d.ts +1 -1
- package/dist/api/resources/music/client/Client.js +1 -1
- package/dist/api/resources/speechToText/client/Client.js +3 -0
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +6 -4
- package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestEntityDetection.d.ts +1 -1
- package/dist/api/resources/speechToText/types/SpeechToTextConvertRequestEntityRedaction.d.ts +1 -1
- package/dist/api/resources/studio/client/Client.d.ts +0 -1
- package/dist/api/resources/studio/client/Client.js +0 -1
- package/dist/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +1 -2
- package/dist/api/resources/studio/resources/projects/client/Client.js +1 -3
- package/dist/api/resources/studio/resources/projects/client/requests/BodyCreateStudioProjectV1StudioProjectsPost.d.ts +1 -1
- package/dist/api/resources/studio/resources/projects/types/index.d.ts +0 -1
- package/dist/api/resources/studio/resources/projects/types/index.js +0 -1
- package/dist/api/resources/studio/types/index.d.ts +0 -1
- package/dist/api/resources/studio/types/index.js +0 -1
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts +1 -1
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +1 -3
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +1 -3
- package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueStreamWithTimestamps.d.ts +1 -1
- package/dist/api/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +0 -2
- package/dist/api/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +0 -2
- package/dist/api/resources/usage/client/Client.d.ts +1 -1
- package/dist/api/resources/usage/client/Client.js +1 -1
- package/dist/api/resources/voices/client/requests/VoicesSearchRequest.d.ts +1 -1
- package/dist/api/resources/workspace/client/Client.d.ts +3 -0
- package/dist/api/resources/workspace/client/Client.js +5 -0
- package/dist/api/resources/workspace/resources/index.d.ts +3 -0
- package/dist/api/resources/workspace/resources/index.js +4 -1
- package/dist/api/resources/workspace/resources/usage/client/Client.d.ts +29 -0
- package/dist/api/resources/workspace/resources/usage/client/Client.js +121 -0
- package/dist/api/resources/workspace/resources/usage/client/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/usage/client/index.js +17 -0
- package/dist/api/resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.d.ts +15 -0
- package/dist/api/resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.js +3 -0
- package/dist/api/resources/workspace/resources/usage/client/requests/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/usage/client/requests/index.js +2 -0
- package/dist/api/resources/workspace/resources/usage/index.d.ts +2 -0
- package/dist/api/resources/workspace/resources/usage/index.js +18 -0
- package/dist/api/resources/workspace/resources/usage/types/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePostGroupByItem.d.ts +18 -0
- package/dist/api/resources/workspace/resources/usage/types/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePostGroupByItem.js +21 -0
- package/dist/api/resources/workspace/resources/usage/types/index.d.ts +1 -0
- package/dist/api/resources/workspace/resources/usage/types/index.js +17 -0
- package/dist/api/types/AgentBranchSummary.d.ts +2 -0
- package/dist/api/types/AgentConfig.d.ts +1 -1
- package/dist/api/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +1 -1
- package/dist/api/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +1 -1
- package/dist/api/types/AgentPlatformSettingsRequestModel.d.ts +3 -1
- package/dist/api/types/AgentPlatformSettingsResponseModel.d.ts +3 -1
- package/dist/api/types/AgentTopicResponseModel.d.ts +6 -0
- package/dist/api/types/AgentTopicResponseModel.js +3 -0
- package/dist/api/types/AgentVersionParents.d.ts +1 -0
- package/dist/api/types/AnalysisProperty.d.ts +22 -0
- package/dist/api/types/AnalysisProperty.js +3 -0
- package/dist/api/types/AnalysisPropertyConstantValue.d.ts +4 -0
- package/dist/api/types/AnalysisPropertyConstantValue.js +3 -0
- package/dist/api/types/AnalysisPropertyType.d.ts +7 -0
- package/dist/api/types/AnalysisPropertyType.js +10 -0
- package/dist/api/types/ApiIntegrationWebhookToolConfigInput.d.ts +1 -1
- package/dist/api/types/ApiIntegrationWebhookToolConfigOutput.d.ts +1 -1
- package/dist/api/types/ArrayJsonSchemaPropertyInput.d.ts +6 -1
- package/dist/api/types/ArrayJsonSchemaPropertyInputConstantValueItem.d.ts +1 -0
- package/dist/api/types/ArrayJsonSchemaPropertyInputConstantValueItem.js +3 -0
- package/dist/api/types/ArrayJsonSchemaPropertyInputItems.d.ts +3 -0
- package/dist/api/types/ArrayJsonSchemaPropertyOutput.d.ts +6 -1
- package/dist/api/types/ArrayJsonSchemaPropertyOutputConstantValueItem.d.ts +1 -0
- package/dist/api/types/ArrayJsonSchemaPropertyOutputConstantValueItem.js +3 -0
- package/dist/api/types/ArrayJsonSchemaPropertyOutputItems.d.ts +3 -0
- package/dist/api/types/AstNodeInput.d.ts +4 -1
- package/dist/api/types/AstNodeOutput.d.ts +4 -1
- package/dist/api/types/AstNullNodeInput.d.ts +1 -0
- package/dist/api/types/AstNullNodeInput.js +3 -0
- package/dist/api/types/AstNullNodeOutput.d.ts +1 -0
- package/dist/api/types/AstNullNodeOutput.js +3 -0
- package/dist/api/types/AsyncConversationMetadata.d.ts +1 -0
- package/dist/api/types/AudioAnalysisResult.d.ts +0 -1
- package/dist/api/types/ChatSourceMedium.d.ts +0 -1
- package/dist/api/types/ChatSourceMedium.js +0 -1
- package/dist/api/types/ClientToolConfigInput.d.ts +1 -1
- package/dist/api/types/ClientToolConfigOutput.d.ts +1 -1
- package/dist/api/types/ColumnFilter.d.ts +6 -0
- package/dist/api/types/ColumnFilter.js +3 -0
- package/dist/api/types/ColumnFilterOperation.d.ts +11 -0
- package/dist/api/types/ColumnFilterOperation.js +14 -0
- package/dist/api/types/ColumnFilterValuesItem.d.ts +1 -0
- package/dist/api/types/ColumnFilterValuesItem.js +3 -0
- package/dist/api/types/ColumnUnit.d.ts +13 -0
- package/dist/api/types/ColumnUnit.js +16 -0
- package/dist/api/types/ConvAiStoredSecretDependencies.d.ts +8 -1
- package/dist/api/types/ConvAiStoredSecretDependenciesMcpServersItem.d.ts +10 -0
- package/dist/api/types/ConvAiStoredSecretDependenciesMcpServersItem.js +3 -0
- package/dist/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelInput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelOutput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelInput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
- package/dist/api/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
- package/dist/api/types/ConversationInitiationClientDataConfigInput.d.ts +2 -0
- package/dist/api/types/ConversationInitiationClientDataConfigOutput.d.ts +2 -0
- package/dist/api/types/ConversationInitiationClientDataInternal.d.ts +2 -0
- package/dist/api/types/ConversationInitiationClientDataInternalDynamicVariablesValue.d.ts +2 -1
- package/dist/api/types/ConversationInitiationClientDataRequestInput.d.ts +2 -0
- package/dist/api/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.d.ts +2 -1
- package/dist/api/types/ConversationInitiationClientDataRequestOutput.d.ts +2 -0
- package/dist/api/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.d.ts +2 -1
- package/dist/api/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +2 -1
- package/dist/api/types/CreateLocationParams.d.ts +3 -0
- package/dist/api/types/CreateLocationParams.js +3 -0
- package/dist/api/types/CreateResponseUnitTestRequestDynamicVariablesValue.d.ts +2 -1
- package/dist/api/types/CreateSimulationTestRequestDynamicVariablesValue.d.ts +2 -1
- package/dist/api/types/CreateToolCallUnitTestRequestDynamicVariablesValue.d.ts +2 -1
- package/dist/api/types/DeleteLocationParams.d.ts +3 -0
- package/dist/api/types/DeleteLocationParams.js +3 -0
- package/dist/api/types/DependentUnknownAgentIdentifier.d.ts +1 -0
- package/dist/api/types/DirectPublishingReadResponseModelGenreItem.d.ts +2 -2
- package/dist/api/types/DirectPublishingReadResponseModelGenreItem.js +2 -2
- package/dist/api/types/DubbingModel.d.ts +1 -0
- package/dist/api/types/DubbingModel.js +1 -0
- package/dist/api/types/DynamicVariableAssignment.d.ts +2 -0
- package/dist/api/types/DynamicVariableContainerValueTypeInput.d.ts +2 -0
- package/dist/api/types/DynamicVariableContainerValueTypeInput.js +3 -0
- package/dist/api/types/DynamicVariableContainerValueTypeOutput.d.ts +2 -0
- package/dist/api/types/DynamicVariableContainerValueTypeOutput.js +3 -0
- package/dist/api/types/DynamicVariableNestedValueTypeInput.d.ts +2 -0
- package/dist/api/types/DynamicVariableNestedValueTypeInput.js +3 -0
- package/dist/api/types/DynamicVariableNestedValueTypeOutput.d.ts +2 -0
- package/dist/api/types/DynamicVariableNestedValueTypeOutput.js +3 -0
- package/{api/types/DynamicVariablesConfig.d.ts → dist/api/types/DynamicVariablesConfigInput.d.ts} +2 -2
- package/dist/api/types/DynamicVariablesConfigInput.js +3 -0
- package/dist/api/types/DynamicVariablesConfigInputDynamicVariablePlaceholdersValue.d.ts +2 -0
- package/dist/api/types/DynamicVariablesConfigInputDynamicVariablePlaceholdersValue.js +3 -0
- package/{api/types/DynamicVariablesConfigWorkflowOverride.d.ts → dist/api/types/DynamicVariablesConfigOutput.d.ts} +2 -2
- package/dist/api/types/DynamicVariablesConfigOutput.js +3 -0
- package/dist/api/types/DynamicVariablesConfigOutputDynamicVariablePlaceholdersValue.d.ts +2 -0
- package/dist/api/types/DynamicVariablesConfigOutputDynamicVariablePlaceholdersValue.js +3 -0
- package/dist/api/types/DynamicVariablesConfigWorkflowOverrideInput.d.ts +5 -0
- package/dist/api/types/DynamicVariablesConfigWorkflowOverrideInput.js +3 -0
- package/dist/api/types/DynamicVariablesConfigWorkflowOverrideInputDynamicVariablePlaceholdersValue.d.ts +2 -0
- package/dist/api/types/DynamicVariablesConfigWorkflowOverrideInputDynamicVariablePlaceholdersValue.js +3 -0
- package/dist/api/types/DynamicVariablesConfigWorkflowOverrideOutput.d.ts +5 -0
- package/dist/api/types/DynamicVariablesConfigWorkflowOverrideOutput.js +3 -0
- package/dist/api/types/DynamicVariablesConfigWorkflowOverrideOutputDynamicVariablePlaceholdersValue.d.ts +2 -0
- package/dist/api/types/DynamicVariablesConfigWorkflowOverrideOutputDynamicVariablePlaceholdersValue.js +3 -0
- package/dist/api/types/ExtendedSubscriptionResponseModelMaxCreditLimitExtension.d.ts +4 -0
- package/dist/api/types/ExtendedSubscriptionResponseModelMaxCreditLimitExtension.js +3 -0
- package/dist/api/types/GetAgentTopicsResponseModel.d.ts +6 -0
- package/dist/api/types/GetAgentTopicsResponseModel.js +3 -0
- package/dist/api/types/GetResponseUnitTestResponseModelDynamicVariablesValue.d.ts +2 -1
- package/dist/api/types/GetScheduleParams.d.ts +1 -0
- package/dist/api/types/GetSecretDependenciesResponseModel.d.ts +6 -0
- package/dist/api/types/GetSecretDependenciesResponseModel.js +3 -0
- package/dist/api/types/GetSecretDependenciesResponseModelDependencies.d.ts +2 -0
- package/dist/api/types/GetSecretDependenciesResponseModelDependencies.js +3 -0
- package/dist/api/types/GetSecretDependenciesResponseModelDependenciesOneItem.d.ts +10 -0
- package/dist/api/types/GetSecretDependenciesResponseModelDependenciesOneItem.js +3 -0
- package/dist/api/types/GetSecretDependenciesResponseModelDependenciesZeroItem.d.ts +10 -0
- package/dist/api/types/GetSecretDependenciesResponseModelDependenciesZeroItem.js +3 -0
- package/dist/api/types/GetSimulationTestResponseModelDynamicVariablesValue.d.ts +2 -1
- package/dist/api/types/GetToolCallUnitTestResponseModelDynamicVariablesValue.d.ts +2 -1
- package/dist/api/types/GetToolExecutionsPageResponseModel.d.ts +6 -0
- package/dist/api/types/GetToolExecutionsPageResponseModel.js +3 -0
- package/dist/api/types/GetWorkspaceSecretsResponseModel.d.ts +0 -2
- package/dist/api/types/KnowledgeBaseContentSearchResponseModel.d.ts +5 -0
- package/dist/api/types/KnowledgeBaseContentSearchResponseModel.js +3 -0
- package/dist/api/types/KnowledgeBaseContentSearchResult.d.ts +6 -0
- package/dist/api/types/KnowledgeBaseContentSearchResult.js +3 -0
- package/dist/api/types/KnowledgeBaseContentSearchResultDocument.d.ts +16 -0
- package/dist/api/types/KnowledgeBaseContentSearchResultDocument.js +3 -0
- package/dist/api/types/ListLocationsParams.d.ts +3 -0
- package/dist/api/types/ListLocationsParams.js +3 -0
- package/dist/api/types/Llm.d.ts +3 -0
- package/dist/api/types/Llm.js +3 -0
- package/dist/api/types/LlmReasoningEffort.d.ts +1 -0
- package/dist/api/types/LlmReasoningEffort.js +1 -0
- package/dist/api/types/McpServerConfigInput.d.ts +1 -1
- package/dist/api/types/McpServerConfigOutput.d.ts +1 -1
- package/dist/api/types/{McpToolConfigOverride.d.ts → McpToolConfigOverrideInput.d.ts} +4 -2
- package/dist/api/types/McpToolConfigOverrideInput.js +3 -0
- package/dist/api/types/{McpToolConfigOverrideInputOverridesValue.d.ts → McpToolConfigOverrideInputInputOverridesValue.d.ts} +2 -2
- package/dist/api/types/McpToolConfigOverrideInputInputOverridesValue.js +3 -0
- package/dist/api/types/McpToolConfigOverrideOutput.d.ts +21 -0
- package/dist/api/types/McpToolConfigOverrideOutput.js +3 -0
- package/dist/api/types/McpToolConfigOverrideOutputInputOverridesValue.d.ts +13 -0
- package/dist/api/types/McpToolConfigOverrideOutputInputOverridesValue.js +3 -0
- package/dist/api/types/ModelRatesResponseModel.d.ts +2 -0
- package/dist/api/types/PermissionType.d.ts +1 -0
- package/dist/api/types/PermissionType.js +1 -0
- package/dist/api/types/PhoneNumberTransfer.d.ts +3 -3
- package/dist/api/types/PreviewAudioDbModel.d.ts +2 -2
- package/dist/api/types/ProcedureCompilerMode.d.ts +1 -0
- package/dist/api/types/ProcedureCompilerMode.js +1 -0
- package/dist/api/types/ProjectExtendedResponse.d.ts +1 -1
- package/dist/api/types/PromptEvaluationCriteria.d.ts +2 -0
- package/dist/api/types/QualityPresetType.d.ts +7 -0
- package/dist/api/types/{ProjectExtendedResponseModelQualityPreset.js → QualityPresetType.js} +2 -4
- package/dist/api/types/ResponseUnitTestModelDynamicVariablesValue.d.ts +2 -1
- package/dist/api/types/SearchHighlightSegment.d.ts +4 -0
- package/dist/api/types/SearchHighlightSegment.js +3 -0
- package/dist/api/types/SeatType.d.ts +1 -5
- package/dist/api/types/SeatType.js +1 -5
- package/dist/api/types/SecretDependencyResourceType.d.ts +6 -0
- package/dist/api/types/SecretDependencyResourceType.js +9 -0
- package/dist/api/types/SimulationTestModelDynamicVariablesValue.d.ts +2 -1
- package/dist/api/types/SpeechHistoryItemResponse.d.ts +0 -2
- package/dist/api/types/Subscription.d.ts +4 -2
- package/dist/api/types/SubscriptionResponse.d.ts +4 -2
- package/dist/api/types/SubscriptionResponseModelMaxCreditLimitExtension.d.ts +4 -0
- package/dist/api/types/SubscriptionResponseModelMaxCreditLimitExtension.js +3 -0
- package/dist/api/types/TestSharingMode.d.ts +5 -0
- package/dist/api/types/TestSharingMode.js +8 -0
- package/dist/api/types/ToolCallUnitTestModelDynamicVariablesValue.d.ts +2 -1
- package/dist/api/types/ToolExecutionResponseModel.d.ts +29 -0
- package/dist/api/types/ToolExecutionResponseModel.js +3 -0
- package/dist/api/types/ToolExecutionResponseModelToolCallDetails.d.ts +16 -0
- package/dist/api/types/ToolExecutionResponseModelToolCallDetails.js +3 -0
- package/dist/api/types/TurnConfig.d.ts +2 -0
- package/dist/api/types/TurnConfigWorkflowOverride.d.ts +2 -0
- package/dist/api/types/UpdateLocationParams.d.ts +3 -0
- package/dist/api/types/UpdateLocationParams.js +3 -0
- package/dist/api/types/UpdateResponseUnitTestRequestDynamicVariablesValue.d.ts +2 -1
- package/dist/api/types/UpdateSimulationTestRequestDynamicVariablesValue.d.ts +2 -1
- package/dist/api/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.d.ts +2 -1
- package/dist/api/types/VideoAnalysisResult.d.ts +0 -1
- package/dist/api/types/WebhookToolConfigInput.d.ts +1 -1
- package/dist/api/types/WebhookToolConfigOutput.d.ts +1 -1
- package/dist/api/types/WorkflowPhoneNumberNodeModelInput.d.ts +4 -4
- package/dist/api/types/WorkflowPhoneNumberNodeModelOutput.d.ts +4 -4
- package/dist/api/types/WorkspaceAnalyticsQueryResponseModel.d.ts +7 -0
- package/dist/api/types/WorkspaceAnalyticsQueryResponseModel.js +3 -0
- package/dist/api/types/WorkspaceAnalyticsQueryResponseModelColumnTypesItem.d.ts +10 -0
- package/dist/api/types/WorkspaceAnalyticsQueryResponseModelColumnTypesItem.js +13 -0
- package/dist/api/types/WorkspaceAnalyticsQueryResponseModelRowsItemItem.d.ts +1 -0
- package/dist/api/types/WorkspaceAnalyticsQueryResponseModelRowsItemItem.js +3 -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/WorkspaceGroupResponseModelGroupPvcLimit.d.ts +1 -0
- package/dist/api/types/WorkspaceGroupResponseModelGroupPvcLimit.js +3 -0
- package/dist/api/types/index.d.ts +54 -11
- package/dist/api/types/index.js +54 -11
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +1 -0
- package/dist/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.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 +2 -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 +2 -0
- package/dist/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +2 -2
- package/dist/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.js +2 -2
- package/dist/serialization/resources/studio/resources/projects/types/index.d.ts +0 -1
- package/dist/serialization/resources/studio/resources/projects/types/index.js +0 -1
- package/dist/serialization/resources/studio/types/index.d.ts +0 -1
- package/dist/serialization/resources/studio/types/index.js +0 -1
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +0 -2
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.js +0 -2
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +0 -2
- package/dist/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.js +0 -2
- package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +0 -2
- package/dist/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +0 -2
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +0 -2
- package/dist/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +0 -2
- package/dist/serialization/resources/workspace/resources/index.d.ts +3 -0
- package/dist/serialization/resources/workspace/resources/index.js +4 -1
- package/dist/serialization/resources/workspace/resources/usage/client/index.d.ts +1 -0
- package/dist/serialization/resources/workspace/resources/usage/client/index.js +17 -0
- package/dist/serialization/resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.d.ts +15 -0
- package/dist/serialization/resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.js +49 -0
- package/dist/serialization/resources/workspace/resources/usage/client/requests/index.d.ts +1 -0
- package/dist/serialization/resources/workspace/resources/usage/client/requests/index.js +5 -0
- package/dist/serialization/resources/workspace/resources/usage/index.d.ts +2 -0
- package/dist/serialization/resources/workspace/resources/usage/index.js +18 -0
- package/dist/serialization/resources/workspace/resources/usage/types/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePostGroupByItem.d.ts +7 -0
- package/dist/serialization/resources/workspace/resources/usage/types/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePostGroupByItem.js +55 -0
- package/dist/serialization/resources/workspace/resources/usage/types/index.d.ts +1 -0
- package/dist/serialization/resources/workspace/resources/usage/types/index.js +17 -0
- package/dist/serialization/types/AgentBranchSummary.d.ts +1 -0
- package/dist/serialization/types/AgentBranchSummary.js +1 -0
- package/dist/serialization/types/AgentConfig.d.ts +2 -2
- package/dist/serialization/types/AgentConfig.js +2 -2
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -2
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +2 -2
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -2
- package/dist/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +2 -2
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.d.ts +4 -2
- package/dist/serialization/types/AgentPlatformSettingsRequestModel.js +4 -2
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.d.ts +4 -2
- package/dist/serialization/types/AgentPlatformSettingsResponseModel.js +4 -2
- package/dist/serialization/types/AgentTopicResponseModel.d.ts +12 -0
- package/dist/serialization/types/{AssetTranscription.js → AgentTopicResponseModel.js} +6 -6
- package/dist/serialization/types/AgentVersionParents.d.ts +1 -0
- package/dist/serialization/types/AgentVersionParents.js +1 -0
- package/dist/serialization/types/AnalysisProperty.d.ts +18 -0
- package/dist/serialization/types/AnalysisProperty.js +50 -0
- package/dist/serialization/types/AnalysisPropertyConstantValue.d.ts +7 -0
- package/{serialization/types/DynamicVariablesConfigDynamicVariablePlaceholdersValue.js → dist/serialization/types/AnalysisPropertyConstantValue.js} +2 -2
- package/dist/serialization/types/AnalysisPropertyType.d.ts +7 -0
- package/{serialization/types/ProjectExtendedResponseModelQualityPreset.js → dist/serialization/types/AnalysisPropertyType.js} +2 -2
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +2 -2
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigInput.js +2 -2
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +2 -2
- package/dist/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +2 -2
- package/dist/serialization/types/ArrayJsonSchemaPropertyInput.d.ts +4 -1
- package/dist/serialization/types/ArrayJsonSchemaPropertyInput.js +4 -1
- package/dist/serialization/types/ArrayJsonSchemaPropertyInputConstantValueItem.d.ts +7 -0
- package/dist/serialization/types/{DynamicVariablesConfigDynamicVariablePlaceholdersValue.js → ArrayJsonSchemaPropertyInputConstantValueItem.js} +2 -2
- package/dist/serialization/types/ArrayJsonSchemaPropertyOutput.d.ts +4 -1
- package/dist/serialization/types/ArrayJsonSchemaPropertyOutput.js +4 -1
- package/dist/serialization/types/ArrayJsonSchemaPropertyOutputConstantValueItem.d.ts +7 -0
- package/{serialization/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.js → dist/serialization/types/ArrayJsonSchemaPropertyOutputConstantValueItem.js} +2 -2
- package/dist/serialization/types/AstNodeInput.d.ts +5 -1
- package/dist/serialization/types/AstNodeInput.js +2 -0
- package/dist/serialization/types/AstNodeOutput.d.ts +5 -1
- package/dist/serialization/types/AstNodeOutput.js +2 -0
- package/dist/serialization/types/AstNullNodeInput.d.ts +7 -0
- package/dist/serialization/types/{ProjectExtendedResponseModelQualityPreset.js → AstNullNodeInput.js} +2 -2
- package/dist/serialization/types/AstNullNodeOutput.d.ts +7 -0
- package/dist/serialization/{resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.js → types/AstNullNodeOutput.js} +3 -3
- package/dist/serialization/types/AsyncConversationMetadata.d.ts +1 -0
- package/dist/serialization/types/AsyncConversationMetadata.js +1 -0
- package/dist/serialization/types/AudioAnalysisResult.d.ts +0 -2
- package/dist/serialization/types/AudioAnalysisResult.js +0 -2
- package/dist/serialization/types/ChatSourceMedium.d.ts +1 -1
- package/dist/serialization/types/ChatSourceMedium.js +1 -1
- package/dist/serialization/types/ClientToolConfigInput.d.ts +2 -2
- package/dist/serialization/types/ClientToolConfigInput.js +2 -2
- package/dist/serialization/types/ClientToolConfigOutput.d.ts +2 -2
- package/dist/serialization/types/ClientToolConfigOutput.js +2 -2
- package/dist/serialization/types/ColumnFilter.d.ts +13 -0
- package/{serialization/types/AssetTranscription.js → dist/serialization/types/ColumnFilter.js} +7 -6
- package/dist/serialization/types/ColumnFilterOperation.d.ts +7 -0
- package/{serialization/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.js → dist/serialization/types/ColumnFilterOperation.js} +3 -3
- package/dist/serialization/types/ColumnFilterValuesItem.d.ts +7 -0
- package/dist/serialization/types/{DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.js → ColumnFilterValuesItem.js} +3 -2
- package/dist/serialization/types/ColumnUnit.d.ts +7 -0
- package/dist/serialization/types/ColumnUnit.js +39 -0
- package/dist/serialization/types/ConvAiStoredSecretDependencies.d.ts +6 -1
- package/dist/serialization/types/ConvAiStoredSecretDependencies.js +6 -1
- package/dist/serialization/types/ConvAiStoredSecretDependenciesMcpServersItem.d.ts +15 -0
- package/dist/serialization/types/ConvAiStoredSecretDependenciesMcpServersItem.js +49 -0
- package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelInput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelInput.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelOutput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelOutput.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInput.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.js +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
- package/dist/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.js +1 -0
- package/dist/serialization/types/ConversationInitiationClientDataConfigInput.d.ts +1 -0
- package/dist/serialization/types/ConversationInitiationClientDataConfigInput.js +1 -0
- package/dist/serialization/types/ConversationInitiationClientDataConfigOutput.d.ts +1 -0
- package/dist/serialization/types/ConversationInitiationClientDataConfigOutput.js +1 -0
- package/dist/serialization/types/ConversationInitiationClientDataInternal.d.ts +1 -0
- package/dist/serialization/types/ConversationInitiationClientDataInternal.js +1 -0
- package/dist/serialization/types/ConversationInitiationClientDataInternalDynamicVariablesValue.d.ts +2 -1
- package/dist/serialization/types/ConversationInitiationClientDataInternalDynamicVariablesValue.js +2 -0
- package/dist/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +1 -0
- package/dist/serialization/types/ConversationInitiationClientDataRequestInput.js +1 -0
- package/dist/serialization/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.d.ts +2 -1
- package/dist/serialization/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.js +2 -0
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +1 -0
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutput.js +1 -0
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.d.ts +2 -1
- package/dist/serialization/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.js +2 -0
- package/dist/serialization/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +2 -1
- package/dist/serialization/types/ConversationSimulationSpecificationDynamicVariablesValue.js +2 -0
- package/dist/serialization/types/CreateLocationParams.d.ts +9 -0
- package/dist/serialization/types/CreateLocationParams.js +41 -0
- package/dist/serialization/types/CreateResponseUnitTestRequestDynamicVariablesValue.d.ts +2 -1
- package/dist/serialization/types/CreateResponseUnitTestRequestDynamicVariablesValue.js +2 -0
- package/dist/serialization/types/CreateSimulationTestRequestDynamicVariablesValue.d.ts +2 -1
- package/dist/serialization/types/CreateSimulationTestRequestDynamicVariablesValue.js +2 -0
- package/dist/serialization/types/CreateToolCallUnitTestRequestDynamicVariablesValue.d.ts +2 -1
- package/dist/serialization/types/CreateToolCallUnitTestRequestDynamicVariablesValue.js +2 -0
- package/dist/serialization/types/DeleteLocationParams.d.ts +9 -0
- package/dist/serialization/types/DeleteLocationParams.js +41 -0
- package/dist/serialization/types/DependentUnknownAgentIdentifier.d.ts +1 -0
- package/dist/serialization/types/DependentUnknownAgentIdentifier.js +1 -0
- package/dist/serialization/types/DirectPublishingReadResponseModelGenreItem.d.ts +1 -1
- package/dist/serialization/types/DirectPublishingReadResponseModelGenreItem.js +2 -2
- package/dist/serialization/types/DubbingModel.d.ts +1 -1
- package/dist/serialization/types/DubbingModel.js +1 -1
- package/dist/serialization/types/DynamicVariableAssignment.d.ts +1 -0
- package/dist/serialization/types/DynamicVariableAssignment.js +1 -0
- package/dist/serialization/types/DynamicVariableContainerValueTypeInput.d.ts +7 -0
- package/dist/serialization/types/DynamicVariableContainerValueTypeInput.js +40 -0
- package/dist/serialization/types/DynamicVariableContainerValueTypeOutput.d.ts +7 -0
- package/dist/serialization/types/DynamicVariableContainerValueTypeOutput.js +40 -0
- package/dist/serialization/types/DynamicVariableNestedValueTypeInput.d.ts +7 -0
- package/dist/serialization/types/DynamicVariableNestedValueTypeInput.js +46 -0
- package/dist/serialization/types/DynamicVariableNestedValueTypeOutput.d.ts +7 -0
- package/dist/serialization/types/DynamicVariableNestedValueTypeOutput.js +46 -0
- package/dist/serialization/types/DynamicVariablesConfigInput.d.ts +10 -0
- package/dist/serialization/types/{DynamicVariablesConfig.js → DynamicVariablesConfigInput.js} +4 -4
- package/dist/serialization/types/DynamicVariablesConfigInputDynamicVariablePlaceholdersValue.d.ts +8 -0
- package/dist/serialization/types/DynamicVariablesConfigInputDynamicVariablePlaceholdersValue.js +46 -0
- package/dist/serialization/types/DynamicVariablesConfigOutput.d.ts +10 -0
- package/dist/serialization/types/{DynamicVariablesConfigWorkflowOverride.js → DynamicVariablesConfigOutput.js} +4 -4
- package/dist/serialization/types/DynamicVariablesConfigOutputDynamicVariablePlaceholdersValue.d.ts +8 -0
- package/dist/serialization/types/DynamicVariablesConfigOutputDynamicVariablePlaceholdersValue.js +46 -0
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideInput.d.ts +10 -0
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideInput.js +44 -0
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideInputDynamicVariablePlaceholdersValue.d.ts +8 -0
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideInputDynamicVariablePlaceholdersValue.js +46 -0
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideOutput.d.ts +10 -0
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideOutput.js +44 -0
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideOutputDynamicVariablePlaceholdersValue.d.ts +8 -0
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideOutputDynamicVariablePlaceholdersValue.js +46 -0
- package/dist/serialization/types/ExtendedSubscriptionResponseModelMaxCreditLimitExtension.d.ts +7 -0
- package/dist/serialization/types/ExtendedSubscriptionResponseModelMaxCreditLimitExtension.js +42 -0
- package/dist/serialization/types/GetAgentTopicsResponseModel.d.ts +12 -0
- package/dist/serialization/types/GetAgentTopicsResponseModel.js +44 -0
- package/dist/serialization/types/GetResponseUnitTestResponseModelDynamicVariablesValue.d.ts +2 -1
- package/dist/serialization/types/GetResponseUnitTestResponseModelDynamicVariablesValue.js +2 -0
- package/dist/serialization/types/GetScheduleParams.d.ts +1 -0
- package/dist/serialization/types/GetScheduleParams.js +1 -0
- package/dist/serialization/types/GetSecretDependenciesResponseModel.d.ts +11 -0
- package/dist/serialization/types/GetSecretDependenciesResponseModel.js +43 -0
- package/dist/serialization/types/GetSecretDependenciesResponseModelDependencies.d.ts +10 -0
- package/dist/serialization/types/GetSecretDependenciesResponseModelDependencies.js +46 -0
- package/dist/serialization/types/GetSecretDependenciesResponseModelDependenciesOneItem.d.ts +15 -0
- package/dist/serialization/types/GetSecretDependenciesResponseModelDependenciesOneItem.js +49 -0
- package/dist/serialization/types/GetSecretDependenciesResponseModelDependenciesZeroItem.d.ts +15 -0
- package/dist/serialization/types/GetSecretDependenciesResponseModelDependenciesZeroItem.js +49 -0
- package/dist/serialization/types/GetSimulationTestResponseModelDynamicVariablesValue.d.ts +2 -1
- package/dist/serialization/types/GetSimulationTestResponseModelDynamicVariablesValue.js +2 -0
- package/dist/serialization/types/GetToolCallUnitTestResponseModelDynamicVariablesValue.d.ts +2 -1
- package/dist/serialization/types/GetToolCallUnitTestResponseModelDynamicVariablesValue.js +2 -0
- package/dist/serialization/types/GetToolExecutionsPageResponseModel.d.ts +12 -0
- package/dist/serialization/types/{AvatarContextRequestModel.js → GetToolExecutionsPageResponseModel.js} +6 -6
- package/dist/serialization/types/GetWorkspaceSecretsResponseModel.d.ts +0 -1
- package/dist/serialization/types/GetWorkspaceSecretsResponseModel.js +0 -1
- package/dist/serialization/types/KnowledgeBaseContentSearchResponseModel.d.ts +11 -0
- package/dist/serialization/types/{AssetTranscriptionWord.js → KnowledgeBaseContentSearchResponseModel.js} +5 -6
- package/dist/serialization/types/KnowledgeBaseContentSearchResult.d.ts +13 -0
- package/dist/serialization/types/{AvatarContextResponseModel.js → KnowledgeBaseContentSearchResult.js} +7 -6
- package/dist/serialization/types/KnowledgeBaseContentSearchResultDocument.d.ts +23 -0
- package/dist/serialization/types/KnowledgeBaseContentSearchResultDocument.js +53 -0
- package/dist/serialization/types/ListLocationsParams.d.ts +9 -0
- package/dist/serialization/{resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.js → types/ListLocationsParams.js} +5 -3
- package/dist/serialization/types/Llm.d.ts +1 -1
- package/dist/serialization/types/Llm.js +3 -0
- package/dist/serialization/types/LlmReasoningEffort.d.ts +1 -1
- package/dist/serialization/types/LlmReasoningEffort.js +1 -1
- package/dist/serialization/types/McpServerConfigInput.d.ts +2 -2
- package/dist/serialization/types/McpServerConfigInput.js +2 -2
- package/dist/serialization/types/McpServerConfigOutput.d.ts +2 -2
- package/dist/serialization/types/McpServerConfigOutput.js +2 -2
- package/dist/serialization/types/{McpToolConfigOverride.d.ts → McpToolConfigOverrideInput.d.ts} +6 -4
- package/{serialization/types/McpToolConfigOverride.js → dist/serialization/types/McpToolConfigOverrideInput.js} +6 -4
- package/{serialization/types/McpToolConfigOverrideInputOverridesValue.d.ts → dist/serialization/types/McpToolConfigOverrideInputInputOverridesValue.d.ts} +3 -3
- package/dist/serialization/types/{McpToolConfigOverrideInputOverridesValue.js → McpToolConfigOverrideInputInputOverridesValue.js} +2 -2
- package/dist/serialization/types/McpToolConfigOverrideOutput.d.ts +23 -0
- package/dist/serialization/types/McpToolConfigOverrideOutput.js +57 -0
- package/dist/serialization/types/McpToolConfigOverrideOutputInputOverridesValue.d.ts +19 -0
- package/{serialization/types/AvatarContextResponseModel.js → dist/serialization/types/McpToolConfigOverrideOutputInputOverridesValue.js} +13 -6
- package/dist/serialization/types/ModelRatesResponseModel.d.ts +1 -0
- package/dist/serialization/types/ModelRatesResponseModel.js +1 -0
- package/dist/serialization/types/PermissionType.d.ts +1 -1
- package/dist/serialization/types/PermissionType.js +1 -0
- package/dist/serialization/types/PhoneNumberTransfer.d.ts +3 -3
- package/dist/serialization/types/PhoneNumberTransfer.js +3 -3
- package/dist/serialization/types/PreviewAudioDbModel.d.ts +2 -2
- package/dist/serialization/types/PreviewAudioDbModel.js +2 -2
- package/dist/serialization/types/ProcedureCompilerMode.d.ts +1 -1
- package/dist/serialization/types/ProcedureCompilerMode.js +1 -1
- package/dist/serialization/types/ProjectExtendedResponse.d.ts +2 -2
- package/dist/serialization/types/ProjectExtendedResponse.js +2 -2
- package/dist/serialization/types/PromptEvaluationCriteria.d.ts +2 -0
- package/dist/serialization/types/PromptEvaluationCriteria.js +2 -0
- package/dist/serialization/types/QualityPresetType.d.ts +7 -0
- package/dist/serialization/types/QualityPresetType.js +39 -0
- package/dist/serialization/types/ResponseUnitTestModelDynamicVariablesValue.d.ts +2 -1
- package/dist/serialization/types/ResponseUnitTestModelDynamicVariablesValue.js +2 -0
- package/dist/serialization/types/SearchHighlightSegment.d.ts +10 -0
- package/dist/serialization/types/SearchHighlightSegment.js +42 -0
- package/dist/serialization/types/SecretDependencyResourceType.d.ts +7 -0
- package/dist/serialization/types/SecretDependencyResourceType.js +39 -0
- package/dist/serialization/types/SimulationTestModelDynamicVariablesValue.d.ts +2 -1
- package/dist/serialization/types/SimulationTestModelDynamicVariablesValue.js +2 -0
- package/dist/serialization/types/SpeechHistoryItemResponse.d.ts +0 -2
- package/dist/serialization/types/SpeechHistoryItemResponse.js +0 -2
- package/dist/serialization/types/Subscription.d.ts +2 -0
- package/dist/serialization/types/Subscription.js +2 -0
- package/dist/serialization/types/SubscriptionResponse.d.ts +2 -0
- package/dist/serialization/types/SubscriptionResponse.js +2 -0
- package/dist/serialization/types/SubscriptionResponseModelMaxCreditLimitExtension.d.ts +7 -0
- package/dist/serialization/types/SubscriptionResponseModelMaxCreditLimitExtension.js +42 -0
- package/dist/serialization/types/TestSharingMode.d.ts +7 -0
- package/dist/serialization/types/TestSharingMode.js +39 -0
- package/dist/serialization/types/ToolCallUnitTestModelDynamicVariablesValue.d.ts +2 -1
- package/dist/serialization/types/ToolCallUnitTestModelDynamicVariablesValue.js +2 -0
- package/dist/serialization/types/ToolExecutionResponseModel.d.ts +23 -0
- package/dist/serialization/types/ToolExecutionResponseModel.js +55 -0
- package/dist/serialization/types/ToolExecutionResponseModelToolCallDetails.d.ts +23 -0
- package/dist/serialization/types/ToolExecutionResponseModelToolCallDetails.js +53 -0
- package/dist/serialization/types/TurnConfig.d.ts +1 -0
- package/dist/serialization/types/TurnConfig.js +1 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.d.ts +1 -0
- package/dist/serialization/types/TurnConfigWorkflowOverride.js +1 -0
- package/dist/serialization/types/UpdateLocationParams.d.ts +9 -0
- package/dist/serialization/types/UpdateLocationParams.js +41 -0
- package/dist/serialization/types/UpdateResponseUnitTestRequestDynamicVariablesValue.d.ts +2 -1
- package/dist/serialization/types/UpdateResponseUnitTestRequestDynamicVariablesValue.js +2 -0
- package/dist/serialization/types/UpdateSimulationTestRequestDynamicVariablesValue.d.ts +2 -1
- package/dist/serialization/types/UpdateSimulationTestRequestDynamicVariablesValue.js +2 -0
- package/dist/serialization/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.d.ts +2 -1
- package/dist/serialization/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.js +2 -0
- package/dist/serialization/types/VideoAnalysisResult.d.ts +0 -2
- package/dist/serialization/types/VideoAnalysisResult.js +0 -2
- package/dist/serialization/types/WebhookToolConfigInput.d.ts +2 -2
- package/dist/serialization/types/WebhookToolConfigInput.js +2 -2
- package/dist/serialization/types/WebhookToolConfigOutput.d.ts +2 -2
- package/dist/serialization/types/WebhookToolConfigOutput.js +2 -2
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -2
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelInput.js +2 -2
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -2
- package/dist/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +2 -2
- package/dist/serialization/types/WorkspaceAnalyticsQueryResponseModel.d.ts +15 -0
- package/dist/serialization/types/WorkspaceAnalyticsQueryResponseModel.js +47 -0
- package/dist/serialization/types/WorkspaceAnalyticsQueryResponseModelColumnTypesItem.d.ts +7 -0
- package/dist/serialization/types/WorkspaceAnalyticsQueryResponseModelColumnTypesItem.js +39 -0
- package/dist/serialization/types/WorkspaceAnalyticsQueryResponseModelRowsItemItem.d.ts +7 -0
- package/dist/serialization/types/WorkspaceAnalyticsQueryResponseModelRowsItemItem.js +45 -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 +2 -0
- package/dist/serialization/types/WorkspaceGroupResponseModel.js +2 -0
- package/dist/serialization/types/WorkspaceGroupResponseModelGroupPvcLimit.d.ts +7 -0
- package/dist/serialization/types/WorkspaceGroupResponseModelGroupPvcLimit.js +42 -0
- package/dist/serialization/types/index.d.ts +54 -11
- package/dist/serialization/types/index.js +54 -11
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +434 -9
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.d.ts +1 -0
- package/serialization/resources/conversationalAi/resources/agents/resources/branches/client/requests/BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost.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 +2 -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 +2 -0
- package/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +2 -2
- package/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.js +2 -2
- package/serialization/resources/studio/resources/projects/types/index.d.ts +0 -1
- package/serialization/resources/studio/resources/projects/types/index.js +0 -1
- package/serialization/resources/studio/types/index.d.ts +0 -1
- package/serialization/resources/studio/types/index.js +0 -1
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.d.ts +0 -2
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost.js +0 -2
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.d.ts +0 -2
- package/serialization/resources/textToDialogue/client/requests/BodyTextToDialogueMultiVoiceV1TextToDialoguePost.js +0 -2
- package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.d.ts +0 -2
- package/serialization/resources/textToSpeech/client/requests/BodyTextToSpeechFull.js +0 -2
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.d.ts +0 -2
- package/serialization/resources/textToSpeech/client/requests/StreamTextToSpeechRequest.js +0 -2
- package/serialization/resources/workspace/resources/index.d.ts +3 -0
- package/serialization/resources/workspace/resources/index.js +4 -1
- package/serialization/resources/workspace/resources/usage/client/index.d.ts +1 -0
- package/serialization/resources/workspace/resources/usage/client/index.js +17 -0
- package/serialization/resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.d.ts +15 -0
- package/serialization/resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.js +49 -0
- package/serialization/resources/workspace/resources/usage/client/requests/index.d.ts +1 -0
- package/serialization/resources/workspace/resources/usage/client/requests/index.js +5 -0
- package/serialization/resources/workspace/resources/usage/index.d.ts +2 -0
- package/serialization/resources/workspace/resources/usage/index.js +18 -0
- package/serialization/resources/workspace/resources/usage/types/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePostGroupByItem.d.ts +7 -0
- package/serialization/resources/workspace/resources/usage/types/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePostGroupByItem.js +55 -0
- package/serialization/resources/workspace/resources/usage/types/index.d.ts +1 -0
- package/serialization/resources/workspace/resources/usage/types/index.js +17 -0
- package/serialization/types/AgentBranchSummary.d.ts +1 -0
- package/serialization/types/AgentBranchSummary.js +1 -0
- package/serialization/types/AgentConfig.d.ts +2 -2
- package/serialization/types/AgentConfig.js +2 -2
- package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.d.ts +2 -2
- package/serialization/types/AgentConfigApiModelWorkflowOverrideInput.js +2 -2
- package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.d.ts +2 -2
- package/serialization/types/AgentConfigApiModelWorkflowOverrideOutput.js +2 -2
- package/serialization/types/AgentPlatformSettingsRequestModel.d.ts +4 -2
- package/serialization/types/AgentPlatformSettingsRequestModel.js +4 -2
- package/serialization/types/AgentPlatformSettingsResponseModel.d.ts +4 -2
- package/serialization/types/AgentPlatformSettingsResponseModel.js +4 -2
- package/serialization/types/AgentTopicResponseModel.d.ts +12 -0
- package/serialization/types/AgentTopicResponseModel.js +44 -0
- package/serialization/types/AgentVersionParents.d.ts +1 -0
- package/serialization/types/AgentVersionParents.js +1 -0
- package/serialization/types/AnalysisProperty.d.ts +18 -0
- package/serialization/types/AnalysisProperty.js +50 -0
- package/serialization/types/AnalysisPropertyConstantValue.d.ts +7 -0
- package/serialization/types/AnalysisPropertyConstantValue.js +44 -0
- package/serialization/types/AnalysisPropertyType.d.ts +7 -0
- package/serialization/types/AnalysisPropertyType.js +39 -0
- package/serialization/types/ApiIntegrationWebhookToolConfigInput.d.ts +2 -2
- package/serialization/types/ApiIntegrationWebhookToolConfigInput.js +2 -2
- package/serialization/types/ApiIntegrationWebhookToolConfigOutput.d.ts +2 -2
- package/serialization/types/ApiIntegrationWebhookToolConfigOutput.js +2 -2
- package/serialization/types/ArrayJsonSchemaPropertyInput.d.ts +4 -1
- package/serialization/types/ArrayJsonSchemaPropertyInput.js +4 -1
- package/serialization/types/ArrayJsonSchemaPropertyInputConstantValueItem.d.ts +7 -0
- package/serialization/types/ArrayJsonSchemaPropertyInputConstantValueItem.js +44 -0
- package/serialization/types/ArrayJsonSchemaPropertyOutput.d.ts +4 -1
- package/serialization/types/ArrayJsonSchemaPropertyOutput.js +4 -1
- package/serialization/types/ArrayJsonSchemaPropertyOutputConstantValueItem.d.ts +7 -0
- package/serialization/types/ArrayJsonSchemaPropertyOutputConstantValueItem.js +44 -0
- package/serialization/types/AstNodeInput.d.ts +5 -1
- package/serialization/types/AstNodeInput.js +2 -0
- package/serialization/types/AstNodeOutput.d.ts +5 -1
- package/serialization/types/AstNodeOutput.js +2 -0
- package/serialization/types/AstNullNodeInput.d.ts +7 -0
- package/serialization/types/AstNullNodeInput.js +39 -0
- package/serialization/types/AstNullNodeOutput.d.ts +7 -0
- package/serialization/types/AstNullNodeOutput.js +39 -0
- package/serialization/types/AsyncConversationMetadata.d.ts +1 -0
- package/serialization/types/AsyncConversationMetadata.js +1 -0
- package/serialization/types/AudioAnalysisResult.d.ts +0 -2
- package/serialization/types/AudioAnalysisResult.js +0 -2
- package/serialization/types/ChatSourceMedium.d.ts +1 -1
- package/serialization/types/ChatSourceMedium.js +1 -1
- package/serialization/types/ClientToolConfigInput.d.ts +2 -2
- package/serialization/types/ClientToolConfigInput.js +2 -2
- package/serialization/types/ClientToolConfigOutput.d.ts +2 -2
- package/serialization/types/ClientToolConfigOutput.js +2 -2
- package/serialization/types/ColumnFilter.d.ts +13 -0
- package/serialization/types/{AssetTranscriptionWord.js → ColumnFilter.js} +7 -6
- package/serialization/types/ColumnFilterOperation.d.ts +7 -0
- package/serialization/types/ColumnFilterOperation.js +39 -0
- package/serialization/types/ColumnFilterValuesItem.d.ts +7 -0
- package/serialization/types/ColumnFilterValuesItem.js +45 -0
- package/serialization/types/ColumnUnit.d.ts +7 -0
- package/serialization/types/ColumnUnit.js +39 -0
- package/serialization/types/ConvAiStoredSecretDependencies.d.ts +6 -1
- package/serialization/types/ConvAiStoredSecretDependencies.js +6 -1
- package/serialization/types/ConvAiStoredSecretDependenciesMcpServersItem.d.ts +15 -0
- package/serialization/types/ConvAiStoredSecretDependenciesMcpServersItem.js +49 -0
- package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelInput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelInput.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelOutput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModelOutput.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptOtherToolsResultCommonModel.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInput.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.js +1 -0
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.d.ts +1 -0
- package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelOutput.js +1 -0
- package/serialization/types/ConversationInitiationClientDataConfigInput.d.ts +1 -0
- package/serialization/types/ConversationInitiationClientDataConfigInput.js +1 -0
- package/serialization/types/ConversationInitiationClientDataConfigOutput.d.ts +1 -0
- package/serialization/types/ConversationInitiationClientDataConfigOutput.js +1 -0
- package/serialization/types/ConversationInitiationClientDataInternal.d.ts +1 -0
- package/serialization/types/ConversationInitiationClientDataInternal.js +1 -0
- package/serialization/types/ConversationInitiationClientDataInternalDynamicVariablesValue.d.ts +2 -1
- package/serialization/types/ConversationInitiationClientDataInternalDynamicVariablesValue.js +2 -0
- package/serialization/types/ConversationInitiationClientDataRequestInput.d.ts +1 -0
- package/serialization/types/ConversationInitiationClientDataRequestInput.js +1 -0
- package/serialization/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.d.ts +2 -1
- package/serialization/types/ConversationInitiationClientDataRequestInputDynamicVariablesValue.js +2 -0
- package/serialization/types/ConversationInitiationClientDataRequestOutput.d.ts +1 -0
- package/serialization/types/ConversationInitiationClientDataRequestOutput.js +1 -0
- package/serialization/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.d.ts +2 -1
- package/serialization/types/ConversationInitiationClientDataRequestOutputDynamicVariablesValue.js +2 -0
- package/serialization/types/ConversationSimulationSpecificationDynamicVariablesValue.d.ts +2 -1
- package/serialization/types/ConversationSimulationSpecificationDynamicVariablesValue.js +2 -0
- package/serialization/types/CreateLocationParams.d.ts +9 -0
- package/serialization/types/CreateLocationParams.js +41 -0
- package/serialization/types/CreateResponseUnitTestRequestDynamicVariablesValue.d.ts +2 -1
- package/serialization/types/CreateResponseUnitTestRequestDynamicVariablesValue.js +2 -0
- package/serialization/types/CreateSimulationTestRequestDynamicVariablesValue.d.ts +2 -1
- package/serialization/types/CreateSimulationTestRequestDynamicVariablesValue.js +2 -0
- package/serialization/types/CreateToolCallUnitTestRequestDynamicVariablesValue.d.ts +2 -1
- package/serialization/types/CreateToolCallUnitTestRequestDynamicVariablesValue.js +2 -0
- package/serialization/types/DeleteLocationParams.d.ts +9 -0
- package/serialization/types/DeleteLocationParams.js +41 -0
- package/serialization/types/DependentUnknownAgentIdentifier.d.ts +1 -0
- package/serialization/types/DependentUnknownAgentIdentifier.js +1 -0
- package/serialization/types/DirectPublishingReadResponseModelGenreItem.d.ts +1 -1
- package/serialization/types/DirectPublishingReadResponseModelGenreItem.js +2 -2
- package/serialization/types/DubbingModel.d.ts +1 -1
- package/serialization/types/DubbingModel.js +1 -1
- package/serialization/types/DynamicVariableAssignment.d.ts +1 -0
- package/serialization/types/DynamicVariableAssignment.js +1 -0
- package/serialization/types/DynamicVariableContainerValueTypeInput.d.ts +7 -0
- package/serialization/types/DynamicVariableContainerValueTypeInput.js +40 -0
- package/serialization/types/DynamicVariableContainerValueTypeOutput.d.ts +7 -0
- package/serialization/types/DynamicVariableContainerValueTypeOutput.js +40 -0
- package/serialization/types/DynamicVariableNestedValueTypeInput.d.ts +7 -0
- package/serialization/types/DynamicVariableNestedValueTypeInput.js +46 -0
- package/serialization/types/DynamicVariableNestedValueTypeOutput.d.ts +7 -0
- package/serialization/types/DynamicVariableNestedValueTypeOutput.js +46 -0
- package/serialization/types/DynamicVariablesConfigInput.d.ts +10 -0
- package/serialization/types/{DynamicVariablesConfig.js → DynamicVariablesConfigInput.js} +4 -4
- package/serialization/types/DynamicVariablesConfigInputDynamicVariablePlaceholdersValue.d.ts +8 -0
- package/serialization/types/DynamicVariablesConfigInputDynamicVariablePlaceholdersValue.js +46 -0
- package/serialization/types/DynamicVariablesConfigOutput.d.ts +10 -0
- package/serialization/types/{DynamicVariablesConfigWorkflowOverride.js → DynamicVariablesConfigOutput.js} +4 -4
- package/serialization/types/DynamicVariablesConfigOutputDynamicVariablePlaceholdersValue.d.ts +8 -0
- package/serialization/types/DynamicVariablesConfigOutputDynamicVariablePlaceholdersValue.js +46 -0
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideInput.d.ts +10 -0
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideInput.js +44 -0
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideInputDynamicVariablePlaceholdersValue.d.ts +8 -0
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideInputDynamicVariablePlaceholdersValue.js +46 -0
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideOutput.d.ts +10 -0
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideOutput.js +44 -0
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideOutputDynamicVariablePlaceholdersValue.d.ts +8 -0
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideOutputDynamicVariablePlaceholdersValue.js +46 -0
- package/serialization/types/ExtendedSubscriptionResponseModelMaxCreditLimitExtension.d.ts +7 -0
- package/serialization/types/ExtendedSubscriptionResponseModelMaxCreditLimitExtension.js +42 -0
- package/serialization/types/GetAgentTopicsResponseModel.d.ts +12 -0
- package/serialization/types/GetAgentTopicsResponseModel.js +44 -0
- package/serialization/types/GetResponseUnitTestResponseModelDynamicVariablesValue.d.ts +2 -1
- package/serialization/types/GetResponseUnitTestResponseModelDynamicVariablesValue.js +2 -0
- package/serialization/types/GetScheduleParams.d.ts +1 -0
- package/serialization/types/GetScheduleParams.js +1 -0
- package/serialization/types/GetSecretDependenciesResponseModel.d.ts +11 -0
- package/serialization/types/GetSecretDependenciesResponseModel.js +43 -0
- package/serialization/types/GetSecretDependenciesResponseModelDependencies.d.ts +10 -0
- package/serialization/types/GetSecretDependenciesResponseModelDependencies.js +46 -0
- package/serialization/types/GetSecretDependenciesResponseModelDependenciesOneItem.d.ts +15 -0
- package/serialization/types/GetSecretDependenciesResponseModelDependenciesOneItem.js +49 -0
- package/serialization/types/GetSecretDependenciesResponseModelDependenciesZeroItem.d.ts +15 -0
- package/serialization/types/GetSecretDependenciesResponseModelDependenciesZeroItem.js +49 -0
- package/serialization/types/GetSimulationTestResponseModelDynamicVariablesValue.d.ts +2 -1
- package/serialization/types/GetSimulationTestResponseModelDynamicVariablesValue.js +2 -0
- package/serialization/types/GetToolCallUnitTestResponseModelDynamicVariablesValue.d.ts +2 -1
- package/serialization/types/GetToolCallUnitTestResponseModelDynamicVariablesValue.js +2 -0
- package/serialization/types/GetToolExecutionsPageResponseModel.d.ts +12 -0
- package/serialization/types/{AvatarContextRequestModel.js → GetToolExecutionsPageResponseModel.js} +6 -6
- package/serialization/types/GetWorkspaceSecretsResponseModel.d.ts +0 -1
- package/serialization/types/GetWorkspaceSecretsResponseModel.js +0 -1
- package/serialization/types/KnowledgeBaseContentSearchResponseModel.d.ts +11 -0
- package/serialization/types/KnowledgeBaseContentSearchResponseModel.js +43 -0
- package/serialization/types/KnowledgeBaseContentSearchResult.d.ts +13 -0
- package/serialization/types/KnowledgeBaseContentSearchResult.js +45 -0
- package/serialization/types/KnowledgeBaseContentSearchResultDocument.d.ts +23 -0
- package/serialization/types/KnowledgeBaseContentSearchResultDocument.js +53 -0
- package/serialization/types/ListLocationsParams.d.ts +9 -0
- package/serialization/types/ListLocationsParams.js +41 -0
- package/serialization/types/Llm.d.ts +1 -1
- package/serialization/types/Llm.js +3 -0
- package/serialization/types/LlmReasoningEffort.d.ts +1 -1
- package/serialization/types/LlmReasoningEffort.js +1 -1
- package/serialization/types/McpServerConfigInput.d.ts +2 -2
- package/serialization/types/McpServerConfigInput.js +2 -2
- package/serialization/types/McpServerConfigOutput.d.ts +2 -2
- package/serialization/types/McpServerConfigOutput.js +2 -2
- package/serialization/types/{McpToolConfigOverride.d.ts → McpToolConfigOverrideInput.d.ts} +6 -4
- package/{dist/serialization/types/McpToolConfigOverride.js → serialization/types/McpToolConfigOverrideInput.js} +6 -4
- package/{dist/serialization/types/McpToolConfigOverrideInputOverridesValue.d.ts → serialization/types/McpToolConfigOverrideInputInputOverridesValue.d.ts} +3 -3
- package/serialization/types/{McpToolConfigOverrideInputOverridesValue.js → McpToolConfigOverrideInputInputOverridesValue.js} +2 -2
- package/serialization/types/McpToolConfigOverrideOutput.d.ts +23 -0
- package/serialization/types/McpToolConfigOverrideOutput.js +57 -0
- package/serialization/types/McpToolConfigOverrideOutputInputOverridesValue.d.ts +19 -0
- package/serialization/types/McpToolConfigOverrideOutputInputOverridesValue.js +51 -0
- package/serialization/types/ModelRatesResponseModel.d.ts +1 -0
- package/serialization/types/ModelRatesResponseModel.js +1 -0
- package/serialization/types/PermissionType.d.ts +1 -1
- package/serialization/types/PermissionType.js +1 -0
- package/serialization/types/PhoneNumberTransfer.d.ts +3 -3
- package/serialization/types/PhoneNumberTransfer.js +3 -3
- package/serialization/types/PreviewAudioDbModel.d.ts +2 -2
- package/serialization/types/PreviewAudioDbModel.js +2 -2
- package/serialization/types/ProcedureCompilerMode.d.ts +1 -1
- package/serialization/types/ProcedureCompilerMode.js +1 -1
- package/serialization/types/ProjectExtendedResponse.d.ts +2 -2
- package/serialization/types/ProjectExtendedResponse.js +2 -2
- package/serialization/types/PromptEvaluationCriteria.d.ts +2 -0
- package/serialization/types/PromptEvaluationCriteria.js +2 -0
- package/serialization/types/QualityPresetType.d.ts +7 -0
- package/serialization/types/QualityPresetType.js +39 -0
- package/serialization/types/ResponseUnitTestModelDynamicVariablesValue.d.ts +2 -1
- package/serialization/types/ResponseUnitTestModelDynamicVariablesValue.js +2 -0
- package/serialization/types/SearchHighlightSegment.d.ts +10 -0
- package/serialization/types/SearchHighlightSegment.js +42 -0
- package/serialization/types/SecretDependencyResourceType.d.ts +7 -0
- package/serialization/types/SecretDependencyResourceType.js +39 -0
- package/serialization/types/SimulationTestModelDynamicVariablesValue.d.ts +2 -1
- package/serialization/types/SimulationTestModelDynamicVariablesValue.js +2 -0
- package/serialization/types/SpeechHistoryItemResponse.d.ts +0 -2
- package/serialization/types/SpeechHistoryItemResponse.js +0 -2
- package/serialization/types/Subscription.d.ts +2 -0
- package/serialization/types/Subscription.js +2 -0
- package/serialization/types/SubscriptionResponse.d.ts +2 -0
- package/serialization/types/SubscriptionResponse.js +2 -0
- package/serialization/types/SubscriptionResponseModelMaxCreditLimitExtension.d.ts +7 -0
- package/serialization/types/SubscriptionResponseModelMaxCreditLimitExtension.js +42 -0
- package/serialization/types/TestSharingMode.d.ts +7 -0
- package/serialization/types/TestSharingMode.js +39 -0
- package/serialization/types/ToolCallUnitTestModelDynamicVariablesValue.d.ts +2 -1
- package/serialization/types/ToolCallUnitTestModelDynamicVariablesValue.js +2 -0
- package/serialization/types/ToolExecutionResponseModel.d.ts +23 -0
- package/serialization/types/ToolExecutionResponseModel.js +55 -0
- package/serialization/types/ToolExecutionResponseModelToolCallDetails.d.ts +23 -0
- package/serialization/types/ToolExecutionResponseModelToolCallDetails.js +53 -0
- package/serialization/types/TurnConfig.d.ts +1 -0
- package/serialization/types/TurnConfig.js +1 -0
- package/serialization/types/TurnConfigWorkflowOverride.d.ts +1 -0
- package/serialization/types/TurnConfigWorkflowOverride.js +1 -0
- package/serialization/types/UpdateLocationParams.d.ts +9 -0
- package/serialization/types/UpdateLocationParams.js +41 -0
- package/serialization/types/UpdateResponseUnitTestRequestDynamicVariablesValue.d.ts +2 -1
- package/serialization/types/UpdateResponseUnitTestRequestDynamicVariablesValue.js +2 -0
- package/serialization/types/UpdateSimulationTestRequestDynamicVariablesValue.d.ts +2 -1
- package/serialization/types/UpdateSimulationTestRequestDynamicVariablesValue.js +2 -0
- package/serialization/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.d.ts +2 -1
- package/serialization/types/UpdateToolCallUnitTestRequestDynamicVariablesValue.js +2 -0
- package/serialization/types/VideoAnalysisResult.d.ts +0 -2
- package/serialization/types/VideoAnalysisResult.js +0 -2
- package/serialization/types/WebhookToolConfigInput.d.ts +2 -2
- package/serialization/types/WebhookToolConfigInput.js +2 -2
- package/serialization/types/WebhookToolConfigOutput.d.ts +2 -2
- package/serialization/types/WebhookToolConfigOutput.js +2 -2
- package/serialization/types/WorkflowPhoneNumberNodeModelInput.d.ts +2 -2
- package/serialization/types/WorkflowPhoneNumberNodeModelInput.js +2 -2
- package/serialization/types/WorkflowPhoneNumberNodeModelOutput.d.ts +2 -2
- package/serialization/types/WorkflowPhoneNumberNodeModelOutput.js +2 -2
- package/serialization/types/WorkspaceAnalyticsQueryResponseModel.d.ts +15 -0
- package/serialization/types/WorkspaceAnalyticsQueryResponseModel.js +47 -0
- package/serialization/types/WorkspaceAnalyticsQueryResponseModelColumnTypesItem.d.ts +7 -0
- package/serialization/types/WorkspaceAnalyticsQueryResponseModelColumnTypesItem.js +39 -0
- package/serialization/types/WorkspaceAnalyticsQueryResponseModelRowsItemItem.d.ts +7 -0
- package/serialization/types/WorkspaceAnalyticsQueryResponseModelRowsItemItem.js +45 -0
- package/serialization/types/WorkspaceGroupPermission.d.ts +1 -1
- package/serialization/types/WorkspaceGroupPermission.js +1 -0
- package/serialization/types/WorkspaceGroupResponseModel.d.ts +2 -0
- package/serialization/types/WorkspaceGroupResponseModel.js +2 -0
- package/serialization/types/WorkspaceGroupResponseModelGroupPvcLimit.d.ts +7 -0
- package/serialization/types/WorkspaceGroupResponseModelGroupPvcLimit.js +42 -0
- package/serialization/types/index.d.ts +54 -11
- package/serialization/types/index.js +54 -11
- package/version.d.ts +1 -1
- package/version.js +1 -1
- package/api/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.d.ts +0 -14
- package/api/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.js +0 -17
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +0 -15
- package/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.js +0 -18
- package/api/types/AssetTranscription.d.ts +0 -6
- package/api/types/AssetTranscriptionWord.d.ts +0 -6
- package/api/types/AvatarContextRequestModel.d.ts +0 -6
- package/api/types/AvatarContextResponseModel.d.ts +0 -10
- package/api/types/DynamicVariablesConfigDynamicVariablePlaceholdersValue.d.ts +0 -1
- package/api/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.d.ts +0 -1
- package/api/types/ProjectExtendedResponseModelQualityPreset.d.ts +0 -9
- package/dist/api/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.d.ts +0 -14
- package/dist/api/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.js +0 -17
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +0 -15
- package/dist/api/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.js +0 -18
- package/dist/api/types/AssetTranscription.d.ts +0 -6
- package/dist/api/types/AssetTranscriptionWord.d.ts +0 -6
- package/dist/api/types/AvatarContextRequestModel.d.ts +0 -6
- package/dist/api/types/AvatarContextResponseModel.d.ts +0 -10
- package/dist/api/types/DynamicVariablesConfigDynamicVariablePlaceholdersValue.d.ts +0 -1
- package/dist/api/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.d.ts +0 -1
- package/dist/api/types/ProjectExtendedResponseModelQualityPreset.d.ts +0 -9
- package/dist/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.d.ts +0 -7
- package/dist/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +0 -7
- package/dist/serialization/types/AssetTranscription.d.ts +0 -12
- package/dist/serialization/types/AssetTranscriptionWord.d.ts +0 -12
- package/dist/serialization/types/AvatarContextRequestModel.d.ts +0 -12
- package/dist/serialization/types/AvatarContextResponseModel.d.ts +0 -12
- package/dist/serialization/types/DynamicVariablesConfig.d.ts +0 -10
- package/dist/serialization/types/DynamicVariablesConfigDynamicVariablePlaceholdersValue.d.ts +0 -7
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverride.d.ts +0 -10
- package/dist/serialization/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.d.ts +0 -7
- package/dist/serialization/types/ProjectExtendedResponseModelQualityPreset.d.ts +0 -7
- package/serialization/resources/studio/resources/projects/types/ProjectsCreateRequestQualityPreset.d.ts +0 -7
- package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.d.ts +0 -7
- package/serialization/resources/studio/types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset.js +0 -39
- package/serialization/types/AssetTranscription.d.ts +0 -12
- package/serialization/types/AssetTranscriptionWord.d.ts +0 -12
- package/serialization/types/AvatarContextRequestModel.d.ts +0 -12
- package/serialization/types/AvatarContextResponseModel.d.ts +0 -12
- package/serialization/types/DynamicVariablesConfig.d.ts +0 -10
- package/serialization/types/DynamicVariablesConfigDynamicVariablePlaceholdersValue.d.ts +0 -7
- package/serialization/types/DynamicVariablesConfigWorkflowOverride.d.ts +0 -10
- package/serialization/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.d.ts +0 -7
- package/serialization/types/ProjectExtendedResponseModelQualityPreset.d.ts +0 -7
- /package/api/{types/AssetTranscription.js → resources/conversationalAi/resources/knowledgeBase/client/requests/KnowledgeBaseSearchRequest.js} +0 -0
- /package/api/{types/AssetTranscriptionWord.js → resources/conversationalAi/resources/secrets/client/requests/SecretsGetDependenciesRequest.js} +0 -0
- /package/api/{types/AvatarContextRequestModel.js → resources/conversationalAi/resources/tools/resources/executions/client/requests/ExecutionsGetRequest.js} +0 -0
- /package/api/{types/AvatarContextResponseModel.js → resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.js} +0 -0
- /package/api/types/{DynamicVariablesConfig.js → AgentTopicResponseModel.js} +0 -0
- /package/api/types/{DynamicVariablesConfigDynamicVariablePlaceholdersValue.js → AnalysisProperty.js} +0 -0
- /package/api/types/{DynamicVariablesConfigWorkflowOverride.js → AnalysisPropertyConstantValue.js} +0 -0
- /package/api/types/{DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.js → ArrayJsonSchemaPropertyInputConstantValueItem.js} +0 -0
- /package/api/types/{McpToolConfigOverride.js → ArrayJsonSchemaPropertyOutputConstantValueItem.js} +0 -0
- /package/api/types/{McpToolConfigOverrideInputOverridesValue.js → AstNullNodeInput.js} +0 -0
- /package/{dist/api/types/AssetTranscription.js → api/types/AstNullNodeOutput.js} +0 -0
- /package/{dist/api/types/AssetTranscriptionWord.js → api/types/ColumnFilter.js} +0 -0
- /package/{dist/api/types/AvatarContextRequestModel.js → api/types/ColumnFilterValuesItem.js} +0 -0
- /package/{dist/api/types/AvatarContextResponseModel.js → api/types/ConvAiStoredSecretDependenciesMcpServersItem.js} +0 -0
- /package/{dist/api/types/DynamicVariablesConfig.js → api/types/CreateLocationParams.js} +0 -0
- /package/{dist/api/types/DynamicVariablesConfigDynamicVariablePlaceholdersValue.js → api/types/DeleteLocationParams.js} +0 -0
- /package/{dist/api/types/DynamicVariablesConfigWorkflowOverride.js → api/types/DynamicVariableContainerValueTypeInput.js} +0 -0
- /package/{dist/api/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.js → api/types/DynamicVariableContainerValueTypeOutput.js} +0 -0
- /package/{dist/api/types/McpToolConfigOverride.js → api/types/DynamicVariableNestedValueTypeInput.js} +0 -0
- /package/{dist/api/types/McpToolConfigOverrideInputOverridesValue.js → api/types/DynamicVariableNestedValueTypeOutput.js} +0 -0
package/reference.md
CHANGED
|
@@ -2200,7 +2200,6 @@ Create and auto-convert a podcast project. Currently, the LLM cost is covered by
|
|
|
2200
2200
|
|
|
2201
2201
|
```typescript
|
|
2202
2202
|
await client.studio.createPodcast({
|
|
2203
|
-
safetyIdentifier: "safety-identifier",
|
|
2204
2203
|
modelId: "eleven_multilingual_v2",
|
|
2205
2204
|
mode: {
|
|
2206
2205
|
type: "conversation",
|
|
@@ -2451,7 +2450,7 @@ await client.music.stream();
|
|
|
2451
2450
|
<dl>
|
|
2452
2451
|
<dd>
|
|
2453
2452
|
|
|
2454
|
-
Upload a music file to be later used for inpainting. Only available to enterprise clients with access to the inpainting feature.
|
|
2453
|
+
Upload a music file to be later used for inpainting. Only available to enterprise clients with access to the inpainting feature. Price for uploading is the same as the one for song generation. All uploaded content gets inspected for copyright infringement. If copyrighted content is detected, half of the request cost is still charged.
|
|
2455
2454
|
</dd>
|
|
2456
2455
|
</dl>
|
|
2457
2456
|
</dd>
|
|
@@ -3098,7 +3097,7 @@ await client.audioNative.updateContentFromUrl({
|
|
|
3098
3097
|
<dl>
|
|
3099
3098
|
<dd>
|
|
3100
3099
|
|
|
3101
|
-
Returns the usage metrics for the current user or the entire workspace they are part of. The response provides a time axis based on the specified aggregation interval (default: day), with usage values for each interval along that axis. Usage is broken down by the selected breakdown type. For example, breakdown type "voice" will return the usage of each voice for each interval along the time axis.
|
|
3100
|
+
(Deprecated) This endpoint is deprecated. Use /v1/workspace/analytics/query/usage-by-product-over-time instead. Returns the usage metrics for the current user or the entire workspace they are part of. The response provides a time axis based on the specified aggregation interval (default: day), with usage values for each interval along that axis. Usage is broken down by the selected breakdown type. For example, breakdown type "voice" will return the usage of each voice for each interval along the time axis.
|
|
3102
3101
|
</dd>
|
|
3103
3102
|
</dl>
|
|
3104
3103
|
</dd>
|
|
@@ -4971,7 +4970,7 @@ await client.conversationalAi.twilio.outboundCall({
|
|
|
4971
4970
|
</dl>
|
|
4972
4971
|
</details>
|
|
4973
4972
|
|
|
4974
|
-
<details><summary><code>client.conversationalAi.twilio.<a href="/src/api/resources/conversationalAi/resources/twilio/client/Client.ts">registerCall</a>({ ...params }) ->
|
|
4973
|
+
<details><summary><code>client.conversationalAi.twilio.<a href="/src/api/resources/conversationalAi/resources/twilio/client/Client.ts">registerCall</a>({ ...params }) -> string</code></summary>
|
|
4975
4974
|
<dl>
|
|
4976
4975
|
<dd>
|
|
4977
4976
|
|
|
@@ -6267,7 +6266,8 @@ await client.conversationalAi.tests.list({
|
|
|
6267
6266
|
search: "search",
|
|
6268
6267
|
parentFolderId: "parent_folder_id",
|
|
6269
6268
|
includeFolders: true,
|
|
6270
|
-
sortMode: "default"
|
|
6269
|
+
sortMode: "default",
|
|
6270
|
+
sharingMode: "all"
|
|
6271
6271
|
});
|
|
6272
6272
|
|
|
6273
6273
|
```
|
|
@@ -6963,6 +6963,73 @@ await client.conversationalAi.knowledgeBase.getOrCreateRagIndexes({
|
|
|
6963
6963
|
</dl>
|
|
6964
6964
|
|
|
6965
6965
|
|
|
6966
|
+
</dd>
|
|
6967
|
+
</dl>
|
|
6968
|
+
</details>
|
|
6969
|
+
|
|
6970
|
+
<details><summary><code>client.conversationalAi.knowledgeBase.<a href="/src/api/resources/conversationalAi/resources/knowledgeBase/client/Client.ts">search</a>({ ...params }) -> ElevenLabs.KnowledgeBaseContentSearchResponseModel</code></summary>
|
|
6971
|
+
<dl>
|
|
6972
|
+
<dd>
|
|
6973
|
+
|
|
6974
|
+
#### 📝 Description
|
|
6975
|
+
|
|
6976
|
+
<dl>
|
|
6977
|
+
<dd>
|
|
6978
|
+
|
|
6979
|
+
<dl>
|
|
6980
|
+
<dd>
|
|
6981
|
+
|
|
6982
|
+
Fuzzy text search over knowledge base document content
|
|
6983
|
+
</dd>
|
|
6984
|
+
</dl>
|
|
6985
|
+
</dd>
|
|
6986
|
+
</dl>
|
|
6987
|
+
|
|
6988
|
+
#### 🔌 Usage
|
|
6989
|
+
|
|
6990
|
+
<dl>
|
|
6991
|
+
<dd>
|
|
6992
|
+
|
|
6993
|
+
<dl>
|
|
6994
|
+
<dd>
|
|
6995
|
+
|
|
6996
|
+
```typescript
|
|
6997
|
+
await client.conversationalAi.knowledgeBase.search({
|
|
6998
|
+
query: "query",
|
|
6999
|
+
pageSize: 1,
|
|
7000
|
+
cursor: "cursor"
|
|
7001
|
+
});
|
|
7002
|
+
|
|
7003
|
+
```
|
|
7004
|
+
</dd>
|
|
7005
|
+
</dl>
|
|
7006
|
+
</dd>
|
|
7007
|
+
</dl>
|
|
7008
|
+
|
|
7009
|
+
#### ⚙️ Parameters
|
|
7010
|
+
|
|
7011
|
+
<dl>
|
|
7012
|
+
<dd>
|
|
7013
|
+
|
|
7014
|
+
<dl>
|
|
7015
|
+
<dd>
|
|
7016
|
+
|
|
7017
|
+
**request:** `ElevenLabs.conversationalAi.KnowledgeBaseSearchRequest`
|
|
7018
|
+
|
|
7019
|
+
</dd>
|
|
7020
|
+
</dl>
|
|
7021
|
+
|
|
7022
|
+
<dl>
|
|
7023
|
+
<dd>
|
|
7024
|
+
|
|
7025
|
+
**requestOptions:** `KnowledgeBaseClient.RequestOptions`
|
|
7026
|
+
|
|
7027
|
+
</dd>
|
|
7028
|
+
</dl>
|
|
7029
|
+
</dd>
|
|
7030
|
+
</dl>
|
|
7031
|
+
|
|
7032
|
+
|
|
6966
7033
|
</dd>
|
|
6967
7034
|
</dl>
|
|
6968
7035
|
</details>
|
|
@@ -7546,6 +7613,8 @@ Get all workspace secrets for the user
|
|
|
7546
7613
|
```typescript
|
|
7547
7614
|
await client.conversationalAi.secrets.list({
|
|
7548
7615
|
pageSize: 1,
|
|
7616
|
+
dependencyLimit: 1,
|
|
7617
|
+
search: "search",
|
|
7549
7618
|
cursor: "cursor"
|
|
7550
7619
|
});
|
|
7551
7620
|
|
|
@@ -7645,6 +7714,69 @@ await client.conversationalAi.secrets.create({
|
|
|
7645
7714
|
</dl>
|
|
7646
7715
|
|
|
7647
7716
|
|
|
7717
|
+
</dd>
|
|
7718
|
+
</dl>
|
|
7719
|
+
</details>
|
|
7720
|
+
|
|
7721
|
+
<details><summary><code>client.conversationalAi.secrets.<a href="/src/api/resources/conversationalAi/resources/secrets/client/Client.ts">get</a>(secret_id) -> ElevenLabs.ConvAiWorkspaceStoredSecretConfig</code></summary>
|
|
7722
|
+
<dl>
|
|
7723
|
+
<dd>
|
|
7724
|
+
|
|
7725
|
+
#### 📝 Description
|
|
7726
|
+
|
|
7727
|
+
<dl>
|
|
7728
|
+
<dd>
|
|
7729
|
+
|
|
7730
|
+
<dl>
|
|
7731
|
+
<dd>
|
|
7732
|
+
|
|
7733
|
+
Get a workspace secret by ID
|
|
7734
|
+
</dd>
|
|
7735
|
+
</dl>
|
|
7736
|
+
</dd>
|
|
7737
|
+
</dl>
|
|
7738
|
+
|
|
7739
|
+
#### 🔌 Usage
|
|
7740
|
+
|
|
7741
|
+
<dl>
|
|
7742
|
+
<dd>
|
|
7743
|
+
|
|
7744
|
+
<dl>
|
|
7745
|
+
<dd>
|
|
7746
|
+
|
|
7747
|
+
```typescript
|
|
7748
|
+
await client.conversationalAi.secrets.get("secret_id");
|
|
7749
|
+
|
|
7750
|
+
```
|
|
7751
|
+
</dd>
|
|
7752
|
+
</dl>
|
|
7753
|
+
</dd>
|
|
7754
|
+
</dl>
|
|
7755
|
+
|
|
7756
|
+
#### ⚙️ Parameters
|
|
7757
|
+
|
|
7758
|
+
<dl>
|
|
7759
|
+
<dd>
|
|
7760
|
+
|
|
7761
|
+
<dl>
|
|
7762
|
+
<dd>
|
|
7763
|
+
|
|
7764
|
+
**secret_id:** `string`
|
|
7765
|
+
|
|
7766
|
+
</dd>
|
|
7767
|
+
</dl>
|
|
7768
|
+
|
|
7769
|
+
<dl>
|
|
7770
|
+
<dd>
|
|
7771
|
+
|
|
7772
|
+
**requestOptions:** `SecretsClient.RequestOptions`
|
|
7773
|
+
|
|
7774
|
+
</dd>
|
|
7775
|
+
</dl>
|
|
7776
|
+
</dd>
|
|
7777
|
+
</dl>
|
|
7778
|
+
|
|
7779
|
+
|
|
7648
7780
|
</dd>
|
|
7649
7781
|
</dl>
|
|
7650
7782
|
</details>
|
|
@@ -7782,6 +7914,88 @@ await client.conversationalAi.secrets.update("secret_id", {
|
|
|
7782
7914
|
</dl>
|
|
7783
7915
|
|
|
7784
7916
|
|
|
7917
|
+
</dd>
|
|
7918
|
+
</dl>
|
|
7919
|
+
</details>
|
|
7920
|
+
|
|
7921
|
+
<details><summary><code>client.conversationalAi.secrets.<a href="/src/api/resources/conversationalAi/resources/secrets/client/Client.ts">getDependencies</a>(secret_id, resource_type, { ...params }) -> ElevenLabs.GetSecretDependenciesResponseModel</code></summary>
|
|
7922
|
+
<dl>
|
|
7923
|
+
<dd>
|
|
7924
|
+
|
|
7925
|
+
#### 📝 Description
|
|
7926
|
+
|
|
7927
|
+
<dl>
|
|
7928
|
+
<dd>
|
|
7929
|
+
|
|
7930
|
+
<dl>
|
|
7931
|
+
<dd>
|
|
7932
|
+
|
|
7933
|
+
Get paginated list of resources that depend on a specific secret, filtered by resource type.
|
|
7934
|
+
</dd>
|
|
7935
|
+
</dl>
|
|
7936
|
+
</dd>
|
|
7937
|
+
</dl>
|
|
7938
|
+
|
|
7939
|
+
#### 🔌 Usage
|
|
7940
|
+
|
|
7941
|
+
<dl>
|
|
7942
|
+
<dd>
|
|
7943
|
+
|
|
7944
|
+
<dl>
|
|
7945
|
+
<dd>
|
|
7946
|
+
|
|
7947
|
+
```typescript
|
|
7948
|
+
await client.conversationalAi.secrets.getDependencies("secret_id", "tools", {
|
|
7949
|
+
pageSize: 1,
|
|
7950
|
+
cursor: "cursor"
|
|
7951
|
+
});
|
|
7952
|
+
|
|
7953
|
+
```
|
|
7954
|
+
</dd>
|
|
7955
|
+
</dl>
|
|
7956
|
+
</dd>
|
|
7957
|
+
</dl>
|
|
7958
|
+
|
|
7959
|
+
#### ⚙️ Parameters
|
|
7960
|
+
|
|
7961
|
+
<dl>
|
|
7962
|
+
<dd>
|
|
7963
|
+
|
|
7964
|
+
<dl>
|
|
7965
|
+
<dd>
|
|
7966
|
+
|
|
7967
|
+
**secret_id:** `string`
|
|
7968
|
+
|
|
7969
|
+
</dd>
|
|
7970
|
+
</dl>
|
|
7971
|
+
|
|
7972
|
+
<dl>
|
|
7973
|
+
<dd>
|
|
7974
|
+
|
|
7975
|
+
**resource_type:** `ElevenLabs.SecretDependencyResourceType`
|
|
7976
|
+
|
|
7977
|
+
</dd>
|
|
7978
|
+
</dl>
|
|
7979
|
+
|
|
7980
|
+
<dl>
|
|
7981
|
+
<dd>
|
|
7982
|
+
|
|
7983
|
+
**request:** `ElevenLabs.conversationalAi.SecretsGetDependenciesRequest`
|
|
7984
|
+
|
|
7985
|
+
</dd>
|
|
7986
|
+
</dl>
|
|
7987
|
+
|
|
7988
|
+
<dl>
|
|
7989
|
+
<dd>
|
|
7990
|
+
|
|
7991
|
+
**requestOptions:** `SecretsClient.RequestOptions`
|
|
7992
|
+
|
|
7993
|
+
</dd>
|
|
7994
|
+
</dl>
|
|
7995
|
+
</dd>
|
|
7996
|
+
</dl>
|
|
7997
|
+
|
|
7998
|
+
|
|
7785
7999
|
</dd>
|
|
7786
8000
|
</dl>
|
|
7787
8001
|
</details>
|
|
@@ -9239,7 +9453,7 @@ await client.conversationalAi.agents.branches.list("agent_3701k3ttaq12ewp8b7qv5r
|
|
|
9239
9453
|
<dl>
|
|
9240
9454
|
<dd>
|
|
9241
9455
|
|
|
9242
|
-
Create a new branch from a given version of
|
|
9456
|
+
Create a new branch from a given version of any branch
|
|
9243
9457
|
</dd>
|
|
9244
9458
|
</dl>
|
|
9245
9459
|
</dd>
|
|
@@ -10459,6 +10673,70 @@ await client.conversationalAi.conversations.files.delete("conversation_id", "fil
|
|
|
10459
10673
|
</dl>
|
|
10460
10674
|
|
|
10461
10675
|
|
|
10676
|
+
</dd>
|
|
10677
|
+
</dl>
|
|
10678
|
+
</details>
|
|
10679
|
+
|
|
10680
|
+
## ConversationalAi Conversations Topics
|
|
10681
|
+
<details><summary><code>client.conversationalAi.conversations.topics.<a href="/src/api/resources/conversationalAi/resources/conversations/resources/topics/client/Client.ts">get</a>(agent_id) -> ElevenLabs.GetAgentTopicsResponseModel</code></summary>
|
|
10682
|
+
<dl>
|
|
10683
|
+
<dd>
|
|
10684
|
+
|
|
10685
|
+
#### 📝 Description
|
|
10686
|
+
|
|
10687
|
+
<dl>
|
|
10688
|
+
<dd>
|
|
10689
|
+
|
|
10690
|
+
<dl>
|
|
10691
|
+
<dd>
|
|
10692
|
+
|
|
10693
|
+
Returns the latest topic discovery run results for a given agent.
|
|
10694
|
+
</dd>
|
|
10695
|
+
</dl>
|
|
10696
|
+
</dd>
|
|
10697
|
+
</dl>
|
|
10698
|
+
|
|
10699
|
+
#### 🔌 Usage
|
|
10700
|
+
|
|
10701
|
+
<dl>
|
|
10702
|
+
<dd>
|
|
10703
|
+
|
|
10704
|
+
<dl>
|
|
10705
|
+
<dd>
|
|
10706
|
+
|
|
10707
|
+
```typescript
|
|
10708
|
+
await client.conversationalAi.conversations.topics.get("agent_id");
|
|
10709
|
+
|
|
10710
|
+
```
|
|
10711
|
+
</dd>
|
|
10712
|
+
</dl>
|
|
10713
|
+
</dd>
|
|
10714
|
+
</dl>
|
|
10715
|
+
|
|
10716
|
+
#### ⚙️ Parameters
|
|
10717
|
+
|
|
10718
|
+
<dl>
|
|
10719
|
+
<dd>
|
|
10720
|
+
|
|
10721
|
+
<dl>
|
|
10722
|
+
<dd>
|
|
10723
|
+
|
|
10724
|
+
**agent_id:** `string` — ID of the agent
|
|
10725
|
+
|
|
10726
|
+
</dd>
|
|
10727
|
+
</dl>
|
|
10728
|
+
|
|
10729
|
+
<dl>
|
|
10730
|
+
<dd>
|
|
10731
|
+
|
|
10732
|
+
**requestOptions:** `TopicsClient.RequestOptions`
|
|
10733
|
+
|
|
10734
|
+
</dd>
|
|
10735
|
+
</dl>
|
|
10736
|
+
</dd>
|
|
10737
|
+
</dl>
|
|
10738
|
+
|
|
10739
|
+
|
|
10462
10740
|
</dd>
|
|
10463
10741
|
</dl>
|
|
10464
10742
|
</details>
|
|
@@ -11201,7 +11479,7 @@ await client.conversationalAi.knowledgeBase.documents.getAgents("21m00Tcm4TlvDq8
|
|
|
11201
11479
|
</dl>
|
|
11202
11480
|
</details>
|
|
11203
11481
|
|
|
11204
|
-
<details><summary><code>client.conversationalAi.knowledgeBase.documents.<a href="/src/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.ts">getContent</a>(documentation_id) ->
|
|
11482
|
+
<details><summary><code>client.conversationalAi.knowledgeBase.documents.<a href="/src/api/resources/conversationalAi/resources/knowledgeBase/resources/documents/client/Client.ts">getContent</a>(documentation_id) -> string</code></summary>
|
|
11205
11483
|
<dl>
|
|
11206
11484
|
<dd>
|
|
11207
11485
|
|
|
@@ -11228,7 +11506,7 @@ Get the entire content of a document from the knowledge base
|
|
|
11228
11506
|
<dd>
|
|
11229
11507
|
|
|
11230
11508
|
```typescript
|
|
11231
|
-
await client.conversationalAi.knowledgeBase.documents.getContent("
|
|
11509
|
+
await client.conversationalAi.knowledgeBase.documents.getContent("documentation_id");
|
|
11232
11510
|
|
|
11233
11511
|
```
|
|
11234
11512
|
</dd>
|
|
@@ -12104,7 +12382,7 @@ await client.conversationalAi.mcpServers.toolConfigs.create("mcp_server_id", {
|
|
|
12104
12382
|
</dl>
|
|
12105
12383
|
</details>
|
|
12106
12384
|
|
|
12107
|
-
<details><summary><code>client.conversationalAi.mcpServers.toolConfigs.<a href="/src/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.ts">get</a>(mcp_server_id, tool_name) -> ElevenLabs.
|
|
12385
|
+
<details><summary><code>client.conversationalAi.mcpServers.toolConfigs.<a href="/src/api/resources/conversationalAi/resources/mcpServers/resources/toolConfigs/client/Client.ts">get</a>(mcp_server_id, tool_name) -> ElevenLabs.McpToolConfigOverrideOutput</code></summary>
|
|
12108
12386
|
<dl>
|
|
12109
12387
|
<dd>
|
|
12110
12388
|
|
|
@@ -12801,6 +13079,86 @@ await client.conversationalAi.tests.invocations.resubmit("test_invocation_id", {
|
|
|
12801
13079
|
</dl>
|
|
12802
13080
|
|
|
12803
13081
|
|
|
13082
|
+
</dd>
|
|
13083
|
+
</dl>
|
|
13084
|
+
</details>
|
|
13085
|
+
|
|
13086
|
+
## ConversationalAi Tools Executions
|
|
13087
|
+
<details><summary><code>client.conversationalAi.tools.executions.<a href="/src/api/resources/conversationalAi/resources/tools/resources/executions/client/Client.ts">get</a>(tool_id, { ...params }) -> ElevenLabs.GetToolExecutionsPageResponseModel</code></summary>
|
|
13088
|
+
<dl>
|
|
13089
|
+
<dd>
|
|
13090
|
+
|
|
13091
|
+
#### 📝 Description
|
|
13092
|
+
|
|
13093
|
+
<dl>
|
|
13094
|
+
<dd>
|
|
13095
|
+
|
|
13096
|
+
<dl>
|
|
13097
|
+
<dd>
|
|
13098
|
+
|
|
13099
|
+
Get paginated list of tool executions for a specific tool.
|
|
13100
|
+
</dd>
|
|
13101
|
+
</dl>
|
|
13102
|
+
</dd>
|
|
13103
|
+
</dl>
|
|
13104
|
+
|
|
13105
|
+
#### 🔌 Usage
|
|
13106
|
+
|
|
13107
|
+
<dl>
|
|
13108
|
+
<dd>
|
|
13109
|
+
|
|
13110
|
+
<dl>
|
|
13111
|
+
<dd>
|
|
13112
|
+
|
|
13113
|
+
```typescript
|
|
13114
|
+
await client.conversationalAi.tools.executions.get("tool_id", {
|
|
13115
|
+
cursor: "cursor",
|
|
13116
|
+
pageSize: 1,
|
|
13117
|
+
isError: true,
|
|
13118
|
+
agentId: "agent_id",
|
|
13119
|
+
branchId: "branch_id",
|
|
13120
|
+
startTime: 1.1,
|
|
13121
|
+
endTime: 1.1
|
|
13122
|
+
});
|
|
13123
|
+
|
|
13124
|
+
```
|
|
13125
|
+
</dd>
|
|
13126
|
+
</dl>
|
|
13127
|
+
</dd>
|
|
13128
|
+
</dl>
|
|
13129
|
+
|
|
13130
|
+
#### ⚙️ Parameters
|
|
13131
|
+
|
|
13132
|
+
<dl>
|
|
13133
|
+
<dd>
|
|
13134
|
+
|
|
13135
|
+
<dl>
|
|
13136
|
+
<dd>
|
|
13137
|
+
|
|
13138
|
+
**tool_id:** `string` — ID of the requested tool.
|
|
13139
|
+
|
|
13140
|
+
</dd>
|
|
13141
|
+
</dl>
|
|
13142
|
+
|
|
13143
|
+
<dl>
|
|
13144
|
+
<dd>
|
|
13145
|
+
|
|
13146
|
+
**request:** `ElevenLabs.conversationalAi.tools.ExecutionsGetRequest`
|
|
13147
|
+
|
|
13148
|
+
</dd>
|
|
13149
|
+
</dl>
|
|
13150
|
+
|
|
13151
|
+
<dl>
|
|
13152
|
+
<dd>
|
|
13153
|
+
|
|
13154
|
+
**requestOptions:** `ExecutionsClient.RequestOptions`
|
|
13155
|
+
|
|
13156
|
+
</dd>
|
|
13157
|
+
</dl>
|
|
13158
|
+
</dd>
|
|
13159
|
+
</dl>
|
|
13160
|
+
|
|
13161
|
+
|
|
12804
13162
|
</dd>
|
|
12805
13163
|
</dl>
|
|
12806
13164
|
</details>
|
|
@@ -18603,6 +18961,73 @@ await client.workspace.resources.unshare("resource_id", {
|
|
|
18603
18961
|
</dl>
|
|
18604
18962
|
|
|
18605
18963
|
|
|
18964
|
+
</dd>
|
|
18965
|
+
</dl>
|
|
18966
|
+
</details>
|
|
18967
|
+
|
|
18968
|
+
## Workspace Usage
|
|
18969
|
+
<details><summary><code>client.workspace.usage.<a href="/src/api/resources/workspace/resources/usage/client/Client.ts">getUsageByProductOverTime</a>({ ...params }) -> ElevenLabs.WorkspaceAnalyticsQueryResponseModel</code></summary>
|
|
18970
|
+
<dl>
|
|
18971
|
+
<dd>
|
|
18972
|
+
|
|
18973
|
+
#### 📝 Description
|
|
18974
|
+
|
|
18975
|
+
<dl>
|
|
18976
|
+
<dd>
|
|
18977
|
+
|
|
18978
|
+
<dl>
|
|
18979
|
+
<dd>
|
|
18980
|
+
|
|
18981
|
+
Returns credit usage broken down by product type over time. Timestamps are Unix milliseconds. The response is a tabular structure with columns, column_types, column_units, and rows.
|
|
18982
|
+
</dd>
|
|
18983
|
+
</dl>
|
|
18984
|
+
</dd>
|
|
18985
|
+
</dl>
|
|
18986
|
+
|
|
18987
|
+
#### 🔌 Usage
|
|
18988
|
+
|
|
18989
|
+
<dl>
|
|
18990
|
+
<dd>
|
|
18991
|
+
|
|
18992
|
+
<dl>
|
|
18993
|
+
<dd>
|
|
18994
|
+
|
|
18995
|
+
```typescript
|
|
18996
|
+
await client.workspace.usage.getUsageByProductOverTime({
|
|
18997
|
+
startTime: 1,
|
|
18998
|
+
endTime: 1
|
|
18999
|
+
});
|
|
19000
|
+
|
|
19001
|
+
```
|
|
19002
|
+
</dd>
|
|
19003
|
+
</dl>
|
|
19004
|
+
</dd>
|
|
19005
|
+
</dl>
|
|
19006
|
+
|
|
19007
|
+
#### ⚙️ Parameters
|
|
19008
|
+
|
|
19009
|
+
<dl>
|
|
19010
|
+
<dd>
|
|
19011
|
+
|
|
19012
|
+
<dl>
|
|
19013
|
+
<dd>
|
|
19014
|
+
|
|
19015
|
+
**request:** `ElevenLabs.workspace.BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost`
|
|
19016
|
+
|
|
19017
|
+
</dd>
|
|
19018
|
+
</dl>
|
|
19019
|
+
|
|
19020
|
+
<dl>
|
|
19021
|
+
<dd>
|
|
19022
|
+
|
|
19023
|
+
**requestOptions:** `UsageClient.RequestOptions`
|
|
19024
|
+
|
|
19025
|
+
</dd>
|
|
19026
|
+
</dl>
|
|
19027
|
+
</dd>
|
|
19028
|
+
</dl>
|
|
19029
|
+
|
|
19030
|
+
|
|
18606
19031
|
</dd>
|
|
18607
19032
|
</dl>
|
|
18608
19033
|
</details>
|
|
@@ -5,5 +5,6 @@ export declare const BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranc
|
|
|
5
5
|
export declare namespace BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost {
|
|
6
6
|
interface Raw {
|
|
7
7
|
archive_source_branch?: boolean | null;
|
|
8
|
+
force?: boolean | null;
|
|
8
9
|
}
|
|
9
10
|
}
|
|
@@ -38,4 +38,5 @@ exports.BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBran
|
|
|
38
38
|
const core = __importStar(require("../../../../../../../../../core"));
|
|
39
39
|
exports.BodyMergeABranchIntoATargetBranchV1ConvaiAgentsAgentIdBranchesSourceBranchIdMergePost = core.serialization.object({
|
|
40
40
|
archiveSourceBranch: core.serialization.property("archive_source_branch", core.serialization.boolean().optional()),
|
|
41
|
+
force: core.serialization.boolean().optional(),
|
|
41
42
|
});
|
|
@@ -5,6 +5,7 @@ import { DynamicVariableAssignment } from "../../../../../../../../types/Dynamic
|
|
|
5
5
|
import { ToolCallSoundBehavior } from "../../../../../../../../types/ToolCallSoundBehavior";
|
|
6
6
|
import { ToolCallSoundType } from "../../../../../../../../types/ToolCallSoundType";
|
|
7
7
|
import { ToolExecutionMode } from "../../../../../../../../types/ToolExecutionMode";
|
|
8
|
+
import { ToolResponseMockConfigInput } from "../../../../../../../../types/ToolResponseMockConfigInput";
|
|
8
9
|
import { McpToolConfigOverrideCreateRequestModelInputOverridesValue } from "../../types/McpToolConfigOverrideCreateRequestModelInputOverridesValue";
|
|
9
10
|
export declare const McpToolConfigOverrideCreateRequestModel: core.serialization.Schema<serializers.conversationalAi.mcpServers.McpToolConfigOverrideCreateRequestModel.Raw, ElevenLabs.conversationalAi.mcpServers.McpToolConfigOverrideCreateRequestModel>;
|
|
10
11
|
export declare namespace McpToolConfigOverrideCreateRequestModel {
|
|
@@ -16,6 +17,7 @@ export declare namespace McpToolConfigOverrideCreateRequestModel {
|
|
|
16
17
|
execution_mode?: ToolExecutionMode.Raw | null;
|
|
17
18
|
assignments?: DynamicVariableAssignment.Raw[] | null;
|
|
18
19
|
input_overrides?: Record<string, McpToolConfigOverrideCreateRequestModelInputOverridesValue.Raw | null | undefined> | null;
|
|
20
|
+
response_mocks?: ToolResponseMockConfigInput.Raw[] | null;
|
|
19
21
|
tool_name: string;
|
|
20
22
|
}
|
|
21
23
|
}
|
|
@@ -40,6 +40,7 @@ const DynamicVariableAssignment_1 = require("../../../../../../../../types/Dynam
|
|
|
40
40
|
const ToolCallSoundBehavior_1 = require("../../../../../../../../types/ToolCallSoundBehavior");
|
|
41
41
|
const ToolCallSoundType_1 = require("../../../../../../../../types/ToolCallSoundType");
|
|
42
42
|
const ToolExecutionMode_1 = require("../../../../../../../../types/ToolExecutionMode");
|
|
43
|
+
const ToolResponseMockConfigInput_1 = require("../../../../../../../../types/ToolResponseMockConfigInput");
|
|
43
44
|
const McpToolConfigOverrideCreateRequestModelInputOverridesValue_1 = require("../../types/McpToolConfigOverrideCreateRequestModelInputOverridesValue");
|
|
44
45
|
exports.McpToolConfigOverrideCreateRequestModel = core.serialization.object({
|
|
45
46
|
forcePreToolSpeech: core.serialization.property("force_pre_tool_speech", core.serialization.boolean().optional()),
|
|
@@ -51,5 +52,6 @@ exports.McpToolConfigOverrideCreateRequestModel = core.serialization.object({
|
|
|
51
52
|
inputOverrides: core.serialization.property("input_overrides", core.serialization
|
|
52
53
|
.record(core.serialization.string(), McpToolConfigOverrideCreateRequestModelInputOverridesValue_1.McpToolConfigOverrideCreateRequestModelInputOverridesValue.optional())
|
|
53
54
|
.optional()),
|
|
55
|
+
responseMocks: core.serialization.property("response_mocks", core.serialization.list(ToolResponseMockConfigInput_1.ToolResponseMockConfigInput).optional()),
|
|
54
56
|
toolName: core.serialization.property("tool_name", core.serialization.string()),
|
|
55
57
|
});
|
|
@@ -5,6 +5,7 @@ import { DynamicVariableAssignment } from "../../../../../../../../types/Dynamic
|
|
|
5
5
|
import { ToolCallSoundBehavior } from "../../../../../../../../types/ToolCallSoundBehavior";
|
|
6
6
|
import { ToolCallSoundType } from "../../../../../../../../types/ToolCallSoundType";
|
|
7
7
|
import { ToolExecutionMode } from "../../../../../../../../types/ToolExecutionMode";
|
|
8
|
+
import { ToolResponseMockConfigInput } from "../../../../../../../../types/ToolResponseMockConfigInput";
|
|
8
9
|
import { McpToolConfigOverrideUpdateRequestModelInputOverridesValue } from "../../types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue";
|
|
9
10
|
export declare const McpToolConfigOverrideUpdateRequestModel: core.serialization.Schema<serializers.conversationalAi.mcpServers.McpToolConfigOverrideUpdateRequestModel.Raw, ElevenLabs.conversationalAi.mcpServers.McpToolConfigOverrideUpdateRequestModel>;
|
|
10
11
|
export declare namespace McpToolConfigOverrideUpdateRequestModel {
|
|
@@ -16,5 +17,6 @@ export declare namespace McpToolConfigOverrideUpdateRequestModel {
|
|
|
16
17
|
execution_mode?: ToolExecutionMode.Raw | null;
|
|
17
18
|
assignments?: DynamicVariableAssignment.Raw[] | null;
|
|
18
19
|
input_overrides?: Record<string, McpToolConfigOverrideUpdateRequestModelInputOverridesValue.Raw | null | undefined> | null;
|
|
20
|
+
response_mocks?: ToolResponseMockConfigInput.Raw[] | null;
|
|
19
21
|
}
|
|
20
22
|
}
|
|
@@ -40,6 +40,7 @@ const DynamicVariableAssignment_1 = require("../../../../../../../../types/Dynam
|
|
|
40
40
|
const ToolCallSoundBehavior_1 = require("../../../../../../../../types/ToolCallSoundBehavior");
|
|
41
41
|
const ToolCallSoundType_1 = require("../../../../../../../../types/ToolCallSoundType");
|
|
42
42
|
const ToolExecutionMode_1 = require("../../../../../../../../types/ToolExecutionMode");
|
|
43
|
+
const ToolResponseMockConfigInput_1 = require("../../../../../../../../types/ToolResponseMockConfigInput");
|
|
43
44
|
const McpToolConfigOverrideUpdateRequestModelInputOverridesValue_1 = require("../../types/McpToolConfigOverrideUpdateRequestModelInputOverridesValue");
|
|
44
45
|
exports.McpToolConfigOverrideUpdateRequestModel = core.serialization.object({
|
|
45
46
|
forcePreToolSpeech: core.serialization.property("force_pre_tool_speech", core.serialization.boolean().optional()),
|
|
@@ -51,4 +52,5 @@ exports.McpToolConfigOverrideUpdateRequestModel = core.serialization.object({
|
|
|
51
52
|
inputOverrides: core.serialization.property("input_overrides", core.serialization
|
|
52
53
|
.record(core.serialization.string(), McpToolConfigOverrideUpdateRequestModelInputOverridesValue_1.McpToolConfigOverrideUpdateRequestModelInputOverridesValue.optional())
|
|
53
54
|
.optional()),
|
|
55
|
+
responseMocks: core.serialization.property("response_mocks", core.serialization.list(ToolResponseMockConfigInput_1.ToolResponseMockConfigInput).optional()),
|
|
54
56
|
});
|
package/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
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 { QualityPresetType } from "../../../../types/QualityPresetType";
|
|
4
5
|
import { BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization } from "../../types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization";
|
|
5
6
|
import { BodyCreatePodcastV1StudioPodcastsPostDurationScale } from "../../types/BodyCreatePodcastV1StudioPodcastsPostDurationScale";
|
|
6
7
|
import { BodyCreatePodcastV1StudioPodcastsPostMode } from "../../types/BodyCreatePodcastV1StudioPodcastsPostMode";
|
|
7
|
-
import { BodyCreatePodcastV1StudioPodcastsPostQualityPreset } from "../../types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset";
|
|
8
8
|
import { BodyCreatePodcastV1StudioPodcastsPostSource } from "../../types/BodyCreatePodcastV1StudioPodcastsPostSource";
|
|
9
9
|
export declare const BodyCreatePodcastV1StudioPodcastsPost: core.serialization.Schema<serializers.BodyCreatePodcastV1StudioPodcastsPost.Raw, Omit<ElevenLabs.BodyCreatePodcastV1StudioPodcastsPost, "safetyIdentifier">>;
|
|
10
10
|
export declare namespace BodyCreatePodcastV1StudioPodcastsPost {
|
|
@@ -12,7 +12,7 @@ export declare namespace BodyCreatePodcastV1StudioPodcastsPost {
|
|
|
12
12
|
model_id: string;
|
|
13
13
|
mode: BodyCreatePodcastV1StudioPodcastsPostMode.Raw;
|
|
14
14
|
source: BodyCreatePodcastV1StudioPodcastsPostSource.Raw;
|
|
15
|
-
quality_preset?:
|
|
15
|
+
quality_preset?: QualityPresetType.Raw | null;
|
|
16
16
|
duration_scale?: BodyCreatePodcastV1StudioPodcastsPostDurationScale.Raw | null;
|
|
17
17
|
language?: string | null;
|
|
18
18
|
intro?: string | null;
|
package/serialization/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.js
CHANGED
|
@@ -36,16 +36,16 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.BodyCreatePodcastV1StudioPodcastsPost = void 0;
|
|
38
38
|
const core = __importStar(require("../../../../../core"));
|
|
39
|
+
const QualityPresetType_1 = require("../../../../types/QualityPresetType");
|
|
39
40
|
const BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization_1 = require("../../types/BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization");
|
|
40
41
|
const BodyCreatePodcastV1StudioPodcastsPostDurationScale_1 = require("../../types/BodyCreatePodcastV1StudioPodcastsPostDurationScale");
|
|
41
42
|
const BodyCreatePodcastV1StudioPodcastsPostMode_1 = require("../../types/BodyCreatePodcastV1StudioPodcastsPostMode");
|
|
42
|
-
const BodyCreatePodcastV1StudioPodcastsPostQualityPreset_1 = require("../../types/BodyCreatePodcastV1StudioPodcastsPostQualityPreset");
|
|
43
43
|
const BodyCreatePodcastV1StudioPodcastsPostSource_1 = require("../../types/BodyCreatePodcastV1StudioPodcastsPostSource");
|
|
44
44
|
exports.BodyCreatePodcastV1StudioPodcastsPost = core.serialization.object({
|
|
45
45
|
modelId: core.serialization.property("model_id", core.serialization.string()),
|
|
46
46
|
mode: BodyCreatePodcastV1StudioPodcastsPostMode_1.BodyCreatePodcastV1StudioPodcastsPostMode,
|
|
47
47
|
source: BodyCreatePodcastV1StudioPodcastsPostSource_1.BodyCreatePodcastV1StudioPodcastsPostSource,
|
|
48
|
-
qualityPreset: core.serialization.property("quality_preset",
|
|
48
|
+
qualityPreset: core.serialization.property("quality_preset", QualityPresetType_1.QualityPresetType.optional()),
|
|
49
49
|
durationScale: core.serialization.property("duration_scale", BodyCreatePodcastV1StudioPodcastsPostDurationScale_1.BodyCreatePodcastV1StudioPodcastsPostDurationScale.optional()),
|
|
50
50
|
language: core.serialization.string().optional(),
|
|
51
51
|
intro: core.serialization.string().optional(),
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
export * from "./ProjectsCreateRequestApplyTextNormalization";
|
|
2
2
|
export * from "./ProjectsCreateRequestFiction";
|
|
3
|
-
export * from "./ProjectsCreateRequestQualityPreset";
|
|
4
3
|
export * from "./ProjectsCreateRequestSourceType";
|
|
5
4
|
export * from "./ProjectsCreateRequestTargetAudience";
|
|
@@ -16,6 +16,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./ProjectsCreateRequestApplyTextNormalization"), exports);
|
|
18
18
|
__exportStar(require("./ProjectsCreateRequestFiction"), exports);
|
|
19
|
-
__exportStar(require("./ProjectsCreateRequestQualityPreset"), exports);
|
|
20
19
|
__exportStar(require("./ProjectsCreateRequestSourceType"), exports);
|
|
21
20
|
__exportStar(require("./ProjectsCreateRequestTargetAudience"), exports);
|