fix: show extra usage credits from extra_usage fallback; preserve on refresh
This commit is contained in:
@@ -36,6 +36,8 @@ public class ExtraUsage
|
|||||||
{
|
{
|
||||||
[JsonPropertyName("is_enabled")] public bool IsEnabled { get; set; }
|
[JsonPropertyName("is_enabled")] public bool IsEnabled { get; set; }
|
||||||
[JsonPropertyName("currency")] public string? Currency { get; set; }
|
[JsonPropertyName("currency")] public string? Currency { get; set; }
|
||||||
|
[JsonPropertyName("used_credits")] public double? UsedCredits { get; set; }
|
||||||
|
[JsonPropertyName("monthly_limit")] public double? MonthlyLimit { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public class BootstrapResponse
|
public class BootstrapResponse
|
||||||
|
|||||||
Reference in New Issue
Block a user