diff --git a/src/libs/Vercel/Generated/Vercel.ISandboxesClient.g.cs b/src/libs/Vercel/Generated/Vercel.ISandboxesClient.g.cs
deleted file mode 100644
index ec864669a..000000000
--- a/src/libs/Vercel/Generated/Vercel.ISandboxesClient.g.cs
+++ /dev/null
@@ -1,48 +0,0 @@
-
-#nullable enable
-
-namespace Vercel
-{
- ///
- /// If no httpClient is provided, a new one will be created.
- /// If no baseUri is provided, the default baseUri from OpenAPI spec will be used.
- ///
- public partial interface ISandboxesClient : global::System.IDisposable
- {
- ///
- /// The HttpClient instance.
- ///
- public global::System.Net.Http.HttpClient HttpClient { get; }
-
- ///
- /// The base URL for the API.
- ///
- public System.Uri? BaseUri { get; }
-
- ///
- /// The authorizations to use for the requests.
- ///
- public global::System.Collections.Generic.List Authorizations { get; }
-
- ///
- /// Gets or sets a value indicating whether the response content should be read as a string.
- /// True by default in debug builds, false otherwise.
- /// When false, successful responses are deserialized directly from the response stream for better performance.
- /// Error responses are always read as strings regardless of this setting,
- /// ensuring is populated.
- ///
- public bool ReadResponseAsString { get; set; }
- ///
- /// Client-wide request defaults such as headers, query parameters, retries, and timeout.
- ///
- public global::Vercel.AutoSDKClientOptions Options { get; }
-
-
- ///
- ///
- ///
- global::System.Text.Json.Serialization.JsonSerializerContext JsonSerializerContext { get; set; }
-
-
- }
-}
\ No newline at end of file
diff --git a/src/libs/Vercel/Generated/Vercel.ISandboxesClient.CreateSandboxes.g.cs b/src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxes.g.cs
similarity index 80%
rename from src/libs/Vercel/Generated/Vercel.ISandboxesClient.CreateSandboxes.g.cs
rename to src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxes.g.cs
index c383bbeff..b56101890 100644
--- a/src/libs/Vercel/Generated/Vercel.ISandboxesClient.CreateSandboxes.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxes.g.cs
@@ -2,18 +2,11 @@
namespace Vercel
{
- public partial interface ISandboxesClient
+ public partial interface IVercelClient
{
///
- /// Create a named sandbox
- /// Creates a named sandbox environment. Named sandboxes have a unique name within a project and support automatic snapshotting on shutdown.
+ ///
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
@@ -21,20 +14,11 @@ public partial interface ISandboxesClient
global::System.Threading.Tasks.Task CreateSandboxesAsync(
global::Vercel.CreateSandboxesRequest request,
- string? teamId = default,
- string? slug = default,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
- /// Create a named sandbox
- /// Creates a named sandbox environment. Named sandboxes have a unique name within a project and support automatic snapshotting on shutdown.
+ ///
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
@@ -42,20 +26,11 @@ public partial interface ISandboxesClient
global::System.Threading.Tasks.Task> CreateSandboxesAsResponseAsync(
global::Vercel.CreateSandboxesRequest request,
- string? teamId = default,
- string? slug = default,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
- /// Create a named sandbox
- /// Creates a named sandbox environment. Named sandboxes have a unique name within a project and support automatic snapshotting on shutdown.
+ ///
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
///
///
/// Resources to define the VM
@@ -108,8 +83,6 @@ public partial interface ISandboxesClient
/// The token to cancel the operation with
///
global::System.Threading.Tasks.Task CreateSandboxesAsync(
- string? teamId = default,
- string? slug = default,
global::Vercel.OneOf? networkPolicy = default,
global::Vercel.CreateSandboxesRequestResources? resources = default,
global::Vercel.CreateSandboxesRequestRuntime? runtime = default,
diff --git a/src/libs/Vercel/Generated/Vercel.ISandboxesClient.RunSessionCommand.g.cs b/src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxesSessionsBySessionIdCmd.g.cs
similarity index 63%
rename from src/libs/Vercel/Generated/Vercel.ISandboxesClient.RunSessionCommand.g.cs
rename to src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxesSessionsBySessionIdCmd.g.cs
index 714cdae1d..907c65b8e 100644
--- a/src/libs/Vercel/Generated/Vercel.ISandboxesClient.RunSessionCommand.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxesSessionsBySessionIdCmd.g.cs
@@ -2,74 +2,49 @@
namespace Vercel
{
- public partial interface ISandboxesClient
+ public partial interface IVercelClient
{
///
- /// Execute a command
- /// Executes a shell command inside a running session. The command runs asynchronously and returns immediately with a command ID that can be used to track its progress and retrieve its output. Optionally, use the `wait` parameter to stream the command status until completion.
+ ///
///
///
/// The unique identifier of the session in which to execute the command.
/// Example: sbx_abc123
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task RunSessionCommandAsync(
+ global::System.Threading.Tasks.Task CreateSandboxesSessionsBySessionIdCmdAsync(
string sessionId,
- global::Vercel.RunSessionCommandRequest request,
- string? teamId = default,
- string? slug = default,
+ global::Vercel.CreateSandboxesSessionsBySessionIdCmdRequest request,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
- /// Execute a command
- /// Executes a shell command inside a running session. The command runs asynchronously and returns immediately with a command ID that can be used to track its progress and retrieve its output. Optionally, use the `wait` parameter to stream the command status until completion.
+ ///
///
///
/// The unique identifier of the session in which to execute the command.
/// Example: sbx_abc123
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task> RunSessionCommandAsResponseAsync(
+ global::System.Threading.Tasks.Task> CreateSandboxesSessionsBySessionIdCmdAsResponseAsync(
string sessionId,
- global::Vercel.RunSessionCommandRequest request,
- string? teamId = default,
- string? slug = default,
+ global::Vercel.CreateSandboxesSessionsBySessionIdCmdRequest request,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
- /// Execute a command
- /// Executes a shell command inside a running session. The command runs asynchronously and returns immediately with a command ID that can be used to track its progress and retrieve its output. Optionally, use the `wait` parameter to stream the command status until completion.
+ ///
///
///
/// The unique identifier of the session in which to execute the command.
/// Example: sbx_abc123
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
///
/// The executable or shell command to run. This is the program name without arguments.
/// Example: npm
@@ -98,11 +73,9 @@ public partial interface ISandboxesClient
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task RunSessionCommandAsync(
+ global::System.Threading.Tasks.Task CreateSandboxesSessionsBySessionIdCmdAsync(
string sessionId,
string command,
- string? teamId = default,
- string? slug = default,
global::System.Collections.Generic.IList? args = default,
string? cwd = default,
global::System.Collections.Generic.Dictionary? env = default,
diff --git a/src/libs/Vercel/Generated/Vercel.ISandboxesClient.RunSessionCommandAsStream.g.cs b/src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxesSessionsBySessionIdCmdAsStream.g.cs
similarity index 69%
rename from src/libs/Vercel/Generated/Vercel.ISandboxesClient.RunSessionCommandAsStream.g.cs
rename to src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxesSessionsBySessionIdCmdAsStream.g.cs
index be3634b25..a660f48ec 100644
--- a/src/libs/Vercel/Generated/Vercel.ISandboxesClient.RunSessionCommandAsStream.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxesSessionsBySessionIdCmdAsStream.g.cs
@@ -2,48 +2,32 @@
namespace Vercel
{
- public partial interface ISandboxesClient
+ public partial interface IVercelClient
{
///
- /// Execute a command
- /// Executes a shell command inside a running session. The command runs asynchronously and returns immediately with a command ID that can be used to track its progress and retrieve its output. Optionally, use the `wait` parameter to stream the command status until completion.
+ ///
///
///
/// The unique identifier of the session in which to execute the command.
/// Example: sbx_abc123
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Collections.Generic.IAsyncEnumerable RunSessionCommandAsStreamAsync(
+ global::System.Collections.Generic.IAsyncEnumerable CreateSandboxesSessionsBySessionIdCmdAsStreamAsync(
string sessionId,
- global::Vercel.RunSessionCommandRequest request,
- string? teamId = default,
- string? slug = default,
+ global::Vercel.CreateSandboxesSessionsBySessionIdCmdRequest request,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
- /// Execute a command
- /// Executes a shell command inside a running session. The command runs asynchronously and returns immediately with a command ID that can be used to track its progress and retrieve its output. Optionally, use the `wait` parameter to stream the command status until completion.
+ ///
///
///
/// The unique identifier of the session in which to execute the command.
/// Example: sbx_abc123
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
///
/// The executable or shell command to run. This is the program name without arguments.
/// Example: npm
@@ -72,11 +56,9 @@ public partial interface ISandboxesClient
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Collections.Generic.IAsyncEnumerable RunSessionCommandAsStreamAsync(
+ global::System.Collections.Generic.IAsyncEnumerable CreateSandboxesSessionsBySessionIdCmdAsStreamAsync(
string sessionId,
string command,
- string? teamId = default,
- string? slug = default,
global::System.Collections.Generic.IList? args = default,
string? cwd = default,
global::System.Collections.Generic.Dictionary? env = default,
diff --git a/src/libs/Vercel/Generated/Vercel.ISandboxesClient.KillSessionCommand.g.cs b/src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxesSessionsBySessionIdCmdByCmdIdKill.g.cs
similarity index 60%
rename from src/libs/Vercel/Generated/Vercel.ISandboxesClient.KillSessionCommand.g.cs
rename to src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxesSessionsBySessionIdCmdByCmdIdKill.g.cs
index f23e1ca96..e39a0549c 100644
--- a/src/libs/Vercel/Generated/Vercel.ISandboxesClient.KillSessionCommand.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxesSessionsBySessionIdCmdByCmdIdKill.g.cs
@@ -2,11 +2,10 @@
namespace Vercel
{
- public partial interface ISandboxesClient
+ public partial interface IVercelClient
{
///
- /// Kill a command
- /// Sends a signal to terminate a running command in a session. The signal can be used to gracefully stop (SIGTERM) or forcefully kill (SIGKILL) the process. The command must still be running for this operation to succeed.
+ ///
///
///
/// The unique identifier of the command to terminate.
@@ -16,28 +15,19 @@ public partial interface ISandboxesClient
/// The unique identifier of the session containing the command.
/// Example: sbx_abc123
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task KillSessionCommandAsync(
+ global::System.Threading.Tasks.Task CreateSandboxesSessionsBySessionIdCmdByCmdIdKillAsync(
string cmdId,
string sessionId,
- global::Vercel.KillSessionCommandRequest request,
- string? teamId = default,
- string? slug = default,
+ global::Vercel.CreateSandboxesSessionsBySessionIdCmdByCmdIdKillRequest request,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
- /// Kill a command
- /// Sends a signal to terminate a running command in a session. The signal can be used to gracefully stop (SIGTERM) or forcefully kill (SIGKILL) the process. The command must still be running for this operation to succeed.
+ ///
///
///
/// The unique identifier of the command to terminate.
@@ -47,28 +37,19 @@ public partial interface ISandboxesClient
/// The unique identifier of the session containing the command.
/// Example: sbx_abc123
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task> KillSessionCommandAsResponseAsync(
+ global::System.Threading.Tasks.Task> CreateSandboxesSessionsBySessionIdCmdByCmdIdKillAsResponseAsync(
string cmdId,
string sessionId,
- global::Vercel.KillSessionCommandRequest request,
- string? teamId = default,
- string? slug = default,
+ global::Vercel.CreateSandboxesSessionsBySessionIdCmdByCmdIdKillRequest request,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
- /// Kill a command
- /// Sends a signal to terminate a running command in a session. The signal can be used to gracefully stop (SIGTERM) or forcefully kill (SIGKILL) the process. The command must still be running for this operation to succeed.
+ ///
///
///
/// The unique identifier of the command to terminate.
@@ -78,12 +59,6 @@ public partial interface ISandboxesClient
/// The unique identifier of the session containing the command.
/// Example: sbx_abc123
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
///
/// The POSIX signal number to send to the process. Common values: 15 (SIGTERM) for graceful termination, 9 (SIGKILL) for forced termination.
/// Example: 15
@@ -91,12 +66,10 @@ public partial interface ISandboxesClient
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task KillSessionCommandAsync(
+ global::System.Threading.Tasks.Task CreateSandboxesSessionsBySessionIdCmdByCmdIdKillAsync(
string cmdId,
string sessionId,
double signal,
- string? teamId = default,
- string? slug = default,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/Vercel/Generated/Vercel.ISandboxesClient.ExtendSessionTimeout.g.cs b/src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxesSessionsBySessionIdExtendTimeout.g.cs
similarity index 56%
rename from src/libs/Vercel/Generated/Vercel.ISandboxesClient.ExtendSessionTimeout.g.cs
rename to src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxesSessionsBySessionIdExtendTimeout.g.cs
index 2e0e386f1..c3448cfb6 100644
--- a/src/libs/Vercel/Generated/Vercel.ISandboxesClient.ExtendSessionTimeout.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxesSessionsBySessionIdExtendTimeout.g.cs
@@ -2,74 +2,49 @@
namespace Vercel
{
- public partial interface ISandboxesClient
+ public partial interface IVercelClient
{
///
- /// Extend session timeout
- /// Extends the maximum execution time of a running session. The session must be active and able to accept commands. The total timeout cannot exceed the maximum allowed limit for your account.
+ ///
///
///
/// The unique identifier of the session to extend the timeout for.
/// Example: sbx_abc123
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task ExtendSessionTimeoutAsync(
+ global::System.Threading.Tasks.Task CreateSandboxesSessionsBySessionIdExtendTimeoutAsync(
string sessionId,
- global::Vercel.ExtendSessionTimeoutRequest request,
- string? teamId = default,
- string? slug = default,
+ global::Vercel.CreateSandboxesSessionsBySessionIdExtendTimeoutRequest request,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
- /// Extend session timeout
- /// Extends the maximum execution time of a running session. The session must be active and able to accept commands. The total timeout cannot exceed the maximum allowed limit for your account.
+ ///
///
///
/// The unique identifier of the session to extend the timeout for.
/// Example: sbx_abc123
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task> ExtendSessionTimeoutAsResponseAsync(
+ global::System.Threading.Tasks.Task> CreateSandboxesSessionsBySessionIdExtendTimeoutAsResponseAsync(
string sessionId,
- global::Vercel.ExtendSessionTimeoutRequest request,
- string? teamId = default,
- string? slug = default,
+ global::Vercel.CreateSandboxesSessionsBySessionIdExtendTimeoutRequest request,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
- /// Extend session timeout
- /// Extends the maximum execution time of a running session. The session must be active and able to accept commands. The total timeout cannot exceed the maximum allowed limit for your account.
+ ///
///
///
/// The unique identifier of the session to extend the timeout for.
/// Example: sbx_abc123
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
///
/// The amount of time in milliseconds to add to the current timeout. Must be at least 1000ms (1 second).
/// Example: 300000
@@ -77,11 +52,9 @@ public partial interface ISandboxesClient
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task ExtendSessionTimeoutAsync(
+ global::System.Threading.Tasks.Task CreateSandboxesSessionsBySessionIdExtendTimeoutAsync(
string sessionId,
double duration,
- string? teamId = default,
- string? slug = default,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/Vercel/Generated/Vercel.ISandboxesClient.CreateSessionDirectory.g.cs b/src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxesSessionsBySessionIdFsMkdir.g.cs
similarity index 63%
rename from src/libs/Vercel/Generated/Vercel.ISandboxesClient.CreateSessionDirectory.g.cs
rename to src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxesSessionsBySessionIdFsMkdir.g.cs
index f4b8edadb..d62525c42 100644
--- a/src/libs/Vercel/Generated/Vercel.ISandboxesClient.CreateSessionDirectory.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxesSessionsBySessionIdFsMkdir.g.cs
@@ -2,74 +2,49 @@
namespace Vercel
{
- public partial interface ISandboxesClient
+ public partial interface IVercelClient
{
///
- /// Create a directory
- /// Creates a new directory in a session's filesystem. By default, parent directories are created recursively if they don't exist (similar to `mkdir -p`).
+ ///
///
///
/// The unique identifier of the session to create the directory in.
/// Example: sbx_abc123
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task CreateSessionDirectoryAsync(
+ global::System.Threading.Tasks.Task CreateSandboxesSessionsBySessionIdFsMkdirAsync(
string sessionId,
- global::Vercel.CreateSessionDirectoryRequest request,
- string? teamId = default,
- string? slug = default,
+ global::Vercel.CreateSandboxesSessionsBySessionIdFsMkdirRequest request,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
- /// Create a directory
- /// Creates a new directory in a session's filesystem. By default, parent directories are created recursively if they don't exist (similar to `mkdir -p`).
+ ///
///
///
/// The unique identifier of the session to create the directory in.
/// Example: sbx_abc123
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task> CreateSessionDirectoryAsResponseAsync(
+ global::System.Threading.Tasks.Task> CreateSandboxesSessionsBySessionIdFsMkdirAsResponseAsync(
string sessionId,
- global::Vercel.CreateSessionDirectoryRequest request,
- string? teamId = default,
- string? slug = default,
+ global::Vercel.CreateSandboxesSessionsBySessionIdFsMkdirRequest request,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
- /// Create a directory
- /// Creates a new directory in a session's filesystem. By default, parent directories are created recursively if they don't exist (similar to `mkdir -p`).
+ ///
///
///
/// The unique identifier of the session to create the directory in.
/// Example: sbx_abc123
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
///
/// The base directory for resolving relative paths. If not specified, paths are resolved from the sandbox home directory.
/// Example: /home/vercel-sandbox
@@ -85,11 +60,9 @@ public partial interface ISandboxesClient
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task CreateSessionDirectoryAsync(
+ global::System.Threading.Tasks.Task CreateSandboxesSessionsBySessionIdFsMkdirAsync(
string sessionId,
string path,
- string? teamId = default,
- string? slug = default,
string? cwd = default,
bool? recursive = default,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
diff --git a/src/libs/Vercel/Generated/Vercel.ISandboxesClient.ReadSessionFile.g.cs b/src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxesSessionsBySessionIdFsRead.g.cs
similarity index 60%
rename from src/libs/Vercel/Generated/Vercel.ISandboxesClient.ReadSessionFile.g.cs
rename to src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxesSessionsBySessionIdFsRead.g.cs
index 6f3f30006..7bad6ee03 100644
--- a/src/libs/Vercel/Generated/Vercel.ISandboxesClient.ReadSessionFile.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxesSessionsBySessionIdFsRead.g.cs
@@ -2,100 +2,66 @@
namespace Vercel
{
- public partial interface ISandboxesClient
+ public partial interface IVercelClient
{
///
- /// Read a file
- /// Downloads the contents of a file from a session's filesystem. The file content is returned as a binary stream with appropriate Content-Disposition headers for file download.
+ ///
///
///
/// The unique identifier of the session to read the file from.
/// Example: sbx_abc123
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task ReadSessionFileAsync(
+ global::System.Threading.Tasks.Task CreateSandboxesSessionsBySessionIdFsReadAsync(
string sessionId,
- global::Vercel.ReadSessionFileRequest request,
- string? teamId = default,
- string? slug = default,
+ global::Vercel.CreateSandboxesSessionsBySessionIdFsReadRequest request,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
- /// Read a file
- /// Downloads the contents of a file from a session's filesystem. The file content is returned as a binary stream with appropriate Content-Disposition headers for file download.
+ ///
///
///
/// The unique identifier of the session to read the file from.
/// Example: sbx_abc123
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task ReadSessionFileAsStreamAsync(
+ global::System.Threading.Tasks.Task CreateSandboxesSessionsBySessionIdFsReadAsStreamAsync(
string sessionId,
- global::Vercel.ReadSessionFileRequest request,
- string? teamId = default,
- string? slug = default,
+ global::Vercel.CreateSandboxesSessionsBySessionIdFsReadRequest request,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
- /// Read a file
- /// Downloads the contents of a file from a session's filesystem. The file content is returned as a binary stream with appropriate Content-Disposition headers for file download.
+ ///
///
///
/// The unique identifier of the session to read the file from.
/// Example: sbx_abc123
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task> ReadSessionFileAsResponseAsync(
+ global::System.Threading.Tasks.Task> CreateSandboxesSessionsBySessionIdFsReadAsResponseAsync(
string sessionId,
- global::Vercel.ReadSessionFileRequest request,
- string? teamId = default,
- string? slug = default,
+ global::Vercel.CreateSandboxesSessionsBySessionIdFsReadRequest request,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
- /// Read a file
- /// Downloads the contents of a file from a session's filesystem. The file content is returned as a binary stream with appropriate Content-Disposition headers for file download.
+ ///
///
///
/// The unique identifier of the session to read the file from.
/// Example: sbx_abc123
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
///
/// The base directory for resolving relative paths. If not specified, paths are resolved from the sandbox home directory.
/// Example: /home/vercel-sandbox
@@ -107,11 +73,9 @@ public partial interface ISandboxesClient
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task ReadSessionFileAsync(
+ global::System.Threading.Tasks.Task CreateSandboxesSessionsBySessionIdFsReadAsync(
string sessionId,
string path,
- string? teamId = default,
- string? slug = default,
string? cwd = default,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
diff --git a/src/libs/Vercel/Generated/Vercel.ISandboxesClient.WriteSessionFiles.g.cs b/src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxesSessionsBySessionIdFsWrite.g.cs
similarity index 60%
rename from src/libs/Vercel/Generated/Vercel.ISandboxesClient.WriteSessionFiles.g.cs
rename to src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxesSessionsBySessionIdFsWrite.g.cs
index 99096de7c..87be14b6d 100644
--- a/src/libs/Vercel/Generated/Vercel.ISandboxesClient.WriteSessionFiles.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxesSessionsBySessionIdFsWrite.g.cs
@@ -2,11 +2,10 @@
namespace Vercel
{
- public partial interface ISandboxesClient
+ public partial interface IVercelClient
{
///
- /// Write files
- /// Uploads and extracts files to a session's filesystem. Files must be uploaded as a gzipped tarball (`.tar.gz`) with the `Content-Type` header set to `application/gzip`. The tarball contents are extracted to the session's working directory, or to a custom directory specified via the `x-cwd` header.
+ ///
///
///
/// The target directory where the tarball contents will be extracted. If not specified, files are extracted to the sandbox home directory.
@@ -16,25 +15,16 @@ public partial interface ISandboxesClient
/// The unique identifier of the session to write files to.
/// Example: sbx_abc123
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task WriteSessionFilesAsync(
+ global::System.Threading.Tasks.Task CreateSandboxesSessionsBySessionIdFsWriteAsync(
string sessionId,
string? x_xCwd_ = default,
- string? teamId = default,
- string? slug = default,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
- /// Write files
- /// Uploads and extracts files to a session's filesystem. Files must be uploaded as a gzipped tarball (`.tar.gz`) with the `Content-Type` header set to `application/gzip`. The tarball contents are extracted to the session's working directory, or to a custom directory specified via the `x-cwd` header.
+ ///
///
///
/// The target directory where the tarball contents will be extracted. If not specified, files are extracted to the sandbox home directory.
@@ -44,20 +34,12 @@ public partial interface ISandboxesClient
/// The unique identifier of the session to write files to.
/// Example: sbx_abc123
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task> WriteSessionFilesAsResponseAsync(
+ global::System.Threading.Tasks.Task> CreateSandboxesSessionsBySessionIdFsWriteAsResponseAsync(
string sessionId,
string? x_xCwd_ = default,
- string? teamId = default,
- string? slug = default,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/Vercel/Generated/Vercel.ISandboxesClient.UpdateSessionNetworkPolicy.g.cs b/src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxesSessionsBySessionIdNetworkPolicy.g.cs
similarity index 50%
rename from src/libs/Vercel/Generated/Vercel.ISandboxesClient.UpdateSessionNetworkPolicy.g.cs
rename to src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxesSessionsBySessionIdNetworkPolicy.g.cs
index 4180cfaee..3677b77a3 100644
--- a/src/libs/Vercel/Generated/Vercel.ISandboxesClient.UpdateSessionNetworkPolicy.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxesSessionsBySessionIdNetworkPolicy.g.cs
@@ -2,81 +2,54 @@
namespace Vercel
{
- public partial interface ISandboxesClient
+ public partial interface IVercelClient
{
///
- /// Update network policy
- /// Replaces the network access policy of a running session. Use this to control which external hosts the session can communicate with. This is a full replacement. Any previously configured network rules will be overwritten.
+ ///
///
///
/// The unique identifier of the session to update the network policy for.
/// Example: sbx_abc123
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task UpdateSessionNetworkPolicyAsync(
+ global::System.Threading.Tasks.Task CreateSandboxesSessionsBySessionIdNetworkPolicyAsync(
string sessionId,
- global::Vercel.OneOf request,
- string? teamId = default,
- string? slug = default,
+ global::Vercel.OneOf request,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
- /// Update network policy
- /// Replaces the network access policy of a running session. Use this to control which external hosts the session can communicate with. This is a full replacement. Any previously configured network rules will be overwritten.
+ ///
///
///
/// The unique identifier of the session to update the network policy for.
/// Example: sbx_abc123
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task> UpdateSessionNetworkPolicyAsResponseAsync(
+ global::System.Threading.Tasks.Task> CreateSandboxesSessionsBySessionIdNetworkPolicyAsResponseAsync(
string sessionId,
- global::Vercel.OneOf request,
- string? teamId = default,
- string? slug = default,
+ global::Vercel.OneOf request,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
- /// Update network policy
- /// Replaces the network access policy of a running session. Use this to control which external hosts the session can communicate with. This is a full replacement. Any previously configured network rules will be overwritten.
+ ///
///
///
/// The unique identifier of the session to update the network policy for.
/// Example: sbx_abc123
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task UpdateSessionNetworkPolicyAsync(
+ global::System.Threading.Tasks.Task CreateSandboxesSessionsBySessionIdNetworkPolicyAsync(
string sessionId,
- string? teamId = default,
- string? slug = default,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
diff --git a/src/libs/Vercel/Generated/Vercel.ISandboxesClient.CreateSessionSnapshot.g.cs b/src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxesSessionsBySessionIdSnapshot.g.cs
similarity index 53%
rename from src/libs/Vercel/Generated/Vercel.ISandboxesClient.CreateSessionSnapshot.g.cs
rename to src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxesSessionsBySessionIdSnapshot.g.cs
index a5fdad42f..d73e2f277 100644
--- a/src/libs/Vercel/Generated/Vercel.ISandboxesClient.CreateSessionSnapshot.g.cs
+++ b/src/libs/Vercel/Generated/Vercel.IVercelClient.CreateSandboxesSessionsBySessionIdSnapshot.g.cs
@@ -2,84 +2,57 @@
namespace Vercel
{
- public partial interface ISandboxesClient
+ public partial interface IVercelClient
{
///
- /// Create a snapshot
- /// Creates a point-in-time snapshot of a running session's filesystem. Snapshots can be used to quickly restore a session to a previous state or to create new sessions with pre-configured environments. The session must be running and able to accept commands for a snapshot to be created. The session will be terminated after the snapshot is created.
+ ///
///
///
/// The unique identifier of the session to snapshot.
/// Example: sbx_abc123
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task CreateSessionSnapshotAsync(
+ global::System.Threading.Tasks.Task CreateSandboxesSessionsBySessionIdSnapshotAsync(
string sessionId,
- global::Vercel.CreateSessionSnapshotRequest request,
- string? teamId = default,
- string? slug = default,
+ global::Vercel.CreateSandboxesSessionsBySessionIdSnapshotRequest request,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
- /// Create a snapshot
- /// Creates a point-in-time snapshot of a running session's filesystem. Snapshots can be used to quickly restore a session to a previous state or to create new sessions with pre-configured environments. The session must be running and able to accept commands for a snapshot to be created. The session will be terminated after the snapshot is created.
+ ///
///
///
/// The unique identifier of the session to snapshot.
/// Example: sbx_abc123
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task> CreateSessionSnapshotAsResponseAsync(
+ global::System.Threading.Tasks.Task> CreateSandboxesSessionsBySessionIdSnapshotAsResponseAsync(
string sessionId,
- global::Vercel.CreateSessionSnapshotRequest request,
- string? teamId = default,
- string? slug = default,
+ global::Vercel.CreateSandboxesSessionsBySessionIdSnapshotRequest request,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
///
- /// Create a snapshot
- /// Creates a point-in-time snapshot of a running session's filesystem. Snapshots can be used to quickly restore a session to a previous state or to create new sessions with pre-configured environments. The session must be running and able to accept commands for a snapshot to be created. The session will be terminated after the snapshot is created.
+ ///
///
///
/// The unique identifier of the session to snapshot.
/// Example: sbx_abc123
///
- ///
- /// Example: team_1a2b3c4d5e6f7g8h9i0j1k2l
- ///
- ///
- /// Example: my-team-url-slug
- ///
///
/// The number of milliseconds after which the snapshot will expire and be deleted. Use 0 for no expiration.
///
/// Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.
/// The token to cancel the operation with
///
- global::System.Threading.Tasks.Task CreateSessionSnapshotAsync(
+ global::System.Threading.Tasks.Task CreateSandboxesSessionsBySessionIdSnapshotAsync(
string sessionId,
- string? teamId = default,
- string? slug = default,
global::Vercel.OneOf