@elevenlabs/elevenlabs-js 2.43.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 +1 -1
- package/BaseClient.js +2 -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 +14 -0
- package/api/resources/conversationalAi/resources/secrets/client/Client.js +60 -1
- package/api/resources/conversationalAi/resources/secrets/client/requests/SecretsListRequest.d.ts +3 -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/speechToText/client/Client.js +3 -0
- package/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -0
- package/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +1 -1
- 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/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/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/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/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/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/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/DynamicVariablesConfigInputDynamicVariablePlaceholdersValue.d.ts +2 -0
- package/{dist/api/types/DynamicVariablesConfigWorkflowOverride.d.ts → api/types/DynamicVariablesConfigOutput.d.ts} +2 -2
- package/api/types/DynamicVariablesConfigOutputDynamicVariablePlaceholdersValue.d.ts +2 -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/GetResponseUnitTestResponseModelDynamicVariablesValue.d.ts +2 -1
- package/api/types/GetScheduleParams.d.ts +1 -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/ListLocationsParams.d.ts +3 -0
- package/api/types/ListLocationsParams.js +3 -0
- package/api/types/Llm.d.ts +2 -2
- package/api/types/Llm.js +2 -2
- 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/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/SeatType.d.ts +1 -5
- package/api/types/SeatType.js +1 -5
- 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/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/index.d.ts +41 -11
- package/api/types/index.js +41 -11
- package/dist/BaseClient.js +2 -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 +14 -0
- package/dist/api/resources/conversationalAi/resources/secrets/client/Client.js +60 -1
- package/dist/api/resources/conversationalAi/resources/secrets/client/requests/SecretsListRequest.d.ts +3 -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/speechToText/client/Client.js +3 -0
- package/dist/api/resources/speechToText/client/requests/BodySpeechToTextV1SpeechToTextPost.d.ts +2 -0
- package/dist/api/resources/studio/client/requests/BodyCreatePodcastV1StudioPodcastsPost.d.ts +1 -1
- 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/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/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/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/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/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/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/GetResponseUnitTestResponseModelDynamicVariablesValue.d.ts +2 -1
- package/dist/api/types/GetScheduleParams.d.ts +1 -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/ListLocationsParams.d.ts +3 -0
- package/dist/api/types/ListLocationsParams.js +3 -0
- package/dist/api/types/Llm.d.ts +2 -2
- package/dist/api/types/Llm.js +2 -2
- 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/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/SeatType.d.ts +1 -5
- package/dist/api/types/SeatType.js +1 -5
- 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/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/index.d.ts +41 -11
- package/dist/api/types/index.js +41 -11
- 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/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/AnalysisProperty.d.ts +18 -0
- package/dist/serialization/types/{AssetTranscription.js → AnalysisProperty.js} +12 -6
- 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/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/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/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/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/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/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 +2 -2
- 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/dist/serialization/types/{AvatarContextResponseModel.js → McpToolConfigOverrideOutputInputOverridesValue.js} +13 -6
- 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/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/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/index.d.ts +41 -11
- package/dist/serialization/types/index.js +41 -11
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/reference.md +215 -3
- 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/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/AnalysisProperty.d.ts +18 -0
- package/{dist/serialization/types/AssetTranscriptionWord.js → serialization/types/AnalysisProperty.js} +12 -6
- 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/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/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/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/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/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/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 +2 -2
- 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/{AvatarContextResponseModel.js → McpToolConfigOverrideOutputInputOverridesValue.js} +13 -6
- 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/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/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/index.d.ts +41 -11
- package/serialization/types/index.js +41 -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/tools/resources/executions/client/requests/ExecutionsGetRequest.js} +0 -0
- /package/api/{types/AssetTranscriptionWord.js → resources/workspace/resources/usage/client/requests/BodyGetWorkspaceUsageV1WorkspaceAnalyticsQueryUsageByProductOverTimePost.js} +0 -0
- /package/api/types/{AvatarContextRequestModel.js → AnalysisProperty.js} +0 -0
- /package/api/types/{AvatarContextResponseModel.js → AnalysisPropertyConstantValue.js} +0 -0
- /package/api/types/{DynamicVariablesConfig.js → ArrayJsonSchemaPropertyInputConstantValueItem.js} +0 -0
- /package/api/types/{DynamicVariablesConfigDynamicVariablePlaceholdersValue.js → ArrayJsonSchemaPropertyOutputConstantValueItem.js} +0 -0
- /package/api/types/{DynamicVariablesConfigWorkflowOverride.js → AstNullNodeInput.js} +0 -0
- /package/api/types/{DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.js → AstNullNodeOutput.js} +0 -0
- /package/api/types/{McpToolConfigOverride.js → ColumnFilter.js} +0 -0
- /package/api/types/{McpToolConfigOverrideInputOverridesValue.js → ColumnFilterValuesItem.js} +0 -0
- /package/{dist/api/types/AssetTranscription.js → api/types/CreateLocationParams.js} +0 -0
- /package/{dist/api/types/AssetTranscriptionWord.js → api/types/DeleteLocationParams.js} +0 -0
- /package/{dist/api/types/AvatarContextRequestModel.js → api/types/DynamicVariableContainerValueTypeInput.js} +0 -0
- /package/{dist/api/types/AvatarContextResponseModel.js → api/types/DynamicVariableContainerValueTypeOutput.js} +0 -0
- /package/{dist/api/types/DynamicVariablesConfig.js → api/types/DynamicVariableNestedValueTypeInput.js} +0 -0
- /package/{dist/api/types/DynamicVariablesConfigDynamicVariablePlaceholdersValue.js → api/types/DynamicVariableNestedValueTypeOutput.js} +0 -0
- /package/{dist/api/types/DynamicVariablesConfigWorkflowOverride.js → api/types/DynamicVariablesConfigInput.js} +0 -0
- /package/{dist/api/types/DynamicVariablesConfigWorkflowOverrideDynamicVariablePlaceholdersValue.js → api/types/DynamicVariablesConfigInputDynamicVariablePlaceholdersValue.js} +0 -0
- /package/{dist/api/types/McpToolConfigOverride.js → api/types/DynamicVariablesConfigOutput.js} +0 -0
- /package/{dist/api/types/McpToolConfigOverrideInputOverridesValue.js → api/types/DynamicVariablesConfigOutputDynamicVariablePlaceholdersValue.js} +0 -0
|
@@ -14,4 +14,6 @@ export interface PromptEvaluationCriteria {
|
|
|
14
14
|
useKnowledgeBase?: boolean;
|
|
15
15
|
/** The scope of transcript context used when evaluating this criterion. 'conversation' uses the full transcript; 'agent' uses only the portion where the defining agent was active. */
|
|
16
16
|
scope?: ElevenLabs.AnalysisScope;
|
|
17
|
+
/** LLM model to use for this evaluation criteria. If not set, uses agent's analysis_llm default. */
|
|
18
|
+
llm?: ElevenLabs.Llm;
|
|
17
19
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const QualityPresetType: {
|
|
2
|
+
readonly Standard: "standard";
|
|
3
|
+
readonly High: "high";
|
|
4
|
+
readonly Ultra: "ultra";
|
|
5
|
+
readonly UltraLossless: "ultra_lossless";
|
|
6
|
+
};
|
|
7
|
+
export type QualityPresetType = (typeof QualityPresetType)[keyof typeof QualityPresetType];
|
package/dist/api/types/{ProjectExtendedResponseModelQualityPreset.js → QualityPresetType.js}
RENAMED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.
|
|
5
|
-
|
|
6
|
-
exports.ProjectExtendedResponseModelQualityPreset = {
|
|
4
|
+
exports.QualityPresetType = void 0;
|
|
5
|
+
exports.QualityPresetType = {
|
|
7
6
|
Standard: "standard",
|
|
8
7
|
High: "high",
|
|
9
|
-
Highest: "highest",
|
|
10
8
|
Ultra: "ultra",
|
|
11
9
|
UltraLossless: "ultra_lossless",
|
|
12
10
|
};
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type * as ElevenLabs from "../index";
|
|
2
|
+
export type ResponseUnitTestModelDynamicVariablesValue = string | number | number | boolean | ElevenLabs.DynamicVariableContainerValueTypeOutput;
|
|
@@ -1,8 +1,4 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Seat types for workspace members.
|
|
3
|
-
* Lite Member is equivalent to Basic Seat in the web application.
|
|
4
|
-
* Member is equivalent to Full Seat in the web application.
|
|
5
|
-
*/
|
|
1
|
+
/** Seat types for workspace members. */
|
|
6
2
|
export declare const SeatType: {
|
|
7
3
|
readonly WorkspaceAdmin: "workspace_admin";
|
|
8
4
|
readonly WorkspaceMember: "workspace_member";
|
|
@@ -2,11 +2,7 @@
|
|
|
2
2
|
// This file was auto-generated by Fern from our API Definition.
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.SeatType = void 0;
|
|
5
|
-
/**
|
|
6
|
-
* Seat types for workspace members.
|
|
7
|
-
* Lite Member is equivalent to Basic Seat in the web application.
|
|
8
|
-
* Member is equivalent to Full Seat in the web application.
|
|
9
|
-
*/
|
|
5
|
+
/** Seat types for workspace members. */
|
|
10
6
|
exports.SeatType = {
|
|
11
7
|
WorkspaceAdmin: "workspace_admin",
|
|
12
8
|
WorkspaceMember: "workspace_member",
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type * as ElevenLabs from "../index";
|
|
2
|
+
export type SimulationTestModelDynamicVariablesValue = string | number | number | boolean | ElevenLabs.DynamicVariableContainerValueTypeOutput;
|
|
@@ -37,6 +37,4 @@ export interface SpeechHistoryItemResponse {
|
|
|
37
37
|
dialogue?: ElevenLabs.DialogueInputResponseModel[];
|
|
38
38
|
/** The output format the audio was originally generated in. */
|
|
39
39
|
outputFormat?: string;
|
|
40
|
-
/** Avatar context if this generation was created from the Avatars video editor. */
|
|
41
|
-
avatarContext?: ElevenLabs.AvatarContextResponseModel;
|
|
42
40
|
}
|
|
@@ -6,11 +6,13 @@ export interface Subscription {
|
|
|
6
6
|
characterCount: number;
|
|
7
7
|
/** The maximum number of characters allowed in the current billing period. */
|
|
8
8
|
characterLimit: number;
|
|
9
|
-
/** Maximum number of characters that the character limit can be exceeded by. Managed by the workspace admin. */
|
|
9
|
+
/** Deprecated: use `max_credit_limit_extension`. Maximum number of characters that the character limit can be exceeded by. Managed by the workspace admin. */
|
|
10
10
|
maxCharacterLimitExtension?: number;
|
|
11
|
+
/** Maximum number of credits that the credit limit can be exceeded by. Managed by the workspace admin. `"unlimited"` means no cap, `0` means usage-based billing is disabled. */
|
|
12
|
+
maxCreditLimitExtension: ElevenLabs.ExtendedSubscriptionResponseModelMaxCreditLimitExtension;
|
|
11
13
|
/** Whether the workspace is entitled to enter overages (usage-based billing). */
|
|
12
14
|
canExtendCharacterLimit: boolean;
|
|
13
|
-
/** Whether the user is allowed to extend their character limit. */
|
|
15
|
+
/** Deprecated: use `max_credit_limit_extension != 0`. Whether the user is allowed to extend their character limit. */
|
|
14
16
|
allowedToExtendCharacterLimit: boolean;
|
|
15
17
|
/** The Unix timestamp of the next character count reset. */
|
|
16
18
|
nextCharacterCountResetUnix?: number;
|
|
@@ -6,11 +6,13 @@ export interface SubscriptionResponse {
|
|
|
6
6
|
characterCount: number;
|
|
7
7
|
/** The maximum number of characters allowed in the current billing period. */
|
|
8
8
|
characterLimit: number;
|
|
9
|
-
/** Maximum number of characters that the character limit can be exceeded by. Managed by the workspace admin. */
|
|
9
|
+
/** Deprecated: use `max_credit_limit_extension`. Maximum number of characters that the character limit can be exceeded by. Managed by the workspace admin. */
|
|
10
10
|
maxCharacterLimitExtension?: number;
|
|
11
|
+
/** Maximum number of credits that the credit limit can be exceeded by. Managed by the workspace admin. `"unlimited"` means no cap, `0` means usage-based billing is disabled. */
|
|
12
|
+
maxCreditLimitExtension: ElevenLabs.SubscriptionResponseModelMaxCreditLimitExtension;
|
|
11
13
|
/** Whether the workspace is entitled to enter overages (usage-based billing). */
|
|
12
14
|
canExtendCharacterLimit: boolean;
|
|
13
|
-
/** Whether the user is allowed to extend their character limit. */
|
|
15
|
+
/** Deprecated: use `max_credit_limit_extension != 0`. Whether the user is allowed to extend their character limit. */
|
|
14
16
|
allowedToExtendCharacterLimit: boolean;
|
|
15
17
|
/** The Unix timestamp of the next character count reset. */
|
|
16
18
|
nextCharacterCountResetUnix?: number;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type * as ElevenLabs from "../index";
|
|
2
|
+
export type ToolCallUnitTestModelDynamicVariablesValue = string | number | number | boolean | ElevenLabs.DynamicVariableContainerValueTypeOutput;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../index";
|
|
2
|
+
export interface ToolExecutionResponseModel {
|
|
3
|
+
/** The ID of the tool that was executed */
|
|
4
|
+
toolId: string;
|
|
5
|
+
/** The request/call ID associated with this tool execution */
|
|
6
|
+
toolRequestId: string;
|
|
7
|
+
/** The ID of the conversation where the tool was executed */
|
|
8
|
+
conversationId: string;
|
|
9
|
+
/** The ID of the agent that ran the tool */
|
|
10
|
+
agentId: string;
|
|
11
|
+
/** The branch ID if the agent has branches */
|
|
12
|
+
branchId?: string;
|
|
13
|
+
/** Unix timestamp when the tool was executed */
|
|
14
|
+
timestamp: number;
|
|
15
|
+
/** How long the tool execution took */
|
|
16
|
+
latencySecs: number;
|
|
17
|
+
/** Whether the tool execution failed */
|
|
18
|
+
isError?: boolean;
|
|
19
|
+
/** LLM-extracted parameters sent to the tool (JSON string) */
|
|
20
|
+
requestPayload?: string;
|
|
21
|
+
/** Response returned by the tool */
|
|
22
|
+
responsePayload?: string;
|
|
23
|
+
/** Error message if the tool execution failed */
|
|
24
|
+
errorMessage?: string;
|
|
25
|
+
/** Error category (internal, customer_config, customer_auth, external_server, external_client, client_timeout, unknown) */
|
|
26
|
+
errorType?: string;
|
|
27
|
+
id: string;
|
|
28
|
+
toolCallDetails?: ElevenLabs.ToolExecutionResponseModelToolCallDetails;
|
|
29
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../index";
|
|
2
|
+
export type ToolExecutionResponseModelToolCallDetails = ElevenLabs.ToolExecutionResponseModelToolCallDetails.ApiIntegrationWebhook | ElevenLabs.ToolExecutionResponseModelToolCallDetails.Client | ElevenLabs.ToolExecutionResponseModelToolCallDetails.Mcp | ElevenLabs.ToolExecutionResponseModelToolCallDetails.Webhook;
|
|
3
|
+
export declare namespace ToolExecutionResponseModelToolCallDetails {
|
|
4
|
+
interface ApiIntegrationWebhook extends ElevenLabs.ConversationHistoryTranscriptToolCallApiIntegrationWebhookDetailsOutput {
|
|
5
|
+
type: "api_integration_webhook";
|
|
6
|
+
}
|
|
7
|
+
interface Client extends ElevenLabs.ConversationHistoryTranscriptToolCallClientDetails {
|
|
8
|
+
type: "client";
|
|
9
|
+
}
|
|
10
|
+
interface Mcp extends ElevenLabs.ConversationHistoryTranscriptToolCallMcpDetails {
|
|
11
|
+
type: "mcp";
|
|
12
|
+
}
|
|
13
|
+
interface Webhook extends ElevenLabs.ConversationHistoryTranscriptToolCallWebhookDetails {
|
|
14
|
+
type: "webhook";
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type * as ElevenLabs from "../index";
|
|
2
|
+
export type UpdateResponseUnitTestRequestDynamicVariablesValue = string | number | number | boolean | ElevenLabs.DynamicVariableContainerValueTypeInput;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type * as ElevenLabs from "../index";
|
|
2
|
+
export type UpdateSimulationTestRequestDynamicVariablesValue = string | number | number | boolean | ElevenLabs.DynamicVariableContainerValueTypeInput;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type * as ElevenLabs from "../index";
|
|
2
|
+
export type UpdateToolCallUnitTestRequestDynamicVariablesValue = string | number | number | boolean | ElevenLabs.DynamicVariableContainerValueTypeInput;
|
|
@@ -21,7 +21,7 @@ export interface WebhookToolConfigInput {
|
|
|
21
21
|
/** Controls how tool errors are processed before being shared with the agent. 'auto' determines handling based on tool type (summarized for native integrations, hide for others), 'summarized' sends an LLM-generated summary, 'passthrough' sends the raw error, 'hide' does not share the error with the agent. */
|
|
22
22
|
toolErrorHandlingMode?: ElevenLabs.ToolErrorHandlingMode;
|
|
23
23
|
/** Configuration for dynamic variables */
|
|
24
|
-
dynamicVariables?: ElevenLabs.
|
|
24
|
+
dynamicVariables?: ElevenLabs.DynamicVariablesConfigInput;
|
|
25
25
|
/** Determines when and how the tool executes: 'immediate' executes the tool right away when requested by the LLM, 'post_tool_speech' waits for the agent to finish speaking before executing, 'async' runs the tool in the background without blocking - best for long-running operations. */
|
|
26
26
|
executionMode?: ElevenLabs.ToolExecutionMode;
|
|
27
27
|
/** The schema for the outgoing webhoook, including parameters and URL specification */
|
|
@@ -21,7 +21,7 @@ export interface WebhookToolConfigOutput {
|
|
|
21
21
|
/** Controls how tool errors are processed before being shared with the agent. 'auto' determines handling based on tool type (summarized for native integrations, hide for others), 'summarized' sends an LLM-generated summary, 'passthrough' sends the raw error, 'hide' does not share the error with the agent. */
|
|
22
22
|
toolErrorHandlingMode?: ElevenLabs.ToolErrorHandlingMode;
|
|
23
23
|
/** Configuration for dynamic variables */
|
|
24
|
-
dynamicVariables?: ElevenLabs.
|
|
24
|
+
dynamicVariables?: ElevenLabs.DynamicVariablesConfigOutput;
|
|
25
25
|
/** Determines when and how the tool executes: 'immediate' executes the tool right away when requested by the LLM, 'post_tool_speech' waits for the agent to finish speaking before executing, 'async' runs the tool in the background without blocking - best for long-running operations. */
|
|
26
26
|
executionMode?: ElevenLabs.ToolExecutionMode;
|
|
27
27
|
/** The schema for the outgoing webhoook, including parameters and URL specification */
|
|
@@ -2,12 +2,12 @@ import type * as ElevenLabs from "../index";
|
|
|
2
2
|
export interface WorkflowPhoneNumberNodeModelInput {
|
|
3
3
|
/** Custom SIP headers to include when transferring the call. Each header can be either a static value or a dynamic variable reference. */
|
|
4
4
|
customSipHeaders?: ElevenLabs.WorkflowPhoneNumberNodeModelInputCustomSipHeadersItem[];
|
|
5
|
+
transferDestination: ElevenLabs.WorkflowPhoneNumberNodeModelInputTransferDestination;
|
|
6
|
+
transferType?: ElevenLabs.TransferTypeEnum;
|
|
7
|
+
/** DTMF digits to send after call connects (e.g., 'ww1234' for extension). Can be either a static value or a dynamic variable reference. Use 'w' for 0.5s pause. Only supported for Twilio transfers. */
|
|
8
|
+
postDialDigits?: ElevenLabs.WorkflowPhoneNumberNodeModelInputPostDialDigits;
|
|
5
9
|
/** Position of the node in the workflow. */
|
|
6
10
|
position?: ElevenLabs.PositionInput;
|
|
7
11
|
/** The ids of outgoing edges in the order they should be evaluated. */
|
|
8
12
|
edgeOrder?: string[];
|
|
9
|
-
transferDestination: ElevenLabs.WorkflowPhoneNumberNodeModelInputTransferDestination;
|
|
10
|
-
transferType?: ElevenLabs.TransferTypeEnum;
|
|
11
|
-
/** DTMF digits to send after call connects (e.g., 'ww1234' for extension). Can be either a static value or a dynamic variable reference. Use 'w' for 0.5s pause. */
|
|
12
|
-
postDialDigits?: ElevenLabs.WorkflowPhoneNumberNodeModelInputPostDialDigits;
|
|
13
13
|
}
|
|
@@ -2,12 +2,12 @@ import type * as ElevenLabs from "../index";
|
|
|
2
2
|
export interface WorkflowPhoneNumberNodeModelOutput {
|
|
3
3
|
/** Custom SIP headers to include when transferring the call. Each header can be either a static value or a dynamic variable reference. */
|
|
4
4
|
customSipHeaders: ElevenLabs.WorkflowPhoneNumberNodeModelOutputCustomSipHeadersItem[];
|
|
5
|
+
transferDestination: ElevenLabs.WorkflowPhoneNumberNodeModelOutputTransferDestination;
|
|
6
|
+
transferType: ElevenLabs.TransferTypeEnum;
|
|
7
|
+
/** DTMF digits to send after call connects (e.g., 'ww1234' for extension). Can be either a static value or a dynamic variable reference. Use 'w' for 0.5s pause. Only supported for Twilio transfers. */
|
|
8
|
+
postDialDigits?: ElevenLabs.WorkflowPhoneNumberNodeModelOutputPostDialDigits;
|
|
5
9
|
/** Position of the node in the workflow. */
|
|
6
10
|
position: ElevenLabs.PositionOutput;
|
|
7
11
|
/** The ids of outgoing edges in the order they should be evaluated. */
|
|
8
12
|
edgeOrder: string[];
|
|
9
|
-
transferDestination: ElevenLabs.WorkflowPhoneNumberNodeModelOutputTransferDestination;
|
|
10
|
-
transferType: ElevenLabs.TransferTypeEnum;
|
|
11
|
-
/** DTMF digits to send after call connects (e.g., 'ww1234' for extension). Can be either a static value or a dynamic variable reference. Use 'w' for 0.5s pause. */
|
|
12
|
-
postDialDigits?: ElevenLabs.WorkflowPhoneNumberNodeModelOutputPostDialDigits;
|
|
13
13
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type * as ElevenLabs from "../index";
|
|
2
|
+
export interface WorkspaceAnalyticsQueryResponseModel {
|
|
3
|
+
columns: string[];
|
|
4
|
+
columnTypes: ElevenLabs.WorkspaceAnalyticsQueryResponseModelColumnTypesItem[];
|
|
5
|
+
rows: (ElevenLabs.WorkspaceAnalyticsQueryResponseModelRowsItemItem | undefined)[][];
|
|
6
|
+
columnUnits: (ElevenLabs.ColumnUnit | undefined)[];
|
|
7
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare const WorkspaceAnalyticsQueryResponseModelColumnTypesItem: {
|
|
2
|
+
readonly String: "String";
|
|
3
|
+
readonly Float: "Float";
|
|
4
|
+
readonly DateTime: "DateTime";
|
|
5
|
+
readonly Int: "Int";
|
|
6
|
+
readonly Bool: "Bool";
|
|
7
|
+
readonly Json: "JSON";
|
|
8
|
+
readonly Map: "Map";
|
|
9
|
+
};
|
|
10
|
+
export type WorkspaceAnalyticsQueryResponseModelColumnTypesItem = (typeof WorkspaceAnalyticsQueryResponseModelColumnTypesItem)[keyof typeof WorkspaceAnalyticsQueryResponseModelColumnTypesItem];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// This file was auto-generated by Fern from our API Definition.
|
|
3
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
+
exports.WorkspaceAnalyticsQueryResponseModelColumnTypesItem = void 0;
|
|
5
|
+
exports.WorkspaceAnalyticsQueryResponseModelColumnTypesItem = {
|
|
6
|
+
String: "String",
|
|
7
|
+
Float: "Float",
|
|
8
|
+
DateTime: "DateTime",
|
|
9
|
+
Int: "Int",
|
|
10
|
+
Bool: "Bool",
|
|
11
|
+
Json: "JSON",
|
|
12
|
+
Map: "Map",
|
|
13
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export type WorkspaceAnalyticsQueryResponseModelRowsItemItem = string | number | number | boolean | Date;
|
|
@@ -54,6 +54,9 @@ export * from "./AgentWorkspaceOverridesOutput";
|
|
|
54
54
|
export * from "./Alignment";
|
|
55
55
|
export * from "./AllowedOutputFormats";
|
|
56
56
|
export * from "./AllowlistItem";
|
|
57
|
+
export * from "./AnalysisProperty";
|
|
58
|
+
export * from "./AnalysisPropertyConstantValue";
|
|
59
|
+
export * from "./AnalysisPropertyType";
|
|
57
60
|
export * from "./AnalysisScope";
|
|
58
61
|
export * from "./ApiIntegrationOAuth2AuthCodeResponse";
|
|
59
62
|
export * from "./ApiIntegrationOAuth2AuthCodeResponseScopeSeparator";
|
|
@@ -63,16 +66,16 @@ export * from "./ApiIntegrationWebhookOverridesSchemaOverridesValue";
|
|
|
63
66
|
export * from "./ApiIntegrationWebhookToolConfigInput";
|
|
64
67
|
export * from "./ApiIntegrationWebhookToolConfigOutput";
|
|
65
68
|
export * from "./ArrayJsonSchemaPropertyInput";
|
|
69
|
+
export * from "./ArrayJsonSchemaPropertyInputConstantValueItem";
|
|
66
70
|
export * from "./ArrayJsonSchemaPropertyInputItems";
|
|
67
71
|
export * from "./ArrayJsonSchemaPropertyOutput";
|
|
72
|
+
export * from "./ArrayJsonSchemaPropertyOutputConstantValueItem";
|
|
68
73
|
export * from "./ArrayJsonSchemaPropertyOutputItems";
|
|
69
74
|
export * from "./AsrConversationalConfig";
|
|
70
75
|
export * from "./AsrConversationalConfigWorkflowOverride";
|
|
71
76
|
export * from "./AsrInputFormat";
|
|
72
77
|
export * from "./AsrProvider";
|
|
73
78
|
export * from "./AsrQuality";
|
|
74
|
-
export * from "./AssetTranscription";
|
|
75
|
-
export * from "./AssetTranscriptionWord";
|
|
76
79
|
export * from "./AstAdditionOperatorNodeInput";
|
|
77
80
|
export * from "./AstAdditionOperatorNodeOutput";
|
|
78
81
|
export * from "./AstAndOperatorNodeInput";
|
|
@@ -105,6 +108,8 @@ export * from "./AstNodeInput";
|
|
|
105
108
|
export * from "./AstNodeOutput";
|
|
106
109
|
export * from "./AstNotEqualsOperatorNodeInput";
|
|
107
110
|
export * from "./AstNotEqualsOperatorNodeOutput";
|
|
111
|
+
export * from "./AstNullNodeInput";
|
|
112
|
+
export * from "./AstNullNodeOutput";
|
|
108
113
|
export * from "./AstNumberNodeInput";
|
|
109
114
|
export * from "./AstNumberNodeOutput";
|
|
110
115
|
export * from "./AstOrOperatorNodeInput";
|
|
@@ -137,8 +142,6 @@ export * from "./AuthConnectionLocator";
|
|
|
137
142
|
export * from "./AuthorizationMethod";
|
|
138
143
|
export * from "./AuthSettings";
|
|
139
144
|
export * from "./AutoSyncInfo";
|
|
140
|
-
export * from "./AvatarContextRequestModel";
|
|
141
|
-
export * from "./AvatarContextResponseModel";
|
|
142
145
|
export * from "./BackupLlmDefault";
|
|
143
146
|
export * from "./BackupLlmDisabled";
|
|
144
147
|
export * from "./BackupLlmOverride";
|
|
@@ -214,6 +217,10 @@ export * from "./CloseContext";
|
|
|
214
217
|
export * from "./CloseSocket";
|
|
215
218
|
export * from "./CoachedAgentSettings";
|
|
216
219
|
export * from "./CoachingAgentSettings";
|
|
220
|
+
export * from "./ColumnFilter";
|
|
221
|
+
export * from "./ColumnFilterOperation";
|
|
222
|
+
export * from "./ColumnFilterValuesItem";
|
|
223
|
+
export * from "./ColumnUnit";
|
|
217
224
|
export * from "./CommittedTranscriptPayload";
|
|
218
225
|
export * from "./CommittedTranscriptWithTimestampsPayload";
|
|
219
226
|
export * from "./ConfigEntityType";
|
|
@@ -332,6 +339,7 @@ export * from "./CreateClientInteractionParams";
|
|
|
332
339
|
export * from "./CreateClientParams";
|
|
333
340
|
export * from "./CreateCustomHeaderAuthRequest";
|
|
334
341
|
export * from "./CreateHolidayParams";
|
|
342
|
+
export * from "./CreateLocationParams";
|
|
335
343
|
export * from "./CreateMtlsAuthRequest";
|
|
336
344
|
export * from "./CreateOAuth2ClientCredsRequest";
|
|
337
345
|
export * from "./CreateOAuth2JwtRequest";
|
|
@@ -386,6 +394,7 @@ export * from "./DeleteClientParams";
|
|
|
386
394
|
export * from "./DeleteDubbingResponseModel";
|
|
387
395
|
export * from "./DeleteHistoryItemResponse";
|
|
388
396
|
export * from "./DeleteHolidayParams";
|
|
397
|
+
export * from "./DeleteLocationParams";
|
|
389
398
|
export * from "./DeleteProductParams";
|
|
390
399
|
export * from "./DeleteProjectRequest";
|
|
391
400
|
export * from "./DeleteProjectResponseModel";
|
|
@@ -440,11 +449,19 @@ export * from "./DubbingTranscriptsResponseModelTranscriptFormat";
|
|
|
440
449
|
export * from "./DubbingTranscriptUtterance";
|
|
441
450
|
export * from "./DubbingTranscriptWord";
|
|
442
451
|
export * from "./DynamicVariableAssignment";
|
|
452
|
+
export * from "./DynamicVariableContainerValueTypeInput";
|
|
453
|
+
export * from "./DynamicVariableContainerValueTypeOutput";
|
|
454
|
+
export * from "./DynamicVariableNestedValueTypeInput";
|
|
455
|
+
export * from "./DynamicVariableNestedValueTypeOutput";
|
|
443
456
|
export * from "./DynamicVariableSchemaOverride";
|
|
444
|
-
export * from "./
|
|
445
|
-
export * from "./
|
|
446
|
-
export * from "./
|
|
447
|
-
export * from "./
|
|
457
|
+
export * from "./DynamicVariablesConfigInput";
|
|
458
|
+
export * from "./DynamicVariablesConfigInputDynamicVariablePlaceholdersValue";
|
|
459
|
+
export * from "./DynamicVariablesConfigOutput";
|
|
460
|
+
export * from "./DynamicVariablesConfigOutputDynamicVariablePlaceholdersValue";
|
|
461
|
+
export * from "./DynamicVariablesConfigWorkflowOverrideInput";
|
|
462
|
+
export * from "./DynamicVariablesConfigWorkflowOverrideInputDynamicVariablePlaceholdersValue";
|
|
463
|
+
export * from "./DynamicVariablesConfigWorkflowOverrideOutput";
|
|
464
|
+
export * from "./DynamicVariablesConfigWorkflowOverrideOutputDynamicVariablePlaceholdersValue";
|
|
448
465
|
export * from "./DynamicVariableUpdateCommonModel";
|
|
449
466
|
export * from "./EditChapterResponseModel";
|
|
450
467
|
export * from "./EditProjectResponseModel";
|
|
@@ -471,6 +488,7 @@ export * from "./EvaluationSuccessResult";
|
|
|
471
488
|
export * from "./ExactParameterEvaluationStrategy";
|
|
472
489
|
export * from "./ExportOptions";
|
|
473
490
|
export * from "./ExtendedSubscriptionResponseModelCurrency";
|
|
491
|
+
export * from "./ExtendedSubscriptionResponseModelMaxCreditLimitExtension";
|
|
474
492
|
export * from "./ExtendedSubscriptionResponseModelPendingChange";
|
|
475
493
|
export * from "./FeatureStatusCommonModel";
|
|
476
494
|
export * from "./FeaturesUsageCommonModel";
|
|
@@ -569,6 +587,7 @@ export * from "./GetToolCallUnitTestResponseModel";
|
|
|
569
587
|
export * from "./GetToolCallUnitTestResponseModelDynamicVariablesValue";
|
|
570
588
|
export * from "./GetToolDependentAgentsResponseModel";
|
|
571
589
|
export * from "./GetToolDependentAgentsResponseModelAgentsItem";
|
|
590
|
+
export * from "./GetToolExecutionsPageResponseModel";
|
|
572
591
|
export * from "./GetVoicesResponse";
|
|
573
592
|
export * from "./GetVoicesV2Response";
|
|
574
593
|
export * from "./GetWhatsAppAccountResponse";
|
|
@@ -623,6 +642,7 @@ export * from "./ListCalendarEventsParams";
|
|
|
623
642
|
export * from "./ListClientInteractionsParams";
|
|
624
643
|
export * from "./ListClientsParams";
|
|
625
644
|
export * from "./ListHolidaysParams";
|
|
645
|
+
export * from "./ListLocationsParams";
|
|
626
646
|
export * from "./ListMcpToolsResponseModel";
|
|
627
647
|
export * from "./ListProductsParams";
|
|
628
648
|
export * from "./ListRentalServicesParams";
|
|
@@ -675,8 +695,10 @@ export * from "./McpServersResponseModel";
|
|
|
675
695
|
export * from "./McpServerTransport";
|
|
676
696
|
export * from "./McpToolApprovalHash";
|
|
677
697
|
export * from "./McpToolApprovalPolicy";
|
|
678
|
-
export * from "./
|
|
679
|
-
export * from "./
|
|
698
|
+
export * from "./McpToolConfigOverrideInput";
|
|
699
|
+
export * from "./McpToolConfigOverrideInputInputOverridesValue";
|
|
700
|
+
export * from "./McpToolConfigOverrideOutput";
|
|
701
|
+
export * from "./McpToolConfigOverrideOutputInputOverridesValue";
|
|
680
702
|
export * from "./MergingStrategy";
|
|
681
703
|
export * from "./MessageSearchSortBy";
|
|
682
704
|
export * from "./MessagesSearchResponse";
|
|
@@ -764,7 +786,6 @@ export * from "./ProjectExtendedResponseModelApplyTextNormalization";
|
|
|
764
786
|
export * from "./ProjectExtendedResponseModelAspectRatio";
|
|
765
787
|
export * from "./ProjectExtendedResponseModelAssetsItem";
|
|
766
788
|
export * from "./ProjectExtendedResponseModelFiction";
|
|
767
|
-
export * from "./ProjectExtendedResponseModelQualityPreset";
|
|
768
789
|
export * from "./ProjectExtendedResponseModelSourceType";
|
|
769
790
|
export * from "./ProjectExtendedResponseModelTargetAudience";
|
|
770
791
|
export * from "./ProjectExternalAudioResponseModel";
|
|
@@ -814,6 +835,7 @@ export * from "./PronunciationDictionaryVersionLocator";
|
|
|
814
835
|
export * from "./PronunciationDictionaryVersionResponseModel";
|
|
815
836
|
export * from "./PronunciationDictionaryVersionResponseModelPermissionOnResource";
|
|
816
837
|
export * from "./PydanticPronunciationDictionaryVersionLocator";
|
|
838
|
+
export * from "./QualityPresetType";
|
|
817
839
|
export * from "./QueryParamsJsonSchema";
|
|
818
840
|
export * from "./RagChunkMetadata";
|
|
819
841
|
export * from "./RagConfig";
|
|
@@ -963,6 +985,7 @@ export * from "./StudioTextStyleShadowModel";
|
|
|
963
985
|
export * from "./Subscription";
|
|
964
986
|
export * from "./SubscriptionResponse";
|
|
965
987
|
export * from "./SubscriptionResponseModelCurrency";
|
|
988
|
+
export * from "./SubscriptionResponseModelMaxCreditLimitExtension";
|
|
966
989
|
export * from "./SubscriptionStatusType";
|
|
967
990
|
export * from "./SuggestedAudioTag";
|
|
968
991
|
export * from "./SupportedVoice";
|
|
@@ -981,6 +1004,7 @@ export * from "./TestInvocationSummaryResponseModel";
|
|
|
981
1004
|
export * from "./TestRunMetadata";
|
|
982
1005
|
export * from "./TestRunMetadataTestType";
|
|
983
1006
|
export * from "./TestRunStatus";
|
|
1007
|
+
export * from "./TestSharingMode";
|
|
984
1008
|
export * from "./TestsFeatureUsageCommonModel";
|
|
985
1009
|
export * from "./TestToolResultModel";
|
|
986
1010
|
export * from "./TestType";
|
|
@@ -1003,6 +1027,8 @@ export * from "./ToolCallUnitTestModel";
|
|
|
1003
1027
|
export * from "./ToolCallUnitTestModelDynamicVariablesValue";
|
|
1004
1028
|
export * from "./ToolErrorHandlingMode";
|
|
1005
1029
|
export * from "./ToolExecutionMode";
|
|
1030
|
+
export * from "./ToolExecutionResponseModel";
|
|
1031
|
+
export * from "./ToolExecutionResponseModelToolCallDetails";
|
|
1006
1032
|
export * from "./ToolMockConfig";
|
|
1007
1033
|
export * from "./ToolRequestModel";
|
|
1008
1034
|
export * from "./ToolRequestModelToolConfig";
|
|
@@ -1068,6 +1094,7 @@ export * from "./UpdateChapterRequest";
|
|
|
1068
1094
|
export * from "./UpdateClientParams";
|
|
1069
1095
|
export * from "./UpdateCustomerFacingConfigParams";
|
|
1070
1096
|
export * from "./UpdateHolidayParams";
|
|
1097
|
+
export * from "./UpdateLocationParams";
|
|
1071
1098
|
export * from "./UpdateProductParams";
|
|
1072
1099
|
export * from "./UpdateProjectRequest";
|
|
1073
1100
|
export * from "./UpdatePronunciationDictionariesRequest";
|
|
@@ -1223,6 +1250,9 @@ export * from "./WorkflowToolResponseModelOutput";
|
|
|
1223
1250
|
export * from "./WorkflowToolResponseModelOutputStepsItem";
|
|
1224
1251
|
export * from "./WorkflowUnconditionalModelInput";
|
|
1225
1252
|
export * from "./WorkflowUnconditionalModelOutput";
|
|
1253
|
+
export * from "./WorkspaceAnalyticsQueryResponseModel";
|
|
1254
|
+
export * from "./WorkspaceAnalyticsQueryResponseModelColumnTypesItem";
|
|
1255
|
+
export * from "./WorkspaceAnalyticsQueryResponseModelRowsItemItem";
|
|
1226
1256
|
export * from "./WorkspaceApiKeyListResponseModel";
|
|
1227
1257
|
export * from "./WorkspaceApiKeyResponseModel";
|
|
1228
1258
|
export * from "./WorkspaceBatchCallsResponse";
|