mirror of
https://github.com/hay-kot/homebox.git
synced 2025-07-27 12:50:28 +00:00
chore: rewrite generator to resolve strange name generation (#612)
* rewrite generator to resolve strange name generation * fix asset id types * ignore errored types * remove depreciated calls * use more random words * random user
This commit is contained in:
parent
b08e52104c
commit
4738a9b131
18 changed files with 139 additions and 1183 deletions
|
@ -67,7 +67,7 @@ type (
|
|||
ItemUpdate struct {
|
||||
ParentID uuid.UUID `json:"parentId" extensions:"x-nullable,x-omitempty"`
|
||||
ID uuid.UUID `json:"id"`
|
||||
AssetID AssetID `json:"assetId"`
|
||||
AssetID AssetID `json:"assetId,string"`
|
||||
Name string `json:"name"`
|
||||
Description string `json:"description"`
|
||||
Quantity int `json:"quantity"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue