twilio-ruby 5.40.3 → 5.40.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (252) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES.md +19 -0
  3. data/README.md +2 -2
  4. data/lib/twilio-ruby/rest/api.rb +1 -1
  5. data/lib/twilio-ruby/rest/api/v2010/account/address.rb +3 -3
  6. data/lib/twilio-ruby/rest/api/v2010/account/address/dependent_phone_number.rb +2 -2
  7. data/lib/twilio-ruby/rest/api/v2010/account/application.rb +3 -3
  8. data/lib/twilio-ruby/rest/api/v2010/account/authorized_connect_app.rb +3 -3
  9. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number.rb +3 -3
  10. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/local.rb +29 -29
  11. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/machine_to_machine.rb +29 -29
  12. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/mobile.rb +29 -29
  13. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/national.rb +29 -29
  14. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/shared_cost.rb +29 -29
  15. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/toll_free.rb +29 -29
  16. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/voip.rb +29 -29
  17. data/lib/twilio-ruby/rest/api/v2010/account/call.rb +20 -20
  18. data/lib/twilio-ruby/rest/api/v2010/account/call/feedback.rb +3 -3
  19. data/lib/twilio-ruby/rest/api/v2010/account/call/feedback_summary.rb +3 -3
  20. data/lib/twilio-ruby/rest/api/v2010/account/call/notification.rb +6 -6
  21. data/lib/twilio-ruby/rest/api/v2010/account/call/payment.rb +16 -16
  22. data/lib/twilio-ruby/rest/api/v2010/account/call/recording.rb +8 -8
  23. data/lib/twilio-ruby/rest/api/v2010/account/conference.rb +3 -3
  24. data/lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb +26 -22
  25. data/lib/twilio-ruby/rest/api/v2010/account/conference/recording.rb +3 -3
  26. data/lib/twilio-ruby/rest/api/v2010/account/connect_app.rb +3 -3
  27. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number.rb +10 -10
  28. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on.rb +3 -3
  29. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension.rb +3 -3
  30. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/local.rb +3 -3
  31. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/mobile.rb +3 -3
  32. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/toll_free.rb +3 -3
  33. data/lib/twilio-ruby/rest/api/v2010/account/key.rb +1 -1
  34. data/lib/twilio-ruby/rest/api/v2010/account/message.rb +25 -25
  35. data/lib/twilio-ruby/rest/api/v2010/account/message/feedback.rb +4 -4
  36. data/lib/twilio-ruby/rest/api/v2010/account/message/media.rb +3 -3
  37. data/lib/twilio-ruby/rest/api/v2010/account/notification.rb +3 -3
  38. data/lib/twilio-ruby/rest/api/v2010/account/outgoing_caller_id.rb +3 -3
  39. data/lib/twilio-ruby/rest/api/v2010/account/queue.rb +3 -3
  40. data/lib/twilio-ruby/rest/api/v2010/account/queue/member.rb +5 -5
  41. data/lib/twilio-ruby/rest/api/v2010/account/recording.rb +6 -6
  42. data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result.rb +3 -3
  43. data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result/payload.rb +3 -3
  44. data/lib/twilio-ruby/rest/api/v2010/account/recording/transcription.rb +6 -6
  45. data/lib/twilio-ruby/rest/api/v2010/account/short_code.rb +3 -3
  46. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain.rb +1 -1
  47. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types.rb +2 -2
  48. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping.rb +2 -2
  49. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_credential_list_mapping.rb +3 -3
  50. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_ip_access_control_list_mapping.rb +3 -3
  51. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping.rb +2 -2
  52. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping/auth_registrations_credential_list_mapping.rb +3 -3
  53. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/credential_list_mapping.rb +1 -1
  54. data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list.rb +1 -1
  55. data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list/ip_address.rb +1 -1
  56. data/lib/twilio-ruby/rest/api/v2010/account/token.rb +2 -2
  57. data/lib/twilio-ruby/rest/api/v2010/account/transcription.rb +3 -3
  58. data/lib/twilio-ruby/rest/api/v2010/account/usage/record.rb +6 -6
  59. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/all_time.rb +6 -6
  60. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/daily.rb +6 -6
  61. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/last_month.rb +6 -6
  62. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/monthly.rb +6 -6
  63. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/this_month.rb +6 -6
  64. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/today.rb +6 -6
  65. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yearly.rb +6 -6
  66. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yesterday.rb +6 -6
  67. data/lib/twilio-ruby/rest/api/v2010/account/usage/trigger.rb +18 -18
  68. data/lib/twilio-ruby/rest/api/v2010/account/validation_request.rb +3 -3
  69. data/lib/twilio-ruby/rest/autopilot/v1/assistant.rb +12 -12
  70. data/lib/twilio-ruby/rest/autopilot/v1/assistant/defaults.rb +3 -3
  71. data/lib/twilio-ruby/rest/autopilot/v1/assistant/dialogue.rb +3 -3
  72. data/lib/twilio-ruby/rest/autopilot/v1/assistant/field_type.rb +3 -3
  73. data/lib/twilio-ruby/rest/autopilot/v1/assistant/field_type/field_value.rb +11 -11
  74. data/lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb +3 -3
  75. data/lib/twilio-ruby/rest/autopilot/v1/assistant/query.rb +26 -26
  76. data/lib/twilio-ruby/rest/autopilot/v1/assistant/style_sheet.rb +3 -3
  77. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task.rb +6 -6
  78. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/field.rb +9 -9
  79. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/sample.rb +24 -24
  80. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/task_actions.rb +8 -8
  81. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/task_statistics.rb +6 -6
  82. data/lib/twilio-ruby/rest/autopilot/v1/assistant/webhook.rb +3 -3
  83. data/lib/twilio-ruby/rest/chat/v1/service.rb +36 -36
  84. data/lib/twilio-ruby/rest/chat/v1/service/channel.rb +3 -3
  85. data/lib/twilio-ruby/rest/chat/v1/service/channel/invite.rb +19 -19
  86. data/lib/twilio-ruby/rest/chat/v1/service/channel/member.rb +28 -28
  87. data/lib/twilio-ruby/rest/chat/v1/service/channel/message.rb +7 -7
  88. data/lib/twilio-ruby/rest/chat/v1/service/role.rb +5 -5
  89. data/lib/twilio-ruby/rest/chat/v1/service/user.rb +8 -8
  90. data/lib/twilio-ruby/rest/chat/v1/service/user/user_channel.rb +2 -2
  91. data/lib/twilio-ruby/rest/chat/v2/service.rb +36 -36
  92. data/lib/twilio-ruby/rest/chat/v2/service/binding.rb +18 -18
  93. data/lib/twilio-ruby/rest/chat/v2/service/channel.rb +15 -15
  94. data/lib/twilio-ruby/rest/chat/v2/service/channel/invite.rb +19 -19
  95. data/lib/twilio-ruby/rest/chat/v2/service/channel/member.rb +54 -54
  96. data/lib/twilio-ruby/rest/chat/v2/service/channel/message.rb +25 -25
  97. data/lib/twilio-ruby/rest/chat/v2/service/channel/webhook.rb +15 -15
  98. data/lib/twilio-ruby/rest/chat/v2/service/role.rb +5 -5
  99. data/lib/twilio-ruby/rest/chat/v2/service/user.rb +8 -8
  100. data/lib/twilio-ruby/rest/chat/v2/service/user/user_binding.rb +18 -18
  101. data/lib/twilio-ruby/rest/chat/v2/service/user/user_channel.rb +20 -20
  102. data/lib/twilio-ruby/rest/client.rb +1 -1
  103. data/lib/twilio-ruby/rest/conversations/v1/configuration.rb +10 -18
  104. data/lib/twilio-ruby/rest/conversations/v1/configuration/webhook.rb +0 -8
  105. data/lib/twilio-ruby/rest/conversations/v1/conversation.rb +7 -15
  106. data/lib/twilio-ruby/rest/conversations/v1/conversation/message.rb +5 -13
  107. data/lib/twilio-ruby/rest/conversations/v1/conversation/message/delivery_receipt.rb +7 -15
  108. data/lib/twilio-ruby/rest/conversations/v1/conversation/participant.rb +12 -20
  109. data/lib/twilio-ruby/rest/conversations/v1/conversation/webhook.rb +3 -11
  110. data/lib/twilio-ruby/rest/conversations/v1/credential.rb +0 -8
  111. data/lib/twilio-ruby/rest/conversations/v1/role.rb +4 -12
  112. data/lib/twilio-ruby/rest/conversations/v1/service.rb +1 -9
  113. data/lib/twilio-ruby/rest/conversations/v1/service/binding.rb +24 -32
  114. data/lib/twilio-ruby/rest/conversations/v1/service/configuration.rb +14 -22
  115. data/lib/twilio-ruby/rest/conversations/v1/service/configuration/notification.rb +2 -10
  116. data/lib/twilio-ruby/rest/conversations/v1/service/conversation.rb +11 -19
  117. data/lib/twilio-ruby/rest/conversations/v1/service/conversation/message.rb +10 -18
  118. data/lib/twilio-ruby/rest/conversations/v1/service/conversation/message/delivery_receipt.rb +13 -21
  119. data/lib/twilio-ruby/rest/conversations/v1/service/conversation/participant.rb +18 -26
  120. data/lib/twilio-ruby/rest/conversations/v1/service/conversation/webhook.rb +9 -17
  121. data/lib/twilio-ruby/rest/conversations/v1/service/role.rb +10 -18
  122. data/lib/twilio-ruby/rest/conversations/v1/service/user.rb +41 -30
  123. data/lib/twilio-ruby/rest/conversations/v1/user.rb +35 -24
  124. data/lib/twilio-ruby/rest/fax/v1/fax.rb +27 -27
  125. data/lib/twilio-ruby/rest/ip_messaging/v1/service.rb +36 -36
  126. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel.rb +3 -3
  127. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/invite.rb +19 -19
  128. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/member.rb +28 -28
  129. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/message.rb +7 -7
  130. data/lib/twilio-ruby/rest/ip_messaging/v1/service/role.rb +5 -5
  131. data/lib/twilio-ruby/rest/ip_messaging/v1/service/user.rb +8 -8
  132. data/lib/twilio-ruby/rest/ip_messaging/v1/service/user/user_channel.rb +2 -2
  133. data/lib/twilio-ruby/rest/ip_messaging/v2/service.rb +36 -36
  134. data/lib/twilio-ruby/rest/ip_messaging/v2/service/binding.rb +18 -18
  135. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel.rb +15 -15
  136. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/invite.rb +19 -19
  137. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/member.rb +54 -54
  138. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/message.rb +25 -25
  139. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/webhook.rb +15 -15
  140. data/lib/twilio-ruby/rest/ip_messaging/v2/service/role.rb +5 -5
  141. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user.rb +8 -8
  142. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_binding.rb +18 -18
  143. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_channel.rb +20 -20
  144. data/lib/twilio-ruby/rest/lookups.rb +1 -1
  145. data/lib/twilio-ruby/rest/lookups/v1.rb +1 -1
  146. data/lib/twilio-ruby/rest/lookups/v1/phone_number.rb +10 -10
  147. data/lib/twilio-ruby/rest/messaging/v1/service.rb +36 -36
  148. data/lib/twilio-ruby/rest/messaging/v1/service/alpha_sender.rb +3 -3
  149. data/lib/twilio-ruby/rest/messaging/v1/service/phone_number.rb +3 -3
  150. data/lib/twilio-ruby/rest/messaging/v1/service/short_code.rb +3 -3
  151. data/lib/twilio-ruby/rest/monitor/v1/event.rb +15 -15
  152. data/lib/twilio-ruby/rest/notify/v1/service.rb +24 -24
  153. data/lib/twilio-ruby/rest/notify/v1/service/binding.rb +10 -10
  154. data/lib/twilio-ruby/rest/notify/v1/service/notification.rb +17 -17
  155. data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document.rb +10 -10
  156. data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document/dependent_hosted_number_order.rb +6 -6
  157. data/lib/twilio-ruby/rest/preview/hosted_numbers/hosted_number_order.rb +1 -1
  158. data/lib/twilio-ruby/rest/preview/trusted_comms/branded_call.rb +4 -4
  159. data/lib/twilio-ruby/rest/preview/trusted_comms/current_call.rb +4 -4
  160. data/lib/twilio-ruby/rest/preview/trusted_comms/phone_call.rb +52 -52
  161. data/lib/twilio-ruby/rest/preview/understand/assistant/task/field.rb +2 -2
  162. data/lib/twilio-ruby/rest/pricing/v1/messaging.rb +2 -2
  163. data/lib/twilio-ruby/rest/pricing/v1/messaging/country.rb +4 -4
  164. data/lib/twilio-ruby/rest/pricing/v1/phone_number.rb +2 -2
  165. data/lib/twilio-ruby/rest/pricing/v1/phone_number/country.rb +4 -4
  166. data/lib/twilio-ruby/rest/pricing/v1/voice.rb +2 -2
  167. data/lib/twilio-ruby/rest/pricing/v1/voice/country.rb +4 -4
  168. data/lib/twilio-ruby/rest/pricing/v2/voice.rb +3 -3
  169. data/lib/twilio-ruby/rest/pricing/v2/voice/country.rb +4 -4
  170. data/lib/twilio-ruby/rest/pricing/v2/voice/number.rb +4 -4
  171. data/lib/twilio-ruby/rest/proxy/v1/service.rb +15 -15
  172. data/lib/twilio-ruby/rest/proxy/v1/service/phone_number.rb +11 -11
  173. data/lib/twilio-ruby/rest/proxy/v1/service/session.rb +6 -6
  174. data/lib/twilio-ruby/rest/proxy/v1/service/session/interaction.rb +6 -6
  175. data/lib/twilio-ruby/rest/proxy/v1/service/session/participant.rb +6 -6
  176. data/lib/twilio-ruby/rest/proxy/v1/service/session/participant/message_interaction.rb +9 -9
  177. data/lib/twilio-ruby/rest/proxy/v1/service/short_code.rb +8 -8
  178. data/lib/twilio-ruby/rest/serverless/v1/service/build.rb +25 -0
  179. data/lib/twilio-ruby/rest/serverless/v1/service/build/build_status.rb +219 -0
  180. data/lib/twilio-ruby/rest/studio/v1/flow/execution.rb +6 -6
  181. data/lib/twilio-ruby/rest/studio/v2/flow/execution.rb +6 -6
  182. data/lib/twilio-ruby/rest/supersim/v1/command.rb +7 -7
  183. data/lib/twilio-ruby/rest/supersim/v1/network.rb +6 -6
  184. data/lib/twilio-ruby/rest/supersim/v1/sim.rb +7 -7
  185. data/lib/twilio-ruby/rest/supersim/v1/usage_record.rb +6 -6
  186. data/lib/twilio-ruby/rest/sync/v1/service.rb +3 -3
  187. data/lib/twilio-ruby/rest/sync/v1/service/document.rb +6 -6
  188. data/lib/twilio-ruby/rest/sync/v1/service/document/document_permission.rb +6 -6
  189. data/lib/twilio-ruby/rest/sync/v1/service/sync_list.rb +6 -6
  190. data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_item.rb +6 -6
  191. data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_permission.rb +6 -6
  192. data/lib/twilio-ruby/rest/sync/v1/service/sync_map.rb +6 -6
  193. data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_item.rb +12 -12
  194. data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_permission.rb +6 -6
  195. data/lib/twilio-ruby/rest/sync/v1/service/sync_stream.rb +6 -6
  196. data/lib/twilio-ruby/rest/sync/v1/service/sync_stream/stream_message.rb +4 -4
  197. data/lib/twilio-ruby/rest/taskrouter/v1/workspace.rb +4 -4
  198. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/event.rb +6 -6
  199. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task/reservation.rb +12 -12
  200. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue.rb +8 -8
  201. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics.rb +6 -6
  202. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_statistics.rb +6 -6
  203. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queues_statistics.rb +9 -9
  204. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker.rb +3 -3
  205. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/reservation.rb +12 -12
  206. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_statistics.rb +4 -4
  207. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_cumulative_statistics.rb +4 -4
  208. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_statistics.rb +6 -6
  209. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow.rb +12 -12
  210. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics.rb +4 -4
  211. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_statistics.rb +6 -6
  212. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_cumulative_statistics.rb +4 -4
  213. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_statistics.rb +6 -6
  214. data/lib/twilio-ruby/rest/trunking/v1/trunk.rb +27 -27
  215. data/lib/twilio-ruby/rest/trunking/v1/trunk/credential_list.rb +2 -2
  216. data/lib/twilio-ruby/rest/trunking/v1/trunk/ip_access_control_list.rb +2 -2
  217. data/lib/twilio-ruby/rest/trunking/v1/trunk/phone_number.rb +2 -2
  218. data/lib/twilio-ruby/rest/verify/v2/service.rb +3 -3
  219. data/lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb +3 -3
  220. data/lib/twilio-ruby/rest/verify/v2/service/entity/factor.rb +2 -6
  221. data/lib/twilio-ruby/rest/verify/v2/service/messaging_configuration.rb +12 -12
  222. data/lib/twilio-ruby/rest/verify/v2/service/rate_limit.rb +3 -3
  223. data/lib/twilio-ruby/rest/verify/v2/service/rate_limit/bucket.rb +3 -3
  224. data/lib/twilio-ruby/rest/verify/v2/service/verification.rb +12 -12
  225. data/lib/twilio-ruby/rest/verify/v2/service/verification_check.rb +5 -5
  226. data/lib/twilio-ruby/rest/video/v1/composition.rb +9 -9
  227. data/lib/twilio-ruby/rest/video/v1/composition_hook.rb +24 -24
  228. data/lib/twilio-ruby/rest/video/v1/recording.rb +6 -6
  229. data/lib/twilio-ruby/rest/video/v1/room.rb +6 -9
  230. data/lib/twilio-ruby/rest/video/v1/room/recording.rb +6 -6
  231. data/lib/twilio-ruby/rest/video/v1/room/room_participant.rb +9 -9
  232. data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_subscribe_rule.rb +2 -2
  233. data/lib/twilio-ruby/rest/voice/v1/byoc_trunk.rb +9 -9
  234. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions.rb +2 -2
  235. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/country.rb +22 -22
  236. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/country/highrisk_special_prefix.rb +4 -4
  237. data/lib/twilio-ruby/rest/voice/v1/ip_record.rb +2 -2
  238. data/lib/twilio-ruby/rest/wireless/v1/command.rb +7 -7
  239. data/lib/twilio-ruby/rest/wireless/v1/rate_plan.rb +7 -7
  240. data/lib/twilio-ruby/rest/wireless/v1/sim.rb +22 -22
  241. data/lib/twilio-ruby/rest/wireless/v1/sim/data_session.rb +4 -4
  242. data/lib/twilio-ruby/rest/wireless/v1/sim/usage_record.rb +10 -10
  243. data/lib/twilio-ruby/rest/wireless/v1/usage_record.rb +6 -6
  244. data/lib/twilio-ruby/version.rb +1 -1
  245. data/spec/integration/api/v2010/account/conference/participant_spec.rb +30 -0
  246. data/spec/integration/conversations/v1/service/user_spec.rb +9 -3
  247. data/spec/integration/conversations/v1/user_spec.rb +9 -3
  248. data/spec/integration/serverless/v1/service/build/build_status_spec.rb +48 -0
  249. data/spec/integration/serverless/v1/service/build_spec.rb +8 -2
  250. data/spec/integration/verify/v2/service/entity/factor_spec.rb +2 -2
  251. data/spec/integration/video/v1/room_spec.rb +2 -2
  252. metadata +5 -2
