twilio-ruby 5.38.0 → 5.40.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (719) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +1 -1
  3. data/CHANGES.md +85 -1
  4. data/CONTRIBUTING.md +2 -2
  5. data/ISSUE_TEMPLATE.md +5 -1
  6. data/Makefile +1 -1
  7. data/PULL_REQUEST_TEMPLATE.md +1 -1
  8. data/README.md +4 -3
  9. data/lib/twilio-ruby/framework/version.rb +3 -3
  10. data/lib/twilio-ruby/rest/accounts/v1/credential/aws.rb +13 -30
  11. data/lib/twilio-ruby/rest/accounts/v1/credential/public_key.rb +13 -30
  12. data/lib/twilio-ruby/rest/api/v2010/account.rb +10 -27
  13. data/lib/twilio-ruby/rest/api/v2010/account/address.rb +13 -30
  14. data/lib/twilio-ruby/rest/api/v2010/account/address/dependent_phone_number.rb +3 -5
  15. data/lib/twilio-ruby/rest/api/v2010/account/application.rb +19 -34
  16. data/lib/twilio-ruby/rest/api/v2010/account/authorized_connect_app.rb +6 -14
  17. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number.rb +6 -14
  18. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/local.rb +6 -8
  19. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/machine_to_machine.rb +3 -5
  20. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/mobile.rb +3 -5
  21. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/national.rb +3 -5
  22. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/shared_cost.rb +3 -5
  23. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/toll_free.rb +3 -5
  24. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/voip.rb +3 -5
  25. data/lib/twilio-ruby/rest/api/v2010/account/balance.rb +2 -8
  26. data/lib/twilio-ruby/rest/api/v2010/account/call.rb +13 -30
  27. data/lib/twilio-ruby/rest/api/v2010/account/call/feedback.rb +9 -25
  28. data/lib/twilio-ruby/rest/api/v2010/account/call/feedback_summary.rb +9 -20
  29. data/lib/twilio-ruby/rest/api/v2010/account/call/notification.rb +6 -14
  30. data/lib/twilio-ruby/rest/api/v2010/account/call/payment.rb +83 -73
  31. data/lib/twilio-ruby/rest/api/v2010/account/call/recording.rb +13 -30
  32. data/lib/twilio-ruby/rest/api/v2010/account/conference.rb +7 -19
  33. data/lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb +13 -30
  34. data/lib/twilio-ruby/rest/api/v2010/account/conference/recording.rb +10 -22
  35. data/lib/twilio-ruby/rest/api/v2010/account/connect_app.rb +10 -22
  36. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number.rb +27 -30
  37. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on.rb +12 -25
  38. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension.rb +6 -14
  39. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/local.rb +20 -13
  40. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/mobile.rb +20 -13
  41. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/toll_free.rb +20 -13
  42. data/lib/twilio-ruby/rest/api/v2010/account/key.rb +10 -22
  43. data/lib/twilio-ruby/rest/api/v2010/account/message.rb +13 -30
  44. data/lib/twilio-ruby/rest/api/v2010/account/message/feedback.rb +3 -8
  45. data/lib/twilio-ruby/rest/api/v2010/account/message/media.rb +9 -17
  46. data/lib/twilio-ruby/rest/api/v2010/account/new_key.rb +3 -8
  47. data/lib/twilio-ruby/rest/api/v2010/account/new_signing_key.rb +3 -8
  48. data/lib/twilio-ruby/rest/api/v2010/account/notification.rb +6 -14
  49. data/lib/twilio-ruby/rest/api/v2010/account/outgoing_caller_id.rb +10 -22
  50. data/lib/twilio-ruby/rest/api/v2010/account/queue.rb +13 -30
  51. data/lib/twilio-ruby/rest/api/v2010/account/queue/member.rb +7 -19
  52. data/lib/twilio-ruby/rest/api/v2010/account/recording.rb +9 -17
  53. data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result.rb +9 -17
  54. data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result/payload.rb +9 -17
  55. data/lib/twilio-ruby/rest/api/v2010/account/recording/transcription.rb +9 -17
  56. data/lib/twilio-ruby/rest/api/v2010/account/short_code.rb +7 -19
  57. data/lib/twilio-ruby/rest/api/v2010/account/signing_key.rb +10 -22
  58. data/lib/twilio-ruby/rest/api/v2010/account/sip/credential_list.rb +13 -30
  59. data/lib/twilio-ruby/rest/api/v2010/account/sip/credential_list/credential.rb +13 -30
  60. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain.rb +13 -30
  61. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_credential_list_mapping.rb +12 -25
  62. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_ip_access_control_list_mapping.rb +12 -25
  63. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping/auth_registrations_credential_list_mapping.rb +12 -25
  64. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/credential_list_mapping.rb +12 -25
  65. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/ip_access_control_list_mapping.rb +12 -25
  66. data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list.rb +13 -30
  67. data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list/ip_address.rb +13 -30
  68. data/lib/twilio-ruby/rest/api/v2010/account/token.rb +3 -8
  69. data/lib/twilio-ruby/rest/api/v2010/account/transcription.rb +9 -17
  70. data/lib/twilio-ruby/rest/api/v2010/account/usage/record.rb +3 -5
  71. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/all_time.rb +3 -5
  72. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/daily.rb +3 -5
  73. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/last_month.rb +3 -5
  74. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/monthly.rb +3 -5
  75. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/this_month.rb +3 -5
  76. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/today.rb +3 -5
  77. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yearly.rb +3 -5
  78. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yesterday.rb +3 -5
  79. data/lib/twilio-ruby/rest/api/v2010/account/usage/trigger.rb +13 -30
  80. data/lib/twilio-ruby/rest/api/v2010/account/validation_request.rb +3 -8
  81. data/lib/twilio-ruby/rest/autopilot/v1/assistant.rb +13 -30
  82. data/lib/twilio-ruby/rest/autopilot/v1/assistant/defaults.rb +4 -14
  83. data/lib/twilio-ruby/rest/autopilot/v1/assistant/dialogue.rb +3 -9
  84. data/lib/twilio-ruby/rest/autopilot/v1/assistant/field_type.rb +13 -30
  85. data/lib/twilio-ruby/rest/autopilot/v1/assistant/field_type/field_value.rb +12 -25
  86. data/lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb +13 -30
  87. data/lib/twilio-ruby/rest/autopilot/v1/assistant/query.rb +13 -30
  88. data/lib/twilio-ruby/rest/autopilot/v1/assistant/style_sheet.rb +4 -14
  89. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task.rb +13 -30
  90. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/field.rb +12 -25
  91. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/sample.rb +13 -30
  92. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/task_actions.rb +4 -14
  93. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/task_statistics.rb +3 -9
  94. data/lib/twilio-ruby/rest/autopilot/v1/assistant/webhook.rb +13 -30
  95. data/lib/twilio-ruby/rest/autopilot/v1/restore_assistant.rb +1 -5
  96. data/lib/twilio-ruby/rest/bulkexports/v1/export.rb +3 -9
  97. data/lib/twilio-ruby/rest/bulkexports/v1/export/day.rb +6 -14
  98. data/lib/twilio-ruby/rest/bulkexports/v1/export/export_custom_job.rb +6 -13
  99. data/lib/twilio-ruby/rest/bulkexports/v1/export/job.rb +6 -12
  100. data/lib/twilio-ruby/rest/bulkexports/v1/export_configuration.rb +4 -14
  101. data/lib/twilio-ruby/rest/chat/v1/credential.rb +13 -30
  102. data/lib/twilio-ruby/rest/chat/v1/service.rb +13 -30
  103. data/lib/twilio-ruby/rest/chat/v1/service/channel.rb +13 -30
  104. data/lib/twilio-ruby/rest/chat/v1/service/channel/invite.rb +12 -25
  105. data/lib/twilio-ruby/rest/chat/v1/service/channel/member.rb +13 -30
  106. data/lib/twilio-ruby/rest/chat/v1/service/channel/message.rb +13 -30
  107. data/lib/twilio-ruby/rest/chat/v1/service/role.rb +13 -30
  108. data/lib/twilio-ruby/rest/chat/v1/service/user.rb +13 -30
  109. data/lib/twilio-ruby/rest/chat/v1/service/user/user_channel.rb +3 -5
  110. data/lib/twilio-ruby/rest/chat/v2/credential.rb +13 -30
  111. data/lib/twilio-ruby/rest/chat/v2/service.rb +13 -30
  112. data/lib/twilio-ruby/rest/chat/v2/service/binding.rb +9 -17
  113. data/lib/twilio-ruby/rest/chat/v2/service/channel.rb +34 -36
  114. data/lib/twilio-ruby/rest/chat/v2/service/channel/invite.rb +12 -25
  115. data/lib/twilio-ruby/rest/chat/v2/service/channel/member.rb +34 -36
  116. data/lib/twilio-ruby/rest/chat/v2/service/channel/message.rb +34 -36
  117. data/lib/twilio-ruby/rest/chat/v2/service/channel/webhook.rb +13 -30
  118. data/lib/twilio-ruby/rest/chat/v2/service/role.rb +13 -30
  119. data/lib/twilio-ruby/rest/chat/v2/service/user.rb +30 -34
  120. data/lib/twilio-ruby/rest/chat/v2/service/user/user_binding.rb +9 -17
  121. data/lib/twilio-ruby/rest/chat/v2/service/user/user_channel.rb +10 -22
  122. data/lib/twilio-ruby/rest/client.rb +7 -0
  123. data/lib/twilio-ruby/rest/conversations/v1/conversation.rb +34 -36
  124. data/lib/twilio-ruby/rest/conversations/v1/conversation/message.rb +80 -36
  125. data/lib/twilio-ruby/rest/conversations/v1/conversation/message/delivery_receipt.rb +348 -0
  126. data/lib/twilio-ruby/rest/conversations/v1/conversation/participant.rb +56 -36
  127. data/lib/twilio-ruby/rest/conversations/v1/conversation/webhook.rb +13 -30
  128. data/lib/twilio-ruby/rest/conversations/v1/webhook.rb +4 -14
  129. data/lib/twilio-ruby/rest/events.rb +54 -0
  130. data/lib/twilio-ruby/rest/events/v1.rb +58 -0
  131. data/lib/twilio-ruby/rest/events/v1/sink.rb +379 -0
  132. data/lib/twilio-ruby/rest/events/v1/sink/sink_test.rb +115 -0
  133. data/lib/twilio-ruby/rest/events/v1/sink/sink_validate.rb +118 -0
  134. data/lib/twilio-ruby/rest/events/v1/subscription.rb +358 -0
  135. data/lib/twilio-ruby/rest/events/v1/subscription/subscribed_event.rb +322 -0
  136. data/lib/twilio-ruby/rest/fax/v1/fax.rb +13 -30
  137. data/lib/twilio-ruby/rest/fax/v1/fax/fax_media.rb +9 -17
  138. data/lib/twilio-ruby/rest/flex_api/v1/channel.rb +12 -25
  139. data/lib/twilio-ruby/rest/flex_api/v1/configuration.rb +9 -34
  140. data/lib/twilio-ruby/rest/flex_api/v1/flex_flow.rb +13 -30
  141. data/lib/twilio-ruby/rest/flex_api/v1/web_channel.rb +13 -30
  142. data/lib/twilio-ruby/rest/insights/v1/call.rb +3 -9
  143. data/lib/twilio-ruby/rest/insights/v1/call/event.rb +3 -5
  144. data/lib/twilio-ruby/rest/insights/v1/call/metric.rb +3 -5
  145. data/lib/twilio-ruby/rest/insights/v1/call/summary.rb +3 -7
  146. data/lib/twilio-ruby/rest/ip_messaging/v1/credential.rb +13 -30
  147. data/lib/twilio-ruby/rest/ip_messaging/v1/service.rb +13 -30
  148. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel.rb +13 -30
  149. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/invite.rb +12 -25
  150. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/member.rb +13 -30
  151. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/message.rb +13 -30
  152. data/lib/twilio-ruby/rest/ip_messaging/v1/service/role.rb +13 -30
  153. data/lib/twilio-ruby/rest/ip_messaging/v1/service/user.rb +13 -30
  154. data/lib/twilio-ruby/rest/ip_messaging/v1/service/user/user_channel.rb +3 -5
  155. data/lib/twilio-ruby/rest/ip_messaging/v2/credential.rb +13 -30
  156. data/lib/twilio-ruby/rest/ip_messaging/v2/service.rb +13 -30
  157. data/lib/twilio-ruby/rest/ip_messaging/v2/service/binding.rb +9 -17
  158. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel.rb +34 -36
  159. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/invite.rb +12 -25
  160. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/member.rb +34 -36
  161. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/message.rb +34 -36
  162. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/webhook.rb +13 -30
  163. data/lib/twilio-ruby/rest/ip_messaging/v2/service/role.rb +13 -30
  164. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user.rb +30 -34
  165. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_binding.rb +9 -17
  166. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_channel.rb +10 -22
  167. data/lib/twilio-ruby/rest/lookups/v1/phone_number.rb +4 -8
  168. data/lib/twilio-ruby/rest/messaging/v1/service.rb +13 -30
  169. data/lib/twilio-ruby/rest/messaging/v1/service/alpha_sender.rb +12 -25
  170. data/lib/twilio-ruby/rest/messaging/v1/service/phone_number.rb +12 -25
  171. data/lib/twilio-ruby/rest/messaging/v1/service/short_code.rb +12 -25
  172. data/lib/twilio-ruby/rest/monitor/v1/alert.rb +6 -14
  173. data/lib/twilio-ruby/rest/monitor/v1/event.rb +6 -14
  174. data/lib/twilio-ruby/rest/notify/v1/credential.rb +13 -30
  175. data/lib/twilio-ruby/rest/notify/v1/service.rb +13 -30
  176. data/lib/twilio-ruby/rest/notify/v1/service/binding.rb +12 -25
  177. data/lib/twilio-ruby/rest/notify/v1/service/notification.rb +3 -8
  178. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle.rb +31 -27
  179. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/evaluation.rb +9 -24
  180. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/item_assignment.rb +12 -25
  181. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/end_user.rb +10 -27
  182. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/end_user_type.rb +6 -14
  183. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/regulation.rb +6 -14
  184. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/supporting_document.rb +10 -27
  185. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/supporting_document_type.rb +6 -14
  186. data/lib/twilio-ruby/rest/preview/bulk_exports/export.rb +3 -9
  187. data/lib/twilio-ruby/rest/preview/bulk_exports/export/day.rb +6 -14
  188. data/lib/twilio-ruby/rest/preview/bulk_exports/export/export_custom_job.rb +6 -13
  189. data/lib/twilio-ruby/rest/preview/bulk_exports/export/job.rb +6 -12
  190. data/lib/twilio-ruby/rest/preview/bulk_exports/export_configuration.rb +4 -14
  191. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet.rb +13 -30
  192. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/certificate.rb +13 -30
  193. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/deployment.rb +13 -30
  194. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/device.rb +13 -30
  195. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/key.rb +13 -30
  196. data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document.rb +10 -27
  197. data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document/dependent_hosted_number_order.rb +3 -5
  198. data/lib/twilio-ruby/rest/preview/hosted_numbers/hosted_number_order.rb +13 -30
  199. data/lib/twilio-ruby/rest/preview/marketplace/available_add_on.rb +6 -14
  200. data/lib/twilio-ruby/rest/preview/marketplace/available_add_on/available_add_on_extension.rb +6 -14
  201. data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on.rb +13 -30
  202. data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on/installed_add_on_extension.rb +7 -19
  203. data/lib/twilio-ruby/rest/preview/sync/service.rb +13 -30
  204. data/lib/twilio-ruby/rest/preview/sync/service/document.rb +26 -36
  205. data/lib/twilio-ruby/rest/preview/sync/service/document/document_permission.rb +10 -22
  206. data/lib/twilio-ruby/rest/preview/sync/service/sync_list.rb +12 -25
  207. data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_item.rb +26 -36
  208. data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_permission.rb +10 -22
  209. data/lib/twilio-ruby/rest/preview/sync/service/sync_map.rb +12 -25
  210. data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_item.rb +26 -36
  211. data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_permission.rb +10 -22
  212. data/lib/twilio-ruby/rest/preview/trusted_comms/branded_call.rb +3 -8
  213. data/lib/twilio-ruby/rest/preview/trusted_comms/brands_information.rb +13 -11
  214. data/lib/twilio-ruby/rest/preview/trusted_comms/business.rb +3 -9
  215. data/lib/twilio-ruby/rest/preview/trusted_comms/business/brand.rb +3 -9
  216. data/lib/twilio-ruby/rest/preview/trusted_comms/business/brand/branded_channel.rb +3 -9
  217. data/lib/twilio-ruby/rest/preview/trusted_comms/business/brand/branded_channel/channel.rb +3 -8
  218. data/lib/twilio-ruby/rest/preview/trusted_comms/business/insights/impressions_rate.rb +3 -7
  219. data/lib/twilio-ruby/rest/preview/trusted_comms/cps.rb +11 -11
  220. data/lib/twilio-ruby/rest/preview/trusted_comms/current_call.rb +25 -11
  221. data/lib/twilio-ruby/rest/preview/trusted_comms/phone_call.rb +3 -8
  222. data/lib/twilio-ruby/rest/preview/understand/assistant.rb +13 -30
  223. data/lib/twilio-ruby/rest/preview/understand/assistant/assistant_fallback_actions.rb +4 -14
  224. data/lib/twilio-ruby/rest/preview/understand/assistant/assistant_initiation_actions.rb +4 -14
  225. data/lib/twilio-ruby/rest/preview/understand/assistant/dialogue.rb +3 -9
  226. data/lib/twilio-ruby/rest/preview/understand/assistant/field_type.rb +13 -30
  227. data/lib/twilio-ruby/rest/preview/understand/assistant/field_type/field_value.rb +12 -25
  228. data/lib/twilio-ruby/rest/preview/understand/assistant/model_build.rb +13 -30
  229. data/lib/twilio-ruby/rest/preview/understand/assistant/query.rb +13 -30
  230. data/lib/twilio-ruby/rest/preview/understand/assistant/style_sheet.rb +4 -14
  231. data/lib/twilio-ruby/rest/preview/understand/assistant/task.rb +13 -30
  232. data/lib/twilio-ruby/rest/preview/understand/assistant/task/field.rb +12 -25
  233. data/lib/twilio-ruby/rest/preview/understand/assistant/task/sample.rb +13 -30
  234. data/lib/twilio-ruby/rest/preview/understand/assistant/task/task_actions.rb +4 -14
  235. data/lib/twilio-ruby/rest/preview/understand/assistant/task/task_statistics.rb +3 -9
  236. data/lib/twilio-ruby/rest/preview/wireless/command.rb +9 -22
  237. data/lib/twilio-ruby/rest/preview/wireless/rate_plan.rb +13 -30
  238. data/lib/twilio-ruby/rest/preview/wireless/sim.rb +7 -19
  239. data/lib/twilio-ruby/rest/preview/wireless/sim/usage.rb +3 -7
  240. data/lib/twilio-ruby/rest/pricing/v1/messaging/country.rb +6 -14
  241. data/lib/twilio-ruby/rest/pricing/v1/phone_number/country.rb +6 -14
  242. data/lib/twilio-ruby/rest/pricing/v1/voice/country.rb +6 -14
  243. data/lib/twilio-ruby/rest/pricing/v1/voice/number.rb +3 -9
  244. data/lib/twilio-ruby/rest/pricing/v2/voice/country.rb +6 -14
  245. data/lib/twilio-ruby/rest/pricing/v2/voice/number.rb +3 -7
  246. data/lib/twilio-ruby/rest/proxy/v1/service.rb +13 -30
  247. data/lib/twilio-ruby/rest/proxy/v1/service/phone_number.rb +13 -30
  248. data/lib/twilio-ruby/rest/proxy/v1/service/session.rb +55 -34
  249. data/lib/twilio-ruby/rest/proxy/v1/service/session/interaction.rb +9 -17
  250. data/lib/twilio-ruby/rest/proxy/v1/service/session/participant.rb +25 -26
  251. data/lib/twilio-ruby/rest/proxy/v1/service/session/participant/message_interaction.rb +9 -22
  252. data/lib/twilio-ruby/rest/proxy/v1/service/short_code.rb +13 -30
  253. data/lib/twilio-ruby/rest/serverless/v1/service.rb +13 -30
  254. data/lib/twilio-ruby/rest/serverless/v1/service/asset.rb +13 -30
  255. data/lib/twilio-ruby/rest/serverless/v1/service/asset/asset_version.rb +6 -14
  256. data/lib/twilio-ruby/rest/serverless/v1/service/build.rb +12 -25
  257. data/lib/twilio-ruby/rest/serverless/v1/service/environment.rb +12 -25
  258. data/lib/twilio-ruby/rest/serverless/v1/service/environment/deployment.rb +9 -22
  259. data/lib/twilio-ruby/rest/serverless/v1/service/environment/log.rb +6 -14
  260. data/lib/twilio-ruby/rest/serverless/v1/service/environment/variable.rb +13 -30
  261. data/lib/twilio-ruby/rest/serverless/v1/service/function.rb +13 -30
  262. data/lib/twilio-ruby/rest/serverless/v1/service/function/function_version.rb +6 -14
  263. data/lib/twilio-ruby/rest/serverless/v1/service/function/function_version/function_version_content.rb +3 -9
  264. data/lib/twilio-ruby/rest/studio/v1/flow.rb +9 -17
  265. data/lib/twilio-ruby/rest/studio/v1/flow/engagement.rb +12 -25
  266. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/engagement_context.rb +3 -9
  267. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/step.rb +6 -14
  268. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/step/step_context.rb +3 -9
  269. data/lib/twilio-ruby/rest/studio/v1/flow/execution.rb +13 -30
  270. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_context.rb +3 -9
  271. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step.rb +6 -14
  272. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step/execution_step_context.rb +3 -9
  273. data/lib/twilio-ruby/rest/studio/v2/flow.rb +13 -30
  274. data/lib/twilio-ruby/rest/studio/v2/flow/execution.rb +13 -30
  275. data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_context.rb +3 -9
  276. data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step.rb +6 -14
  277. data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step/execution_step_context.rb +3 -9
  278. data/lib/twilio-ruby/rest/studio/v2/flow/flow_revision.rb +6 -14
  279. data/lib/twilio-ruby/rest/studio/v2/flow/test_user.rb +4 -14
  280. data/lib/twilio-ruby/rest/studio/v2/flow_validate.rb +1 -5
  281. data/lib/twilio-ruby/rest/supersim/v1/command.rb +9 -22
  282. data/lib/twilio-ruby/rest/supersim/v1/fleet.rb +22 -38
  283. data/lib/twilio-ruby/rest/supersim/v1/network.rb +6 -14
  284. data/lib/twilio-ruby/rest/supersim/v1/network_access_profile.rb +10 -27
  285. data/lib/twilio-ruby/rest/supersim/v1/network_access_profile/network_access_profile_network.rb +12 -25
  286. data/lib/twilio-ruby/rest/supersim/v1/sim.rb +31 -23
  287. data/lib/twilio-ruby/rest/supersim/v1/usage_record.rb +78 -14
  288. data/lib/twilio-ruby/rest/sync/v1/service.rb +13 -30
  289. data/lib/twilio-ruby/rest/sync/v1/service/document.rb +26 -36
  290. data/lib/twilio-ruby/rest/sync/v1/service/document/document_permission.rb +10 -22
  291. data/lib/twilio-ruby/rest/sync/v1/service/sync_list.rb +13 -30
  292. data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_item.rb +32 -36
  293. data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_permission.rb +10 -22
  294. data/lib/twilio-ruby/rest/sync/v1/service/sync_map.rb +13 -30
  295. data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_item.rb +32 -36
  296. data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_permission.rb +10 -22
  297. data/lib/twilio-ruby/rest/sync/v1/service/sync_stream.rb +13 -30
  298. data/lib/twilio-ruby/rest/sync/v1/service/sync_stream/stream_message.rb +3 -8
  299. data/lib/twilio-ruby/rest/taskrouter/v1/workspace.rb +13 -30
  300. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/activity.rb +13 -30
  301. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/event.rb +15 -17
  302. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task.rb +13 -30
  303. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task/reservation.rb +7 -19
  304. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_channel.rb +13 -30
  305. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue.rb +13 -30
  306. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics.rb +3 -7
  307. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics.rb +3 -7
  308. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_statistics.rb +3 -7
  309. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queues_statistics.rb +3 -5
  310. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker.rb +13 -30
  311. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/reservation.rb +7 -19
  312. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_channel.rb +7 -19
  313. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_statistics.rb +3 -7
  314. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_cumulative_statistics.rb +3 -7
  315. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_real_time_statistics.rb +3 -7
  316. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_statistics.rb +3 -7
  317. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow.rb +13 -30
  318. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics.rb +3 -7
  319. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_real_time_statistics.rb +3 -7
  320. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_statistics.rb +3 -7
  321. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_cumulative_statistics.rb +3 -7
  322. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_real_time_statistics.rb +3 -7
  323. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_statistics.rb +3 -7
  324. data/lib/twilio-ruby/rest/trunking/v1/trunk.rb +13 -30
  325. data/lib/twilio-ruby/rest/trunking/v1/trunk/credential_list.rb +12 -25
  326. data/lib/twilio-ruby/rest/trunking/v1/trunk/ip_access_control_list.rb +12 -25
  327. data/lib/twilio-ruby/rest/trunking/v1/trunk/origination_url.rb +13 -30
  328. data/lib/twilio-ruby/rest/trunking/v1/trunk/phone_number.rb +12 -25
  329. data/lib/twilio-ruby/rest/verify.rb +2 -2
  330. data/lib/twilio-ruby/rest/verify/v2.rb +2 -2
  331. data/lib/twilio-ruby/rest/verify/v2/form.rb +7 -13
  332. data/lib/twilio-ruby/rest/verify/v2/service.rb +70 -33
  333. data/lib/twilio-ruby/rest/verify/v2/service/access_token.rb +124 -0
  334. data/lib/twilio-ruby/rest/verify/v2/service/entity.rb +62 -52
  335. data/lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb +485 -0
  336. data/lib/twilio-ruby/rest/verify/v2/service/entity/factor.rb +66 -100
  337. data/lib/twilio-ruby/rest/verify/v2/service/messaging_configuration.rb +13 -30
  338. data/lib/twilio-ruby/rest/verify/v2/service/rate_limit.rb +13 -30
  339. data/lib/twilio-ruby/rest/verify/v2/service/rate_limit/bucket.rb +13 -30
  340. data/lib/twilio-ruby/rest/verify/v2/service/verification.rb +11 -23
  341. data/lib/twilio-ruby/rest/verify/v2/service/verification_check.rb +3 -8
  342. data/lib/twilio-ruby/rest/verify/v2/service/webhook.rb +13 -30
  343. data/lib/twilio-ruby/rest/video/v1/composition.rb +12 -25
  344. data/lib/twilio-ruby/rest/video/v1/composition_hook.rb +13 -30
  345. data/lib/twilio-ruby/rest/video/v1/composition_settings.rb +8 -20
  346. data/lib/twilio-ruby/rest/video/v1/recording.rb +9 -17
  347. data/lib/twilio-ruby/rest/video/v1/recording_settings.rb +8 -20
  348. data/lib/twilio-ruby/rest/video/v1/room.rb +10 -27
  349. data/lib/twilio-ruby/rest/video/v1/room/recording.rb +9 -17
  350. data/lib/twilio-ruby/rest/video/v1/room/room_participant.rb +7 -19
  351. data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_published_track.rb +6 -14
  352. data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_subscribe_rule.rb +3 -19
  353. data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_subscribed_track.rb +6 -14
  354. data/lib/twilio-ruby/rest/voice/v1/byoc_trunk.rb +13 -30
  355. data/lib/twilio-ruby/rest/voice/v1/connection_policy.rb +13 -30
  356. data/lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb +13 -30
  357. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/bulk_country_update.rb +3 -8
  358. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/country.rb +6 -14
  359. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/country/highrisk_special_prefix.rb +3 -5
  360. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/settings.rb +4 -14
  361. data/lib/twilio-ruby/rest/voice/v1/ip_record.rb +13 -30
  362. data/lib/twilio-ruby/rest/voice/v1/source_ip_mapping.rb +13 -30
  363. data/lib/twilio-ruby/rest/wireless/v1/command.rb +12 -25
  364. data/lib/twilio-ruby/rest/wireless/v1/rate_plan.rb +13 -30
  365. data/lib/twilio-ruby/rest/wireless/v1/sim.rb +10 -22
  366. data/lib/twilio-ruby/rest/wireless/v1/sim/data_session.rb +8 -24
  367. data/lib/twilio-ruby/rest/wireless/v1/sim/usage_record.rb +3 -5
  368. data/lib/twilio-ruby/rest/wireless/v1/usage_record.rb +3 -5
  369. data/lib/twilio-ruby/version.rb +1 -1
  370. data/spec/framework/version_spec.rb +166 -0
  371. data/spec/holodeck/holodeck.rb +11 -6
  372. data/spec/integration/accounts/v1/credential/aws_spec.rb +0 -4
  373. data/spec/integration/accounts/v1/credential/public_key_spec.rb +0 -4
  374. data/spec/integration/api/v2010/account/address/dependent_phone_number_spec.rb +0 -1
  375. data/spec/integration/api/v2010/account/address_spec.rb +0 -4
  376. data/spec/integration/api/v2010/account/application_spec.rb +0 -5
  377. data/spec/integration/api/v2010/account/authorized_connect_app_spec.rb +0 -2
  378. data/spec/integration/api/v2010/account/available_phone_number/local_spec.rb +0 -1
  379. data/spec/integration/api/v2010/account/available_phone_number/machine_to_machine_spec.rb +0 -1
  380. data/spec/integration/api/v2010/account/available_phone_number/mobile_spec.rb +0 -1
  381. data/spec/integration/api/v2010/account/available_phone_number/national_spec.rb +0 -1
  382. data/spec/integration/api/v2010/account/available_phone_number/shared_cost_spec.rb +0 -1
  383. data/spec/integration/api/v2010/account/available_phone_number/toll_free_spec.rb +0 -1
  384. data/spec/integration/api/v2010/account/available_phone_number/voip_spec.rb +0 -1
  385. data/spec/integration/api/v2010/account/available_phone_number_spec.rb +0 -2
  386. data/spec/integration/api/v2010/account/balance_spec.rb +0 -1
  387. data/spec/integration/api/v2010/account/call/feedback_spec.rb +0 -1
  388. data/spec/integration/api/v2010/account/call/feedback_summary_spec.rb +0 -2
  389. data/spec/integration/api/v2010/account/call/notification_spec.rb +0 -2
  390. data/spec/integration/api/v2010/account/call/recording_spec.rb +0 -4
  391. data/spec/integration/api/v2010/account/call_spec.rb +0 -4
  392. data/spec/integration/api/v2010/account/conference/participant_spec.rb +0 -4
  393. data/spec/integration/api/v2010/account/conference/recording_spec.rb +0 -3
  394. data/spec/integration/api/v2010/account/conference_spec.rb +0 -3
  395. data/spec/integration/api/v2010/account/connect_app_spec.rb +0 -4
  396. data/spec/integration/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension_spec.rb +0 -2
  397. data/spec/integration/api/v2010/account/incoming_phone_number/assigned_add_on_spec.rb +0 -3
  398. data/spec/integration/api/v2010/account/incoming_phone_number/local_spec.rb +35 -37
  399. data/spec/integration/api/v2010/account/incoming_phone_number/mobile_spec.rb +39 -41
  400. data/spec/integration/api/v2010/account/incoming_phone_number/toll_free_spec.rb +35 -37
  401. data/spec/integration/api/v2010/account/incoming_phone_number_spec.rb +68 -43
  402. data/spec/integration/api/v2010/account/key_spec.rb +0 -4
  403. data/spec/integration/api/v2010/account/message/feedback_spec.rb +0 -1
  404. data/spec/integration/api/v2010/account/message/media_spec.rb +0 -3
  405. data/spec/integration/api/v2010/account/message_spec.rb +37 -3
  406. data/spec/integration/api/v2010/account/new_key_spec.rb +0 -1
  407. data/spec/integration/api/v2010/account/new_signing_key_spec.rb +0 -1
  408. data/spec/integration/api/v2010/account/notification_spec.rb +0 -2
  409. data/spec/integration/api/v2010/account/outgoing_caller_id_spec.rb +0 -4
  410. data/spec/integration/api/v2010/account/queue/member_spec.rb +0 -2
  411. data/spec/integration/api/v2010/account/queue_spec.rb +0 -4
  412. data/spec/integration/api/v2010/account/recording/add_on_result/payload_spec.rb +0 -3
  413. data/spec/integration/api/v2010/account/recording/add_on_result_spec.rb +0 -3
  414. data/spec/integration/api/v2010/account/recording/transcription_spec.rb +0 -3
  415. data/spec/integration/api/v2010/account/recording_spec.rb +0 -3
  416. data/spec/integration/api/v2010/account/short_code_spec.rb +0 -3
  417. data/spec/integration/api/v2010/account/signing_key_spec.rb +0 -4
  418. data/spec/integration/api/v2010/account/sip/credential_list/credential_spec.rb +0 -4
  419. data/spec/integration/api/v2010/account/sip/credential_list_spec.rb +0 -3
  420. data/spec/integration/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_credential_list_mapping_spec.rb +0 -3
  421. data/spec/integration/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_ip_access_control_list_mapping_spec.rb +0 -3
  422. data/spec/integration/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping/auth_registrations_credential_list_mapping_spec.rb +0 -3
  423. data/spec/integration/api/v2010/account/sip/domain/credential_list_mapping_spec.rb +0 -3
  424. data/spec/integration/api/v2010/account/sip/domain/ip_access_control_list_mapping_spec.rb +0 -3
  425. data/spec/integration/api/v2010/account/sip/domain_spec.rb +0 -4
  426. data/spec/integration/api/v2010/account/sip/ip_access_control_list/ip_address_spec.rb +0 -4
  427. data/spec/integration/api/v2010/account/sip/ip_access_control_list_spec.rb +0 -3
  428. data/spec/integration/api/v2010/account/token_spec.rb +0 -1
  429. data/spec/integration/api/v2010/account/transcription_spec.rb +0 -3
  430. data/spec/integration/api/v2010/account/usage/record/all_time_spec.rb +0 -1
  431. data/spec/integration/api/v2010/account/usage/record/daily_spec.rb +0 -1
  432. data/spec/integration/api/v2010/account/usage/record/last_month_spec.rb +0 -1
  433. data/spec/integration/api/v2010/account/usage/record/monthly_spec.rb +0 -1
  434. data/spec/integration/api/v2010/account/usage/record/this_month_spec.rb +0 -1
  435. data/spec/integration/api/v2010/account/usage/record/today_spec.rb +0 -1
  436. data/spec/integration/api/v2010/account/usage/record/yearly_spec.rb +0 -1
  437. data/spec/integration/api/v2010/account/usage/record/yesterday_spec.rb +0 -1
  438. data/spec/integration/api/v2010/account/usage/record_spec.rb +0 -1
  439. data/spec/integration/api/v2010/account/usage/trigger_spec.rb +0 -4
  440. data/spec/integration/api/v2010/account_spec.rb +0 -4
  441. data/spec/integration/autopilot/v1/assistant/defaults_spec.rb +0 -2
  442. data/spec/integration/autopilot/v1/assistant/dialogue_spec.rb +0 -1
  443. data/spec/integration/autopilot/v1/assistant/field_type/field_value_spec.rb +0 -3
  444. data/spec/integration/autopilot/v1/assistant/field_type_spec.rb +0 -4
  445. data/spec/integration/autopilot/v1/assistant/model_build_spec.rb +0 -5
  446. data/spec/integration/autopilot/v1/assistant/query_spec.rb +0 -4
  447. data/spec/integration/autopilot/v1/assistant/style_sheet_spec.rb +0 -2
  448. data/spec/integration/autopilot/v1/assistant/task/field_spec.rb +0 -3
  449. data/spec/integration/autopilot/v1/assistant/task/sample_spec.rb +0 -4
  450. data/spec/integration/autopilot/v1/assistant/task/task_actions_spec.rb +0 -2
  451. data/spec/integration/autopilot/v1/assistant/task/task_statistics_spec.rb +0 -1
  452. data/spec/integration/autopilot/v1/assistant/task_spec.rb +0 -4
  453. data/spec/integration/autopilot/v1/assistant/webhook_spec.rb +0 -4
  454. data/spec/integration/autopilot/v1/assistant_spec.rb +0 -5
  455. data/spec/integration/bulkexports/v1/export/day_spec.rb +0 -2
  456. data/spec/integration/bulkexports/v1/export/export_custom_job_spec.rb +0 -2
  457. data/spec/integration/bulkexports/v1/export/job_spec.rb +0 -2
  458. data/spec/integration/bulkexports/v1/export_configuration_spec.rb +0 -2
  459. data/spec/integration/bulkexports/v1/export_spec.rb +0 -1
  460. data/spec/integration/chat/v1/credential_spec.rb +0 -4
  461. data/spec/integration/chat/v1/service/channel/invite_spec.rb +0 -3
  462. data/spec/integration/chat/v1/service/channel/member_spec.rb +0 -4
  463. data/spec/integration/chat/v1/service/channel/message_spec.rb +0 -4
  464. data/spec/integration/chat/v1/service/channel_spec.rb +0 -5
  465. data/spec/integration/chat/v1/service/role_spec.rb +0 -3
  466. data/spec/integration/chat/v1/service/user/user_channel_spec.rb +0 -1
  467. data/spec/integration/chat/v1/service/user_spec.rb +0 -4
  468. data/spec/integration/chat/v1/service_spec.rb +0 -4
  469. data/spec/integration/chat/v2/credential_spec.rb +0 -4
  470. data/spec/integration/chat/v2/service/binding_spec.rb +0 -3
  471. data/spec/integration/chat/v2/service/channel/invite_spec.rb +0 -3
  472. data/spec/integration/chat/v2/service/channel/member_spec.rb +9 -7
  473. data/spec/integration/chat/v2/service/channel/message_spec.rb +9 -8
  474. data/spec/integration/chat/v2/service/channel/webhook_spec.rb +0 -4
  475. data/spec/integration/chat/v2/service/channel_spec.rb +9 -8
  476. data/spec/integration/chat/v2/service/role_spec.rb +0 -3
  477. data/spec/integration/chat/v2/service/user/user_binding_spec.rb +0 -3
  478. data/spec/integration/chat/v2/service/user/user_channel_spec.rb +0 -4
  479. data/spec/integration/chat/v2/service/user_spec.rb +6 -6
  480. data/spec/integration/chat/v2/service_spec.rb +0 -4
  481. data/spec/integration/conversations/v1/conversation/message/delivery_receipt_spec.rb +132 -0
  482. data/spec/integration/conversations/v1/conversation/message_spec.rb +131 -15
  483. data/spec/integration/conversations/v1/conversation/participant_spec.rb +93 -8
  484. data/spec/integration/conversations/v1/conversation/webhook_spec.rb +0 -4
  485. data/spec/integration/conversations/v1/conversation_spec.rb +39 -8
  486. data/spec/integration/conversations/v1/webhook_spec.rb +0 -2
  487. data/spec/integration/events/v1/sink/sink_test_spec.rb +42 -0
  488. data/spec/integration/events/v1/sink/sink_validate_spec.rb +44 -0
  489. data/spec/integration/events/v1/sink_spec.rb +217 -0
  490. data/spec/integration/events/v1/subscription/subscribed_event_spec.rb +212 -0
  491. data/spec/integration/events/v1/subscription_spec.rb +205 -0
  492. data/spec/integration/fax/v1/fax/fax_media_spec.rb +0 -3
  493. data/spec/integration/fax/v1/fax_spec.rb +0 -4
  494. data/spec/integration/flex_api/v1/channel_spec.rb +0 -3
  495. data/spec/integration/flex_api/v1/configuration_spec.rb +0 -51
  496. data/spec/integration/flex_api/v1/flex_flow_spec.rb +0 -4
  497. data/spec/integration/flex_api/v1/web_channel_spec.rb +0 -4
  498. data/spec/integration/insights/v1/call/event_spec.rb +0 -1
  499. data/spec/integration/insights/v1/call/metric_spec.rb +0 -1
  500. data/spec/integration/insights/v1/call/summary_spec.rb +0 -1
  501. data/spec/integration/insights/v1/call_spec.rb +0 -1
  502. data/spec/integration/ip_messaging/v1/credential_spec.rb +0 -4
  503. data/spec/integration/ip_messaging/v1/service/channel/invite_spec.rb +0 -3
  504. data/spec/integration/ip_messaging/v1/service/channel/member_spec.rb +0 -4
  505. data/spec/integration/ip_messaging/v1/service/channel/message_spec.rb +0 -4
  506. data/spec/integration/ip_messaging/v1/service/channel_spec.rb +0 -5
  507. data/spec/integration/ip_messaging/v1/service/role_spec.rb +0 -3
  508. data/spec/integration/ip_messaging/v1/service/user/user_channel_spec.rb +0 -1
  509. data/spec/integration/ip_messaging/v1/service/user_spec.rb +0 -4
  510. data/spec/integration/ip_messaging/v1/service_spec.rb +0 -4
  511. data/spec/integration/ip_messaging/v2/credential_spec.rb +0 -4
  512. data/spec/integration/ip_messaging/v2/service/binding_spec.rb +0 -3
  513. data/spec/integration/ip_messaging/v2/service/channel/invite_spec.rb +0 -3
  514. data/spec/integration/ip_messaging/v2/service/channel/member_spec.rb +9 -7
  515. data/spec/integration/ip_messaging/v2/service/channel/message_spec.rb +9 -8
  516. data/spec/integration/ip_messaging/v2/service/channel/webhook_spec.rb +0 -4
  517. data/spec/integration/ip_messaging/v2/service/channel_spec.rb +9 -8
  518. data/spec/integration/ip_messaging/v2/service/role_spec.rb +0 -3
  519. data/spec/integration/ip_messaging/v2/service/user/user_binding_spec.rb +0 -3
  520. data/spec/integration/ip_messaging/v2/service/user/user_channel_spec.rb +0 -4
  521. data/spec/integration/ip_messaging/v2/service/user_spec.rb +6 -6
  522. data/spec/integration/ip_messaging/v2/service_spec.rb +0 -4
  523. data/spec/integration/lookups/v1/phone_number_spec.rb +0 -1
  524. data/spec/integration/messaging/v1/service/alpha_sender_spec.rb +0 -3
  525. data/spec/integration/messaging/v1/service/phone_number_spec.rb +0 -3
  526. data/spec/integration/messaging/v1/service/short_code_spec.rb +0 -3
  527. data/spec/integration/messaging/v1/service_spec.rb +0 -4
  528. data/spec/integration/monitor/v1/alert_spec.rb +0 -2
  529. data/spec/integration/monitor/v1/event_spec.rb +0 -2
  530. data/spec/integration/notify/v1/credential_spec.rb +0 -4
  531. data/spec/integration/notify/v1/service/binding_spec.rb +0 -3
  532. data/spec/integration/notify/v1/service/notification_spec.rb +0 -1
  533. data/spec/integration/notify/v1/service_spec.rb +0 -5
  534. data/spec/integration/numbers/v2/regulatory_compliance/bundle/evaluation_spec.rb +0 -3
  535. data/spec/integration/numbers/v2/regulatory_compliance/bundle/item_assignment_spec.rb +0 -3
  536. data/spec/integration/numbers/v2/regulatory_compliance/bundle_spec.rb +32 -4
  537. data/spec/integration/numbers/v2/regulatory_compliance/end_user_spec.rb +0 -3
  538. data/spec/integration/numbers/v2/regulatory_compliance/end_user_type_spec.rb +0 -2
  539. data/spec/integration/numbers/v2/regulatory_compliance/regulation_spec.rb +0 -2
  540. data/spec/integration/numbers/v2/regulatory_compliance/supporting_document_spec.rb +0 -3
  541. data/spec/integration/numbers/v2/regulatory_compliance/supporting_document_type_spec.rb +0 -2
  542. data/spec/integration/preview/bulk_exports/export/day_spec.rb +0 -2
  543. data/spec/integration/preview/bulk_exports/export/export_custom_job_spec.rb +0 -2
  544. data/spec/integration/preview/bulk_exports/export/job_spec.rb +0 -2
  545. data/spec/integration/preview/bulk_exports/export_configuration_spec.rb +0 -2
  546. data/spec/integration/preview/bulk_exports/export_spec.rb +0 -1
  547. data/spec/integration/preview/deployed_devices/fleet/certificate_spec.rb +0 -4
  548. data/spec/integration/preview/deployed_devices/fleet/deployment_spec.rb +0 -5
  549. data/spec/integration/preview/deployed_devices/fleet/device_spec.rb +0 -5
  550. data/spec/integration/preview/deployed_devices/fleet/key_spec.rb +0 -5
  551. data/spec/integration/preview/deployed_devices/fleet_spec.rb +0 -5
  552. data/spec/integration/preview/hosted_numbers/authorization_document/dependent_hosted_number_order_spec.rb +0 -1
  553. data/spec/integration/preview/hosted_numbers/authorization_document_spec.rb +0 -3
  554. data/spec/integration/preview/hosted_numbers/hosted_number_order_spec.rb +0 -4
  555. data/spec/integration/preview/marketplace/available_add_on/available_add_on_extension_spec.rb +0 -2
  556. data/spec/integration/preview/marketplace/available_add_on_spec.rb +0 -2
  557. data/spec/integration/preview/marketplace/installed_add_on/installed_add_on_extension_spec.rb +0 -2
  558. data/spec/integration/preview/marketplace/installed_add_on_spec.rb +0 -4
  559. data/spec/integration/preview/sync/service/document/document_permission_spec.rb +0 -3
  560. data/spec/integration/preview/sync/service/document_spec.rb +6 -6
  561. data/spec/integration/preview/sync/service/sync_list/sync_list_item_spec.rb +6 -5
  562. data/spec/integration/preview/sync/service/sync_list/sync_list_permission_spec.rb +0 -3
  563. data/spec/integration/preview/sync/service/sync_list_spec.rb +0 -4
  564. data/spec/integration/preview/sync/service/sync_map/sync_map_item_spec.rb +6 -5
  565. data/spec/integration/preview/sync/service/sync_map/sync_map_permission_spec.rb +0 -3
  566. data/spec/integration/preview/sync/service/sync_map_spec.rb +0 -4
  567. data/spec/integration/preview/sync/service_spec.rb +0 -5
  568. data/spec/integration/preview/trusted_comms/brands_information_spec.rb +3 -2
  569. data/spec/integration/preview/trusted_comms/business/brand/branded_channel_spec.rb +0 -1
  570. data/spec/integration/preview/trusted_comms/business/brand_spec.rb +0 -1
  571. data/spec/integration/preview/trusted_comms/business/insights/impressions_rate_spec.rb +0 -1
  572. data/spec/integration/preview/trusted_comms/business_spec.rb +0 -1
  573. data/spec/integration/preview/trusted_comms/cps_spec.rb +3 -2
  574. data/spec/integration/preview/trusted_comms/current_call_spec.rb +6 -2
  575. data/spec/integration/preview/understand/assistant/assistant_fallback_actions_spec.rb +0 -2
  576. data/spec/integration/preview/understand/assistant/assistant_initiation_actions_spec.rb +0 -2
  577. data/spec/integration/preview/understand/assistant/dialogue_spec.rb +0 -1
  578. data/spec/integration/preview/understand/assistant/field_type/field_value_spec.rb +0 -3
  579. data/spec/integration/preview/understand/assistant/field_type_spec.rb +0 -4
  580. data/spec/integration/preview/understand/assistant/model_build_spec.rb +0 -5
  581. data/spec/integration/preview/understand/assistant/query_spec.rb +0 -4
  582. data/spec/integration/preview/understand/assistant/style_sheet_spec.rb +0 -2
  583. data/spec/integration/preview/understand/assistant/task/field_spec.rb +0 -3
  584. data/spec/integration/preview/understand/assistant/task/sample_spec.rb +0 -4
  585. data/spec/integration/preview/understand/assistant/task/task_actions_spec.rb +0 -2
  586. data/spec/integration/preview/understand/assistant/task/task_statistics_spec.rb +0 -1
  587. data/spec/integration/preview/understand/assistant/task_spec.rb +0 -4
  588. data/spec/integration/preview/understand/assistant_spec.rb +0 -5
  589. data/spec/integration/preview/wireless/command_spec.rb +0 -2
  590. data/spec/integration/preview/wireless/rate_plan_spec.rb +0 -5
  591. data/spec/integration/preview/wireless/sim/usage_spec.rb +0 -1
  592. data/spec/integration/preview/wireless/sim_spec.rb +0 -3
  593. data/spec/integration/pricing/v1/messaging/country_spec.rb +0 -2
  594. data/spec/integration/pricing/v1/phone_number/country_spec.rb +0 -2
  595. data/spec/integration/pricing/v1/voice/country_spec.rb +0 -2
  596. data/spec/integration/pricing/v1/voice/number_spec.rb +0 -1
  597. data/spec/integration/pricing/v2/voice/country_spec.rb +0 -2
  598. data/spec/integration/pricing/v2/voice/number_spec.rb +0 -1
  599. data/spec/integration/proxy/v1/service/phone_number_spec.rb +0 -5
  600. data/spec/integration/proxy/v1/service/session/interaction_spec.rb +0 -3
  601. data/spec/integration/proxy/v1/service/session/participant/message_interaction_spec.rb +0 -3
  602. data/spec/integration/proxy/v1/service/session/participant_spec.rb +0 -3
  603. data/spec/integration/proxy/v1/service/session_spec.rb +0 -5
  604. data/spec/integration/proxy/v1/service/short_code_spec.rb +0 -4
  605. data/spec/integration/proxy/v1/service_spec.rb +0 -4
  606. data/spec/integration/serverless/v1/service/asset/asset_version_spec.rb +0 -2
  607. data/spec/integration/serverless/v1/service/asset_spec.rb +0 -3
  608. data/spec/integration/serverless/v1/service/build_spec.rb +0 -4
  609. data/spec/integration/serverless/v1/service/environment/deployment_spec.rb +0 -3
  610. data/spec/integration/serverless/v1/service/environment/log_spec.rb +0 -2
  611. data/spec/integration/serverless/v1/service/environment/variable_spec.rb +0 -4
  612. data/spec/integration/serverless/v1/service/environment_spec.rb +0 -3
  613. data/spec/integration/serverless/v1/service/function/function_version/function_version_content_spec.rb +0 -1
  614. data/spec/integration/serverless/v1/service/function/function_version_spec.rb +0 -2
  615. data/spec/integration/serverless/v1/service/function_spec.rb +0 -3
  616. data/spec/integration/serverless/v1/service_spec.rb +0 -4
  617. data/spec/integration/studio/v1/flow/engagement/engagement_context_spec.rb +0 -1
  618. data/spec/integration/studio/v1/flow/engagement/step/step_context_spec.rb +0 -1
  619. data/spec/integration/studio/v1/flow/engagement/step_spec.rb +0 -2
  620. data/spec/integration/studio/v1/flow/engagement_spec.rb +0 -3
  621. data/spec/integration/studio/v1/flow/execution/execution_context_spec.rb +0 -1
  622. data/spec/integration/studio/v1/flow/execution/execution_step/execution_step_context_spec.rb +0 -1
  623. data/spec/integration/studio/v1/flow/execution/execution_step_spec.rb +0 -2
  624. data/spec/integration/studio/v1/flow/execution_spec.rb +0 -3
  625. data/spec/integration/studio/v1/flow_spec.rb +0 -3
  626. data/spec/integration/studio/v2/flow/execution/execution_context_spec.rb +0 -1
  627. data/spec/integration/studio/v2/flow/execution/execution_step/execution_step_context_spec.rb +0 -1
  628. data/spec/integration/studio/v2/flow/execution/execution_step_spec.rb +0 -2
  629. data/spec/integration/studio/v2/flow/execution_spec.rb +0 -3
  630. data/spec/integration/studio/v2/flow/flow_revision_spec.rb +0 -2
  631. data/spec/integration/studio/v2/flow/test_user_spec.rb +0 -1
  632. data/spec/integration/studio/v2/flow_spec.rb +0 -3
  633. data/spec/integration/supersim/v1/command_spec.rb +0 -2
  634. data/spec/integration/supersim/v1/fleet_spec.rb +0 -3
  635. data/spec/integration/supersim/v1/network_access_profile/network_access_profile_network_spec.rb +0 -3
  636. data/spec/integration/supersim/v1/network_access_profile_spec.rb +0 -4
  637. data/spec/integration/supersim/v1/network_spec.rb +0 -2
  638. data/spec/integration/supersim/v1/sim_spec.rb +0 -3
  639. data/spec/integration/supersim/v1/usage_record_spec.rb +463 -19
  640. data/spec/integration/sync/v1/service/document/document_permission_spec.rb +0 -3
  641. data/spec/integration/sync/v1/service/document_spec.rb +6 -7
  642. data/spec/integration/sync/v1/service/sync_list/sync_list_item_spec.rb +6 -6
  643. data/spec/integration/sync/v1/service/sync_list/sync_list_permission_spec.rb +0 -3
  644. data/spec/integration/sync/v1/service/sync_list_spec.rb +0 -5
  645. data/spec/integration/sync/v1/service/sync_map/sync_map_item_spec.rb +6 -6
  646. data/spec/integration/sync/v1/service/sync_map/sync_map_permission_spec.rb +0 -3
  647. data/spec/integration/sync/v1/service/sync_map_spec.rb +0 -5
  648. data/spec/integration/sync/v1/service/sync_stream_spec.rb +0 -5
  649. data/spec/integration/sync/v1/service_spec.rb +0 -5
  650. data/spec/integration/taskrouter/v1/workspace/activity_spec.rb +0 -4
  651. data/spec/integration/taskrouter/v1/workspace/event_spec.rb +0 -2
  652. data/spec/integration/taskrouter/v1/workspace/task/reservation_spec.rb +0 -3
  653. data/spec/integration/taskrouter/v1/workspace/task_channel_spec.rb +0 -4
  654. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics_spec.rb +0 -1
  655. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics_spec.rb +0 -1
  656. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_statistics_spec.rb +0 -1
  657. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queues_statistics_spec.rb +0 -1
  658. data/spec/integration/taskrouter/v1/workspace/task_queue_spec.rb +0 -4
  659. data/spec/integration/taskrouter/v1/workspace/task_spec.rb +0 -5
  660. data/spec/integration/taskrouter/v1/workspace/worker/reservation_spec.rb +0 -3
  661. data/spec/integration/taskrouter/v1/workspace/worker/worker_channel_spec.rb +0 -3
  662. data/spec/integration/taskrouter/v1/workspace/worker/worker_statistics_spec.rb +0 -1
  663. data/spec/integration/taskrouter/v1/workspace/worker/workers_cumulative_statistics_spec.rb +0 -1
  664. data/spec/integration/taskrouter/v1/workspace/worker/workers_real_time_statistics_spec.rb +0 -1
  665. data/spec/integration/taskrouter/v1/workspace/worker/workers_statistics_spec.rb +0 -1
  666. data/spec/integration/taskrouter/v1/workspace/worker_spec.rb +0 -4
  667. data/spec/integration/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics_spec.rb +0 -1
  668. data/spec/integration/taskrouter/v1/workspace/workflow/workflow_real_time_statistics_spec.rb +0 -1
  669. data/spec/integration/taskrouter/v1/workspace/workflow/workflow_statistics_spec.rb +0 -1
  670. data/spec/integration/taskrouter/v1/workspace/workflow_spec.rb +0 -4
  671. data/spec/integration/taskrouter/v1/workspace/workspace_cumulative_statistics_spec.rb +0 -1
  672. data/spec/integration/taskrouter/v1/workspace/workspace_real_time_statistics_spec.rb +0 -1
  673. data/spec/integration/taskrouter/v1/workspace/workspace_statistics_spec.rb +0 -1
  674. data/spec/integration/taskrouter/v1/workspace_spec.rb +0 -4
  675. data/spec/integration/trunking/v1/trunk/credential_list_spec.rb +0 -3
  676. data/spec/integration/trunking/v1/trunk/ip_access_control_list_spec.rb +0 -3
  677. data/spec/integration/trunking/v1/trunk/origination_url_spec.rb +0 -4
  678. data/spec/integration/trunking/v1/trunk/phone_number_spec.rb +0 -3
  679. data/spec/integration/trunking/v1/trunk_spec.rb +0 -5
  680. data/spec/integration/verify/v2/form_spec.rb +5 -6
  681. data/spec/integration/verify/v2/service/access_token_spec.rb +44 -0
  682. data/spec/integration/verify/v2/service/entity/{factor/challenge_spec.rb → challenge_spec.rb} +41 -142
  683. data/spec/integration/verify/v2/service/entity/factor_spec.rb +21 -27
  684. data/spec/integration/verify/v2/service/entity_spec.rb +15 -10
  685. data/spec/integration/verify/v2/service/messaging_configuration_spec.rb +0 -3
  686. data/spec/integration/verify/v2/service/rate_limit/bucket_spec.rb +0 -4
  687. data/spec/integration/verify/v2/service/rate_limit_spec.rb +0 -4
  688. data/spec/integration/verify/v2/service/verification_spec.rb +0 -1
  689. data/spec/integration/verify/v2/service/webhook_spec.rb +0 -4
  690. data/spec/integration/verify/v2/service_spec.rb +8 -8
  691. data/spec/integration/video/v1/composition_hook_spec.rb +0 -3
  692. data/spec/integration/video/v1/composition_settings_spec.rb +0 -1
  693. data/spec/integration/video/v1/composition_spec.rb +0 -3
  694. data/spec/integration/video/v1/recording_settings_spec.rb +0 -1
  695. data/spec/integration/video/v1/recording_spec.rb +0 -3
  696. data/spec/integration/video/v1/room/recording_spec.rb +0 -3
  697. data/spec/integration/video/v1/room/room_participant/room_participant_published_track_spec.rb +0 -2
  698. data/spec/integration/video/v1/room/room_participant/room_participant_subscribe_rule_spec.rb +0 -2
  699. data/spec/integration/video/v1/room/room_participant/room_participant_subscribed_track_spec.rb +0 -2
  700. data/spec/integration/video/v1/room/room_participant_spec.rb +0 -3
  701. data/spec/integration/video/v1/room_spec.rb +0 -3
  702. data/spec/integration/voice/v1/byoc_trunk_spec.rb +0 -5
  703. data/spec/integration/voice/v1/connection_policy/connection_policy_target_spec.rb +0 -4
  704. data/spec/integration/voice/v1/connection_policy_spec.rb +0 -5
  705. data/spec/integration/voice/v1/dialing_permissions/country/highrisk_special_prefix_spec.rb +0 -1
  706. data/spec/integration/voice/v1/dialing_permissions/country_spec.rb +0 -2
  707. data/spec/integration/voice/v1/dialing_permissions/settings_spec.rb +0 -2
  708. data/spec/integration/voice/v1/ip_record_spec.rb +0 -4
  709. data/spec/integration/voice/v1/source_ip_mapping_spec.rb +0 -3
  710. data/spec/integration/wireless/v1/command_spec.rb +0 -3
  711. data/spec/integration/wireless/v1/rate_plan_spec.rb +0 -5
  712. data/spec/integration/wireless/v1/sim/data_session_spec.rb +2 -3
  713. data/spec/integration/wireless/v1/sim/usage_record_spec.rb +0 -1
  714. data/spec/integration/wireless/v1/sim_spec.rb +0 -4
  715. data/spec/integration/wireless/v1/usage_record_spec.rb +0 -1
  716. metadata +30 -8
  717. data/lib/twilio-ruby/rest/verify/v2/service/entity/access_token.rb +0 -141
  718. data/lib/twilio-ruby/rest/verify/v2/service/entity/factor/challenge.rb +0 -494
  719. data/spec/integration/verify/v2/service/entity/access_token_spec.rb +0 -46
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0f977335dfe45b56523f320b3d4fbcf8e9dc4ab69b6f5459b61a5451ad3aacde
4
- data.tar.gz: 5dcb7888fd08da7ebdf1c815abb1a5b9c44a71393d31c23d1f1c97547794dea6
3
+ metadata.gz: 5e7abb84b47619335c61019756209b28fff163d70e3c47b2483e1fb5193acf43
4
+ data.tar.gz: 46339a7574f145f039d8faf00ee699b943a8c3dc1b4c0b4aa06c2638fef31b4f
5
5
  SHA512:
