From 9a9e79f232b83d3bd2a816287272515863df1299 Mon Sep 17 00:00:00 2001 From: s Date: Mon, 10 Nov 2025 13:57:45 -0500 Subject: refactor: add admin fields to account model and simplify credits structure --- internal/models/osint.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/models/osint.go') diff --git a/internal/models/osint.go b/internal/models/osint.go index d025836..6c2774e 100644 --- a/internal/models/osint.go +++ b/internal/models/osint.go @@ -72,8 +72,8 @@ type ShortlinksSearchParams struct { } type CreditsInfo struct { - Used int `json:"used"` - Remaining int `json:"remaining"` + Remaining int `json:"remaining"` + Unlimited bool `json:"unlimited"` } type BucketsSearchResponse struct { -- cgit v1.2.3