From 3186470ed9f569e4fb25bc10719eee8f13423e9c Mon Sep 17 00:00:00 2001 From: Ruslan Efanov Date: Wed, 4 Dec 2024 10:24:19 +0300 Subject: [PATCH] add mg transport action --- types.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/types.go b/types.go index ccaf44e..cade78e 100644 --- a/types.go +++ b/types.go @@ -1261,8 +1261,9 @@ type MgTransport struct { } type MgTransportActions struct { - Visits string `json:"visits,omitempty"` - Online string `json:"online,omitempty"` + Visits string `json:"visits,omitempty"` + Online string `json:"online,omitempty"` + ManualTemplatesSync string `json:"manualTemplatesSync,omitempty"` } // MgBot type.