twilio-ruby 5.39.0 → 5.40.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (344) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +1 -1
  3. data/CHANGES.md +80 -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 +1 -1
  10. data/lib/twilio-ruby/rest/accounts/v1/credential/aws.rb +1 -1
  11. data/lib/twilio-ruby/rest/accounts/v1/credential/public_key.rb +1 -1
  12. data/lib/twilio-ruby/rest/api/v2010/account.rb +1 -1
  13. data/lib/twilio-ruby/rest/api/v2010/account/address.rb +1 -1
  14. data/lib/twilio-ruby/rest/api/v2010/account/address/dependent_phone_number.rb +1 -1
  15. data/lib/twilio-ruby/rest/api/v2010/account/application.rb +7 -5
  16. data/lib/twilio-ruby/rest/api/v2010/account/authorized_connect_app.rb +1 -1
  17. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number.rb +1 -1
  18. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/local.rb +4 -4
  19. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/machine_to_machine.rb +1 -1
  20. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/mobile.rb +1 -1
  21. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/national.rb +1 -1
  22. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/shared_cost.rb +1 -1
  23. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/toll_free.rb +1 -1
  24. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/voip.rb +1 -1
  25. data/lib/twilio-ruby/rest/api/v2010/account/call.rb +1 -1
  26. data/lib/twilio-ruby/rest/api/v2010/account/call/notification.rb +1 -1
  27. data/lib/twilio-ruby/rest/api/v2010/account/call/payment.rb +79 -60
  28. data/lib/twilio-ruby/rest/api/v2010/account/call/recording.rb +1 -1
  29. data/lib/twilio-ruby/rest/api/v2010/account/conference.rb +1 -1
  30. data/lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb +1 -1
  31. data/lib/twilio-ruby/rest/api/v2010/account/conference/recording.rb +1 -1
  32. data/lib/twilio-ruby/rest/api/v2010/account/connect_app.rb +1 -1
  33. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number.rb +1 -1
  34. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on.rb +1 -1
  35. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension.rb +1 -1
  36. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/local.rb +15 -1
  37. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/mobile.rb +15 -1
  38. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/toll_free.rb +15 -1
  39. data/lib/twilio-ruby/rest/api/v2010/account/key.rb +1 -1
  40. data/lib/twilio-ruby/rest/api/v2010/account/message.rb +1 -1
  41. data/lib/twilio-ruby/rest/api/v2010/account/message/media.rb +1 -1
  42. data/lib/twilio-ruby/rest/api/v2010/account/notification.rb +1 -1
  43. data/lib/twilio-ruby/rest/api/v2010/account/outgoing_caller_id.rb +1 -1
  44. data/lib/twilio-ruby/rest/api/v2010/account/queue.rb +1 -1
  45. data/lib/twilio-ruby/rest/api/v2010/account/queue/member.rb +1 -1
  46. data/lib/twilio-ruby/rest/api/v2010/account/recording.rb +1 -1
  47. data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result.rb +1 -1
  48. data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result/payload.rb +1 -1
  49. data/lib/twilio-ruby/rest/api/v2010/account/recording/transcription.rb +1 -1
  50. data/lib/twilio-ruby/rest/api/v2010/account/short_code.rb +1 -1
  51. data/lib/twilio-ruby/rest/api/v2010/account/signing_key.rb +1 -1
  52. data/lib/twilio-ruby/rest/api/v2010/account/sip/credential_list.rb +1 -1
  53. data/lib/twilio-ruby/rest/api/v2010/account/sip/credential_list/credential.rb +1 -1
  54. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain.rb +1 -1
  55. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_credential_list_mapping.rb +1 -1
  56. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_ip_access_control_list_mapping.rb +1 -1
  57. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping/auth_registrations_credential_list_mapping.rb +1 -1
  58. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/credential_list_mapping.rb +1 -1
  59. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/ip_access_control_list_mapping.rb +1 -1
  60. data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list.rb +1 -1
  61. data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list/ip_address.rb +1 -1
  62. data/lib/twilio-ruby/rest/api/v2010/account/transcription.rb +1 -1
  63. data/lib/twilio-ruby/rest/api/v2010/account/usage/record.rb +1 -1
  64. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/all_time.rb +1 -1
  65. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/daily.rb +1 -1
  66. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/last_month.rb +1 -1
  67. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/monthly.rb +1 -1
  68. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/this_month.rb +1 -1
  69. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/today.rb +1 -1
  70. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yearly.rb +1 -1
  71. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yesterday.rb +1 -1
  72. data/lib/twilio-ruby/rest/api/v2010/account/usage/trigger.rb +1 -1
  73. data/lib/twilio-ruby/rest/autopilot/v1/assistant.rb +1 -1
  74. data/lib/twilio-ruby/rest/autopilot/v1/assistant/field_type.rb +1 -1
  75. data/lib/twilio-ruby/rest/autopilot/v1/assistant/field_type/field_value.rb +1 -1
  76. data/lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb +1 -1
  77. data/lib/twilio-ruby/rest/autopilot/v1/assistant/query.rb +1 -1
  78. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task.rb +1 -1
  79. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/field.rb +1 -1
  80. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/sample.rb +1 -1
  81. data/lib/twilio-ruby/rest/autopilot/v1/assistant/webhook.rb +1 -1
  82. data/lib/twilio-ruby/rest/bulkexports/v1/export/day.rb +1 -1
  83. data/lib/twilio-ruby/rest/bulkexports/v1/export/export_custom_job.rb +1 -1
  84. data/lib/twilio-ruby/rest/chat/v1/credential.rb +1 -1
  85. data/lib/twilio-ruby/rest/chat/v1/service.rb +1 -1
  86. data/lib/twilio-ruby/rest/chat/v1/service/channel.rb +1 -1
  87. data/lib/twilio-ruby/rest/chat/v1/service/channel/invite.rb +1 -1
  88. data/lib/twilio-ruby/rest/chat/v1/service/channel/member.rb +1 -1
  89. data/lib/twilio-ruby/rest/chat/v1/service/channel/message.rb +1 -1
  90. data/lib/twilio-ruby/rest/chat/v1/service/role.rb +1 -1
  91. data/lib/twilio-ruby/rest/chat/v1/service/user.rb +1 -1
  92. data/lib/twilio-ruby/rest/chat/v1/service/user/user_channel.rb +1 -1
  93. data/lib/twilio-ruby/rest/chat/v2/credential.rb +1 -1
  94. data/lib/twilio-ruby/rest/chat/v2/service.rb +1 -1
  95. data/lib/twilio-ruby/rest/chat/v2/service/binding.rb +1 -1
  96. data/lib/twilio-ruby/rest/chat/v2/service/channel.rb +1 -1
  97. data/lib/twilio-ruby/rest/chat/v2/service/channel/invite.rb +1 -1
  98. data/lib/twilio-ruby/rest/chat/v2/service/channel/member.rb +1 -1
  99. data/lib/twilio-ruby/rest/chat/v2/service/channel/message.rb +1 -1
  100. data/lib/twilio-ruby/rest/chat/v2/service/channel/webhook.rb +1 -1
  101. data/lib/twilio-ruby/rest/chat/v2/service/role.rb +1 -1
  102. data/lib/twilio-ruby/rest/chat/v2/service/user.rb +1 -1
  103. data/lib/twilio-ruby/rest/chat/v2/service/user/user_binding.rb +1 -1
  104. data/lib/twilio-ruby/rest/chat/v2/service/user/user_channel.rb +1 -1
  105. data/lib/twilio-ruby/rest/client.rb +7 -0
  106. data/lib/twilio-ruby/rest/conversations/v1/conversation.rb +1 -1
  107. data/lib/twilio-ruby/rest/conversations/v1/conversation/message.rb +1 -1
  108. data/lib/twilio-ruby/rest/conversations/v1/conversation/message/delivery_receipt.rb +1 -1
  109. data/lib/twilio-ruby/rest/conversations/v1/conversation/participant.rb +13 -3
  110. data/lib/twilio-ruby/rest/conversations/v1/conversation/webhook.rb +1 -1
  111. data/lib/twilio-ruby/rest/events.rb +55 -0
  112. data/lib/twilio-ruby/rest/events/v1.rb +59 -0
  113. data/lib/twilio-ruby/rest/events/v1/sink.rb +380 -0
  114. data/lib/twilio-ruby/rest/events/v1/sink/sink_test.rb +115 -0
  115. data/lib/twilio-ruby/rest/events/v1/sink/sink_validate.rb +119 -0
  116. data/lib/twilio-ruby/rest/events/v1/subscription.rb +363 -0
  117. data/lib/twilio-ruby/rest/events/v1/subscription/subscribed_event.rb +322 -0
  118. data/lib/twilio-ruby/rest/fax/v1/fax.rb +1 -1
  119. data/lib/twilio-ruby/rest/fax/v1/fax/fax_media.rb +1 -1
  120. data/lib/twilio-ruby/rest/flex_api/v1/channel.rb +1 -1
  121. data/lib/twilio-ruby/rest/flex_api/v1/configuration.rb +1 -1
  122. data/lib/twilio-ruby/rest/flex_api/v1/flex_flow.rb +1 -1
  123. data/lib/twilio-ruby/rest/flex_api/v1/web_channel.rb +1 -1
  124. data/lib/twilio-ruby/rest/insights/v1/call/event.rb +1 -1
  125. data/lib/twilio-ruby/rest/insights/v1/call/metric.rb +1 -1
  126. data/lib/twilio-ruby/rest/insights/v1/call/summary.rb +1 -1
  127. data/lib/twilio-ruby/rest/ip_messaging/v1/credential.rb +1 -1
  128. data/lib/twilio-ruby/rest/ip_messaging/v1/service.rb +1 -1
  129. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel.rb +1 -1
  130. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/invite.rb +1 -1
  131. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/member.rb +1 -1
  132. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/message.rb +1 -1
  133. data/lib/twilio-ruby/rest/ip_messaging/v1/service/role.rb +1 -1
  134. data/lib/twilio-ruby/rest/ip_messaging/v1/service/user.rb +1 -1
  135. data/lib/twilio-ruby/rest/ip_messaging/v1/service/user/user_channel.rb +1 -1
  136. data/lib/twilio-ruby/rest/ip_messaging/v2/credential.rb +1 -1
  137. data/lib/twilio-ruby/rest/ip_messaging/v2/service.rb +1 -1
  138. data/lib/twilio-ruby/rest/ip_messaging/v2/service/binding.rb +1 -1
  139. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel.rb +1 -1
  140. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/invite.rb +1 -1
  141. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/member.rb +1 -1
  142. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/message.rb +1 -1
  143. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/webhook.rb +1 -1
  144. data/lib/twilio-ruby/rest/ip_messaging/v2/service/role.rb +1 -1
  145. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user.rb +1 -1
  146. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_binding.rb +1 -1
  147. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_channel.rb +1 -1
  148. data/lib/twilio-ruby/rest/lookups/v1/phone_number.rb +1 -1
  149. data/lib/twilio-ruby/rest/messaging.rb +6 -0
  150. data/lib/twilio-ruby/rest/messaging/v1.rb +7 -0
  151. data/lib/twilio-ruby/rest/messaging/v1/deactivation.rb +164 -0
  152. data/lib/twilio-ruby/rest/messaging/v1/service.rb +1 -1
  153. data/lib/twilio-ruby/rest/messaging/v1/service/alpha_sender.rb +1 -1
  154. data/lib/twilio-ruby/rest/messaging/v1/service/phone_number.rb +1 -1
  155. data/lib/twilio-ruby/rest/messaging/v1/service/short_code.rb +1 -1
  156. data/lib/twilio-ruby/rest/monitor/v1/alert.rb +1 -1
  157. data/lib/twilio-ruby/rest/monitor/v1/event.rb +1 -1
  158. data/lib/twilio-ruby/rest/notify/v1/credential.rb +1 -1
  159. data/lib/twilio-ruby/rest/notify/v1/service.rb +1 -1
  160. data/lib/twilio-ruby/rest/notify/v1/service/binding.rb +1 -1
  161. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance.rb +1 -1
  162. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle.rb +1 -1
  163. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/evaluation.rb +1 -1
  164. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/item_assignment.rb +1 -1
  165. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/end_user.rb +17 -3
  166. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/end_user_type.rb +1 -1
  167. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/regulation.rb +1 -1
  168. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/supporting_document.rb +1 -1
  169. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/supporting_document_type.rb +1 -1
  170. data/lib/twilio-ruby/rest/preview/bulk_exports/export/day.rb +1 -1
  171. data/lib/twilio-ruby/rest/preview/bulk_exports/export/export_custom_job.rb +1 -1
  172. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet.rb +1 -1
  173. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/certificate.rb +1 -1
  174. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/deployment.rb +1 -1
  175. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/device.rb +1 -1
  176. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/key.rb +1 -1
  177. data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document.rb +1 -1
  178. data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document/dependent_hosted_number_order.rb +1 -1
  179. data/lib/twilio-ruby/rest/preview/hosted_numbers/hosted_number_order.rb +1 -1
  180. data/lib/twilio-ruby/rest/preview/marketplace/available_add_on.rb +1 -1
  181. data/lib/twilio-ruby/rest/preview/marketplace/available_add_on/available_add_on_extension.rb +1 -1
  182. data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on.rb +1 -1
  183. data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on/installed_add_on_extension.rb +1 -1
  184. data/lib/twilio-ruby/rest/preview/sync/service.rb +1 -1
  185. data/lib/twilio-ruby/rest/preview/sync/service/document.rb +1 -1
  186. data/lib/twilio-ruby/rest/preview/sync/service/document/document_permission.rb +1 -1
  187. data/lib/twilio-ruby/rest/preview/sync/service/sync_list.rb +1 -1
  188. data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_item.rb +1 -1
  189. data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_permission.rb +1 -1
  190. data/lib/twilio-ruby/rest/preview/sync/service/sync_map.rb +1 -1
  191. data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_item.rb +1 -1
  192. data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_permission.rb +1 -1
  193. data/lib/twilio-ruby/rest/preview/trusted_comms/business/insights/impressions_rate.rb +1 -1
  194. data/lib/twilio-ruby/rest/preview/understand/assistant.rb +1 -1
  195. data/lib/twilio-ruby/rest/preview/understand/assistant/field_type.rb +1 -1
  196. data/lib/twilio-ruby/rest/preview/understand/assistant/field_type/field_value.rb +1 -1
  197. data/lib/twilio-ruby/rest/preview/understand/assistant/model_build.rb +1 -1
  198. data/lib/twilio-ruby/rest/preview/understand/assistant/query.rb +1 -1
  199. data/lib/twilio-ruby/rest/preview/understand/assistant/task.rb +1 -1
  200. data/lib/twilio-ruby/rest/preview/understand/assistant/task/field.rb +1 -1
  201. data/lib/twilio-ruby/rest/preview/understand/assistant/task/sample.rb +1 -1
  202. data/lib/twilio-ruby/rest/preview/wireless/command.rb +1 -1
  203. data/lib/twilio-ruby/rest/preview/wireless/rate_plan.rb +1 -1
  204. data/lib/twilio-ruby/rest/preview/wireless/sim.rb +1 -1
  205. data/lib/twilio-ruby/rest/preview/wireless/sim/usage.rb +1 -1
  206. data/lib/twilio-ruby/rest/pricing/v1/messaging/country.rb +1 -1
  207. data/lib/twilio-ruby/rest/pricing/v1/phone_number/country.rb +1 -1
  208. data/lib/twilio-ruby/rest/pricing/v1/voice/country.rb +1 -1
  209. data/lib/twilio-ruby/rest/pricing/v2/voice/country.rb +1 -1
  210. data/lib/twilio-ruby/rest/pricing/v2/voice/number.rb +1 -1
  211. data/lib/twilio-ruby/rest/proxy/v1/service.rb +1 -1
  212. data/lib/twilio-ruby/rest/proxy/v1/service/phone_number.rb +1 -1
  213. data/lib/twilio-ruby/rest/proxy/v1/service/session.rb +43 -5
  214. data/lib/twilio-ruby/rest/proxy/v1/service/session/interaction.rb +1 -1
  215. data/lib/twilio-ruby/rest/proxy/v1/service/session/participant.rb +14 -2
  216. data/lib/twilio-ruby/rest/proxy/v1/service/session/participant/message_interaction.rb +1 -1
  217. data/lib/twilio-ruby/rest/proxy/v1/service/short_code.rb +1 -1
  218. data/lib/twilio-ruby/rest/serverless/v1/service.rb +1 -1
  219. data/lib/twilio-ruby/rest/serverless/v1/service/asset.rb +1 -1
  220. data/lib/twilio-ruby/rest/serverless/v1/service/asset/asset_version.rb +1 -1
  221. data/lib/twilio-ruby/rest/serverless/v1/service/build.rb +1 -1
  222. data/lib/twilio-ruby/rest/serverless/v1/service/environment.rb +1 -1
  223. data/lib/twilio-ruby/rest/serverless/v1/service/environment/deployment.rb +1 -1
  224. data/lib/twilio-ruby/rest/serverless/v1/service/environment/log.rb +1 -1
  225. data/lib/twilio-ruby/rest/serverless/v1/service/environment/variable.rb +1 -1
  226. data/lib/twilio-ruby/rest/serverless/v1/service/function.rb +1 -1
  227. data/lib/twilio-ruby/rest/serverless/v1/service/function/function_version.rb +1 -1
  228. data/lib/twilio-ruby/rest/studio/v1/flow.rb +1 -1
  229. data/lib/twilio-ruby/rest/studio/v1/flow/engagement.rb +1 -1
  230. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/step.rb +1 -1
  231. data/lib/twilio-ruby/rest/studio/v1/flow/execution.rb +1 -1
  232. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step.rb +1 -1
  233. data/lib/twilio-ruby/rest/studio/v2/flow.rb +1 -1
  234. data/lib/twilio-ruby/rest/studio/v2/flow/execution.rb +1 -1
  235. data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step.rb +1 -1
  236. data/lib/twilio-ruby/rest/studio/v2/flow/flow_revision.rb +1 -1
  237. data/lib/twilio-ruby/rest/supersim/v1/command.rb +1 -1
  238. data/lib/twilio-ruby/rest/supersim/v1/fleet.rb +13 -12
  239. data/lib/twilio-ruby/rest/supersim/v1/network.rb +1 -1
  240. data/lib/twilio-ruby/rest/supersim/v1/network_access_profile.rb +1 -1
  241. data/lib/twilio-ruby/rest/supersim/v1/network_access_profile/network_access_profile_network.rb +1 -1
  242. data/lib/twilio-ruby/rest/supersim/v1/sim.rb +25 -5
  243. data/lib/twilio-ruby/rest/supersim/v1/usage_record.rb +76 -10
  244. data/lib/twilio-ruby/rest/sync/v1/service.rb +1 -1
  245. data/lib/twilio-ruby/rest/sync/v1/service/document.rb +1 -1
  246. data/lib/twilio-ruby/rest/sync/v1/service/document/document_permission.rb +1 -1
  247. data/lib/twilio-ruby/rest/sync/v1/service/sync_list.rb +1 -1
  248. data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_item.rb +1 -1
  249. data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_permission.rb +1 -1
  250. data/lib/twilio-ruby/rest/sync/v1/service/sync_map.rb +1 -1
  251. data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_item.rb +1 -1
  252. data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_permission.rb +1 -1
  253. data/lib/twilio-ruby/rest/sync/v1/service/sync_stream.rb +1 -1
  254. data/lib/twilio-ruby/rest/taskrouter/v1/workspace.rb +1 -1
  255. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/activity.rb +1 -1
  256. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/event.rb +1 -1
  257. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task.rb +1 -1
  258. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task/reservation.rb +1 -1
  259. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_channel.rb +1 -1
  260. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue.rb +1 -1
  261. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics.rb +1 -1
  262. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics.rb +1 -1
  263. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_statistics.rb +1 -1
  264. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queues_statistics.rb +1 -1
  265. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker.rb +1 -1
  266. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/reservation.rb +1 -1
  267. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_channel.rb +1 -1
  268. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_statistics.rb +1 -1
  269. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_cumulative_statistics.rb +1 -1
  270. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_real_time_statistics.rb +1 -1
  271. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_statistics.rb +1 -1
  272. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow.rb +1 -1
  273. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics.rb +1 -1
  274. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_real_time_statistics.rb +1 -1
  275. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_statistics.rb +1 -1
  276. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_cumulative_statistics.rb +1 -1
  277. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_real_time_statistics.rb +1 -1
  278. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_statistics.rb +1 -1
  279. data/lib/twilio-ruby/rest/trunking/v1/trunk.rb +26 -4
  280. data/lib/twilio-ruby/rest/trunking/v1/trunk/credential_list.rb +1 -1
  281. data/lib/twilio-ruby/rest/trunking/v1/trunk/ip_access_control_list.rb +1 -1
  282. data/lib/twilio-ruby/rest/trunking/v1/trunk/origination_url.rb +1 -1
  283. data/lib/twilio-ruby/rest/trunking/v1/trunk/phone_number.rb +1 -1
  284. data/lib/twilio-ruby/rest/verify/v2/service.rb +22 -10
  285. data/lib/twilio-ruby/rest/verify/v2/service/entity.rb +1 -1
  286. data/lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb +11 -3
  287. data/lib/twilio-ruby/rest/verify/v2/service/entity/factor.rb +1 -1
  288. data/lib/twilio-ruby/rest/verify/v2/service/messaging_configuration.rb +1 -1
  289. data/lib/twilio-ruby/rest/verify/v2/service/rate_limit.rb +1 -1
  290. data/lib/twilio-ruby/rest/verify/v2/service/rate_limit/bucket.rb +1 -1
  291. data/lib/twilio-ruby/rest/verify/v2/service/verification.rb +4 -1
  292. data/lib/twilio-ruby/rest/verify/v2/service/webhook.rb +1 -1
  293. data/lib/twilio-ruby/rest/video/v1/composition.rb +1 -1
  294. data/lib/twilio-ruby/rest/video/v1/composition_hook.rb +1 -1
  295. data/lib/twilio-ruby/rest/video/v1/recording.rb +1 -1
  296. data/lib/twilio-ruby/rest/video/v1/room.rb +1 -1
  297. data/lib/twilio-ruby/rest/video/v1/room/recording.rb +1 -1
  298. data/lib/twilio-ruby/rest/video/v1/room/room_participant.rb +1 -1
  299. data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_published_track.rb +1 -1
  300. data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_subscribe_rule.rb +0 -6
  301. data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_subscribed_track.rb +1 -1
  302. data/lib/twilio-ruby/rest/voice/v1/byoc_trunk.rb +1 -1
  303. data/lib/twilio-ruby/rest/voice/v1/connection_policy.rb +1 -1
  304. data/lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb +1 -1
  305. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/country.rb +1 -1
  306. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/country/highrisk_special_prefix.rb +1 -1
  307. data/lib/twilio-ruby/rest/voice/v1/ip_record.rb +1 -1
  308. data/lib/twilio-ruby/rest/voice/v1/source_ip_mapping.rb +1 -1
  309. data/lib/twilio-ruby/rest/wireless/v1/command.rb +1 -1
  310. data/lib/twilio-ruby/rest/wireless/v1/rate_plan.rb +1 -1
  311. data/lib/twilio-ruby/rest/wireless/v1/sim.rb +1 -1
  312. data/lib/twilio-ruby/rest/wireless/v1/sim/data_session.rb +6 -20
  313. data/lib/twilio-ruby/rest/wireless/v1/sim/usage_record.rb +1 -1
  314. data/lib/twilio-ruby/rest/wireless/v1/usage_record.rb +1 -1
  315. data/lib/twilio-ruby/version.rb +1 -1
  316. data/spec/framework/version_spec.rb +166 -0
  317. data/spec/integration/api/v2010/account/incoming_phone_number/local_spec.rb +35 -36
  318. data/spec/integration/api/v2010/account/incoming_phone_number/mobile_spec.rb +39 -40
  319. data/spec/integration/api/v2010/account/incoming_phone_number/toll_free_spec.rb +35 -36
  320. data/spec/integration/api/v2010/account/incoming_phone_number_spec.rb +25 -23
  321. data/spec/integration/api/v2010/account/message_spec.rb +37 -0
  322. data/spec/integration/bulkexports/v1/export/day_spec.rb +5 -5
  323. data/spec/integration/bulkexports/v1/export_configuration_spec.rb +4 -4
  324. data/spec/integration/bulkexports/v1/export_spec.rb +3 -3
  325. data/spec/integration/conversations/v1/conversation/message_spec.rb +38 -0
  326. data/spec/integration/conversations/v1/conversation/participant_spec.rb +56 -0
  327. data/spec/integration/conversations/v1/conversation_spec.rb +30 -0
  328. data/spec/integration/events/v1/sink/sink_test_spec.rb +42 -0
  329. data/spec/integration/events/v1/sink/sink_validate_spec.rb +44 -0
  330. data/spec/integration/events/v1/sink_spec.rb +217 -0
  331. data/spec/integration/events/v1/subscription/subscribed_event_spec.rb +212 -0
  332. data/spec/integration/events/v1/subscription_spec.rb +205 -0
  333. data/spec/integration/messaging/v1/deactivation_spec.rb +40 -0
  334. data/spec/integration/numbers/v2/regulatory_compliance/end_user_spec.rb +27 -0
  335. data/spec/integration/studio/v1/flow/execution/execution_step_spec.rb +1 -0
  336. data/spec/integration/studio/v2/flow/execution/execution_step_spec.rb +1 -0
  337. data/spec/integration/supersim/v1/usage_record_spec.rb +463 -18
  338. data/spec/integration/trunking/v1/trunk_spec.rb +4 -0
  339. data/spec/integration/verify/v2/service/access_token_spec.rb +1 -1
  340. data/spec/integration/verify/v2/service/entity/challenge_spec.rb +8 -8
  341. data/spec/integration/video/v1/room_spec.rb +37 -0
  342. data/spec/integration/wireless/v1/sim/data_session_spec.rb +2 -2
  343. data/spec/spec_helper.rb +1 -1
  344. metadata +24 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 97f0ee149435bbd62398add789961831ee075746c2f312e8d75623f02d96d38b
4
- data.tar.gz: 9757f9bb87acd69aad26d647baeafc0b677f077110ab0ca7d78183634c148920
3
+ metadata.gz: 66f674a843c7d1cfec66a72b4e954601abe469127cf64cc070bb155181c4b65c
4
+ data.tar.gz: 75943b77dba6a8bbaa63d64615942287b962e389014f4722cebef361f6104cd3
5
5
  SHA512:
6
- metadata.gz: c891f1c65f2c542998025ce0004e102e0c7ee9d7dc6a2961c6235c8f051790655f77ed5d454902f1b97c02e98a94ea7c8911090dc1930fb653227c5431256626
7
- data.tar.gz: '0904a46ba5a28ea18445191e37f9827ee5a0e03efeeb26a3a740dc3aababbdfcc674e9ef026051427dbe1869beb3ce0b418a41390bb01ad87f00ec72adc4e819'
6
+ metadata.gz: f6f145e1a04e7c447866ca60b0f64a817cc2fea7435213778e9c21f1d36e4d9a654a41f9d03b4d4bdb986ce1abc052cb83dc75502af111fdc0662e1df6d10199
7
+ data.tar.gz: e0a9e5c2418d5611095aabf401cdd842e004bc9f906406d4ccb08ca885835952bd343e700de2c20fb1bbc6b89dd0accc3b9447b09e59d3e7acbb29b6fd60008a
@@ -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,85 @@
1
1
  twilio-ruby changelog
2
2
  =====================
3
3
 
4
+ [2020-09-02] Version 5.40.1
5
+ ---------------------------
6
+ **Library - Chore**
7
+ - [PR #529](https://github.com/twilio/twilio-ruby/pull/529): sort files for deterministic require order. Thanks to [@eshanholtz](https://github.com/eshanholtz)!
8
+
9
+ **Ai**
10
+ - Initial release
11
+
12
+ **Bulkexports**
13
+ - removing public beta feature flag from BulkExports Jobs API
14
+
15
+ **Messaging**
16
+ - Add Deactivation List API
17
+ - Added page token parameter for fetch in WhatsApp Templates API
18
+
19
+ **Numbers**
20
+ - Add API endpoint for End User deletion
21
+
22
+ **Routes**
23
+ - Add Resource Route Configurations API
24
+ - Add Route Configurations API
25
+ - Initial Release
26
+
27
+ **Trunking**
28
+ - Added `transfer_mode` property on Trunks.
29
+
30
+
31
+ [2020-08-19] Version 5.40.0
32
+ ---------------------------
33
+ **Library - Chore**
34
+ - [PR #526](https://github.com/twilio/twilio-ruby/pull/526): update GitHub branch references to use HEAD. Thanks to [@thinkingserious](https://github.com/thinkingserious)!
35
+
36
+ **Conversations**
37
+ - Allow Identity addition to Participants
38
+
39
+ **Events**
40
+ - Sinks API Get all Sinks
41
+
42
+ **Proxy**
43
+ - Clarified usage of FailOnParticipantConflict param as experimental
44
+ - Add FailOnParticipantConflict param to Proxy Session create and Proxy Participant create
45
+
46
+ **Supersim**
47
+ - Add fleet, network, and isoCountryCode to the UsageRecords resource
48
+ - Change sort order of UsageRecords from ascending to descending with respect to start time field, records are now returned newest to oldest
49
+
50
+ **Wireless**
51
+ - Removed `Start` and `End` parameters from the Data Sessions list endpoint. **(breaking change)**
52
+
53
+
54
+ [2020-08-05] Version 5.39.3
55
+ ---------------------------
56
+ **Messaging**
57
+ - Add rejection reason support to WhatsApp API
58
+ - Removed status parameter for create and update in WhatsApp Templates API
59
+
60
+ **Proxy**
61
+ - Add FailOnParticipantConflict param to Proxy Session update
62
+
63
+ **Verify**
64
+ - Add `CustomFriendlyName` optional parameter on Verification creation.
65
+ - Changes in `Challenge` resource to update documentation of both `details` and `hidden_details` properties.
66
+
67
+
68
+ [2020-07-22] Version 5.39.2
69
+ ---------------------------
70
+ **Api**
71
+ - Add optional Click Tracking and Scheduling parameters to Create action of Message resource
72
+
73
+ **Supersim**
74
+ - Add callback_url and callback_method parameters to Sim resource update request
75
+
76
+
77
+ [2020-07-10] Version 5.39.1
78
+ ---------------------------
79
+ **Library - Fix**
80
+ - [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)!
81
+
82
+
4
83
  [2020-07-08] Version 5.39.0
5
84
  ---------------------------
6
85
  **Library - Feature**
@@ -475,7 +554,7 @@ twilio-ruby changelog
475
554
  **Library**
476
555
  - [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)!
477
556
  - [PR #480](https://github.com/twilio/twilio-ruby/pull/480): Update resources after sorting. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
478
- - [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)!
557
+ - [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)!
479
558
 
480
559
  **Api**
481
560
  - 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.39.0'
37
+ gem 'twilio-ruby', '~> 5.40.1'
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.39.0
43
+ gem install twilio-ruby -v 5.40.1
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
@@ -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,
@@ -86,7 +86,7 @@ module Twilio
86
86
  'PageSize' => page_size,
87
87
  })
88
88
 
89
- response = @version.page('GET', @uri, params)
89
+ response = @version.page('GET', @uri, params: params)
90
90
 
91
91
  AwsPage.new(@version, response, @solution)
92
92
  end
@@ -86,7 +86,7 @@ module Twilio
86
86
  'PageSize' => page_size,
87
87
  })
