diff --git a/v1/types.go b/v1/types.go index 77491b7..24c0972 100644 --- a/v1/types.go +++ b/v1/types.go @@ -159,6 +159,7 @@ type ChannelSettingsAudio struct { type SendingPolicy struct { NewCustomer string `json:"new_customer,omitempty"` AfterReplyTimeout string `json:"after_reply_timeout,omitempty"` + Outgoing string `json:"outgoing,omitempty"` } type ChannelSettingsSuggestions struct {