setup-holiday-warehouse-admin #110

Merged
sinhluu merged 5 commits from setup-holiday-warehouse-admin into master 2022-12-21 09:07:50 +00:00
1 changed files with 15 additions and 13 deletions

View File

@ -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 ...