88
88
 
89
- response = @version.page('GET', @uri, params)
89
+ response = @version.page('GET', @uri, params: params)
90
90
 
91
91
  PublicKeyPage.new(@version, response, @solution)
92
92
  end
@@ -117,7 +117,7 @@ module Twilio
117
117
  'PageSize' => page_size,
118
118
  })
119
119
 
120
- response = @version.page('GET', @uri, params)
120
+ response = @version.page('GET', @uri, params: params)
121
121
 
122
122
  AccountPage.new(@version, response, @solution)
123
123
  end
@@ -156,7 +156,7 @@ module Twilio
156
156
  'PageSize' => page_size,
157
157
  })
158
158
 
159
- response = @version.page('GET', @uri, params)
159
+ response = @version.page('GET', @uri, params: params)
160
160
 
161
161
  AddressPage.new(@version, response, @solution)
162
162
  end
@@ -92,7 +92,7 @@ module Twilio
92
92
  'PageSize' => page_size,
93
93
  })
94
94
 
95
- response = @version.page('GET', @uri, params)
95
+ response = @version.page('GET', @uri, params: params)
96
96
 
97
97
  DependentPhoneNumberPage.new(@version, response, @solution)
98
98
  end
@@ -155,7 +155,7 @@ module Twilio
155
155
  'PageSize' => page_size,
