This commit is contained in:
dayterr
2026-03-06 16:31:33 +03:00
parent c2c810504d
commit c701001bb6
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"`