new dto-s

This commit is contained in:
nquidox 2026-03-13 16:51:04 +03:00
parent 268914e2de
commit ac879ba4b0

View file

@ -46,6 +46,18 @@ type extraDataDTO struct {
Links []originLink `json:"links"`
}
type ListResponse struct {
MerchUuid string `json:"merch_uuid"`
Name string `json:"name"`
Labels []string `json:"labels,omitempty"`
}
type getMerchInternal struct {
Id int64 `json:"id"`
MerchUuid string `json:"merch_uuid"`
Name string `json:"name"`
}
// prices dtos
type PriceEntry struct {
CreatedAt int64 `json:"created_at"`