@@ -188,7 +188,7 @@ module Twilio
188
188
  # the new Worker. It can be up to 64 characters long.
189
189
  # @param [String] activity_sid The SID of a valid Activity that will describe the
190
190
  # new Worker's initial state. See
191
- # [Activities](https://www.twilio.com/docs/taskrouter/api/activity) for more
191
+ # {Activities}[https://www.twilio.com/docs/taskrouter/api/activity] for more
192
192
  # information. If not provided, the new Worker's initial state is the
193
193
  # `default_activity_sid` configured on the Workspace.
194
194
  # @param [String] attributes A valid JSON string that describes the new Worker.
@@ -291,7 +291,7 @@ module Twilio
291
291
  # Update the WorkerInstance
292
292
  # @param [String] activity_sid The SID of a valid Activity that will describe the
293
293
  # Worker's initial state. See
294
- # [Activities](https://www.twilio.com/docs/taskrouter/api/activity) for more
294
+ # {Activities}[https://www.twilio.com/docs/taskrouter/api/activity] for more
295
295
  # information.
296
296
  # @param [String] attributes The JSON string that describes the Worker. For
297
297
  # example: `{ "email": "Bob@example.com", "phone": "+5095551234" }`. This data is
@@ -543,7 +543,7 @@ module Twilio
543
543
  # Update the WorkerInstance
