diff --git a/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.CreateAccessGroup.g.cs b/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.CreateAccessGroup.g.cs index 9e015d56..a786b455 100644 --- a/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.CreateAccessGroup.g.cs +++ b/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.CreateAccessGroup.g.cs @@ -463,6 +463,38 @@ partial void ProcessCreateAccessGroupResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.CreateAccessGroupProject.g.cs b/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.CreateAccessGroupProject.g.cs index 0606f3e9..55c6dff0 100644 --- a/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.CreateAccessGroupProject.g.cs +++ b/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.CreateAccessGroupProject.g.cs @@ -472,6 +472,38 @@ partial void ProcessCreateAccessGroupProjectResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.DeleteAccessGroup.g.cs b/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.DeleteAccessGroup.g.cs index d3b5fddb..b4db40f4 100644 --- a/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.DeleteAccessGroup.g.cs +++ b/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.DeleteAccessGroup.g.cs @@ -445,6 +445,38 @@ await DeleteAccessGroupAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.DeleteAccessGroupProject.g.cs b/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.DeleteAccessGroupProject.g.cs index b59b6ed4..a601cd3d 100644 --- a/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.DeleteAccessGroupProject.g.cs +++ b/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.DeleteAccessGroupProject.g.cs @@ -454,6 +454,38 @@ await DeleteAccessGroupProjectAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.ListAccessGroupMembers.g.cs b/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.ListAccessGroupMembers.g.cs index cbe5ea6e..cdd3e482 100644 --- a/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.ListAccessGroupMembers.g.cs +++ b/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.ListAccessGroupMembers.g.cs @@ -502,6 +502,38 @@ partial void ProcessListAccessGroupMembersResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.ListAccessGroupProjects.g.cs b/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.ListAccessGroupProjects.g.cs index 50b432c0..736742e4 100644 --- a/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.ListAccessGroupProjects.g.cs +++ b/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.ListAccessGroupProjects.g.cs @@ -488,6 +488,38 @@ partial void ProcessListAccessGroupProjectsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.ListAccessGroups.g.cs b/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.ListAccessGroups.g.cs index 5088d4f5..cdaf49a5 100644 --- a/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.ListAccessGroups.g.cs +++ b/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.ListAccessGroups.g.cs @@ -537,6 +537,38 @@ partial void ProcessListAccessGroupsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.ReadAccessGroup.g.cs b/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.ReadAccessGroup.g.cs index ec449959..ed777182 100644 --- a/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.ReadAccessGroup.g.cs +++ b/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.ReadAccessGroup.g.cs @@ -452,6 +452,38 @@ partial void ProcessReadAccessGroupResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.ReadAccessGroupProject.g.cs b/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.ReadAccessGroupProject.g.cs index bcb83ff5..7ac97f63 100644 --- a/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.ReadAccessGroupProject.g.cs +++ b/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.ReadAccessGroupProject.g.cs @@ -461,6 +461,38 @@ partial void ProcessReadAccessGroupProjectResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.UpdateAccessGroup.g.cs b/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.UpdateAccessGroup.g.cs index a892313e..152afd5d 100644 --- a/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.UpdateAccessGroup.g.cs +++ b/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.UpdateAccessGroup.g.cs @@ -472,6 +472,38 @@ partial void ProcessUpdateAccessGroupResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.UpdateAccessGroupProject.g.cs b/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.UpdateAccessGroupProject.g.cs index 0ca66646..de8cf65b 100644 --- a/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.UpdateAccessGroupProject.g.cs +++ b/src/libs/Vercel/Generated/Vercel.AccessGroupsClient.UpdateAccessGroupProject.g.cs @@ -481,6 +481,38 @@ partial void ProcessUpdateAccessGroupProjectResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.AliasesClient.AssignAlias.g.cs b/src/libs/Vercel/Generated/Vercel.AliasesClient.AssignAlias.g.cs index 0feed69c..784d43bb 100644 --- a/src/libs/Vercel/Generated/Vercel.AliasesClient.AssignAlias.g.cs +++ b/src/libs/Vercel/Generated/Vercel.AliasesClient.AssignAlias.g.cs @@ -574,6 +574,38 @@ partial void ProcessAssignAliasResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.AliasesClient.DeleteAlias.g.cs b/src/libs/Vercel/Generated/Vercel.AliasesClient.DeleteAlias.g.cs index a6a7001b..6ea25ff7 100644 --- a/src/libs/Vercel/Generated/Vercel.AliasesClient.DeleteAlias.g.cs +++ b/src/libs/Vercel/Generated/Vercel.AliasesClient.DeleteAlias.g.cs @@ -490,6 +490,38 @@ partial void ProcessDeleteAliasResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.AliasesClient.GetAlias.g.cs b/src/libs/Vercel/Generated/Vercel.AliasesClient.GetAlias.g.cs index c2c11957..f92b1f43 100644 --- a/src/libs/Vercel/Generated/Vercel.AliasesClient.GetAlias.g.cs +++ b/src/libs/Vercel/Generated/Vercel.AliasesClient.GetAlias.g.cs @@ -556,6 +556,38 @@ partial void ProcessGetAliasResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.AliasesClient.ListAliases.g.cs b/src/libs/Vercel/Generated/Vercel.AliasesClient.ListAliases.g.cs index 8ad15fde..79a98ab6 100644 --- a/src/libs/Vercel/Generated/Vercel.AliasesClient.ListAliases.g.cs +++ b/src/libs/Vercel/Generated/Vercel.AliasesClient.ListAliases.g.cs @@ -589,6 +589,38 @@ partial void ProcessListAliasesResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.AliasesClient.ListDeploymentAliases.g.cs b/src/libs/Vercel/Generated/Vercel.AliasesClient.ListDeploymentAliases.g.cs index 2a4b19fe..bc52980e 100644 --- a/src/libs/Vercel/Generated/Vercel.AliasesClient.ListDeploymentAliases.g.cs +++ b/src/libs/Vercel/Generated/Vercel.AliasesClient.ListDeploymentAliases.g.cs @@ -490,6 +490,38 @@ partial void ProcessListDeploymentAliasesResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.AliasesClient.PatchUrlProtectionBypass.g.cs b/src/libs/Vercel/Generated/Vercel.AliasesClient.PatchUrlProtectionBypass.g.cs index 6f433989..26fd844f 100644 --- a/src/libs/Vercel/Generated/Vercel.AliasesClient.PatchUrlProtectionBypass.g.cs +++ b/src/libs/Vercel/Generated/Vercel.AliasesClient.PatchUrlProtectionBypass.g.cs @@ -539,6 +539,38 @@ partial void ProcessPatchUrlProtectionBypassResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 428) { string? __content_428 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ApiAiGatewayClient.CreateAiGatewayRule.g.cs b/src/libs/Vercel/Generated/Vercel.ApiAiGatewayClient.CreateAiGatewayRule.g.cs index bde0e1dc..53016e09 100644 --- a/src/libs/Vercel/Generated/Vercel.ApiAiGatewayClient.CreateAiGatewayRule.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ApiAiGatewayClient.CreateAiGatewayRule.g.cs @@ -476,6 +476,38 @@ partial void ProcessCreateAiGatewayRuleResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ApiAiGatewayClient.DeleteAiGatewayRule.g.cs b/src/libs/Vercel/Generated/Vercel.ApiAiGatewayClient.DeleteAiGatewayRule.g.cs index f443e8f0..1e165055 100644 --- a/src/libs/Vercel/Generated/Vercel.ApiAiGatewayClient.DeleteAiGatewayRule.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ApiAiGatewayClient.DeleteAiGatewayRule.g.cs @@ -486,6 +486,38 @@ partial void ProcessDeleteAiGatewayRuleResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ApiAiGatewayClient.ListAiGatewayRules.g.cs b/src/libs/Vercel/Generated/Vercel.ApiAiGatewayClient.ListAiGatewayRules.g.cs index 36d7bca1..6f8ec0b7 100644 --- a/src/libs/Vercel/Generated/Vercel.ApiAiGatewayClient.ListAiGatewayRules.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ApiAiGatewayClient.ListAiGatewayRules.g.cs @@ -454,6 +454,38 @@ partial void ProcessListAiGatewayRulesResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ApiAiGatewayClient.UpdateAiGatewayRule.g.cs b/src/libs/Vercel/Generated/Vercel.ApiAiGatewayClient.UpdateAiGatewayRule.g.cs index 82edff3d..dcec210a 100644 --- a/src/libs/Vercel/Generated/Vercel.ApiAiGatewayClient.UpdateAiGatewayRule.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ApiAiGatewayClient.UpdateAiGatewayRule.g.cs @@ -476,6 +476,38 @@ partial void ProcessUpdateAiGatewayRuleResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ApiObservabilityClient.GetObservabilityConfigurationProjects.g.cs b/src/libs/Vercel/Generated/Vercel.ApiObservabilityClient.GetObservabilityConfigurationProjects.g.cs index 42c126bb..4256bd22 100644 --- a/src/libs/Vercel/Generated/Vercel.ApiObservabilityClient.GetObservabilityConfigurationProjects.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ApiObservabilityClient.GetObservabilityConfigurationProjects.g.cs @@ -475,6 +475,38 @@ partial void ProcessGetObservabilityConfigurationProjectsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ApiObservabilityClient.UpdateObservabilityConfigurationProject.g.cs b/src/libs/Vercel/Generated/Vercel.ApiObservabilityClient.UpdateObservabilityConfigurationProject.g.cs index 85c3578d..bbb81c12 100644 --- a/src/libs/Vercel/Generated/Vercel.ApiObservabilityClient.UpdateObservabilityConfigurationProject.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ApiObservabilityClient.UpdateObservabilityConfigurationProject.g.cs @@ -509,6 +509,38 @@ partial void ProcessUpdateObservabilityConfigurationProjectResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 429) { string? __content_429 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ApiSecurityClient.CreateSecurityFirewallConfigByConfigVersionActivate.g.cs b/src/libs/Vercel/Generated/Vercel.ApiSecurityClient.CreateSecurityFirewallConfigByConfigVersionActivate.g.cs index 26146730..93fcf53a 100644 --- a/src/libs/Vercel/Generated/Vercel.ApiSecurityClient.CreateSecurityFirewallConfigByConfigVersionActivate.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ApiSecurityClient.CreateSecurityFirewallConfigByConfigVersionActivate.g.cs @@ -487,6 +487,38 @@ partial void ProcessCreateSecurityFirewallConfigByConfigVersionActivateResponseC h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ApiSecurityClient.DeleteSecurityFirewallConfigByConfigVersion.g.cs b/src/libs/Vercel/Generated/Vercel.ApiSecurityClient.DeleteSecurityFirewallConfigByConfigVersion.g.cs index 2e8ada1a..07303923 100644 --- a/src/libs/Vercel/Generated/Vercel.ApiSecurityClient.DeleteSecurityFirewallConfigByConfigVersion.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ApiSecurityClient.DeleteSecurityFirewallConfigByConfigVersion.g.cs @@ -455,6 +455,38 @@ partial void ProcessDeleteSecurityFirewallConfigByConfigVersionResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ApiSecurityClient.GetSecurityFirewallConfig.g.cs b/src/libs/Vercel/Generated/Vercel.ApiSecurityClient.GetSecurityFirewallConfig.g.cs index f1a97d0d..8cfcf3fd 100644 --- a/src/libs/Vercel/Generated/Vercel.ApiSecurityClient.GetSecurityFirewallConfig.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ApiSecurityClient.GetSecurityFirewallConfig.g.cs @@ -445,6 +445,38 @@ partial void ProcessGetSecurityFirewallConfigResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ArtifactsClient.ArtifactExists.g.cs b/src/libs/Vercel/Generated/Vercel.ArtifactsClient.ArtifactExists.g.cs index 742374fd..543b7065 100644 --- a/src/libs/Vercel/Generated/Vercel.ArtifactsClient.ArtifactExists.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ArtifactsClient.ArtifactExists.g.cs @@ -515,6 +515,38 @@ await ArtifactExistsAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ArtifactsClient.ArtifactQuery.g.cs b/src/libs/Vercel/Generated/Vercel.ArtifactsClient.ArtifactQuery.g.cs index a13b5dc3..0f05d150 100644 --- a/src/libs/Vercel/Generated/Vercel.ArtifactsClient.ArtifactQuery.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ArtifactsClient.ArtifactQuery.g.cs @@ -495,6 +495,38 @@ partial void ProcessArtifactQueryResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ArtifactsClient.DeleteAllArtifacts.g.cs b/src/libs/Vercel/Generated/Vercel.ArtifactsClient.DeleteAllArtifacts.g.cs index eb54b857..e94fd089 100644 --- a/src/libs/Vercel/Generated/Vercel.ArtifactsClient.DeleteAllArtifacts.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ArtifactsClient.DeleteAllArtifacts.g.cs @@ -443,6 +443,38 @@ partial void ProcessDeleteAllArtifactsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ArtifactsClient.DownloadArtifact.g.cs b/src/libs/Vercel/Generated/Vercel.ArtifactsClient.DownloadArtifact.g.cs index 6bd46be2..c910c18d 100644 --- a/src/libs/Vercel/Generated/Vercel.ArtifactsClient.DownloadArtifact.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ArtifactsClient.DownloadArtifact.g.cs @@ -562,6 +562,38 @@ partial void ProcessDownloadArtifactResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } try { @@ -1080,6 +1112,38 @@ partial void ProcessDownloadArtifactResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ArtifactsClient.RecordEvents.g.cs b/src/libs/Vercel/Generated/Vercel.ArtifactsClient.RecordEvents.g.cs index 6c62e31a..6ad9ba3d 100644 --- a/src/libs/Vercel/Generated/Vercel.ArtifactsClient.RecordEvents.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ArtifactsClient.RecordEvents.g.cs @@ -528,6 +528,38 @@ await RecordEventsAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ArtifactsClient.Status.g.cs b/src/libs/Vercel/Generated/Vercel.ArtifactsClient.Status.g.cs index 7e5fdded..f7bf4dee 100644 --- a/src/libs/Vercel/Generated/Vercel.ArtifactsClient.Status.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ArtifactsClient.Status.g.cs @@ -475,6 +475,38 @@ partial void ProcessStatusResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ArtifactsClient.UploadArtifact.g.cs b/src/libs/Vercel/Generated/Vercel.ArtifactsClient.UploadArtifact.g.cs index 560f979b..25b44896 100644 --- a/src/libs/Vercel/Generated/Vercel.ArtifactsClient.UploadArtifact.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ArtifactsClient.UploadArtifact.g.cs @@ -637,6 +637,38 @@ partial void ProcessUploadArtifactResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.AuthenticationClient.CreateAuthToken.g.cs b/src/libs/Vercel/Generated/Vercel.AuthenticationClient.CreateAuthToken.g.cs index 8a4306f0..625cd11b 100644 --- a/src/libs/Vercel/Generated/Vercel.AuthenticationClient.CreateAuthToken.g.cs +++ b/src/libs/Vercel/Generated/Vercel.AuthenticationClient.CreateAuthToken.g.cs @@ -495,6 +495,38 @@ partial void ProcessCreateAuthTokenResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.AuthenticationClient.DeleteAuthToken.g.cs b/src/libs/Vercel/Generated/Vercel.AuthenticationClient.DeleteAuthToken.g.cs index 126d960d..b6fd88ce 100644 --- a/src/libs/Vercel/Generated/Vercel.AuthenticationClient.DeleteAuthToken.g.cs +++ b/src/libs/Vercel/Generated/Vercel.AuthenticationClient.DeleteAuthToken.g.cs @@ -460,6 +460,38 @@ partial void ProcessDeleteAuthTokenResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.AuthenticationClient.GetAuthToken.g.cs b/src/libs/Vercel/Generated/Vercel.AuthenticationClient.GetAuthToken.g.cs index 277e8074..74734248 100644 --- a/src/libs/Vercel/Generated/Vercel.AuthenticationClient.GetAuthToken.g.cs +++ b/src/libs/Vercel/Generated/Vercel.AuthenticationClient.GetAuthToken.g.cs @@ -460,6 +460,38 @@ partial void ProcessGetAuthTokenResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.AuthenticationClient.ListAuthTokens.g.cs b/src/libs/Vercel/Generated/Vercel.AuthenticationClient.ListAuthTokens.g.cs index 7a32bc85..4dc62e05 100644 --- a/src/libs/Vercel/Generated/Vercel.AuthenticationClient.ListAuthTokens.g.cs +++ b/src/libs/Vercel/Generated/Vercel.AuthenticationClient.ListAuthTokens.g.cs @@ -413,6 +413,38 @@ partial void ProcessListAuthTokensResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.BillingClient.BuyCredits.g.cs b/src/libs/Vercel/Generated/Vercel.BillingClient.BuyCredits.g.cs index 20d53f5d..7ad1fe88 100644 --- a/src/libs/Vercel/Generated/Vercel.BillingClient.BuyCredits.g.cs +++ b/src/libs/Vercel/Generated/Vercel.BillingClient.BuyCredits.g.cs @@ -556,6 +556,38 @@ partial void ProcessBuyCreditsResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.DeleteRedirects.g.cs b/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.DeleteRedirects.g.cs index 91c5977b..421356fa 100644 --- a/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.DeleteRedirects.g.cs +++ b/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.DeleteRedirects.g.cs @@ -506,6 +506,38 @@ partial void ProcessDeleteRedirectsResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.EditRedirect.g.cs b/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.EditRedirect.g.cs index 039bb00b..ebcda51c 100644 --- a/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.EditRedirect.g.cs +++ b/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.EditRedirect.g.cs @@ -506,6 +506,38 @@ partial void ProcessEditRedirectResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.GetRedirects.g.cs b/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.GetRedirects.g.cs index 0c11539e..3b5b51a0 100644 --- a/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.GetRedirects.g.cs +++ b/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.GetRedirects.g.cs @@ -555,6 +555,38 @@ partial void ProcessGetRedirectsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.GetVersions.g.cs b/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.GetVersions.g.cs index 7cbdc19b..2b8bd50d 100644 --- a/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.GetVersions.g.cs +++ b/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.GetVersions.g.cs @@ -454,6 +454,38 @@ partial void ProcessGetVersionsResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.RestoreRedirects.g.cs b/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.RestoreRedirects.g.cs index fb449680..f99078be 100644 --- a/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.RestoreRedirects.g.cs +++ b/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.RestoreRedirects.g.cs @@ -506,6 +506,38 @@ partial void ProcessRestoreRedirectsResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.StageRedirects.g.cs b/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.StageRedirects.g.cs index e7e84f33..ae36d61b 100644 --- a/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.StageRedirects.g.cs +++ b/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.StageRedirects.g.cs @@ -464,6 +464,38 @@ partial void ProcessStageRedirectsResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.UpdateVersion.g.cs b/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.UpdateVersion.g.cs index 4bcfa44d..a3765516 100644 --- a/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.UpdateVersion.g.cs +++ b/src/libs/Vercel/Generated/Vercel.BulkRedirectsClient.UpdateVersion.g.cs @@ -506,6 +506,38 @@ partial void ProcessUpdateVersionResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.CertsClient.GetCertById.g.cs b/src/libs/Vercel/Generated/Vercel.CertsClient.GetCertById.g.cs index 1056012a..42ec62f6 100644 --- a/src/libs/Vercel/Generated/Vercel.CertsClient.GetCertById.g.cs +++ b/src/libs/Vercel/Generated/Vercel.CertsClient.GetCertById.g.cs @@ -488,6 +488,38 @@ partial void ProcessGetCertByIdResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.CertsClient.GetCerts.g.cs b/src/libs/Vercel/Generated/Vercel.CertsClient.GetCerts.g.cs index 79c20d54..2ee35655 100644 --- a/src/libs/Vercel/Generated/Vercel.CertsClient.GetCerts.g.cs +++ b/src/libs/Vercel/Generated/Vercel.CertsClient.GetCerts.g.cs @@ -443,6 +443,38 @@ partial void ProcessGetCertsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.CertsClient.IssueCert.g.cs b/src/libs/Vercel/Generated/Vercel.CertsClient.IssueCert.g.cs index fe73301f..1754dc54 100644 --- a/src/libs/Vercel/Generated/Vercel.CertsClient.IssueCert.g.cs +++ b/src/libs/Vercel/Generated/Vercel.CertsClient.IssueCert.g.cs @@ -528,6 +528,38 @@ partial void ProcessIssueCertResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 449) { string? __content_449 = null; diff --git a/src/libs/Vercel/Generated/Vercel.CertsClient.RemoveCert.g.cs b/src/libs/Vercel/Generated/Vercel.CertsClient.RemoveCert.g.cs index e47cd2fb..2997528c 100644 --- a/src/libs/Vercel/Generated/Vercel.CertsClient.RemoveCert.g.cs +++ b/src/libs/Vercel/Generated/Vercel.CertsClient.RemoveCert.g.cs @@ -488,6 +488,38 @@ partial void ProcessRemoveCertResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.CertsClient.UploadCert.g.cs b/src/libs/Vercel/Generated/Vercel.CertsClient.UploadCert.g.cs index f496a7c7..048e7222 100644 --- a/src/libs/Vercel/Generated/Vercel.CertsClient.UploadCert.g.cs +++ b/src/libs/Vercel/Generated/Vercel.CertsClient.UploadCert.g.cs @@ -495,6 +495,38 @@ partial void ProcessUploadCertResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ChecksV2Client.CreateDeploymentCheckRun.g.cs b/src/libs/Vercel/Generated/Vercel.ChecksV2Client.CreateDeploymentCheckRun.g.cs index ac6441a9..7f3412f0 100644 --- a/src/libs/Vercel/Generated/Vercel.ChecksV2Client.CreateDeploymentCheckRun.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ChecksV2Client.CreateDeploymentCheckRun.g.cs @@ -505,6 +505,38 @@ partial void ProcessCreateDeploymentCheckRunResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ChecksV2Client.CreateProjectCheck.g.cs b/src/libs/Vercel/Generated/Vercel.ChecksV2Client.CreateProjectCheck.g.cs index d67d3654..b767b57b 100644 --- a/src/libs/Vercel/Generated/Vercel.ChecksV2Client.CreateProjectCheck.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ChecksV2Client.CreateProjectCheck.g.cs @@ -473,6 +473,38 @@ partial void ProcessCreateProjectCheckResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ChecksV2Client.DeleteProjectCheck.g.cs b/src/libs/Vercel/Generated/Vercel.ChecksV2Client.DeleteProjectCheck.g.cs index 6bc3a7ad..76f318a1 100644 --- a/src/libs/Vercel/Generated/Vercel.ChecksV2Client.DeleteProjectCheck.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ChecksV2Client.DeleteProjectCheck.g.cs @@ -494,6 +494,38 @@ partial void ProcessDeleteProjectCheckResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ChecksV2Client.GetDeploymentCheckRun.g.cs b/src/libs/Vercel/Generated/Vercel.ChecksV2Client.GetDeploymentCheckRun.g.cs index c23f6c9b..cc6bc652 100644 --- a/src/libs/Vercel/Generated/Vercel.ChecksV2Client.GetDeploymentCheckRun.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ChecksV2Client.GetDeploymentCheckRun.g.cs @@ -500,6 +500,38 @@ partial void ProcessGetDeploymentCheckRunResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ChecksV2Client.GetProjectCheck.g.cs b/src/libs/Vercel/Generated/Vercel.ChecksV2Client.GetProjectCheck.g.cs index 70459abe..85aee299 100644 --- a/src/libs/Vercel/Generated/Vercel.ChecksV2Client.GetProjectCheck.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ChecksV2Client.GetProjectCheck.g.cs @@ -468,6 +468,38 @@ partial void ProcessGetProjectCheckResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ChecksV2Client.ListCheckRuns.g.cs b/src/libs/Vercel/Generated/Vercel.ChecksV2Client.ListCheckRuns.g.cs index b8f2be65..6c3a8982 100644 --- a/src/libs/Vercel/Generated/Vercel.ChecksV2Client.ListCheckRuns.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ChecksV2Client.ListCheckRuns.g.cs @@ -468,6 +468,38 @@ partial void ProcessListCheckRunsResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ChecksV2Client.ListDeploymentCheckRuns.g.cs b/src/libs/Vercel/Generated/Vercel.ChecksV2Client.ListDeploymentCheckRuns.g.cs index 6535b842..68a82069 100644 --- a/src/libs/Vercel/Generated/Vercel.ChecksV2Client.ListDeploymentCheckRuns.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ChecksV2Client.ListDeploymentCheckRuns.g.cs @@ -453,6 +453,38 @@ partial void ProcessListDeploymentCheckRunsResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ChecksV2Client.ListProjectChecks.g.cs b/src/libs/Vercel/Generated/Vercel.ChecksV2Client.ListProjectChecks.g.cs index a341b308..c863a54a 100644 --- a/src/libs/Vercel/Generated/Vercel.ChecksV2Client.ListProjectChecks.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ChecksV2Client.ListProjectChecks.g.cs @@ -463,6 +463,38 @@ partial void ProcessListProjectChecksResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ChecksV2Client.UpdateDeploymentCheckRun.g.cs b/src/libs/Vercel/Generated/Vercel.ChecksV2Client.UpdateDeploymentCheckRun.g.cs index 1e2b57fb..69569bcc 100644 --- a/src/libs/Vercel/Generated/Vercel.ChecksV2Client.UpdateDeploymentCheckRun.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ChecksV2Client.UpdateDeploymentCheckRun.g.cs @@ -482,6 +482,38 @@ partial void ProcessUpdateDeploymentCheckRunResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 413) { string? __content_413 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ChecksV2Client.UpdateProjectCheck.g.cs b/src/libs/Vercel/Generated/Vercel.ChecksV2Client.UpdateProjectCheck.g.cs index ef5f77b2..d8bab998 100644 --- a/src/libs/Vercel/Generated/Vercel.ChecksV2Client.UpdateProjectCheck.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ChecksV2Client.UpdateProjectCheck.g.cs @@ -514,6 +514,38 @@ partial void ProcessUpdateProjectCheckResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ConnectClient.CreateConnector.g.cs b/src/libs/Vercel/Generated/Vercel.ConnectClient.CreateConnector.g.cs index 5a34673b..e2b95859 100644 --- a/src/libs/Vercel/Generated/Vercel.ConnectClient.CreateConnector.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ConnectClient.CreateConnector.g.cs @@ -497,6 +497,38 @@ partial void ProcessCreateConnectorResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ConnectClient.CreateConnectorAuthorizationRequest.g.cs b/src/libs/Vercel/Generated/Vercel.ConnectClient.CreateConnectorAuthorizationRequest.g.cs index b3ca2725..1df4f7ef 100644 --- a/src/libs/Vercel/Generated/Vercel.ConnectClient.CreateConnectorAuthorizationRequest.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ConnectClient.CreateConnectorAuthorizationRequest.g.cs @@ -474,6 +474,38 @@ partial void ProcessCreateConnectorAuthorizationRequestResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ConnectClient.GetConnectorToken.g.cs b/src/libs/Vercel/Generated/Vercel.ConnectClient.GetConnectorToken.g.cs index 53202dbc..9eb44813 100644 --- a/src/libs/Vercel/Generated/Vercel.ConnectClient.GetConnectorToken.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ConnectClient.GetConnectorToken.g.cs @@ -475,6 +475,38 @@ partial void ProcessGetConnectorTokenResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 422) { string? __content_422 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ConnectClient.ImportConnectorTokens.g.cs b/src/libs/Vercel/Generated/Vercel.ConnectClient.ImportConnectorTokens.g.cs index 9f6d9c3a..e0f758ca 100644 --- a/src/libs/Vercel/Generated/Vercel.ConnectClient.ImportConnectorTokens.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ConnectClient.ImportConnectorTokens.g.cs @@ -475,6 +475,38 @@ partial void ProcessImportConnectorTokensResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 422) { string? __content_422 = null; diff --git a/src/libs/Vercel/Generated/Vercel.DeploymentsClient.CancelDeployment.g.cs b/src/libs/Vercel/Generated/Vercel.DeploymentsClient.CancelDeployment.g.cs index 7985096b..e523a7dc 100644 --- a/src/libs/Vercel/Generated/Vercel.DeploymentsClient.CancelDeployment.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DeploymentsClient.CancelDeployment.g.cs @@ -490,6 +490,38 @@ partial void ProcessCancelDeploymentResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.DeploymentsClient.CreateDeployment.g.cs b/src/libs/Vercel/Generated/Vercel.DeploymentsClient.CreateDeployment.g.cs index fbad5764..78c479c4 100644 --- a/src/libs/Vercel/Generated/Vercel.DeploymentsClient.CreateDeployment.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DeploymentsClient.CreateDeployment.g.cs @@ -592,6 +592,38 @@ partial void ProcessCreateDeploymentResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 426) { string? __content_426 = null; diff --git a/src/libs/Vercel/Generated/Vercel.DeploymentsClient.DeleteDeployment.g.cs b/src/libs/Vercel/Generated/Vercel.DeploymentsClient.DeleteDeployment.g.cs index 1b508f65..d5a29168 100644 --- a/src/libs/Vercel/Generated/Vercel.DeploymentsClient.DeleteDeployment.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DeploymentsClient.DeleteDeployment.g.cs @@ -506,6 +506,38 @@ partial void ProcessDeleteDeploymentResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.DeploymentsClient.GetDeployment.g.cs b/src/libs/Vercel/Generated/Vercel.DeploymentsClient.GetDeployment.g.cs index 0d081fa0..318d7b52 100644 --- a/src/libs/Vercel/Generated/Vercel.DeploymentsClient.GetDeployment.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DeploymentsClient.GetDeployment.g.cs @@ -475,6 +475,38 @@ partial void ProcessGetDeploymentResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 429) { string? __content_429 = null; diff --git a/src/libs/Vercel/Generated/Vercel.DeploymentsClient.GetDeploymentEvents.g.cs b/src/libs/Vercel/Generated/Vercel.DeploymentsClient.GetDeploymentEvents.g.cs index efec6a96..a4cb10f3 100644 --- a/src/libs/Vercel/Generated/Vercel.DeploymentsClient.GetDeploymentEvents.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DeploymentsClient.GetDeploymentEvents.g.cs @@ -601,6 +601,38 @@ partial void ProcessGetDeploymentEventsResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.DeploymentsClient.GetDeployments.g.cs b/src/libs/Vercel/Generated/Vercel.DeploymentsClient.GetDeployments.g.cs index 01622129..56a4f327 100644 --- a/src/libs/Vercel/Generated/Vercel.DeploymentsClient.GetDeployments.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DeploymentsClient.GetDeployments.g.cs @@ -696,6 +696,38 @@ partial void ProcessGetDeploymentsResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 422) { string? __content_422 = null; diff --git a/src/libs/Vercel/Generated/Vercel.DeploymentsClient.ListDeploymentFiles.g.cs b/src/libs/Vercel/Generated/Vercel.DeploymentsClient.ListDeploymentFiles.g.cs index 9e2bdbc8..640722c0 100644 --- a/src/libs/Vercel/Generated/Vercel.DeploymentsClient.ListDeploymentFiles.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DeploymentsClient.ListDeploymentFiles.g.cs @@ -488,6 +488,38 @@ partial void ProcessListDeploymentFilesResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.DeploymentsClient.UpdateIntegrationDeploymentAction.g.cs b/src/libs/Vercel/Generated/Vercel.DeploymentsClient.UpdateIntegrationDeploymentAction.g.cs index 029cbea2..def9a65e 100644 --- a/src/libs/Vercel/Generated/Vercel.DeploymentsClient.UpdateIntegrationDeploymentAction.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DeploymentsClient.UpdateIntegrationDeploymentAction.g.cs @@ -462,6 +462,38 @@ await UpdateIntegrationDeploymentActionAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.DeploymentsClient.UploadFile.g.cs b/src/libs/Vercel/Generated/Vercel.DeploymentsClient.UploadFile.g.cs index 801e8f3c..d756e82c 100644 --- a/src/libs/Vercel/Generated/Vercel.DeploymentsClient.UploadFile.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DeploymentsClient.UploadFile.g.cs @@ -534,6 +534,38 @@ partial void ProcessUploadFileResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 426) { string? __content_426 = null; diff --git a/src/libs/Vercel/Generated/Vercel.DnsClient.CreateRecord.g.cs b/src/libs/Vercel/Generated/Vercel.DnsClient.CreateRecord.g.cs index 63d31615..2793ae3f 100644 --- a/src/libs/Vercel/Generated/Vercel.DnsClient.CreateRecord.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DnsClient.CreateRecord.g.cs @@ -574,6 +574,38 @@ partial void ProcessCreateRecordResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.DnsClient.GetRecords.g.cs b/src/libs/Vercel/Generated/Vercel.DnsClient.GetRecords.g.cs index 70366ee7..d6371a80 100644 --- a/src/libs/Vercel/Generated/Vercel.DnsClient.GetRecords.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DnsClient.GetRecords.g.cs @@ -536,6 +536,38 @@ partial void ProcessGetRecordsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.DnsClient.RemoveRecord.g.cs b/src/libs/Vercel/Generated/Vercel.DnsClient.RemoveRecord.g.cs index 64eee54e..5f511720 100644 --- a/src/libs/Vercel/Generated/Vercel.DnsClient.RemoveRecord.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DnsClient.RemoveRecord.g.cs @@ -501,6 +501,38 @@ partial void ProcessRemoveRecordResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.DnsClient.UpdateRecord.g.cs b/src/libs/Vercel/Generated/Vercel.DnsClient.UpdateRecord.g.cs index 09fa7ca0..978438c5 100644 --- a/src/libs/Vercel/Generated/Vercel.DnsClient.UpdateRecord.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DnsClient.UpdateRecord.g.cs @@ -574,6 +574,38 @@ partial void ProcessUpdateRecordResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.DomainsClient.ClaimDomainOwnership.g.cs b/src/libs/Vercel/Generated/Vercel.DomainsClient.ClaimDomainOwnership.g.cs index b260c47e..02893af9 100644 --- a/src/libs/Vercel/Generated/Vercel.DomainsClient.ClaimDomainOwnership.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DomainsClient.ClaimDomainOwnership.g.cs @@ -490,6 +490,38 @@ partial void ProcessClaimDomainOwnershipResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.DomainsClient.CreateOrTransferDomain.g.cs b/src/libs/Vercel/Generated/Vercel.DomainsClient.CreateOrTransferDomain.g.cs index a2e802a2..565be5b3 100644 --- a/src/libs/Vercel/Generated/Vercel.DomainsClient.CreateOrTransferDomain.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DomainsClient.CreateOrTransferDomain.g.cs @@ -559,6 +559,38 @@ partial void ProcessCreateOrTransferDomainResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.DomainsClient.DeleteDomain.g.cs b/src/libs/Vercel/Generated/Vercel.DomainsClient.DeleteDomain.g.cs index 7eb50be3..c740f8dd 100644 --- a/src/libs/Vercel/Generated/Vercel.DomainsClient.DeleteDomain.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DomainsClient.DeleteDomain.g.cs @@ -522,6 +522,38 @@ partial void ProcessDeleteDomainResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.DomainsClient.GetDomain.g.cs b/src/libs/Vercel/Generated/Vercel.DomainsClient.GetDomain.g.cs index 03e7cf75..6e2ce889 100644 --- a/src/libs/Vercel/Generated/Vercel.DomainsClient.GetDomain.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DomainsClient.GetDomain.g.cs @@ -490,6 +490,38 @@ partial void ProcessGetDomainResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.DomainsClient.GetDomainConfig.g.cs b/src/libs/Vercel/Generated/Vercel.DomainsClient.GetDomainConfig.g.cs index 3c64b709..0191dc83 100644 --- a/src/libs/Vercel/Generated/Vercel.DomainsClient.GetDomainConfig.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DomainsClient.GetDomainConfig.g.cs @@ -486,6 +486,38 @@ partial void ProcessGetDomainConfigResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.DomainsClient.GetDomainProjectDomains.g.cs b/src/libs/Vercel/Generated/Vercel.DomainsClient.GetDomainProjectDomains.g.cs index 60ec0996..a5fa890d 100644 --- a/src/libs/Vercel/Generated/Vercel.DomainsClient.GetDomainProjectDomains.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DomainsClient.GetDomainProjectDomains.g.cs @@ -538,6 +538,38 @@ partial void ProcessGetDomainProjectDomainsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.DomainsClient.GetDomainVerificationRecord.g.cs b/src/libs/Vercel/Generated/Vercel.DomainsClient.GetDomainVerificationRecord.g.cs index ccb3018a..e5084884 100644 --- a/src/libs/Vercel/Generated/Vercel.DomainsClient.GetDomainVerificationRecord.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DomainsClient.GetDomainVerificationRecord.g.cs @@ -490,6 +490,38 @@ partial void ProcessGetDomainVerificationRecordResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.DomainsClient.GetDomains.g.cs b/src/libs/Vercel/Generated/Vercel.DomainsClient.GetDomains.g.cs index f313ff2a..a99154f5 100644 --- a/src/libs/Vercel/Generated/Vercel.DomainsClient.GetDomains.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DomainsClient.GetDomains.g.cs @@ -523,6 +523,38 @@ partial void ProcessGetDomainsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.DomainsClient.PatchDomain.g.cs b/src/libs/Vercel/Generated/Vercel.DomainsClient.PatchDomain.g.cs index 5584a2b4..07041758 100644 --- a/src/libs/Vercel/Generated/Vercel.DomainsClient.PatchDomain.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DomainsClient.PatchDomain.g.cs @@ -535,6 +535,38 @@ partial void ProcessPatchDomainResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.DrainsClient.CreateDrain.g.cs b/src/libs/Vercel/Generated/Vercel.DrainsClient.CreateDrain.g.cs index 2b868b6a..98afcc06 100644 --- a/src/libs/Vercel/Generated/Vercel.DrainsClient.CreateDrain.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DrainsClient.CreateDrain.g.cs @@ -495,6 +495,38 @@ partial void ProcessCreateDrainResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.DrainsClient.DeleteDrain.g.cs b/src/libs/Vercel/Generated/Vercel.DrainsClient.DeleteDrain.g.cs index 938d216c..ddf60a01 100644 --- a/src/libs/Vercel/Generated/Vercel.DrainsClient.DeleteDrain.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DrainsClient.DeleteDrain.g.cs @@ -477,6 +477,38 @@ await DeleteDrainAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.DrainsClient.GetDrain.g.cs b/src/libs/Vercel/Generated/Vercel.DrainsClient.GetDrain.g.cs index b5e1d5f5..8fd54d92 100644 --- a/src/libs/Vercel/Generated/Vercel.DrainsClient.GetDrain.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DrainsClient.GetDrain.g.cs @@ -484,6 +484,38 @@ partial void ProcessGetDrainResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.DrainsClient.GetDrains.g.cs b/src/libs/Vercel/Generated/Vercel.DrainsClient.GetDrains.g.cs index ee569517..9d2845aa 100644 --- a/src/libs/Vercel/Generated/Vercel.DrainsClient.GetDrains.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DrainsClient.GetDrains.g.cs @@ -499,6 +499,38 @@ partial void ProcessGetDrainsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.DrainsClient.TestDrain.g.cs b/src/libs/Vercel/Generated/Vercel.DrainsClient.TestDrain.g.cs index a37d0f65..03531556 100644 --- a/src/libs/Vercel/Generated/Vercel.DrainsClient.TestDrain.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DrainsClient.TestDrain.g.cs @@ -495,6 +495,38 @@ partial void ProcessTestDrainResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.DrainsClient.UpdateDrain.g.cs b/src/libs/Vercel/Generated/Vercel.DrainsClient.UpdateDrain.g.cs index 0d71ac56..df40790e 100644 --- a/src/libs/Vercel/Generated/Vercel.DrainsClient.UpdateDrain.g.cs +++ b/src/libs/Vercel/Generated/Vercel.DrainsClient.UpdateDrain.g.cs @@ -536,6 +536,38 @@ partial void ProcessUpdateDrainResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EdgeCacheClient.DangerouslyDeleteBySrcImages.g.cs b/src/libs/Vercel/Generated/Vercel.EdgeCacheClient.DangerouslyDeleteBySrcImages.g.cs index 9fd17f33..0a5e3e61 100644 --- a/src/libs/Vercel/Generated/Vercel.EdgeCacheClient.DangerouslyDeleteBySrcImages.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EdgeCacheClient.DangerouslyDeleteBySrcImages.g.cs @@ -530,6 +530,38 @@ await DangerouslyDeleteBySrcImagesAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EdgeCacheClient.DangerouslyDeleteByTags.g.cs b/src/libs/Vercel/Generated/Vercel.EdgeCacheClient.DangerouslyDeleteByTags.g.cs index 635a47e6..1aa08768 100644 --- a/src/libs/Vercel/Generated/Vercel.EdgeCacheClient.DangerouslyDeleteByTags.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EdgeCacheClient.DangerouslyDeleteByTags.g.cs @@ -498,6 +498,38 @@ await DangerouslyDeleteByTagsAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EdgeCacheClient.InvalidateBySrcImages.g.cs b/src/libs/Vercel/Generated/Vercel.EdgeCacheClient.InvalidateBySrcImages.g.cs index fc0a06a6..2fb054da 100644 --- a/src/libs/Vercel/Generated/Vercel.EdgeCacheClient.InvalidateBySrcImages.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EdgeCacheClient.InvalidateBySrcImages.g.cs @@ -530,6 +530,38 @@ await InvalidateBySrcImagesAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EdgeCacheClient.InvalidateByTags.g.cs b/src/libs/Vercel/Generated/Vercel.EdgeCacheClient.InvalidateByTags.g.cs index 2b6689e4..146b6ed8 100644 --- a/src/libs/Vercel/Generated/Vercel.EdgeCacheClient.InvalidateByTags.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EdgeCacheClient.InvalidateByTags.g.cs @@ -498,6 +498,38 @@ await InvalidateByTagsAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.CreateEdgeConfig.g.cs b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.CreateEdgeConfig.g.cs index 3a3ec6c7..a9ed4076 100644 --- a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.CreateEdgeConfig.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.CreateEdgeConfig.g.cs @@ -495,6 +495,38 @@ partial void ProcessCreateEdgeConfigResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.CreateEdgeConfigToken.g.cs b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.CreateEdgeConfigToken.g.cs index ee27b60d..9599a97a 100644 --- a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.CreateEdgeConfigToken.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.CreateEdgeConfigToken.g.cs @@ -568,6 +568,38 @@ partial void ProcessCreateEdgeConfigTokenResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.DeleteEdgeConfig.g.cs b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.DeleteEdgeConfig.g.cs index fb39166b..2497d5df 100644 --- a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.DeleteEdgeConfig.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.DeleteEdgeConfig.g.cs @@ -509,6 +509,38 @@ await DeleteEdgeConfigAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.DeleteEdgeConfigSchema.g.cs b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.DeleteEdgeConfigSchema.g.cs index e8c9f508..4e19b815 100644 --- a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.DeleteEdgeConfigSchema.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.DeleteEdgeConfigSchema.g.cs @@ -541,6 +541,38 @@ await DeleteEdgeConfigSchemaAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.DeleteEdgeConfigTokens.g.cs b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.DeleteEdgeConfigTokens.g.cs index 648e33e5..c7eae8bf 100644 --- a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.DeleteEdgeConfigTokens.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.DeleteEdgeConfigTokens.g.cs @@ -561,6 +561,38 @@ await DeleteEdgeConfigTokensAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfig.g.cs b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfig.g.cs index 2a876007..5894015d 100644 --- a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfig.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfig.g.cs @@ -484,6 +484,38 @@ partial void ProcessGetEdgeConfigResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigBackup.g.cs b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigBackup.g.cs index cfaf6ab4..0f09b09a 100644 --- a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigBackup.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigBackup.g.cs @@ -493,6 +493,38 @@ partial void ProcessGetEdgeConfigBackupResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigBackups.g.cs b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigBackups.g.cs index 9ae36e88..ce6756f1 100644 --- a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigBackups.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigBackups.g.cs @@ -514,6 +514,38 @@ partial void ProcessGetEdgeConfigBackupsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigItem.g.cs b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigItem.g.cs index b62132af..93ae6fd0 100644 --- a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigItem.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigItem.g.cs @@ -493,6 +493,38 @@ partial void ProcessGetEdgeConfigItemResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigItems.g.cs b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigItems.g.cs index 99d54a06..2a2244af 100644 --- a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigItems.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigItems.g.cs @@ -484,6 +484,38 @@ partial void ProcessGetEdgeConfigItemsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigSchema.g.cs b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigSchema.g.cs index a973fa77..5314b5a7 100644 --- a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigSchema.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigSchema.g.cs @@ -484,6 +484,38 @@ partial void ProcessGetEdgeConfigSchemaResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigToken.g.cs b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigToken.g.cs index a03678f6..70122657 100644 --- a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigToken.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigToken.g.cs @@ -493,6 +493,38 @@ partial void ProcessGetEdgeConfigTokenResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigTokens.g.cs b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigTokens.g.cs index 2fcb0cab..b3b1c7ea 100644 --- a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigTokens.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigTokens.g.cs @@ -484,6 +484,38 @@ partial void ProcessGetEdgeConfigTokensResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigs.g.cs b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigs.g.cs index 6c60683c..80c5a667 100644 --- a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigs.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.GetEdgeConfigs.g.cs @@ -443,6 +443,38 @@ partial void ProcessGetEdgeConfigsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.PatchEdgeConfigItems.g.cs b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.PatchEdgeConfigItems.g.cs index a1b05d64..6fda7ee1 100644 --- a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.PatchEdgeConfigItems.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.PatchEdgeConfigItems.g.cs @@ -569,6 +569,38 @@ partial void ProcessPatchEdgeConfigItemsResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 412) { string? __content_412 = null; diff --git a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.PatchEdgeConfigSchema.g.cs b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.PatchEdgeConfigSchema.g.cs index d865dbc0..74fd95fd 100644 --- a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.PatchEdgeConfigSchema.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.PatchEdgeConfigSchema.g.cs @@ -578,6 +578,38 @@ partial void ProcessPatchEdgeConfigSchemaResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.RestoreEdgeConfigBackup.g.cs b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.RestoreEdgeConfigBackup.g.cs index 912a887d..908253d8 100644 --- a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.RestoreEdgeConfigBackup.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.RestoreEdgeConfigBackup.g.cs @@ -558,6 +558,38 @@ partial void ProcessRestoreEdgeConfigBackupResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 412) { string? __content_412 = null; diff --git a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.UpdateEdgeConfig.g.cs b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.UpdateEdgeConfig.g.cs index da4ecf5d..85d4102c 100644 --- a/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.UpdateEdgeConfig.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EdgeConfigClient.UpdateEdgeConfig.g.cs @@ -568,6 +568,38 @@ partial void ProcessUpdateEdgeConfigResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EnvironmentClient.CreateCustomEnvironment.g.cs b/src/libs/Vercel/Generated/Vercel.EnvironmentClient.CreateCustomEnvironment.g.cs index 20f645b1..02bc7dde 100644 --- a/src/libs/Vercel/Generated/Vercel.EnvironmentClient.CreateCustomEnvironment.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EnvironmentClient.CreateCustomEnvironment.g.cs @@ -509,6 +509,38 @@ partial void ProcessCreateCustomEnvironmentResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.EnvironmentClient.CreateSharedEnvVariable.g.cs b/src/libs/Vercel/Generated/Vercel.EnvironmentClient.CreateSharedEnvVariable.g.cs index faa51675..8152ee4a 100644 --- a/src/libs/Vercel/Generated/Vercel.EnvironmentClient.CreateSharedEnvVariable.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EnvironmentClient.CreateSharedEnvVariable.g.cs @@ -497,6 +497,38 @@ partial void ProcessCreateSharedEnvVariableResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EnvironmentClient.DeleteSharedEnvVariable.g.cs b/src/libs/Vercel/Generated/Vercel.EnvironmentClient.DeleteSharedEnvVariable.g.cs index 49c4ac33..3c5b6ca1 100644 --- a/src/libs/Vercel/Generated/Vercel.EnvironmentClient.DeleteSharedEnvVariable.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EnvironmentClient.DeleteSharedEnvVariable.g.cs @@ -495,6 +495,38 @@ partial void ProcessDeleteSharedEnvVariableResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EnvironmentClient.GetCustomEnvironment.g.cs b/src/libs/Vercel/Generated/Vercel.EnvironmentClient.GetCustomEnvironment.g.cs index c2e50578..6e1220d4 100644 --- a/src/libs/Vercel/Generated/Vercel.EnvironmentClient.GetCustomEnvironment.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EnvironmentClient.GetCustomEnvironment.g.cs @@ -501,6 +501,38 @@ partial void ProcessGetCustomEnvironmentResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EnvironmentClient.GetProjectsByIdOrNameCustomEnvironments.g.cs b/src/libs/Vercel/Generated/Vercel.EnvironmentClient.GetProjectsByIdOrNameCustomEnvironments.g.cs index dbf0ac30..4203fcc0 100644 --- a/src/libs/Vercel/Generated/Vercel.EnvironmentClient.GetProjectsByIdOrNameCustomEnvironments.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EnvironmentClient.GetProjectsByIdOrNameCustomEnvironments.g.cs @@ -470,6 +470,38 @@ partial void ProcessGetProjectsByIdOrNameCustomEnvironmentsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EnvironmentClient.GetSharedEnvVar.g.cs b/src/libs/Vercel/Generated/Vercel.EnvironmentClient.GetSharedEnvVar.g.cs index b2115736..f3cebe08 100644 --- a/src/libs/Vercel/Generated/Vercel.EnvironmentClient.GetSharedEnvVar.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EnvironmentClient.GetSharedEnvVar.g.cs @@ -456,6 +456,38 @@ partial void ProcessGetSharedEnvVarResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EnvironmentClient.ListSharedEnvVariable.g.cs b/src/libs/Vercel/Generated/Vercel.EnvironmentClient.ListSharedEnvVariable.g.cs index 5219386b..2e8ddcce 100644 --- a/src/libs/Vercel/Generated/Vercel.EnvironmentClient.ListSharedEnvVariable.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EnvironmentClient.ListSharedEnvVariable.g.cs @@ -581,6 +581,38 @@ partial void ProcessListSharedEnvVariableResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EnvironmentClient.RemoveCustomEnvironment.g.cs b/src/libs/Vercel/Generated/Vercel.EnvironmentClient.RemoveCustomEnvironment.g.cs index 074bb820..a7906ad1 100644 --- a/src/libs/Vercel/Generated/Vercel.EnvironmentClient.RemoveCustomEnvironment.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EnvironmentClient.RemoveCustomEnvironment.g.cs @@ -489,6 +489,38 @@ partial void ProcessRemoveCustomEnvironmentResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EnvironmentClient.UnlinkSharedEnvVariable.g.cs b/src/libs/Vercel/Generated/Vercel.EnvironmentClient.UnlinkSharedEnvVariable.g.cs index 39a28a37..1da98ba5 100644 --- a/src/libs/Vercel/Generated/Vercel.EnvironmentClient.UnlinkSharedEnvVariable.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EnvironmentClient.UnlinkSharedEnvVariable.g.cs @@ -465,6 +465,38 @@ partial void ProcessUnlinkSharedEnvVariableResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.EnvironmentClient.UpdateCustomEnvironment.g.cs b/src/libs/Vercel/Generated/Vercel.EnvironmentClient.UpdateCustomEnvironment.g.cs index 36143ca1..ff9b202f 100644 --- a/src/libs/Vercel/Generated/Vercel.EnvironmentClient.UpdateCustomEnvironment.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EnvironmentClient.UpdateCustomEnvironment.g.cs @@ -522,6 +522,38 @@ partial void ProcessUpdateCustomEnvironmentResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.EnvironmentClient.UpdateSharedEnvVariable.g.cs b/src/libs/Vercel/Generated/Vercel.EnvironmentClient.UpdateSharedEnvVariable.g.cs index 933ee550..3da1edc9 100644 --- a/src/libs/Vercel/Generated/Vercel.EnvironmentClient.UpdateSharedEnvVariable.g.cs +++ b/src/libs/Vercel/Generated/Vercel.EnvironmentClient.UpdateSharedEnvVariable.g.cs @@ -495,6 +495,38 @@ partial void ProcessUpdateSharedEnvVariableResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.CreateFlag.g.cs b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.CreateFlag.g.cs index 6efd4d33..ea3295a8 100644 --- a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.CreateFlag.g.cs +++ b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.CreateFlag.g.cs @@ -573,6 +573,38 @@ partial void ProcessCreateFlagResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 412) { string? __content_412 = null; diff --git a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.CreateFlagSegment.g.cs b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.CreateFlagSegment.g.cs index 8cd79cb2..054df0ff 100644 --- a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.CreateFlagSegment.g.cs +++ b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.CreateFlagSegment.g.cs @@ -573,6 +573,38 @@ partial void ProcessCreateFlagSegmentResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 412) { string? __content_412 = null; diff --git a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.CreateSdkKey.g.cs b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.CreateSdkKey.g.cs index 2cffd68b..2cb3e3f2 100644 --- a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.CreateSdkKey.g.cs +++ b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.CreateSdkKey.g.cs @@ -572,6 +572,38 @@ partial void ProcessCreateSdkKeyResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.DeleteFlag.g.cs b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.DeleteFlag.g.cs index fff9fc62..623b6005 100644 --- a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.DeleteFlag.g.cs +++ b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.DeleteFlag.g.cs @@ -619,6 +619,38 @@ await DeleteFlagAsResponseAsync( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 412) { string? __content_412 = null; diff --git a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.DeleteFlagSegment.g.cs b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.DeleteFlagSegment.g.cs index 083c9fe7..858d8feb 100644 --- a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.DeleteFlagSegment.g.cs +++ b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.DeleteFlagSegment.g.cs @@ -607,6 +607,38 @@ await DeleteFlagSegmentAsResponseAsync( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 412) { string? __content_412 = null; diff --git a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.DeleteSdkKey.g.cs b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.DeleteSdkKey.g.cs index 84498a5c..d772851b 100644 --- a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.DeleteSdkKey.g.cs +++ b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.DeleteSdkKey.g.cs @@ -558,6 +558,38 @@ await DeleteSdkKeyAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.GetDeploymentFeatureFlags.g.cs b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.GetDeploymentFeatureFlags.g.cs index e2ea1b9e..52cbf868 100644 --- a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.GetDeploymentFeatureFlags.g.cs +++ b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.GetDeploymentFeatureFlags.g.cs @@ -484,6 +484,38 @@ partial void ProcessGetDeploymentFeatureFlagsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.GetFlag.g.cs b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.GetFlag.g.cs index 637752a4..5645aca8 100644 --- a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.GetFlag.g.cs +++ b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.GetFlag.g.cs @@ -593,6 +593,38 @@ partial void ProcessGetFlagResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.GetFlagSegment.g.cs b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.GetFlagSegment.g.cs index 39a156af..ca62de2a 100644 --- a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.GetFlagSegment.g.cs +++ b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.GetFlagSegment.g.cs @@ -549,6 +549,38 @@ partial void ProcessGetFlagSegmentResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.GetFlagSettings.g.cs b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.GetFlagSettings.g.cs index bdc3c485..f8390015 100644 --- a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.GetFlagSettings.g.cs +++ b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.GetFlagSettings.g.cs @@ -520,6 +520,38 @@ partial void ProcessGetFlagSettingsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.GetSdkKeys.g.cs b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.GetSdkKeys.g.cs index e619ff01..4e64d3e9 100644 --- a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.GetSdkKeys.g.cs +++ b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.GetSdkKeys.g.cs @@ -520,6 +520,38 @@ partial void ProcessGetSdkKeysResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListFlagSegments.g.cs b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListFlagSegments.g.cs index 388e0aef..d02f829b 100644 --- a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListFlagSegments.g.cs +++ b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListFlagSegments.g.cs @@ -536,6 +536,38 @@ partial void ProcessListFlagSegmentsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListFlagVersions.g.cs b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListFlagVersions.g.cs index 139c31c4..c3aacc9a 100644 --- a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListFlagVersions.g.cs +++ b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListFlagVersions.g.cs @@ -615,6 +615,38 @@ partial void ProcessListFlagVersionsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListFlags.g.cs b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListFlags.g.cs index 3e87c866..93a183e7 100644 --- a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListFlags.g.cs +++ b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListFlags.g.cs @@ -606,6 +606,38 @@ partial void ProcessListFlagsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListFlagsV2.g.cs b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListFlagsV2.g.cs index 03c64124..ef9d1668 100644 --- a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListFlagsV2.g.cs +++ b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListFlagsV2.g.cs @@ -634,6 +634,38 @@ partial void ProcessListFlagsV2ResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListTeamFlagSettings.g.cs b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListTeamFlagSettings.g.cs index 031badc9..14b2afa3 100644 --- a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListTeamFlagSettings.g.cs +++ b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListTeamFlagSettings.g.cs @@ -472,6 +472,38 @@ partial void ProcessListTeamFlagSettingsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListTeamFlags.g.cs b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListTeamFlags.g.cs index bbf43809..b585e629 100644 --- a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListTeamFlags.g.cs +++ b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListTeamFlags.g.cs @@ -544,6 +544,38 @@ partial void ProcessListTeamFlagsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListTeamFlagsV2.g.cs b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListTeamFlagsV2.g.cs index 868a2d7c..4ff70558 100644 --- a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListTeamFlagsV2.g.cs +++ b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.ListTeamFlagsV2.g.cs @@ -570,6 +570,38 @@ partial void ProcessListTeamFlagsV2ResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.UpdateFlag.g.cs b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.UpdateFlag.g.cs index 592f71db..0f109aff 100644 --- a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.UpdateFlag.g.cs +++ b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.UpdateFlag.g.cs @@ -646,6 +646,38 @@ partial void ProcessUpdateFlagResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 412) { string? __content_412 = null; diff --git a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.UpdateFlagSegment.g.cs b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.UpdateFlagSegment.g.cs index 865c513d..2d14e2dc 100644 --- a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.UpdateFlagSegment.g.cs +++ b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.UpdateFlagSegment.g.cs @@ -602,6 +602,38 @@ partial void ProcessUpdateFlagSegmentResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 412) { string? __content_412 = null; diff --git a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.UpdateFlagSettings.g.cs b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.UpdateFlagSettings.g.cs index 0e58e44e..18b4cb63 100644 --- a/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.UpdateFlagSettings.g.cs +++ b/src/libs/Vercel/Generated/Vercel.FeatureFlagsClient.UpdateFlagSettings.g.cs @@ -573,6 +573,38 @@ partial void ProcessUpdateFlagSettingsResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 412) { string? __content_412 = null; diff --git a/src/libs/Vercel/Generated/Vercel.FirewallClient.GenerateFirewallRule.g.cs b/src/libs/Vercel/Generated/Vercel.FirewallClient.GenerateFirewallRule.g.cs index dc08e135..53584511 100644 --- a/src/libs/Vercel/Generated/Vercel.FirewallClient.GenerateFirewallRule.g.cs +++ b/src/libs/Vercel/Generated/Vercel.FirewallClient.GenerateFirewallRule.g.cs @@ -518,6 +518,38 @@ partial void ProcessGenerateFirewallRuleResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.IntegrationsClient.ConnectIntegrationResourceToProject.g.cs b/src/libs/Vercel/Generated/Vercel.IntegrationsClient.ConnectIntegrationResourceToProject.g.cs index c55a0d10..d2a4e247 100644 --- a/src/libs/Vercel/Generated/Vercel.IntegrationsClient.ConnectIntegrationResourceToProject.g.cs +++ b/src/libs/Vercel/Generated/Vercel.IntegrationsClient.ConnectIntegrationResourceToProject.g.cs @@ -506,6 +506,38 @@ await ConnectIntegrationResourceToProjectAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.IntegrationsClient.CreateIntegrationStoreDirect.g.cs b/src/libs/Vercel/Generated/Vercel.IntegrationsClient.CreateIntegrationStoreDirect.g.cs index 395c2bec..a6a8a2f0 100644 --- a/src/libs/Vercel/Generated/Vercel.IntegrationsClient.CreateIntegrationStoreDirect.g.cs +++ b/src/libs/Vercel/Generated/Vercel.IntegrationsClient.CreateIntegrationStoreDirect.g.cs @@ -560,6 +560,38 @@ partial void ProcessCreateIntegrationStoreDirectResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 429) { string? __content_429 = null; diff --git a/src/libs/Vercel/Generated/Vercel.IntegrationsClient.DeleteConfiguration.g.cs b/src/libs/Vercel/Generated/Vercel.IntegrationsClient.DeleteConfiguration.g.cs index 1e32c9d4..9cb5d90b 100644 --- a/src/libs/Vercel/Generated/Vercel.IntegrationsClient.DeleteConfiguration.g.cs +++ b/src/libs/Vercel/Generated/Vercel.IntegrationsClient.DeleteConfiguration.g.cs @@ -477,6 +477,38 @@ await DeleteConfigurationAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.IntegrationsClient.GetBillingPlans.g.cs b/src/libs/Vercel/Generated/Vercel.IntegrationsClient.GetBillingPlans.g.cs index be8fd8c4..03328548 100644 --- a/src/libs/Vercel/Generated/Vercel.IntegrationsClient.GetBillingPlans.g.cs +++ b/src/libs/Vercel/Generated/Vercel.IntegrationsClient.GetBillingPlans.g.cs @@ -523,6 +523,38 @@ partial void ProcessGetBillingPlansResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.IntegrationsClient.GetConfiguration.g.cs b/src/libs/Vercel/Generated/Vercel.IntegrationsClient.GetConfiguration.g.cs index 2afa9db6..c467673e 100644 --- a/src/libs/Vercel/Generated/Vercel.IntegrationsClient.GetConfiguration.g.cs +++ b/src/libs/Vercel/Generated/Vercel.IntegrationsClient.GetConfiguration.g.cs @@ -490,6 +490,38 @@ partial void ProcessGetConfigurationResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.IntegrationsClient.GetConfigurationProducts.g.cs b/src/libs/Vercel/Generated/Vercel.IntegrationsClient.GetConfigurationProducts.g.cs index 3f24cb91..74b6ef63 100644 --- a/src/libs/Vercel/Generated/Vercel.IntegrationsClient.GetConfigurationProducts.g.cs +++ b/src/libs/Vercel/Generated/Vercel.IntegrationsClient.GetConfigurationProducts.g.cs @@ -491,6 +491,38 @@ partial void ProcessGetConfigurationProductsResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.IntegrationsClient.GetConfigurations.g.cs b/src/libs/Vercel/Generated/Vercel.IntegrationsClient.GetConfigurations.g.cs index b490bb39..2d6484d8 100644 --- a/src/libs/Vercel/Generated/Vercel.IntegrationsClient.GetConfigurations.g.cs +++ b/src/libs/Vercel/Generated/Vercel.IntegrationsClient.GetConfigurations.g.cs @@ -477,6 +477,38 @@ partial void ProcessGetConfigurationsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.IntegrationsClient.GitNamespaces.g.cs b/src/libs/Vercel/Generated/Vercel.IntegrationsClient.GitNamespaces.g.cs index b3cd62ff..f800ca73 100644 --- a/src/libs/Vercel/Generated/Vercel.IntegrationsClient.GitNamespaces.g.cs +++ b/src/libs/Vercel/Generated/Vercel.IntegrationsClient.GitNamespaces.g.cs @@ -488,6 +488,38 @@ partial void ProcessGitNamespacesResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 429) { string? __content_429 = null; diff --git a/src/libs/Vercel/Generated/Vercel.IntegrationsClient.SearchRepo.g.cs b/src/libs/Vercel/Generated/Vercel.IntegrationsClient.SearchRepo.g.cs index b3f07db6..0689dada 100644 --- a/src/libs/Vercel/Generated/Vercel.IntegrationsClient.SearchRepo.g.cs +++ b/src/libs/Vercel/Generated/Vercel.IntegrationsClient.SearchRepo.g.cs @@ -532,6 +532,38 @@ partial void ProcessSearchRepoResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 429) { string? __content_429 = null; diff --git a/src/libs/Vercel/Generated/Vercel.LogDrainsClient.CreateConfigurableLogDrain.g.cs b/src/libs/Vercel/Generated/Vercel.LogDrainsClient.CreateConfigurableLogDrain.g.cs index dde22566..c4c961ef 100644 --- a/src/libs/Vercel/Generated/Vercel.LogDrainsClient.CreateConfigurableLogDrain.g.cs +++ b/src/libs/Vercel/Generated/Vercel.LogDrainsClient.CreateConfigurableLogDrain.g.cs @@ -463,6 +463,38 @@ partial void ProcessCreateConfigurableLogDrainResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.LogDrainsClient.CreateLogDrain.g.cs b/src/libs/Vercel/Generated/Vercel.LogDrainsClient.CreateLogDrain.g.cs index ee9caf9a..b6c1d05b 100644 --- a/src/libs/Vercel/Generated/Vercel.LogDrainsClient.CreateLogDrain.g.cs +++ b/src/libs/Vercel/Generated/Vercel.LogDrainsClient.CreateLogDrain.g.cs @@ -463,6 +463,38 @@ partial void ProcessCreateLogDrainResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.LogDrainsClient.DeleteConfigurableLogDrain.g.cs b/src/libs/Vercel/Generated/Vercel.LogDrainsClient.DeleteConfigurableLogDrain.g.cs index 9e23531d..6b7bc5bc 100644 --- a/src/libs/Vercel/Generated/Vercel.LogDrainsClient.DeleteConfigurableLogDrain.g.cs +++ b/src/libs/Vercel/Generated/Vercel.LogDrainsClient.DeleteConfigurableLogDrain.g.cs @@ -477,6 +477,38 @@ await DeleteConfigurableLogDrainAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.LogDrainsClient.DeleteIntegrationLogDrain.g.cs b/src/libs/Vercel/Generated/Vercel.LogDrainsClient.DeleteIntegrationLogDrain.g.cs index e07ba7a9..9c3d7460 100644 --- a/src/libs/Vercel/Generated/Vercel.LogDrainsClient.DeleteIntegrationLogDrain.g.cs +++ b/src/libs/Vercel/Generated/Vercel.LogDrainsClient.DeleteIntegrationLogDrain.g.cs @@ -481,6 +481,38 @@ await DeleteIntegrationLogDrainAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.LogDrainsClient.GetAllLogDrains.g.cs b/src/libs/Vercel/Generated/Vercel.LogDrainsClient.GetAllLogDrains.g.cs index 19c7ef04..183b1605 100644 --- a/src/libs/Vercel/Generated/Vercel.LogDrainsClient.GetAllLogDrains.g.cs +++ b/src/libs/Vercel/Generated/Vercel.LogDrainsClient.GetAllLogDrains.g.cs @@ -509,6 +509,38 @@ partial void ProcessGetAllLogDrainsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.LogDrainsClient.GetConfigurableLogDrain.g.cs b/src/libs/Vercel/Generated/Vercel.LogDrainsClient.GetConfigurableLogDrain.g.cs index f112c938..ea47dcd3 100644 --- a/src/libs/Vercel/Generated/Vercel.LogDrainsClient.GetConfigurableLogDrain.g.cs +++ b/src/libs/Vercel/Generated/Vercel.LogDrainsClient.GetConfigurableLogDrain.g.cs @@ -484,6 +484,38 @@ partial void ProcessGetConfigurableLogDrainResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.LogDrainsClient.GetIntegrationLogDrains.g.cs b/src/libs/Vercel/Generated/Vercel.LogDrainsClient.GetIntegrationLogDrains.g.cs index 0a9f68de..110cffb2 100644 --- a/src/libs/Vercel/Generated/Vercel.LogDrainsClient.GetIntegrationLogDrains.g.cs +++ b/src/libs/Vercel/Generated/Vercel.LogDrainsClient.GetIntegrationLogDrains.g.cs @@ -443,6 +443,38 @@ partial void ProcessGetIntegrationLogDrainsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.LogsClient.GetRuntimeLogs.g.cs b/src/libs/Vercel/Generated/Vercel.LogsClient.GetRuntimeLogs.g.cs index 59d2325f..e4c8a1b6 100644 --- a/src/libs/Vercel/Generated/Vercel.LogsClient.GetRuntimeLogs.g.cs +++ b/src/libs/Vercel/Generated/Vercel.LogsClient.GetRuntimeLogs.g.cs @@ -461,6 +461,38 @@ partial void ProcessGetRuntimeLogsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.CreateEvent.g.cs b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.CreateEvent.g.cs index 48b9b3fc..2adff02c 100644 --- a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.CreateEvent.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.CreateEvent.g.cs @@ -467,6 +467,38 @@ await CreateEventAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.CreateInstallationIntegrationConfiguration.g.cs b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.CreateInstallationIntegrationConfiguration.g.cs index 784a0ef7..e1f708b2 100644 --- a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.CreateInstallationIntegrationConfiguration.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.CreateInstallationIntegrationConfiguration.g.cs @@ -476,6 +476,38 @@ await CreateInstallationIntegrationConfigurationAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.CreateInstallationIntegrationEdgeConfig.g.cs b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.CreateInstallationIntegrationEdgeConfig.g.cs index ae962e21..487bfb68 100644 --- a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.CreateInstallationIntegrationEdgeConfig.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.CreateInstallationIntegrationEdgeConfig.g.cs @@ -495,6 +495,38 @@ partial void ProcessCreateInstallationIntegrationEdgeConfigResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.DeleteInstallationIntegrationConfiguration.g.cs b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.DeleteInstallationIntegrationConfiguration.g.cs index a3b84e88..3df4d0f0 100644 --- a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.DeleteInstallationIntegrationConfiguration.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.DeleteInstallationIntegrationConfiguration.g.cs @@ -465,6 +465,38 @@ await DeleteInstallationIntegrationConfigurationAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.DeleteIntegrationResource.g.cs b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.DeleteIntegrationResource.g.cs index afbf8e60..676b4332 100644 --- a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.DeleteIntegrationResource.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.DeleteIntegrationResource.g.cs @@ -456,6 +456,38 @@ await DeleteIntegrationResourceAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.FinalizeInstallation.g.cs b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.FinalizeInstallation.g.cs index ecf04b66..63124f4d 100644 --- a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.FinalizeInstallation.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.FinalizeInstallation.g.cs @@ -447,6 +447,38 @@ await FinalizeInstallationAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetAccountInfo.g.cs b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetAccountInfo.g.cs index 8cc083f7..ab33389c 100644 --- a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetAccountInfo.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetAccountInfo.g.cs @@ -454,6 +454,38 @@ partial void ProcessGetAccountInfoResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationEdgeConfig.g.cs b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationEdgeConfig.g.cs index 5c8bc81d..8177bddb 100644 --- a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationEdgeConfig.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetInstallationsByIntegrationConfigurationIdResourcesByResourceIdExperimentationEdgeConfig.g.cs @@ -495,6 +495,38 @@ partial void ProcessGetInstallationsByIntegrationConfigurationIdResourcesByResou h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetIntegrationResource.g.cs b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetIntegrationResource.g.cs index 5f4b2011..bc4c51fc 100644 --- a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetIntegrationResource.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetIntegrationResource.g.cs @@ -471,6 +471,38 @@ partial void ProcessGetIntegrationResourceResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetIntegrationResources.g.cs b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetIntegrationResources.g.cs index bba23e0a..d57131b5 100644 --- a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetIntegrationResources.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetIntegrationResources.g.cs @@ -454,6 +454,38 @@ partial void ProcessGetIntegrationResourcesResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetInvoice.g.cs b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetInvoice.g.cs index 4a7789c1..b26e11fe 100644 --- a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetInvoice.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetInvoice.g.cs @@ -463,6 +463,38 @@ partial void ProcessGetInvoiceResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetMember.g.cs b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetMember.g.cs index 04483690..c0881f44 100644 --- a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetMember.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.GetMember.g.cs @@ -463,6 +463,38 @@ partial void ProcessGetMemberResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.ImportResource.g.cs b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.ImportResource.g.cs index 1a2c4acb..b56c1770 100644 --- a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.ImportResource.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.ImportResource.g.cs @@ -516,6 +516,38 @@ partial void ProcessImportResourceResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 422) { string? __content_422 = null; diff --git a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.SubmitBillingData.g.cs b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.SubmitBillingData.g.cs index dd3c937e..8eec6ffd 100644 --- a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.SubmitBillingData.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.SubmitBillingData.g.cs @@ -467,6 +467,38 @@ await SubmitBillingDataAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.SubmitInvoice.g.cs b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.SubmitInvoice.g.cs index 9c1aaf88..a4938fa3 100644 --- a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.SubmitInvoice.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.SubmitInvoice.g.cs @@ -506,6 +506,38 @@ partial void ProcessSubmitInvoiceResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.SubmitPrepaymentBalances.g.cs b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.SubmitPrepaymentBalances.g.cs index 3e4c5a17..08ba1c29 100644 --- a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.SubmitPrepaymentBalances.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.SubmitPrepaymentBalances.g.cs @@ -467,6 +467,38 @@ await SubmitPrepaymentBalancesAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.UpdateInstallation.g.cs b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.UpdateInstallation.g.cs index 90ce8a37..f1561e4b 100644 --- a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.UpdateInstallation.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.UpdateInstallation.g.cs @@ -467,6 +467,38 @@ await UpdateInstallationAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.UpdateInstallationIntegrationConfiguration.g.cs b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.UpdateInstallationIntegrationConfiguration.g.cs index d8fec155..65e5fa72 100644 --- a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.UpdateInstallationIntegrationConfiguration.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.UpdateInstallationIntegrationConfiguration.g.cs @@ -485,6 +485,38 @@ await UpdateInstallationIntegrationConfigurationAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.UpdateInstallationIntegrationEdgeConfig.g.cs b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.UpdateInstallationIntegrationEdgeConfig.g.cs index be3042b9..a9aacf1c 100644 --- a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.UpdateInstallationIntegrationEdgeConfig.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.UpdateInstallationIntegrationEdgeConfig.g.cs @@ -516,6 +516,38 @@ partial void ProcessUpdateInstallationIntegrationEdgeConfigResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 412) { string? __content_412 = null; diff --git a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.UpdateInvoice.g.cs b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.UpdateInvoice.g.cs index a0708b0a..5a48f1b4 100644 --- a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.UpdateInvoice.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.UpdateInvoice.g.cs @@ -508,6 +508,38 @@ await UpdateInvoiceAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.UpdateResource.g.cs b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.UpdateResource.g.cs index e42a1fdc..7da44609 100644 --- a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.UpdateResource.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.UpdateResource.g.cs @@ -516,6 +516,38 @@ partial void ProcessUpdateResourceResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 422) { string? __content_422 = null; diff --git a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.UpdateResourceSecretsById.g.cs b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.UpdateResourceSecretsById.g.cs index de226821..cd813927 100644 --- a/src/libs/Vercel/Generated/Vercel.MarketplaceClient.UpdateResourceSecretsById.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MarketplaceClient.UpdateResourceSecretsById.g.cs @@ -509,6 +509,38 @@ await UpdateResourceSecretsByIdAsResponseAsync( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 422) { string? __content_422 = null; diff --git a/src/libs/Vercel/Generated/Vercel.MicrofrontendsClient.CreateMicrofrontendsGroupWithApplications.g.cs b/src/libs/Vercel/Generated/Vercel.MicrofrontendsClient.CreateMicrofrontendsGroupWithApplications.g.cs index 42c4e5a0..6a05d113 100644 --- a/src/libs/Vercel/Generated/Vercel.MicrofrontendsClient.CreateMicrofrontendsGroupWithApplications.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MicrofrontendsClient.CreateMicrofrontendsGroupWithApplications.g.cs @@ -464,6 +464,38 @@ partial void ProcessCreateMicrofrontendsGroupWithApplicationsResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.MicrofrontendsClient.GetMicrofrontendsConfig.g.cs b/src/libs/Vercel/Generated/Vercel.MicrofrontendsClient.GetMicrofrontendsConfig.g.cs index c48d6ff1..b8b11fd4 100644 --- a/src/libs/Vercel/Generated/Vercel.MicrofrontendsClient.GetMicrofrontendsConfig.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MicrofrontendsClient.GetMicrofrontendsConfig.g.cs @@ -489,6 +489,38 @@ partial void ProcessGetMicrofrontendsConfigResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.MicrofrontendsClient.GetMicrofrontendsConfigForProject.g.cs b/src/libs/Vercel/Generated/Vercel.MicrofrontendsClient.GetMicrofrontendsConfigForProject.g.cs index 73d94f94..86e019ad 100644 --- a/src/libs/Vercel/Generated/Vercel.MicrofrontendsClient.GetMicrofrontendsConfigForProject.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MicrofrontendsClient.GetMicrofrontendsConfigForProject.g.cs @@ -489,6 +489,38 @@ partial void ProcessGetMicrofrontendsConfigForProjectResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.MicrofrontendsClient.GetMicrofrontendsGroups.g.cs b/src/libs/Vercel/Generated/Vercel.MicrofrontendsClient.GetMicrofrontendsGroups.g.cs index 8a4aa321..f4a018ac 100644 --- a/src/libs/Vercel/Generated/Vercel.MicrofrontendsClient.GetMicrofrontendsGroups.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MicrofrontendsClient.GetMicrofrontendsGroups.g.cs @@ -444,6 +444,38 @@ partial void ProcessGetMicrofrontendsGroupsResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.MicrofrontendsClient.GetMicrofrontendsInGroup.g.cs b/src/libs/Vercel/Generated/Vercel.MicrofrontendsClient.GetMicrofrontendsInGroup.g.cs index ae1bc8bb..33a91ab7 100644 --- a/src/libs/Vercel/Generated/Vercel.MicrofrontendsClient.GetMicrofrontendsInGroup.g.cs +++ b/src/libs/Vercel/Generated/Vercel.MicrofrontendsClient.GetMicrofrontendsInGroup.g.cs @@ -452,6 +452,38 @@ partial void ProcessGetMicrofrontendsInGroupResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.NetworkingClient.CreateNetwork.g.cs b/src/libs/Vercel/Generated/Vercel.NetworkingClient.CreateNetwork.g.cs index 25182b84..4d1372e5 100644 --- a/src/libs/Vercel/Generated/Vercel.NetworkingClient.CreateNetwork.g.cs +++ b/src/libs/Vercel/Generated/Vercel.NetworkingClient.CreateNetwork.g.cs @@ -527,6 +527,38 @@ partial void ProcessCreateNetworkResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.NetworkingClient.DeleteNetwork.g.cs b/src/libs/Vercel/Generated/Vercel.NetworkingClient.DeleteNetwork.g.cs index df379ed4..a0f29b35 100644 --- a/src/libs/Vercel/Generated/Vercel.NetworkingClient.DeleteNetwork.g.cs +++ b/src/libs/Vercel/Generated/Vercel.NetworkingClient.DeleteNetwork.g.cs @@ -515,6 +515,38 @@ await DeleteNetworkAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.NetworkingClient.ListNetworks.g.cs b/src/libs/Vercel/Generated/Vercel.NetworkingClient.ListNetworks.g.cs index c57cd379..00b1fca8 100644 --- a/src/libs/Vercel/Generated/Vercel.NetworkingClient.ListNetworks.g.cs +++ b/src/libs/Vercel/Generated/Vercel.NetworkingClient.ListNetworks.g.cs @@ -505,6 +505,38 @@ partial void ProcessListNetworksResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.NetworkingClient.ReadNetwork.g.cs b/src/libs/Vercel/Generated/Vercel.NetworkingClient.ReadNetwork.g.cs index 62f6dc1e..12c5d7ce 100644 --- a/src/libs/Vercel/Generated/Vercel.NetworkingClient.ReadNetwork.g.cs +++ b/src/libs/Vercel/Generated/Vercel.NetworkingClient.ReadNetwork.g.cs @@ -458,6 +458,38 @@ partial void ProcessReadNetworkResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.NetworkingClient.UpdateNetwork.g.cs b/src/libs/Vercel/Generated/Vercel.NetworkingClient.UpdateNetwork.g.cs index 069e2fdf..807b7cd9 100644 --- a/src/libs/Vercel/Generated/Vercel.NetworkingClient.UpdateNetwork.g.cs +++ b/src/libs/Vercel/Generated/Vercel.NetworkingClient.UpdateNetwork.g.cs @@ -478,6 +478,38 @@ partial void ProcessUpdateNetworkResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.NetworkingClient.UpdateStaticIps.g.cs b/src/libs/Vercel/Generated/Vercel.NetworkingClient.UpdateStaticIps.g.cs index 10c7be1d..aa0ab1d5 100644 --- a/src/libs/Vercel/Generated/Vercel.NetworkingClient.UpdateStaticIps.g.cs +++ b/src/libs/Vercel/Generated/Vercel.NetworkingClient.UpdateStaticIps.g.cs @@ -573,6 +573,38 @@ partial void ProcessUpdateStaticIpsResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ProjectMembersClient.AddProjectMember.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectMembersClient.AddProjectMember.g.cs index 5b20c518..25ecbd7c 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectMembersClient.AddProjectMember.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectMembersClient.AddProjectMember.g.cs @@ -479,6 +479,38 @@ partial void ProcessAddProjectMemberResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ProjectMembersClient.GetProjectMembers.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectMembersClient.GetProjectMembers.g.cs index bcff95bd..a62d810e 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectMembersClient.GetProjectMembers.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectMembersClient.GetProjectMembers.g.cs @@ -520,6 +520,38 @@ partial void ProcessGetProjectMembersResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ProjectMembersClient.RemoveProjectMember.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectMembersClient.RemoveProjectMember.g.cs index 36a4859b..ce351397 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectMembersClient.RemoveProjectMember.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectMembersClient.RemoveProjectMember.g.cs @@ -473,6 +473,38 @@ partial void ProcessRemoveProjectMemberResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.AddRoute.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.AddRoute.g.cs index 1654fabd..447b3317 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.AddRoute.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.AddRoute.g.cs @@ -505,6 +505,38 @@ partial void ProcessAddRouteResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.DeleteRoutes.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.DeleteRoutes.g.cs index 6eb39f06..c7d97cea 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.DeleteRoutes.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.DeleteRoutes.g.cs @@ -504,6 +504,38 @@ partial void ProcessDeleteRoutesResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.EditRoute.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.EditRoute.g.cs index d36d9e3b..5c6cd0d4 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.EditRoute.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.EditRoute.g.cs @@ -546,6 +546,38 @@ partial void ProcessEditRouteResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.GenerateRoute.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.GenerateRoute.g.cs index c14a88c6..2c165b21 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.GenerateRoute.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.GenerateRoute.g.cs @@ -505,6 +505,38 @@ partial void ProcessGenerateRouteResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.GetRouteVersions.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.GetRouteVersions.g.cs index c624ddbe..fe69a87b 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.GetRouteVersions.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.GetRouteVersions.g.cs @@ -452,6 +452,38 @@ partial void ProcessGetRouteVersionsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.GetRoutes.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.GetRoutes.g.cs index aa5aca28..d5643385 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.GetRoutes.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.GetRoutes.g.cs @@ -524,6 +524,38 @@ partial void ProcessGetRoutesResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.StageRoutes.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.StageRoutes.g.cs index a2770cc7..9ed74ec9 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.StageRoutes.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.StageRoutes.g.cs @@ -505,6 +505,38 @@ partial void ProcessStageRoutesResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.UpdateRouteVersions.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.UpdateRouteVersions.g.cs index 0240149a..f890a8aa 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.UpdateRouteVersions.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectRoutesClient.UpdateRouteVersions.g.cs @@ -537,6 +537,38 @@ partial void ProcessUpdateRouteVersionsResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.AcceptProjectTransferRequest.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.AcceptProjectTransferRequest.g.cs index bd5ad1f2..8ca4638a 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.AcceptProjectTransferRequest.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.AcceptProjectTransferRequest.g.cs @@ -509,6 +509,38 @@ partial void ProcessAcceptProjectTransferRequestResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 422) { string? __content_422 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.AddProjectDomain.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.AddProjectDomain.g.cs index cad8a12e..0ef6ec8b 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.AddProjectDomain.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.AddProjectDomain.g.cs @@ -540,6 +540,38 @@ partial void ProcessAddProjectDomainResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.BatchRemoveProjectEnv.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.BatchRemoveProjectEnv.g.cs index e673cc30..71c8a601 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.BatchRemoveProjectEnv.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.BatchRemoveProjectEnv.g.cs @@ -542,6 +542,38 @@ partial void ProcessBatchRemoveProjectEnvResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.CreateProject.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.CreateProject.g.cs index 10b5dba2..08325a8c 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.CreateProject.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.CreateProject.g.cs @@ -562,6 +562,38 @@ partial void ProcessCreateProjectResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 428) { string? __content_428 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.CreateProjectEnv.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.CreateProjectEnv.g.cs index da5a9631..b682873d 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.CreateProjectEnv.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.CreateProjectEnv.g.cs @@ -589,6 +589,38 @@ partial void ProcessCreateProjectEnvResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 429) { string? __content_429 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.CreateProjectTransferRequest.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.CreateProjectTransferRequest.g.cs index 6c0a3a59..a452b9ac 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.CreateProjectTransferRequest.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.CreateProjectTransferRequest.g.cs @@ -476,6 +476,38 @@ partial void ProcessCreateProjectTransferRequestResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.CreateTraceSession.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.CreateTraceSession.g.cs index 8c2d5723..befabe40 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.CreateTraceSession.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.CreateTraceSession.g.cs @@ -464,6 +464,38 @@ partial void ProcessCreateTraceSessionResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 422) { string? __content_422 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.DeleteProject.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.DeleteProject.g.cs index 85732b5e..f28a143d 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.DeleteProject.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.DeleteProject.g.cs @@ -483,6 +483,38 @@ await DeleteProjectAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.EditProjectEnv.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.EditProjectEnv.g.cs index 16c08822..1747c5c4 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.EditProjectEnv.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.EditProjectEnv.g.cs @@ -558,6 +558,38 @@ partial void ProcessEditProjectEnvResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 429) { string? __content_429 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.FilterProjectEnvs.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.FilterProjectEnvs.g.cs index 8d06d5f7..0760ea62 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.FilterProjectEnvs.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.FilterProjectEnvs.g.cs @@ -540,6 +540,38 @@ partial void ProcessFilterProjectEnvsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProject.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProject.g.cs index 3a46e001..2d772c22 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProject.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProject.g.cs @@ -458,6 +458,38 @@ partial void ProcessGetProjectResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProjectDomain.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProjectDomain.g.cs index 2027c23f..a1683712 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProjectDomain.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProjectDomain.g.cs @@ -471,6 +471,38 @@ partial void ProcessGetProjectDomainResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProjectDomains.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProjectDomains.g.cs index f342f037..c4e3e4bc 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProjectDomains.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProjectDomains.g.cs @@ -626,6 +626,38 @@ partial void ProcessGetProjectDomainsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProjectEnv.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProjectEnv.g.cs index b4564c69..030264f3 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProjectEnv.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProjectEnv.g.cs @@ -471,6 +471,38 @@ partial void ProcessGetProjectEnvResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProjectToken.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProjectToken.g.cs index 99b5aca3..75aee193 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProjectToken.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProjectToken.g.cs @@ -510,6 +510,38 @@ partial void ProcessGetProjectTokenResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProjectTrace.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProjectTrace.g.cs index 2b708a82..acde8877 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProjectTrace.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProjectTrace.g.cs @@ -475,6 +475,38 @@ partial void ProcessGetProjectTraceResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProjects.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProjects.g.cs index 938523af..9b16c25a 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProjects.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.GetProjects.g.cs @@ -661,6 +661,38 @@ partial void ProcessGetProjectsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.ListPromoteAliases.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.ListPromoteAliases.g.cs index f48c8512..58984180 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.ListPromoteAliases.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.ListPromoteAliases.g.cs @@ -546,6 +546,38 @@ partial void ProcessListPromoteAliasesResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.MoveProjectDomain.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.MoveProjectDomain.g.cs index 89adc470..e66b0ec5 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.MoveProjectDomain.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.MoveProjectDomain.g.cs @@ -523,6 +523,38 @@ partial void ProcessMoveProjectDomainResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.PauseProject.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.PauseProject.g.cs index c0ed1ad8..2f3d9f55 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.PauseProject.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.PauseProject.g.cs @@ -450,6 +450,38 @@ await PauseProjectAsResponseAsync( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.RemoveProjectDomain.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.RemoveProjectDomain.g.cs index a87a7a77..5ffe0581 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.RemoveProjectDomain.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.RemoveProjectDomain.g.cs @@ -555,6 +555,38 @@ partial void ProcessRemoveProjectDomainResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.RemoveProjectEnv.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.RemoveProjectEnv.g.cs index 1a50490e..b5119dcf 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.RemoveProjectEnv.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.RemoveProjectEnv.g.cs @@ -553,6 +553,38 @@ partial void ProcessRemoveProjectEnvResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.RequestPromote.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.RequestPromote.g.cs index 151a179b..9b2e4ce9 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.RequestPromote.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.RequestPromote.g.cs @@ -486,6 +486,38 @@ await RequestPromoteAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.RequestRollback.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.RequestRollback.g.cs index 5f715940..2f6f5e8e 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.RequestRollback.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.RequestRollback.g.cs @@ -537,6 +537,38 @@ await RequestRollbackAsResponseAsync( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 422) { string? __content_422 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.UnpauseProject.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.UnpauseProject.g.cs index 5fbaa64e..67b95be4 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.UnpauseProject.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.UnpauseProject.g.cs @@ -450,6 +450,38 @@ await UnpauseProjectAsResponseAsync( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.UpdateMicrofrontends.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.UpdateMicrofrontends.g.cs index ebab4a2c..e3d1f8c4 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.UpdateMicrofrontends.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.UpdateMicrofrontends.g.cs @@ -511,6 +511,38 @@ partial void ProcessUpdateMicrofrontendsResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.UpdateProject.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.UpdateProject.g.cs index 695de4be..5a93af58 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.UpdateProject.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.UpdateProject.g.cs @@ -577,6 +577,38 @@ partial void ProcessUpdateProjectResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 428) { string? __content_428 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.UpdateProjectDomain.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.UpdateProjectDomain.g.cs index 6c8b2824..096fbf31 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.UpdateProjectDomain.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.UpdateProjectDomain.g.cs @@ -523,6 +523,38 @@ partial void ProcessUpdateProjectDomainResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.UpdateProjectProtectionBypass.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.UpdateProjectProtectionBypass.g.cs index c3217719..ad3692db 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.UpdateProjectProtectionBypass.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.UpdateProjectProtectionBypass.g.cs @@ -540,6 +540,38 @@ partial void ProcessUpdateProjectProtectionBypassResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.UpdateProjectsByProjectIdRollbackByDeploymentIdUpdateDescription.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.UpdateProjectsByProjectIdRollbackByDeploymentIdUpdateDescription.g.cs index c5a90c71..aca900ff 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.UpdateProjectsByProjectIdRollbackByDeploymentIdUpdateDescription.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.UpdateProjectsByProjectIdRollbackByDeploymentIdUpdateDescription.g.cs @@ -477,6 +477,38 @@ await UpdateProjectsByProjectIdRollbackByDeploymentIdUpdateDescriptionAsResponse h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 422) { string? __content_422 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.UploadProjectAvatar.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.UploadProjectAvatar.g.cs index 0723f807..e382e6c8 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.UploadProjectAvatar.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.UploadProjectAvatar.g.cs @@ -475,6 +475,38 @@ partial void ProcessUploadProjectAvatarResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 413) { string? __content_413 = null; diff --git a/src/libs/Vercel/Generated/Vercel.ProjectsClient.VerifyProjectDomain.g.cs b/src/libs/Vercel/Generated/Vercel.ProjectsClient.VerifyProjectDomain.g.cs index ac59e0dd..4c4704c5 100644 --- a/src/libs/Vercel/Generated/Vercel.ProjectsClient.VerifyProjectDomain.g.cs +++ b/src/libs/Vercel/Generated/Vercel.ProjectsClient.VerifyProjectDomain.g.cs @@ -473,6 +473,38 @@ partial void ProcessVerifyProjectDomainResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.ApproveRollingReleaseStage.g.cs b/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.ApproveRollingReleaseStage.g.cs index 623fa82c..6fc2f592 100644 --- a/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.ApproveRollingReleaseStage.g.cs +++ b/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.ApproveRollingReleaseStage.g.cs @@ -509,6 +509,38 @@ partial void ProcessApproveRollingReleaseStageResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.CompleteRollingRelease.g.cs b/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.CompleteRollingRelease.g.cs index 451ab411..7606d41f 100644 --- a/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.CompleteRollingRelease.g.cs +++ b/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.CompleteRollingRelease.g.cs @@ -508,6 +508,38 @@ partial void ProcessCompleteRollingReleaseResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.DeleteRollingReleaseConfig.g.cs b/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.DeleteRollingReleaseConfig.g.cs index 7ad67d1f..13e825cf 100644 --- a/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.DeleteRollingReleaseConfig.g.cs +++ b/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.DeleteRollingReleaseConfig.g.cs @@ -488,6 +488,38 @@ partial void ProcessDeleteRollingReleaseConfigResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.GetRollingRelease.g.cs b/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.GetRollingRelease.g.cs index 35729990..770431cd 100644 --- a/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.GetRollingRelease.g.cs +++ b/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.GetRollingRelease.g.cs @@ -502,6 +502,38 @@ partial void ProcessGetRollingReleaseResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.GetRollingReleaseBillingStatus.g.cs b/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.GetRollingReleaseBillingStatus.g.cs index ab9829bf..b3382361 100644 --- a/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.GetRollingReleaseBillingStatus.g.cs +++ b/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.GetRollingReleaseBillingStatus.g.cs @@ -488,6 +488,38 @@ partial void ProcessGetRollingReleaseBillingStatusResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.GetRollingReleaseConfig.g.cs b/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.GetRollingReleaseConfig.g.cs index df099871..0c9d9786 100644 --- a/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.GetRollingReleaseConfig.g.cs +++ b/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.GetRollingReleaseConfig.g.cs @@ -488,6 +488,38 @@ partial void ProcessGetRollingReleaseConfigResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.StartRollingRelease.g.cs b/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.StartRollingRelease.g.cs index 7a82e9ae..21df008d 100644 --- a/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.StartRollingRelease.g.cs +++ b/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.StartRollingRelease.g.cs @@ -541,6 +541,38 @@ partial void ProcessStartRollingReleaseResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 422) { string? __content_422 = null; diff --git a/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.UpdateRollingReleaseConfig.g.cs b/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.UpdateRollingReleaseConfig.g.cs index 3980fb97..718ad672 100644 --- a/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.UpdateRollingReleaseConfig.g.cs +++ b/src/libs/Vercel/Generated/Vercel.RollingReleaseClient.UpdateRollingReleaseConfig.g.cs @@ -488,6 +488,38 @@ partial void ProcessUpdateRollingReleaseConfigResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.SandboxesClient.DeleteDrive.g.cs b/src/libs/Vercel/Generated/Vercel.SandboxesClient.DeleteDrive.g.cs index 28dadaa8..0930dbcf 100644 --- a/src/libs/Vercel/Generated/Vercel.SandboxesClient.DeleteDrive.g.cs +++ b/src/libs/Vercel/Generated/Vercel.SandboxesClient.DeleteDrive.g.cs @@ -539,6 +539,38 @@ partial void ProcessDeleteDriveResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 429) { string? __content_429 = null; diff --git a/src/libs/Vercel/Generated/Vercel.SandboxesClient.DeleteSandbox.g.cs b/src/libs/Vercel/Generated/Vercel.SandboxesClient.DeleteSandbox.g.cs index b966b375..74c29352 100644 --- a/src/libs/Vercel/Generated/Vercel.SandboxesClient.DeleteSandbox.g.cs +++ b/src/libs/Vercel/Generated/Vercel.SandboxesClient.DeleteSandbox.g.cs @@ -505,6 +505,38 @@ partial void ProcessDeleteSandboxResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 429) { string? __content_429 = null; diff --git a/src/libs/Vercel/Generated/Vercel.SandboxesClient.DeleteSessionSnapshot.g.cs b/src/libs/Vercel/Generated/Vercel.SandboxesClient.DeleteSessionSnapshot.g.cs index 7c57470b..65ffdf0b 100644 --- a/src/libs/Vercel/Generated/Vercel.SandboxesClient.DeleteSessionSnapshot.g.cs +++ b/src/libs/Vercel/Generated/Vercel.SandboxesClient.DeleteSessionSnapshot.g.cs @@ -491,6 +491,38 @@ partial void ProcessDeleteSessionSnapshotResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 429) { string? __content_429 = null; diff --git a/src/libs/Vercel/Generated/Vercel.SandboxesClient.GetOrCreateDrive.g.cs b/src/libs/Vercel/Generated/Vercel.SandboxesClient.GetOrCreateDrive.g.cs index 406a0cfd..6498bebd 100644 --- a/src/libs/Vercel/Generated/Vercel.SandboxesClient.GetOrCreateDrive.g.cs +++ b/src/libs/Vercel/Generated/Vercel.SandboxesClient.GetOrCreateDrive.g.cs @@ -575,6 +575,38 @@ partial void ProcessGetOrCreateDriveResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 429) { string? __content_429 = null; diff --git a/src/libs/Vercel/Generated/Vercel.SandboxesClient.GetSession.g.cs b/src/libs/Vercel/Generated/Vercel.SandboxesClient.GetSession.g.cs index eddd0fe5..8330e9c5 100644 --- a/src/libs/Vercel/Generated/Vercel.SandboxesClient.GetSession.g.cs +++ b/src/libs/Vercel/Generated/Vercel.SandboxesClient.GetSession.g.cs @@ -491,6 +491,38 @@ partial void ProcessGetSessionResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 429) { string? __content_429 = null; diff --git a/src/libs/Vercel/Generated/Vercel.SandboxesClient.GetSessionSnapshot.g.cs b/src/libs/Vercel/Generated/Vercel.SandboxesClient.GetSessionSnapshot.g.cs index 00b90163..490ad962 100644 --- a/src/libs/Vercel/Generated/Vercel.SandboxesClient.GetSessionSnapshot.g.cs +++ b/src/libs/Vercel/Generated/Vercel.SandboxesClient.GetSessionSnapshot.g.cs @@ -491,6 +491,38 @@ partial void ProcessGetSessionSnapshotResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 429) { string? __content_429 = null; diff --git a/src/libs/Vercel/Generated/Vercel.SandboxesClient.ListDrives.g.cs b/src/libs/Vercel/Generated/Vercel.SandboxesClient.ListDrives.g.cs index ea5bbe68..4783df2e 100644 --- a/src/libs/Vercel/Generated/Vercel.SandboxesClient.ListDrives.g.cs +++ b/src/libs/Vercel/Generated/Vercel.SandboxesClient.ListDrives.g.cs @@ -570,6 +570,38 @@ partial void ProcessListDrivesResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 429) { string? __content_429 = null; diff --git a/src/libs/Vercel/Generated/Vercel.SandboxesClient.ListSandboxes.g.cs b/src/libs/Vercel/Generated/Vercel.SandboxesClient.ListSandboxes.g.cs index 699e6f2f..0a516d3d 100644 --- a/src/libs/Vercel/Generated/Vercel.SandboxesClient.ListSandboxes.g.cs +++ b/src/libs/Vercel/Generated/Vercel.SandboxesClient.ListSandboxes.g.cs @@ -598,6 +598,38 @@ partial void ProcessListSandboxesResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 429) { string? __content_429 = null; diff --git a/src/libs/Vercel/Generated/Vercel.SandboxesClient.ListSessionCommands.g.cs b/src/libs/Vercel/Generated/Vercel.SandboxesClient.ListSessionCommands.g.cs index ac30d376..47597a87 100644 --- a/src/libs/Vercel/Generated/Vercel.SandboxesClient.ListSessionCommands.g.cs +++ b/src/libs/Vercel/Generated/Vercel.SandboxesClient.ListSessionCommands.g.cs @@ -491,6 +491,38 @@ partial void ProcessListSessionCommandsResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 429) { string? __content_429 = null; diff --git a/src/libs/Vercel/Generated/Vercel.SandboxesClient.ListSessionSnapshots.g.cs b/src/libs/Vercel/Generated/Vercel.SandboxesClient.ListSessionSnapshots.g.cs index 34254571..83baa856 100644 --- a/src/libs/Vercel/Generated/Vercel.SandboxesClient.ListSessionSnapshots.g.cs +++ b/src/libs/Vercel/Generated/Vercel.SandboxesClient.ListSessionSnapshots.g.cs @@ -556,6 +556,38 @@ partial void ProcessListSessionSnapshotsResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 429) { string? __content_429 = null; diff --git a/src/libs/Vercel/Generated/Vercel.SandboxesClient.ListSessions.g.cs b/src/libs/Vercel/Generated/Vercel.SandboxesClient.ListSessions.g.cs index 0862a752..c7d2e6ae 100644 --- a/src/libs/Vercel/Generated/Vercel.SandboxesClient.ListSessions.g.cs +++ b/src/libs/Vercel/Generated/Vercel.SandboxesClient.ListSessions.g.cs @@ -556,6 +556,38 @@ partial void ProcessListSessionsResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 429) { string? __content_429 = null; diff --git a/src/libs/Vercel/Generated/Vercel.SecurityClient.AddBypassIp.g.cs b/src/libs/Vercel/Generated/Vercel.SecurityClient.AddBypassIp.g.cs index 138ddf52..06319811 100644 --- a/src/libs/Vercel/Generated/Vercel.SecurityClient.AddBypassIp.g.cs +++ b/src/libs/Vercel/Generated/Vercel.SecurityClient.AddBypassIp.g.cs @@ -506,6 +506,38 @@ partial void ProcessAddBypassIpResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.SecurityClient.GetActiveAttackStatus.g.cs b/src/libs/Vercel/Generated/Vercel.SecurityClient.GetActiveAttackStatus.g.cs index a60f3c2f..ebf3b38c 100644 --- a/src/libs/Vercel/Generated/Vercel.SecurityClient.GetActiveAttackStatus.g.cs +++ b/src/libs/Vercel/Generated/Vercel.SecurityClient.GetActiveAttackStatus.g.cs @@ -495,6 +495,38 @@ partial void ProcessGetActiveAttackStatusResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.SecurityClient.GetBypassIp.g.cs b/src/libs/Vercel/Generated/Vercel.SecurityClient.GetBypassIp.g.cs index 1959fa5b..3127d6f5 100644 --- a/src/libs/Vercel/Generated/Vercel.SecurityClient.GetBypassIp.g.cs +++ b/src/libs/Vercel/Generated/Vercel.SecurityClient.GetBypassIp.g.cs @@ -556,6 +556,38 @@ partial void ProcessGetBypassIpResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.SecurityClient.GetFirewallConfig.g.cs b/src/libs/Vercel/Generated/Vercel.SecurityClient.GetFirewallConfig.g.cs index 7e6d2f93..628080f9 100644 --- a/src/libs/Vercel/Generated/Vercel.SecurityClient.GetFirewallConfig.g.cs +++ b/src/libs/Vercel/Generated/Vercel.SecurityClient.GetFirewallConfig.g.cs @@ -494,6 +494,38 @@ partial void ProcessGetFirewallConfigResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.SecurityClient.GetSecurityFirewallEvents.g.cs b/src/libs/Vercel/Generated/Vercel.SecurityClient.GetSecurityFirewallEvents.g.cs index 0ebb7ba6..648e78eb 100644 --- a/src/libs/Vercel/Generated/Vercel.SecurityClient.GetSecurityFirewallEvents.g.cs +++ b/src/libs/Vercel/Generated/Vercel.SecurityClient.GetSecurityFirewallEvents.g.cs @@ -488,6 +488,38 @@ partial void ProcessGetSecurityFirewallEventsResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.SecurityClient.PutFirewallConfig.g.cs b/src/libs/Vercel/Generated/Vercel.SecurityClient.PutFirewallConfig.g.cs index 7a267d0e..9764e546 100644 --- a/src/libs/Vercel/Generated/Vercel.SecurityClient.PutFirewallConfig.g.cs +++ b/src/libs/Vercel/Generated/Vercel.SecurityClient.PutFirewallConfig.g.cs @@ -538,6 +538,38 @@ partial void ProcessPutFirewallConfigResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.SecurityClient.RemoveBypassIp.g.cs b/src/libs/Vercel/Generated/Vercel.SecurityClient.RemoveBypassIp.g.cs index b2c66a9f..260dd7b5 100644 --- a/src/libs/Vercel/Generated/Vercel.SecurityClient.RemoveBypassIp.g.cs +++ b/src/libs/Vercel/Generated/Vercel.SecurityClient.RemoveBypassIp.g.cs @@ -506,6 +506,38 @@ partial void ProcessRemoveBypassIpResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.SecurityClient.UpdateAttackChallengeMode.g.cs b/src/libs/Vercel/Generated/Vercel.SecurityClient.UpdateAttackChallengeMode.g.cs index 4c5e8fd5..b2f4c862 100644 --- a/src/libs/Vercel/Generated/Vercel.SecurityClient.UpdateAttackChallengeMode.g.cs +++ b/src/libs/Vercel/Generated/Vercel.SecurityClient.UpdateAttackChallengeMode.g.cs @@ -493,6 +493,38 @@ partial void ProcessUpdateAttackChallengeModeResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.SecurityClient.UpdateFirewallConfig.g.cs b/src/libs/Vercel/Generated/Vercel.SecurityClient.UpdateFirewallConfig.g.cs index f7b20f7e..fd97e883 100644 --- a/src/libs/Vercel/Generated/Vercel.SecurityClient.UpdateFirewallConfig.g.cs +++ b/src/libs/Vercel/Generated/Vercel.SecurityClient.UpdateFirewallConfig.g.cs @@ -536,6 +536,38 @@ partial void ProcessUpdateFirewallConfigResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.TeamsClient.CreateTeam.g.cs b/src/libs/Vercel/Generated/Vercel.TeamsClient.CreateTeam.g.cs index 7eb27a9a..3d668fb9 100644 --- a/src/libs/Vercel/Generated/Vercel.TeamsClient.CreateTeam.g.cs +++ b/src/libs/Vercel/Generated/Vercel.TeamsClient.CreateTeam.g.cs @@ -497,6 +497,38 @@ partial void ProcessCreateTeamResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.TeamsClient.DeleteMicrofrontendsGroup.g.cs b/src/libs/Vercel/Generated/Vercel.TeamsClient.DeleteMicrofrontendsGroup.g.cs index 9a4a210a..e291706f 100644 --- a/src/libs/Vercel/Generated/Vercel.TeamsClient.DeleteMicrofrontendsGroup.g.cs +++ b/src/libs/Vercel/Generated/Vercel.TeamsClient.DeleteMicrofrontendsGroup.g.cs @@ -490,6 +490,38 @@ partial void ProcessDeleteMicrofrontendsGroupResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.TeamsClient.DeleteTeam.g.cs b/src/libs/Vercel/Generated/Vercel.TeamsClient.DeleteTeam.g.cs index ff31d68f..44cd6862 100644 --- a/src/libs/Vercel/Generated/Vercel.TeamsClient.DeleteTeam.g.cs +++ b/src/libs/Vercel/Generated/Vercel.TeamsClient.DeleteTeam.g.cs @@ -542,6 +542,38 @@ partial void ProcessDeleteTeamResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.TeamsClient.DeleteTeamInviteCode.g.cs b/src/libs/Vercel/Generated/Vercel.TeamsClient.DeleteTeamInviteCode.g.cs index 33590756..f0816e16 100644 --- a/src/libs/Vercel/Generated/Vercel.TeamsClient.DeleteTeamInviteCode.g.cs +++ b/src/libs/Vercel/Generated/Vercel.TeamsClient.DeleteTeamInviteCode.g.cs @@ -475,6 +475,38 @@ partial void ProcessDeleteTeamInviteCodeResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.TeamsClient.GetTeam.g.cs b/src/libs/Vercel/Generated/Vercel.TeamsClient.GetTeam.g.cs index 73fe5dad..f5e91e6c 100644 --- a/src/libs/Vercel/Generated/Vercel.TeamsClient.GetTeam.g.cs +++ b/src/libs/Vercel/Generated/Vercel.TeamsClient.GetTeam.g.cs @@ -474,6 +474,38 @@ partial void ProcessGetTeamResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.TeamsClient.GetTeamAccessRequest.g.cs b/src/libs/Vercel/Generated/Vercel.TeamsClient.GetTeamAccessRequest.g.cs index 68dadd1c..d77d1950 100644 --- a/src/libs/Vercel/Generated/Vercel.TeamsClient.GetTeamAccessRequest.g.cs +++ b/src/libs/Vercel/Generated/Vercel.TeamsClient.GetTeamAccessRequest.g.cs @@ -473,6 +473,38 @@ partial void ProcessGetTeamAccessRequestResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.TeamsClient.GetTeamMembers.g.cs b/src/libs/Vercel/Generated/Vercel.TeamsClient.GetTeamMembers.g.cs index bd972af9..ef0db8e1 100644 --- a/src/libs/Vercel/Generated/Vercel.TeamsClient.GetTeamMembers.g.cs +++ b/src/libs/Vercel/Generated/Vercel.TeamsClient.GetTeamMembers.g.cs @@ -580,6 +580,38 @@ partial void ProcessGetTeamMembersResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.TeamsClient.GetTeams.g.cs b/src/libs/Vercel/Generated/Vercel.TeamsClient.GetTeams.g.cs index a961718c..462ac87d 100644 --- a/src/libs/Vercel/Generated/Vercel.TeamsClient.GetTeams.g.cs +++ b/src/libs/Vercel/Generated/Vercel.TeamsClient.GetTeams.g.cs @@ -464,6 +464,38 @@ partial void ProcessGetTeamsResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.TeamsClient.InviteUserToTeam.g.cs b/src/libs/Vercel/Generated/Vercel.TeamsClient.InviteUserToTeam.g.cs index cf3bba66..4c2a7bc0 100644 --- a/src/libs/Vercel/Generated/Vercel.TeamsClient.InviteUserToTeam.g.cs +++ b/src/libs/Vercel/Generated/Vercel.TeamsClient.InviteUserToTeam.g.cs @@ -463,6 +463,38 @@ partial void ProcessInviteUserToTeamResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 503) { string? __content_503 = null; diff --git a/src/libs/Vercel/Generated/Vercel.TeamsClient.JoinTeam.g.cs b/src/libs/Vercel/Generated/Vercel.TeamsClient.JoinTeam.g.cs index 5621c231..8f7836ae 100644 --- a/src/libs/Vercel/Generated/Vercel.TeamsClient.JoinTeam.g.cs +++ b/src/libs/Vercel/Generated/Vercel.TeamsClient.JoinTeam.g.cs @@ -513,6 +513,38 @@ partial void ProcessJoinTeamResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 503) { string? __content_503 = null; diff --git a/src/libs/Vercel/Generated/Vercel.TeamsClient.PatchTeam.g.cs b/src/libs/Vercel/Generated/Vercel.TeamsClient.PatchTeam.g.cs index 5dc33b4a..ae9b9858 100644 --- a/src/libs/Vercel/Generated/Vercel.TeamsClient.PatchTeam.g.cs +++ b/src/libs/Vercel/Generated/Vercel.TeamsClient.PatchTeam.g.cs @@ -495,6 +495,38 @@ partial void ProcessPatchTeamResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 428) { string? __content_428 = null; diff --git a/src/libs/Vercel/Generated/Vercel.TeamsClient.PostTeamDsyncRoles.g.cs b/src/libs/Vercel/Generated/Vercel.TeamsClient.PostTeamDsyncRoles.g.cs index 0cffe63a..c027e4e5 100644 --- a/src/libs/Vercel/Generated/Vercel.TeamsClient.PostTeamDsyncRoles.g.cs +++ b/src/libs/Vercel/Generated/Vercel.TeamsClient.PostTeamDsyncRoles.g.cs @@ -462,6 +462,38 @@ partial void ProcessPostTeamDsyncRolesResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.TeamsClient.RemoveTeamMember.g.cs b/src/libs/Vercel/Generated/Vercel.TeamsClient.RemoveTeamMember.g.cs index 79e99839..e983a922 100644 --- a/src/libs/Vercel/Generated/Vercel.TeamsClient.RemoveTeamMember.g.cs +++ b/src/libs/Vercel/Generated/Vercel.TeamsClient.RemoveTeamMember.g.cs @@ -494,6 +494,38 @@ partial void ProcessRemoveTeamMemberResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 503) { string? __content_503 = null; diff --git a/src/libs/Vercel/Generated/Vercel.TeamsClient.RequestAccessToTeam.g.cs b/src/libs/Vercel/Generated/Vercel.TeamsClient.RequestAccessToTeam.g.cs index d1b4c14d..21fb961c 100644 --- a/src/libs/Vercel/Generated/Vercel.TeamsClient.RequestAccessToTeam.g.cs +++ b/src/libs/Vercel/Generated/Vercel.TeamsClient.RequestAccessToTeam.g.cs @@ -481,6 +481,38 @@ partial void ProcessRequestAccessToTeamResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 429) { string? __content_429 = null; diff --git a/src/libs/Vercel/Generated/Vercel.TeamsClient.UpdateMicrofrontendsGroup.g.cs b/src/libs/Vercel/Generated/Vercel.TeamsClient.UpdateMicrofrontendsGroup.g.cs index 0bd6fb8d..5219d3c9 100644 --- a/src/libs/Vercel/Generated/Vercel.TeamsClient.UpdateMicrofrontendsGroup.g.cs +++ b/src/libs/Vercel/Generated/Vercel.TeamsClient.UpdateMicrofrontendsGroup.g.cs @@ -503,6 +503,38 @@ partial void ProcessUpdateMicrofrontendsGroupResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.TeamsClient.UpdateTeamMember.g.cs b/src/libs/Vercel/Generated/Vercel.TeamsClient.UpdateTeamMember.g.cs index 44956696..26f73d5b 100644 --- a/src/libs/Vercel/Generated/Vercel.TeamsClient.UpdateTeamMember.g.cs +++ b/src/libs/Vercel/Generated/Vercel.TeamsClient.UpdateTeamMember.g.cs @@ -560,6 +560,38 @@ partial void ProcessUpdateTeamMemberResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 500) { string? __content_500 = null; diff --git a/src/libs/Vercel/Generated/Vercel.UserClient.GetAuthUser.g.cs b/src/libs/Vercel/Generated/Vercel.UserClient.GetAuthUser.g.cs index 2a3052c9..7f5f4cb0 100644 --- a/src/libs/Vercel/Generated/Vercel.UserClient.GetAuthUser.g.cs +++ b/src/libs/Vercel/Generated/Vercel.UserClient.GetAuthUser.g.cs @@ -477,6 +477,38 @@ partial void ProcessGetAuthUserResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.UserClient.ListEventTypes.g.cs b/src/libs/Vercel/Generated/Vercel.UserClient.ListEventTypes.g.cs index 241bed00..9e7c16c5 100644 --- a/src/libs/Vercel/Generated/Vercel.UserClient.ListEventTypes.g.cs +++ b/src/libs/Vercel/Generated/Vercel.UserClient.ListEventTypes.g.cs @@ -443,6 +443,38 @@ partial void ProcessListEventTypesResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.UserClient.ListUserEvents.g.cs b/src/libs/Vercel/Generated/Vercel.UserClient.ListUserEvents.g.cs index 16a04758..95e043b1 100644 --- a/src/libs/Vercel/Generated/Vercel.UserClient.ListUserEvents.g.cs +++ b/src/libs/Vercel/Generated/Vercel.UserClient.ListUserEvents.g.cs @@ -571,6 +571,38 @@ partial void ProcessListUserEventsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.UserClient.RequestDelete.g.cs b/src/libs/Vercel/Generated/Vercel.UserClient.RequestDelete.g.cs index b541e2aa..c586e15f 100644 --- a/src/libs/Vercel/Generated/Vercel.UserClient.RequestDelete.g.cs +++ b/src/libs/Vercel/Generated/Vercel.UserClient.RequestDelete.g.cs @@ -465,6 +465,38 @@ partial void ProcessRequestDeleteResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.VcrClient.CreateRepository.g.cs b/src/libs/Vercel/Generated/Vercel.VcrClient.CreateRepository.g.cs index d51d69e3..ad3b42ac 100644 --- a/src/libs/Vercel/Generated/Vercel.VcrClient.CreateRepository.g.cs +++ b/src/libs/Vercel/Generated/Vercel.VcrClient.CreateRepository.g.cs @@ -559,6 +559,38 @@ partial void ProcessCreateRepositoryResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.VcrClient.DeleteRepository.g.cs b/src/libs/Vercel/Generated/Vercel.VcrClient.DeleteRepository.g.cs index 5a13aeb5..70d9bec1 100644 --- a/src/libs/Vercel/Generated/Vercel.VcrClient.DeleteRepository.g.cs +++ b/src/libs/Vercel/Generated/Vercel.VcrClient.DeleteRepository.g.cs @@ -494,6 +494,38 @@ partial void ProcessDeleteRepositoryResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.VcrClient.DeleteRepositoryImage.g.cs b/src/libs/Vercel/Generated/Vercel.VcrClient.DeleteRepositoryImage.g.cs index 92db394d..ae06109b 100644 --- a/src/libs/Vercel/Generated/Vercel.VcrClient.DeleteRepositoryImage.g.cs +++ b/src/libs/Vercel/Generated/Vercel.VcrClient.DeleteRepositoryImage.g.cs @@ -503,6 +503,38 @@ partial void ProcessDeleteRepositoryImageResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.VcrClient.GetRepository.g.cs b/src/libs/Vercel/Generated/Vercel.VcrClient.GetRepository.g.cs index edd75f18..ff67d933 100644 --- a/src/libs/Vercel/Generated/Vercel.VcrClient.GetRepository.g.cs +++ b/src/libs/Vercel/Generated/Vercel.VcrClient.GetRepository.g.cs @@ -494,6 +494,38 @@ partial void ProcessGetRepositoryResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.VcrClient.GetRepositoryImage.g.cs b/src/libs/Vercel/Generated/Vercel.VcrClient.GetRepositoryImage.g.cs index 80fadf07..dab81542 100644 --- a/src/libs/Vercel/Generated/Vercel.VcrClient.GetRepositoryImage.g.cs +++ b/src/libs/Vercel/Generated/Vercel.VcrClient.GetRepositoryImage.g.cs @@ -507,6 +507,38 @@ partial void ProcessGetRepositoryImageResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.VcrClient.GetRepositoryTag.g.cs b/src/libs/Vercel/Generated/Vercel.VcrClient.GetRepositoryTag.g.cs index c1ce9fed..9187256f 100644 --- a/src/libs/Vercel/Generated/Vercel.VcrClient.GetRepositoryTag.g.cs +++ b/src/libs/Vercel/Generated/Vercel.VcrClient.GetRepositoryTag.g.cs @@ -503,6 +503,38 @@ partial void ProcessGetRepositoryTagResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.VcrClient.ListRepositories.g.cs b/src/libs/Vercel/Generated/Vercel.VcrClient.ListRepositories.g.cs index d5ebde4e..af4045d7 100644 --- a/src/libs/Vercel/Generated/Vercel.VcrClient.ListRepositories.g.cs +++ b/src/libs/Vercel/Generated/Vercel.VcrClient.ListRepositories.g.cs @@ -509,6 +509,38 @@ partial void ProcessListRepositoriesResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.VcrClient.ListRepositoryImages.g.cs b/src/libs/Vercel/Generated/Vercel.VcrClient.ListRepositoryImages.g.cs index cad3a466..ae736c51 100644 --- a/src/libs/Vercel/Generated/Vercel.VcrClient.ListRepositoryImages.g.cs +++ b/src/libs/Vercel/Generated/Vercel.VcrClient.ListRepositoryImages.g.cs @@ -528,6 +528,38 @@ partial void ProcessListRepositoryImagesResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.VcrClient.ListRepositoryTags.g.cs b/src/libs/Vercel/Generated/Vercel.VcrClient.ListRepositoryTags.g.cs index 878cdfc9..46dfc487 100644 --- a/src/libs/Vercel/Generated/Vercel.VcrClient.ListRepositoryTags.g.cs +++ b/src/libs/Vercel/Generated/Vercel.VcrClient.ListRepositoryTags.g.cs @@ -546,6 +546,38 @@ partial void ProcessListRepositoryTagsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.VercelClient.CreateApiKeys.g.cs b/src/libs/Vercel/Generated/Vercel.VercelClient.CreateApiKeys.g.cs index 55942a64..65da3aef 100644 --- a/src/libs/Vercel/Generated/Vercel.VercelClient.CreateApiKeys.g.cs +++ b/src/libs/Vercel/Generated/Vercel.VercelClient.CreateApiKeys.g.cs @@ -474,6 +474,38 @@ partial void ProcessCreateApiKeysResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 429) { string? __content_429 = null; diff --git a/src/libs/Vercel/Generated/Vercel.VercelClient.CreateObservabilityQuery.g.cs b/src/libs/Vercel/Generated/Vercel.VercelClient.CreateObservabilityQuery.g.cs index a2ee4e62..848401c5 100644 --- a/src/libs/Vercel/Generated/Vercel.VercelClient.CreateObservabilityQuery.g.cs +++ b/src/libs/Vercel/Generated/Vercel.VercelClient.CreateObservabilityQuery.g.cs @@ -495,6 +495,38 @@ partial void ProcessCreateObservabilityQueryResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.VercelClient.CreateSpeedInsightsToggle.g.cs b/src/libs/Vercel/Generated/Vercel.VercelClient.CreateSpeedInsightsToggle.g.cs index 2690d16d..4f56b71f 100644 --- a/src/libs/Vercel/Generated/Vercel.VercelClient.CreateSpeedInsightsToggle.g.cs +++ b/src/libs/Vercel/Generated/Vercel.VercelClient.CreateSpeedInsightsToggle.g.cs @@ -475,6 +475,38 @@ partial void ProcessCreateSpeedInsightsToggleResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.VercelClient.CreateStorageStoresBlob.g.cs b/src/libs/Vercel/Generated/Vercel.VercelClient.CreateStorageStoresBlob.g.cs index 140e2454..cdd3fae1 100644 --- a/src/libs/Vercel/Generated/Vercel.VercelClient.CreateStorageStoresBlob.g.cs +++ b/src/libs/Vercel/Generated/Vercel.VercelClient.CreateStorageStoresBlob.g.cs @@ -528,6 +528,38 @@ partial void ProcessCreateStorageStoresBlobResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 429) { string? __content_429 = null; diff --git a/src/libs/Vercel/Generated/Vercel.VercelClient.CreateWebInsightsToggle.g.cs b/src/libs/Vercel/Generated/Vercel.VercelClient.CreateWebInsightsToggle.g.cs index 94e2028a..d6ac2921 100644 --- a/src/libs/Vercel/Generated/Vercel.VercelClient.CreateWebInsightsToggle.g.cs +++ b/src/libs/Vercel/Generated/Vercel.VercelClient.CreateWebInsightsToggle.g.cs @@ -443,6 +443,38 @@ partial void ProcessCreateWebInsightsToggleResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.VercelClient.DeleteStorageStoresBlobById.g.cs b/src/libs/Vercel/Generated/Vercel.VercelClient.DeleteStorageStoresBlobById.g.cs index e4295bb0..92fa078b 100644 --- a/src/libs/Vercel/Generated/Vercel.VercelClient.DeleteStorageStoresBlobById.g.cs +++ b/src/libs/Vercel/Generated/Vercel.VercelClient.DeleteStorageStoresBlobById.g.cs @@ -484,6 +484,38 @@ partial void ProcessDeleteStorageStoresBlobByIdResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.VercelClient.GetDomainsRecordsByRecordId.g.cs b/src/libs/Vercel/Generated/Vercel.VercelClient.GetDomainsRecordsByRecordId.g.cs index 0be895a8..93afb09b 100644 --- a/src/libs/Vercel/Generated/Vercel.VercelClient.GetDomainsRecordsByRecordId.g.cs +++ b/src/libs/Vercel/Generated/Vercel.VercelClient.GetDomainsRecordsByRecordId.g.cs @@ -452,6 +452,38 @@ partial void ProcessGetDomainsRecordsByRecordIdResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.VercelClient.GetObservabilitySchema.g.cs b/src/libs/Vercel/Generated/Vercel.VercelClient.GetObservabilitySchema.g.cs index d0e5aed7..a291805c 100644 --- a/src/libs/Vercel/Generated/Vercel.VercelClient.GetObservabilitySchema.g.cs +++ b/src/libs/Vercel/Generated/Vercel.VercelClient.GetObservabilitySchema.g.cs @@ -411,6 +411,38 @@ partial void ProcessGetObservabilitySchemaResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.VercelClient.GetObservabilitySchemaByMetricId.g.cs b/src/libs/Vercel/Generated/Vercel.VercelClient.GetObservabilitySchemaByMetricId.g.cs index 66fdb227..32519fa7 100644 --- a/src/libs/Vercel/Generated/Vercel.VercelClient.GetObservabilitySchemaByMetricId.g.cs +++ b/src/libs/Vercel/Generated/Vercel.VercelClient.GetObservabilitySchemaByMetricId.g.cs @@ -420,6 +420,38 @@ partial void ProcessGetObservabilitySchemaByMetricIdResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.VercelClient.GetStorageStoresById.g.cs b/src/libs/Vercel/Generated/Vercel.VercelClient.GetStorageStoresById.g.cs index 31291f3f..c7a1e1ca 100644 --- a/src/libs/Vercel/Generated/Vercel.VercelClient.GetStorageStoresById.g.cs +++ b/src/libs/Vercel/Generated/Vercel.VercelClient.GetStorageStoresById.g.cs @@ -474,6 +474,38 @@ partial void ProcessGetStorageStoresByIdResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.VercelClient.ReplaceDomainsByDomainRecords.g.cs b/src/libs/Vercel/Generated/Vercel.VercelClient.ReplaceDomainsByDomainRecords.g.cs index cb6b9d3f..2374677d 100644 --- a/src/libs/Vercel/Generated/Vercel.VercelClient.ReplaceDomainsByDomainRecords.g.cs +++ b/src/libs/Vercel/Generated/Vercel.VercelClient.ReplaceDomainsByDomainRecords.g.cs @@ -485,6 +485,38 @@ partial void ProcessReplaceDomainsByDomainRecordsResponseContent( h => h.Value)); } // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } + // if ((int)__response.StatusCode == 415) { string? __content_415 = null; diff --git a/src/libs/Vercel/Generated/Vercel.WebAnalyticsClient.AggregateEvents.g.cs b/src/libs/Vercel/Generated/Vercel.WebAnalyticsClient.AggregateEvents.g.cs index d0751f1f..8e7b1a7f 100644 --- a/src/libs/Vercel/Generated/Vercel.WebAnalyticsClient.AggregateEvents.g.cs +++ b/src/libs/Vercel/Generated/Vercel.WebAnalyticsClient.AggregateEvents.g.cs @@ -595,6 +595,38 @@ partial void ProcessAggregateEventsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.WebAnalyticsClient.AggregatePageviews.g.cs b/src/libs/Vercel/Generated/Vercel.WebAnalyticsClient.AggregatePageviews.g.cs index 55fee092..57454a45 100644 --- a/src/libs/Vercel/Generated/Vercel.WebAnalyticsClient.AggregatePageviews.g.cs +++ b/src/libs/Vercel/Generated/Vercel.WebAnalyticsClient.AggregatePageviews.g.cs @@ -595,6 +595,38 @@ partial void ProcessAggregatePageviewsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.WebAnalyticsClient.CountEvents.g.cs b/src/libs/Vercel/Generated/Vercel.WebAnalyticsClient.CountEvents.g.cs index c5a2409b..de077980 100644 --- a/src/libs/Vercel/Generated/Vercel.WebAnalyticsClient.CountEvents.g.cs +++ b/src/libs/Vercel/Generated/Vercel.WebAnalyticsClient.CountEvents.g.cs @@ -555,6 +555,38 @@ partial void ProcessCountEventsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.WebAnalyticsClient.CountPageviews.g.cs b/src/libs/Vercel/Generated/Vercel.WebAnalyticsClient.CountPageviews.g.cs index 202fe9ed..bc7fe4c0 100644 --- a/src/libs/Vercel/Generated/Vercel.WebAnalyticsClient.CountPageviews.g.cs +++ b/src/libs/Vercel/Generated/Vercel.WebAnalyticsClient.CountPageviews.g.cs @@ -555,6 +555,38 @@ partial void ProcessCountPageviewsResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.WebhooksClient.CreateWebhook.g.cs b/src/libs/Vercel/Generated/Vercel.WebhooksClient.CreateWebhook.g.cs index 2b9ad9fd..c2597274 100644 --- a/src/libs/Vercel/Generated/Vercel.WebhooksClient.CreateWebhook.g.cs +++ b/src/libs/Vercel/Generated/Vercel.WebhooksClient.CreateWebhook.g.cs @@ -463,6 +463,38 @@ partial void ProcessCreateWebhookResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.WebhooksClient.DeleteWebhook.g.cs b/src/libs/Vercel/Generated/Vercel.WebhooksClient.DeleteWebhook.g.cs index 5b853fb9..8b9fd7c7 100644 --- a/src/libs/Vercel/Generated/Vercel.WebhooksClient.DeleteWebhook.g.cs +++ b/src/libs/Vercel/Generated/Vercel.WebhooksClient.DeleteWebhook.g.cs @@ -445,6 +445,38 @@ await DeleteWebhookAsResponseAsync( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.WebhooksClient.GetWebhook.g.cs b/src/libs/Vercel/Generated/Vercel.WebhooksClient.GetWebhook.g.cs index 32f2e3d4..36808ffb 100644 --- a/src/libs/Vercel/Generated/Vercel.WebhooksClient.GetWebhook.g.cs +++ b/src/libs/Vercel/Generated/Vercel.WebhooksClient.GetWebhook.g.cs @@ -452,6 +452,38 @@ partial void ProcessGetWebhookResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/Generated/Vercel.WebhooksClient.GetWebhooks.g.cs b/src/libs/Vercel/Generated/Vercel.WebhooksClient.GetWebhooks.g.cs index e1709aa7..75f9cbed 100644 --- a/src/libs/Vercel/Generated/Vercel.WebhooksClient.GetWebhooks.g.cs +++ b/src/libs/Vercel/Generated/Vercel.WebhooksClient.GetWebhooks.g.cs @@ -453,6 +453,38 @@ partial void ProcessGetWebhooksResponseContent( h => h.Key, h => h.Value)); } + // + if ((int)__response.StatusCode == 410) + { + string? __content_410 = null; + global::System.Exception? __exception_410 = null; + try + { + if (__effectiveReadResponseAsString) + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + else + { + __content_410 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); + } + } + catch (global::System.Exception __ex) + { + __exception_410 = __ex; + } + + + throw global::Vercel.ApiException.Create( + statusCode: __response.StatusCode, + message: __content_410 ?? __response.ReasonPhrase ?? string.Empty, + innerException: __exception_410, + responseBody: __content_410, + responseHeaders: global::System.Linq.Enumerable.ToDictionary( + __response.Headers, + h => h.Key, + h => h.Value)); + } if (__effectiveReadResponseAsString) { diff --git a/src/libs/Vercel/openapi.yaml b/src/libs/Vercel/openapi.yaml index f3e30380..aff885df 100644 --- a/src/libs/Vercel/openapi.yaml +++ b/src/libs/Vercel/openapi.yaml @@ -146,6 +146,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -306,6 +309,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -434,6 +440,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -565,6 +574,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -789,6 +801,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -988,6 +1003,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -1179,6 +1197,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -1303,6 +1324,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -1434,6 +1458,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -1549,6 +1576,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -1650,6 +1680,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -1737,6 +1770,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -1794,6 +1830,9 @@ "403": { "description": "You do not have permission to access this resource." }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -1865,6 +1904,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -1925,6 +1967,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -1987,6 +2032,9 @@ }, "403": { "description": "The customer has reached their spend cap limit and has been paused. An owner can disable the cap or raise the limit in settings.\nThe Remote Caching usage limit has been reached for this account for this billing cycle.\nRemote Caching has been disabled for this team or user. An owner can enable it in the billing settings.\nYou do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -2150,6 +2198,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -2224,6 +2275,9 @@ }, "403": { "description": "The customer has reached their spend cap limit and has been paused. An owner can disable the cap or raise the limit in settings.\nThe Remote Caching usage limit has been reached for this account for this billing cycle.\nRemote Caching has been disabled for this team or user. An owner can enable it in the billing settings.\nYou do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -2389,6 +2443,9 @@ }, "404": { "description": "The artifact was not found" + }, + "410": { + "description": "" } }, "parameters": [ @@ -2476,6 +2533,9 @@ }, "404": { "description": "The artifact was not found" + }, + "410": { + "description": "" } }, "parameters": [ @@ -2594,6 +2654,9 @@ }, "403": { "description": "The customer has reached their spend cap limit and has been paused. An owner can disable the cap or raise the limit in settings.\nThe Remote Caching usage limit has been reached for this account for this billing cycle.\nRemote Caching has been disabled for this team or user. An owner can enable it in the billing settings.\nYou do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -2682,6 +2745,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -2876,6 +2942,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" }, @@ -3039,6 +3108,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -4436,6 +4508,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -4620,6 +4695,9 @@ "403": { "description": "You do not have permission to access this resource." }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -5030,6 +5108,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -5370,6 +5451,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -5527,6 +5611,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -5722,6 +5809,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -5877,6 +5967,9 @@ "403": { "description": "You do not have permission to access this resource." }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -6003,6 +6096,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -6274,6 +6370,9 @@ "403": { "description": "You do not have permission to access this resource." }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -6517,6 +6616,9 @@ "403": { "description": "You do not have permission to access this resource." }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -6849,6 +6951,9 @@ "403": { "description": "You do not have permission to access this resource." }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -7091,6 +7196,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -7224,6 +7332,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -7666,6 +7777,9 @@ "403": { "description": "You do not have permission to access this resource." }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -8111,6 +8225,9 @@ "403": { "description": "You do not have permission to access this resource." }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -8535,6 +8652,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -8978,6 +9098,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -9410,6 +9533,9 @@ "403": { "description": "You do not have permission to access this resource." }, + "410": { + "description": "" + }, "413": { "description": "The output provided is too large" }, @@ -9748,6 +9874,9 @@ }, "404": { "description": "The deployment was not found" + }, + "410": { + "description": "" } }, "parameters": [ @@ -10074,6 +10203,9 @@ }, "404": { "description": "The deployment was not found" + }, + "410": { + "description": "" } }, "parameters": [ @@ -10349,6 +10481,9 @@ }, "404": { "description": "Check was not found\nThe deployment was not found" + }, + "410": { + "description": "" } }, "parameters": [ @@ -10634,6 +10769,9 @@ "404": { "description": "Check was not found\nThe deployment was not found" }, + "410": { + "description": "" + }, "413": { "description": "The output provided is too large" } @@ -10920,6 +11058,9 @@ }, "404": { "description": "The deployment was not found\nCheck was not found" + }, + "410": { + "description": "" } }, "parameters": [ @@ -11011,6 +11152,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -11111,6 +11255,9 @@ }, "409": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -11208,6 +11355,9 @@ }, "409": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -11273,6 +11423,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -11358,6 +11511,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -11896,6 +12052,9 @@ }, "409": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [], @@ -12762,6 +12921,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "422": { "description": "" }, @@ -13113,6 +13275,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "422": { "description": "" } @@ -13391,6 +13556,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -14788,6 +14956,9 @@ "403": { "description": "You do not have permission to access this resource." }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -14970,6 +15141,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -22598,6 +22772,9 @@ "404": { "description": "The deployment was not found" }, + "410": { + "description": "" + }, "429": { "description": "" } @@ -28848,6 +29025,9 @@ "409": { "description": "The deployment project is being transferred" }, + "410": { + "description": "" + }, "426": { "description": "" }, @@ -35699,6 +35879,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -35957,6 +36140,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -36104,6 +36290,9 @@ }, "409": { "description": "" + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -36753,6 +36942,9 @@ }, "409": { "description": "" + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -36965,6 +37157,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "415": { "description": "" } @@ -37066,6 +37261,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [] @@ -37106,6 +37304,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -41032,6 +41233,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -41137,6 +41341,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -41372,6 +41579,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -41539,6 +41749,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -41815,6 +42028,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -42064,6 +42280,9 @@ }, "409": { "description": "" + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -42332,6 +42551,9 @@ }, "409": { "description": "The domain is not allowed to be used" + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -42534,6 +42756,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -42672,6 +42897,9 @@ }, "409": { "description": "" + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -42874,6 +43102,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -42932,6 +43163,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -44229,6 +44463,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -44306,6 +44543,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -45537,6 +45777,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -47098,6 +47341,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -47165,6 +47411,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -48311,6 +48560,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -49460,6 +49712,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -49971,6 +50226,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -50209,6 +50467,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -50308,6 +50569,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -50414,6 +50678,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -50501,6 +50768,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -50669,6 +50939,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -50840,6 +51113,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -51037,6 +51313,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -51222,6 +51501,9 @@ }, "409": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -51303,6 +51585,9 @@ }, "409": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -51373,6 +51658,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -51454,6 +51742,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "412": { "description": "" } @@ -51626,6 +51917,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -51699,6 +51993,9 @@ }, "409": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -51788,6 +52085,9 @@ }, "409": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -51855,6 +52155,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -51931,6 +52234,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -51995,6 +52301,9 @@ }, "409": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -52102,6 +52411,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -52195,6 +52507,9 @@ }, "409": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -52496,6 +52811,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -52602,6 +52920,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "412": { "description": "" } @@ -52740,6 +53061,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -53068,6 +53392,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -53370,6 +53697,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -53737,6 +54067,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -54022,6 +54355,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -54238,6 +54574,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -54319,6 +54658,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -54406,6 +54748,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -54549,6 +54894,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -54642,6 +54990,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -54835,6 +55186,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -55831,6 +56185,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "412": { "description": "" } @@ -56578,6 +56935,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -57543,6 +57903,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "412": { "description": "" } @@ -58304,6 +58667,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "412": { "description": "" } @@ -59285,6 +59651,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -59549,6 +59918,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -59921,6 +60293,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "412": { "description": "" } @@ -60253,6 +60628,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -60364,6 +60742,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -60558,6 +60939,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -61085,6 +61469,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "412": { "description": "" } @@ -61498,6 +61885,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -61581,6 +61971,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -61672,6 +62065,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "412": { "description": "" } @@ -62148,6 +62544,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "412": { "description": "" } @@ -62650,6 +63049,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -62780,6 +63182,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -62853,6 +63258,9 @@ }, "409": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -62951,6 +63359,9 @@ }, "409": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -63103,6 +63514,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "429": { "description": "" }, @@ -63322,6 +63736,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "429": { "description": "" }, @@ -63569,6 +63986,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -63671,6 +64091,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -63770,6 +64193,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -63984,6 +64410,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -64056,6 +64485,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -64106,6 +64538,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -64356,6 +64791,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -64532,6 +64970,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -64584,6 +65025,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -64651,6 +65095,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "422": { "description": "" }, @@ -64914,6 +65361,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "422": { "description": "" } @@ -65213,6 +65663,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -65561,6 +66014,9 @@ }, "409": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -65775,6 +66231,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -66024,6 +66483,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -66077,6 +66539,9 @@ }, "409": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -66159,6 +66624,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -66256,6 +66724,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "422": { "description": "" } @@ -66380,6 +66851,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "422": { "description": "" } @@ -66886,6 +67360,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -67676,6 +68153,9 @@ }, "404": { "description": "The configuration was not found" + }, + "410": { + "description": "" } }, "parameters": [ @@ -67737,6 +68217,9 @@ }, "404": { "description": "The configuration was not found" + }, + "410": { + "description": "" } }, "parameters": [ @@ -71019,6 +71502,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -71443,6 +71929,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -71681,6 +72170,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -71822,6 +72314,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -71953,6 +72448,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "429": { "description": "", "content": { @@ -72194,6 +72692,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -72262,6 +72763,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -72379,6 +72883,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -72484,6 +72991,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -72579,6 +73089,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -72665,6 +73178,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -72750,6 +73266,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "412": { "description": "" } @@ -72827,6 +73346,9 @@ "403": { "description": "You do not have permission to access this resource." }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -79895,6 +80417,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -80129,6 +80654,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -80367,6 +80895,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -80472,6 +81003,9 @@ "403": { "description": "You do not have permission to access this resource." }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -80617,6 +81151,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -80688,6 +81225,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "429": { "description": "" } @@ -80774,6 +81314,9 @@ }, "408": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [], @@ -80898,6 +81441,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [] @@ -80980,6 +81526,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -81159,6 +81708,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -81280,6 +81832,9 @@ "403": { "description": "You do not have permission to access this resource." }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -81418,6 +81973,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -83773,6 +84331,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -83944,6 +84505,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -84903,6 +85467,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -85200,6 +85767,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -86034,6 +86604,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -86409,6 +86982,9 @@ "408": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -86639,6 +87215,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -86765,6 +87344,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -102307,6 +102889,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -102725,6 +103310,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -109803,6 +110391,9 @@ "409": { "description": "A project with the provided name already exists." }, + "410": { + "description": "" + }, "428": { "description": "Owner does not have protection add-on" }, @@ -110286,6 +110877,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -110380,6 +110974,9 @@ "403": { "description": "You do not have permission to access this resource." }, + "410": { + "description": "" + }, "422": { "description": "" } @@ -117481,6 +118078,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -124546,6 +125146,9 @@ "409": { "description": "The provided name for the project is already being used\nThe project is currently being transferred." }, + "410": { + "description": "" + }, "428": { "description": "Owner does not have protection add-on" }, @@ -125790,6 +126393,9 @@ }, "409": { "description": "" + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -132853,6 +133459,9 @@ "403": { "description": "You do not have permission to access this resource." }, + "410": { + "description": "" + }, "413": { "description": "" }, @@ -133015,6 +133624,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -133285,6 +133897,9 @@ "403": { "description": "You do not have permission to access this resource." }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -133581,6 +134196,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -133819,6 +134437,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -134056,6 +134677,9 @@ "403": { "description": "You do not have permission to access this resource." }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -134336,6 +134960,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -134646,6 +135273,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -134932,6 +135562,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -135092,6 +135725,9 @@ }, "409": { "description": "The project is currently being transferred" + }, + "410": { + "description": "" } }, "parameters": [ @@ -135211,6 +135847,9 @@ }, "409": { "description": "The project is currently being transferred" + }, + "410": { + "description": "" } }, "parameters": [ @@ -135391,6 +136030,9 @@ }, "409": { "description": "The domain is already assigned to another Vercel project\nCannot create project domain since owner already has `domain` on their account, but it's not verified yet.\nCannot create project domain since owner already has `domain` on their account, and it's verified.\nThe domain is not allowed to be used\nThe project is currently being transferred" + }, + "410": { + "description": "" } }, "parameters": [ @@ -135592,6 +136234,9 @@ }, "409": { "description": "The project is currently being transferred" + }, + "410": { + "description": "" } }, "parameters": [ @@ -135772,6 +136417,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -136320,6 +136968,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -136850,6 +137501,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "429": { "description": "" }, @@ -137374,6 +138028,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -137881,6 +138538,9 @@ }, "409": { "description": "The project is being transfered and removing an environment variable is not possible" + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -138119,6 +138779,9 @@ "409": { "description": "The project is being transfered and removing an environment variable is not possible" }, + "410": { + "description": "" + }, "429": { "description": "" }, @@ -138303,6 +138966,9 @@ }, "409": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -138502,6 +139168,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -138642,6 +139311,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -138717,6 +139389,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -138851,6 +139526,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -139415,6 +140093,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -139995,6 +140676,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -140588,6 +141272,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "422": { "description": "" } @@ -141172,6 +141859,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -141266,6 +141956,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -141424,6 +142117,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "422": { "description": "" } @@ -141631,6 +142327,9 @@ }, "409": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -141766,6 +142465,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "422": { "description": "" } @@ -141845,6 +142547,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "422": { "description": "" } @@ -148908,6 +149613,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -149015,6 +149723,9 @@ }, "409": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -149128,6 +149839,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -149230,6 +149944,9 @@ "403": { "description": "You do not have permission to access this resource." }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -149292,6 +150009,9 @@ "403": { "description": "You do not have permission to access this resource." }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -149392,6 +150112,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "429": { "description": "" } @@ -150327,6 +151050,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "429": { "description": "" } @@ -150497,6 +151223,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "429": { "description": "" } @@ -150602,6 +151331,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "429": { "description": "" } @@ -150723,6 +151455,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "429": { "description": "" } @@ -150856,6 +151591,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "429": { "description": "" } @@ -150935,6 +151673,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "429": { "description": "" } @@ -151043,6 +151784,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "429": { "description": "" }, @@ -151186,6 +151930,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "429": { "description": "" }, @@ -152081,6 +152828,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "429": { "description": "" } @@ -152178,6 +152928,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "429": { "description": "" } @@ -154047,6 +154800,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -158470,6 +159226,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [] @@ -159966,6 +160725,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -160819,6 +161581,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -163786,6 +164551,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -163860,6 +164628,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -165336,6 +166107,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -165481,6 +166255,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -165647,6 +166424,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -165914,6 +166694,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -166041,6 +166824,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -166196,6 +166982,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -166430,6 +167219,9 @@ "408": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -166504,6 +167296,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -166822,6 +167617,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -167208,6 +168006,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "429": { "description": "" } @@ -167309,6 +168110,9 @@ }, "409": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -171501,6 +172305,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "429": { "description": "" }, @@ -172061,6 +172868,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -172215,6 +173025,9 @@ "403": { "description": "You do not have permission to access this resource.\nThe authenticated user must be a team owner to perform the action" }, + "410": { + "description": "" + }, "503": { "description": "" } @@ -172478,6 +173291,9 @@ "404": { "description": "The team was not found." }, + "410": { + "description": "" + }, "429": { "description": "" }, @@ -172741,6 +173557,9 @@ }, "404": { "description": "The provided user doesn't have a membership.\nTeam was not found." + }, + "410": { + "description": "" } }, "parameters": [ @@ -172834,6 +173653,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "503": { "description": "" } @@ -172920,6 +173742,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -173086,6 +173911,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "503": { "description": "" } @@ -173161,6 +173989,9 @@ }, "404": { "description": "Team was not found." + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -173229,6 +174060,9 @@ "403": { "description": "You do not have permission to access this resource.\nNot authorized to update the team. Must be an OWNER." }, + "410": { + "description": "" + }, "428": { "description": "Owner does not have protection add-on" } @@ -174006,6 +174840,9 @@ "403": { "description": "You do not have permission to access this resource." }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -174104,6 +174941,9 @@ }, "409": { "description": "" + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -174227,6 +175067,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -174359,6 +175202,9 @@ }, "409": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -174475,6 +175321,9 @@ }, "404": { "description": "Team invite code not found." + }, + "410": { + "description": "" } }, "parameters": [ @@ -174563,6 +175412,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -174650,6 +175502,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "500": { "description": "" } @@ -174743,6 +175598,9 @@ "403": { "description": "You do not have permission to access this resource." }, + "410": { + "description": "" + }, "426": { "description": "" } @@ -174906,6 +175764,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -174968,6 +175829,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -175058,6 +175922,9 @@ }, "404": { "description": "Token not found with the requested `tokenId`." + }, + "410": { + "description": "" } }, "parameters": [ @@ -175121,6 +175988,9 @@ }, "404": { "description": "Token not found with the requested `tokenId`." + }, + "410": { + "description": "" } }, "parameters": [ @@ -175205,6 +176075,9 @@ }, "409": { "description": "" + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -175270,6 +176143,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [], @@ -175360,6 +176236,9 @@ }, "409": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -175443,6 +176322,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -175539,6 +176421,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -175613,6 +176498,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -175689,6 +176577,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -175865,6 +176756,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -175997,6 +176891,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -176090,6 +176987,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -176177,6 +177077,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "parameters": [ @@ -176264,6 +177167,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -177831,6 +178737,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -179514,6 +180423,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -180539,6 +181451,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -181499,6 +182414,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -181859,6 +182777,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -182735,6 +183656,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -183040,6 +183964,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -183095,6 +184022,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -183322,6 +184252,9 @@ }, "404": { "description": "The deployment was not found" + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -183432,6 +184365,9 @@ }, "409": { "description": "The provided alias is already assigned to the given deployment\nThe domain is not allowed to be used" + }, + "410": { + "description": "" } }, "parameters": [ @@ -183893,6 +184829,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -184392,6 +185331,9 @@ }, "404": { "description": "The alias was not found" + }, + "410": { + "description": "" } }, "parameters": [ @@ -184518,6 +185460,9 @@ }, "404": { "description": "The alias was not found" + }, + "410": { + "description": "" } }, "parameters": [ @@ -184597,6 +185542,9 @@ "409": { "description": "" }, + "410": { + "description": "" + }, "428": { "description": "" } @@ -184819,6 +185767,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -184893,6 +185844,9 @@ }, "404": { "description": "" + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -185012,6 +185966,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "parameters": [ @@ -185104,6 +186061,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "449": { "description": "" }, @@ -185225,6 +186185,9 @@ }, "403": { "description": "You do not have permission to access this resource." + }, + "410": { + "description": "" } }, "x-vercel-cli": { @@ -185327,6 +186290,9 @@ }, "404": { "description": "File tree not found\nDeployment not found" + }, + "410": { + "description": "" } }, "parameters": [ @@ -186316,6 +187282,9 @@ "404": { "description": "" }, + "410": { + "description": "" + }, "422": { "description": "" } @@ -186550,6 +187519,9 @@ }, "404": { "description": "The deployment was not found" + }, + "410": { + "description": "" } }, "parameters": [