@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
|
@@ -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);
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export * from "./BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization";
|
|
2
2
|
export * from "./BodyCreatePodcastV1StudioPodcastsPostDurationScale";
|
|
3
3
|
export * from "./BodyCreatePodcastV1StudioPodcastsPostMode";
|
|
4
|
-
export * from "./BodyCreatePodcastV1StudioPodcastsPostQualityPreset";
|
|
5
4
|
export * from "./BodyCreatePodcastV1StudioPodcastsPostSource";
|
|
6
5
|
export * from "./BodyCreatePodcastV1StudioPodcastsPostSourceTwoItem";
|
|
@@ -17,6 +17,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
17
17
|
__exportStar(require("./BodyCreatePodcastV1StudioPodcastsPostApplyTextNormalization"), exports);
|
|
18
18
|
__exportStar(require("./BodyCreatePodcastV1StudioPodcastsPostDurationScale"), exports);
|
|
19
19
|
__exportStar(require("./BodyCreatePodcastV1StudioPodcastsPostMode"), exports);
|
|
20
|
-
__exportStar(require("./BodyCreatePodcastV1StudioPodcastsPostQualityPreset"), exports);
|
|
21
20
|
__exportStar(require("./BodyCreatePodcastV1StudioPodcastsPostSource"), exports);
|
|
22
21
|
__exportStar(require("./BodyCreatePodcastV1StudioPodcastsPostSourceTwoItem"), exports);
|
package/dist/api/resources/textToDialogue/client/requests/BodyTextToDialogueFullWithTimestamps.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ import type * as ElevenLabs from "../../../../index";
|
|
|
15
15
|
export interface BodyTextToDialogueFullWithTimestamps {
|
|
16
16
|
/** Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM and WAV formats with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs. */
|
|
17
17
|
outputFormat?: ElevenLabs.TextToDialogueConvertWithTimestampsRequestOutputFormat;
|
|
18
|
-
/** A list of dialogue inputs, each containing text and a voice ID which will be converted into speech. The maximum number of unique voice IDs is 10. */
|
|
18
|
+
/** A list of dialogue inputs, each containing text and a voice ID which will be converted into speech. The maximum number of unique voice IDs is 10. For reliable generation, keep the total character count across all `inputs[].text` values at or below 2,000 characters per request. Longer requests can terminate early in streaming responses or return a validation error. */
|
|
19
19
|
inputs: ElevenLabs.DialogueInput[];
|
|
20
20
|
/** Identifier of the model that will be used, you can query them using GET /v1/models. The model needs to have support for text to speech, you can check this using the can_do_text_to_speech property. */
|
|
21
21
|
modelId?: string;
|
|
@@ -14,7 +14,7 @@ import type * as ElevenLabs from "../../../../index";
|
|
|
14
14
|
export interface BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost {
|
|
15
15
|
/** Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs. */
|
|
16
16
|
outputFormat?: ElevenLabs.AllowedOutputFormats;
|
|
17
|
-
/** A list of dialogue inputs, each containing text and a voice ID which will be converted into speech. The maximum number of unique voice IDs is 10. */
|
|
17
|
+
/** A list of dialogue inputs, each containing text and a voice ID which will be converted into speech. The maximum number of unique voice IDs is 10. For reliable generation, keep the total character count across all `inputs[].text` values at or below 2,000 characters per request. Longer requests can terminate early in streaming responses or return a validation error. */
|
|
18
18
|
inputs: ElevenLabs.DialogueInput[];
|
|
19
19
|
/** Identifier of the model that will be used, you can query them using GET /v1/models. The model needs to have support for text to speech, you can check this using the can_do_text_to_speech property. */
|
|
20
20
|
modelId?: string;
|
|
@@ -28,6 +28,4 @@ export interface BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPost
|
|
|
28
28
|
seed?: number;
|
|
29
29
|
/** This parameter controls text normalization with three modes: 'auto', 'on', and 'off'. When set to 'auto', the system will automatically decide whether to apply text normalization (e.g., spelling out numbers). With 'on', text normalization will always be applied, while with 'off', it will be skipped. */
|
|
30
30
|
applyTextNormalization?: ElevenLabs.BodyTextToDialogueMultiVoiceStreamingV1TextToDialogueStreamPostApplyTextNormalization;
|
|
31
|
-
/** Avatar context when this generation is made from the Avatars video editor. */
|
|
32
|
-
avatarContext?: ElevenLabs.AvatarContextRequestModel;
|
|
33
31
|
}
|
|
@@ -14,7 +14,7 @@ import type * as ElevenLabs from "../../../../index";
|
|
|
14
14
|
export interface BodyTextToDialogueMultiVoiceV1TextToDialoguePost {
|
|
15
15
|
/** Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM and WAV formats with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs. */
|
|
16
16
|
outputFormat?: ElevenLabs.TextToDialogueConvertRequestOutputFormat;
|
|
17
|
-
/** A list of dialogue inputs, each containing text and a voice ID which will be converted into speech. The maximum number of unique voice IDs is 10. */
|
|
17
|
+
/** A list of dialogue inputs, each containing text and a voice ID which will be converted into speech. The maximum number of unique voice IDs is 10. For reliable generation, keep the total character count across all `inputs[].text` values at or below 2,000 characters per request. Longer requests can terminate early in streaming responses or return a validation error. */
|
|
18
18
|
inputs: ElevenLabs.DialogueInput[];
|
|
19
19
|
/** Identifier of the model that will be used, you can query them using GET /v1/models. The model needs to have support for text to speech, you can check this using the can_do_text_to_speech property. */
|
|
20
20
|
modelId?: string;
|
|
@@ -28,6 +28,4 @@ export interface BodyTextToDialogueMultiVoiceV1TextToDialoguePost {
|
|
|
28
28
|
seed?: number;
|
|
29
29
|
/** This parameter controls text normalization with three modes: 'auto', 'on', and 'off'. When set to 'auto', the system will automatically decide whether to apply text normalization (e.g., spelling out numbers). With 'on', text normalization will always be applied, while with 'off', it will be skipped. */
|
|
30
30
|
applyTextNormalization?: ElevenLabs.BodyTextToDialogueMultiVoiceV1TextToDialoguePostApplyTextNormalization;
|
|
31
|
-
/** Avatar context when this generation is made from the Avatars video editor. */
|
|
32
|
-
avatarContext?: ElevenLabs.AvatarContextRequestModel;
|
|
33
31
|
}
|
|
@@ -15,7 +15,7 @@ import type * as ElevenLabs from "../../../../index";
|
|
|
15
15
|
export interface BodyTextToDialogueStreamWithTimestamps {
|
|
16
16
|
/** Output format of the generated audio. Formatted as codec_sample_rate_bitrate. So an mp3 with 22.05kHz sample rate at 32kbs is represented as mp3_22050_32. MP3 with 192kbps bitrate requires you to be subscribed to Creator tier or above. PCM with 44.1kHz sample rate requires you to be subscribed to Pro tier or above. Note that the μ-law format (sometimes written mu-law, often approximated as u-law) is commonly used for Twilio audio inputs. */
|
|
17
17
|
outputFormat?: ElevenLabs.AllowedOutputFormats;
|
|
18
|
-
/** A list of dialogue inputs, each containing text and a voice ID which will be converted into speech. The maximum number of unique voice IDs is 10. */
|
|
18
|
+
/** A list of dialogue inputs, each containing text and a voice ID which will be converted into speech. The maximum number of unique voice IDs is 10. For reliable generation, keep the total character count across all `inputs[].text` values at or below 2,000 characters per request. Longer requests can terminate early in streaming responses or return a validation error. */
|
|
19
19
|
inputs: ElevenLabs.DialogueInput[];
|
|
20
20
|
/** Identifier of the model that will be used, you can query them using GET /v1/models. The model needs to have support for text to speech, you can check this using the can_do_text_to_speech property. */
|
|
21
21
|
modelId?: string;
|
|
@@ -49,6 +49,4 @@ export interface BodyTextToSpeechFull {
|
|
|
49
49
|
applyTextNormalization?: ElevenLabs.BodyTextToSpeechFullApplyTextNormalization;
|
|
50
50
|
/** This parameter controls language text normalization. This helps with proper pronunciation of text in some supported languages. WARNING: This parameter can heavily increase the latency of the request. Currently only supported for Japanese. */
|
|
51
51
|
applyLanguageTextNormalization?: boolean;
|
|
52
|
-
/** Avatar context when this generation is made from the Avatars video editor. */
|
|
53
|
-
avatarContext?: ElevenLabs.AvatarContextRequestModel;
|
|
54
52
|
}
|
|
@@ -49,6 +49,4 @@ export interface StreamTextToSpeechRequest {
|
|
|
49
49
|
applyTextNormalization?: ElevenLabs.BodyTextToSpeechStreamApplyTextNormalization;
|
|
50
50
|
/** This parameter controls language text normalization. This helps with proper pronunciation of text in some supported languages. WARNING: This parameter can heavily increase the latency of the request. Currently only supported for Japanese. */
|
|
51
51
|
applyLanguageTextNormalization?: boolean;
|
|
52
|
-
/** Avatar context when this generation is made from the Avatars video editor. */
|
|
53
|
-
avatarContext?: ElevenLabs.AvatarContextRequestModel;
|
|
54
52
|
}
|
|
@@ -11,7 +11,7 @@ export declare class UsageClient {
|
|
|
11
11
|
protected readonly _options: NormalizedClientOptions<UsageClient.Options>;
|
|
12
12
|
constructor(options?: UsageClient.Options);
|
|
13
13
|
/**
|
|
14
|
-
* 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.
|
|
14
|
+
* (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.
|
|
15
15
|
*
|
|
16
16
|
* @param {ElevenLabs.UsageGetRequest} request
|
|
17
17
|
* @param {UsageClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -57,7 +57,7 @@ class UsageClient {
|
|
|
57
57
|
this._options = (0, BaseClient_1.normalizeClientOptions)(options);
|
|
58
58
|
}
|
|
59
59
|
/**
|
|
60
|
-
* 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.
|
|
60
|
+
* (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.
|
|
61
61
|
*
|
|
62
62
|
* @param {ElevenLabs.UsageGetRequest} request
|
|
63
63
|
* @param {UsageClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
@@ -24,7 +24,7 @@ export interface VoicesSearchRequest {
|
|
|
24
24
|
sort?: string;
|
|
25
25
|
/** Which direction to sort the voices in. 'asc' or 'desc'. */
|
|
26
26
|
sortDirection?: string;
|
|
27
|
-
/** Type of the voice to filter by. One of 'personal', 'community', 'default', 'workspace', 'non-default', 'saved'. 'non-default' is equal to all but 'default'. 'saved' is equal to non-default, but includes default voices if they have been added to a collection. */
|
|
27
|
+
/** Type of the voice to filter by. One of 'personal', 'community', 'default', 'workspace', 'non-default', 'non-community', 'saved'. 'non-default' is equal to all but 'default'. 'non-community' is equal to 'personal' and 'workspace' combined (excludes library copies). 'saved' is equal to non-default, but includes default voices if they have been added to a collection. */
|
|
28
28
|
voiceType?: string;
|
|
29
29
|
/** Category of the voice to filter by. One of 'premade', 'cloned', 'generated', 'professional' */
|
|
30
30
|
category?: string;
|
|
@@ -5,6 +5,7 @@ import { GroupsClient } from "../resources/groups/client/Client";
|
|
|
5
5
|
import { InvitesClient } from "../resources/invites/client/Client";
|
|
6
6
|
import { MembersClient } from "../resources/members/client/Client";
|
|
7
7
|
import { ResourcesClient } from "../resources/resources/client/Client";
|
|
8
|
+
import { UsageClient } from "../resources/usage/client/Client";
|
|
8
9
|
export declare namespace WorkspaceClient {
|
|
9
10
|
type Options = BaseClientOptions;
|
|
10
11
|
}
|
|
@@ -15,10 +16,12 @@ export declare class WorkspaceClient {
|
|
|
15
16
|
protected _invites: InvitesClient | undefined;
|
|
16
17
|
protected _members: MembersClient | undefined;
|
|
17
18
|
protected _resources: ResourcesClient | undefined;
|
|
19
|
+
protected _usage: UsageClient | undefined;
|
|
18
20
|
constructor(options?: WorkspaceClient.Options);
|
|
19
21
|
get authConnections(): AuthConnectionsClient;
|
|
20
22
|
get groups(): GroupsClient;
|
|
21
23
|
get invites(): InvitesClient;
|
|
22
24
|
get members(): MembersClient;
|
|
23
25
|
get resources(): ResourcesClient;
|
|
26
|
+
get usage(): UsageClient;
|
|
24
27
|
}
|
|
@@ -8,6 +8,7 @@ const Client_2 = require("../resources/groups/client/Client");
|
|
|
8
8
|
const Client_3 = require("../resources/invites/client/Client");
|
|
9
9
|
const Client_4 = require("../resources/members/client/Client");
|
|
10
10
|
const Client_5 = require("../resources/resources/client/Client");
|
|
11
|
+
const Client_6 = require("../resources/usage/client/Client");
|
|
11
12
|
class WorkspaceClient {
|
|
12
13
|
constructor(options = {}) {
|
|
13
14
|
this._options = (0, BaseClient_1.normalizeClientOptions)(options);
|
|
@@ -32,5 +33,9 @@ class WorkspaceClient {
|
|
|
32
33
|
var _a;
|
|
33
34
|
return ((_a = this._resources) !== null && _a !== void 0 ? _a : (this._resources = new Client_5.ResourcesClient(this._options)));
|
|
34
35
|
}
|
|
36
|
+
get usage() {
|
|
37
|
+
var _a;
|
|
38
|
+
return ((_a = this._usage) !== null && _a !== void 0 ? _a : (this._usage = new Client_6.UsageClient(this._options)));
|
|
39
|
+
}
|
|
35
40
|
}
|
|
36
41
|
exports.WorkspaceClient = WorkspaceClient;
|
|
@@ -9,3 +9,6 @@ export * from "./members/client/requests";
|
|
|
9
9
|
export * as resources from "./resources";
|
|
10
10
|
export * from "./resources/client/requests";
|
|
11
11
|
export * from "./resources/types";
|
|
12
|
+
export * as usage from "./usage";
|
|
13
|
+
export * from "./usage/client/requests";
|
|
14
|
+
export * from "./usage/types";
|
|
@@ -36,7 +36,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
36
36
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
37
37
|
};
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
-
exports.resources = exports.members = exports.invites = exports.groups = exports.authConnections = void 0;
|
|
39
|
+
exports.usage = exports.resources = exports.members = exports.invites = exports.groups = exports.authConnections = void 0;
|
|
40
40
|
exports.authConnections = __importStar(require("./authConnections"));
|
|
41
41
|
__exportStar(require("./authConnections/types"), exports);
|
|
42
42
|
exports.groups = __importStar(require("./groups"));
|
|
@@ -48,3 +48,6 @@ __exportStar(require("./members/client/requests"), exports);
|
|
|
48
48
|
exports.resources = __importStar(require("./resources"));
|
|
49
49
|
__exportStar(require("./resources/client/requests"), exports);
|
|
50
50
|
__exportStar(require("./resources/types"), exports);
|
|
51
|
+
exports.usage = __importStar(require("./usage"));
|
|
52
|
+
__exportStar(require("./usage/client/requests"), exports);
|
|
53
|
+
__exportStar(require("./usage/types"), exports);
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { BaseClientOptions, BaseRequestOptions } from "../../../../../../BaseClient";
|
|
2
|
+
import { type NormalizedClientOptions } from "../../../../../../BaseClient";
|
|
3
|
+
import * as core from "../../../../../../core";
|
|
4
|
+
import * as ElevenLabs from "../../../../../index";
|
|
5
|
+
export declare namespace UsageClient {
|
|
6
|
+
type Options = BaseClientOptions;
|
|
7
|
+
interface RequestOptions extends BaseRequestOptions {
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
export declare class UsageClient {
|
|
11
|
+
protected readonly _options: NormalizedClientOptions<UsageClient.Options>;
|
|
12
|
+
constructor(options?: UsageClient.Options);
|
|
13
|
+
/**
|
|
14
|
+
* 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.
|
|
15
|
+
*
|
|
16
|
+
* @param {ElevenLabs.workspace.BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost} request
|
|
17
|
+
* @param {UsageClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
18
|
+
*
|
|
19
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
20
|
+
*
|
|
21
|
+
* @example
|
|
22
|
+
* await client.workspace.usage.getUsageByProductOverTime({
|
|
23
|
+
* startTime: 1,
|
|
24
|
+
* endTime: 1
|
|
25
|
+
* })
|
|
26
|
+
*/
|
|
27
|
+
getUsageByProductOverTime(request: ElevenLabs.workspace.BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost, requestOptions?: UsageClient.RequestOptions): core.HttpResponsePromise<ElevenLabs.WorkspaceAnalyticsQueryResponseModel>;
|
|
28
|
+
private __getUsageByProductOverTime;
|
|
29
|
+
}
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
37
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
38
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
39
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
40
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
41
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
42
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
43
|
+
});
|
|
44
|
+
};
|
|
45
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
46
|
+
exports.UsageClient = void 0;
|
|
47
|
+
const BaseClient_1 = require("../../../../../../BaseClient");
|
|
48
|
+
const core = __importStar(require("../../../../../../core"));
|
|
49
|
+
const headers_1 = require("../../../../../../core/headers");
|
|
50
|
+
const environments = __importStar(require("../../../../../../environments"));
|
|
51
|
+
const handleNonStatusCodeError_1 = require("../../../../../../errors/handleNonStatusCodeError");
|
|
52
|
+
const errors = __importStar(require("../../../../../../errors/index"));
|
|
53
|
+
const serializers = __importStar(require("../../../../../../serialization/index"));
|
|
54
|
+
const ElevenLabs = __importStar(require("../../../../../index"));
|
|
55
|
+
class UsageClient {
|
|
56
|
+
constructor(options = {}) {
|
|
57
|
+
this._options = (0, BaseClient_1.normalizeClientOptions)(options);
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* 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.
|
|
61
|
+
*
|
|
62
|
+
* @param {ElevenLabs.workspace.BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost} request
|
|
63
|
+
* @param {UsageClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link ElevenLabs.UnprocessableEntityError}
|
|
66
|
+
*
|
|
67
|
+
* @example
|
|
68
|
+
* await client.workspace.usage.getUsageByProductOverTime({
|
|
69
|
+
* startTime: 1,
|
|
70
|
+
* endTime: 1
|
|
71
|
+
* })
|
|
72
|
+
*/
|
|
73
|
+
getUsageByProductOverTime(request, requestOptions) {
|
|
74
|
+
return core.HttpResponsePromise.fromPromise(this.__getUsageByProductOverTime(request, requestOptions));
|
|
75
|
+
}
|
|
76
|
+
__getUsageByProductOverTime(request, requestOptions) {
|
|
77
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
78
|
+
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m;
|
|
79
|
+
const _headers = (0, headers_1.mergeHeaders)((_a = this._options) === null || _a === void 0 ? void 0 : _a.headers, (0, headers_1.mergeOnlyDefinedHeaders)({ "xi-api-key": (_b = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.apiKey) !== null && _b !== void 0 ? _b : (_c = this._options) === null || _c === void 0 ? void 0 : _c.apiKey }), requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.headers);
|
|
80
|
+
const _response = yield ((_d = this._options.fetcher) !== null && _d !== void 0 ? _d : core.fetcher)({
|
|
81
|
+
url: core.url.join((_f = (_e = (yield core.Supplier.get(this._options.baseUrl))) !== null && _e !== void 0 ? _e : (yield core.Supplier.get(this._options.environment))) !== null && _f !== void 0 ? _f : environments.ElevenLabsEnvironment.Production, "v1/workspace/analytics/query/usage-by-product-over-time"),
|
|
82
|
+
method: "POST",
|
|
83
|
+
headers: _headers,
|
|
84
|
+
contentType: "application/json",
|
|
85
|
+
queryParameters: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.queryParams,
|
|
86
|
+
requestType: "json",
|
|
87
|
+
body: serializers.workspace.BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
|
|
88
|
+
timeoutMs: ((_j = (_g = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.timeoutInSeconds) !== null && _g !== void 0 ? _g : (_h = this._options) === null || _h === void 0 ? void 0 : _h.timeoutInSeconds) !== null && _j !== void 0 ? _j : 240) * 1000,
|
|
89
|
+
maxRetries: (_k = requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.maxRetries) !== null && _k !== void 0 ? _k : (_l = this._options) === null || _l === void 0 ? void 0 : _l.maxRetries,
|
|
90
|
+
abortSignal: requestOptions === null || requestOptions === void 0 ? void 0 : requestOptions.abortSignal,
|
|
91
|
+
fetchFn: (_m = this._options) === null || _m === void 0 ? void 0 : _m.fetch,
|
|
92
|
+
logging: this._options.logging,
|
|
93
|
+
});
|
|
94
|
+
if (_response.ok) {
|
|
95
|
+
return {
|
|
96
|
+
data: serializers.WorkspaceAnalyticsQueryResponseModel.parseOrThrow(_response.body, {
|
|
97
|
+
unrecognizedObjectKeys: "passthrough",
|
|
98
|
+
allowUnrecognizedUnionMembers: true,
|
|
99
|
+
allowUnrecognizedEnumValues: true,
|
|
100
|
+
breadcrumbsPrefix: ["response"],
|
|
101
|
+
}),
|
|
102
|
+
rawResponse: _response.rawResponse,
|
|
103
|
+
};
|
|
104
|
+
}
|
|
105
|
+
if (_response.error.reason === "status-code") {
|
|
106
|
+
switch (_response.error.statusCode) {
|
|
107
|
+
case 422:
|
|
108
|
+
throw new ElevenLabs.UnprocessableEntityError(_response.error.body, _response.rawResponse);
|
|
109
|
+
default:
|
|
110
|
+
throw new errors.ElevenLabsError({
|
|
111
|
+
statusCode: _response.error.statusCode,
|
|
112
|
+
body: _response.error.body,
|
|
113
|
+
rawResponse: _response.rawResponse,
|
|
114
|
+
});
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
return (0, handleNonStatusCodeError_1.handleNonStatusCodeError)(_response.error, _response.rawResponse, "POST", "/v1/workspace/analytics/query/usage-by-product-over-time");
|
|
118
|
+
});
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
exports.UsageClient = UsageClient;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./requests";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./requests"), exports);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../../../../../index";
|
|
2
|
+
/**
|
|
3
|
+
* @example
|
|
4
|
+
* {
|
|
5
|
+
* startTime: 1,
|
|
6
|
+
* endTime: 1
|
|
7
|
+
* }
|
|
8
|
+
*/
|
|
9
|
+
export interface BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost {
|
|
10
|
+
startTime: number;
|
|
11
|
+
endTime: number;
|
|
12
|
+
intervalSeconds?: number;
|
|
13
|
+
groupBy?: ElevenLabs.workspace.BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePostGroupByItem[];
|
|
14
|
+
filters?: ElevenLabs.ColumnFilter[];
|
|
15
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type { BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost } from "./BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost";
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./client"), exports);
|
|
18
|
+
__exportStar(require("./types"), exports);
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare const BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePostGroupByItem: {
|
|
2
|
+
readonly ProductType: "product_type";
|
|
3
|
+
readonly Model: "model";
|
|
4
|
+
readonly VoiceId: "voice_id";
|
|
5
|
+
readonly UserId: "user_id";
|
|
6
|
+
readonly FiatCurrency: "fiat_currency";
|
|
7
|
+
readonly FiatChargeType: "fiat_charge_type";
|
|
8
|
+
readonly Region: "region";
|
|
9
|
+
readonly ReportingWorkspaceId: "reporting_workspace_id";
|
|
10
|
+
readonly RequestSource: "request_source";
|
|
11
|
+
readonly ResourceId: "resource_id";
|
|
12
|
+
readonly SubresourceId: "subresource_id";
|
|
13
|
+
readonly RequestQueueType: "request_queue_type";
|
|
14
|
+
readonly VoiceMultiplier: "voice_multiplier";
|
|
15
|
+
readonly HashedXiApiKey: "hashed_xi_api_key";
|
|
16
|
+
readonly BillingGroupId: "billing_group_id";
|
|
17
|
+
};
|
|
18
|
+
export type BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePostGroupByItem = (typeof BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePostGroupByItem)[keyof typeof BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePostGroupByItem];
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePostGroupByItem = void 0;
|
|
5
|
+
exports.BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePostGroupByItem = {
|
|
6
|
+
ProductType: "product_type",
|
|
7
|
+
Model: "model",
|
|
8
|
+
VoiceId: "voice_id",
|
|
9
|
+
UserId: "user_id",
|
|
10
|
+
FiatCurrency: "fiat_currency",
|
|
11
|
+
FiatChargeType: "fiat_charge_type",
|
|
12
|
+
Region: "region",
|
|
13
|
+
ReportingWorkspaceId: "reporting_workspace_id",
|
|
14
|
+
RequestSource: "request_source",
|
|
15
|
+
ResourceId: "resource_id",
|
|
16
|
+
SubresourceId: "subresource_id",
|
|
17
|
+
RequestQueueType: "request_queue_type",
|
|
18
|
+
VoiceMultiplier: "voice_multiplier",
|
|
19
|
+
HashedXiApiKey: "hashed_xi_api_key",
|
|
20
|
+
BillingGroupId: "billing_group_id",
|
|
21
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePostGroupByItem";
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePostGroupByItem"), exports);
|
|
@@ -12,6 +12,8 @@ export interface AgentBranchSummary {
|
|
|
12
12
|
accessInfo?: ElevenLabs.ResourceAccessInfo;
|
|
13
13
|
/** Percentage of traffic live on the branch */
|
|
14
14
|
currentLivePercentage?: number;
|
|
15
|
+
/** ID of the parent branch */
|
|
16
|
+
parentBranchId?: string;
|
|
15
17
|
/** Whether a draft exists for the branch */
|
|
16
18
|
draftExists?: boolean;
|
|
17
19
|
}
|
|
@@ -7,7 +7,7 @@ export interface AgentConfig {
|
|
|
7
7
|
/** When enabled and language is Hindi, the agent will respond in Hinglish */
|
|
8
8
|
hinglishMode?: boolean;
|
|
9
9
|
/** Configuration for dynamic variables */
|
|
10
|
-
dynamicVariables?: ElevenLabs.
|
|
10
|
+
dynamicVariables?: ElevenLabs.DynamicVariablesConfigOutput;
|
|
11
11
|
/** If true, the user will not be able to interrupt the agent while the first message is being delivered. */
|
|
12
12
|
disableFirstMessageInterruptions?: boolean;
|
|
13
13
|
/** If non-empty, the message the agent will send when max conversation duration is reached. */
|
|
@@ -7,7 +7,7 @@ export interface AgentConfigApiModelWorkflowOverrideInput {
|
|
|
7
7
|
/** When enabled and language is Hindi, the agent will respond in Hinglish */
|
|
8
8
|
hinglishMode?: boolean;
|
|
9
9
|
/** Configuration for dynamic variables */
|
|
10
|
-
dynamicVariables?: ElevenLabs.
|
|
10
|
+
dynamicVariables?: ElevenLabs.DynamicVariablesConfigWorkflowOverrideInput;
|
|
11
11
|
/** If true, the user will not be able to interrupt the agent while the first message is being delivered. */
|
|
12
12
|
disableFirstMessageInterruptions?: boolean;
|
|
13
13
|
/** If non-empty, the message the agent will send when max conversation duration is reached. */
|
|
@@ -7,7 +7,7 @@ export interface AgentConfigApiModelWorkflowOverrideOutput {
|
|
|
7
7
|
/** When enabled and language is Hindi, the agent will respond in Hinglish */
|
|
8
8
|
hinglishMode?: boolean;
|
|
9
9
|
/** Configuration for dynamic variables */
|
|
10
|
-
dynamicVariables?: ElevenLabs.
|
|
10
|
+
dynamicVariables?: ElevenLabs.DynamicVariablesConfigWorkflowOverrideOutput;
|
|
11
11
|
/** If true, the user will not be able to interrupt the agent while the first message is being delivered. */
|
|
12
12
|
disableFirstMessageInterruptions?: boolean;
|
|
13
13
|
/** If non-empty, the message the agent will send when max conversation duration is reached. */
|
|
@@ -5,7 +5,7 @@ export interface AgentPlatformSettingsRequestModel {
|
|
|
5
5
|
/** Configuration for the widget */
|
|
6
6
|
widget?: ElevenLabs.WidgetConfig;
|
|
7
7
|
/** Data collection settings */
|
|
8
|
-
dataCollection?: Record<string, ElevenLabs.
|
|
8
|
+
dataCollection?: Record<string, ElevenLabs.AnalysisProperty>;
|
|
9
9
|
/** Scope per data collection item ID. Missing keys default to conversation scope. */
|
|
10
10
|
dataCollectionScopes?: Record<string, ElevenLabs.AnalysisScope>;
|
|
11
11
|
/** Additional overrides for the agent during conversation initiation */
|
|
@@ -26,4 +26,6 @@ export interface AgentPlatformSettingsRequestModel {
|
|
|
26
26
|
callLimits?: ElevenLabs.AgentCallLimits;
|
|
27
27
|
/** Privacy settings for the agent */
|
|
28
28
|
privacy?: ElevenLabs.PrivacyConfigInput;
|
|
29
|
+
/** Default LLM model for post-call analysis (evaluation and data collection) */
|
|
30
|
+
analysisLlm?: ElevenLabs.Llm;
|
|
29
31
|
}
|
|
@@ -5,7 +5,7 @@ export interface AgentPlatformSettingsResponseModel {
|
|
|
5
5
|
/** Configuration for the widget */
|
|
6
6
|
widget?: ElevenLabs.WidgetConfig;
|
|
7
7
|
/** Data collection settings */
|
|
8
|
-
dataCollection?: Record<string, ElevenLabs.
|
|
8
|
+
dataCollection?: Record<string, ElevenLabs.AnalysisProperty>;
|
|
9
9
|
/** Scope per data collection item ID. Missing keys default to conversation scope. */
|
|
10
10
|
dataCollectionScopes?: Record<string, ElevenLabs.AnalysisScope>;
|
|
11
11
|
/** Additional overrides for the agent during conversation initiation */
|
|
@@ -26,5 +26,7 @@ export interface AgentPlatformSettingsResponseModel {
|
|
|
26
26
|
callLimits?: ElevenLabs.AgentCallLimits;
|
|
27
27
|
/** Privacy settings for the agent */
|
|
28
28
|
privacy?: ElevenLabs.PrivacyConfigOutput;
|
|
29
|
+
/** Default LLM model for post-call analysis (evaluation and data collection) */
|
|
30
|
+
analysisLlm?: ElevenLabs.Llm;
|
|
29
31
|
safety?: ElevenLabs.SafetyResponseModel;
|
|
30
32
|
}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../index";
|
|
2
|
+
/**
|
|
3
|
+
* Data collection property with optional per-item LLM override for post-call analysis.
|
|
4
|
+
*
|
|
5
|
+
* TODO: migrate to composition (value_schema: LiteralJsonSchemaProperty + llm) instead of
|
|
6
|
+
* inheritance, so this generalizes cleanly to object/array schemas in the future.
|
|
7
|
+
*/
|
|
8
|
+
export interface AnalysisProperty {
|
|
9
|
+
type: ElevenLabs.AnalysisPropertyType;
|
|
10
|
+
/** The description of the property. When set, the LLM will provide the value based on this description. Mutually exclusive with dynamic_variable, is_system_provided, and constant_value. */
|
|
11
|
+
description?: string;
|
|
12
|
+
/** List of allowed string values for string type parameters */
|
|
13
|
+
enum?: string[];
|
|
14
|
+
/** If true, the value will be populated by the system at runtime. Used by API Integration Webhook tools for templating. Mutually exclusive with description, dynamic_variable, and constant_value. */
|
|
15
|
+
isSystemProvided?: boolean;
|
|
16
|
+
/** The name of the dynamic variable to use for this property's value. Mutually exclusive with description, is_system_provided, and constant_value. */
|
|
17
|
+
dynamicVariable?: string;
|
|
18
|
+
/** A constant value to use for this property. Mutually exclusive with description, dynamic_variable, and is_system_provided. */
|
|
19
|
+
constantValue?: ElevenLabs.AnalysisPropertyConstantValue;
|
|
20
|
+
/** LLM model to use for this analysis item. If not set, uses agent's analysis_llm default. */
|
|
21
|
+
llm?: ElevenLabs.Llm;
|
|
22
|
+
}
|