twilio-ruby 5.37.0 → 5.39.3

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 (718) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +1 -1
  3. data/CHANGES.md +93 -9
  4. data/ISSUE_TEMPLATE.md +5 -1
  5. data/Makefile +1 -1
  6. data/PULL_REQUEST_TEMPLATE.md +1 -1
  7. data/README.md +4 -2
  8. data/lib/twilio-ruby/framework/version.rb +3 -3
  9. data/lib/twilio-ruby/rest/accounts/v1/credential/aws.rb +13 -30
  10. data/lib/twilio-ruby/rest/accounts/v1/credential/public_key.rb +13 -30
  11. data/lib/twilio-ruby/rest/api/v2010/account.rb +10 -27
  12. data/lib/twilio-ruby/rest/api/v2010/account/address.rb +13 -30
  13. data/lib/twilio-ruby/rest/api/v2010/account/address/dependent_phone_number.rb +3 -5
  14. data/lib/twilio-ruby/rest/api/v2010/account/application.rb +13 -30
  15. data/lib/twilio-ruby/rest/api/v2010/account/authorized_connect_app.rb +6 -14
  16. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number.rb +6 -14
  17. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/local.rb +3 -5
  18. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/machine_to_machine.rb +3 -5
  19. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/mobile.rb +3 -5
  20. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/national.rb +3 -5
  21. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/shared_cost.rb +3 -5
  22. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/toll_free.rb +3 -5
  23. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/voip.rb +3 -5
  24. data/lib/twilio-ruby/rest/api/v2010/account/balance.rb +2 -8
  25. data/lib/twilio-ruby/rest/api/v2010/account/call.rb +13 -30
  26. data/lib/twilio-ruby/rest/api/v2010/account/call/feedback.rb +9 -25
  27. data/lib/twilio-ruby/rest/api/v2010/account/call/feedback_summary.rb +9 -20
  28. data/lib/twilio-ruby/rest/api/v2010/account/call/notification.rb +6 -14
  29. data/lib/twilio-ruby/rest/api/v2010/account/call/payment.rb +83 -73
  30. data/lib/twilio-ruby/rest/api/v2010/account/call/recording.rb +13 -30
  31. data/lib/twilio-ruby/rest/api/v2010/account/conference.rb +7 -19
  32. data/lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb +54 -35
  33. data/lib/twilio-ruby/rest/api/v2010/account/conference/recording.rb +10 -22
  34. data/lib/twilio-ruby/rest/api/v2010/account/connect_app.rb +10 -22
  35. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number.rb +27 -30
  36. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on.rb +12 -25
  37. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension.rb +6 -14
  38. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/local.rb +20 -13
  39. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/mobile.rb +20 -13
  40. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/toll_free.rb +20 -13
  41. data/lib/twilio-ruby/rest/api/v2010/account/key.rb +10 -22
  42. data/lib/twilio-ruby/rest/api/v2010/account/message.rb +13 -30
  43. data/lib/twilio-ruby/rest/api/v2010/account/message/feedback.rb +3 -8
  44. data/lib/twilio-ruby/rest/api/v2010/account/message/media.rb +9 -17
  45. data/lib/twilio-ruby/rest/api/v2010/account/new_key.rb +3 -8
  46. data/lib/twilio-ruby/rest/api/v2010/account/new_signing_key.rb +3 -8
  47. data/lib/twilio-ruby/rest/api/v2010/account/notification.rb +6 -14
  48. data/lib/twilio-ruby/rest/api/v2010/account/outgoing_caller_id.rb +10 -22
  49. data/lib/twilio-ruby/rest/api/v2010/account/queue.rb +13 -30
  50. data/lib/twilio-ruby/rest/api/v2010/account/queue/member.rb +7 -19
  51. data/lib/twilio-ruby/rest/api/v2010/account/recording.rb +9 -17
  52. data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result.rb +9 -17
  53. data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result/payload.rb +9 -17
  54. data/lib/twilio-ruby/rest/api/v2010/account/recording/transcription.rb +9 -17
  55. data/lib/twilio-ruby/rest/api/v2010/account/short_code.rb +7 -19
  56. data/lib/twilio-ruby/rest/api/v2010/account/signing_key.rb +10 -22
  57. data/lib/twilio-ruby/rest/api/v2010/account/sip/credential_list.rb +13 -30
  58. data/lib/twilio-ruby/rest/api/v2010/account/sip/credential_list/credential.rb +13 -30
  59. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain.rb +13 -30
  60. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_credential_list_mapping.rb +12 -25
  61. 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
  62. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping/auth_registrations_credential_list_mapping.rb +12 -25
  63. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/credential_list_mapping.rb +12 -25
  64. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/ip_access_control_list_mapping.rb +12 -25
  65. data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list.rb +13 -30
  66. data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list/ip_address.rb +13 -30
  67. data/lib/twilio-ruby/rest/api/v2010/account/token.rb +3 -8
  68. data/lib/twilio-ruby/rest/api/v2010/account/transcription.rb +9 -17
  69. data/lib/twilio-ruby/rest/api/v2010/account/usage/record.rb +3 -5
  70. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/all_time.rb +3 -5
  71. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/daily.rb +3 -5
  72. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/last_month.rb +3 -5
  73. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/monthly.rb +3 -5
  74. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/this_month.rb +3 -5
  75. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/today.rb +3 -5
  76. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yearly.rb +3 -5
  77. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yesterday.rb +3 -5
  78. data/lib/twilio-ruby/rest/api/v2010/account/usage/trigger.rb +13 -30
  79. data/lib/twilio-ruby/rest/api/v2010/account/validation_request.rb +3 -8
  80. data/lib/twilio-ruby/rest/autopilot/v1/assistant.rb +13 -46
  81. data/lib/twilio-ruby/rest/autopilot/v1/assistant/defaults.rb +4 -14
  82. data/lib/twilio-ruby/rest/autopilot/v1/assistant/dialogue.rb +3 -9
  83. data/lib/twilio-ruby/rest/autopilot/v1/assistant/field_type.rb +13 -30
  84. data/lib/twilio-ruby/rest/autopilot/v1/assistant/field_type/field_value.rb +12 -25
  85. data/lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb +13 -30
  86. data/lib/twilio-ruby/rest/autopilot/v1/assistant/query.rb +13 -30
  87. data/lib/twilio-ruby/rest/autopilot/v1/assistant/style_sheet.rb +4 -14
  88. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task.rb +13 -30
  89. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/field.rb +12 -25
  90. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/sample.rb +13 -30
  91. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/task_actions.rb +4 -14
  92. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/task_statistics.rb +3 -9
  93. data/lib/twilio-ruby/rest/autopilot/v1/assistant/webhook.rb +13 -30
  94. data/lib/twilio-ruby/rest/autopilot/v1/restore_assistant.rb +1 -5
  95. data/lib/twilio-ruby/rest/bulkexports/v1/export.rb +3 -9
  96. data/lib/twilio-ruby/rest/bulkexports/v1/export/day.rb +6 -14
  97. data/lib/twilio-ruby/rest/bulkexports/v1/export/export_custom_job.rb +6 -13
  98. data/lib/twilio-ruby/rest/bulkexports/v1/export/job.rb +6 -12
  99. data/lib/twilio-ruby/rest/bulkexports/v1/export_configuration.rb +4 -14
  100. data/lib/twilio-ruby/rest/chat/v1/credential.rb +13 -30
  101. data/lib/twilio-ruby/rest/chat/v1/service.rb +13 -30
  102. data/lib/twilio-ruby/rest/chat/v1/service/channel.rb +13 -30
  103. data/lib/twilio-ruby/rest/chat/v1/service/channel/invite.rb +12 -25
  104. data/lib/twilio-ruby/rest/chat/v1/service/channel/member.rb +13 -30
  105. data/lib/twilio-ruby/rest/chat/v1/service/channel/message.rb +13 -30
  106. data/lib/twilio-ruby/rest/chat/v1/service/role.rb +13 -30
  107. data/lib/twilio-ruby/rest/chat/v1/service/user.rb +13 -30
  108. data/lib/twilio-ruby/rest/chat/v1/service/user/user_channel.rb +3 -5
  109. data/lib/twilio-ruby/rest/chat/v2/credential.rb +13 -30
  110. data/lib/twilio-ruby/rest/chat/v2/service.rb +13 -30
  111. data/lib/twilio-ruby/rest/chat/v2/service/binding.rb +9 -17
  112. data/lib/twilio-ruby/rest/chat/v2/service/channel.rb +34 -36
  113. data/lib/twilio-ruby/rest/chat/v2/service/channel/invite.rb +12 -25
  114. data/lib/twilio-ruby/rest/chat/v2/service/channel/member.rb +34 -36
  115. data/lib/twilio-ruby/rest/chat/v2/service/channel/message.rb +34 -36
  116. data/lib/twilio-ruby/rest/chat/v2/service/channel/webhook.rb +13 -30
  117. data/lib/twilio-ruby/rest/chat/v2/service/role.rb +13 -30
  118. data/lib/twilio-ruby/rest/chat/v2/service/user.rb +30 -34
  119. data/lib/twilio-ruby/rest/chat/v2/service/user/user_binding.rb +9 -17
  120. data/lib/twilio-ruby/rest/chat/v2/service/user/user_channel.rb +10 -22
  121. data/lib/twilio-ruby/rest/client.rb +0 -7
  122. data/lib/twilio-ruby/rest/conversations/v1/conversation.rb +59 -36
  123. data/lib/twilio-ruby/rest/conversations/v1/conversation/message.rb +80 -36
  124. data/lib/twilio-ruby/rest/conversations/v1/conversation/message/delivery_receipt.rb +348 -0
  125. data/lib/twilio-ruby/rest/conversations/v1/conversation/participant.rb +46 -36
  126. data/lib/twilio-ruby/rest/conversations/v1/conversation/webhook.rb +13 -30
  127. data/lib/twilio-ruby/rest/conversations/v1/webhook.rb +4 -14
  128. data/lib/twilio-ruby/rest/fax/v1/fax.rb +13 -30
  129. data/lib/twilio-ruby/rest/fax/v1/fax/fax_media.rb +9 -17
  130. data/lib/twilio-ruby/rest/flex_api/v1/channel.rb +12 -25
  131. data/lib/twilio-ruby/rest/flex_api/v1/configuration.rb +9 -34
  132. data/lib/twilio-ruby/rest/flex_api/v1/flex_flow.rb +13 -30
  133. data/lib/twilio-ruby/rest/flex_api/v1/web_channel.rb +13 -30
  134. data/lib/twilio-ruby/rest/insights/v1/call.rb +3 -9
  135. data/lib/twilio-ruby/rest/insights/v1/call/event.rb +3 -5
  136. data/lib/twilio-ruby/rest/insights/v1/call/metric.rb +3 -5
  137. data/lib/twilio-ruby/rest/insights/v1/call/summary.rb +3 -7
  138. data/lib/twilio-ruby/rest/ip_messaging/v1/credential.rb +13 -30
  139. data/lib/twilio-ruby/rest/ip_messaging/v1/service.rb +13 -30
  140. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel.rb +13 -30
  141. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/invite.rb +12 -25
  142. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/member.rb +13 -30
  143. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/message.rb +13 -30
  144. data/lib/twilio-ruby/rest/ip_messaging/v1/service/role.rb +13 -30
  145. data/lib/twilio-ruby/rest/ip_messaging/v1/service/user.rb +13 -30
  146. data/lib/twilio-ruby/rest/ip_messaging/v1/service/user/user_channel.rb +3 -5
  147. data/lib/twilio-ruby/rest/ip_messaging/v2/credential.rb +13 -30
  148. data/lib/twilio-ruby/rest/ip_messaging/v2/service.rb +13 -30
  149. data/lib/twilio-ruby/rest/ip_messaging/v2/service/binding.rb +9 -17
  150. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel.rb +34 -36
  151. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/invite.rb +12 -25
  152. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/member.rb +34 -36
  153. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/message.rb +34 -36
  154. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/webhook.rb +13 -30
  155. data/lib/twilio-ruby/rest/ip_messaging/v2/service/role.rb +13 -30
  156. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user.rb +30 -34
  157. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_binding.rb +9 -17
  158. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_channel.rb +10 -22
  159. data/lib/twilio-ruby/rest/lookups/v1/phone_number.rb +4 -8
  160. data/lib/twilio-ruby/rest/messaging/v1/service.rb +13 -30
  161. data/lib/twilio-ruby/rest/messaging/v1/service/alpha_sender.rb +12 -25
  162. data/lib/twilio-ruby/rest/messaging/v1/service/phone_number.rb +12 -25
  163. data/lib/twilio-ruby/rest/messaging/v1/service/short_code.rb +12 -25
  164. data/lib/twilio-ruby/rest/monitor/v1/alert.rb +14 -22
  165. data/lib/twilio-ruby/rest/monitor/v1/event.rb +6 -14
  166. data/lib/twilio-ruby/rest/notify/v1/credential.rb +13 -30
  167. data/lib/twilio-ruby/rest/notify/v1/service.rb +13 -30
  168. data/lib/twilio-ruby/rest/notify/v1/service/binding.rb +12 -25
  169. data/lib/twilio-ruby/rest/notify/v1/service/notification.rb +3 -8
  170. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle.rb +31 -27
  171. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/evaluation.rb +9 -24
  172. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/item_assignment.rb +12 -25
  173. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/end_user.rb +10 -27
  174. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/end_user_type.rb +6 -14
  175. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/regulation.rb +6 -14
  176. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/supporting_document.rb +10 -27
  177. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/supporting_document_type.rb +6 -14
  178. data/lib/twilio-ruby/rest/preview/bulk_exports/export.rb +3 -9
  179. data/lib/twilio-ruby/rest/preview/bulk_exports/export/day.rb +6 -14
  180. data/lib/twilio-ruby/rest/preview/bulk_exports/export/export_custom_job.rb +6 -13
  181. data/lib/twilio-ruby/rest/preview/bulk_exports/export/job.rb +6 -12
  182. data/lib/twilio-ruby/rest/preview/bulk_exports/export_configuration.rb +4 -14
  183. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet.rb +13 -30
  184. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/certificate.rb +13 -30
  185. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/deployment.rb +13 -30
  186. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/device.rb +13 -30
  187. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/key.rb +13 -30
  188. data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document.rb +10 -27
  189. data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document/dependent_hosted_number_order.rb +3 -5
  190. data/lib/twilio-ruby/rest/preview/hosted_numbers/hosted_number_order.rb +13 -30
  191. data/lib/twilio-ruby/rest/preview/marketplace/available_add_on.rb +6 -14
  192. data/lib/twilio-ruby/rest/preview/marketplace/available_add_on/available_add_on_extension.rb +6 -14
  193. data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on.rb +13 -30
  194. data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on/installed_add_on_extension.rb +7 -19
  195. data/lib/twilio-ruby/rest/preview/sync/service.rb +13 -30
  196. data/lib/twilio-ruby/rest/preview/sync/service/document.rb +26 -36
  197. data/lib/twilio-ruby/rest/preview/sync/service/document/document_permission.rb +10 -22
  198. data/lib/twilio-ruby/rest/preview/sync/service/sync_list.rb +12 -25
  199. data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_item.rb +26 -36
  200. data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_permission.rb +10 -22
  201. data/lib/twilio-ruby/rest/preview/sync/service/sync_map.rb +12 -25
  202. data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_item.rb +26 -36
  203. data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_permission.rb +10 -22
  204. data/lib/twilio-ruby/rest/preview/trusted_comms/branded_call.rb +3 -8
  205. data/lib/twilio-ruby/rest/preview/trusted_comms/brands_information.rb +13 -11
  206. data/lib/twilio-ruby/rest/preview/trusted_comms/business.rb +3 -9
  207. data/lib/twilio-ruby/rest/preview/trusted_comms/business/brand.rb +3 -9
  208. data/lib/twilio-ruby/rest/preview/trusted_comms/business/brand/branded_channel.rb +3 -9
  209. data/lib/twilio-ruby/rest/preview/trusted_comms/business/brand/branded_channel/channel.rb +3 -8
  210. data/lib/twilio-ruby/rest/preview/trusted_comms/business/insights/impressions_rate.rb +3 -7
  211. data/lib/twilio-ruby/rest/preview/trusted_comms/cps.rb +11 -11
  212. data/lib/twilio-ruby/rest/preview/trusted_comms/current_call.rb +25 -11
  213. data/lib/twilio-ruby/rest/preview/trusted_comms/phone_call.rb +3 -8
  214. data/lib/twilio-ruby/rest/preview/understand/assistant.rb +13 -30
  215. data/lib/twilio-ruby/rest/preview/understand/assistant/assistant_fallback_actions.rb +4 -14
  216. data/lib/twilio-ruby/rest/preview/understand/assistant/assistant_initiation_actions.rb +4 -14
  217. data/lib/twilio-ruby/rest/preview/understand/assistant/dialogue.rb +3 -9
  218. data/lib/twilio-ruby/rest/preview/understand/assistant/field_type.rb +13 -30
  219. data/lib/twilio-ruby/rest/preview/understand/assistant/field_type/field_value.rb +12 -25
  220. data/lib/twilio-ruby/rest/preview/understand/assistant/model_build.rb +13 -30
  221. data/lib/twilio-ruby/rest/preview/understand/assistant/query.rb +13 -30
  222. data/lib/twilio-ruby/rest/preview/understand/assistant/style_sheet.rb +4 -14
  223. data/lib/twilio-ruby/rest/preview/understand/assistant/task.rb +13 -30
  224. data/lib/twilio-ruby/rest/preview/understand/assistant/task/field.rb +12 -25
  225. data/lib/twilio-ruby/rest/preview/understand/assistant/task/sample.rb +13 -30
  226. data/lib/twilio-ruby/rest/preview/understand/assistant/task/task_actions.rb +4 -14
  227. data/lib/twilio-ruby/rest/preview/understand/assistant/task/task_statistics.rb +3 -9
  228. data/lib/twilio-ruby/rest/preview/wireless/command.rb +9 -22
  229. data/lib/twilio-ruby/rest/preview/wireless/rate_plan.rb +13 -30
  230. data/lib/twilio-ruby/rest/preview/wireless/sim.rb +7 -19
  231. data/lib/twilio-ruby/rest/preview/wireless/sim/usage.rb +3 -7
  232. data/lib/twilio-ruby/rest/pricing/v1/messaging/country.rb +6 -14
  233. data/lib/twilio-ruby/rest/pricing/v1/phone_number/country.rb +6 -14
  234. data/lib/twilio-ruby/rest/pricing/v1/voice/country.rb +6 -14
  235. data/lib/twilio-ruby/rest/pricing/v1/voice/number.rb +3 -9
  236. data/lib/twilio-ruby/rest/pricing/v2/voice/country.rb +6 -14
  237. data/lib/twilio-ruby/rest/pricing/v2/voice/number.rb +3 -7
  238. data/lib/twilio-ruby/rest/proxy/v1/service.rb +13 -30
  239. data/lib/twilio-ruby/rest/proxy/v1/service/phone_number.rb +13 -30
  240. data/lib/twilio-ruby/rest/proxy/v1/service/session.rb +38 -33
  241. data/lib/twilio-ruby/rest/proxy/v1/service/session/interaction.rb +9 -17
  242. data/lib/twilio-ruby/rest/proxy/v1/service/session/participant.rb +12 -25
  243. data/lib/twilio-ruby/rest/proxy/v1/service/session/participant/message_interaction.rb +9 -22
  244. data/lib/twilio-ruby/rest/proxy/v1/service/short_code.rb +13 -30
  245. data/lib/twilio-ruby/rest/serverless/v1/service.rb +13 -30
  246. data/lib/twilio-ruby/rest/serverless/v1/service/asset.rb +13 -30
  247. data/lib/twilio-ruby/rest/serverless/v1/service/asset/asset_version.rb +6 -14
  248. data/lib/twilio-ruby/rest/serverless/v1/service/build.rb +12 -25
  249. data/lib/twilio-ruby/rest/serverless/v1/service/environment.rb +12 -25
  250. data/lib/twilio-ruby/rest/serverless/v1/service/environment/deployment.rb +9 -22
  251. data/lib/twilio-ruby/rest/serverless/v1/service/environment/log.rb +6 -14
  252. data/lib/twilio-ruby/rest/serverless/v1/service/environment/variable.rb +13 -30
  253. data/lib/twilio-ruby/rest/serverless/v1/service/function.rb +13 -30
  254. data/lib/twilio-ruby/rest/serverless/v1/service/function/function_version.rb +6 -14
  255. data/lib/twilio-ruby/rest/serverless/v1/service/function/function_version/function_version_content.rb +3 -9
  256. data/lib/twilio-ruby/rest/studio/v1/flow.rb +9 -17
  257. data/lib/twilio-ruby/rest/studio/v1/flow/engagement.rb +12 -25
  258. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/engagement_context.rb +3 -9
  259. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/step.rb +6 -14
  260. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/step/step_context.rb +3 -9
  261. data/lib/twilio-ruby/rest/studio/v1/flow/execution.rb +13 -30
  262. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_context.rb +3 -9
  263. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step.rb +6 -14
  264. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step/execution_step_context.rb +3 -9
  265. data/lib/twilio-ruby/rest/studio/v2/flow.rb +13 -30
  266. data/lib/twilio-ruby/rest/studio/v2/flow/execution.rb +13 -30
  267. data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_context.rb +3 -9
  268. data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step.rb +6 -14
  269. data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step/execution_step_context.rb +3 -9
  270. data/lib/twilio-ruby/rest/studio/v2/flow/flow_revision.rb +6 -14
  271. data/lib/twilio-ruby/rest/studio/v2/flow/test_user.rb +4 -14
  272. data/lib/twilio-ruby/rest/studio/v2/flow_validate.rb +1 -5
  273. data/lib/twilio-ruby/rest/supersim/v1/command.rb +9 -22
  274. data/lib/twilio-ruby/rest/supersim/v1/fleet.rb +10 -27
  275. data/lib/twilio-ruby/rest/supersim/v1/network.rb +6 -14
  276. data/lib/twilio-ruby/rest/supersim/v1/network_access_profile.rb +10 -27
  277. data/lib/twilio-ruby/rest/supersim/v1/network_access_profile/network_access_profile_network.rb +12 -25
  278. data/lib/twilio-ruby/rest/supersim/v1/sim.rb +31 -23
  279. data/lib/twilio-ruby/rest/supersim/v1/usage_record.rb +3 -5
  280. data/lib/twilio-ruby/rest/sync/v1/service.rb +13 -30
  281. data/lib/twilio-ruby/rest/sync/v1/service/document.rb +26 -36
  282. data/lib/twilio-ruby/rest/sync/v1/service/document/document_permission.rb +10 -22
  283. data/lib/twilio-ruby/rest/sync/v1/service/sync_list.rb +13 -30
  284. data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_item.rb +32 -36
  285. data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_permission.rb +10 -22
  286. data/lib/twilio-ruby/rest/sync/v1/service/sync_map.rb +13 -30
  287. data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_item.rb +32 -36
  288. data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_permission.rb +10 -22
  289. data/lib/twilio-ruby/rest/sync/v1/service/sync_stream.rb +13 -30
  290. data/lib/twilio-ruby/rest/sync/v1/service/sync_stream/stream_message.rb +3 -8
  291. data/lib/twilio-ruby/rest/taskrouter/v1/workspace.rb +13 -30
  292. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/activity.rb +13 -30
  293. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/event.rb +15 -17
  294. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task.rb +13 -30
  295. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task/reservation.rb +7 -19
  296. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_channel.rb +13 -30
  297. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue.rb +13 -30
  298. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics.rb +3 -7
  299. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics.rb +3 -7
  300. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_statistics.rb +3 -7
  301. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queues_statistics.rb +3 -5
  302. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker.rb +13 -30
  303. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/reservation.rb +7 -19
  304. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_channel.rb +7 -19
  305. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_statistics.rb +3 -7
  306. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_cumulative_statistics.rb +3 -7
  307. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_real_time_statistics.rb +3 -7
  308. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_statistics.rb +3 -7
  309. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow.rb +13 -30
  310. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics.rb +3 -7
  311. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_real_time_statistics.rb +3 -7
  312. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_statistics.rb +3 -7
  313. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_cumulative_statistics.rb +3 -7
  314. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_real_time_statistics.rb +3 -7
  315. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_statistics.rb +3 -7
  316. data/lib/twilio-ruby/rest/trunking/v1/trunk.rb +13 -30
  317. data/lib/twilio-ruby/rest/trunking/v1/trunk/credential_list.rb +12 -25
  318. data/lib/twilio-ruby/rest/trunking/v1/trunk/ip_access_control_list.rb +12 -25
  319. data/lib/twilio-ruby/rest/trunking/v1/trunk/origination_url.rb +13 -30
  320. data/lib/twilio-ruby/rest/trunking/v1/trunk/phone_number.rb +12 -25
  321. data/lib/twilio-ruby/rest/verify.rb +2 -2
  322. data/lib/twilio-ruby/rest/verify/v2.rb +2 -2
  323. data/lib/twilio-ruby/rest/verify/v2/form.rb +7 -13
  324. data/lib/twilio-ruby/rest/verify/v2/service.rb +96 -33
  325. data/lib/twilio-ruby/rest/verify/v2/service/access_token.rb +124 -0
  326. data/lib/twilio-ruby/rest/verify/v2/service/entity.rb +62 -52
  327. data/lib/twilio-ruby/rest/{authy/v1/service/entity/factor.rb → verify/v2/service/entity/challenge.rb} +177 -192
  328. data/lib/twilio-ruby/rest/verify/v2/service/entity/factor.rb +66 -100
  329. data/lib/twilio-ruby/rest/verify/v2/service/messaging_configuration.rb +13 -30
  330. data/lib/twilio-ruby/rest/verify/v2/service/rate_limit.rb +13 -30
  331. data/lib/twilio-ruby/rest/verify/v2/service/rate_limit/bucket.rb +13 -30
  332. data/lib/twilio-ruby/rest/verify/v2/service/verification.rb +11 -23
  333. data/lib/twilio-ruby/rest/verify/v2/service/verification_check.rb +3 -8
  334. data/lib/twilio-ruby/rest/{authy/v1/service/entity.rb → verify/v2/service/webhook.rb} +159 -130
  335. data/lib/twilio-ruby/rest/video/v1/composition.rb +12 -25
  336. data/lib/twilio-ruby/rest/video/v1/composition_hook.rb +13 -30
  337. data/lib/twilio-ruby/rest/video/v1/composition_settings.rb +8 -20
  338. data/lib/twilio-ruby/rest/video/v1/recording.rb +9 -17
  339. data/lib/twilio-ruby/rest/video/v1/recording_settings.rb +8 -20
  340. data/lib/twilio-ruby/rest/video/v1/room.rb +10 -27
  341. data/lib/twilio-ruby/rest/video/v1/room/recording.rb +9 -17
  342. data/lib/twilio-ruby/rest/video/v1/room/room_participant.rb +7 -19
  343. data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_published_track.rb +6 -14
  344. data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_subscribe_rule.rb +3 -13
  345. data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_subscribed_track.rb +6 -14
  346. data/lib/twilio-ruby/rest/voice/v1/byoc_trunk.rb +13 -30
  347. data/lib/twilio-ruby/rest/voice/v1/connection_policy.rb +13 -30
  348. data/lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb +13 -30
  349. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/bulk_country_update.rb +3 -8
  350. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/country.rb +6 -14
  351. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/country/highrisk_special_prefix.rb +3 -5
  352. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/settings.rb +4 -14
  353. data/lib/twilio-ruby/rest/voice/v1/ip_record.rb +13 -30
  354. data/lib/twilio-ruby/rest/voice/v1/source_ip_mapping.rb +13 -30
  355. data/lib/twilio-ruby/rest/wireless/v1/command.rb +12 -25
  356. data/lib/twilio-ruby/rest/wireless/v1/rate_plan.rb +13 -30
  357. data/lib/twilio-ruby/rest/wireless/v1/sim.rb +10 -22
  358. data/lib/twilio-ruby/rest/wireless/v1/sim/data_session.rb +3 -5
  359. data/lib/twilio-ruby/rest/wireless/v1/sim/usage_record.rb +3 -5
  360. data/lib/twilio-ruby/rest/wireless/v1/usage_record.rb +3 -5
  361. data/lib/twilio-ruby/version.rb +1 -1
  362. data/spec/framework/version_spec.rb +166 -0
  363. data/spec/holodeck/holodeck.rb +11 -6
  364. data/spec/integration/accounts/v1/credential/aws_spec.rb +0 -4
  365. data/spec/integration/accounts/v1/credential/public_key_spec.rb +0 -4
  366. data/spec/integration/api/v2010/account/address/dependent_phone_number_spec.rb +0 -1
  367. data/spec/integration/api/v2010/account/address_spec.rb +0 -4
  368. data/spec/integration/api/v2010/account/application_spec.rb +0 -5
  369. data/spec/integration/api/v2010/account/authorized_connect_app_spec.rb +0 -2
  370. data/spec/integration/api/v2010/account/available_phone_number/local_spec.rb +0 -1
  371. data/spec/integration/api/v2010/account/available_phone_number/machine_to_machine_spec.rb +0 -1
  372. data/spec/integration/api/v2010/account/available_phone_number/mobile_spec.rb +0 -1
  373. data/spec/integration/api/v2010/account/available_phone_number/national_spec.rb +0 -1
  374. data/spec/integration/api/v2010/account/available_phone_number/shared_cost_spec.rb +0 -1
  375. data/spec/integration/api/v2010/account/available_phone_number/toll_free_spec.rb +0 -1
  376. data/spec/integration/api/v2010/account/available_phone_number/voip_spec.rb +0 -1
  377. data/spec/integration/api/v2010/account/available_phone_number_spec.rb +0 -2
  378. data/spec/integration/api/v2010/account/balance_spec.rb +0 -1
  379. data/spec/integration/api/v2010/account/call/feedback_spec.rb +0 -1
  380. data/spec/integration/api/v2010/account/call/feedback_summary_spec.rb +0 -2
  381. data/spec/integration/api/v2010/account/call/notification_spec.rb +0 -2
  382. data/spec/integration/api/v2010/account/call/recording_spec.rb +0 -4
  383. data/spec/integration/api/v2010/account/call_spec.rb +0 -4
  384. data/spec/integration/api/v2010/account/conference/participant_spec.rb +60 -4
  385. data/spec/integration/api/v2010/account/conference/recording_spec.rb +0 -3
  386. data/spec/integration/api/v2010/account/conference_spec.rb +0 -3
  387. data/spec/integration/api/v2010/account/connect_app_spec.rb +0 -4
  388. data/spec/integration/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension_spec.rb +0 -2
  389. data/spec/integration/api/v2010/account/incoming_phone_number/assigned_add_on_spec.rb +0 -3
  390. data/spec/integration/api/v2010/account/incoming_phone_number/local_spec.rb +35 -37
  391. data/spec/integration/api/v2010/account/incoming_phone_number/mobile_spec.rb +39 -41
  392. data/spec/integration/api/v2010/account/incoming_phone_number/toll_free_spec.rb +35 -37
  393. data/spec/integration/api/v2010/account/incoming_phone_number_spec.rb +68 -43
  394. data/spec/integration/api/v2010/account/key_spec.rb +0 -4
  395. data/spec/integration/api/v2010/account/message/feedback_spec.rb +0 -1
  396. data/spec/integration/api/v2010/account/message/media_spec.rb +0 -3
  397. data/spec/integration/api/v2010/account/message_spec.rb +37 -3
  398. data/spec/integration/api/v2010/account/new_key_spec.rb +0 -1
  399. data/spec/integration/api/v2010/account/new_signing_key_spec.rb +0 -1
  400. data/spec/integration/api/v2010/account/notification_spec.rb +0 -2
  401. data/spec/integration/api/v2010/account/outgoing_caller_id_spec.rb +0 -4
  402. data/spec/integration/api/v2010/account/queue/member_spec.rb +0 -2
  403. data/spec/integration/api/v2010/account/queue_spec.rb +0 -4
  404. data/spec/integration/api/v2010/account/recording/add_on_result/payload_spec.rb +0 -3
  405. data/spec/integration/api/v2010/account/recording/add_on_result_spec.rb +0 -3
  406. data/spec/integration/api/v2010/account/recording/transcription_spec.rb +0 -3
  407. data/spec/integration/api/v2010/account/recording_spec.rb +0 -3
  408. data/spec/integration/api/v2010/account/short_code_spec.rb +0 -3
  409. data/spec/integration/api/v2010/account/signing_key_spec.rb +0 -4
  410. data/spec/integration/api/v2010/account/sip/credential_list/credential_spec.rb +0 -4
  411. data/spec/integration/api/v2010/account/sip/credential_list_spec.rb +0 -3
  412. data/spec/integration/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_credential_list_mapping_spec.rb +0 -3
  413. data/spec/integration/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_ip_access_control_list_mapping_spec.rb +0 -3
  414. data/spec/integration/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping/auth_registrations_credential_list_mapping_spec.rb +0 -3
  415. data/spec/integration/api/v2010/account/sip/domain/credential_list_mapping_spec.rb +0 -3
  416. data/spec/integration/api/v2010/account/sip/domain/ip_access_control_list_mapping_spec.rb +0 -3
  417. data/spec/integration/api/v2010/account/sip/domain_spec.rb +0 -4
  418. data/spec/integration/api/v2010/account/sip/ip_access_control_list/ip_address_spec.rb +0 -4
  419. data/spec/integration/api/v2010/account/sip/ip_access_control_list_spec.rb +0 -3
  420. data/spec/integration/api/v2010/account/token_spec.rb +0 -1
  421. data/spec/integration/api/v2010/account/transcription_spec.rb +0 -3
  422. data/spec/integration/api/v2010/account/usage/record/all_time_spec.rb +0 -1
  423. data/spec/integration/api/v2010/account/usage/record/daily_spec.rb +0 -1
  424. data/spec/integration/api/v2010/account/usage/record/last_month_spec.rb +0 -1
  425. data/spec/integration/api/v2010/account/usage/record/monthly_spec.rb +0 -1
  426. data/spec/integration/api/v2010/account/usage/record/this_month_spec.rb +0 -1
  427. data/spec/integration/api/v2010/account/usage/record/today_spec.rb +0 -1
  428. data/spec/integration/api/v2010/account/usage/record/yearly_spec.rb +0 -1
  429. data/spec/integration/api/v2010/account/usage/record/yesterday_spec.rb +0 -1
  430. data/spec/integration/api/v2010/account/usage/record_spec.rb +0 -1
  431. data/spec/integration/api/v2010/account/usage/trigger_spec.rb +0 -4
  432. data/spec/integration/api/v2010/account_spec.rb +0 -4
  433. data/spec/integration/autopilot/v1/assistant/defaults_spec.rb +0 -2
  434. data/spec/integration/autopilot/v1/assistant/dialogue_spec.rb +0 -1
  435. data/spec/integration/autopilot/v1/assistant/field_type/field_value_spec.rb +0 -3
  436. data/spec/integration/autopilot/v1/assistant/field_type_spec.rb +0 -4
  437. data/spec/integration/autopilot/v1/assistant/model_build_spec.rb +0 -5
  438. data/spec/integration/autopilot/v1/assistant/query_spec.rb +0 -4
  439. data/spec/integration/autopilot/v1/assistant/style_sheet_spec.rb +0 -2
  440. data/spec/integration/autopilot/v1/assistant/task/field_spec.rb +0 -3
  441. data/spec/integration/autopilot/v1/assistant/task/sample_spec.rb +0 -4
  442. data/spec/integration/autopilot/v1/assistant/task/task_actions_spec.rb +0 -2
  443. data/spec/integration/autopilot/v1/assistant/task/task_statistics_spec.rb +0 -1
  444. data/spec/integration/autopilot/v1/assistant/task_spec.rb +0 -4
  445. data/spec/integration/autopilot/v1/assistant/webhook_spec.rb +0 -4
  446. data/spec/integration/autopilot/v1/assistant_spec.rb +4 -13
  447. data/spec/integration/bulkexports/v1/export/day_spec.rb +0 -2
  448. data/spec/integration/bulkexports/v1/export/export_custom_job_spec.rb +0 -2
  449. data/spec/integration/bulkexports/v1/export/job_spec.rb +0 -2
  450. data/spec/integration/bulkexports/v1/export_configuration_spec.rb +0 -2
  451. data/spec/integration/bulkexports/v1/export_spec.rb +0 -1
  452. data/spec/integration/chat/v1/credential_spec.rb +0 -4
  453. data/spec/integration/chat/v1/service/channel/invite_spec.rb +0 -3
  454. data/spec/integration/chat/v1/service/channel/member_spec.rb +0 -4
  455. data/spec/integration/chat/v1/service/channel/message_spec.rb +0 -4
  456. data/spec/integration/chat/v1/service/channel_spec.rb +0 -5
  457. data/spec/integration/chat/v1/service/role_spec.rb +0 -3
  458. data/spec/integration/chat/v1/service/user/user_channel_spec.rb +0 -1
  459. data/spec/integration/chat/v1/service/user_spec.rb +0 -4
  460. data/spec/integration/chat/v1/service_spec.rb +0 -4
  461. data/spec/integration/chat/v2/credential_spec.rb +0 -4
  462. data/spec/integration/chat/v2/service/binding_spec.rb +0 -3
  463. data/spec/integration/chat/v2/service/channel/invite_spec.rb +0 -3
  464. data/spec/integration/chat/v2/service/channel/member_spec.rb +9 -7
  465. data/spec/integration/chat/v2/service/channel/message_spec.rb +9 -8
  466. data/spec/integration/chat/v2/service/channel/webhook_spec.rb +0 -4
  467. data/spec/integration/chat/v2/service/channel_spec.rb +9 -8
  468. data/spec/integration/chat/v2/service/role_spec.rb +0 -3
  469. data/spec/integration/chat/v2/service/user/user_binding_spec.rb +0 -3
  470. data/spec/integration/chat/v2/service/user/user_channel_spec.rb +0 -4
  471. data/spec/integration/chat/v2/service/user_spec.rb +6 -6
  472. data/spec/integration/chat/v2/service_spec.rb +0 -4
  473. data/spec/integration/conversations/v1/conversation/message/delivery_receipt_spec.rb +132 -0
  474. data/spec/integration/conversations/v1/conversation/message_spec.rb +131 -15
  475. data/spec/integration/conversations/v1/conversation/participant_spec.rb +93 -8
  476. data/spec/integration/conversations/v1/conversation/webhook_spec.rb +0 -4
  477. data/spec/integration/conversations/v1/conversation_spec.rb +55 -8
  478. data/spec/integration/conversations/v1/webhook_spec.rb +0 -2
  479. data/spec/integration/fax/v1/fax/fax_media_spec.rb +0 -3
  480. data/spec/integration/fax/v1/fax_spec.rb +0 -4
  481. data/spec/integration/flex_api/v1/channel_spec.rb +0 -3
  482. data/spec/integration/flex_api/v1/configuration_spec.rb +0 -51
  483. data/spec/integration/flex_api/v1/flex_flow_spec.rb +0 -4
  484. data/spec/integration/flex_api/v1/web_channel_spec.rb +0 -4
  485. data/spec/integration/insights/v1/call/event_spec.rb +0 -1
  486. data/spec/integration/insights/v1/call/metric_spec.rb +0 -1
  487. data/spec/integration/insights/v1/call/summary_spec.rb +0 -1
  488. data/spec/integration/insights/v1/call_spec.rb +0 -1
  489. data/spec/integration/ip_messaging/v1/credential_spec.rb +0 -4
  490. data/spec/integration/ip_messaging/v1/service/channel/invite_spec.rb +0 -3
  491. data/spec/integration/ip_messaging/v1/service/channel/member_spec.rb +0 -4
  492. data/spec/integration/ip_messaging/v1/service/channel/message_spec.rb +0 -4
  493. data/spec/integration/ip_messaging/v1/service/channel_spec.rb +0 -5
  494. data/spec/integration/ip_messaging/v1/service/role_spec.rb +0 -3
  495. data/spec/integration/ip_messaging/v1/service/user/user_channel_spec.rb +0 -1
  496. data/spec/integration/ip_messaging/v1/service/user_spec.rb +0 -4
  497. data/spec/integration/ip_messaging/v1/service_spec.rb +0 -4
  498. data/spec/integration/ip_messaging/v2/credential_spec.rb +0 -4
  499. data/spec/integration/ip_messaging/v2/service/binding_spec.rb +0 -3
  500. data/spec/integration/ip_messaging/v2/service/channel/invite_spec.rb +0 -3
  501. data/spec/integration/ip_messaging/v2/service/channel/member_spec.rb +9 -7
  502. data/spec/integration/ip_messaging/v2/service/channel/message_spec.rb +9 -8
  503. data/spec/integration/ip_messaging/v2/service/channel/webhook_spec.rb +0 -4
  504. data/spec/integration/ip_messaging/v2/service/channel_spec.rb +9 -8
  505. data/spec/integration/ip_messaging/v2/service/role_spec.rb +0 -3
  506. data/spec/integration/ip_messaging/v2/service/user/user_binding_spec.rb +0 -3
  507. data/spec/integration/ip_messaging/v2/service/user/user_channel_spec.rb +0 -4
  508. data/spec/integration/ip_messaging/v2/service/user_spec.rb +6 -6
  509. data/spec/integration/ip_messaging/v2/service_spec.rb +0 -4
  510. data/spec/integration/lookups/v1/phone_number_spec.rb +0 -1
  511. data/spec/integration/messaging/v1/service/alpha_sender_spec.rb +0 -3
  512. data/spec/integration/messaging/v1/service/phone_number_spec.rb +0 -3
  513. data/spec/integration/messaging/v1/service/short_code_spec.rb +0 -3
  514. data/spec/integration/messaging/v1/service_spec.rb +0 -4
  515. data/spec/integration/monitor/v1/alert_spec.rb +0 -2
  516. data/spec/integration/monitor/v1/event_spec.rb +0 -2
  517. data/spec/integration/notify/v1/credential_spec.rb +0 -4
  518. data/spec/integration/notify/v1/service/binding_spec.rb +0 -3
  519. data/spec/integration/notify/v1/service/notification_spec.rb +0 -1
  520. data/spec/integration/notify/v1/service_spec.rb +0 -5
  521. data/spec/integration/numbers/v2/regulatory_compliance/bundle/evaluation_spec.rb +0 -3
  522. data/spec/integration/numbers/v2/regulatory_compliance/bundle/item_assignment_spec.rb +0 -3
  523. data/spec/integration/numbers/v2/regulatory_compliance/bundle_spec.rb +32 -4
  524. data/spec/integration/numbers/v2/regulatory_compliance/end_user_spec.rb +0 -3
  525. data/spec/integration/numbers/v2/regulatory_compliance/end_user_type_spec.rb +0 -2
  526. data/spec/integration/numbers/v2/regulatory_compliance/regulation_spec.rb +0 -2
  527. data/spec/integration/numbers/v2/regulatory_compliance/supporting_document_spec.rb +0 -3
  528. data/spec/integration/numbers/v2/regulatory_compliance/supporting_document_type_spec.rb +0 -2
  529. data/spec/integration/preview/bulk_exports/export/day_spec.rb +0 -2
  530. data/spec/integration/preview/bulk_exports/export/export_custom_job_spec.rb +0 -2
  531. data/spec/integration/preview/bulk_exports/export/job_spec.rb +0 -2
  532. data/spec/integration/preview/bulk_exports/export_configuration_spec.rb +0 -2
  533. data/spec/integration/preview/bulk_exports/export_spec.rb +0 -1
  534. data/spec/integration/preview/deployed_devices/fleet/certificate_spec.rb +0 -4
  535. data/spec/integration/preview/deployed_devices/fleet/deployment_spec.rb +0 -5
  536. data/spec/integration/preview/deployed_devices/fleet/device_spec.rb +0 -5
  537. data/spec/integration/preview/deployed_devices/fleet/key_spec.rb +0 -5
  538. data/spec/integration/preview/deployed_devices/fleet_spec.rb +0 -5
  539. data/spec/integration/preview/hosted_numbers/authorization_document/dependent_hosted_number_order_spec.rb +0 -1
  540. data/spec/integration/preview/hosted_numbers/authorization_document_spec.rb +0 -3
  541. data/spec/integration/preview/hosted_numbers/hosted_number_order_spec.rb +0 -4
  542. data/spec/integration/preview/marketplace/available_add_on/available_add_on_extension_spec.rb +0 -2
  543. data/spec/integration/preview/marketplace/available_add_on_spec.rb +0 -2
  544. data/spec/integration/preview/marketplace/installed_add_on/installed_add_on_extension_spec.rb +0 -2
  545. data/spec/integration/preview/marketplace/installed_add_on_spec.rb +0 -4
  546. data/spec/integration/preview/sync/service/document/document_permission_spec.rb +0 -3
  547. data/spec/integration/preview/sync/service/document_spec.rb +6 -6
  548. data/spec/integration/preview/sync/service/sync_list/sync_list_item_spec.rb +6 -5
  549. data/spec/integration/preview/sync/service/sync_list/sync_list_permission_spec.rb +0 -3
  550. data/spec/integration/preview/sync/service/sync_list_spec.rb +0 -4
  551. data/spec/integration/preview/sync/service/sync_map/sync_map_item_spec.rb +6 -5
  552. data/spec/integration/preview/sync/service/sync_map/sync_map_permission_spec.rb +0 -3
  553. data/spec/integration/preview/sync/service/sync_map_spec.rb +0 -4
  554. data/spec/integration/preview/sync/service_spec.rb +0 -5
  555. data/spec/integration/preview/trusted_comms/brands_information_spec.rb +3 -2
  556. data/spec/integration/preview/trusted_comms/business/brand/branded_channel_spec.rb +0 -1
  557. data/spec/integration/preview/trusted_comms/business/brand_spec.rb +0 -1
  558. data/spec/integration/preview/trusted_comms/business/insights/impressions_rate_spec.rb +0 -1
  559. data/spec/integration/preview/trusted_comms/business_spec.rb +0 -1
  560. data/spec/integration/preview/trusted_comms/cps_spec.rb +3 -2
  561. data/spec/integration/preview/trusted_comms/current_call_spec.rb +6 -2
  562. data/spec/integration/preview/understand/assistant/assistant_fallback_actions_spec.rb +0 -2
  563. data/spec/integration/preview/understand/assistant/assistant_initiation_actions_spec.rb +0 -2
  564. data/spec/integration/preview/understand/assistant/dialogue_spec.rb +0 -1
  565. data/spec/integration/preview/understand/assistant/field_type/field_value_spec.rb +0 -3
  566. data/spec/integration/preview/understand/assistant/field_type_spec.rb +0 -4
  567. data/spec/integration/preview/understand/assistant/model_build_spec.rb +0 -5
  568. data/spec/integration/preview/understand/assistant/query_spec.rb +0 -4
  569. data/spec/integration/preview/understand/assistant/style_sheet_spec.rb +0 -2
  570. data/spec/integration/preview/understand/assistant/task/field_spec.rb +0 -3
  571. data/spec/integration/preview/understand/assistant/task/sample_spec.rb +0 -4
  572. data/spec/integration/preview/understand/assistant/task/task_actions_spec.rb +0 -2
  573. data/spec/integration/preview/understand/assistant/task/task_statistics_spec.rb +0 -1
  574. data/spec/integration/preview/understand/assistant/task_spec.rb +0 -4
  575. data/spec/integration/preview/understand/assistant_spec.rb +0 -5
  576. data/spec/integration/preview/wireless/command_spec.rb +0 -2
  577. data/spec/integration/preview/wireless/rate_plan_spec.rb +0 -5
  578. data/spec/integration/preview/wireless/sim/usage_spec.rb +0 -1
  579. data/spec/integration/preview/wireless/sim_spec.rb +0 -3
  580. data/spec/integration/pricing/v1/messaging/country_spec.rb +0 -2
  581. data/spec/integration/pricing/v1/phone_number/country_spec.rb +0 -2
  582. data/spec/integration/pricing/v1/voice/country_spec.rb +0 -2
  583. data/spec/integration/pricing/v1/voice/number_spec.rb +0 -1
  584. data/spec/integration/pricing/v2/voice/country_spec.rb +0 -2
  585. data/spec/integration/pricing/v2/voice/number_spec.rb +0 -1
  586. data/spec/integration/proxy/v1/service/phone_number_spec.rb +0 -5
  587. data/spec/integration/proxy/v1/service/session/interaction_spec.rb +0 -3
  588. data/spec/integration/proxy/v1/service/session/participant/message_interaction_spec.rb +0 -3
  589. data/spec/integration/proxy/v1/service/session/participant_spec.rb +0 -3
  590. data/spec/integration/proxy/v1/service/session_spec.rb +0 -5
  591. data/spec/integration/proxy/v1/service/short_code_spec.rb +0 -4
  592. data/spec/integration/proxy/v1/service_spec.rb +0 -4
  593. data/spec/integration/serverless/v1/service/asset/asset_version_spec.rb +0 -2
  594. data/spec/integration/serverless/v1/service/asset_spec.rb +0 -3
  595. data/spec/integration/serverless/v1/service/build_spec.rb +0 -4
  596. data/spec/integration/serverless/v1/service/environment/deployment_spec.rb +0 -3
  597. data/spec/integration/serverless/v1/service/environment/log_spec.rb +0 -2
  598. data/spec/integration/serverless/v1/service/environment/variable_spec.rb +0 -4
  599. data/spec/integration/serverless/v1/service/environment_spec.rb +0 -3
  600. data/spec/integration/serverless/v1/service/function/function_version/function_version_content_spec.rb +0 -1
  601. data/spec/integration/serverless/v1/service/function/function_version_spec.rb +0 -2
  602. data/spec/integration/serverless/v1/service/function_spec.rb +0 -3
  603. data/spec/integration/serverless/v1/service_spec.rb +0 -4
  604. data/spec/integration/studio/v1/flow/engagement/engagement_context_spec.rb +0 -1
  605. data/spec/integration/studio/v1/flow/engagement/step/step_context_spec.rb +0 -1
  606. data/spec/integration/studio/v1/flow/engagement/step_spec.rb +0 -2
  607. data/spec/integration/studio/v1/flow/engagement_spec.rb +0 -3
  608. data/spec/integration/studio/v1/flow/execution/execution_context_spec.rb +0 -1
  609. data/spec/integration/studio/v1/flow/execution/execution_step/execution_step_context_spec.rb +0 -1
  610. data/spec/integration/studio/v1/flow/execution/execution_step_spec.rb +0 -2
  611. data/spec/integration/studio/v1/flow/execution_spec.rb +0 -3
  612. data/spec/integration/studio/v1/flow_spec.rb +0 -3
  613. data/spec/integration/studio/v2/flow/execution/execution_context_spec.rb +0 -1
  614. data/spec/integration/studio/v2/flow/execution/execution_step/execution_step_context_spec.rb +0 -1
  615. data/spec/integration/studio/v2/flow/execution/execution_step_spec.rb +0 -2
  616. data/spec/integration/studio/v2/flow/execution_spec.rb +0 -3
  617. data/spec/integration/studio/v2/flow/flow_revision_spec.rb +0 -2
  618. data/spec/integration/studio/v2/flow/test_user_spec.rb +0 -1
  619. data/spec/integration/studio/v2/flow_spec.rb +0 -3
  620. data/spec/integration/supersim/v1/command_spec.rb +0 -2
  621. data/spec/integration/supersim/v1/fleet_spec.rb +0 -3
  622. data/spec/integration/supersim/v1/network_access_profile/network_access_profile_network_spec.rb +0 -3
  623. data/spec/integration/supersim/v1/network_access_profile_spec.rb +0 -4
  624. data/spec/integration/supersim/v1/network_spec.rb +0 -2
  625. data/spec/integration/supersim/v1/sim_spec.rb +0 -3
  626. data/spec/integration/supersim/v1/usage_record_spec.rb +0 -1
  627. data/spec/integration/sync/v1/service/document/document_permission_spec.rb +0 -3
  628. data/spec/integration/sync/v1/service/document_spec.rb +6 -7
  629. data/spec/integration/sync/v1/service/sync_list/sync_list_item_spec.rb +6 -6
  630. data/spec/integration/sync/v1/service/sync_list/sync_list_permission_spec.rb +0 -3
  631. data/spec/integration/sync/v1/service/sync_list_spec.rb +0 -5
  632. data/spec/integration/sync/v1/service/sync_map/sync_map_item_spec.rb +6 -6
  633. data/spec/integration/sync/v1/service/sync_map/sync_map_permission_spec.rb +0 -3
  634. data/spec/integration/sync/v1/service/sync_map_spec.rb +0 -5
  635. data/spec/integration/sync/v1/service/sync_stream_spec.rb +0 -5
  636. data/spec/integration/sync/v1/service_spec.rb +0 -5
  637. data/spec/integration/taskrouter/v1/workspace/activity_spec.rb +0 -4
  638. data/spec/integration/taskrouter/v1/workspace/event_spec.rb +0 -2
  639. data/spec/integration/taskrouter/v1/workspace/task/reservation_spec.rb +0 -3
  640. data/spec/integration/taskrouter/v1/workspace/task_channel_spec.rb +0 -4
  641. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics_spec.rb +0 -1
  642. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics_spec.rb +0 -1
  643. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_statistics_spec.rb +0 -1
  644. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queues_statistics_spec.rb +0 -1
  645. data/spec/integration/taskrouter/v1/workspace/task_queue_spec.rb +0 -4
  646. data/spec/integration/taskrouter/v1/workspace/task_spec.rb +0 -5
  647. data/spec/integration/taskrouter/v1/workspace/worker/reservation_spec.rb +0 -3
  648. data/spec/integration/taskrouter/v1/workspace/worker/worker_channel_spec.rb +0 -3
  649. data/spec/integration/taskrouter/v1/workspace/worker/worker_statistics_spec.rb +0 -1
  650. data/spec/integration/taskrouter/v1/workspace/worker/workers_cumulative_statistics_spec.rb +0 -1
  651. data/spec/integration/taskrouter/v1/workspace/worker/workers_real_time_statistics_spec.rb +0 -1
  652. data/spec/integration/taskrouter/v1/workspace/worker/workers_statistics_spec.rb +0 -1
  653. data/spec/integration/taskrouter/v1/workspace/worker_spec.rb +0 -4
  654. data/spec/integration/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics_spec.rb +0 -1
  655. data/spec/integration/taskrouter/v1/workspace/workflow/workflow_real_time_statistics_spec.rb +0 -1
  656. data/spec/integration/taskrouter/v1/workspace/workflow/workflow_statistics_spec.rb +0 -1
  657. data/spec/integration/taskrouter/v1/workspace/workflow_spec.rb +0 -4
  658. data/spec/integration/taskrouter/v1/workspace/workspace_cumulative_statistics_spec.rb +0 -1
  659. data/spec/integration/taskrouter/v1/workspace/workspace_real_time_statistics_spec.rb +0 -1
  660. data/spec/integration/taskrouter/v1/workspace/workspace_statistics_spec.rb +0 -1
  661. data/spec/integration/taskrouter/v1/workspace_spec.rb +0 -4
  662. data/spec/integration/trunking/v1/trunk/credential_list_spec.rb +0 -3
  663. data/spec/integration/trunking/v1/trunk/ip_access_control_list_spec.rb +0 -3
  664. data/spec/integration/trunking/v1/trunk/origination_url_spec.rb +0 -4
  665. data/spec/integration/trunking/v1/trunk/phone_number_spec.rb +0 -3
  666. data/spec/integration/trunking/v1/trunk_spec.rb +0 -5
  667. data/spec/integration/verify/v2/form_spec.rb +5 -6
  668. data/spec/integration/verify/v2/service/access_token_spec.rb +44 -0
  669. data/spec/integration/verify/v2/service/entity/{factor/challenge_spec.rb → challenge_spec.rb} +41 -142
  670. data/spec/integration/verify/v2/service/entity/factor_spec.rb +21 -27
  671. data/spec/integration/verify/v2/service/entity_spec.rb +15 -10
  672. data/spec/integration/verify/v2/service/messaging_configuration_spec.rb +0 -3
  673. data/spec/integration/verify/v2/service/rate_limit/bucket_spec.rb +0 -4
  674. data/spec/integration/verify/v2/service/rate_limit_spec.rb +0 -4
  675. data/spec/integration/verify/v2/service/verification_spec.rb +0 -1
  676. data/spec/integration/verify/v2/service/webhook_spec.rb +258 -0
  677. data/spec/integration/verify/v2/service_spec.rb +12 -8
  678. data/spec/integration/video/v1/composition_hook_spec.rb +0 -3
  679. data/spec/integration/video/v1/composition_settings_spec.rb +0 -1
  680. data/spec/integration/video/v1/composition_spec.rb +0 -3
  681. data/spec/integration/video/v1/recording_settings_spec.rb +0 -1
  682. data/spec/integration/video/v1/recording_spec.rb +0 -3
  683. data/spec/integration/video/v1/room/recording_spec.rb +0 -3
  684. data/spec/integration/video/v1/room/room_participant/room_participant_published_track_spec.rb +0 -2
  685. data/spec/integration/video/v1/room/room_participant/room_participant_subscribe_rule_spec.rb +0 -2
  686. data/spec/integration/video/v1/room/room_participant/room_participant_subscribed_track_spec.rb +0 -2
  687. data/spec/integration/video/v1/room/room_participant_spec.rb +0 -3
  688. data/spec/integration/video/v1/room_spec.rb +0 -3
  689. data/spec/integration/voice/v1/byoc_trunk_spec.rb +0 -5
  690. data/spec/integration/voice/v1/connection_policy/connection_policy_target_spec.rb +0 -4
  691. data/spec/integration/voice/v1/connection_policy_spec.rb +0 -5
  692. data/spec/integration/voice/v1/dialing_permissions/country/highrisk_special_prefix_spec.rb +0 -1
  693. data/spec/integration/voice/v1/dialing_permissions/country_spec.rb +0 -2
  694. data/spec/integration/voice/v1/dialing_permissions/settings_spec.rb +0 -2
  695. data/spec/integration/voice/v1/ip_record_spec.rb +0 -4
  696. data/spec/integration/voice/v1/source_ip_mapping_spec.rb +0 -3
  697. data/spec/integration/wireless/v1/command_spec.rb +0 -3
  698. data/spec/integration/wireless/v1/rate_plan_spec.rb +0 -5
  699. data/spec/integration/wireless/v1/sim/data_session_spec.rb +0 -1
  700. data/spec/integration/wireless/v1/sim/usage_record_spec.rb +0 -1
  701. data/spec/integration/wireless/v1/sim_spec.rb +0 -4
  702. data/spec/integration/wireless/v1/usage_record_spec.rb +0 -1
  703. metadata +16 -28
  704. data/lib/twilio-ruby/rest/authy.rb +0 -55
  705. data/lib/twilio-ruby/rest/authy/v1.rb +0 -59
  706. data/lib/twilio-ruby/rest/authy/v1/form.rb +0 -197
  707. data/lib/twilio-ruby/rest/authy/v1/service.rb +0 -404
  708. data/lib/twilio-ruby/rest/authy/v1/service/entity/factor/challenge.rb +0 -494
  709. data/lib/twilio-ruby/rest/autopilot/v1/assistant/export_assistant.rb +0 -222
  710. data/lib/twilio-ruby/rest/verify/v2/service/entity/access_token.rb +0 -141
  711. data/lib/twilio-ruby/rest/verify/v2/service/entity/factor/challenge.rb +0 -494
  712. data/spec/integration/authy/v1/form_spec.rb +0 -48
  713. data/spec/integration/authy/v1/service/entity/factor/challenge_spec.rb +0 -353
  714. data/spec/integration/authy/v1/service/entity/factor_spec.rb +0 -298
  715. data/spec/integration/authy/v1/service/entity_spec.rb +0 -201
  716. data/spec/integration/authy/v1/service_spec.rb +0 -231
  717. data/spec/integration/autopilot/v1/assistant/export_assistant_spec.rb +0 -49
  718. data/spec/integration/verify/v2/service/entity/access_token_spec.rb +0 -46
@@ -27,21 +27,16 @@ module Twilio
27
27
  end
28
28
 
29
29
  ##
30
- # Retrieve a single page of BulkCountryUpdateInstance records from the API.
31
- # Request is executed immediately.
30
+ # Create the BulkCountryUpdateInstance
32
31
  # @param [String] update_request URL encoded JSON array of update objects. example
33
32
  # : `[ { "iso_code": "GB", "low_risk_numbers_enabled": "true",
34
33
  # "high_risk_special_numbers_enabled":"true",
35
34
  # "high_risk_tollfraud_numbers_enabled": "false" } ]`
36
- # @return [BulkCountryUpdateInstance] Newly created BulkCountryUpdateInstance
35
+ # @return [BulkCountryUpdateInstance] Created BulkCountryUpdateInstance
37
36
  def create(update_request: nil)
38
37
  data = Twilio::Values.of({'UpdateRequest' => update_request, })
39
38
 
40
- payload = @version.create(
41
- 'POST',
42
- @uri,
43
- data: data
44
- )
39
+ payload = @version.create('POST', @uri, data: data)
45
40
 
46
41
  BulkCountryUpdateInstance.new(@version, payload, )
47
42
  end
@@ -158,11 +158,9 @@ module Twilio
158
158
  'Page' => page_number,
159
159
  'PageSize' => page_size,
160
160
  })
161
- response = @version.page(
162
- 'GET',
163
- @uri,
164
- params
165
- )
161
+
162
+ response = @version.page('GET', @uri, params: params)
163
+
166
164
  CountryPage.new(@version, response, @solution)
167
165
  end
168
166
 
@@ -239,16 +237,10 @@ module Twilio
239
237
  end
240
238
 
241
239
  ##
242
- # Fetch a CountryInstance
240
+ # Fetch the CountryInstance
243
241
  # @return [CountryInstance] Fetched CountryInstance
244
242
  def fetch
245
- params = Twilio::Values.of({})
246
-
247
- payload = @version.fetch(
248
- 'GET',
249
- @uri,
250
- params,
251
- )
243
+ payload = @version.fetch('GET', @uri)
252
244
 
253
245
  CountryInstance.new(@version, payload, iso_code: @solution[:iso_code], )
254
246
  end
@@ -378,7 +370,7 @@ module Twilio
378
370
  end
379
371
 
380
372
  ##
381
- # Fetch a CountryInstance
373
+ # Fetch the CountryInstance
382
374
  # @return [CountryInstance] Fetched CountryInstance
383
375
  def fetch
384
376
  context.fetch
@@ -90,11 +90,9 @@ module Twilio
90
90
  'Page' => page_number,
91
91
  'PageSize' => page_size,
92
92
  })
93
- response = @version.page(
94
- 'GET',
95
- @uri,
96
- params
97
- )
93
+
94
+ response = @version.page('GET', @uri, params: params)
95
+
98
96
  HighriskSpecialPrefixPage.new(@version, response, @solution)
99
97
  end
100
98
 
@@ -79,16 +79,10 @@ module Twilio
79
79
  end
80
80
 
81
81
  ##
82
- # Fetch a SettingsInstance
82
+ # Fetch the SettingsInstance
83
83
  # @return [SettingsInstance] Fetched SettingsInstance
84
84
  def fetch
85
- params = Twilio::Values.of({})
86
-
87
- payload = @version.fetch(
88
- 'GET',
89
- @uri,
90
- params,
91
- )
85
+ payload = @version.fetch('GET', @uri)
92
86
 
93
87
  SettingsInstance.new(@version, payload, )
94
88
  end
@@ -101,11 +95,7 @@ module Twilio
101
95
  def update(dialing_permissions_inheritance: :unset)
102
96
  data = Twilio::Values.of({'DialingPermissionsInheritance' => dialing_permissions_inheritance, })
103
97
 
104
- payload = @version.update(
105
- 'POST',
106
- @uri,
107
- data: data,
108
- )
98
+ payload = @version.update('POST', @uri, data: data)
109
99
 
110
100
  SettingsInstance.new(@version, payload, )
111
101
  end
@@ -171,7 +161,7 @@ module Twilio
171
161
  end
172
162
 
173
163
  ##
174
- # Fetch a SettingsInstance
164
+ # Fetch the SettingsInstance
175
165
  # @return [SettingsInstance] Fetched SettingsInstance
176
166
  def fetch
177
167
  context.fetch
@@ -24,15 +24,14 @@ module Twilio
24
24
  end
25
25
 
26
26
  ##
27
- # Retrieve a single page of IpRecordInstance records from the API.
28
- # Request is executed immediately.
27
+ # Create the IpRecordInstance
29
28
  # @param [String] ip_address An IP address in dotted decimal notation, IPv4 only.
30
29
  # @param [String] friendly_name A descriptive string that you create to describe
31
30
  # the resource. It is not unique and can be up to 255 characters long.
32
31
  # @param [String] cidr_prefix_length An integer representing the length of the
33
32
  # [CIDR](https://tools.ietf.org/html/rfc4632) prefix to use with this IP address.
34
33
  # By default the entire IP address is used, which for IPv4 is value 32.
35
- # @return [IpRecordInstance] Newly created IpRecordInstance
34
+ # @return [IpRecordInstance] Created IpRecordInstance
36
35
  def create(ip_address: nil, friendly_name: :unset, cidr_prefix_length: :unset)
37
36
  data = Twilio::Values.of({
38
37
  'IpAddress' => ip_address,
@@ -40,11 +39,7 @@ module Twilio
40
39
  'CidrPrefixLength' => cidr_prefix_length,
41
40
  })
42
41
 
43
- payload = @version.create(
44
- 'POST',
45
- @uri,
46
- data: data
47
- )
42
+ payload = @version.create('POST', @uri, data: data)
48
43
 
49
44
  IpRecordInstance.new(@version, payload, )
50
45
  end
@@ -110,11 +105,9 @@ module Twilio
110
105
  'Page' => page_number,
111
106
  'PageSize' => page_size,
112
107
  })
113
- response = @version.page(
114
- 'GET',
115
- @uri,
116
- params
117
- )
108
+
109
+ response = @version.page('GET', @uri, params: params)
110
+
118
111
  IpRecordPage.new(@version, response, @solution)
119
112
  end
120
113
 
@@ -183,16 +176,10 @@ module Twilio
183
176
  end
184
177
 
185
178
  ##
186
- # Fetch a IpRecordInstance
179
+ # Fetch the IpRecordInstance
187
180
  # @return [IpRecordInstance] Fetched IpRecordInstance
188
181
  def fetch
189
- params = Twilio::Values.of({})
190
-
191
- payload = @version.fetch(
192
- 'GET',
193
- @uri,
194
- params,
195
- )
182
+ payload = @version.fetch('GET', @uri)
196
183
 
197
184
  IpRecordInstance.new(@version, payload, sid: @solution[:sid], )
198
185
  end
@@ -205,20 +192,16 @@ module Twilio
205
192
  def update(friendly_name: :unset)
206
193
  data = Twilio::Values.of({'FriendlyName' => friendly_name, })
207
194
 
208
- payload = @version.update(
209
- 'POST',
210
- @uri,
211
- data: data,
212
- )
195
+ payload = @version.update('POST', @uri, data: data)
213
196
 
214
197
  IpRecordInstance.new(@version, payload, sid: @solution[:sid], )
215
198
  end
216
199
 
217
200
  ##
218
- # Deletes the IpRecordInstance
201
+ # Delete the IpRecordInstance
219
202
  # @return [Boolean] true if delete succeeds, false otherwise
220
203
  def delete
221
- @version.delete('delete', @uri)
204
+ @version.delete('DELETE', @uri)
222
205
  end
223
206
 
224
207
  ##
@@ -324,7 +307,7 @@ module Twilio
324
307
  end
325
308
 
326
309
  ##
327
- # Fetch a IpRecordInstance
310
+ # Fetch the IpRecordInstance
328
311
  # @return [IpRecordInstance] Fetched IpRecordInstance
329
312
  def fetch
330
313
  context.fetch
@@ -340,7 +323,7 @@ module Twilio
340
323
  end
341
324
 
342
325
  ##
343
- # Deletes the IpRecordInstance
326
+ # Delete the IpRecordInstance
344
327
  # @return [Boolean] true if delete succeeds, false otherwise
345
328
  def delete
346
329
  context.delete
@@ -24,21 +24,16 @@ module Twilio
24
24
  end
25
25
 
26
26
  ##
27
- # Retrieve a single page of SourceIpMappingInstance records from the API.
28
- # Request is executed immediately.
27
+ # Create the SourceIpMappingInstance
29
28
  # @param [String] ip_record_sid The Twilio-provided string that uniquely
30
29
  # identifies the IP Record resource to map from.
31
30
  # @param [String] sip_domain_sid The SID of the SIP Domain that the IP Record
32
31
  # should be mapped to.
33
- # @return [SourceIpMappingInstance] Newly created SourceIpMappingInstance
32
+ # @return [SourceIpMappingInstance] Created SourceIpMappingInstance
34
33
  def create(ip_record_sid: nil, sip_domain_sid: nil)
35
34
  data = Twilio::Values.of({'IpRecordSid' => ip_record_sid, 'SipDomainSid' => sip_domain_sid, })
36
35
 
37
- payload = @version.create(
38
- 'POST',
39
- @uri,
40
- data: data
41
- )
36
+ payload = @version.create('POST', @uri, data: data)
42
37
 
43
38
  SourceIpMappingInstance.new(@version, payload, )
44
39
  end
@@ -104,11 +99,9 @@ module Twilio
104
99
  'Page' => page_number,
105
100
  'PageSize' => page_size,
106
101
  })
107
- response = @version.page(
108
- 'GET',
109
- @uri,
110
- params
111
- )
102
+
103
+ response = @version.page('GET', @uri, params: params)
104
+
112
105
  SourceIpMappingPage.new(@version, response, @solution)
113
106
  end
114
107
 
@@ -177,16 +170,10 @@ module Twilio
177
170
  end
178
171
 
179
172
  ##
180
- # Fetch a SourceIpMappingInstance
173
+ # Fetch the SourceIpMappingInstance
181
174
  # @return [SourceIpMappingInstance] Fetched SourceIpMappingInstance
182
175
  def fetch
183
- params = Twilio::Values.of({})
184
-
185
- payload = @version.fetch(
186
- 'GET',
187
- @uri,
188
- params,
189
- )
176
+ payload = @version.fetch('GET', @uri)
190
177
 
191
178
  SourceIpMappingInstance.new(@version, payload, sid: @solution[:sid], )
192
179
  end
@@ -199,20 +186,16 @@ module Twilio
199
186
  def update(sip_domain_sid: nil)
200
187
  data = Twilio::Values.of({'SipDomainSid' => sip_domain_sid, })
201
188
 
202
- payload = @version.update(
203
- 'POST',
204
- @uri,
205
- data: data,
206
- )
189
+ payload = @version.update('POST', @uri, data: data)
207
190
 
208
191
  SourceIpMappingInstance.new(@version, payload, sid: @solution[:sid], )
209
192
  end
210
193
 
211
194
  ##
212
- # Deletes the SourceIpMappingInstance
195
+ # Delete the SourceIpMappingInstance
213
196
  # @return [Boolean] true if delete succeeds, false otherwise
214
197
  def delete
215
- @version.delete('delete', @uri)
198
+ @version.delete('DELETE', @uri)
216
199
  end
217
200
 
218
201
  ##
@@ -304,7 +287,7 @@ module Twilio
304
287
  end
305
288
 
306
289
  ##
307
- # Fetch a SourceIpMappingInstance
290
+ # Fetch the SourceIpMappingInstance
308
291
  # @return [SourceIpMappingInstance] Fetched SourceIpMappingInstance
309
292
  def fetch
310
293
  context.fetch
@@ -320,7 +303,7 @@ module Twilio
320
303
  end
321
304
 
322
305
  ##
323
- # Deletes the SourceIpMappingInstance
306
+ # Delete the SourceIpMappingInstance
324
307
  # @return [Boolean] true if delete succeeds, false otherwise
325
308
  def delete
326
309
  context.delete
@@ -125,11 +125,9 @@ module Twilio
125
125
  'Page' => page_number,
126
126
  'PageSize' => page_size,
127
127
  })
128
- response = @version.page(
129
- 'GET',
130
- @uri,
131
- params
132
- )
128
+
129
+ response = @version.page('GET', @uri, params: params)
130
+
133
131
  CommandPage.new(@version, response, @solution)
134
132
  end
135
133
 
@@ -147,8 +145,7 @@ module Twilio
147
145
  end
148
146
 
149
147
  ##
150
- # Retrieve a single page of CommandInstance records from the API.
151
- # Request is executed immediately.
148
+ # Create the CommandInstance
152
149
  # @param [String] command The message body of the Command. Can be plain text in
153
150
  # text mode or a Base64 encoded byte string in binary mode.
154
151
  # @param [String] sim The `sid` or `unique_name` of the
@@ -173,7 +170,7 @@ module Twilio
173
170
  # from the recipient. For Commands that request delivery receipt, the Command
174
171
  # state transitions to 'delivered' once the server has received a delivery receipt
175
172
  # from the device. The default value is `true`.
176
- # @return [CommandInstance] Newly created CommandInstance
173
+ # @return [CommandInstance] Created CommandInstance
177
174
  def create(command: nil, sim: :unset, callback_method: :unset, callback_url: :unset, command_mode: :unset, include_sid: :unset, delivery_receipt_requested: :unset)
178
175
  data = Twilio::Values.of({
179
176
  'Command' => command,
@@ -185,11 +182,7 @@ module Twilio
185
182
  'DeliveryReceiptRequested' => delivery_receipt_requested,
186
183
  })
187
184
 
188
- payload = @version.create(
189
- 'POST',
190
- @uri,
191
- data: data
192
- )
185
+ payload = @version.create('POST', @uri, data: data)
193
186
 
194
187
  CommandInstance.new(@version, payload, )
195
188
  end
@@ -245,25 +238,19 @@ module Twilio
245
238
  end
246
239
 
247
240
  ##
248
- # Fetch a CommandInstance
241
+ # Fetch the CommandInstance
249
242
  # @return [CommandInstance] Fetched CommandInstance
250
243
  def fetch
251
- params = Twilio::Values.of({})
252
-
253
- payload = @version.fetch(
254
- 'GET',
255
- @uri,
256
- params,
257
- )
244
+ payload = @version.fetch('GET', @uri)
258
245
 
259
246
  CommandInstance.new(@version, payload, sid: @solution[:sid], )
260
247
  end
261
248
 
262
249
  ##
263
- # Deletes the CommandInstance
250
+ # Delete the CommandInstance
264
251
  # @return [Boolean] true if delete succeeds, false otherwise
265
252
  def delete
266
- @version.delete('delete', @uri)
253
+ @version.delete('DELETE', @uri)
267
254
  end
268
255
 
269
256
  ##
@@ -396,14 +383,14 @@ module Twilio
396
383
  end
397
384
 
398
385
  ##
399
- # Fetch a CommandInstance
386
+ # Fetch the CommandInstance
400
387
  # @return [CommandInstance] Fetched CommandInstance
401
388
  def fetch
402
389
  context.fetch
403
390
  end
404
391
 
405
392
  ##
406
- # Deletes the CommandInstance
393
+ # Delete the CommandInstance
407
394
  # @return [Boolean] true if delete succeeds, false otherwise
408
395
  def delete
409
396
  context.delete
@@ -84,11 +84,9 @@ module Twilio
84
84
  'Page' => page_number,
85
85
  'PageSize' => page_size,
86
86
  })
87
- response = @version.page(
88
- 'GET',
89
- @uri,
90
- params
91
- )
87
+
88
+ response = @version.page('GET', @uri, params: params)
89
+
92
90
  RatePlanPage.new(@version, response, @solution)
93
91
  end
94
92
 
@@ -106,8 +104,7 @@ module Twilio
106
104
  end
107
105
 
108
106
  ##
109
- # Retrieve a single page of RatePlanInstance records from the API.
110
- # Request is executed immediately.
107
+ # Create the RatePlanInstance
111
108
  # @param [String] unique_name An application-defined string that uniquely
112
109
  # identifies the resource. It can be used in place of the resource's `sid` in the
113
110
  # URL to address the resource.
@@ -142,7 +139,7 @@ module Twilio
142
139
  # @param [String] international_roaming_data_limit The total data usage (download
143
140
  # and upload combined) in Megabytes that the Network allows during one month when
144
141
  # roaming outside the United States. Can be up to 2TB.
145
- # @return [RatePlanInstance] Newly created RatePlanInstance
142
+ # @return [RatePlanInstance] Created RatePlanInstance
146
143
  def create(unique_name: :unset, friendly_name: :unset, data_enabled: :unset, data_limit: :unset, data_metering: :unset, messaging_enabled: :unset, voice_enabled: :unset, national_roaming_enabled: :unset, international_roaming: :unset, national_roaming_data_limit: :unset, international_roaming_data_limit: :unset)
147
144
  data = Twilio::Values.of({
148
145
  'UniqueName' => unique_name,
@@ -158,11 +155,7 @@ module Twilio
158
155
  'InternationalRoamingDataLimit' => international_roaming_data_limit,
159
156
  })
160
157
 
161
- payload = @version.create(
162
- 'POST',
163
- @uri,
164
- data: data
165
- )
158
+ payload = @version.create('POST', @uri, data: data)
166
159
 
167
160
  RatePlanInstance.new(@version, payload, )
168
161
  end
@@ -218,16 +211,10 @@ module Twilio
218
211
  end
219
212
 
220
213
  ##
221
- # Fetch a RatePlanInstance
214
+ # Fetch the RatePlanInstance
222
215
  # @return [RatePlanInstance] Fetched RatePlanInstance
223
216
  def fetch
224
- params = Twilio::Values.of({})
225
-
226
- payload = @version.fetch(
227
- 'GET',
228
- @uri,
229
- params,
230
- )
217
+ payload = @version.fetch('GET', @uri)
231
218
 
232
219
  RatePlanInstance.new(@version, payload, sid: @solution[:sid], )
233
220
  end
@@ -243,20 +230,16 @@ module Twilio
243
230
  def update(unique_name: :unset, friendly_name: :unset)
244
231
  data = Twilio::Values.of({'UniqueName' => unique_name, 'FriendlyName' => friendly_name, })
245
232
 
246
- payload = @version.update(
247
- 'POST',
248
- @uri,
249
- data: data,
250
- )
233
+ payload = @version.update('POST', @uri, data: data)
251
234
 
252
235
  RatePlanInstance.new(@version, payload, sid: @solution[:sid], )
253
236
  end
254
237
 
255
238
  ##
256
- # Deletes the RatePlanInstance
239
+ # Delete the RatePlanInstance
257
240
  # @return [Boolean] true if delete succeeds, false otherwise
258
241
  def delete
259
- @version.delete('delete', @uri)
242
+ @version.delete('DELETE', @uri)
260
243
  end
261
244
 
262
245
  ##
@@ -417,7 +400,7 @@ module Twilio
417
400
  end
418
401
 
419
402
  ##
420
- # Fetch a RatePlanInstance
403
+ # Fetch the RatePlanInstance
421
404
  # @return [RatePlanInstance] Fetched RatePlanInstance
422
405
  def fetch
423
406
  context.fetch
@@ -436,7 +419,7 @@ module Twilio
436
419
  end
437
420
 
438
421
  ##
439
- # Deletes the RatePlanInstance
422
+ # Delete the RatePlanInstance
440
423
  # @return [Boolean] true if delete succeeds, false otherwise
441
424
  def delete
442
425
  context.delete