@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
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.AstNullNodeInput = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.AstNullNodeInput = core.serialization.object({});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
export declare const AstNullNodeOutput: core.serialization.ObjectSchema<serializers.AstNullNodeOutput.Raw, ElevenLabs.AstNullNodeOutput>;
|
|
5
|
+
export declare namespace AstNullNodeOutput {
|
|
6
|
+
type Raw = {};
|
|
7
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.AstNullNodeOutput = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.AstNullNodeOutput = core.serialization.object({});
|
|
@@ -10,6 +10,7 @@ export declare namespace AsyncConversationMetadata {
|
|
|
10
10
|
delivery_error?: string | null;
|
|
11
11
|
external_system: string;
|
|
12
12
|
external_id: string;
|
|
13
|
+
external_link?: string | null;
|
|
13
14
|
retry_count?: number | null;
|
|
14
15
|
last_retry_timestamp?: number | null;
|
|
15
16
|
last_processed_external_message_id?: string | null;
|
|
@@ -43,6 +43,7 @@ exports.AsyncConversationMetadata = core.serialization.object({
|
|
|
43
43
|
deliveryError: core.serialization.property("delivery_error", core.serialization.string().optional()),
|
|
44
44
|
externalSystem: core.serialization.property("external_system", core.serialization.string()),
|
|
45
45
|
externalId: core.serialization.property("external_id", core.serialization.string()),
|
|
46
|
+
externalLink: core.serialization.property("external_link", core.serialization.string().optional()),
|
|
46
47
|
retryCount: core.serialization.property("retry_count", core.serialization.number().optional()),
|
|
47
48
|
lastRetryTimestamp: core.serialization.property("last_retry_timestamp", core.serialization.number().optional()),
|
|
48
49
|
lastProcessedExternalMessageId: core.serialization.property("last_processed_external_message_id", core.serialization.string().optional()),
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import type * as ElevenLabs from "../../api/index";
|
|
2
2
|
import * as core from "../../core";
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
|
-
import { AssetTranscription } from "./AssetTranscription";
|
|
5
4
|
import { AudioKeyMoment } from "./AudioKeyMoment";
|
|
6
5
|
import { AudioSegment } from "./AudioSegment";
|
|
7
6
|
export declare const AudioAnalysisResult: core.serialization.ObjectSchema<serializers.AudioAnalysisResult.Raw, ElevenLabs.AudioAnalysisResult>;
|
|
@@ -13,6 +12,5 @@ export declare namespace AudioAnalysisResult {
|
|
|
13
12
|
overall_pacing?: string | null;
|
|
14
13
|
segments?: AudioSegment.Raw[] | null;
|
|
15
14
|
key_moments?: AudioKeyMoment.Raw[] | null;
|
|
16
|
-
transcription?: AssetTranscription.Raw | null;
|
|
17
15
|
}
|
|
18
16
|
}
|
|
@@ -36,7 +36,6 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.AudioAnalysisResult = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
const AssetTranscription_1 = require("./AssetTranscription");
|
|
40
39
|
const AudioKeyMoment_1 = require("./AudioKeyMoment");
|
|
41
40
|
const AudioSegment_1 = require("./AudioSegment");
|
|
42
41
|
exports.AudioAnalysisResult = core.serialization.object({
|
|
@@ -46,5 +45,4 @@ exports.AudioAnalysisResult = core.serialization.object({
|
|
|
46
45
|
overallPacing: core.serialization.property("overall_pacing", core.serialization.string().optional()),
|
|
47
46
|
segments: core.serialization.list(AudioSegment_1.AudioSegment).optional(),
|
|
48
47
|
keyMoments: core.serialization.property("key_moments", core.serialization.list(AudioKeyMoment_1.AudioKeyMoment).optional()),
|
|
49
|
-
transcription: AssetTranscription_1.AssetTranscription.optional(),
|
|
50
48
|
});
|
|
@@ -3,5 +3,5 @@ import * as core from "../../core";
|
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
export declare const ChatSourceMedium: core.serialization.Schema<serializers.ChatSourceMedium.Raw, ElevenLabs.ChatSourceMedium>;
|
|
5
5
|
export declare namespace ChatSourceMedium {
|
|
6
|
-
type Raw = "audio" | "
|
|
6
|
+
type Raw = "audio" | "text" | "image" | "file";
|
|
7
7
|
}
|
|
@@ -36,4 +36,4 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
37
|
exports.ChatSourceMedium = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
exports.ChatSourceMedium = core.serialization.enum_(["audio", "
|
|
39
|
+
exports.ChatSourceMedium = core.serialization.enum_(["audio", "text", "image", "file"]);
|
|
@@ -2,7 +2,7 @@ import type * as ElevenLabs from "../../api/index";
|
|
|
2
2
|
import * as core from "../../core";
|
|
3
3
|
import * as serializers from "../index";
|
|
4
4
|
import { DynamicVariableAssignment } from "./DynamicVariableAssignment";
|
|
5
|
-
import {
|
|
5
|
+
import { DynamicVariablesConfigInput } from "./DynamicVariablesConfigInput";
|
|
6
6
|
import { ToolCallSoundBehavior } from "./ToolCallSoundBehavior";
|
|
7
7
|
import { ToolCallSoundType } from "./ToolCallSoundType";
|
|
8
8
|
import { ToolErrorHandlingMode } from "./ToolErrorHandlingMode";
|
|
@@ -21,7 +21,7 @@ export declare namespace ClientToolConfigInput {
|
|
|
21
21
|
tool_error_handling_mode?: ToolErrorHandlingMode.Raw | null;
|
|
22
22
|
parameters?: serializers.ObjectJsonSchemaPropertyInput.Raw | null;
|
|
23
23
|
expects_response?: boolean | null;
|
|
24
|
-
dynamic_variables?:
|
|
24
|
+
dynamic_variables?: DynamicVariablesConfigInput.Raw | null;
|
|
25
25
|
execution_mode?: ToolExecutionMode.Raw | null;
|
|
26
26
|
}
|
|
27
27
|
}
|
|
@@ -38,7 +38,7 @@ exports.ClientToolConfigInput = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const serializers = __importStar(require("../index"));
|
|
40
40
|
const DynamicVariableAssignment_1 = require("./DynamicVariableAssignment");
|
|
41
|
-
const
|
|
41
|
+
const DynamicVariablesConfigInput_1 = require("./DynamicVariablesConfigInput");
|
|
42
42
|
const ToolCallSoundBehavior_1 = require("./ToolCallSoundBehavior");
|
|
43
43
|
const ToolCallSoundType_1 = require("./ToolCallSoundType");
|
|
44
44
|
const ToolErrorHandlingMode_1 = require("./ToolErrorHandlingMode");
|
|
@@ -55,6 +55,6 @@ exports.ClientToolConfigInput = core.serialization.object({
|
|
|
55
55
|
toolErrorHandlingMode: core.serialization.property("tool_error_handling_mode", ToolErrorHandlingMode_1.ToolErrorHandlingMode.optional()),
|
|
56
56
|
parameters: core.serialization.lazyObject(() => serializers.ObjectJsonSchemaPropertyInput).optional(),
|
|
57
57
|
expectsResponse: core.serialization.property("expects_response", core.serialization.boolean().optional()),
|
|
58
|
-
dynamicVariables: core.serialization.property("dynamic_variables",
|
|
58
|
+
dynamicVariables: core.serialization.property("dynamic_variables", DynamicVariablesConfigInput_1.DynamicVariablesConfigInput.optional()),
|
|
59
59
|
executionMode: core.serialization.property("execution_mode", ToolExecutionMode_1.ToolExecutionMode.optional()),
|
|
60
60
|
});
|
|
@@ -2,7 +2,7 @@ import type * as ElevenLabs from "../../api/index";
|
|
|
2
2
|
import * as core from "../../core";
|
|
3
3
|
import * as serializers from "../index";
|
|
4
4
|
import { DynamicVariableAssignment } from "./DynamicVariableAssignment";
|
|
5
|
-
import {
|
|
5
|
+
import { DynamicVariablesConfigOutput } from "./DynamicVariablesConfigOutput";
|
|
6
6
|
import { ToolCallSoundBehavior } from "./ToolCallSoundBehavior";
|
|
7
7
|
import { ToolCallSoundType } from "./ToolCallSoundType";
|
|
8
8
|
import { ToolErrorHandlingMode } from "./ToolErrorHandlingMode";
|
|
@@ -21,7 +21,7 @@ export declare namespace ClientToolConfigOutput {
|
|
|
21
21
|
tool_error_handling_mode?: ToolErrorHandlingMode.Raw | null;
|
|
22
22
|
parameters?: serializers.ObjectJsonSchemaPropertyOutput.Raw | null;
|
|
23
23
|
expects_response?: boolean | null;
|
|
24
|
-
dynamic_variables?:
|
|
24
|
+
dynamic_variables?: DynamicVariablesConfigOutput.Raw | null;
|
|
25
25
|
execution_mode?: ToolExecutionMode.Raw | null;
|
|
26
26
|
}
|
|
27
27
|
}
|
|
@@ -38,7 +38,7 @@ exports.ClientToolConfigOutput = void 0;
|
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const serializers = __importStar(require("../index"));
|
|
40
40
|
const DynamicVariableAssignment_1 = require("./DynamicVariableAssignment");
|
|
41
|
-
const
|
|
41
|
+
const DynamicVariablesConfigOutput_1 = require("./DynamicVariablesConfigOutput");
|
|
42
42
|
const ToolCallSoundBehavior_1 = require("./ToolCallSoundBehavior");
|
|
43
43
|
const ToolCallSoundType_1 = require("./ToolCallSoundType");
|
|
44
44
|
const ToolErrorHandlingMode_1 = require("./ToolErrorHandlingMode");
|
|
@@ -55,6 +55,6 @@ exports.ClientToolConfigOutput = core.serialization.object({
|
|
|
55
55
|
toolErrorHandlingMode: core.serialization.property("tool_error_handling_mode", ToolErrorHandlingMode_1.ToolErrorHandlingMode.optional()),
|
|
56
56
|
parameters: core.serialization.lazyObject(() => serializers.ObjectJsonSchemaPropertyOutput).optional(),
|
|
57
57
|
expectsResponse: core.serialization.property("expects_response", core.serialization.boolean().optional()),
|
|
58
|
-
dynamicVariables: core.serialization.property("dynamic_variables",
|
|
58
|
+
dynamicVariables: core.serialization.property("dynamic_variables", DynamicVariablesConfigOutput_1.DynamicVariablesConfigOutput.optional()),
|
|
59
59
|
executionMode: core.serialization.property("execution_mode", ToolExecutionMode_1.ToolExecutionMode.optional()),
|
|
60
60
|
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
import { ColumnFilterOperation } from "./ColumnFilterOperation";
|
|
5
|
+
import { ColumnFilterValuesItem } from "./ColumnFilterValuesItem";
|
|
6
|
+
export declare const ColumnFilter: core.serialization.ObjectSchema<serializers.ColumnFilter.Raw, ElevenLabs.ColumnFilter>;
|
|
7
|
+
export declare namespace ColumnFilter {
|
|
8
|
+
interface Raw {
|
|
9
|
+
column: string;
|
|
10
|
+
operation: ColumnFilterOperation.Raw;
|
|
11
|
+
values: (ColumnFilterValuesItem.Raw | null | undefined)[];
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -34,11 +34,12 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
34
34
|
};
|
|
35
35
|
})();
|
|
36
36
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
-
exports.
|
|
37
|
+
exports.ColumnFilter = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
39
|
+
const ColumnFilterOperation_1 = require("./ColumnFilterOperation");
|
|
40
|
+
const ColumnFilterValuesItem_1 = require("./ColumnFilterValuesItem");
|
|
41
|
+
exports.ColumnFilter = core.serialization.object({
|
|
42
|
+
column: core.serialization.string(),
|
|
43
|
+
operation: ColumnFilterOperation_1.ColumnFilterOperation,
|
|
44
|
+
values: core.serialization.list(ColumnFilterValuesItem_1.ColumnFilterValuesItem.optional()),
|
|
44
45
|
});
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
export declare const ColumnFilterOperation: core.serialization.Schema<serializers.ColumnFilterOperation.Raw, ElevenLabs.ColumnFilterOperation>;
|
|
5
|
+
export declare namespace ColumnFilterOperation {
|
|
6
|
+
type Raw = "in" | "not_in" | "le" | "ge" | "lt" | "gt" | "eq" | "neq";
|
|
7
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.ColumnFilterOperation = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.ColumnFilterOperation = core.serialization.enum_(["in", "not_in", "le", "ge", "lt", "gt", "eq", "neq"]);
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
export declare const ColumnFilterValuesItem: core.serialization.Schema<serializers.ColumnFilterValuesItem.Raw, ElevenLabs.ColumnFilterValuesItem>;
|
|
5
|
+
export declare namespace ColumnFilterValuesItem {
|
|
6
|
+
type Raw = string | number | number | string | boolean;
|
|
7
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.ColumnFilterValuesItem = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.ColumnFilterValuesItem = core.serialization.undiscriminatedUnion([
|
|
40
|
+
core.serialization.string(),
|
|
41
|
+
core.serialization.number(),
|
|
42
|
+
core.serialization.number(),
|
|
43
|
+
core.serialization.date(),
|
|
44
|
+
core.serialization.boolean(),
|
|
45
|
+
]);
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
export declare const ColumnUnit: core.serialization.Schema<serializers.ColumnUnit.Raw, ElevenLabs.ColumnUnit>;
|
|
5
|
+
export declare namespace ColumnUnit {
|
|
6
|
+
type Raw = "ms" | "s" | "min" | "duration" | "credits" | "usd" | "eur" | "inr" | "ratio" | "rating";
|
|
7
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.ColumnUnit = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
exports.ColumnUnit = core.serialization.enum_(["ms", "s", "min", "duration", "credits", "usd", "eur", "inr", "ratio", "rating"]);
|
|
@@ -2,6 +2,7 @@ import type * as ElevenLabs from "../../api/index";
|
|
|
2
2
|
import * as core from "../../core";
|
|
3
3
|
import type * as serializers from "../index";
|
|
4
4
|
import { ConvAiStoredSecretDependenciesAgentsItem } from "./ConvAiStoredSecretDependenciesAgentsItem";
|
|
5
|
+
import { ConvAiStoredSecretDependenciesMcpServersItem } from "./ConvAiStoredSecretDependenciesMcpServersItem";
|
|
5
6
|
import { ConvAiStoredSecretDependenciesToolsItem } from "./ConvAiStoredSecretDependenciesToolsItem";
|
|
6
7
|
import { DependentPhoneNumberIdentifier } from "./DependentPhoneNumberIdentifier";
|
|
7
8
|
import { SecretDependencyType } from "./SecretDependencyType";
|
|
@@ -9,8 +10,12 @@ export declare const ConvAiStoredSecretDependencies: core.serialization.ObjectSc
|
|
|
9
10
|
export declare namespace ConvAiStoredSecretDependencies {
|
|
10
11
|
interface Raw {
|
|
11
12
|
tools: ConvAiStoredSecretDependenciesToolsItem.Raw[];
|
|
13
|
+
tools_has_more?: boolean | null;
|
|
12
14
|
agents: ConvAiStoredSecretDependenciesAgentsItem.Raw[];
|
|
13
|
-
|
|
15
|
+
agents_has_more?: boolean | null;
|
|
14
16
|
phone_numbers?: DependentPhoneNumberIdentifier.Raw[] | null;
|
|
17
|
+
phone_numbers_has_more?: boolean | null;
|
|
18
|
+
mcp_servers?: ConvAiStoredSecretDependenciesMcpServersItem.Raw[] | null;
|
|
19
|
+
others: SecretDependencyType.Raw[];
|
|
15
20
|
}
|
|
16
21
|
}
|
|
@@ -37,12 +37,17 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
37
37
|
exports.ConvAiStoredSecretDependencies = void 0;
|
|
38
38
|
const core = __importStar(require("../../core"));
|
|
39
39
|
const ConvAiStoredSecretDependenciesAgentsItem_1 = require("./ConvAiStoredSecretDependenciesAgentsItem");
|
|
40
|
+
const ConvAiStoredSecretDependenciesMcpServersItem_1 = require("./ConvAiStoredSecretDependenciesMcpServersItem");
|
|
40
41
|
const ConvAiStoredSecretDependenciesToolsItem_1 = require("./ConvAiStoredSecretDependenciesToolsItem");
|
|
41
42
|
const DependentPhoneNumberIdentifier_1 = require("./DependentPhoneNumberIdentifier");
|
|
42
43
|
const SecretDependencyType_1 = require("./SecretDependencyType");
|
|
43
44
|
exports.ConvAiStoredSecretDependencies = core.serialization.object({
|
|
44
45
|
tools: core.serialization.list(ConvAiStoredSecretDependenciesToolsItem_1.ConvAiStoredSecretDependenciesToolsItem),
|
|
46
|
+
toolsHasMore: core.serialization.property("tools_has_more", core.serialization.boolean().optional()),
|
|
45
47
|
agents: core.serialization.list(ConvAiStoredSecretDependenciesAgentsItem_1.ConvAiStoredSecretDependenciesAgentsItem),
|
|
46
|
-
|
|
48
|
+
agentsHasMore: core.serialization.property("agents_has_more", core.serialization.boolean().optional()),
|
|
47
49
|
phoneNumbers: core.serialization.property("phone_numbers", core.serialization.list(DependentPhoneNumberIdentifier_1.DependentPhoneNumberIdentifier).optional()),
|
|
50
|
+
phoneNumbersHasMore: core.serialization.property("phone_numbers_has_more", core.serialization.boolean().optional()),
|
|
51
|
+
mcpServers: core.serialization.property("mcp_servers", core.serialization.list(ConvAiStoredSecretDependenciesMcpServersItem_1.ConvAiStoredSecretDependenciesMcpServersItem).optional()),
|
|
52
|
+
others: core.serialization.list(SecretDependencyType_1.SecretDependencyType),
|
|
48
53
|
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../../api/index";
|
|
2
|
+
import * as core from "../../core";
|
|
3
|
+
import type * as serializers from "../index";
|
|
4
|
+
import { DependentAvailableMcpServerIdentifier } from "./DependentAvailableMcpServerIdentifier";
|
|
5
|
+
import { DependentUnknownMcpServerIdentifier } from "./DependentUnknownMcpServerIdentifier";
|
|
6
|
+
export declare const ConvAiStoredSecretDependenciesMcpServersItem: core.serialization.Schema<serializers.ConvAiStoredSecretDependenciesMcpServersItem.Raw, ElevenLabs.ConvAiStoredSecretDependenciesMcpServersItem>;
|
|
7
|
+
export declare namespace ConvAiStoredSecretDependenciesMcpServersItem {
|
|
8
|
+
type Raw = ConvAiStoredSecretDependenciesMcpServersItem.Available | ConvAiStoredSecretDependenciesMcpServersItem.Unknown;
|
|
9
|
+
interface Available extends DependentAvailableMcpServerIdentifier.Raw {
|
|
10
|
+
type: "available";
|
|
11
|
+
}
|
|
12
|
+
interface Unknown extends DependentUnknownMcpServerIdentifier.Raw {
|
|
13
|
+
type: "unknown";
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
4
|
+
if (k2 === undefined) k2 = k;
|
|
5
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
6
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
7
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
8
|
+
}
|
|
9
|
+
Object.defineProperty(o, k2, desc);
|
|
10
|
+
}) : (function(o, m, k, k2) {
|
|
11
|
+
if (k2 === undefined) k2 = k;
|
|
12
|
+
o[k2] = m[k];
|
|
13
|
+
}));
|
|
14
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
15
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
16
|
+
}) : function(o, v) {
|
|
17
|
+
o["default"] = v;
|
|
18
|
+
});
|
|
19
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
20
|
+
var ownKeys = function(o) {
|
|
21
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
22
|
+
var ar = [];
|
|
23
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
24
|
+
return ar;
|
|
25
|
+
};
|
|
26
|
+
return ownKeys(o);
|
|
27
|
+
};
|
|
28
|
+
return function (mod) {
|
|
29
|
+
if (mod && mod.__esModule) return mod;
|
|
30
|
+
var result = {};
|
|
31
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
32
|
+
__setModuleDefault(result, mod);
|
|
33
|
+
return result;
|
|
34
|
+
};
|
|
35
|
+
})();
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.ConvAiStoredSecretDependenciesMcpServersItem = void 0;
|
|
38
|
+
const core = __importStar(require("../../core"));
|
|
39
|
+
const DependentAvailableMcpServerIdentifier_1 = require("./DependentAvailableMcpServerIdentifier");
|
|
40
|
+
const DependentUnknownMcpServerIdentifier_1 = require("./DependentUnknownMcpServerIdentifier");
|
|
41
|
+
exports.ConvAiStoredSecretDependenciesMcpServersItem = core.serialization
|
|
42
|
+
.union("type", {
|
|
43
|
+
available: DependentAvailableMcpServerIdentifier_1.DependentAvailableMcpServerIdentifier,
|
|
44
|
+
unknown: DependentUnknownMcpServerIdentifier_1.DependentUnknownMcpServerIdentifier,
|
|
45
|
+
})
|
|
46
|
+
.transform({
|
|
47
|
+
transform: (value) => value,
|
|
48
|
+
untransform: (value) => value,
|
|
49
|
+
});
|
|
@@ -9,6 +9,7 @@ export declare namespace ConversationHistoryTranscriptApiIntegrationWebhookTools
|
|
|
9
9
|
tool_name: string;
|
|
10
10
|
result_value: string;
|
|
11
11
|
is_error: boolean;
|
|
12
|
+
is_blocked?: boolean | null;
|
|
12
13
|
tool_has_been_called: boolean;
|
|
13
14
|
tool_latency_secs?: number | null;
|
|
14
15
|
error_type?: string | null;
|
|
@@ -42,6 +42,7 @@ exports.ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel
|
|
|
42
42
|
toolName: core.serialization.property("tool_name", core.serialization.string()),
|
|
43
43
|
resultValue: core.serialization.property("result_value", core.serialization.string()),
|
|
44
44
|
isError: core.serialization.property("is_error", core.serialization.boolean()),
|
|
45
|
+
isBlocked: core.serialization.property("is_blocked", core.serialization.boolean().optional()),
|
|
45
46
|
toolHasBeenCalled: core.serialization.property("tool_has_been_called", core.serialization.boolean()),
|
|
46
47
|
toolLatencySecs: core.serialization.property("tool_latency_secs", core.serialization.number().optional()),
|
|
47
48
|
errorType: core.serialization.property("error_type", core.serialization.string().optional()),
|
|
@@ -42,6 +42,7 @@ exports.ConversationHistoryTranscriptApiIntegrationWebhookToolsResultCommonModel
|
|
|
42
42
|
toolName: core.serialization.property("tool_name", core.serialization.string()),
|
|
43
43
|
resultValue: core.serialization.property("result_value", core.serialization.string()),
|
|
44
44
|
isError: core.serialization.property("is_error", core.serialization.boolean()),
|
|
45
|
+
isBlocked: core.serialization.property("is_blocked", core.serialization.boolean()),
|
|
45
46
|
toolHasBeenCalled: core.serialization.property("tool_has_been_called", core.serialization.boolean()),
|
|
46
47
|
toolLatencySecs: core.serialization.property("tool_latency_secs", core.serialization.number()),
|
|
47
48
|
errorType: core.serialization.property("error_type", core.serialization.string()),
|
|
@@ -10,6 +10,7 @@ export declare namespace ConversationHistoryTranscriptOtherToolsResultCommonMode
|
|
|
10
10
|
tool_name: string;
|
|
11
11
|
result_value: string;
|
|
12
12
|
is_error: boolean;
|
|
13
|
+
is_blocked?: boolean | null;
|
|
13
14
|
tool_has_been_called: boolean;
|
|
14
15
|
tool_latency_secs?: number | null;
|
|
15
16
|
error_type?: string | null;
|
|
@@ -43,6 +43,7 @@ exports.ConversationHistoryTranscriptOtherToolsResultCommonModel = core.serializ
|
|
|
43
43
|
toolName: core.serialization.property("tool_name", core.serialization.string()),
|
|
44
44
|
resultValue: core.serialization.property("result_value", core.serialization.string()),
|
|
45
45
|
isError: core.serialization.property("is_error", core.serialization.boolean()),
|
|
46
|
+
isBlocked: core.serialization.property("is_blocked", core.serialization.boolean().optional()),
|
|
46
47
|
toolHasBeenCalled: core.serialization.property("tool_has_been_called", core.serialization.boolean()),
|
|
47
48
|
toolLatencySecs: core.serialization.property("tool_latency_secs", core.serialization.number().optional()),
|
|
48
49
|
errorType: core.serialization.property("error_type", core.serialization.string().optional()),
|
package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInput.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export declare namespace ConversationHistoryTranscriptSystemToolResultCommonMode
|
|
|
10
10
|
tool_name: string;
|
|
11
11
|
result_value: string;
|
|
12
12
|
is_error: boolean;
|
|
13
|
+
is_blocked?: boolean | null;
|
|
13
14
|
tool_has_been_called: boolean;
|
|
14
15
|
tool_latency_secs?: number | null;
|
|
15
16
|
error_type?: string | null;
|
package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelInput.js
CHANGED
|
@@ -43,6 +43,7 @@ exports.ConversationHistoryTranscriptSystemToolResultCommonModelInput = core.ser
|
|
|
43
43
|
toolName: core.serialization.property("tool_name", core.serialization.string()),
|
|
44
44
|
resultValue: core.serialization.property("result_value", core.serialization.string()),
|
|
45
45
|
isError: core.serialization.property("is_error", core.serialization.boolean()),
|
|
46
|
+
isBlocked: core.serialization.property("is_blocked", core.serialization.boolean().optional()),
|
|
46
47
|
toolHasBeenCalled: core.serialization.property("tool_has_been_called", core.serialization.boolean()),
|
|
47
48
|
toolLatencySecs: core.serialization.property("tool_latency_secs", core.serialization.number().optional()),
|
|
48
49
|
errorType: core.serialization.property("error_type", core.serialization.string().optional()),
|
package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export declare namespace ConversationHistoryTranscriptSystemToolResultCommonMode
|
|
|
10
10
|
tool_name: string;
|
|
11
11
|
result_value: string;
|
|
12
12
|
is_error: boolean;
|
|
13
|
+
is_blocked?: boolean | null;
|
|
13
14
|
tool_has_been_called: boolean;
|
|
14
15
|
tool_latency_secs?: number | null;
|
|
15
16
|
error_type?: string | null;
|
package/serialization/types/ConversationHistoryTranscriptSystemToolResultCommonModelOutput.js
CHANGED
|
@@ -43,6 +43,7 @@ exports.ConversationHistoryTranscriptSystemToolResultCommonModelOutput = core.se
|
|
|
43
43
|
toolName: core.serialization.property("tool_name", core.serialization.string()),
|
|
44
44
|
resultValue: core.serialization.property("result_value", core.serialization.string()),
|
|
45
45
|
isError: core.serialization.property("is_error", core.serialization.boolean()),
|
|
46
|
+
isBlocked: core.serialization.property("is_blocked", core.serialization.boolean().optional()),
|
|
46
47
|
toolHasBeenCalled: core.serialization.property("tool_has_been_called", core.serialization.boolean()),
|
|
47
48
|
toolLatencySecs: core.serialization.property("tool_latency_secs", core.serialization.number().optional()),
|
|
48
49
|
errorType: core.serialization.property("error_type", core.serialization.string().optional()),
|
package/serialization/types/ConversationHistoryTranscriptWorkflowToolsResultCommonModelInput.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export declare namespace ConversationHistoryTranscriptWorkflowToolsResultCommonM
|
|
|
9
9
|
tool_name: string;
|
|
10
10
|
result_value: string;
|
|
11
11
|
is_error: boolean;
|
|
12
|
+
is_blocked?: boolean | null;
|
|
12
13
|
tool_has_been_called: boolean;
|
|
13
14
|
tool_latency_secs?: number | null;
|
|
14
15
|
error_type?: string | null;
|