6
- metadata.gz: 84713b37e22092294e75e6b26397d8e767392916dc4cf5959c54f6969f414ee79e56ea5410f6085ddd933835bb1c3e2661a560c8220245cef033b46923c0d3b1
7
- data.tar.gz: 046fa6c107c85e0ce763ecb21d1d2c755dff0bebc2534394e35b401fad32d5265c93feaf0ee4b5309caa868d918bfa66ffc370927fd31e6dbda8cfe41f77837d
6
+ metadata.gz: 6391aa993c8ba9fe0b8e79be818dcf9b578096fc081108f9c0a338af5aff977483047f0b1a6561d43516b3c8d0e97539fc082d6a2d1fe83bb5f7693204a23b77
7
+ data.tar.gz: fe0f4f4384558145e22bd74cb8fc3678367b66eb46699f3c602dc2a1d2c8a19d1627531a0aa1a10d761b7e0239a25b4710e17f129b89a235e08a6377aa12c874
@@ -36,7 +36,7 @@ deploy:
36
36
 
37
37
  notifications:
38
38
  slack:
39
- if: branch = master
39
+ if: branch = main
40
40
  on_pull_requests: false
41
41
  on_success: never
42
42
  on_failure: change
data/CHANGES.md CHANGED
@@ -1,6 +1,90 @@
1
1
  twilio-ruby changelog
