From 64eca20ddac5abf2631318ee168dd1c58e724431 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 27 May 2026 16:01:35 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../Vercel.SandboxesClient.DeleteSandbox.g.cs | 96 ------------------- src/libs/Vercel/openapi.yaml | 9 -- 2 files changed, 105 deletions(-) diff --git a/src/libs/Vercel/Generated/Vercel.SandboxesClient.DeleteSandbox.g.cs b/src/libs/Vercel/Generated/Vercel.SandboxesClient.DeleteSandbox.g.cs index 93399145..b966b375 100644 --- a/src/libs/Vercel/Generated/Vercel.SandboxesClient.DeleteSandbox.g.cs +++ b/src/libs/Vercel/Generated/Vercel.SandboxesClient.DeleteSandbox.g.cs @@ -505,70 +505,6 @@ 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 == 422) - { - string? __content_422 = null; - global::System.Exception? __exception_422 = null; - try - { - if (__effectiveReadResponseAsString) - { - __content_422 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); - } - else - { - __content_422 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); - } - } - catch (global::System.Exception __ex) - { - __exception_422 = __ex; - } - - - throw global::Vercel.ApiException.Create( - statusCode: __response.StatusCode, - message: __content_422 ?? __response.ReasonPhrase ?? string.Empty, - innerException: __exception_422, - responseBody: __content_422, - responseHeaders: global::System.Linq.Enumerable.ToDictionary( - __response.Headers, - h => h.Key, - h => h.Value)); - } - // if ((int)__response.StatusCode == 429) { string? __content_429 = null; @@ -600,38 +536,6 @@ partial void ProcessDeleteSandboxResponseContent( h => h.Key, h => h.Value)); } - // - if ((int)__response.StatusCode == 500) - { - string? __content_500 = null; - global::System.Exception? __exception_500 = null; - try - { - if (__effectiveReadResponseAsString) - { - __content_500 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); - } - else - { - __content_500 = await __response.Content.ReadAsStringAsync(__effectiveCancellationToken).ConfigureAwait(false); - } - } - catch (global::System.Exception __ex) - { - __exception_500 = __ex; - } - - - throw global::Vercel.ApiException.Create( - statusCode: __response.StatusCode, - message: __content_500 ?? __response.ReasonPhrase ?? string.Empty, - innerException: __exception_500, - responseBody: __content_500, - 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 a6e9ce7d..b25eeaee 100644 --- a/src/libs/Vercel/openapi.yaml +++ b/src/libs/Vercel/openapi.yaml @@ -118915,17 +118915,8 @@ "404": { "description": "" }, - "410": { - "description": "" - }, - "422": { - "description": "" - }, "429": { "description": "" - }, - "500": { - "description": "" } }, "parameters": [