diff --git a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetInvoice.g.cs b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetInvoice.g.cs index b26e11fe..d19ef6a8 100644 --- a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetInvoice.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetInvoice.g.cs @@ -495,6 +495,38 @@ partial void ProcessGetInvoiceResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 429) + { + string? __content_429 = null; + global::System.Exception? __exception_429 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_429 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_429 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_429 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_429 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_429, + responseBody: __content_429, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.Models.CreateConnectorResponseType.g.cs b/src/libs/Vercel/Generated/Vercel.Models.CreateConnectorResponseType.g.cs index 90355afa..00ddb511 100644 --- a/src/libs/Vercel/Generated/Vercel.Models.CreateConnectorResponseType.g.cs +++ b/src/libs/Vercel/Generated/Vercel.Models.CreateConnectorResponseType.g.cs @@ -27,6 +27,10 @@ public enum CreateConnectorResponseType /// /// /// + MicrosoftEntra, + /// + /// + /// Oauth, /// /// @@ -62,6 +66,7 @@ public static string ToValueString(this CreateConnectorResponseType value) CreateConnectorResponseType.Custom => "custom", CreateConnectorResponseType.Github => "github", CreateConnectorResponseType.Linear => "linear", + CreateConnectorResponseType.MicrosoftEntra => "microsoft-entra", CreateConnectorResponseType.Oauth => "oauth", CreateConnectorResponseType.Salesforce => "salesforce", CreateConnectorResponseType.Slack => "slack", @@ -81,6 +86,7 @@ public static string ToValueString(this CreateConnectorResponseType value) "custom" => CreateConnectorResponseType.Custom, "github" => CreateConnectorResponseType.Github, "linear" => CreateConnectorResponseType.Linear, + "microsoft-entra" => CreateConnectorResponseType.MicrosoftEntra, "oauth" => CreateConnectorResponseType.Oauth, "salesforce" => CreateConnectorResponseType.Salesforce, "slack" => CreateConnectorResponseType.Slack, diff --git a/src/libs/Vercel/openapi.yaml b/src/libs/Vercel/openapi.yaml index 2a7a33eb..eae49205 100644 --- a/src/libs/Vercel/openapi.yaml +++ b/src/libs/Vercel/openapi.yaml @@ -11707,6 +11707,7 @@ "custom", "github", "linear", + "microsoft-entra", "oauth", "salesforce", "slack", @@ -66486,6 +66487,9 @@ }, "410": { "description": "" + }, + "429": { + "description": "" } }, "parameters": [