Add IsActive field to the WsEventUserUpdatedData struct

This commit is contained in:
Pavel 2022-10-20 16:34:26 +03:00 committed by GitHub
commit 77f3af2445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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