Changeset 0.22.3 (#97)

This commit is contained in:
2026-03-02 12:02:16 +00:00
parent a44c768741
commit 14c691b52f
11 changed files with 440 additions and 25 deletions

View File

@@ -632,6 +632,8 @@ type UserModel struct {
Hidden bool `json:"hidden"`
SortOrder int `json:"sort_order"`
ProviderStatus ProviderStatus `json:"provider_status,omitempty"` // health status from provider health (v0.22.3)
}
// =========================================