Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ public partial interface ISandboxesClient
/// If true, returns an ND-JSON stream that emits the command status when started and again when finished. Useful for synchronously waiting for command completion.<br/>
/// Default Value: false
/// </param>
/// <param name="timeout">
/// Maximum duration in milliseconds to wait for the command to finish. When elapsed, the process is killed with SIGKILL. Requires `wait` to be true.<br/>
/// Example: 30000
/// </param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
Expand All @@ -108,6 +112,7 @@ public partial interface ISandboxesClient
global::System.Collections.Generic.Dictionary<string, string>? env = default,
bool? sudo = default,
bool? wait = default,
int? timeout = default,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ public partial interface ISandboxesClient
/// If true, returns an ND-JSON stream that emits the command status when started and again when finished. Useful for synchronously waiting for command completion.<br/>
/// Default Value: false
/// </param>
/// <param name="timeout">
/// Maximum duration in milliseconds to wait for the command to finish. When elapsed, the process is killed with SIGKILL. Requires `wait` to be true.<br/>
/// Example: 30000
/// </param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
/// <exception cref="global::System.InvalidOperationException"></exception>
Expand All @@ -82,6 +86,7 @@ public partial interface ISandboxesClient
global::System.Collections.Generic.Dictionary<string, string>? env = default,
bool? sudo = default,
bool? wait = default,
int? timeout = default,
global::Vercel.AutoSDKRequestOptions? requestOptions = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ public sealed partial class CreateProjectResponsePermissions
[global::System.Text.Json.Serialization.JsonPropertyName("userConnection")]
public global::System.Collections.Generic.IList<global::Vercel.ACLAction>? UserConnection { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("userMfaConfiguration")]
public global::System.Collections.Generic.IList<global::Vercel.ACLAction>? UserMfaConfiguration { get; set; }

