lib/twilio-ruby/rest/accounts.rb in twilio-ruby-3.14.1 vs lib/twilio-ruby/rest/accounts.rb in twilio-ruby-3.14.2
- old
+ new
@@ -6,10 +6,11 @@
def initialize(path, client, params={})
super path, client, params
resource :sandbox, :available_phone_numbers, :incoming_phone_numbers,
:calls, :outgoing_caller_ids, :conferences, :sms, :recordings,
:transcriptions, :notifications, :applications, :connect_apps,
- :authorized_connect_apps, :queues, :usage, :messages, :media, :sip
+ :authorized_connect_apps, :queues, :usage, :messages, :media, :sip,
+ :tokens
end
end
end
end