Merge pull request 'setup-holiday-warehouse-admin' (#105) from setup-holiday-warehouse-admin into develop
Reviewed-on: #105
This commit is contained in:
		
						commit
						0fc3119b61
					
				| 
						 | 
					@ -143,6 +143,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"`
 | 
				
			||||||
 | 
						IsPendingActive       bool                      `json:"isPendingActive"`
 | 
				
			||||||
 | 
						ReasonPendingInactive string                    `json:"reasonPendingInactive"`
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// WarehouseInfo ...
 | 
					// WarehouseInfo ...
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue