forked from mirrors/homebox
updates
This commit is contained in:
parent
6263278ff5
commit
7db55ef1a5
21 changed files with 1010 additions and 619 deletions
|
@ -902,6 +902,10 @@
|
|||
"description": "ID of the ent.",
|
||||
"type": "string"
|
||||
},
|
||||
"lifetime_warranty": {
|
||||
"description": "LifetimeWarranty holds the value of the \"lifetime_warranty\" field.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"manufacturer": {
|
||||
"description": "Manufacturer holds the value of the \"manufacturer\" field.",
|
||||
"type": "string"
|
||||
|
@ -926,10 +930,6 @@
|
|||
"description": "PurchasePrice holds the value of the \"purchase_price\" field.",
|
||||
"type": "number"
|
||||
},
|
||||
"purchase_receipt_id": {
|
||||
"description": "PurchaseReceiptID holds the value of the \"purchase_receipt_id\" field.",
|
||||
"type": "string"
|
||||
},
|
||||
"purchase_time": {
|
||||
"description": "PurchaseTime holds the value of the \"purchase_time\" field.",
|
||||
"type": "string"
|
||||
|
@ -946,10 +946,6 @@
|
|||
"description": "SoldPrice holds the value of the \"sold_price\" field.",
|
||||
"type": "number"
|
||||
},
|
||||
"sold_receipt_id": {
|
||||
"description": "SoldReceiptID holds the value of the \"sold_receipt_id\" field.",
|
||||
"type": "string"
|
||||
},
|
||||
"sold_time": {
|
||||
"description": "SoldTime holds the value of the \"sold_time\" field.",
|
||||
"type": "string"
|
||||
|
@ -961,6 +957,14 @@
|
|||
"updated_at": {
|
||||
"description": "UpdatedAt holds the value of the \"updated_at\" field.",
|
||||
"type": "string"
|
||||
},
|
||||
"warranty_details": {
|
||||
"description": "WarrantyDetails holds the value of the \"warranty_details\" field.",
|
||||
"type": "string"
|
||||
},
|
||||
"warranty_expires": {
|
||||
"description": "WarrantyExpires holds the value of the \"warranty_expires\" field.",
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1272,6 +1276,10 @@
|
|||
"$ref": "#/definitions/types.LabelSummary"
|
||||
}
|
||||
},
|
||||
"lifetimeWarranty": {
|
||||
"description": "Warranty",
|
||||
"type": "boolean"
|
||||
},
|
||||
"location": {
|
||||
"description": "Edges",
|
||||
"$ref": "#/definitions/types.LocationSummary"
|
||||
|
@ -1318,6 +1326,12 @@
|
|||
},
|
||||
"updatedAt": {
|
||||
"type": "string"
|
||||
},
|
||||
"warrantyDetails": {
|
||||
"type": "string"
|
||||
},
|
||||
"warrantyExpires": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -1339,6 +1353,10 @@
|
|||
"$ref": "#/definitions/types.LabelSummary"
|
||||
}
|
||||
},
|
||||
"lifetimeWarranty": {
|
||||
"description": "Warranty",
|
||||
"type": "boolean"
|
||||
},
|
||||
"location": {
|
||||
"description": "Edges",
|
||||
"$ref": "#/definitions/types.LocationSummary"
|
||||
|
@ -1385,6 +1403,12 @@
|
|||
},
|
||||
"updatedAt": {
|
||||
"type": "string"
|
||||
},
|
||||
"warrantyDetails": {
|
||||
"type": "string"
|
||||
},
|
||||
"warrantyExpires": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue