diff --git a/src/libs/Vercel/Generated/Vercel.Models.CreateIntegrationStoreDirectResponseStoreCapabilities.g.cs b/src/libs/Vercel/Generated/Vercel.Models.CreateIntegrationStoreDirectResponseStoreCapabilities.g.cs index ddb5489e..d01a43f4 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 6fcd2326..cfda2ea2 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 cad236e7..2a0c52d1 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"