mirror of
https://github.com/retailcrm/api-client-go.git
synced 2025-04-02 20:56:17 +03:00
Merge pull request #94 from RenCurs/transport-action
add mg transport action
This commit is contained in:
commit
d101ddb097
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