diff --git a/src/libs/Vercel/Generated/Vercel.Models.CreateConnectorRequestDataTypeOauth.g.cs b/src/libs/Vercel/Generated/Vercel.Models.CreateConnectorRequestDataTypeOauth.g.cs index 57d1321e..4bff3ec5 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 a17f66f4..4143e48b 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 e872f58b..e80cc4fa 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": {