Add IsActive field to the WsEventUserUpdatedData struct

This commit is contained in:
Vragov Roman 2022-10-20 12:43:03 +03:00
parent 9400a2b045
commit 3cf9c28f51

View File

@ -704,6 +704,7 @@ type (
WsEventUserUpdatedData struct {
*UserRef
IsActive bool `json:"is_active"`
}
WsEventCustomerUpdatedData struct {