diff --git a/v1/types.go b/v1/types.go index 582ec27..c73a464 100644 --- a/v1/types.go +++ b/v1/types.go @@ -704,6 +704,7 @@ type ( WsEventUserUpdatedData struct { *UserRef + IsActive bool `json:"is_active"` } WsEventCustomerUpdatedData struct {