setup-holiday-warehouse-admin #105

Merged
Ghost merged 4 commits from setup-holiday-warehouse-admin into develop 2022-12-12 07:08:37 +00:00
1 changed files with 15 additions and 13 deletions
Showing only changes of commit aa3a201b18 - 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"`
IsPendingActive bool `json:"isPendingActive"`
ReasonPendingInactive string `json:"reasonPendingInactive"`
}
// WarehouseInfo ...