From f15d97155e1df2f1b9c366c732a4f518b61d28de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 28 May 2026 04:16:16 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- ...rationStoreDirectResponseStoreCapabilities.g.cs | 11 ++++++++++- ...toreDirectResponseStoreProductCapabilities.g.cs | 11 ++++++++++- src/libs/Vercel/openapi.yaml | 14 ++++++++++++++ 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/src/libs/Vercel/Generated/Vercel.Models.CreateIntegrationStoreDirectResponseStoreCapabilities.g.cs b/src/libs/Vercel/Generated/Vercel.Models.CreateIntegrationStoreDirectResponseStoreCapabilities.g.cs index ddb5489ed..d01a43f40 100644 --- a/src/libs/Vercel/Generated/Vercel.Models.CreateIntegrationStoreDirectResponseStoreCapabilities.g.cs +++ b/src/libs/Vercel/Generated/Vercel.Models.CreateIntegrationStoreDirectResponseStoreCapabilities.g.cs @@ -69,6 +69,12 @@ public sealed partial class CreateIntegrationStoreDirectResponseStoreCapabilitie [global::System.Text.Json.Serialization.JsonPropertyName("autoSensitive")] public bool? AutoSensitive { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("agentTools")] + public bool? AgentTools { get; set; } + /// /// Additional properties that are not explicitly defined in the schema /// @@ -88,6 +94,7 @@ public sealed partial class CreateIntegrationStoreDirectResponseStoreCapabilitie /// /// /// + /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif @@ -101,7 +108,8 @@ public CreateIntegrationStoreDirectResponseStoreCapabilities( global::Vercel.OneOf? secretRotation, bool? projects, bool? v0, - bool? autoSensitive) + bool? autoSensitive, + bool? agentTools) { this.Mcp = mcp; this.McpReadonly = mcpReadonly; @@ -113,6 +121,7 @@ public CreateIntegrationStoreDirectResponseStoreCapabilities( this.Projects = projects; this.V0 = v0; this.AutoSensitive = autoSensitive; + this.AgentTools = agentTools; } /// diff --git a/src/libs/Vercel/Generated/Vercel.Models.CreateIntegrationStoreDirectResponseStoreProductCapabilities.g.cs b/src/libs/Vercel/Generated/Vercel.Models.CreateIntegrationStoreDirectResponseStoreProductCapabilities.g.cs index 6fcd23264..cfda2ea2f 100644 --- a/src/libs/Vercel/Generated/Vercel.Models.CreateIntegrationStoreDirectResponseStoreProductCapabilities.g.cs +++ b/src/libs/Vercel/Generated/Vercel.Models.CreateIntegrationStoreDirectResponseStoreProductCapabilities.g.cs @@ -111,6 +111,12 @@ public sealed partial class CreateIntegrationStoreDirectResponseStoreProductCapa [global::System.Text.Json.Serialization.JsonPropertyName("autoSensitive")] public bool? AutoSensitive { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("agentTools")] + public bool? AgentTools { get; set; } + /// /// Additional properties that are not explicitly defined in the schema /// @@ -137,6 +143,7 @@ public sealed partial class CreateIntegrationStoreDirectResponseStoreProductCapa /// /// /// + /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif @@ -157,7 +164,8 @@ public CreateIntegrationStoreDirectResponseStoreProductCapabilities( bool? nativeImportResource, bool? databaseUI, bool? v0Flavors, - bool? autoSensitive) + bool? autoSensitive, + bool? agentTools) { this.Mcp = mcp; this.McpReadonly = mcpReadonly; @@ -176,6 +184,7 @@ public CreateIntegrationStoreDirectResponseStoreProductCapabilities( this.DatabaseUI = databaseUI; this.V0Flavors = v0Flavors; this.AutoSensitive = autoSensitive; + this.AgentTools = agentTools; } /// diff --git a/src/libs/Vercel/openapi.yaml b/src/libs/Vercel/openapi.yaml index cad236e7b..2a0c52d19 100644 --- a/src/libs/Vercel/openapi.yaml +++ b/src/libs/Vercel/openapi.yaml @@ -126680,6 +126680,13 @@ false, true ] + }, + "agentTools": { + "type": "boolean", + "enum": [ + false, + true + ] } }, "type": "object" @@ -126884,6 +126891,13 @@ false, true ] + }, + "agentTools": { + "type": "boolean", + "enum": [ + false, + true + ] } }, "type": "object"