lib/telnyx/call.rb in telnyx-2.6.0 vs lib/telnyx/call.rb in telnyx-2.7.0

- old
+ new

@@ -33,10 +33,10 @@ ACTIONS = %w[reject answer hangup bridge speak fork_start fork_stop gather_using_audio gather_using_speak playback_start playback_stop record_start record_stop send_dtmf transfer transcription_start transcription_stop record_pause - record_resume gather_stop refer].freeze + record_resume gather_stop refer enqueue leave_queue].freeze ACTIONS.each do |action| nested_resource_class_methods action, path: ["actions", action], operations: [:create],