mergeDev/campaign #73
			
				
			
		
		
		
	| 
						 | 
				
			
			@ -31,7 +31,6 @@ type CreateOwnerRequest struct {
 | 
			
		|||
	Email      string `json:"email"`
 | 
			
		||||
	SupplierID string `json:"supplierId"`
 | 
			
		||||
	RoleID     string `json:"roleId"`
 | 
			
		||||
	Password   string `json:"password"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type UpdateOwnerRequest struct {
 | 
			
		||||
| 
						 | 
				
			
			@ -49,7 +48,6 @@ type CreateStaffRequest struct {
 | 
			
		|||
	Email      string   `json:"email"`
 | 
			
		||||
	SupplierID string   `json:"supplierId"`
 | 
			
		||||
	RoleID     string   `json:"roleId"`
 | 
			
		||||
	Password   string   `json:"password"`
 | 
			
		||||
	Warehouses []string `json:"warehouses"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue