From 3d05535d299da95d12dd59f77fce9c32b625b4af Mon Sep 17 00:00:00 2001 From: Nicholas Blumhardt Date: Tue, 26 Oct 2021 08:59:30 +1000 Subject: [PATCH 1/3] Dev version bump [skip ci] --- src/Seq.Api/Seq.Api.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Seq.Api/Seq.Api.csproj b/src/Seq.Api/Seq.Api.csproj index 6976adc..e3b1671 100644 --- a/src/Seq.Api/Seq.Api.csproj +++ b/src/Seq.Api/Seq.Api.csproj @@ -1,7 +1,7 @@ Client library for the Seq HTTP API. - 2021.3.1 + 2021.3.2 Datalust;Contributors netstandard2.0 true From 1439bb81841b4a3bd264c1b6fc8164b3b06f7d42 Mon Sep 17 00:00:00 2001 From: Nicholas Blumhardt Date: Tue, 14 Dec 2021 08:48:27 +1000 Subject: [PATCH 2/3] Dev is 2021.4 --- src/Seq.Api/Seq.Api.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Seq.Api/Seq.Api.csproj b/src/Seq.Api/Seq.Api.csproj index e3b1671..ebc9fa8 100644 --- a/src/Seq.Api/Seq.Api.csproj +++ b/src/Seq.Api/Seq.Api.csproj @@ -1,7 +1,7 @@ Client library for the Seq HTTP API. - 2021.3.2 + 2021.4.0 Datalust;Contributors netstandard2.0 true From 5d9e858497da2384d04a1e1bec4a2c153f60a24a Mon Sep 17 00:00:00 2001 From: Nicholas Blumhardt Date: Tue, 14 Dec 2021 08:55:42 +1000 Subject: [PATCH 3/3] Update to include minor additions in the Seq 2021.4 API --- .../Model/Diagnostics/Storage/StorageConsumptionPart.cs | 5 +++++ src/Seq.Api/Model/Users/AuthProviderInfoPart.cs | 5 +++++ src/Seq.Api/Seq.Api.csproj | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/Seq.Api/Model/Diagnostics/Storage/StorageConsumptionPart.cs b/src/Seq.Api/Model/Diagnostics/Storage/StorageConsumptionPart.cs index 4cbed6b..3ca6df3 100644 --- a/src/Seq.Api/Model/Diagnostics/Storage/StorageConsumptionPart.cs +++ b/src/Seq.Api/Model/Diagnostics/Storage/StorageConsumptionPart.cs @@ -26,6 +26,11 @@ public class StorageConsumptionPart /// The range of timestamps covered by the result. /// public DateTimeRange Range { get; set; } + + /// + /// The available range of timestamps. + /// + public DateTimeRange FullRange { get; set; } /// /// The duration of the timestamp interval covered by each result. diff --git a/src/Seq.Api/Model/Users/AuthProviderInfoPart.cs b/src/Seq.Api/Model/Users/AuthProviderInfoPart.cs index 1e17049..fe1635a 100644 --- a/src/Seq.Api/Model/Users/AuthProviderInfoPart.cs +++ b/src/Seq.Api/Model/Users/AuthProviderInfoPart.cs @@ -34,5 +34,10 @@ public class AuthProviderInfoPart /// log in using the default provider. /// public bool IsAlternative { get; set; } + + /// + /// A template for the URL where the user can log in. + /// + public Link Challenge { get; set; } } } diff --git a/src/Seq.Api/Seq.Api.csproj b/src/Seq.Api/Seq.Api.csproj index ebc9fa8..140e72b 100644 --- a/src/Seq.Api/Seq.Api.csproj +++ b/src/Seq.Api/Seq.Api.csproj @@ -15,7 +15,7 @@ - +