v1.14.4
This commit is contained in:
dayterr
2026-03-20 17:14:16 +03:00
parent 17017b6d5d
commit 444a33dc7e
11 changed files with 202 additions and 46 deletions

View File

@@ -62,6 +62,9 @@ type RecordImage struct {
// Link to
LinkTo uint64 `json:"linkTo"`
// Links to
LinksTo []uint64 `json:"linksTo"`
// Milestones
Milestones uint64 `json:"milestones"`
@@ -197,6 +200,9 @@ type ItemImage struct {
// Link to
LinkTo uint64 `json:"linkTo"`
// Links to
LinksTo []uint64 `json:"linksTo"`
// Milestones
Milestones uint64 `json:"milestones"`