544
544
  # @param [String] activity_sid The SID of a valid Activity that will describe the
545
545
  # Worker's initial state. See
546
- # [Activities](https://www.twilio.com/docs/taskrouter/api/activity) for more
546
+ # {Activities}[https://www.twilio.com/docs/taskrouter/api/activity] for more
547
547
  # information.
548
548
  # @param [String] attributes The JSON string that describes the Worker. For
549
549
  # example: `{ "email": "Bob@example.com", "phone": "+5095551234" }`. This data is
@@ -210,7 +210,7 @@ module Twilio
210
210
  # instruction.
211
211
  # @param [String] dequeue_to The contact URI of the worker when executing a
212
212
  # Dequeue instruction. Can be the URI of the Twilio Client, the SIP URI for
213
- # Programmable SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164)
213
+ # Programmable SIP, or the {E.164}[https://www.twilio.com/docs/glossary/what-e164]
214
214
  # formatted phone number, depending on the destination.
215
215
  # @param [String] dequeue_status_callback_url The callback URL for completed call
216
216
  # event when executing a Dequeue instruction.
@@ -222,7 +222,7 @@ module Twilio
222
222
  # instruction.
223
223
  # @param [String] call_to The contact URI of the worker when executing a Call
224
224
  # instruction. Can be the URI of the Twilio Client, the SIP URI for Programmable
