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 @@ -42,6 +42,12 @@ public sealed partial class CreateConnectorResponse
[global::System.Text.Json.Serialization.JsonPropertyName("deletedAt")]
public double? DeletedAt { get; set; }

/// <summary>
/// Time when this connector started requiring reinstallation because an installation-affecting app-token grant changed.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("reinstallAt")]
public double? ReinstallAt { get; set; }

/// <summary>
///
/// </summary>
Expand Down Expand Up @@ -280,6 +286,9 @@ public sealed partial class CreateConnectorResponse
/// </param>
/// <param name="supportsIcon"></param>
/// <param name="deletedAt"></param>
/// <param name="reinstallAt">
/// Time when this connector started requiring reinstallation because an installation-affecting app-token grant changed.
/// </param>
/// <param name="createdBy"></param>
/// <param name="updatedBy"></param>
/// <param name="clientUrl"></param>
Expand Down Expand Up @@ -339,6 +348,7 @@ public CreateConnectorResponse(
bool supportsTriggers,
global::Vercel.CreateConnectorResponseSupportsIcon supportsIcon,
double? deletedAt,
double? reinstallAt,
global::Vercel.OneOf<global::Vercel.CreateConnectorResponseCreatedByVariant1, global::Vercel.CreateConnectorResponseCreatedByVariant2>? createdBy,
global::Vercel.OneOf<global::Vercel.CreateConnectorResponseUpdatedByVariant1, global::Vercel.CreateConnectorResponseUpdatedByVariant2>? updatedBy,
string? clientUrl,
Expand All @@ -365,6 +375,7 @@ public CreateConnectorResponse(
this.CreatedAt = createdAt;
this.UpdatedAt = updatedAt;
this.DeletedAt = deletedAt;
this.ReinstallAt = reinstallAt;
this.CreatedBy = createdBy;
this.UpdatedBy = updatedBy;
this.Public = @public;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ public sealed partial class GetDeploymentEventsResponseItemVariant1PayloadProxy
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("path")]
[global::System.Text.Json.Serialization.JsonRequired]
public required string Path { get; set; }
public string? Path { get; set; }

/// <summary>
///
Expand All @@ -46,15 +45,13 @@ public sealed partial class GetDeploymentEventsResponseItemVariant1PayloadProxy
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("userAgent")]
[global::System.Text.Json.Serialization.JsonRequired]
public required global::System.Collections.Generic.IList<string> UserAgent { get; set; }
public global::System.Collections.Generic.IList<string>? UserAgent { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("referer")]
[global::System.Text.Json.Serialization.JsonRequired]
public required string Referer { get; set; }
public string? Referer { get; set; }

/// <summary>
///
Expand All @@ -66,8 +63,7 @@ public sealed partial class GetDeploymentEventsResponseItemVariant1PayloadProxy
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("region")]
[global::System.Text.Json.Serialization.JsonRequired]
public required string Region { get; set; }
public string? Region { get; set; }

/// <summary>
///
Expand Down Expand Up @@ -144,11 +140,11 @@ public sealed partial class GetDeploymentEventsResponseItemVariant1PayloadProxy
/// <param name="method"></param>
/// <param name="host"></param>
/// <param name="path"></param>
/// <param name="statusCode"></param>
/// <param name="userAgent"></param>
/// <param name="referer"></param>
/// <param name="region"></param>
/// <param name="statusCode"></param>
/// <param name="clientIp"></param>
/// <param name="region"></param>
/// <param name="scheme"></param>
/// <param name="responseByteSize"></param>
/// <param name="cacheId"></param>
Expand All @@ -166,12 +162,12 @@ public GetDeploymentEventsResponseItemVariant1PayloadProxy(
double timestamp,
string method,
string host,
string path,
global::System.Collections.Generic.IList<string> userAgent,
string referer,
string region,
string? path,
double? statusCode,
global::System.Collections.Generic.IList<string>? userAgent,
string? referer,
string? clientIp,
string? region,
string? scheme,
double? responseByteSize,
string? cacheId,
Expand All @@ -186,12 +182,12 @@ public GetDeploymentEventsResponseItemVariant1PayloadProxy(
this.Timestamp = timestamp;
this.Method = method ?? throw new global::System.ArgumentNullException(nameof(method));
this.Host = host ?? throw new global::System.ArgumentNullException(nameof(host));
this.Path = path ?? throw new global::System.ArgumentNullException(nameof(path));
this.Path = path;
this.StatusCode = statusCode;
this.UserAgent = userAgent ?? throw new global::System.ArgumentNullException(nameof(userAgent));
this.Referer = referer ?? throw new global::System.ArgumentNullException(nameof(referer));
this.UserAgent = userAgent;
this.Referer = referer;
this.ClientIp = clientIp;
this.Region = region ?? throw new global::System.ArgumentNullException(nameof(region));
this.Region = region;
this.Scheme = scheme;
this.ResponseByteSize = responseByteSize;
this.CacheId = cacheId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ public sealed partial class GetDeploymentEventsResponseItemVariant3Variant1Paylo
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("path")]
[global::System.Text.Json.Serialization.JsonRequired]
public required string Path { get; set; }
public string? Path { get; set; }

/// <summary>
///
Expand All @@ -46,15 +45,13 @@ public sealed partial class GetDeploymentEventsResponseItemVariant3Variant1Paylo
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("userAgent")]
[global::System.Text.Json.Serialization.JsonRequired]
public required global::System.Collections.Generic.IList<string> UserAgent { get; set; }
public global::System.Collections.Generic.IList<string>? UserAgent { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("referer")]
[global::System.Text.Json.Serialization.JsonRequired]
public required string Referer { get; set; }
public string? Referer { get; set; }

