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,10 +95,6 @@ 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 @@ -112,7 +108,6 @@ 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,10 +69,6 @@ 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 @@ -86,7 +82,6 @@ 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 @@ -111,12 +111,6 @@ public sealed partial class CreateProjectResponse
[global::System.Text.Json.Serialization.JsonPropertyName("dataCache")]
public global::Vercel.CreateProjectResponseDataCache? DataCache { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("delegatedProtection")]
public object? DelegatedProtection { get; set; }

/// <summary>
/// Retention policies for deployments. These are enforced at the project level, but we also maintain an instance of this at the team level as a default policy that gets applied to new projects.
/// </summary>
Expand Down Expand Up @@ -616,7 +610,6 @@ public sealed partial class CreateProjectResponse
/// <param name="customerSupportCodeVisibility"></param>
/// <param name="crons"></param>
/// <param name="dataCache"></param>
/// <param name="delegatedProtection"></param>
/// <param name="expiration"></param>
/// <param name="devCommand"></param>
/// <param name="installCommand"></param>
Expand Down Expand Up @@ -719,7 +712,6 @@ public CreateProjectResponse(
bool? customerSupportCodeVisibility,
global::Vercel.CreateProjectResponseCrons? crons,
global::Vercel.CreateProjectResponseDataCache? dataCache,
object? delegatedProtection,
global::Vercel.OneOf<global::Vercel.CreateProjectResponseExpirationVariant1, global::Vercel.CreateProjectResponseExpirationVariant2>? expiration,
string? devCommand,
string? installCommand,
Expand Down Expand Up @@ -806,7 +798,6 @@ public CreateProjectResponse(
this.CustomerSupportCodeVisibility = customerSupportCodeVisibility;
this.Crons = crons;
this.DataCache = dataCache;
this.DelegatedProtection = delegatedProtection;
this.DeploymentExpiration = deploymentExpiration ?? throw new global::System.ArgumentNullException(nameof(deploymentExpiration));
this.Expiration = expiration;
this.DevCommand = devCommand;
Expand Down

This file was deleted.

This file was deleted.

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

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

/// <summary>
///
/// </summary>
Expand Down Expand Up @@ -1274,12 +1268,6 @@ public sealed partial class CreateProjectResponsePermissions
[global::System.Text.Json.Serialization.JsonPropertyName("projectCheckRun")]
public global::System.Collections.Generic.IList<global::Vercel.ACLAction>? ProjectCheckRun { get; set; }

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

/// <summary>
///
/// </summary>
Expand Down Expand Up @@ -1584,7 +1572,6 @@ public sealed partial class CreateProjectResponsePermissions
/// <param name="buildMachineDefault"></param>
/// <param name="dataCacheBillingSettings"></param>
/// <param name="defaultDeploymentProtection"></param>
/// <param name="delegatedProtectionClient"></param>
/// <param name="deploymentPolicy"></param>
/// <param name="domain"></param>
/// <param name="domainAcceptDelegation"></param>
Expand Down Expand Up @@ -1746,7 +1733,6 @@ public sealed partial class CreateProjectResponsePermissions
/// <param name="projectAnalyticsUsage"></param>
/// <param name="projectCheck"></param>
/// <param name="projectCheckRun"></param>
/// <param name="projectDelegatedProtection"></param>
/// <param name="projectDeploymentExpiration"></param>
/// <param name="projectDeploymentHook"></param>
/// <param name="projectDeploymentProtectionStrict"></param>
Expand Down Expand Up @@ -1841,7 +1827,6 @@ public CreateProjectResponsePermissions(
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? buildMachineDefault,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? dataCacheBillingSettings,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? defaultDeploymentProtection,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? delegatedProtectionClient,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? deploymentPolicy,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? domain,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? domainAcceptDelegation,
Expand Down Expand Up @@ -2003,7 +1988,6 @@ public CreateProjectResponsePermissions(
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? projectAnalyticsUsage,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? projectCheck,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? projectCheckRun,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? projectDelegatedProtection,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? projectDeploymentExpiration,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? projectDeploymentHook,
global::System.Collections.Generic.IList<global::Vercel.ACLAction>? projectDeploymentProtectionStrict,
Expand Down Expand Up @@ -2095,7 +2079,6 @@ public CreateProjectResponsePermissions(
this.BuildMachineDefault = buildMachineDefault;
this.DataCacheBillingSettings = dataCacheBillingSettings;
this.DefaultDeploymentProtection = defaultDeploymentProtection;
this.DelegatedProtectionClient = delegatedProtectionClient;
this.DeploymentPolicy = deploymentPolicy;
this.Domain = domain;
this.DomainAcceptDelegation = domainAcceptDelegation;
Expand Down Expand Up @@ -2257,7 +2240,6 @@ public CreateProjectResponsePermissions(
this.ProjectAnalyticsUsage = projectAnalyticsUsage;
this.ProjectCheck = projectCheck;
this.ProjectCheckRun = projectCheckRun;
this.ProjectDelegatedProtection = projectDelegatedProtection;
this.ProjectDeploymentExpiration = projectDeploymentExpiration;
this.ProjectDeploymentHook = projectDeploymentHook;
this.ProjectDeploymentProtectionStrict = projectDeploymentProtectionStrict;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,6 @@ public sealed partial class GetMicrofrontendsInGroupResponseProject
[global::System.Text.Json.Serialization.JsonPropertyName("dataCache")]
public global::Vercel.GetMicrofrontendsInGroupResponseProjectDataCache? DataCache { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("delegatedProtection")]
public object? DelegatedProtection { get; set; }

/// <summary>
/// Retention policies for deployments. These are enforced at the project level, but we also maintain an instance of this at the team level as a default policy that gets applied to new projects.
/// </summary>
Expand Down Expand Up @@ -616,7 +610,6 @@ public sealed partial class GetMicrofrontendsInGroupResponseProject
/// <param name="customerSupportCodeVisibility"></param>
/// <param name="crons"></param>
/// <param name="dataCache"></param>
/// <param name="delegatedProtection"></param>
/// <param name="expiration"></param>
/// <param name="devCommand"></param>
/// <param name="installCommand"></param>
Expand Down Expand Up @@ -719,7 +712,6 @@ public GetMicrofrontendsInGroupResponseProject(
bool? customerSupportCodeVisibility,
global::Vercel.GetMicrofrontendsInGroupResponseProjectCrons? crons,
global::Vercel.GetMicrofrontendsInGroupResponseProjectDataCache? dataCache,
object? delegatedProtection,
global::Vercel.OneOf<global::Vercel.GetMicrofrontendsInGroupResponseProjectExpirationVariant1, global::Vercel.GetMicrofrontendsInGroupResponseProjectExpirationVariant2>? expiration,
string? devCommand,
string? installCommand,
Expand Down Expand Up @@ -806,7 +798,6 @@ public GetMicrofrontendsInGroupResponseProject(
this.CustomerSupportCodeVisibility = customerSupportCodeVisibility;
this.Crons = crons;
this.DataCache = dataCache;
this.DelegatedProtection = delegatedProtection;
this.DeploymentExpiration = deploymentExpiration ?? throw new global::System.ArgumentNullException(nameof(deploymentExpiration));
this.Expiration = expiration;
this.DevCommand = devCommand;
Expand Down
Loading