/// <summary>
///
/// </summary>
Expand Down Expand Up @@ -1533,6 +1539,7 @@ public sealed partial class CreateProjectResponsePermissions
/// <param name="organization"></param>
/// <param name="user"></param>
/// <param name="userConnection"></param>
/// <param name="userMfaConfiguration"></param>
/// <param name="userPreference"></param>
/// <param name="userSudo"></param>
/// <param name="webAuthn"></param>
Expand Down Expand Up @@ -1789,6 +1796,7 @@ public CreateProjectResponsePermissions(
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? organization,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? user,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? userConnection,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? userMfaConfiguration,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? userPreference,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? userSudo,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? webAuthn,
Expand Down Expand Up @@ -2042,6 +2050,7 @@ public CreateProjectResponsePermissions(
this.Organization = organization;
this.User = user;
this.UserConnection = userConnection;
this.UserMfaConfiguration = userMfaConfiguration;
this.UserPreference = userPreference;
this.UserSudo = userSudo;
this.WebAuthn = webAuthn;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ public sealed partial class GetMicrofrontendsInGroupResponseProjectPermissions
[global::System.Text.Json.Serialization.JsonPropertyName("userConnection")]
public global::System.Collections.Generic.IList<global::Vercel.ACLAction>? UserConnection { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("userMfaConfiguration")]
public global::System.Collections.Generic.IList<global::Vercel.ACLAction>? UserMfaConfiguration { get; set; }

/// <summary>
///
/// </summary>
Expand Down Expand Up @@ -1533,6 +1539,7 @@ public sealed partial class GetMicrofrontendsInGroupResponseProjectPermissions
/// <param name="organization"></param>
/// <param name="user"></param>
/// <param name="userConnection"></param>
/// <param name="userMfaConfiguration"></param>
/// <param name="userPreference"></param>
/// <param name="userSudo"></param>
/// <param name="webAuthn"></param>
Expand Down Expand Up @@ -1789,6 +1796,7 @@ public GetMicrofrontendsInGroupResponseProjectPermissions(
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? organization,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? user,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? userConnection,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? userMfaConfiguration,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? userPreference,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? userSudo,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? webAuthn,
Expand Down Expand Up @@ -2042,6 +2050,7 @@ public GetMicrofrontendsInGroupResponseProjectPermissions(
this.Organization = organization;
this.User = user;
this.UserConnection = userConnection;
this.UserMfaConfiguration = userMfaConfiguration;
this.UserPreference = userPreference;
this.UserSudo = userSudo;
this.WebAuthn = webAuthn;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ public sealed partial class GetProjectResponsePermissions
[global::System.Text.Json.Serialization.JsonPropertyName("userConnection")]
public global::System.Collections.Generic.IList<global::Vercel.ACLAction>? UserConnection { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("userMfaConfiguration")]
public global::System.Collections.Generic.IList<global::Vercel.ACLAction>? UserMfaConfiguration { get; set; }

/// <summary>
///
/// </summary>
Expand Down Expand Up @@ -1533,6 +1539,7 @@ public sealed partial class GetProjectResponsePermissions
/// <param name="organization"></param>
/// <param name="user"></param>
/// <param name="userConnection"></param>
/// <param name="userMfaConfiguration"></param>
/// <param name="userPreference"></param>
/// <param name="userSudo"></param>
/// <param name="webAuthn"></param>
Expand Down Expand Up @@ -1789,6 +1796,7 @@ public GetProjectResponsePermissions(
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? organization,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? user,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? userConnection,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? userMfaConfiguration,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? userPreference,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? userSudo,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? webAuthn,
Expand Down Expand Up @@ -2042,6 +2050,7 @@ public GetProjectResponsePermissions(
this.Organization = organization;
this.User = user;
this.UserConnection = userConnection;
this.UserMfaConfiguration = userMfaConfiguration;
this.UserPreference = userPreference;
this.UserSudo = userSudo;
this.WebAuthn = webAuthn;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ public sealed partial class GetProjectsResponseVariant3ProjectPermissions
[global::System.Text.Json.Serialization.JsonPropertyName("userConnection")]
public global::System.Collections.Generic.IList<global::Vercel.ACLAction>? UserConnection { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("userMfaConfiguration")]
public global::System.Collections.Generic.IList<global::Vercel.ACLAction>? UserMfaConfiguration { get; set; }

/// <summary>
///
/// </summary>
Expand Down Expand Up @@ -1533,6 +1539,7 @@ public sealed partial class GetProjectsResponseVariant3ProjectPermissions
/// <param name="organization"></param>
/// <param name="user"></param>
/// <param name="userConnection"></param>
/// <param name="userMfaConfiguration"></param>
/// <param name="userPreference"></param>
/// <param name="userSudo"></param>
/// <param name="webAuthn"></param>
Expand Down Expand Up @@ -1789,6 +1796,7 @@ public GetProjectsResponseVariant3ProjectPermissions(
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? organization,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? user,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? userConnection,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? userMfaConfiguration,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? userPreference,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? userSudo,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? webAuthn,
Expand Down Expand Up @@ -2042,6 +2050,7 @@ public GetProjectsResponseVariant3ProjectPermissions(
this.Organization = organization;
this.User = user;
this.UserConnection = userConnection;
this.UserMfaConfiguration = userMfaConfiguration;
this.UserPreference = userPreference;
this.UserSudo = userSudo;
this.WebAuthn = webAuthn;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1856,6 +1856,10 @@ public enum ListEventTypeName
/// <summary>
///
/// </summary>
UserMfaSetupSkipped,
/// <summary>
///
/// </summary>
UserMfaTotpVerificationStarted,
/// <summary>
///
Expand Down Expand Up @@ -2440,6 +2444,7 @@ public static string ToValueString(this ListEventTypeName value)
ListEventTypeName.UserMfaConfigurationUpdated => "user-mfa-configuration-updated",
ListEventTypeName.UserMfaRecoveryCodesRegenerated => "user-mfa-recovery-codes-regenerated",
ListEventTypeName.UserMfaRemoved => "user-mfa-removed",
ListEventTypeName.UserMfaSetupSkipped => "user-mfa-setup-skipped",
ListEventTypeName.UserMfaTotpVerificationStarted => "user-mfa-totp-verification-started",
ListEventTypeName.UserMfaTotpVerified => "user-mfa-totp-verified",
ListEventTypeName.UserPrimaryEmailUpdated => "user-primary-email-updated",
Expand Down Expand Up @@ -2939,6 +2944,7 @@ public static string ToValueString(this ListEventTypeName value)
"user-mfa-configuration-updated" => ListEventTypeName.UserMfaConfigurationUpdated,
"user-mfa-recovery-codes-regenerated" => ListEventTypeName.UserMfaRecoveryCodesRegenerated,
"user-mfa-removed" => ListEventTypeName.UserMfaRemoved,
"user-mfa-setup-skipped" => ListEventTypeName.UserMfaSetupSkipped,
"user-mfa-totp-verification-started" => ListEventTypeName.UserMfaTotpVerificationStarted,
"user-mfa-totp-verified" => ListEventTypeName.UserMfaTotpVerified,
"user-primary-email-updated" => ListEventTypeName.UserPrimaryEmailUpdated,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1855,6 +1855,10 @@ public enum ListEventTypeReplacedByItem
/// <summary>
///
/// </summary>
UserMfaSetupSkipped,
/// <summary>
///
/// </summary>
UserMfaTotpVerificationStarted,
/// <summary>
///
Expand Down Expand Up @@ -2439,6 +2443,7 @@ public static string ToValueString(this ListEventTypeReplacedByItem value)
ListEventTypeReplacedByItem.UserMfaConfigurationUpdated => "user-mfa-configuration-updated",
ListEventTypeReplacedByItem.UserMfaRecoveryCodesRegenerated => "user-mfa-recovery-codes-regenerated",
ListEventTypeReplacedByItem.UserMfaRemoved => "user-mfa-removed",
ListEventTypeReplacedByItem.UserMfaSetupSkipped => "user-mfa-setup-skipped",
ListEventTypeReplacedByItem.UserMfaTotpVerificationStarted => "user-mfa-totp-verification-started",
ListEventTypeReplacedByItem.UserMfaTotpVerified => "user-mfa-totp-verified",
ListEventTypeReplacedByItem.UserPrimaryEmailUpdated => "user-primary-email-updated",
Expand Down Expand Up @@ -2938,6 +2943,7 @@ public static string ToValueString(this ListEventTypeReplacedByItem value)
"user-mfa-configuration-updated" => ListEventTypeReplacedByItem.UserMfaConfigurationUpdated,
"user-mfa-recovery-codes-regenerated" => ListEventTypeReplacedByItem.UserMfaRecoveryCodesRegenerated,
"user-mfa-removed" => ListEventTypeReplacedByItem.UserMfaRemoved,
"user-mfa-setup-skipped" => ListEventTypeReplacedByItem.UserMfaSetupSkipped,
"user-mfa-totp-verification-started" => ListEventTypeReplacedByItem.UserMfaTotpVerificationStarted,
"user-mfa-totp-verified" => ListEventTypeReplacedByItem.UserMfaTotpVerified,
"user-primary-email-updated" => ListEventTypeReplacedByItem.UserPrimaryEmailUpdated,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ public sealed partial class RunSessionCommandRequest
[global::System.Text.Json.Serialization.JsonPropertyName("wait")]
public bool? Wait { get; set; }

/// <summary>
/// Maximum duration in milliseconds to wait for the command to finish. When elapsed, the process is killed with SIGKILL. Requires `wait` to be true.<br/>
/// Example: 30000
/// </summary>
/// <example>30000</example>
[global::System.Text.Json.Serialization.JsonPropertyName("timeout")]
public int? Timeout { get; set; }

/// <summary>
/// Additional properties that are not explicitly defined in the schema
/// </summary>
Expand Down Expand Up @@ -90,6 +98,10 @@ public sealed partial class RunSessionCommandRequest
/// If true, returns an ND-JSON stream that emits the command status when started and again when finished. Useful for synchronously waiting for command completion.<br/>
/// Default Value: false
/// </param>
/// <param name="timeout">
/// Maximum duration in milliseconds to wait for the command to finish. When elapsed, the process is killed with SIGKILL. Requires `wait` to be true.<br/>
/// Example: 30000
/// </param>
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
Expand All @@ -99,14 +111,16 @@ public RunSessionCommandRequest(
string? cwd,
global::System.Collections.Generic.Dictionary<string, string>? env,
bool? sudo,
bool? wait)
bool? wait,
int? timeout)
{
this.Command = command ?? throw new global::System.ArgumentNullException(nameof(command));
this.Args = args;
this.Cwd = cwd;
this.Env = env;
this.Sudo = sudo;
this.Wait = wait;
this.Timeout = timeout;
}

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ public sealed partial class UpdateMicrofrontendsResponsePermissions
[global::System.Text.Json.Serialization.JsonPropertyName("userConnection")]
public global::System.Collections.Generic.IList<global::Vercel.ACLAction>? UserConnection { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("userMfaConfiguration")]
public global::System.Collections.Generic.IList<global::Vercel.ACLAction>? UserMfaConfiguration { get; set; }

/// <summary>
///
/// </summary>
Expand Down Expand Up @@ -1533,6 +1539,7 @@ public sealed partial class UpdateMicrofrontendsResponsePermissions
/// <param name="organization"></param>
/// <param name="user"></param>
/// <param name="userConnection"></param>
/// <param name="userMfaConfiguration"></param>
/// <param name="userPreference"></param>
/// <param name="userSudo"></param>
/// <param name="webAuthn"></param>
Expand Down Expand Up @@ -1789,6 +1796,7 @@ public UpdateMicrofrontendsResponsePermissions(
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? organization,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? user,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? userConnection,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? userMfaConfiguration,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? userPreference,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? userSudo,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? webAuthn,
Expand Down Expand Up @@ -2042,6 +2050,7 @@ public UpdateMicrofrontendsResponsePermissions(
this.Organization = organization;
this.User = user;
this.UserConnection = userConnection;
this.UserMfaConfiguration = userMfaConfiguration;
this.UserPreference = userPreference;
this.UserSudo = userSudo;
this.WebAuthn = webAuthn;
Expand Down
Loading