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