diff --git a/src/libs/Vercel/Generated/Vercel.Models.AggregateEventsResponseDataVariant1Item.g.cs b/src/libs/Vercel/Generated/Vercel.Models.AggregateEventsResponseDataVariant1Item.g.cs index 161dab9e..a8c9df4f 100644 --- a/src/libs/Vercel/Generated/Vercel.Models.AggregateEventsResponseDataVariant1Item.g.cs +++ b/src/libs/Vercel/Generated/Vercel.Models.AggregateEventsResponseDataVariant1Item.g.cs @@ -1160,6 +1160,60 @@ public sealed partial class AggregateEventsResponseDataVariant1Item [global::System.Text.Json.Serialization.JsonPropertyName("toolCallStatusCode")] public string? ToolCallStatusCode { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("environmentId")] + public string? EnvironmentId { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("billableRegion")] + public string? BillableRegion { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("direction")] + public string? Direction { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("networkTenancy")] + public string? NetworkTenancy { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("trafficSource")] + public string? TrafficSource { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("networkId")] + public string? NetworkId { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("privatelinkEndpointId")] + public string? PrivatelinkEndpointId { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("privatelinkDnsName")] + public string? PrivatelinkDnsName { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("privatelinkIpAddress")] + public string? PrivatelinkIpAddress { get; set; } + /// /// /// @@ -1369,6 +1423,15 @@ public sealed partial class AggregateEventsResponseDataVariant1Item /// /// /// + /// + /// + /// + /// + /// + /// + /// + /// + /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif @@ -1565,7 +1628,16 @@ public AggregateEventsResponseDataVariant1Item( string? toolCallProvider, string? toolCallSuccess, string? toolCallErrorType, - string? toolCallStatusCode) + string? toolCallStatusCode, + string? environmentId, + string? billableRegion, + string? direction, + string? networkTenancy, + string? trafficSource, + string? networkId, + string? privatelinkEndpointId, + string? privatelinkDnsName, + string? privatelinkIpAddress) { this.ProjectId = projectId; this.Country = country; @@ -1759,6 +1831,15 @@ public AggregateEventsResponseDataVariant1Item( this.ToolCallSuccess = toolCallSuccess; this.ToolCallErrorType = toolCallErrorType; this.ToolCallStatusCode = toolCallStatusCode; + this.EnvironmentId = environmentId; + this.BillableRegion = billableRegion; + this.Direction = direction; + this.NetworkTenancy = networkTenancy; + this.TrafficSource = trafficSource; + this.NetworkId = networkId; + this.PrivatelinkEndpointId = privatelinkEndpointId; + this.PrivatelinkDnsName = privatelinkDnsName; + this.PrivatelinkIpAddress = privatelinkIpAddress; this.Timestamp = timestamp; } diff --git a/src/libs/Vercel/Generated/Vercel.Models.AggregateEventsResponseDataVariant2Item.g.cs b/src/libs/Vercel/Generated/Vercel.Models.AggregateEventsResponseDataVariant2Item.g.cs index be9f2c99..1d820083 100644 --- a/src/libs/Vercel/Generated/Vercel.Models.AggregateEventsResponseDataVariant2Item.g.cs +++ b/src/libs/Vercel/Generated/Vercel.Models.AggregateEventsResponseDataVariant2Item.g.cs @@ -1352,6 +1352,69 @@ public sealed partial class AggregateEventsResponseDataVariant2Item [global::System.Text.Json.Serialization.JsonRequired] public required string ToolCallStatusCode { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("environmentId")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string EnvironmentId { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("billableRegion")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string BillableRegion { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("direction")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string Direction { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("networkTenancy")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string NetworkTenancy { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("trafficSource")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string TrafficSource { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("networkId")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string NetworkId { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("privatelinkEndpointId")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string PrivatelinkEndpointId { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("privatelinkDnsName")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string PrivatelinkDnsName { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("privatelinkIpAddress")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string PrivatelinkIpAddress { get; set; } + /// /// Additional properties that are not explicitly defined in the schema /// @@ -1553,6 +1616,15 @@ public sealed partial class AggregateEventsResponseDataVariant2Item /// /// /// + /// + /// + /// + /// + /// + /// + /// + /// + /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif @@ -1748,7 +1820,16 @@ public AggregateEventsResponseDataVariant2Item( string toolCallProvider, string toolCallSuccess, string toolCallErrorType, - string toolCallStatusCode) + string toolCallStatusCode, + string environmentId, + string billableRegion, + string direction, + string networkTenancy, + string trafficSource, + string networkId, + string privatelinkEndpointId, + string privatelinkDnsName, + string privatelinkIpAddress) { this.ProjectId = projectId ?? throw new global::System.ArgumentNullException(nameof(projectId)); this.Country = country ?? throw new global::System.ArgumentNullException(nameof(country)); @@ -1942,6 +2023,15 @@ public AggregateEventsResponseDataVariant2Item( this.ToolCallSuccess = toolCallSuccess ?? throw new global::System.ArgumentNullException(nameof(toolCallSuccess)); this.ToolCallErrorType = toolCallErrorType ?? throw new global::System.ArgumentNullException(nameof(toolCallErrorType)); this.ToolCallStatusCode = toolCallStatusCode ?? throw new global::System.ArgumentNullException(nameof(toolCallStatusCode)); + this.EnvironmentId = environmentId ?? throw new global::System.ArgumentNullException(nameof(environmentId)); + this.BillableRegion = billableRegion ?? throw new global::System.ArgumentNullException(nameof(billableRegion)); + this.Direction = direction ?? throw new global::System.ArgumentNullException(nameof(direction)); + this.NetworkTenancy = networkTenancy ?? throw new global::System.ArgumentNullException(nameof(networkTenancy)); + this.TrafficSource = trafficSource ?? throw new global::System.ArgumentNullException(nameof(trafficSource)); + this.NetworkId = networkId ?? throw new global::System.ArgumentNullException(nameof(networkId)); + this.PrivatelinkEndpointId = privatelinkEndpointId ?? throw new global::System.ArgumentNullException(nameof(privatelinkEndpointId)); + this.PrivatelinkDnsName = privatelinkDnsName ?? throw new global::System.ArgumentNullException(nameof(privatelinkDnsName)); + this.PrivatelinkIpAddress = privatelinkIpAddress ?? throw new global::System.ArgumentNullException(nameof(privatelinkIpAddress)); } /// diff --git a/src/libs/Vercel/Generated/Vercel.Models.AggregatePageviewsResponseDataVariant1Item.g.cs b/src/libs/Vercel/Generated/Vercel.Models.AggregatePageviewsResponseDataVariant1Item.g.cs index b9391ae8..514d049c 100644 --- a/src/libs/Vercel/Generated/Vercel.Models.AggregatePageviewsResponseDataVariant1Item.g.cs +++ b/src/libs/Vercel/Generated/Vercel.Models.AggregatePageviewsResponseDataVariant1Item.g.cs @@ -1160,6 +1160,60 @@ public sealed partial class AggregatePageviewsResponseDataVariant1Item [global::System.Text.Json.Serialization.JsonPropertyName("toolCallStatusCode")] public string? ToolCallStatusCode { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("environmentId")] + public string? EnvironmentId { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("billableRegion")] + public string? BillableRegion { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("direction")] + public string? Direction { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("networkTenancy")] + public string? NetworkTenancy { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("trafficSource")] + public string? TrafficSource { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("networkId")] + public string? NetworkId { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("privatelinkEndpointId")] + public string? PrivatelinkEndpointId { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("privatelinkDnsName")] + public string? PrivatelinkDnsName { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("privatelinkIpAddress")] + public string? PrivatelinkIpAddress { get; set; } + /// /// /// @@ -1369,6 +1423,15 @@ public sealed partial class AggregatePageviewsResponseDataVariant1Item /// /// /// + /// + /// + /// + /// + /// + /// + /// + /// + /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif @@ -1565,7 +1628,16 @@ public AggregatePageviewsResponseDataVariant1Item( string? toolCallProvider, string? toolCallSuccess, string? toolCallErrorType, - string? toolCallStatusCode) + string? toolCallStatusCode, + string? environmentId, + string? billableRegion, + string? direction, + string? networkTenancy, + string? trafficSource, + string? networkId, + string? privatelinkEndpointId, + string? privatelinkDnsName, + string? privatelinkIpAddress) { this.ProjectId = projectId; this.Country = country; @@ -1759,6 +1831,15 @@ public AggregatePageviewsResponseDataVariant1Item( this.ToolCallSuccess = toolCallSuccess; this.ToolCallErrorType = toolCallErrorType; this.ToolCallStatusCode = toolCallStatusCode; + this.EnvironmentId = environmentId; + this.BillableRegion = billableRegion; + this.Direction = direction; + this.NetworkTenancy = networkTenancy; + this.TrafficSource = trafficSource; + this.NetworkId = networkId; + this.PrivatelinkEndpointId = privatelinkEndpointId; + this.PrivatelinkDnsName = privatelinkDnsName; + this.PrivatelinkIpAddress = privatelinkIpAddress; this.Timestamp = timestamp; } diff --git a/src/libs/Vercel/Generated/Vercel.Models.AggregatePageviewsResponseDataVariant2Item.g.cs b/src/libs/Vercel/Generated/Vercel.Models.AggregatePageviewsResponseDataVariant2Item.g.cs index ff24175b..20fa5537 100644 --- a/src/libs/Vercel/Generated/Vercel.Models.AggregatePageviewsResponseDataVariant2Item.g.cs +++ b/src/libs/Vercel/Generated/Vercel.Models.AggregatePageviewsResponseDataVariant2Item.g.cs @@ -1352,6 +1352,69 @@ public sealed partial class AggregatePageviewsResponseDataVariant2Item [global::System.Text.Json.Serialization.JsonRequired] public required string ToolCallStatusCode { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("environmentId")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string EnvironmentId { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("billableRegion")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string BillableRegion { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("direction")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string Direction { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("networkTenancy")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string NetworkTenancy { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("trafficSource")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string TrafficSource { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("networkId")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string NetworkId { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("privatelinkEndpointId")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string PrivatelinkEndpointId { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("privatelinkDnsName")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string PrivatelinkDnsName { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("privatelinkIpAddress")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string PrivatelinkIpAddress { get; set; } + /// /// Additional properties that are not explicitly defined in the schema /// @@ -1553,6 +1616,15 @@ public sealed partial class AggregatePageviewsResponseDataVariant2Item /// /// /// + /// + /// + /// + /// + /// + /// + /// + /// + /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif @@ -1748,7 +1820,16 @@ public AggregatePageviewsResponseDataVariant2Item( string toolCallProvider, string toolCallSuccess, string toolCallErrorType, - string toolCallStatusCode) + string toolCallStatusCode, + string environmentId, + string billableRegion, + string direction, + string networkTenancy, + string trafficSource, + string networkId, + string privatelinkEndpointId, + string privatelinkDnsName, + string privatelinkIpAddress) { this.ProjectId = projectId ?? throw new global::System.ArgumentNullException(nameof(projectId)); this.Country = country ?? throw new global::System.ArgumentNullException(nameof(country)); @@ -1942,6 +2023,15 @@ public AggregatePageviewsResponseDataVariant2Item( this.ToolCallSuccess = toolCallSuccess ?? throw new global::System.ArgumentNullException(nameof(toolCallSuccess)); this.ToolCallErrorType = toolCallErrorType ?? throw new global::System.ArgumentNullException(nameof(toolCallErrorType)); this.ToolCallStatusCode = toolCallStatusCode ?? throw new global::System.ArgumentNullException(nameof(toolCallStatusCode)); + this.EnvironmentId = environmentId ?? throw new global::System.ArgumentNullException(nameof(environmentId)); + this.BillableRegion = billableRegion ?? throw new global::System.ArgumentNullException(nameof(billableRegion)); + this.Direction = direction ?? throw new global::System.ArgumentNullException(nameof(direction)); + this.NetworkTenancy = networkTenancy ?? throw new global::System.ArgumentNullException(nameof(networkTenancy)); + this.TrafficSource = trafficSource ?? throw new global::System.ArgumentNullException(nameof(trafficSource)); + this.NetworkId = networkId ?? throw new global::System.ArgumentNullException(nameof(networkId)); + this.PrivatelinkEndpointId = privatelinkEndpointId ?? throw new global::System.ArgumentNullException(nameof(privatelinkEndpointId)); + this.PrivatelinkDnsName = privatelinkDnsName ?? throw new global::System.ArgumentNullException(nameof(privatelinkDnsName)); + this.PrivatelinkIpAddress = privatelinkIpAddress ?? throw new global::System.ArgumentNullException(nameof(privatelinkIpAddress)); } /// diff --git a/src/libs/Vercel/Generated/Vercel.Models.CountEventsResponseData.g.cs b/src/libs/Vercel/Generated/Vercel.Models.CountEventsResponseData.g.cs index 193e3cf4..06381f18 100644 --- a/src/libs/Vercel/Generated/Vercel.Models.CountEventsResponseData.g.cs +++ b/src/libs/Vercel/Generated/Vercel.Models.CountEventsResponseData.g.cs @@ -1352,6 +1352,69 @@ public sealed partial class CountEventsResponseData [global::System.Text.Json.Serialization.JsonRequired] public required string ToolCallStatusCode { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("environmentId")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string EnvironmentId { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("billableRegion")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string BillableRegion { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("direction")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string Direction { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("networkTenancy")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string NetworkTenancy { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("trafficSource")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string TrafficSource { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("networkId")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string NetworkId { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("privatelinkEndpointId")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string PrivatelinkEndpointId { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("privatelinkDnsName")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string PrivatelinkDnsName { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("privatelinkIpAddress")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string PrivatelinkIpAddress { get; set; } + /// /// Additional properties that are not explicitly defined in the schema /// @@ -1553,6 +1616,15 @@ public sealed partial class CountEventsResponseData /// /// /// + /// + /// + /// + /// + /// + /// + /// + /// + /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif @@ -1748,7 +1820,16 @@ public CountEventsResponseData( string toolCallProvider, string toolCallSuccess, string toolCallErrorType, - string toolCallStatusCode) + string toolCallStatusCode, + string environmentId, + string billableRegion, + string direction, + string networkTenancy, + string trafficSource, + string networkId, + string privatelinkEndpointId, + string privatelinkDnsName, + string privatelinkIpAddress) { this.ProjectId = projectId ?? throw new global::System.ArgumentNullException(nameof(projectId)); this.Country = country ?? throw new global::System.ArgumentNullException(nameof(country)); @@ -1942,6 +2023,15 @@ public CountEventsResponseData( this.ToolCallSuccess = toolCallSuccess ?? throw new global::System.ArgumentNullException(nameof(toolCallSuccess)); this.ToolCallErrorType = toolCallErrorType ?? throw new global::System.ArgumentNullException(nameof(toolCallErrorType)); this.ToolCallStatusCode = toolCallStatusCode ?? throw new global::System.ArgumentNullException(nameof(toolCallStatusCode)); + this.EnvironmentId = environmentId ?? throw new global::System.ArgumentNullException(nameof(environmentId)); + this.BillableRegion = billableRegion ?? throw new global::System.ArgumentNullException(nameof(billableRegion)); + this.Direction = direction ?? throw new global::System.ArgumentNullException(nameof(direction)); + this.NetworkTenancy = networkTenancy ?? throw new global::System.ArgumentNullException(nameof(networkTenancy)); + this.TrafficSource = trafficSource ?? throw new global::System.ArgumentNullException(nameof(trafficSource)); + this.NetworkId = networkId ?? throw new global::System.ArgumentNullException(nameof(networkId)); + this.PrivatelinkEndpointId = privatelinkEndpointId ?? throw new global::System.ArgumentNullException(nameof(privatelinkEndpointId)); + this.PrivatelinkDnsName = privatelinkDnsName ?? throw new global::System.ArgumentNullException(nameof(privatelinkDnsName)); + this.PrivatelinkIpAddress = privatelinkIpAddress ?? throw new global::System.ArgumentNullException(nameof(privatelinkIpAddress)); } /// diff --git a/src/libs/Vercel/Generated/Vercel.Models.CountPageviewsResponseData.g.cs b/src/libs/Vercel/Generated/Vercel.Models.CountPageviewsResponseData.g.cs index edf27dca..22b23e7e 100644 --- a/src/libs/Vercel/Generated/Vercel.Models.CountPageviewsResponseData.g.cs +++ b/src/libs/Vercel/Generated/Vercel.Models.CountPageviewsResponseData.g.cs @@ -1352,6 +1352,69 @@ public sealed partial class CountPageviewsResponseData [global::System.Text.Json.Serialization.JsonRequired] public required string ToolCallStatusCode { get; set; } + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("environmentId")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string EnvironmentId { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("billableRegion")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string BillableRegion { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("direction")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string Direction { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("networkTenancy")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string NetworkTenancy { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("trafficSource")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string TrafficSource { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("networkId")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string NetworkId { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("privatelinkEndpointId")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string PrivatelinkEndpointId { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("privatelinkDnsName")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string PrivatelinkDnsName { get; set; } + + /// + /// + /// + [global::System.Text.Json.Serialization.JsonPropertyName("privatelinkIpAddress")] + [global::System.Text.Json.Serialization.JsonRequired] + public required string PrivatelinkIpAddress { get; set; } + /// /// Additional properties that are not explicitly defined in the schema /// @@ -1553,6 +1616,15 @@ public sealed partial class CountPageviewsResponseData /// /// /// + /// + /// + /// + /// + /// + /// + /// + /// + /// #if NET7_0_OR_GREATER [global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers] #endif @@ -1748,7 +1820,16 @@ public CountPageviewsResponseData( string toolCallProvider, string toolCallSuccess, string toolCallErrorType, - string toolCallStatusCode) + string toolCallStatusCode, + string environmentId, + string billableRegion, + string direction, + string networkTenancy, + string trafficSource, + string networkId, + string privatelinkEndpointId, + string privatelinkDnsName, + string privatelinkIpAddress) { this.ProjectId = projectId ?? throw new global::System.ArgumentNullException(nameof(projectId)); this.Country = country ?? throw new global::System.ArgumentNullException(nameof(country)); @@ -1942,6 +2023,15 @@ public CountPageviewsResponseData( this.ToolCallSuccess = toolCallSuccess ?? throw new global::System.ArgumentNullException(nameof(toolCallSuccess)); this.ToolCallErrorType = toolCallErrorType ?? throw new global::System.ArgumentNullException(nameof(toolCallErrorType)); this.ToolCallStatusCode = toolCallStatusCode ?? throw new global::System.ArgumentNullException(nameof(toolCallStatusCode)); + this.EnvironmentId = environmentId ?? throw new global::System.ArgumentNullException(nameof(environmentId)); + this.BillableRegion = billableRegion ?? throw new global::System.ArgumentNullException(nameof(billableRegion)); + this.Direction = direction ?? throw new global::System.ArgumentNullException(nameof(direction)); + this.NetworkTenancy = networkTenancy ?? throw new global::System.ArgumentNullException(nameof(networkTenancy)); + this.TrafficSource = trafficSource ?? throw new global::System.ArgumentNullException(nameof(trafficSource)); + this.NetworkId = networkId ?? throw new global::System.ArgumentNullException(nameof(networkId)); + this.PrivatelinkEndpointId = privatelinkEndpointId ?? throw new global::System.ArgumentNullException(nameof(privatelinkEndpointId)); + this.PrivatelinkDnsName = privatelinkDnsName ?? throw new global::System.ArgumentNullException(nameof(privatelinkDnsName)); + this.PrivatelinkIpAddress = privatelinkIpAddress ?? throw new global::System.ArgumentNullException(nameof(privatelinkIpAddress)); } /// diff --git a/src/libs/Vercel/Generated/Vercel.Models.ListEventTypeName.g.cs b/src/libs/Vercel/Generated/Vercel.Models.ListEventTypeName.g.cs index 57bc52d3..6a337a9b 100644 --- a/src/libs/Vercel/Generated/Vercel.Models.ListEventTypeName.g.cs +++ b/src/libs/Vercel/Generated/Vercel.Models.ListEventTypeName.g.cs @@ -1936,10 +1936,6 @@ public enum ListEventTypeName /// /// /// - TeamEmuAccountSplit, - /// - /// - /// TeamEmuUpdated, /// /// @@ -2184,6 +2180,10 @@ public enum ListEventTypeName /// /// /// + VcrRepositoryPermissionsCleared, + /// + /// + /// VercelAgentElevatedPermissionsApproved, /// /// @@ -2760,7 +2760,6 @@ public static string ToValueString(this ListEventTypeName value) ListEventTypeName.TeamDomainVerificationDeleted => "team-domain-verification-deleted", ListEventTypeName.TeamDomainVerificationVerified => "team-domain-verification-verified", ListEventTypeName.TeamEmailDomainUpdate => "team-email-domain-update", - ListEventTypeName.TeamEmuAccountSplit => "team-emu-account-split", ListEventTypeName.TeamEmuUpdated => "team-emu-updated", ListEventTypeName.TeamEndedTrial => "team-ended-trial", ListEventTypeName.TeamFirewallConfigModified => "team-firewall-config-modified", @@ -2822,6 +2821,7 @@ public static string ToValueString(this ListEventTypeName value) ListEventTypeName.VcrRepositoryDeleted => "vcr-repository-deleted", ListEventTypeName.VcrRepositoryPermissionAdded => "vcr-repository-permission-added", ListEventTypeName.VcrRepositoryPermissionRemoved => "vcr-repository-permission-removed", + ListEventTypeName.VcrRepositoryPermissionsCleared => "vcr-repository-permissions-cleared", ListEventTypeName.VercelAgentElevatedPermissionsApproved => "vercel-agent-elevated-permissions-approved", ListEventTypeName.VercelAgentElevatedPermissionsRequested => "vercel-agent-elevated-permissions-requested", ListEventTypeName.VercelAgentSessionCreated => "vercel-agent-session-created", @@ -3334,7 +3334,6 @@ public static string ToValueString(this ListEventTypeName value) "team-domain-verification-deleted" => ListEventTypeName.TeamDomainVerificationDeleted, "team-domain-verification-verified" => ListEventTypeName.TeamDomainVerificationVerified, "team-email-domain-update" => ListEventTypeName.TeamEmailDomainUpdate, - "team-emu-account-split" => ListEventTypeName.TeamEmuAccountSplit, "team-emu-updated" => ListEventTypeName.TeamEmuUpdated, "team-ended-trial" => ListEventTypeName.TeamEndedTrial, "team-firewall-config-modified" => ListEventTypeName.TeamFirewallConfigModified, @@ -3396,6 +3395,7 @@ public static string ToValueString(this ListEventTypeName value) "vcr-repository-deleted" => ListEventTypeName.VcrRepositoryDeleted, "vcr-repository-permission-added" => ListEventTypeName.VcrRepositoryPermissionAdded, "vcr-repository-permission-removed" => ListEventTypeName.VcrRepositoryPermissionRemoved, + "vcr-repository-permissions-cleared" => ListEventTypeName.VcrRepositoryPermissionsCleared, "vercel-agent-elevated-permissions-approved" => ListEventTypeName.VercelAgentElevatedPermissionsApproved, "vercel-agent-elevated-permissions-requested" => ListEventTypeName.VercelAgentElevatedPermissionsRequested, "vercel-agent-session-created" => ListEventTypeName.VercelAgentSessionCreated, diff --git a/src/libs/Vercel/Generated/Vercel.Models.ListEventTypeReplacedByItem.g.cs b/src/libs/Vercel/Generated/Vercel.Models.ListEventTypeReplacedByItem.g.cs index 5bf7dba7..3aadae7f 100644 --- a/src/libs/Vercel/Generated/Vercel.Models.ListEventTypeReplacedByItem.g.cs +++ b/src/libs/Vercel/Generated/Vercel.Models.ListEventTypeReplacedByItem.g.cs @@ -1935,10 +1935,6 @@ public enum ListEventTypeReplacedByItem /// /// /// - TeamEmuAccountSplit, - /// - /// - /// TeamEmuUpdated, /// /// @@ -2183,6 +2179,10 @@ public enum ListEventTypeReplacedByItem /// /// /// + VcrRepositoryPermissionsCleared, + /// + /// + /// VercelAgentElevatedPermissionsApproved, /// /// @@ -2759,7 +2759,6 @@ public static string ToValueString(this ListEventTypeReplacedByItem value) ListEventTypeReplacedByItem.TeamDomainVerificationDeleted => "team-domain-verification-deleted", ListEventTypeReplacedByItem.TeamDomainVerificationVerified => "team-domain-verification-verified", ListEventTypeReplacedByItem.TeamEmailDomainUpdate => "team-email-domain-update", - ListEventTypeReplacedByItem.TeamEmuAccountSplit => "team-emu-account-split", ListEventTypeReplacedByItem.TeamEmuUpdated => "team-emu-updated", ListEventTypeReplacedByItem.TeamEndedTrial => "team-ended-trial", ListEventTypeReplacedByItem.TeamFirewallConfigModified => "team-firewall-config-modified", @@ -2821,6 +2820,7 @@ public static string ToValueString(this ListEventTypeReplacedByItem value) ListEventTypeReplacedByItem.VcrRepositoryDeleted => "vcr-repository-deleted", ListEventTypeReplacedByItem.VcrRepositoryPermissionAdded => "vcr-repository-permission-added", ListEventTypeReplacedByItem.VcrRepositoryPermissionRemoved => "vcr-repository-permission-removed", + ListEventTypeReplacedByItem.VcrRepositoryPermissionsCleared => "vcr-repository-permissions-cleared", ListEventTypeReplacedByItem.VercelAgentElevatedPermissionsApproved => "vercel-agent-elevated-permissions-approved", ListEventTypeReplacedByItem.VercelAgentElevatedPermissionsRequested => "vercel-agent-elevated-permissions-requested", ListEventTypeReplacedByItem.VercelAgentSessionCreated => "vercel-agent-session-created", @@ -3333,7 +3333,6 @@ public static string ToValueString(this ListEventTypeReplacedByItem value) "team-domain-verification-deleted" => ListEventTypeReplacedByItem.TeamDomainVerificationDeleted, "team-domain-verification-verified" => ListEventTypeReplacedByItem.TeamDomainVerificationVerified, "team-email-domain-update" => ListEventTypeReplacedByItem.TeamEmailDomainUpdate, - "team-emu-account-split" => ListEventTypeReplacedByItem.TeamEmuAccountSplit, "team-emu-updated" => ListEventTypeReplacedByItem.TeamEmuUpdated, "team-ended-trial" => ListEventTypeReplacedByItem.TeamEndedTrial, "team-firewall-config-modified" => ListEventTypeReplacedByItem.TeamFirewallConfigModified, @@ -3395,6 +3394,7 @@ public static string ToValueString(this ListEventTypeReplacedByItem value) "vcr-repository-deleted" => ListEventTypeReplacedByItem.VcrRepositoryDeleted, "vcr-repository-permission-added" => ListEventTypeReplacedByItem.VcrRepositoryPermissionAdded, "vcr-repository-permission-removed" => ListEventTypeReplacedByItem.VcrRepositoryPermissionRemoved, + "vcr-repository-permissions-cleared" => ListEventTypeReplacedByItem.VcrRepositoryPermissionsCleared, "vercel-agent-elevated-permissions-approved" => ListEventTypeReplacedByItem.VercelAgentElevatedPermissionsApproved, "vercel-agent-elevated-permissions-requested" => ListEventTypeReplacedByItem.VercelAgentElevatedPermissionsRequested, "vercel-agent-session-created" => ListEventTypeReplacedByItem.VercelAgentSessionCreated, diff --git a/src/libs/Vercel/Generated/Vercel.Models.Snapshot.g.cs b/src/libs/Vercel/Generated/Vercel.Models.Snapshot.g.cs index 819ca787..90ba8dda 100644 --- a/src/libs/Vercel/Generated/Vercel.Models.Snapshot.g.cs +++ b/src/libs/Vercel/Generated/Vercel.Models.Snapshot.g.cs @@ -32,8 +32,7 @@ public sealed partial class Snapshot /// /// iad1 [global::System.Text.Json.Serialization.JsonPropertyName("region")] - [global::System.Text.Json.Serialization.JsonRequired] - public required string Region { get; set; } + public string? Region { get; set; } /// /// The status of the snapshot.
@@ -123,10 +122,6 @@ public sealed partial class Snapshot /// The unique identifier of the session from which the snapshot was created.
/// Example: sbx_123a6c5209bc3778245d011443644c8d27dc2c50 /// - /// - /// The region where the snapshot is stored.
- /// Example: iad1 - /// /// /// The status of the snapshot.
/// Example: created @@ -147,6 +142,10 @@ public sealed partial class Snapshot /// The last time the snapshot was used (e.g. to resume or create a sandbox), in milliseconds since the epoch. Falls back to `createdAt` for older snapshots that predate this field.
/// Example: 1750344501629L /// + /// + /// The region where the snapshot is stored.
+ /// Example: iad1 + /// /// /// The time when the snapshot will expire, in milliseconds since the epoch. If not set, the snapshot does not have any expiration.
/// Example: 1750344501629L @@ -165,19 +164,19 @@ public sealed partial class Snapshot public Snapshot( string id, string sourceSessionId, - string region, global::Vercel.SnapshotStatus status, double sizeBytes, double createdAt, double updatedAt, double lastUsedAt, + string? region, double? expiresAt, global::Vercel.SnapshotCreationMethod? creationMethod, string? parentId) { this.Id = id ?? throw new global::System.ArgumentNullException(nameof(id)); this.SourceSessionId = sourceSessionId ?? throw new global::System.ArgumentNullException(nameof(sourceSessionId)); - this.Region = region ?? throw new global::System.ArgumentNullException(nameof(region)); + this.Region = region; this.Status = status; this.SizeBytes = sizeBytes; this.ExpiresAt = expiresAt; diff --git a/src/libs/Vercel/Generated/Vercel.Models.UserEventType.g.cs b/src/libs/Vercel/Generated/Vercel.Models.UserEventType.g.cs index 82d2420e..096f995b 100644 --- a/src/libs/Vercel/Generated/Vercel.Models.UserEventType.g.cs +++ b/src/libs/Vercel/Generated/Vercel.Models.UserEventType.g.cs @@ -1936,10 +1936,6 @@ public enum UserEventType /// /// /// - TeamEmuAccountSplit, - /// - /// - /// TeamEmuUpdated, /// /// @@ -2184,6 +2180,10 @@ public enum UserEventType /// /// /// + VcrRepositoryPermissionsCleared, + /// + /// + /// VercelAgentElevatedPermissionsApproved, /// /// @@ -2760,7 +2760,6 @@ public static string ToValueString(this UserEventType value) UserEventType.TeamDomainVerificationDeleted => "team-domain-verification-deleted", UserEventType.TeamDomainVerificationVerified => "team-domain-verification-verified", UserEventType.TeamEmailDomainUpdate => "team-email-domain-update", - UserEventType.TeamEmuAccountSplit => "team-emu-account-split", UserEventType.TeamEmuUpdated => "team-emu-updated", UserEventType.TeamEndedTrial => "team-ended-trial", UserEventType.TeamFirewallConfigModified => "team-firewall-config-modified", @@ -2822,6 +2821,7 @@ public static string ToValueString(this UserEventType value) UserEventType.VcrRepositoryDeleted => "vcr-repository-deleted", UserEventType.VcrRepositoryPermissionAdded => "vcr-repository-permission-added", UserEventType.VcrRepositoryPermissionRemoved => "vcr-repository-permission-removed", + UserEventType.VcrRepositoryPermissionsCleared => "vcr-repository-permissions-cleared", UserEventType.VercelAgentElevatedPermissionsApproved => "vercel-agent-elevated-permissions-approved", UserEventType.VercelAgentElevatedPermissionsRequested => "vercel-agent-elevated-permissions-requested", UserEventType.VercelAgentSessionCreated => "vercel-agent-session-created", @@ -3334,7 +3334,6 @@ public static string ToValueString(this UserEventType value) "team-domain-verification-deleted" => UserEventType.TeamDomainVerificationDeleted, "team-domain-verification-verified" => UserEventType.TeamDomainVerificationVerified, "team-email-domain-update" => UserEventType.TeamEmailDomainUpdate, - "team-emu-account-split" => UserEventType.TeamEmuAccountSplit, "team-emu-updated" => UserEventType.TeamEmuUpdated, "team-ended-trial" => UserEventType.TeamEndedTrial, "team-firewall-config-modified" => UserEventType.TeamFirewallConfigModified, @@ -3396,6 +3395,7 @@ public static string ToValueString(this UserEventType value) "vcr-repository-deleted" => UserEventType.VcrRepositoryDeleted, "vcr-repository-permission-added" => UserEventType.VcrRepositoryPermissionAdded, "vcr-repository-permission-removed" => UserEventType.VcrRepositoryPermissionRemoved, + "vcr-repository-permissions-cleared" => UserEventType.VcrRepositoryPermissionsCleared, "vercel-agent-elevated-permissions-approved" => UserEventType.VercelAgentElevatedPermissionsApproved, "vercel-agent-elevated-permissions-requested" => UserEventType.VercelAgentElevatedPermissionsRequested, "vercel-agent-session-created" => UserEventType.VercelAgentSessionCreated, diff --git a/src/libs/Vercel/openapi.yaml b/src/libs/Vercel/openapi.yaml index 8d72f1b8..162a8c5f 100644 --- a/src/libs/Vercel/openapi.yaml +++ b/src/libs/Vercel/openapi.yaml @@ -176968,6 +176968,33 @@ "toolCallStatusCode": { "type": "string" }, + "environmentId": { + "type": "string" + }, + "billableRegion": { + "type": "string" + }, + "direction": { + "type": "string" + }, + "networkTenancy": { + "type": "string" + }, + "trafficSource": { + "type": "string" + }, + "networkId": { + "type": "string" + }, + "privatelinkEndpointId": { + "type": "string" + }, + "privatelinkDnsName": { + "type": "string" + }, + "privatelinkIpAddress": { + "type": "string" + }, "timestamp": { "type": "string", "format": "date-time" @@ -177558,6 +177585,33 @@ }, "toolCallStatusCode": { "type": "string" + }, + "environmentId": { + "type": "string" + }, + "billableRegion": { + "type": "string" + }, + "direction": { + "type": "string" + }, + "networkTenancy": { + "type": "string" + }, + "trafficSource": { + "type": "string" + }, + "networkId": { + "type": "string" + }, + "privatelinkEndpointId": { + "type": "string" + }, + "privatelinkDnsName": { + "type": "string" + }, + "privatelinkIpAddress": { + "type": "string" } }, "required": [ @@ -177570,6 +177624,7 @@ "attributes", "attributionEventName", "attributionTarget", + "billableRegion", "blobOperationLevel", "blobOperationType", "botCategory", @@ -177604,6 +177659,7 @@ "deepAnalysisCheck", "deploymentId", "deviceType", + "direction", "edgeNetworkRegion", "edgeType", "entryId", @@ -177611,6 +177667,7 @@ "entryName", "entryRevalidateSeconds", "environment", + "environmentId", "errorCode", "errorMessage", "eventData", @@ -177654,6 +177711,8 @@ "middlewareAction", "middlewareActionTarget", "moderationApplied", + "networkId", + "networkTenancy", "notificationUrl", "optimizedFormatMimeType", "optimizedQuality", @@ -177665,6 +177724,9 @@ "pathType", "pathTypeVariant", "piiRedactionApplied", + "privatelinkDnsName", + "privatelinkEndpointId", + "privatelinkIpAddress", "projectId", "projectName", "provider", @@ -177734,6 +177796,7 @@ "toolCallStatusCode", "toolCallSuccess", "toolCallType", + "trafficSource", "triggeringTag", "utmCampaign", "utmContent", @@ -178588,6 +178651,33 @@ "toolCallStatusCode": { "type": "string" }, + "environmentId": { + "type": "string" + }, + "billableRegion": { + "type": "string" + }, + "direction": { + "type": "string" + }, + "networkTenancy": { + "type": "string" + }, + "trafficSource": { + "type": "string" + }, + "networkId": { + "type": "string" + }, + "privatelinkEndpointId": { + "type": "string" + }, + "privatelinkDnsName": { + "type": "string" + }, + "privatelinkIpAddress": { + "type": "string" + }, "timestamp": { "type": "string", "format": "date-time" @@ -179178,6 +179268,33 @@ }, "toolCallStatusCode": { "type": "string" + }, + "environmentId": { + "type": "string" + }, + "billableRegion": { + "type": "string" + }, + "direction": { + "type": "string" + }, + "networkTenancy": { + "type": "string" + }, + "trafficSource": { + "type": "string" + }, + "networkId": { + "type": "string" + }, + "privatelinkEndpointId": { + "type": "string" + }, + "privatelinkDnsName": { + "type": "string" + }, + "privatelinkIpAddress": { + "type": "string" } }, "required": [ @@ -179190,6 +179307,7 @@ "attributes", "attributionEventName", "attributionTarget", + "billableRegion", "blobOperationLevel", "blobOperationType", "botCategory", @@ -179224,6 +179342,7 @@ "deepAnalysisCheck", "deploymentId", "deviceType", + "direction", "edgeNetworkRegion", "edgeType", "entryId", @@ -179231,6 +179350,7 @@ "entryName", "entryRevalidateSeconds", "environment", + "environmentId", "errorCode", "errorMessage", "eventData", @@ -179274,6 +179394,8 @@ "middlewareAction", "middlewareActionTarget", "moderationApplied", + "networkId", + "networkTenancy", "notificationUrl", "optimizedFormatMimeType", "optimizedQuality", @@ -179285,6 +179407,9 @@ "pathType", "pathTypeVariant", "piiRedactionApplied", + "privatelinkDnsName", + "privatelinkEndpointId", + "privatelinkIpAddress", "projectId", "projectName", "provider", @@ -179354,6 +179479,7 @@ "toolCallStatusCode", "toolCallSuccess", "toolCallType", + "trafficSource", "triggeringTag", "utmCampaign", "utmContent", @@ -180171,6 +180297,33 @@ }, "toolCallStatusCode": { "type": "string" + }, + "environmentId": { + "type": "string" + }, + "billableRegion": { + "type": "string" + }, + "direction": { + "type": "string" + }, + "networkTenancy": { + "type": "string" + }, + "trafficSource": { + "type": "string" + }, + "networkId": { + "type": "string" + }, + "privatelinkEndpointId": { + "type": "string" + }, + "privatelinkDnsName": { + "type": "string" + }, + "privatelinkIpAddress": { + "type": "string" } }, "required": [ @@ -180183,6 +180336,7 @@ "attributes", "attributionEventName", "attributionTarget", + "billableRegion", "blobOperationLevel", "blobOperationType", "botCategory", @@ -180217,6 +180371,7 @@ "deepAnalysisCheck", "deploymentId", "deviceType", + "direction", "edgeNetworkRegion", "edgeType", "entryId", @@ -180224,6 +180379,7 @@ "entryName", "entryRevalidateSeconds", "environment", + "environmentId", "errorCode", "errorMessage", "eventData", @@ -180267,6 +180423,8 @@ "middlewareAction", "middlewareActionTarget", "moderationApplied", + "networkId", + "networkTenancy", "notificationUrl", "optimizedFormatMimeType", "optimizedQuality", @@ -180278,6 +180436,9 @@ "pathType", "pathTypeVariant", "piiRedactionApplied", + "privatelinkDnsName", + "privatelinkEndpointId", + "privatelinkIpAddress", "projectId", "projectName", "provider", @@ -180347,6 +180508,7 @@ "toolCallStatusCode", "toolCallSuccess", "toolCallType", + "trafficSource", "triggeringTag", "utmCampaign", "utmContent", @@ -181095,6 +181257,33 @@ }, "toolCallStatusCode": { "type": "string" + }, + "environmentId": { + "type": "string" + }, + "billableRegion": { + "type": "string" + }, + "direction": { + "type": "string" + }, + "networkTenancy": { + "type": "string" + }, + "trafficSource": { + "type": "string" + }, + "networkId": { + "type": "string" + }, + "privatelinkEndpointId": { + "type": "string" + }, + "privatelinkDnsName": { + "type": "string" + }, + "privatelinkIpAddress": { + "type": "string" } }, "required": [ @@ -181107,6 +181296,7 @@ "attributes", "attributionEventName", "attributionTarget", + "billableRegion", "blobOperationLevel", "blobOperationType", "botCategory", @@ -181141,6 +181331,7 @@ "deepAnalysisCheck", "deploymentId", "deviceType", + "direction", "edgeNetworkRegion", "edgeType", "entryId", @@ -181148,6 +181339,7 @@ "entryName", "entryRevalidateSeconds", "environment", + "environmentId", "errorCode", "errorMessage", "eventData", @@ -181191,6 +181383,8 @@ "middlewareAction", "middlewareActionTarget", "moderationApplied", + "networkId", + "networkTenancy", "notificationUrl", "optimizedFormatMimeType", "optimizedQuality", @@ -181202,6 +181396,9 @@ "pathType", "pathTypeVariant", "piiRedactionApplied", + "privatelinkDnsName", + "privatelinkEndpointId", + "privatelinkIpAddress", "projectId", "projectName", "provider", @@ -181271,6 +181468,7 @@ "toolCallStatusCode", "toolCallSuccess", "toolCallType", + "trafficSource", "triggeringTag", "utmCampaign", "utmContent", @@ -188466,7 +188664,6 @@ "team-domain-verification-deleted", "team-domain-verification-verified", "team-email-domain-update", - "team-emu-account-split", "team-emu-updated", "team-ended-trial", "team-firewall-config-modified", @@ -188528,6 +188725,7 @@ "vcr-repository-deleted", "vcr-repository-permission-added", "vcr-repository-permission-removed", + "vcr-repository-permissions-cleared", "vercel-agent-elevated-permissions-approved", "vercel-agent-elevated-permissions-requested", "vercel-agent-session-created", @@ -189347,7 +189545,6 @@ "team-domain-verification-deleted", "team-domain-verification-verified", "team-email-domain-update", - "team-emu-account-split", "team-emu-updated", "team-ended-trial", "team-firewall-config-modified", @@ -189409,6 +189606,7 @@ "vcr-repository-deleted", "vcr-repository-permission-added", "vcr-repository-permission-removed", + "vcr-repository-permissions-cleared", "vercel-agent-elevated-permissions-approved", "vercel-agent-elevated-permissions-requested", "vercel-agent-session-created", @@ -189969,7 +190167,6 @@ "team-domain-verification-deleted", "team-domain-verification-verified", "team-email-domain-update", - "team-emu-account-split", "team-emu-updated", "team-ended-trial", "team-firewall-config-modified", @@ -190031,6 +190228,7 @@ "vcr-repository-deleted", "vcr-repository-permission-added", "vcr-repository-permission-removed", + "vcr-repository-permissions-cleared", "vercel-agent-elevated-permissions-approved", "vercel-agent-elevated-permissions-requested", "vercel-agent-session-created", @@ -192325,7 +192523,6 @@ "createdAt", "id", "lastUsedAt", - "region", "sizeBytes", "sourceSessionId", "status",