From c1b3bfd1d0f48df972fe8a60c8022f6f8cd4fffa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 Jul 2026 03:19:55 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../Vercel.Models.CreateConnectorRequestDataTypeOauth.g.cs | 6 ++---- src/libs/Vercel/Generated/Vercel.Models.TeamLimited.g.cs | 4 ++-- src/libs/Vercel/openapi.yaml | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/src/libs/Vercel/Generated/Vercel.Models.CreateConnectorRequestDataTypeOauth.g.cs b/src/libs/Vercel/Generated/Vercel.Models.CreateConnectorRequestDataTypeOauth.g.cs index 57d1321e8..4bff3ec5e 100644 --- a/src/libs/Vercel/Generated/Vercel.Models.CreateConnectorRequestDataTypeOauth.g.cs +++ b/src/libs/Vercel/Generated/Vercel.Models.CreateConnectorRequestDataTypeOauth.g.cs @@ -34,7 +34,7 @@ public sealed partial class CreateConnectorRequestDataTypeOauth public string? ClientSecret { get; set; } /// - /// Default Value: client_secret_post + /// /// [global::System.Text.Json.Serialization.JsonPropertyName("tokenEndpointAuthMethod")] public string? TokenEndpointAuthMethod { get; set; } @@ -108,9 +108,7 @@ public sealed partial class CreateConnectorRequestDataTypeOauth /// Default Value: {} /// /// - /// - /// Default Value: client_secret_post - /// + /// /// /// /// diff --git a/src/libs/Vercel/Generated/Vercel.Models.TeamLimited.g.cs b/src/libs/Vercel/Generated/Vercel.Models.TeamLimited.g.cs index a17f66f44..4143e48bf 100644 --- a/src/libs/Vercel/Generated/Vercel.Models.TeamLimited.g.cs +++ b/src/libs/Vercel/Generated/Vercel.Models.TeamLimited.g.cs @@ -9,7 +9,7 @@ namespace Vercel public sealed partial class TeamLimited { /// - /// Property indicating that this Team data contains only limited information, due to the authentication token missing privileges to read the full Team data or due to team having 2FA enforced and the user not having 2FA configured. Re-login with the Team's configured SAML Single Sign-On provider in order to upgrade the authentication token with the necessary privileges. + /// Property indicating that this Team data contains only limited information, due to the authentication token missing privileges to read the full Team data or due to team having MFA enforced and the user not having MFA enabled. Re-login with the Team's configured SAML Single Sign-On provider in order to upgrade the authentication token with the necessary privileges. /// [global::System.Text.Json.Serialization.JsonPropertyName("limited")] [global::System.Text.Json.Serialization.JsonRequired] @@ -95,7 +95,7 @@ public sealed partial class TeamLimited /// Initializes a new instance of the class. /// /// - /// Property indicating that this Team data contains only limited information, due to the authentication token missing privileges to read the full Team data or due to team having 2FA enforced and the user not having 2FA configured. Re-login with the Team's configured SAML Single Sign-On provider in order to upgrade the authentication token with the necessary privileges. + /// Property indicating that this Team data contains only limited information, due to the authentication token missing privileges to read the full Team data or due to team having MFA enforced and the user not having MFA enabled. Re-login with the Team's configured SAML Single Sign-On provider in order to upgrade the authentication token with the necessary privileges. /// /// /// diff --git a/src/libs/Vercel/openapi.yaml b/src/libs/Vercel/openapi.yaml index e872f58bc..e80cc4fab 100644 --- a/src/libs/Vercel/openapi.yaml +++ b/src/libs/Vercel/openapi.yaml @@ -12168,8 +12168,7 @@ "type": "string" }, "tokenEndpointAuthMethod": { - "type": "string", - "default": "client_secret_post" + "type": "string" }, "responseType": { "type": "string" @@ -193583,7 +193582,7 @@ "enum": [ true ], - "description": "Property indicating that this Team data contains only limited information, due to the authentication token missing privileges to read the full Team data or due to team having 2FA enforced and the user not having 2FA configured. Re-login with the Team's configured SAML Single Sign-On provider in order to upgrade the authentication token with the necessary privileges." + "description": "Property indicating that this Team data contains only limited information, due to the authentication token missing privileges to read the full Team data or due to team having MFA enforced and the user not having MFA enabled. Re-login with the Team's configured SAML Single Sign-On provider in order to upgrade the authentication token with the necessary privileges." }, "limitedBy": { "items": {