mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-21 20:36:03 +03:00
add mgBot as new integration module type
This commit is contained in:
parent
433e4c14ef
commit
a7b5d8858c
@ -783,6 +783,7 @@ type Integrations struct {
|
||||
Delivery *Delivery `json:"delivery,omitempty"`
|
||||
Store *Warehouse `json:"store,omitempty"`
|
||||
MgTransport *MgTransport `json:"mgTransport,omitempty"`
|
||||
MgBot *MgBot `json:"mgBot,omitempty"`
|
||||
}
|
||||
|
||||
// Delivery type
|
||||
@ -871,6 +872,8 @@ type MgTransport struct {
|
||||
WebhookUrl string `json:"webhookUrl,omitempty"`
|
||||
}
|
||||
|
||||
type MgBot struct{}
|
||||
|
||||
/**
|
||||
Cost related types
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user