v1.5.0-gamma
This commit is contained in:
@@ -52,7 +52,14 @@ type ItemVINS struct {
|
||||
}
|
||||
|
||||
// List of VINSes
|
||||
type ListVINS []ItemVINS
|
||||
type ListVINS struct {
|
||||
Data []ItemVINS `json:"data"`
|
||||
|
||||
EntryCount uint64 `json:"entryCount"`
|
||||
}
|
||||
|
||||
// List of VINSes search result
|
||||
type SearchListVINS []ItemVINS
|
||||
|
||||
// Main information about audit
|
||||
type ItemAudit struct {
|
||||
@@ -620,6 +627,12 @@ type RecordVINS struct {
|
||||
// Status
|
||||
Status string `json:"status"`
|
||||
|
||||
// Updated by
|
||||
UpdatedBy string `json:"updatedBy"`
|
||||
|
||||
// Updated time
|
||||
UpdatedTime uint64 `json:"updatedTime"`
|
||||
|
||||
// User managed
|
||||
UserManaged bool `json:"userManaged"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user