mirror of
https://github.com/retailcrm/api-client-go.git
synced 2025-04-02 20:56:17 +03:00
add mg transport action
This commit is contained in:
parent
904796f97a
commit
3186470ed9
1 changed files with 3 additions and 2 deletions
5
types.go
5
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue