mirror of
https://github.com/retailcrm/api-client-go.git
synced 2025-02-21 23:33:12 +03:00
add mg transport action
This commit is contained in:
parent
904796f97a
commit
3186470ed9
5
types.go
5
types.go
@ -1261,8 +1261,9 @@ type MgTransport struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type MgTransportActions struct {
|
type MgTransportActions struct {
|
||||||
Visits string `json:"visits,omitempty"`
|
Visits string `json:"visits,omitempty"`
|
||||||
Online string `json:"online,omitempty"`
|
Online string `json:"online,omitempty"`
|
||||||
|
ManualTemplatesSync string `json:"manualTemplatesSync,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// MgBot type.
|
// MgBot type.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user