diff --git a/v1/types.go b/v1/types.go index 88bb0a1..694d48e 100644 --- a/v1/types.go +++ b/v1/types.go @@ -116,16 +116,3 @@ type TransportRequestMeta struct { ID uint64 `json:"id"` Timestamp int64 `json:"timestamp"` } - -// ActivityCallback activation callback -type ActivityCallback struct { - ClientId string `json:"clientId"` - Activity Activity `json:"activity"` - SystemUrl string `json:"systemUrl,omitempty"` -} - -// Activity struct -type Activity struct { - Active bool `json:"active"` - Freeze bool `json:"freeze"` -}