225
- # SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164) formatted
225
+ # SIP, or the {E.164}[https://www.twilio.com/docs/glossary/what-e164] formatted
226
226
  # phone number, depending on the destination.
227
227
  # @param [String] call_url TwiML URI executed on answering the worker's leg as a
228
228
  # result of the Call instruction.
@@ -238,7 +238,7 @@ module Twilio
238
238
  # the Redirect instruction.
239
239
  # @param [String] to The Contact URI of the worker when executing a Conference
240
240
  # instruction. Can be the URI of the Twilio Client, the SIP URI for Programmable
241
- # SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164) formatted
241
+ # SIP, or the {E.164}[https://www.twilio.com/docs/glossary/what-e164] formatted
242
242
  # phone number, depending on the destination.
243
243
  # @param [String] from The caller ID of the call to the worker when executing a
244
244
  # Conference instruction.
@@ -268,8 +268,8 @@ module Twilio
268
268
  # agent leaves.
269
269
  # @param [String] wait_url The URL we should call using the `wait_method` for the
270
270
  # music to play while participants are waiting for the conference to start. The
271
- # default value is the URL of our standard hold music. [Learn more about hold
272
- # music](https://www.twilio.com/labs/twimlets/holdmusic).
271
+ # default value is the URL of our standard hold music. {Learn more about hold
272
+ # music}[https://www.twilio.com/labs/twimlets/holdmusic].
273
273
  # @param [String] wait_method The HTTP method we should use to call `wait_url`.
274
274
  # Can be `GET` or `POST` and the default is `POST`. When using a static audio
275
275
  # file, this should be `GET` so that we can cache the file.
@@ -309,7 +309,7 @@ module Twilio
309
309
  # should use to call `conference_recording_status_callback`. Can be: `GET` or
310
310
  # `POST` and defaults to `POST`.
311
311
  # @param [String] region The
312
- # [region](https://support.twilio.com/hc/en-us/articles/223132167-How-global-low-latency-routing-and-region-selection-work-for-conferences-and-Client-calls)
312
+ # {region}[https://support.twilio.com/hc/en-us/articles/223132167-How-global-low-latency-routing-and-region-selection-work-for-conferences-and-Client-calls]
313
313
  # where we should mix the recorded audio. Can be:`us1`, `ie1`, `de1`, `sg1`,
314
314
  # `br1`, `au1`, or `jp1`.
315
315
  # @param [String] sip_auth_username The SIP username used for authentication.
@@ -548,7 +548,7 @@ module Twilio
548
548
  # instruction.
549
549
  # @param [String] dequeue_to The contact URI of the worker when executing a
550
550
  # Dequeue instruction. Can be the URI of the Twilio Client, the SIP URI for
551
- # Programmable SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164)
551
+ # Programmable SIP, or the {E.164}[https://www.twilio.com/docs/glossary/what-e164]
552
552
  # formatted phone number, depending on the destination.
553
553
  # @param [String] dequeue_status_callback_url The callback URL for completed call
554
554
  # event when executing a Dequeue instruction.
@@ -560,7 +560,7 @@ module Twilio
560
560
  # instruction.
561
561
  # @param [String] call_to The contact URI of the worker when executing a Call
562
562
  # instruction. Can be the URI of the Twilio Client, the SIP URI for Programmable
563
- # SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164) formatted
563
+ # SIP, or the {E.164}[https://www.twilio.com/docs/glossary/what-e164] formatted
564
564
  # phone number, depending on the destination.
565
565
  # @param [String] call_url TwiML URI executed on answering the worker's leg as a
566
566
  # result of the Call instruction.
@@ -576,7 +576,7 @@ module Twilio
576
576
  # the Redirect instruction.
577
577
  # @param [String] to The Contact URI of the worker when executing a Conference
578
578
  # instruction. Can be the URI of the Twilio Client, the SIP URI for Programmable
579
- # SIP, or the [E.164](https://www.twilio.com/docs/glossary/what-e164) formatted
579
+ # SIP, or the {E.164}[https://www.twilio.com/docs/glossary/what-e164] formatted
580
580
  # phone number, depending on the destination.
581
581
  # @param [String] from The caller ID of the call to the worker when executing a
582
582
  # Conference instruction.
@@ -606,8 +606,8 @@ module Twilio
606
606
  # agent leaves.
607
607
  # @param [String] wait_url The URL we should call using the `wait_method` for the
608
608
  # music to play while participants are waiting for the conference to start. The
609
- # default value is the URL of our standard hold music. [Learn more about hold
610
- # music](https://www.twilio.com/labs/twimlets/holdmusic).
609
+ # default value is the URL of our standard hold music. {Learn more about hold
610
+ # music}[https://www.twilio.com/labs/twimlets/holdmusic].
611
611
  # @param [String] wait_method The HTTP method we should use to call `wait_url`.
612
612
  # Can be `GET` or `POST` and the default is `POST`. When using a static audio
613
613
  # file, this should be `GET` so that we can cache the file.
@@ -647,7 +647,7 @@ module Twilio
647
647
  # should use to call `conference_recording_status_callback`. Can be: `GET` or
648
648
  # `POST` and defaults to `POST`.
649
649
  # @param [String] region The
650
- # [region](https://support.twilio.com/hc/en-us/articles/223132167-How-global-low-latency-routing-and-region-selection-work-for-conferences-and-Client-calls)
650
+ # {region}[https://support.twilio.com/hc/en-us/articles/223132167-How-global-low-latency-routing-and-region-selection-work-for-conferences-and-Client-calls]
651
651
  # where we should mix the recorded audio. Can be:`us1`, `ie1`, `de1`, `sg1`,
652
652
  # `br1`, `au1`, or `jp1`.
653
653
  # @param [String] sip_auth_username The SIP username used for authentication.
@@ -92,9 +92,9 @@ module Twilio
92
92
  # past. The default 15 minutes. This is helpful for displaying statistics for the
93
93
  # last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends.
94
94
  # @param [Time] start_date Only calculate statistics from this date and time and
95
- # later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
95
+ # later, specified in {ISO 8601}[https://en.wikipedia.org/wiki/ISO_8601] format.
96
96
  # @param [Time] end_date Only include usage that occurred on or before this date,
97
- # specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
97
+ # specified in GMT as an {ISO 8601}[https://en.wikipedia.org/wiki/ISO_8601]
98
98
  # date-time.
99
99
  # @param [String] task_channel Only calculate statistics on this TaskChannel. Can
100
100
  # be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or
@@ -211,9 +211,9 @@ module Twilio
211
211
  # past. The default 15 minutes. This is helpful for displaying statistics for the
212
212
  # last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends.
213
213
  # @param [Time] start_date Only calculate statistics from this date and time and
214
- # later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
214
+ # later, specified in {ISO 8601}[https://en.wikipedia.org/wiki/ISO_8601] format.
215
215
  # @param [Time] end_date Only include usage that occurred on or before this date,
216
- # specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
216
+ # specified in GMT as an {ISO 8601}[https://en.wikipedia.org/wiki/ISO_8601]
217
217
  # date-time.
218
218
  # @param [String] task_channel Only calculate statistics on this TaskChannel. Can
219
219
  # be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or
@@ -80,12 +80,12 @@ module Twilio
80
80
  ##
81
81
  # Fetch the WorkersCumulativeStatisticsInstance
82
82
  # @param [Time] end_date Only calculate statistics from this date and time and
83
- # earlier, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
83
+ # earlier, specified in {ISO 8601}[https://en.wikipedia.org/wiki/ISO_8601] format.
84
84
  # @param [String] minutes Only calculate statistics since this many minutes in the
85
85
  # past. The default 15 minutes. This is helpful for displaying statistics for the
86
86
  # last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends.
87
87
  # @param [Time] start_date Only calculate statistics from this date and time and
88
- # later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
88
+ # later, specified in {ISO 8601}[https://en.wikipedia.org/wiki/ISO_8601] format.
89
89
  # @param [String] task_channel Only calculate cumulative statistics on this
90
90
  # TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`,
91
91
  # `sms`, or `default`.
@@ -236,12 +236,12 @@ module Twilio
236
236
  ##
237
237
  # Fetch the WorkersCumulativeStatisticsInstance
238
238
  # @param [Time] end_date Only calculate statistics from this date and time and
239
- # earlier, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
239
+ # earlier, specified in {ISO 8601}[https://en.wikipedia.org/wiki/ISO_8601] format.
240
240
  # @param [String] minutes Only calculate statistics since this many minutes in the
241
241
  # past. The default 15 minutes. This is helpful for displaying statistics for the
242
242
  # last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends.
243
243
  # @param [Time] start_date Only calculate statistics from this date and time and
244
- # later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
244
+ # later, specified in {ISO 8601}[https://en.wikipedia.org/wiki/ISO_8601] format.
245
245
  # @param [String] task_channel Only calculate cumulative statistics on this
246
246
  # TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`,
247
247
  # `sms`, or `default`.
@@ -81,10 +81,10 @@ module Twilio
81
81
  # past. The default 15 minutes. This is helpful for displaying statistics for the
82
82
  # last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends.
83
83
  # @param [Time] start_date Only calculate statistics from this date and time and
84
- # later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
84
+ # later, specified in {ISO 8601}[https://en.wikipedia.org/wiki/ISO_8601] format.
85
85
  # @param [Time] end_date Only calculate statistics from this date and time and
86
- # earlier, specified in GMT as an [ISO
87
- # 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time.
86
+ # earlier, specified in GMT as an {ISO
87
+ # 8601}[https://en.wikipedia.org/wiki/ISO_8601] date-time.
88
88
  # @param [String] task_queue_sid The SID of the TaskQueue for which to fetch
89
89
  # Worker statistics.
90
90
  # @param [String] task_queue_name The `friendly_name` of the TaskQueue for which
@@ -197,10 +197,10 @@ module Twilio
197
197
  # past. The default 15 minutes. This is helpful for displaying statistics for the
198
198
  # last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends.
199
199
  # @param [Time] start_date Only calculate statistics from this date and time and
200
- # later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
200
+ # later, specified in {ISO 8601}[https://en.wikipedia.org/wiki/ISO_8601] format.
201
201
  # @param [Time] end_date Only calculate statistics from this date and time and
202
- # earlier, specified in GMT as an [ISO
203
- # 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time.
202
+ # earlier, specified in GMT as an {ISO
203
+ # 8601}[https://en.wikipedia.org/wiki/ISO_8601] date-time.
204
204
  # @param [String] task_queue_sid The SID of the TaskQueue for which to fetch
205
205
  # Worker statistics.
206
206
  # @param [String] task_queue_name The `friendly_name` of the TaskQueue for which
@@ -119,12 +119,12 @@ module Twilio
119
119
  # the Workflow resource. For example, `Inbound Call Workflow` or `2014 Outbound
120
120
  # Campaign`.
121
121
  # @param [String] configuration A JSON string that contains the rules to apply to
122
- # the Workflow. See [Configuring
123
- # Workflows](https://www.twilio.com/docs/taskrouter/workflow-configuration) for
122
+ # the Workflow. See {Configuring
123
+ # Workflows}[https://www.twilio.com/docs/taskrouter/workflow-configuration] for
124
124
  # more information.
125
125
  # @param [String] assignment_callback_url The URL from your application that will
126
- # process task assignment events. See [Handling Task Assignment
127
- # Callback](https://www.twilio.com/docs/taskrouter/handle-assignment-callbacks)
126
+ # process task assignment events. See {Handling Task Assignment
127
+ # Callback}[https://www.twilio.com/docs/taskrouter/handle-assignment-callbacks]
128
128
  # for more details.
129
129
  # @param [String] fallback_assignment_callback_url The URL that we should call
130
130
  # when a call to the `assignment_callback_url` fails.
@@ -223,14 +223,14 @@ module Twilio
223
223
  # the Workflow resource. For example, `Inbound Call Workflow` or `2014 Outbound
224
224
  # Campaign`.
225
225
  # @param [String] assignment_callback_url The URL from your application that will
226
- # process task assignment events. See [Handling Task Assignment
227
- # Callback](https://www.twilio.com/docs/taskrouter/handle-assignment-callbacks)
226
+ # process task assignment events. See {Handling Task Assignment
227
+ # Callback}[https://www.twilio.com/docs/taskrouter/handle-assignment-callbacks]
228
228
  # for more details.
229
229
  # @param [String] fallback_assignment_callback_url The URL that we should call
230
230
  # when a call to the `assignment_callback_url` fails.
231
231
  # @param [String] configuration A JSON string that contains the rules to apply to
232
- # the Workflow. See [Configuring
233
- # Workflows](https://www.twilio.com/docs/taskrouter/workflow-configuration) for
232
+ # the Workflow. See {Configuring
233
+ # Workflows}[https://www.twilio.com/docs/taskrouter/workflow-configuration] for
234
234
  # more information.
235
235
  # @param [String] task_reservation_timeout How long TaskRouter will wait for a
236
236
  # confirmation response from your application after it assigns a Task to a Worker.
@@ -441,14 +441,14 @@ module Twilio
441
441
  # the Workflow resource. For example, `Inbound Call Workflow` or `2014 Outbound
442
442
  # Campaign`.
443
443
  # @param [String] assignment_callback_url The URL from your application that will
444
- # process task assignment events. See [Handling Task Assignment
445
- # Callback](https://www.twilio.com/docs/taskrouter/handle-assignment-callbacks)
444
+ # process task assignment events. See {Handling Task Assignment
445
+ # Callback}[https://www.twilio.com/docs/taskrouter/handle-assignment-callbacks]
446
446
  # for more details.
447
447
  # @param [String] fallback_assignment_callback_url The URL that we should call
448
448
  # when a call to the `assignment_callback_url` fails.
449
449
  # @param [String] configuration A JSON string that contains the rules to apply to
450
- # the Workflow. See [Configuring
451
- # Workflows](https://www.twilio.com/docs/taskrouter/workflow-configuration) for
450
+ # the Workflow. See {Configuring
451
+ # Workflows}[https://www.twilio.com/docs/taskrouter/workflow-configuration] for
452
452
  # more information.
453
453
  # @param [String] task_reservation_timeout How long TaskRouter will wait for a
454
454
  # confirmation response from your application after it assigns a Task to a Worker.
@@ -89,13 +89,13 @@ module Twilio
89
89
  ##
90
90
  # Fetch the WorkflowCumulativeStatisticsInstance
91
91
  # @param [Time] end_date Only include usage that occurred on or before this date,
92
- # specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
92
+ # specified in GMT as an {ISO 8601}[https://en.wikipedia.org/wiki/ISO_8601]
93
93
  # date-time.
94
94
  # @param [String] minutes Only calculate statistics since this many minutes in the
95
95
  # past. The default 15 minutes. This is helpful for displaying statistics for the
96
96
  # last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends.
97
97
  # @param [Time] start_date Only calculate statistics from this date and time and
98
- # later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
98
+ # later, specified in {ISO 8601}[https://en.wikipedia.org/wiki/ISO_8601] format.
99
99
  # @param [String] task_channel Only calculate cumulative statistics on this
100
100
  # TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`,
101
101
  # `sms`, or `default`.
@@ -335,13 +335,13 @@ module Twilio
335
335
  ##
336
336
  # Fetch the WorkflowCumulativeStatisticsInstance
337
337
  # @param [Time] end_date Only include usage that occurred on or before this date,
338
- # specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
338
+ # specified in GMT as an {ISO 8601}[https://en.wikipedia.org/wiki/ISO_8601]
339
339
  # date-time.
340
340
  # @param [String] minutes Only calculate statistics since this many minutes in the
341
341
  # past. The default 15 minutes. This is helpful for displaying statistics for the
342
342
  # last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends.
343
343
  # @param [Time] start_date Only calculate statistics from this date and time and
344
- # later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
344
+ # later, specified in {ISO 8601}[https://en.wikipedia.org/wiki/ISO_8601] format.
345
345
  # @param [String] task_channel Only calculate cumulative statistics on this
346
346
  # TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`,
347
347
  # `sms`, or `default`.
@@ -92,10 +92,10 @@ module Twilio
92
92
  # past. The default 15 minutes. This is helpful for displaying statistics for the
93
93
  # last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends.
94
94
  # @param [Time] start_date Only calculate statistics from this date and time and
95
- # later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
95
+ # later, specified in {ISO 8601}[https://en.wikipedia.org/wiki/ISO_8601] format.
96
96
  # @param [Time] end_date Only calculate statistics from this date and time and
97
- # earlier, specified in GMT as an [ISO
98
- # 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time.
97
+ # earlier, specified in GMT as an {ISO
98
+ # 8601}[https://en.wikipedia.org/wiki/ISO_8601] date-time.
99
99
  # @param [String] task_channel Only calculate real-time statistics on this
100
100
  # TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`,
101
101
  # `sms`, or `default`.
@@ -226,10 +226,10 @@ module Twilio
226
226
  # past. The default 15 minutes. This is helpful for displaying statistics for the
227
227
  # last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends.
228
228
  # @param [Time] start_date Only calculate statistics from this date and time and
229
- # later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
229
+ # later, specified in {ISO 8601}[https://en.wikipedia.org/wiki/ISO_8601] format.
230
230
  # @param [Time] end_date Only calculate statistics from this date and time and
231
- # earlier, specified in GMT as an [ISO
232
- # 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time.
231
+ # earlier, specified in GMT as an {ISO
232
+ # 8601}[https://en.wikipedia.org/wiki/ISO_8601] date-time.
233
233
  # @param [String] task_channel Only calculate real-time statistics on this
234
234
  # TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`,
235
235
  # `sms`, or `default`.
@@ -81,13 +81,13 @@ module Twilio
81
81
  ##
82
82
  # Fetch the WorkspaceCumulativeStatisticsInstance
83
83
  # @param [Time] end_date Only include usage that occurred on or before this date,
84
- # specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
84
+ # specified in GMT as an {ISO 8601}[https://en.wikipedia.org/wiki/ISO_8601]
85
85
  # date-time.
86
86
  # @param [String] minutes Only calculate statistics since this many minutes in the
87
87
  # past. The default 15 minutes. This is helpful for displaying statistics for the
88
88
  # last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends.
89
89
  # @param [Time] start_date Only calculate statistics from this date and time and
90
- # later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
90
+ # later, specified in {ISO 8601}[https://en.wikipedia.org/wiki/ISO_8601] format.
91
91
  # @param [String] task_channel Only calculate cumulative statistics on this
92
92
  # TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`,
93
93
  # `sms`, or `default`.
@@ -312,13 +312,13 @@ module Twilio
312
312
  ##
313
313
  # Fetch the WorkspaceCumulativeStatisticsInstance
314
314
  # @param [Time] end_date Only include usage that occurred on or before this date,
315
- # specified in GMT as an [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
315
+ # specified in GMT as an {ISO 8601}[https://en.wikipedia.org/wiki/ISO_8601]
316
316
  # date-time.
317
317
  # @param [String] minutes Only calculate statistics since this many minutes in the
318
318
  # past. The default 15 minutes. This is helpful for displaying statistics for the
319
319
  # last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends.
320
320
  # @param [Time] start_date Only calculate statistics from this date and time and
321
- # later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
321
+ # later, specified in {ISO 8601}[https://en.wikipedia.org/wiki/ISO_8601] format.
322
322
  # @param [String] task_channel Only calculate cumulative statistics on this
323
323
  # TaskChannel. Can be the TaskChannel's SID or its `unique_name`, such as `voice`,
324
324
  # `sms`, or `default`.
@@ -80,10 +80,10 @@ module Twilio
80
80
  # past. The default 15 minutes. This is helpful for displaying statistics for the
81
81
  # last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends.
82
82
  # @param [Time] start_date Only calculate statistics from this date and time and
83
- # later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
83
+ # later, specified in {ISO 8601}[https://en.wikipedia.org/wiki/ISO_8601] format.
84
84
  # @param [Time] end_date Only calculate statistics from this date and time and
85
- # earlier, specified in GMT as an [ISO
86
- # 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time.
85
+ # earlier, specified in GMT as an {ISO
86
+ # 8601}[https://en.wikipedia.org/wiki/ISO_8601] date-time.
87
87
  # @param [String] task_channel Only calculate statistics on this TaskChannel. Can
88
88
  # be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or
89
89
  # `default`.
@@ -195,10 +195,10 @@ module Twilio
195
195
  # past. The default 15 minutes. This is helpful for displaying statistics for the
196
196
  # last 15 minutes, 240 minutes (4 hours), and 480 minutes (8 hours) to see trends.
197
197
  # @param [Time] start_date Only calculate statistics from this date and time and
198
- # later, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
198
+ # later, specified in {ISO 8601}[https://en.wikipedia.org/wiki/ISO_8601] format.
199
199
  # @param [Time] end_date Only calculate statistics from this date and time and
200
- # earlier, specified in GMT as an [ISO
201
- # 8601](https://en.wikipedia.org/wiki/ISO_8601) date-time.
200
+ # earlier, specified in GMT as an {ISO
201
+ # 8601}[https://en.wikipedia.org/wiki/ISO_8601] date-time.
202
202
  # @param [String] task_channel Only calculate statistics on this TaskChannel. Can
203
203
  # be the TaskChannel's SID or its `unique_name`, such as `voice`, `sms`, or
204
204
  # `default`.
@@ -29,31 +29,31 @@ module Twilio
29
29
  # the resource. It can be up to 64 characters long.
30
30
  # @param [String] domain_name The unique address you reserve on Twilio to which
31
31
  # you route your SIP traffic. Domain names can contain letters, digits, and `-`
32
- # and must end with `pstn.twilio.com`. See [Termination
33
- # Settings](https://www.twilio.com/docs/sip-trunking#termination) for more
32
+ # and must end with `pstn.twilio.com`. See {Termination
33
+ # Settings}[https://www.twilio.com/docs/sip-trunking#termination] for more
34
34
  # information.
35
35
  # @param [String] disaster_recovery_url The URL we should call using the
36
36
  # `disaster_recovery_method` if an error occurs while sending SIP traffic towards
37
37
  # the configured Origination URL. We retrieve TwiML from the URL and execute the
38
- # instructions like any other normal TwiML call. See [Disaster
39
- # Recovery](https://www.twilio.com/docs/sip-trunking#disaster-recovery) for more
38
+ # instructions like any other normal TwiML call. See {Disaster
39
+ # Recovery}[https://www.twilio.com/docs/sip-trunking#disaster-recovery] for more
40
40
  # information.
41
41
  # @param [String] disaster_recovery_method The HTTP method we should use to call
42
42
  # the `disaster_recovery_url`. Can be: `GET` or `POST`.
43
43
  # @param [trunk.TransferSetting] transfer_mode The call transfer settings for the
44
44
  # trunk. Can be: `enable-all`, `sip-only` and `disable-all`. See
45
- # [Transfer](https://www.twilio.com/docs/sip-trunking/call-transfer) for more
45
+ # {Transfer}[https://www.twilio.com/docs/sip-trunking/call-transfer] for more
46
46
  # information.
47
47
  # @param [Boolean] secure Whether Secure Trunking is enabled for the trunk. If
48
48
  # enabled, all calls going through the trunk will be secure using SRTP for media
49
- # and TLS for signaling. If disabled, then RTP will be used for media. See [Secure
50
- # Trunking](https://www.twilio.com/docs/sip-trunking#securetrunking) for more
49
+ # and TLS for signaling. If disabled, then RTP will be used for media. See {Secure
50
+ # Trunking}[https://www.twilio.com/docs/sip-trunking#securetrunking] for more
51
51
  # information.
52
52
  # @param [Boolean] cnam_lookup_enabled Whether Caller ID Name (CNAM) lookup should
53
53
  # be enabled for the trunk. If enabled, all inbound calls to the SIP Trunk from
54
54
  # the United States and Canada automatically perform a CNAM Lookup and display
55
- # Caller ID data on your phone. See [CNAM
56
- # Lookups](https://www.twilio.com/docs/sip-trunking#CNAM) for more information.
55
+ # Caller ID data on your phone. See {CNAM
56
+ # Lookups}[https://www.twilio.com/docs/sip-trunking#CNAM] for more information.
57
57
  # @return [TrunkInstance] Created TrunkInstance