2
2
  =====================
3
3
 
4
+ [2020-08-19] Version 5.40.0
5
+ ---------------------------
6
+ **Library - Chore**
7
+ - [PR #526](https://github.com/twilio/twilio-ruby/pull/526): update GitHub branch references to use HEAD. Thanks to [@thinkingserious](https://github.com/thinkingserious)!
8
+
9
+ **Conversations**
10
+ - Allow Identity addition to Participants
11
+
12
+ **Events**
13
+ - Sinks API Get all Sinks
14
+
15
+ **Proxy**
16
+ - Clarified usage of FailOnParticipantConflict param as experimental
17
+ - Add FailOnParticipantConflict param to Proxy Session create and Proxy Participant create
18
+
19
+ **Supersim**
20
+ - Add fleet, network, and isoCountryCode to the UsageRecords resource
21
+ - Change sort order of UsageRecords from ascending to descending with respect to start time field, records are now returned newest to oldest
22
+
23
+ **Wireless**
24
+ - Removed `Start` and `End` parameters from the Data Sessions list endpoint. **(breaking change)**
25
+
26
+
27
+ [2020-08-05] Version 5.39.3
28
+ ---------------------------
29
+ **Messaging**
30
+ - Add rejection reason support to WhatsApp API
31
+ - Removed status parameter for create and update in WhatsApp Templates API
32
+
33
+ **Proxy**
34
+ - Add FailOnParticipantConflict param to Proxy Session update
35
+
36
+ **Verify**
37
+ - Add `CustomFriendlyName` optional parameter on Verification creation.
38
+ - Changes in `Challenge` resource to update documentation of both `details` and `hidden_details` properties.
39
+
40
+
41
+ [2020-07-22] Version 5.39.2
42
+ ---------------------------
43
+ **Api**
44
+ - Add optional Click Tracking and Scheduling parameters to Create action of Message resource
45
+
46
+ **Supersim**
47
+ - Add callback_url and callback_method parameters to Sim resource update request
48
+
49
+
50
+ [2020-07-10] Version 5.39.1
51
+ ---------------------------
52
+ **Library - Fix**
53
+ - [PR #520](https://github.com/twilio/twilio-ruby/pull/520): use ruby keyword arguments for all action methods. Thanks to [@eshanholtz](https://github.com/eshanholtz)!
54
+
55
+
56
+ [2020-07-08] Version 5.39.0
57
+ ---------------------------
58
+ **Library - Feature**
59
+ - [PR #516](https://github.com/twilio/twilio-ruby/pull/516): add custom header support. Thanks to [@eshanholtz](https://github.com/eshanholtz)!
60
+
61
+ **Library - Chore**
62
+ - [PR #515](https://github.com/twilio/twilio-ruby/pull/515): regenerate library after generator refactor. Thanks to [@eshanholtz](https://github.com/eshanholtz)!
63
+
64
+ **Conversations**
65
+ - Allow Address updates for Participants
66
+ - Message delivery receipts
67
+
68
+ **Events**
69
+ - Add account_sid to subscription and subscribed_events resources
70
+
71
+ **Flex**
72
+ - Changed `wfm_integrations` Flex Configuration key to private **(breaking change)**
73
+
74
+ **Messaging**
75
+ - Add error states to WhatsApp Sender status with failed reason **(breaking change)**
76
+ - Delete WhatsApp Template API
77
+ - Update WhatsApp Template API
78
+ - Add WhatsApp Template Get Api (fetch and read)
79
+
80
+ **Numbers**
81
+ - Add `valid_until` in the Bundles resource
82
+ - Add API for Bundle deletion
83
+
84
+ **Verify**
85
+ - Removed support for `sms`, `totp` and `app-push` factor types in Verify push **(breaking change)**
86
+
87
+
4
88
  [2020-06-24] Version 5.38.0
5
89
  ---------------------------
6
90
  **Api**
@@ -443,7 +527,7 @@ twilio-ruby changelog
443
527
  **Library**
444
528
  - [PR #481](https://github.com/twilio/twilio-ruby/pull/481): added request validation for urls with and without ports. Thanks to [@eshanholtz](https://github.com/eshanholtz)!
445
529
  - [PR #480](https://github.com/twilio/twilio-ruby/pull/480): Update resources after sorting. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
446
- - [PR #479](https://github.com/twilio/twilio-ruby/pull/479): Auto-deploy via Travis CI upon tagged commit to master. Thanks to [@thinkingserious](https://github.com/thinkingserious)!
530
+ - [PR #479](https://github.com/twilio/twilio-ruby/pull/479): Auto-deploy via Travis CI upon tagged commit to main. Thanks to [@thinkingserious](https://github.com/thinkingserious)!
447
531
 
448
532
  **Api**
449
533
  - Add new usage categories to the public api `sms-messages-carrierfees` and `mms-messages-carrierfees`
@@ -105,7 +105,7 @@ Before you submit your pull request consider the following guidelines:
105
105
  * Make your changes in a new git branch:
106
106
 
107
107
  ```shell
108
- git checkout -b my-fix-branch master
108
+ git checkout -b my-fix-branch main
109
109
  ```
110
110
 
111
111
  * Create your patch, **including appropriate test cases**.
@@ -132,7 +132,7 @@ Before you submit your pull request consider the following guidelines:
132
132
  git push origin my-fix-branch
133
133
  ```
134
134
 
135
- In GitHub, send a pull request to `twilio-ruby:master`.
135
+ In GitHub, send a pull request to `twilio-ruby:main`.
136
136
  If we suggest changes, then:
137
137
 
138
138
  * Make the required updates.
@@ -1,5 +1,9 @@
1
1
  <!--
2
2
  If this is a feature request, make sure you search Issues for an existing request before creating a new one!
3
+
4
+ Please utilize the template below to help us resolve your issue.
5
+
6
+ Note that many issues can be resolved by updating to the latest version.
3
7
  -->
4
8
 
5
9
  ### Issue Summary
@@ -21,6 +25,6 @@ A summary of the issue and the environment in which it occurs. If suitable, incl
21
25
  ```
22
26
 
23
27
  ### Technical details:
24
- * twilio-ruby version:
28
+ * twilio-ruby version:
25
29
  * ruby version:
26
30
 
data/Makefile CHANGED
@@ -4,7 +4,7 @@ githooks:
4
4
  ln -sf ../../githooks/pre-commit .git/hooks/pre-commit
5
5
 
6
6
  install: githooks
7
- bundle install; bundle exec rake install
7
+ bundle install --with development; bundle exec rake install
8
8
 
9
9
  test: lint
10
10
  bundle exec rake spec
@@ -23,7 +23,7 @@ A short description of what this PR does.
23
23
  - [ ] I have made a material change to the repo (functionality, testing, spelling, grammar)
24
24
  - [ ] I have read the [Contribution Guidelines](CONTRIBUTING.md) and my PR follows them
25
25
  - [ ] I have titled the PR appropriately
26
- - [ ] I have updated my branch with the master branch
26
+ - [ ] I have updated my branch with the main branch
27
27
  - [ ] I have added tests that prove my fix is effective or that my feature works
28
28
  - [ ] I have added necessary documentation about the functionality in the appropriate .md file
29
29
  - [ ] I have added inline documentation to the code I modified
data/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
  [![Gem Version](https://img.shields.io/gem/v/twilio-ruby.svg)](https://rubygems.org/gems/twilio-ruby)
5
5
  [![Learn with TwilioQuest](https://img.shields.io/static/v1?label=TwilioQuest&message=Learn%20to%20contribute%21&color=F22F46&labelColor=1f243c&style=flat-square&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAASFBMVEUAAAAZGRkcHBwjIyMoKCgAAABgYGBoaGiAgICMjIyzs7PJycnMzMzNzc3UoBfd3d3m5ubqrhfrMEDu7u739/f4vSb/3AD///9tbdyEAAAABXRSTlMAAAAAAMJrBrEAAAKoSURBVHgB7ZrRcuI6EESdyxXGYoNFvMD//+l2bSszRgyUYpFAsXOeiJGmj4NkuWx1Qeh+Ekl9DgEXOBwOx+Px5xyQhDykfgq4wG63MxxaR4ddIkg6Ul3g84vCIcjPBA5gmUMeXESrlukuoK33+33uID8TWeLAdOWsKpJYzwVMB7bOzYSGOciyUlXSn0/ABXTosJ1M1SbypZ4O4MbZuIDMU02PMbauhhHMHXbmebmALIiEbbbbbUrpF1gwE9kFfRNAJaP+FQEXCCTGyJ4ngDrjOFo3jEL5JdqjF/pueR4cCeCGgAtwmuRS6gDwaRiGvu+DMFwSBLTE3+jF8JyuV1okPZ+AC4hDFhCHyHQjdjPHUKFDlHSJkHQXMB3KpSwXNGJPcwwTdZiXlRN0gSp0zpWxNtM0beYE0nRH6QIbO7rawwXaBYz0j78gxjokDuv12gVeUuBD0MDi0OQCLvDaAho4juP1Q/jkAncXqIcCfd+7gAu4QLMACCLxpRsSuQh0igu0C9Svhi7weAGZg50L3IE3cai4IfkNZAC8dfdhsUD3CgKBVC9JE5ABAFzg4QL/taYPAAWrHdYcgfLaIgAXWJ7OV38n1LEF8tt2TH29E+QAoDoO5Ve/LtCQDmKM9kPbvCEBApK+IXzbcSJ0cIGF6e8gpcRhUDogWZ8JnaWjPXc/fNnBBUKRngiHgTUSivSzDRDgHZQOLvBQgf8rRt+VdBUUhwkU6VpJ+xcOwQUqZr+mR0kvBUgv6cB4+37hQAkXqE8PwGisGhJtN4xAHMzrsgvI7rccXqSvKh6jltGlrOHA3Xk1At3LC4QiPdX9/0ndHpGVvTjR4bZA1ypAKgVcwE5vx74ulwIugDt8e/X7JgfkucBMIAr26ndnB4UCLnDOqvteQsHlgX9N4A+c4cW3DXSPbwAAAABJRU5ErkJggg==)](https://twil.io/learn-open-source)
6
6
 
7
+ **The default branch name for this repository has been changed to `main` as of 07/27/2020.**
8
+
7
9
  ## Documentation
8
10
 
9
11
  The documentation for the Twilio API can be found [here][apidocs].
@@ -32,13 +34,13 @@ This library supports the following Ruby implementations:
32
34
  To install using [Bundler][bundler] grab the latest stable version:
33
35
 
34
36
  ```ruby
35
- gem 'twilio-ruby', '~> 5.38.0'
37
+ gem 'twilio-ruby', '~> 5.40.0'
36
38
  ```
37
39
 
38
40
  To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install:
39
41
 
40
42
  ```bash
41
- gem install twilio-ruby -v 5.38.0
43
+ gem install twilio-ruby -v 5.40.0
42
44
  ```
43
45
 
44
46
  To build and install the development branch yourself from the latest source:
@@ -212,7 +214,6 @@ If you've instead found a bug in the library or would like new features added, g
212
214
  [libdocs]: https://www.twilio.com/docs/libraries/ruby
213
215
  [refdocs]: https://twilio.github.io/twilio-ruby
214
216
  [capability]: https://github.com/twilio/twilio-ruby/wiki/JWT-Tokens
215
- [examples]: https://github.com/twilio/twilio-ruby/blob/master/examples
216
217
  [wiki]: https://github.com/twilio/twilio-ruby/wiki
217
218
  [bundler]: https://bundler.io
218
219
  [rubygems]: https://rubygems.org
@@ -57,7 +57,7 @@ module Twilio
57
57
  Twilio::REST::RestError.new(header, response)
58
58
  end
59
59
 
60
- def fetch(method, uri, params = {}, data = {}, headers = {}, auth = nil, timeout = nil)
60
+ def fetch(method, uri, params: {}, data: {}, headers: {}, auth: nil, timeout: nil)
61
61
  response = request(
62
62
  method,
63
63
  uri,
@@ -93,7 +93,7 @@ module Twilio
93
93
  response.body
94
94
  end
95
95
 
96
- def delete(method, uri, params = {}, data = {}, headers = {}, auth = nil, timeout = nil)
96
+ def delete(method, uri, params: {}, data: {}, headers: {}, auth: nil, timeout: nil)
97
97
  response = request(
98
98
  method,
99
99
  uri,
@@ -127,7 +127,7 @@ module Twilio
127
127
  }
128
128
  end
129
129
 
130
- def page(method, uri, params = {}, data = {}, headers = {}, auth = nil, timeout = nil)
130
+ def page(method, uri, params: {}, data: {}, headers: {}, auth: nil, timeout: nil)
131
131
  request(
132
132
  method,
133
133
  uri,
@@ -85,11 +85,9 @@ module Twilio
85
85
  'Page' => page_number,
86
86
  'PageSize' => page_size,
87
87
  })
88
- response = @version.page(
89
- 'GET',
90
- @uri,
91
- params
92
- )
88
+
89
+ response = @version.page('GET', @uri, params: params)
90
+
93
91
  AwsPage.new(@version, response, @solution)
94
92
  end
95
93
 
@@ -107,8 +105,7 @@ module Twilio
107
105
  end
108
106
 
109
107
  ##
110
- # Retrieve a single page of AwsInstance records from the API.
111
- # Request is executed immediately.
108
+ # Create the AwsInstance
112
109
  # @param [String] credentials A string that contains the AWS access credentials in
113
110
  # the format `<AWS_ACCESS_KEY_ID>:<AWS_SECRET_ACCESS_KEY>`. For example,
114
111
  # `AKIAIOSFODNN7EXAMPLE:wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY`
@@ -117,7 +114,7 @@ module Twilio
117
114
  # @param [String] account_sid The SID of the Subaccount that this Credential
118
115
  # should be associated with. Must be a valid Subaccount of the account issuing the
119
116
  # request.
120
- # @return [AwsInstance] Newly created AwsInstance
117
+ # @return [AwsInstance] Created AwsInstance
121
118
  def create(credentials: nil, friendly_name: :unset, account_sid: :unset)
122
119
  data = Twilio::Values.of({
123
120
  'Credentials' => credentials,
@@ -125,11 +122,7 @@ module Twilio
125
122
  'AccountSid' => account_sid,
126
123
  })
127
124
 
128
- payload = @version.create(
129
- 'POST',
130
- @uri,
131
- data: data
132
- )
125
+ payload = @version.create('POST', @uri, data: data)
133
126
 
134
127
  AwsInstance.new(@version, payload, )
135
128
  end
@@ -186,16 +179,10 @@ module Twilio
186
179
  end
187
180
 
188
181
  ##
189
- # Fetch a AwsInstance
182
+ # Fetch the AwsInstance
190
183
  # @return [AwsInstance] Fetched AwsInstance
191
184
  def fetch
192
- params = Twilio::Values.of({})
193
-
194
- payload = @version.fetch(
195
- 'GET',
196
- @uri,
197
- params,
198
- )
185
+ payload = @version.fetch('GET', @uri)
199
186
 
200
187
  AwsInstance.new(@version, payload, sid: @solution[:sid], )
201
188
  end
@@ -208,20 +195,16 @@ module Twilio
208
195
  def update(friendly_name: :unset)
209
196
  data = Twilio::Values.of({'FriendlyName' => friendly_name, })
210
197
 
211
- payload = @version.update(
212
- 'POST',
213
- @uri,
214
- data: data,
215
- )
198
+ payload = @version.update('POST', @uri, data: data)
216
199
 
217
200
  AwsInstance.new(@version, payload, sid: @solution[:sid], )
218
201
  end
219
202
 
220
203
  ##
221
- # Deletes the AwsInstance
204
+ # Delete the AwsInstance
222
205
  # @return [Boolean] true if delete succeeds, false otherwise
223
206
  def delete
224
- @version.delete('delete', @uri)
207
+ @version.delete('DELETE', @uri)
225
208
  end
226
209
 
227
210
  ##
@@ -313,7 +296,7 @@ module Twilio
313
296
  end
314
297
 
315
298
  ##
316
- # Fetch a AwsInstance
299
+ # Fetch the AwsInstance
317
300
  # @return [AwsInstance] Fetched AwsInstance
318
301
  def fetch
319
302
  context.fetch
@@ -329,7 +312,7 @@ module Twilio
329
312
  end
330
313
 
331
314
  ##
332
- # Deletes the AwsInstance
315
+ # Delete the AwsInstance
333
316
  # @return [Boolean] true if delete succeeds, false otherwise
334
317
  def delete
335
318
  context.delete
@@ -85,11 +85,9 @@ module Twilio
85
85
  'Page' => page_number,
86
86
  'PageSize' => page_size,
87
87
  })
88
- response = @version.page(
89
- 'GET',
90
- @uri,
91
- params
92
- )
88
+
89
+ response = @version.page('GET', @uri, params: params)
90
+
93
91
  PublicKeyPage.new(@version, response, @solution)
94
92
  end
95
93
 
@@ -107,8 +105,7 @@ module Twilio
107
105
  end
108
106
 
109
107
  ##
110
- # Retrieve a single page of PublicKeyInstance records from the API.
111
- # Request is executed immediately.
108
+ # Create the PublicKeyInstance
112
109
  # @param [String] public_key A URL encoded representation of the public key. For
113
110
  # example, `-----BEGIN PUBLIC KEY-----MIIBIjANB.pa9xQIDAQAB-----END PUBLIC
114
111
  # KEY-----`
@@ -117,7 +114,7 @@ module Twilio
117
114
  # @param [String] account_sid The SID of the Subaccount that this Credential
118
115
  # should be associated with. Must be a valid Subaccount of the account issuing the
119
116
  # request
120
- # @return [PublicKeyInstance] Newly created PublicKeyInstance
117
+ # @return [PublicKeyInstance] Created PublicKeyInstance
121
118
  def create(public_key: nil, friendly_name: :unset, account_sid: :unset)
122
119
  data = Twilio::Values.of({
123
120
  'PublicKey' => public_key,
@@ -125,11 +122,7 @@ module Twilio
125
122
  'AccountSid' => account_sid,
126
123
  })
127
124
 
128
- payload = @version.create(
129
- 'POST',
130
- @uri,
131
- data: data
132
- )
125
+ payload = @version.create('POST', @uri, data: data)
133
126
 
134
127
  PublicKeyInstance.new(@version, payload, )
135
128
  end
@@ -186,16 +179,10 @@ module Twilio
186
179
  end
187
180
 
188
181
  ##
189
- # Fetch a PublicKeyInstance
182
+ # Fetch the PublicKeyInstance
190
183
  # @return [PublicKeyInstance] Fetched PublicKeyInstance
191
184
  def fetch
192
- params = Twilio::Values.of({})
193
-
194
- payload = @version.fetch(
195
- 'GET',
196
- @uri,
197
- params,
198
- )
185
+ payload = @version.fetch('GET', @uri)
199
186
 
200
187
  PublicKeyInstance.new(@version, payload, sid: @solution[:sid], )
201
188
  end
@@ -208,20 +195,16 @@ module Twilio
208
195
  def update(friendly_name: :unset)
209
196
  data = Twilio::Values.of({'FriendlyName' => friendly_name, })
210
197
 
211
- payload = @version.update(
212
- 'POST',
213
- @uri,
214
- data: data,
215
- )
198
+ payload = @version.update('POST', @uri, data: data)
216
199
 
217
200
  PublicKeyInstance.new(@version, payload, sid: @solution[:sid], )
218
201
  end
219
202
 
220
203
  ##
221
- # Deletes the PublicKeyInstance
204
+ # Delete the PublicKeyInstance
222
205
  # @return [Boolean] true if delete succeeds, false otherwise
223
206
  def delete
224
- @version.delete('delete', @uri)
207
+ @version.delete('DELETE', @uri)
225
208
  end
226
209
 
227
210
  ##
@@ -313,7 +296,7 @@ module Twilio
313
296
  end
314
297
 
315
298
  ##
316
- # Fetch a PublicKeyInstance
299
+ # Fetch the PublicKeyInstance
317
300
  # @return [PublicKeyInstance] Fetched PublicKeyInstance
318
301
  def fetch
319
302
  context.fetch
@@ -329,7 +312,7 @@ module Twilio
329
312
  end
330
313
 
331
314
  ##
332
- # Deletes the PublicKeyInstance
315
+ # Delete the PublicKeyInstance
333
316
  # @return [Boolean] true if delete succeeds, false otherwise
334
317
  def delete
335
318
  context.delete
@@ -24,19 +24,14 @@ module Twilio
24
24
  end
25
25
 
26
26
  ##
27
- # Retrieve a single page of AccountInstance records from the API.
28
- # Request is executed immediately.
27
+ # Create the AccountInstance
29
28
  # @param [String] friendly_name A human readable description of the account to
30
29
  # create, defaults to `SubAccount Created at {YYYY-MM-DD HH:MM meridian}`
31
- # @return [AccountInstance] Newly created AccountInstance
30
+ # @return [AccountInstance] Created AccountInstance
32
31
  def create(friendly_name: :unset)
33
32
  data = Twilio::Values.of({'FriendlyName' => friendly_name, })
34
33
 
35
- payload = @version.create(
36
- 'POST',
37
- @uri,
38
- data: data
39
- )
34
+ payload = @version.create('POST', @uri, data: data)
40
35
 
41
36
  AccountInstance.new(@version, payload, )
42
37
  end
@@ -121,11 +116,9 @@ module Twilio
121
116
  'Page' => page_number,
122
117
  'PageSize' => page_size,
123
118
  })
124
- response = @version.page(
125
- 'GET',
126
- @uri,
127
- params
128
- )
119
+
120
+ response = @version.page('GET', @uri, params: params)
121
+
129
122
  AccountPage.new(@version, response, @solution)
130
123
  end
131
124
 
@@ -220,16 +213,10 @@ module Twilio
220
213
  end
221
214
 
222
215
  ##
223
- # Fetch a AccountInstance
216
+ # Fetch the AccountInstance
224
217
  # @return [AccountInstance] Fetched AccountInstance
225
218
  def fetch
226
- params = Twilio::Values.of({})
227
-
228
- payload = @version.fetch(
229
- 'GET',
230
- @uri,
231
- params,
232
- )
219
+ payload = @version.fetch('GET', @uri)
233
220
 
234
221
  AccountInstance.new(@version, payload, sid: @solution[:sid], )
235
222
  end
@@ -245,11 +232,7 @@ module Twilio
245
232
  def update(friendly_name: :unset, status: :unset)
246
233
  data = Twilio::Values.of({'FriendlyName' => friendly_name, 'Status' => status, })
247
234
 
248
- payload = @version.update(
249
- 'POST',
250
- @uri,
251
- data: data,
252
- )
235
+ payload = @version.update('POST', @uri, data: data)
253
236
 
254
237
  AccountInstance.new(@version, payload, sid: @solution[:sid], )
255
238
  end
@@ -764,7 +747,7 @@ module Twilio
764
747
  end
765
748
 
766
749
  ##
767
- # Fetch a AccountInstance
750
+ # Fetch the AccountInstance
768
751
  # @return [AccountInstance] Fetched AccountInstance
769
752
  def fetch
770
753
  context.fetch