/// <summary>
///
Expand All @@ -66,8 +63,7 @@ public sealed partial class GetDeploymentEventsResponseItemVariant3Variant1Paylo
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("region")]
[global::System.Text.Json.Serialization.JsonRequired]
public required string Region { get; set; }
public string? Region { get; set; }

/// <summary>
///
Expand Down Expand Up @@ -144,11 +140,11 @@ public sealed partial class GetDeploymentEventsResponseItemVariant3Variant1Paylo
/// <param name="method"></param>
/// <param name="host"></param>
/// <param name="path"></param>
/// <param name="statusCode"></param>
/// <param name="userAgent"></param>
/// <param name="referer"></param>
/// <param name="region"></param>
/// <param name="statusCode"></param>
/// <param name="clientIp"></param>
/// <param name="region"></param>
/// <param name="scheme"></param>
/// <param name="responseByteSize"></param>
/// <param name="cacheId"></param>
Expand All @@ -166,12 +162,12 @@ public GetDeploymentEventsResponseItemVariant3Variant1PayloadProxy(
double timestamp,
string method,
string host,
string path,
global::System.Collections.Generic.IList<string> userAgent,
string referer,
string region,
string? path,
double? statusCode,
global::System.Collections.Generic.IList<string>? userAgent,
string? referer,
string? clientIp,
string? region,
string? scheme,
double? responseByteSize,
string? cacheId,
Expand All @@ -186,12 +182,12 @@ public GetDeploymentEventsResponseItemVariant3Variant1PayloadProxy(
this.Timestamp = timestamp;
this.Method = method ?? throw new global::System.ArgumentNullException(nameof(method));
this.Host = host ?? throw new global::System.ArgumentNullException(nameof(host));
this.Path = path ?? throw new global::System.ArgumentNullException(nameof(path));
this.Path = path;
this.StatusCode = statusCode;
this.UserAgent = userAgent ?? throw new global::System.ArgumentNullException(nameof(userAgent));
this.Referer = referer ?? throw new global::System.ArgumentNullException(nameof(referer));
this.UserAgent = userAgent;
this.Referer = referer;
this.ClientIp = clientIp;
this.Region = region ?? throw new global::System.ArgumentNullException(nameof(region));
this.Region = region;
this.Scheme = scheme;
this.ResponseByteSize = responseByteSize;
this.CacheId = cacheId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ public sealed partial class GetDeploymentEventsResponseVariant1PayloadProxy
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("path")]
[global::System.Text.Json.Serialization.JsonRequired]
public required string Path { get; set; }
public string? Path { get; set; }

/// <summary>
///
Expand All @@ -46,15 +45,13 @@ public sealed partial class GetDeploymentEventsResponseVariant1PayloadProxy
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("userAgent")]
[global::System.Text.Json.Serialization.JsonRequired]
public required global::System.Collections.Generic.IList<string> UserAgent { get; set; }
public global::System.Collections.Generic.IList<string>? UserAgent { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("referer")]
[global::System.Text.Json.Serialization.JsonRequired]
public required string Referer { get; set; }
public string? Referer { get; set; }

/// <summary>
///
Expand All @@ -66,8 +63,7 @@ public sealed partial class GetDeploymentEventsResponseVariant1PayloadProxy
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("region")]
[global::System.Text.Json.Serialization.JsonRequired]
public required string Region { get; set; }
public string? Region { get; set; }