156
156
  })
157
157
 
158
- response = @version.page('GET', @uri, params)
158
+ response = @version.page('GET', @uri, params: params)
159
159
 
160
160
  ApplicationPage.new(@version, response, @solution)
161
161
  end
@@ -278,8 +278,9 @@ module Twilio
278
278
  # occurs while retrieving or executing the TwiML from `sms_url`.
279
279
  # @param [String] sms_fallback_method The HTTP method we should use to call
280
280
  # `sms_fallback_url`. Can be: `GET` or `POST`.
281
- # @param [String] sms_status_callback The URL we should call using a POST method
282
- # to send status information about SMS messages sent by the application.
281
+ # @param [String] sms_status_callback Same as message_status_callback: The URL we
282
+ # should call using a POST method to send status information about SMS messages
283
+ # sent by the application. Deprecated, included for backwards compatibility.
283
284
  # @param [String] message_status_callback The URL we should call using a POST
284
285
  # method to send message status information to your application.
285
286
  # @return [ApplicationInstance] Updated ApplicationInstance
@@ -545,8 +546,9 @@ module Twilio
545
546
  # occurs while retrieving or executing the TwiML from `sms_url`.
546
547
  # @param [String] sms_fallback_method The HTTP method we should use to call
547
548
  # `sms_fallback_url`. Can be: `GET` or `POST`.
