This commit is contained in:
dayterr
2026-03-06 16:37:54 +03:00
parent a92bdecb29
commit 5b2866bf0e
15 changed files with 93 additions and 55 deletions

View File

@@ -53,6 +53,9 @@ type RecordImage struct {
// ID
ID uint64 `json:"id"`
// Independent
Independent bool `json:"independent"`
// Last modified
LastModified uint64 `json:"lastModified"`
@@ -185,6 +188,9 @@ type ItemImage struct {
// ID
ID uint64 `json:"id"`
// Independent
Independent bool `json:"independent"`
// Last modified
LastModified uint64 `json:"lastModified"`