Skip to content

Commit 5d9e858

Browse files
committed
Update to include minor additions in the Seq 2021.4 API
1 parent 1439bb8 commit 5d9e858

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

src/Seq.Api/Model/Diagnostics/Storage/StorageConsumptionPart.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ public class StorageConsumptionPart
2626
/// The range of timestamps covered by the result.
2727
/// </summary>
2828
public DateTimeRange Range { get; set; }
29+
30+
/// <summary>
31+
/// The available range of timestamps.
32+
/// </summary>
33+
public DateTimeRange FullRange { get; set; }
2934

3035
/// <summary>
3136
/// The duration of the timestamp interval covered by each result.

src/Seq.Api/Model/Users/AuthProviderInfoPart.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,10 @@ public class AuthProviderInfoPart
3434
/// log in using the default provider.
3535
/// </summary>
3636
public bool IsAlternative { get; set; }
37+
38+
/// <summary>
39+
/// A template for the URL where the user can log in.
40+
/// </summary>
41+
public Link Challenge { get; set; }
3742
}
3843
}

src/Seq.Api/Seq.Api.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</PropertyGroup>
1616

1717
<ItemGroup>
18-
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
18+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
1919
<PackageReference Include="Tavis.UriTemplates" Version="1.1.1" />
2020
</ItemGroup>
2121

0 commit comments

Comments
 (0)