From dcb0fffa823d1437c830f338e1e656f7de83dc46 Mon Sep 17 00:00:00 2001 From: "dependencyupdates[bot]" <218638057+dependencyupdates[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 04:06:31 +0000 Subject: [PATCH 1/2] Update dependency PublicApiGenerator to 11.5.4 --- .../Particular.LicensingComponent.Report.UnitTests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Particular.LicensingComponent.Report.UnitTests/Particular.LicensingComponent.Report.UnitTests.csproj b/src/Particular.LicensingComponent.Report.UnitTests/Particular.LicensingComponent.Report.UnitTests.csproj index 0471caf..4e94614 100644 --- a/src/Particular.LicensingComponent.Report.UnitTests/Particular.LicensingComponent.Report.UnitTests.csproj +++ b/src/Particular.LicensingComponent.Report.UnitTests/Particular.LicensingComponent.Report.UnitTests.csproj @@ -16,7 +16,7 @@ - + From 98d9f503b52ed1bba23fa097383b90ce892bf251 Mon Sep 17 00:00:00 2001 From: Tamara Rivera Date: Thu, 12 Mar 2026 18:19:59 -0700 Subject: [PATCH 2/2] Update approvals file --- .../ApprovalFiles/ApiApprovals.Approve.approved.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Particular.LicensingComponent.Report.UnitTests/ApprovalFiles/ApiApprovals.Approve.approved.txt b/src/Particular.LicensingComponent.Report.UnitTests/ApprovalFiles/ApiApprovals.Approve.approved.txt index 6e97c6a..ae6b980 100644 --- a/src/Particular.LicensingComponent.Report.UnitTests/ApprovalFiles/ApiApprovals.Approve.approved.txt +++ b/src/Particular.LicensingComponent.Report.UnitTests/ApprovalFiles/ApiApprovals.Approve.approved.txt @@ -25,31 +25,31 @@ namespace Particular.LicensingComponent.Report public class QueueThroughput : System.IEquatable { public QueueThroughput() { } - public string NameHash { get; set; } - public string QueueName { get; set; } - public long? Throughput { get; set; } public Particular.LicensingComponent.Report.DailyThroughput[] DailyThroughputFromAudit { get; init; } public Particular.LicensingComponent.Report.DailyThroughput[] DailyThroughputFromBroker { get; init; } public Particular.LicensingComponent.Report.DailyThroughput[] DailyThroughputFromMonitoring { get; init; } public string[] EndpointIndicators { get; init; } + public string NameHash { get; set; } public bool NoDataOrSendOnly { get; init; } + public string QueueName { get; set; } public string Scope { get; init; } + public long? Throughput { get; set; } public string? UserIndicator { get; init; } } public class Report : System.IEquatable { public Report() { } - public Particular.LicensingComponent.Report.EnvironmentInformation EnvironmentInformation { get; set; } - public System.TimeSpan ReportDuration { get; set; } - public System.DateTimeOffset StartTime { get; set; } public string CustomerName { get; init; } public System.DateTimeOffset EndTime { get; init; } + public Particular.LicensingComponent.Report.EnvironmentInformation EnvironmentInformation { get; set; } public string[] IgnoredQueues { get; init; } public string MessageTransport { get; init; } public string? Prefix { get; init; } public Particular.LicensingComponent.Report.QueueThroughput[] Queues { get; init; } + public System.TimeSpan ReportDuration { get; set; } public string ReportMethod { get; init; } public string ScopeType { get; init; } + public System.DateTimeOffset StartTime { get; set; } public string? ToolType { get; init; } public string ToolVersion { get; init; } [System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.Never)]