diff --git a/model/warehouse_response.go b/model/warehouse_response.go index b73807e..6359ae3 100644 --- a/model/warehouse_response.go +++ b/model/warehouse_response.go @@ -143,6 +143,7 @@ type WarehouseNatsResponse struct { CreatedAt time.Time `json:"createdAt"` UpdatedAt time.Time `json:"updatedAt"` ReasonPendingInactive string `json:"reasonPendingInactive"` + IsPendingInactive bool `json:"isPendingInactive"` } // WarehouseInfo ...