From 3cf9c28f512bc70feeb62d985ad40c09b052a34f Mon Sep 17 00:00:00 2001 From: Vragov Roman Date: Thu, 20 Oct 2022 12:43:03 +0300 Subject: [PATCH] Add `IsActive` field to the `WsEventUserUpdatedData` struct --- v1/types.go | 1 + 1 file changed, 1 insertion(+) 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 {