58
58
  def create(friendly_name: :unset, domain_name: :unset, disaster_recovery_url: :unset, disaster_recovery_method: :unset, transfer_mode: :unset, secure: :unset, cnam_lookup_enabled: :unset)
59
59
  data = Twilio::Values.of({
@@ -231,31 +231,31 @@ module Twilio
231
231
  # the resource. It can be up to 64 characters long.
232
232
  # @param [String] domain_name The unique address you reserve on Twilio to which
233
233
  # you route your SIP traffic. Domain names can contain letters, digits, and `-`
234
- # and must end with `pstn.twilio.com`. See [Termination
235
- # Settings](https://www.twilio.com/docs/sip-trunking#termination) for more
234
+ # and must end with `pstn.twilio.com`. See {Termination
235
+ # Settings}[https://www.twilio.com/docs/sip-trunking#termination] for more
236
236
  # information.
237
237
  # @param [String] disaster_recovery_url The URL we should call using the
238
238
  # `disaster_recovery_method` if an error occurs while sending SIP traffic towards
239
239
  # the configured Origination URL. We retrieve TwiML from the URL and execute the
240
- # instructions like any other normal TwiML call. See [Disaster
241
- # Recovery](https://www.twilio.com/docs/sip-trunking#disaster-recovery) for more
240
+ # instructions like any other normal TwiML call. See {Disaster
241
+ # Recovery}[https://www.twilio.com/docs/sip-trunking#disaster-recovery] for more
242
242
  # information.
243
243
  # @param [String] disaster_recovery_method The HTTP method we should use to call
244
244
  # the `disaster_recovery_url`. Can be: `GET` or `POST`.
245
245
  # @param [trunk.TransferSetting] transfer_mode The call transfer settings for the
246
246
  # trunk. Can be: `enable-all`, `sip-only` and `disable-all`. See
247
- # [Transfer](https://www.twilio.com/docs/sip-trunking/call-transfer) for more
247
+ # {Transfer}[https://www.twilio.com/docs/sip-trunking/call-transfer] for more
248
248
  # information.
249
249
  # @param [Boolean] secure Whether Secure Trunking is enabled for the trunk. If
250
250
  # enabled, all calls going through the trunk will be secure using SRTP for media
251
- # and TLS for signaling. If disabled, then RTP will be used for media. See [Secure
252
- # Trunking](https://www.twilio.com/docs/sip-trunking#securetrunking) for more
251
+ # and TLS for signaling. If disabled, then RTP will be used for media. See {Secure
252
+ # Trunking}[https://www.twilio.com/docs/sip-trunking#securetrunking] for more
253
253
  # information.
254
254
  # @param [Boolean] cnam_lookup_enabled Whether Caller ID Name (CNAM) lookup should
255
255
  # be enabled for the trunk. If enabled, all inbound calls to the SIP Trunk from
256
256
  # the United States and Canada automatically perform a CNAM Lookup and display
257
- # Caller ID data on your phone. See [CNAM
258
- # Lookups](https://www.twilio.com/docs/sip-trunking#CNAM) for more information.
257
+ # Caller ID data on your phone. See {CNAM
258
+ # Lookups}[https://www.twilio.com/docs/sip-trunking#CNAM] for more information.
259
259
  # @return [TrunkInstance] Updated TrunkInstance
260
260
  def update(friendly_name: :unset, domain_name: :unset, disaster_recovery_url: :unset, disaster_recovery_method: :unset, transfer_mode: :unset, secure: :unset, cnam_lookup_enabled: :unset)
261
261
  data = Twilio::Values.of({
@@ -531,31 +531,31 @@ module Twilio
531
531
  # the resource. It can be up to 64 characters long.
532
532
  # @param [String] domain_name The unique address you reserve on Twilio to which
533
533
  # you route your SIP traffic. Domain names can contain letters, digits, and `-`
534
- # and must end with `pstn.twilio.com`. See [Termination
535
- # Settings](https://www.twilio.com/docs/sip-trunking#termination) for more
534
+ # and must end with `pstn.twilio.com`. See {Termination
535
+ # Settings}[https://www.twilio.com/docs/sip-trunking#termination] for more
536
536
  # information.
537
537
  # @param [String] disaster_recovery_url The URL we should call using the
538
538
  # `disaster_recovery_method` if an error occurs while sending SIP traffic towards
539
539
  # the configured Origination URL. We retrieve TwiML from the URL and execute the
540
- # instructions like any other normal TwiML call. See [Disaster
541
- # Recovery](https://www.twilio.com/docs/sip-trunking#disaster-recovery) for more
540
+ # instructions like any other normal TwiML call. See {Disaster
541
+ # Recovery}[https://www.twilio.com/docs/sip-trunking#disaster-recovery] for more
542
542
  # information.
543
543
  # @param [String] disaster_recovery_method The HTTP method we should use to call
544
544
  # the `disaster_recovery_url`. Can be: `GET` or `POST`.
545
545
  # @param [trunk.TransferSetting] transfer_mode The call transfer settings for the
546
546
  # trunk. Can be: `enable-all`, `sip-only` and `disable-all`. See
547
- # [Transfer](https://www.twilio.com/docs/sip-trunking/call-transfer) for more
547
+ # {Transfer}[https://www.twilio.com/docs/sip-trunking/call-transfer] for more
548
548
  # information.
549
549
  # @param [Boolean] secure Whether Secure Trunking is enabled for the trunk. If
550
550
  # enabled, all calls going through the trunk will be secure using SRTP for media
551
- # and TLS for signaling. If disabled, then RTP will be used for media. See [Secure
552
- # Trunking](https://www.twilio.com/docs/sip-trunking#securetrunking) for more
551
+ # and TLS for signaling. If disabled, then RTP will be used for media. See {Secure
552
+ # Trunking}[https://www.twilio.com/docs/sip-trunking#securetrunking] for more
553
553
  # information.
554
554
  # @param [Boolean] cnam_lookup_enabled Whether Caller ID Name (CNAM) lookup should
555
555
  # be enabled for the trunk. If enabled, all inbound calls to the SIP Trunk from
556
556
  # the United States and Canada automatically perform a CNAM Lookup and display
557
- # Caller ID data on your phone. See [CNAM
558
- # Lookups](https://www.twilio.com/docs/sip-trunking#CNAM) for more information.
557
+ # Caller ID data on your phone. See {CNAM
558
+ # Lookups}[https://www.twilio.com/docs/sip-trunking#CNAM] for more information.
559
559
  # @return [TrunkInstance] Updated TrunkInstance
560
560
  def update(friendly_name: :unset, domain_name: :unset, disaster_recovery_url: :unset, disaster_recovery_method: :unset, transfer_mode: :unset, secure: :unset, cnam_lookup_enabled: :unset)
561
561
  context.update(