/// <summary>
///
Expand Down Expand Up @@ -144,11 +140,11 @@ public sealed partial class GetDeploymentEventsResponseVariant1PayloadProxy
/// <param name="method"></param>
/// <param name="host"></param>
/// <param name="path"></param>
/// <param name="statusCode"></param>
/// <param name="userAgent"></param>
/// <param name="referer"></param>
/// <param name="region"></param>
/// <param name="statusCode"></param>
/// <param name="clientIp"></param>
/// <param name="region"></param>
/// <param name="scheme"></param>
/// <param name="responseByteSize"></param>
/// <param name="cacheId"></param>
Expand All @@ -166,12 +162,12 @@ public GetDeploymentEventsResponseVariant1PayloadProxy(
double timestamp,
string method,
string host,
string path,
global::System.Collections.Generic.IList<string> userAgent,
string referer,
string region,
string? path,
double? statusCode,
global::System.Collections.Generic.IList<string>? userAgent,
string? referer,
string? clientIp,
string? region,
string? scheme,
double? responseByteSize,
string? cacheId,
Expand All @@ -186,12 +182,12 @@ public GetDeploymentEventsResponseVariant1PayloadProxy(
this.Timestamp = timestamp;
this.Method = method ?? throw new global::System.ArgumentNullException(nameof(method));
this.Host = host ?? throw new global::System.ArgumentNullException(nameof(host));
this.Path = path ?? throw new global::System.ArgumentNullException(nameof(path));
this.Path = path;
this.StatusCode = statusCode;
this.UserAgent = userAgent ?? throw new global::System.ArgumentNullException(nameof(userAgent));
this.Referer = referer ?? throw new global::System.ArgumentNullException(nameof(referer));
this.UserAgent = userAgent;
this.Referer = referer;
this.ClientIp = clientIp;
this.Region = region ?? throw new global::System.ArgumentNullException(nameof(region));
this.Region = region;
this.Scheme = scheme;
this.ResponseByteSize = responseByteSize;
this.CacheId = cacheId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ public sealed partial class GetDeploymentEventsResponseVariant3Variant1PayloadPr
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("path")]
[global::System.Text.Json.Serialization.JsonRequired]
public required string Path { get; set; }
public string? Path { get; set; }

/// <summary>
///
Expand All @@ -46,15 +45,13 @@ public sealed partial class GetDeploymentEventsResponseVariant3Variant1PayloadPr
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("userAgent")]
[global::System.Text.Json.Serialization.JsonRequired]
public required global::System.Collections.Generic.IList<string> UserAgent { get; set; }
public global::System.Collections.Generic.IList<string>? UserAgent { get; set; }

/// <summary>
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("referer")]
[global::System.Text.Json.Serialization.JsonRequired]
public required string Referer { get; set; }
public string? Referer { get; set; }

/// <summary>
///
Expand All @@ -66,8 +63,7 @@ public sealed partial class GetDeploymentEventsResponseVariant3Variant1PayloadPr
///
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("region")]
[global::System.Text.Json.Serialization.JsonRequired]
public required string Region { get; set; }
public string? Region { get; set; }

/// <summary>
///
Expand Down Expand Up @@ -144,11 +140,11 @@ public sealed partial class GetDeploymentEventsResponseVariant3Variant1PayloadPr
/// <param name="method"></param>
/// <param name="host"></param>
/// <param name="path"></param>
/// <param name="statusCode"></param>
/// <param name="userAgent"></param>
/// <param name="referer"></param>
/// <param name="region"></param>
/// <param name="statusCode"></param>
/// <param name="clientIp"></param>
/// <param name="region"></param>
/// <param name="scheme"></param>
/// <param name="responseByteSize"></param>
/// <param name="cacheId"></param>
Expand All @@ -166,12 +162,12 @@ public GetDeploymentEventsResponseVariant3Variant1PayloadProxy(
double timestamp,
string method,
string host,
string path,
global::System.Collections.Generic.IList<string> userAgent,
string referer,
string region,
string? path,
double? statusCode,
global::System.Collections.Generic.IList<string>? userAgent,
string? referer,
string? clientIp,
string? region,
string? scheme,
double? responseByteSize,
string? cacheId,
Expand All @@ -186,12 +182,12 @@ public GetDeploymentEventsResponseVariant3Variant1PayloadProxy(
this.Timestamp = timestamp;
this.Method = method ?? throw new global::System.ArgumentNullException(nameof(method));
this.Host = host ?? throw new global::System.ArgumentNullException(nameof(host));
this.Path = path ?? throw new global::System.ArgumentNullException(nameof(path));
this.Path = path;
this.StatusCode = statusCode;
this.UserAgent = userAgent ?? throw new global::System.ArgumentNullException(nameof(userAgent));
this.Referer = referer ?? throw new global::System.ArgumentNullException(nameof(referer));
this.UserAgent = userAgent;
this.Referer = referer;
this.ClientIp = clientIp;
this.Region = region ?? throw new global::System.ArgumentNullException(nameof(region));
this.Region = region;
this.Scheme = scheme;
this.ResponseByteSize = responseByteSize;
this.CacheId = cacheId;
Expand Down
Loading