548
- # @param [String] sms_status_callback The URL we should call using a POST method
549
- # to send status information about SMS messages sent by the application.
549
+ # @param [String] sms_status_callback Same as message_status_callback: The URL we
550
+ # should call using a POST method to send status information about SMS messages
551
+ # sent by the application. Deprecated, included for backwards compatibility.
550
552
  # @param [String] message_status_callback The URL we should call using a POST
551
553
  # method to send message status information to your application.
552
554
  # @return [ApplicationInstance] Updated ApplicationInstance
@@ -89,7 +89,7 @@ module Twilio
89
89
  'PageSize' => page_size,
90
90
  })
91
91
 
92
- response = @version.page('GET', @uri, params)
92
+ response = @version.page('GET', @uri, params: params)
93
93
 
94
94
  AuthorizedConnectAppPage.new(@version, response, @solution)
95
95
  end
@@ -88,7 +88,7 @@ module Twilio
88
88
  'PageSize' => page_size,
89
89
  })
90
90
 
91
- response = @version.page('GET', @uri, params)
91
+ response = @version.page('GET', @uri, params: params)
92
92
 
93
93
  AvailablePhoneNumberCountryPage.new(@version, response, @solution)
94
94
  end
@@ -38,7 +38,7 @@ module Twilio
38
38
  # @param [String] contains The pattern on which to match phone numbers. Valid
39
39
  # characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any
40
40
  # single digit. For examples, see [Example
41
- # 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters.
41
+ # 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumberlocal-resource?code-sample=code-find-phone-numbers-by-number-pattern) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumberlocal-resource?code-sample=code-find-phone-numbers-by-character-pattern). If specified, this value must have at least two characters.
42
42
  # @param [Boolean] sms_enabled Whether the phone numbers can receive text
43
43
  # messages. Can be: `true` or `false`.
44
44
  # @param [Boolean] mms_enabled Whether the phone numbers can receive MMS messages.
@@ -125,7 +125,7 @@ module Twilio
125
125
  # @param [String] contains The pattern on which to match phone numbers. Valid
126
126
  # characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any
127
127
  # single digit. For examples, see [Example
128
- # 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters.
128
+ # 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumberlocal-resource?code-sample=code-find-phone-numbers-by-number-pattern) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumberlocal-resource?code-sample=code-find-phone-numbers-by-character-pattern). If specified, this value must have at least two characters.
129
129
  # @param [Boolean] sms_enabled Whether the phone numbers can receive text
130
130
  # messages. Can be: `true` or `false`.
131
131
  # @param [Boolean] mms_enabled Whether the phone numbers can receive MMS messages.
@@ -228,7 +228,7 @@ module Twilio
228
228
  # @param [String] contains The pattern on which to match phone numbers. Valid
229
229
  # characters are `*`, `0-9`, `a-z`, and `A-Z`. The `*` character matches any
230
230
  # single digit. For examples, see [Example
231
- # 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-2) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumber-resource#local-get-basic-example-3). If specified, this value must have at least two characters.
231
+ # 2](https://www.twilio.com/docs/phone-numbers/api/availablephonenumberlocal-resource?code-sample=code-find-phone-numbers-by-number-pattern) and [Example 3](https://www.twilio.com/docs/phone-numbers/api/availablephonenumberlocal-resource?code-sample=code-find-phone-numbers-by-character-pattern). If specified, this value must have at least two characters.
232
232
  # @param [Boolean] sms_enabled Whether the phone numbers can receive text
233
233
  # messages. Can be: `true` or `false`.
234
234
  # @param [Boolean] mms_enabled Whether the phone numbers can receive MMS messages.
@@ -303,7 +303,7 @@ module Twilio
303
303
  'PageSize' => page_size,
304
304
  })
305
305
 
306
- response = @version.page('GET', @uri, params)
306
+ response = @version.page('GET', @uri, params: params)
307
307
 
308
308
  LocalPage.new(@version, response, @solution)
309
309
  end
@@ -303,7 +303,7 @@ module Twilio
303
303
  'PageSize' => page_size,
304
304
  })
305
305
 
306
- response = @version.page('GET', @uri, params)
306
+ response = @version.page('GET', @uri, params: params)
307
307
 
308
308
  MachineToMachinePage.new(@version, response, @solution)
309
309
  end
@@ -303,7 +303,7 @@ module Twilio
303
303
  'PageSize' => page_size,
