Skip to content

Commit 003b59e

Browse files
author
Cristian Vidmar
committed
feat: archived sys props
1 parent ea50522 commit 003b59e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

types.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ type Sys struct {
99
UpdatedAt string `json:"updatedAt,omitempty"`
1010
UpdatedBy *Sys `json:"updatedBy,omitempty"`
1111
Version int `json:"version,omitempty"`
12+
ArchivedAt string `json:"archivedAt,omitempty"`
13+
ArchivedBy *Sys `json:"archivedBy,omitempty"`
14+
ArchivedVersion int `json:"archivedVersion,omitempty"`
1215
Revision int `json:"revision,omitempty"`
1316
ContentType *ContentType `json:"contentType,omitempty"`
1417
Space *Space `json:"space,omitempty"`

0 commit comments

Comments
 (0)