Merge branch 'master' of git.selly.red:Selly-Modules/natsio into supplier-setup-product
This commit is contained in:
commit
e7888e2c4c
|
@ -142,6 +142,8 @@ type WarehouseNatsResponse struct {
|
||||||
Configurations WarehouseConfiguration `json:"configurations"`
|
Configurations WarehouseConfiguration `json:"configurations"`
|
||||||
CreatedAt time.Time `json:"createdAt"`
|
CreatedAt time.Time `json:"createdAt"`
|
||||||
UpdatedAt time.Time `json:"updatedAt"`
|
UpdatedAt time.Time `json:"updatedAt"`
|
||||||
|
ReasonPendingInactive string `json:"reasonPendingInactive"`
|
||||||
|
IsPendingInactive bool `json:"isPendingInactive"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// WarehouseInfo ...
|
// WarehouseInfo ...
|
||||||
|
|
Loading…
Reference in New Issue