304
304
  })
305
305
 
306
- response = @version.page('GET', @uri, params)
306
+ response = @version.page('GET', @uri, params: params)
307
307
 
308
308
  MobilePage.new(@version, response, @solution)
309
309
  end
@@ -303,7 +303,7 @@ module Twilio
303
303
  'PageSize' => page_size,
304
304
  })
305
305
 
306
- response = @version.page('GET', @uri, params)
306
+ response = @version.page('GET', @uri, params: params)
307
307
 
308
308
  NationalPage.new(@version, response, @solution)
309
309
  end
@@ -303,7 +303,7 @@ module Twilio
303
303
  'PageSize' => page_size,
304
304
  })
305
305
 
306
- response = @version.page('GET', @uri, params)
306
+ response = @version.page('GET', @uri, params: params)
307
307
 
308
308
  SharedCostPage.new(@version, response, @solution)
309
309
  end
@@ -303,7 +303,7 @@ module Twilio
303
303
  'PageSize' => page_size,
304
304
  })
305
305
 
306
- response = @version.page('GET', @uri, params)
306
+ response = @version.page('GET', @uri, params: params)
307
307
 
308
308
  TollFreePage.new(@version, response, @solution)
309
309
  end
@@ -303,7 +303,7 @@ module Twilio
303
303
  'PageSize' => page_size,
304
304
  })
305
305
 
306
- response = @version.page('GET', @uri, params)
306
+ response = @version.page('GET', @uri, params: params)
307
307
 
308
308
  VoipPage.new(@version, response, @solution)
309
309
  end
@@ -335,7 +335,7 @@ module Twilio
335
335
  'PageSize' => page_size,
336
336
  })
337
337
 
338
- response = @version.page('GET', @uri, params)
338
+ response = @version.page('GET', @uri, params: params)
339
339
 
340
340
  CallPage.new(@version, response, @solution)
341
341
  end
@@ -128,7 +128,7 @@ module Twilio
128
128
  'PageSize' => page_size,
129
129
  })
130
130
 
131
- response = @version.page('GET', @uri, params)
131
+ response = @version.page('GET', @uri, params: params)
132
132
 
133
133
  NotificationPage.new(@version, response, @solution)
134
134
  end
@@ -36,50 +36,59 @@ module Twilio
36
36
 
37
37
  ##
38
38
  # Create the PaymentInstance
39
- # @param [String] idempotency_key A unique token for each payment session that
40
- # should be provided to maintain idempotency of the session.
41
- # @param [String] status_callback The URL we should call using the
42
- # `status_callback` to send status information of payment session.
43
- # @param [payment.BankAccountType] bank_account_type If Payment source is ACH,
44
- # type of bank account. Can be: `consumer-checking`, `consumer-savings`,
39
+ # @param [String] idempotency_key A unique token that will be used to ensure that
40
+ # multiple API calls with the same information do not result in multiple
41
+ # transactions. This should be a unique string value per API call and can be a
42
+ # randomly generated.
43
+ # @param [String] status_callback Provide an absolute or relative URL to receive
44
+ # status updates regarding your Pay session. Read more about the [expected
45
+ # StatusCallback
46
+ # values](https://www.twilio.com/docs/voice/api/payment-resource#statuscallback)
47
+ # @param [payment.BankAccountType] bank_account_type Type of bank account if
48
+ # payment source is ACH. One of `consumer-checking`, `consumer-savings`, or
45
49
  # `commercial-checking`. The default value is `consumer-checking`.
46
- # @param [String] charge_amount If this field is present and greater than `0.0`
47
- # payment source will be charged. Otherwise payment source will be tokenized.
48
- # @param [String] currency Currency `charge_amount` is in. It's format should be
49
- # as specified in [ISO
50
+ # @param [String] charge_amount A positive decimal value less than 1,000,000 to
51
+ # charge against the credit card or bank account. Default currency can be
52
+ # overwritten with `currency` field. Leave blank or set to 0 to tokenize.
53
+ # @param [String] currency The currency of the `charge_amount`, formatted as [ISO
50
54
  # 4127](http://www.iso.org/iso/home/standards/currency_codes.htm) format. The
51
- # default value is `USD`.
52
- # @param [String] description Decription of the charge.
53
- # @param [String] input Kind of medium customer would enter payment source
54
- # information in. Currently only 'DTMF' is supported, which means customer would
55
- # use keypad of their phone to enter card number etc.
56
- # @param [String] min_postal_code_length If postal code is expected, minimum
57
- # length of the postal code. When user enters postal code, this value will be used
58
- # to validate.
59
- # @param [Hash] parameter Additonal data to be sent over to payment provider. It
60
- # has to be a JSON string with only one level object. This parameter can be used
61
- # to send information such as customer name, phone number etc. Refer to specific
62
- # payment provider's documentation in Twilio console for supported
63
- # names/values/format.
64
- # @param [String] payment_connector Payment connector that you would like Twilio
65
- # to use for processing payments. The default value is `Default`, which means you
66
- # need to have at least one payment connector configured in Twilio with name
67
- # 'Default'. If not you must provide connector configuration name here.
68
- # @param [payment.PaymentMethod] payment_method Payment source type. Can be:
69
- # `credit-card`, `ach-debit`. The default value is `credit-card`.
70
- # @param [Boolean] postal_code Whether to expect postal code during payment source
71
- # data gathering. Can be: `true`, `false`. The default value is `true`.
72
- # @param [Boolean] security_code Whether to expect security code during payment
73
- # source data gathering. Can be: `true`, `false`. The default value is `true`.
74
- # @param [String] timeout The number of seconds that we should allow customer to
75
- # enter payment information. Can be an integer between `5` and `600`, inclusive.
76
- # The default value is `5`.
77
- # @param [payment.TokenType] token_type If tokenization of payment source is
78
- # desired, this represents type of token. Can be: `one-time`, `reusable`. The
79
- # default value is `reusable`.
80
- # @param [String] valid_card_types List of card types accepted with each card
81
- # types separated by space. Can be:
82
- # `visa`,`nmastercard`,`amex`,`maestro`,`discover`,`optima`,`jcb`,`diners-club`,`enroute`. The default value is `visa mastercard amex`.
55
+ # default value is `USD` and all values allowed from the <Pay> Connector are
56
+ # accepted.
57
+ # @param [String] description The description can be used to provide more details
58
+ # regarding the transaction. This information is submitted along with the payment
59
+ # details to the Payment Connector which are then posted on the transactions.
60
+ # @param [String] input A list of inputs that should be accepted. Currently only
61
+ # `dtmf` is supported. All digits captured during a pay session are redacted from
62
+ # the logs.
63
+ # @param [String] min_postal_code_length A positive integer that is used to
64
+ # validate the length of the `PostalCode` inputted by the user. User must enter
65
+ # this many digits.
66
+ # @param [Hash] parameter A single level JSON string that is required when
67
+ # accepting certain information specific only to ACH payments. The information
68
+ # that has to be included here depends on the <Pay> Connector. [Read
69
+ # more](https://www.twilio.com/console/voice/pay-connectors).
70
+ # @param [String] payment_connector This is the unique name corresponding to the
71
+ # Payment Gateway Connector installed in the Twilio Add-ons. Learn more about
72
+ # [<Pay> Connectors](https://www.twilio.com/console/voice/pay-connectors). The
73
+ # default value is `Default`.
74
+ # @param [payment.PaymentMethod] payment_method Type of payment being captured.
75
+ # One of `credit-card` or `ach-debit`. The default value is `credit-card`.
76
+ # @param [Boolean] postal_code Indicates whether the credit card postal code (zip
77
+ # code) is a required piece of payment information that must be provided by the
78
+ # caller. The default is `true`.
79
+ # @param [Boolean] security_code Indicates whether the credit card security code
80
+ # is a required piece of payment information that must be provided by the caller.
81
+ # The default is `true`.
82
+ # @param [String] timeout The number of seconds that <Pay> should wait for the
83
+ # caller to press a digit between each subsequent digit, after the first one,
84
+ # before moving on to validate the digits captured. The default is `5`, maximum is
85
+ # `600`.
86
+ # @param [payment.TokenType] token_type Indicates whether the payment method
87
+ # should be tokenized as a `one-time` or `reusable` token. The default value is
88
+ # `reusable`. Do not enter a charge amount when tokenizing. If a charge amount is
89
+ # entered, the payment method will be charged and not tokenized.
90
+ # @param [String] valid_card_types Credit card types separated by space that Pay
91
+ # should accept. The default value is `visa mastercard amex`
83
92
  # @return [PaymentInstance] Created PaymentInstance
