refactor-location #134

Closed
trunglam wants to merge 270 commits from refactor-location into master
1 changed files with 15 additions and 13 deletions
Showing only changes of commit e7888e2c4c - Show all commits

View File

@ -142,6 +142,8 @@ type WarehouseNatsResponse struct {
Configurations WarehouseConfiguration `json:"configurations"`
CreatedAt time.Time `json:"createdAt"`
UpdatedAt time.Time `json:"updatedAt"`
ReasonPendingInactive string `json:"reasonPendingInactive"`
IsPendingInactive bool `json:"isPendingInactive"`
}
// WarehouseInfo ...