84
93
  def create(idempotency_key: nil, status_callback: nil, bank_account_type: :unset, charge_amount: :unset, currency: :unset, description: :unset, input: :unset, min_postal_code_length: :unset, parameter: :unset, payment_connector: :unset, payment_method: :unset, postal_code: :unset, security_code: :unset, timeout: :unset, token_type: :unset, valid_card_types: :unset)
85
94
  data = Twilio::Values.of({
@@ -177,15 +186,20 @@ module Twilio
177
186
 
178
187
  ##
179
188
  # Update the PaymentInstance
180
- # @param [String] idempotency_key A unique token for each payment session that
181
- # should be provided to maintain idempotency of the session.
182
- # @param [String] status_callback The URL we should call using the
183
- # `status_callback` to send status information of payment session.
184
- # @param [payment.Capture] capture Specific payment source information to expect.
185
- # Can be:
186
- # `payment-card-number`,`expiration-date`,`security-code`,`postal-code`,`bank-routing-number`,`bank-account-number`.
187
- # @param [payment.Status] status Instruction to complete or cancel the
188
- # transaction. Can be: `complete`, `cancel.`
189
+ # @param [String] idempotency_key A unique token that will be used to ensure that
190
+ # multiple API calls with the same information do not result in multiple
191
+ # transactions. This should be a unique string value per API call and can be a
192
+ # randomly generated.
193
+ # @param [String] status_callback Provide an absolute or relative URL to receive
194
+ # status updates regarding your Pay session. Read more about the
195
+ # [Update](https://www.twilio.com/docs/voice/api/payment-resource#statuscallback-update) and [Complete/Cancel](https://www.twilio.com/docs/voice/api/payment-resource#statuscallback-cancelcomplete) POST requests.
196
+ # @param [payment.Capture] capture The piece of payment information that you wish
197
+ # the caller to enter. Must be one of `payment-card-number`, `expiration-date`,
198
+ # `security-code`, `postal-code`, `bank-routing-number`, or `bank-account-number`.
199
+ # @param [payment.Status] status Indicates whether the current payment session
200
+ # should be cancelled or completed. When `cancel` the payment session is
201
+ # cancelled. When `complete`, Twilio sends the payment information to the selected
202
+ # <Pay> connector for processing.
189
203
  # @return [PaymentInstance] Updated PaymentInstance
190
204
  def update(idempotency_key: nil, status_callback: nil, capture: :unset, status: :unset)
191
205
  data = Twilio::Values.of({
@@ -309,15 +323,20 @@ module Twilio
309
323
 
310
324
  ##
311
325
  # Update the PaymentInstance
312
- # @param [String] idempotency_key A unique token for each payment session that
313
- # should be provided to maintain idempotency of the session.
314
- # @param [String] status_callback The URL we should call using the
315
- # `status_callback` to send status information of payment session.
316
- # @param [payment.Capture] capture Specific payment source information to expect.
317
- # Can be:
318
- # `payment-card-number`,`expiration-date`,`security-code`,`postal-code`,`bank-routing-number`,`bank-account-number`.
319
- # @param [payment.Status] status Instruction to complete or cancel the
320
- # transaction. Can be: `complete`, `cancel.`
326
+ # @param [String] idempotency_key A unique token that will be used to ensure that
327
+ # multiple API calls with the same information do not result in multiple
328
+ # transactions. This should be a unique string value per API call and can be a
329
+ # randomly generated.
330
+ # @param [String] status_callback Provide an absolute or relative URL to receive
331
+ # status updates regarding your Pay session. Read more about the
332
+ # [Update](https://www.twilio.com/docs/voice/api/payment-resource#statuscallback-update) and [Complete/Cancel](https://www.twilio.com/docs/voice/api/payment-resource#statuscallback-cancelcomplete) POST requests.
333
+ # @param [payment.Capture] capture The piece of payment information that you wish
334
+ # the caller to enter. Must be one of `payment-card-number`, `expiration-date`,
335
+ # `security-code`, `postal-code`, `bank-routing-number`, or `bank-account-number`.
336
+ # @param [payment.Status] status Indicates whether the current payment session
337
+ # should be cancelled or completed. When `cancel` the payment session is
338
+ # cancelled. When `complete`, Twilio sends the payment information to the selected
339
+ # <Pay> connector for processing.
321
340
  # @return [PaymentInstance] Updated PaymentInstance
322
341
  def update(idempotency_key: nil, status_callback: nil, capture: :unset, status: :unset)
323
342
  context.update(