twilio-ruby 5.35.0 → 5.39.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 (714) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES.md +126 -0
  3. data/README.md +9 -3
  4. data/lib/twilio-ruby/framework/version.rb +3 -3
  5. data/lib/twilio-ruby/rest/accounts/v1/credential/aws.rb +13 -30
  6. data/lib/twilio-ruby/rest/accounts/v1/credential/public_key.rb +13 -30
  7. data/lib/twilio-ruby/rest/api/v2010/account.rb +10 -27
  8. data/lib/twilio-ruby/rest/api/v2010/account/address.rb +13 -30
  9. data/lib/twilio-ruby/rest/api/v2010/account/address/dependent_phone_number.rb +3 -5
  10. data/lib/twilio-ruby/rest/api/v2010/account/application.rb +13 -30
  11. data/lib/twilio-ruby/rest/api/v2010/account/authorized_connect_app.rb +6 -14
  12. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number.rb +6 -14
  13. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/local.rb +3 -5
  14. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/machine_to_machine.rb +3 -5
  15. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/mobile.rb +3 -5
  16. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/national.rb +3 -5
  17. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/shared_cost.rb +3 -5
  18. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/toll_free.rb +3 -5
  19. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/voip.rb +3 -5
  20. data/lib/twilio-ruby/rest/api/v2010/account/balance.rb +2 -8
  21. data/lib/twilio-ruby/rest/api/v2010/account/call.rb +100 -117
  22. data/lib/twilio-ruby/rest/api/v2010/account/call/feedback.rb +9 -25
  23. data/lib/twilio-ruby/rest/api/v2010/account/call/feedback_summary.rb +9 -20
  24. data/lib/twilio-ruby/rest/api/v2010/account/call/notification.rb +6 -14
  25. data/lib/twilio-ruby/rest/api/v2010/account/call/payment.rb +4 -13
  26. data/lib/twilio-ruby/rest/api/v2010/account/call/recording.rb +13 -30
  27. data/lib/twilio-ruby/rest/api/v2010/account/conference.rb +21 -19
  28. data/lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb +60 -39
  29. data/lib/twilio-ruby/rest/api/v2010/account/conference/recording.rb +10 -22
  30. data/lib/twilio-ruby/rest/api/v2010/account/connect_app.rb +10 -22
  31. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number.rb +27 -30
  32. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on.rb +12 -25
  33. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension.rb +6 -14
  34. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/local.rb +6 -13
  35. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/mobile.rb +6 -13
  36. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/toll_free.rb +6 -13
  37. data/lib/twilio-ruby/rest/api/v2010/account/key.rb +10 -22
  38. data/lib/twilio-ruby/rest/api/v2010/account/message.rb +84 -101
  39. data/lib/twilio-ruby/rest/api/v2010/account/message/feedback.rb +3 -8
  40. data/lib/twilio-ruby/rest/api/v2010/account/message/media.rb +9 -17
  41. data/lib/twilio-ruby/rest/api/v2010/account/new_key.rb +3 -8
  42. data/lib/twilio-ruby/rest/api/v2010/account/new_signing_key.rb +3 -8
  43. data/lib/twilio-ruby/rest/api/v2010/account/notification.rb +6 -14
  44. data/lib/twilio-ruby/rest/api/v2010/account/outgoing_caller_id.rb +10 -22
  45. data/lib/twilio-ruby/rest/api/v2010/account/queue.rb +42 -59
  46. data/lib/twilio-ruby/rest/api/v2010/account/queue/member.rb +7 -19
  47. data/lib/twilio-ruby/rest/api/v2010/account/recording.rb +9 -17
  48. data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result.rb +9 -17
  49. data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result/payload.rb +9 -17
  50. data/lib/twilio-ruby/rest/api/v2010/account/recording/transcription.rb +9 -17
  51. data/lib/twilio-ruby/rest/api/v2010/account/short_code.rb +7 -19
  52. data/lib/twilio-ruby/rest/api/v2010/account/signing_key.rb +10 -22
  53. data/lib/twilio-ruby/rest/api/v2010/account/sip/credential_list.rb +13 -30
  54. data/lib/twilio-ruby/rest/api/v2010/account/sip/credential_list/credential.rb +13 -30
  55. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain.rb +13 -30
  56. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_credential_list_mapping.rb +12 -25
  57. 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
  58. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping/auth_registrations_credential_list_mapping.rb +12 -25
  59. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/credential_list_mapping.rb +12 -25
  60. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/ip_access_control_list_mapping.rb +12 -25
  61. data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list.rb +13 -30
  62. data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list/ip_address.rb +13 -30
  63. data/lib/twilio-ruby/rest/api/v2010/account/token.rb +3 -8
  64. data/lib/twilio-ruby/rest/api/v2010/account/transcription.rb +9 -17
  65. data/lib/twilio-ruby/rest/api/v2010/account/usage/record.rb +3 -5
  66. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/all_time.rb +3 -5
  67. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/daily.rb +3 -5
  68. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/last_month.rb +3 -5
  69. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/monthly.rb +3 -5
  70. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/this_month.rb +3 -5
  71. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/today.rb +3 -5
  72. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yearly.rb +3 -5
  73. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yesterday.rb +3 -5
  74. data/lib/twilio-ruby/rest/api/v2010/account/usage/trigger.rb +13 -30
  75. data/lib/twilio-ruby/rest/api/v2010/account/validation_request.rb +15 -20
  76. data/lib/twilio-ruby/rest/autopilot/v1/assistant.rb +13 -46
  77. data/lib/twilio-ruby/rest/autopilot/v1/assistant/defaults.rb +4 -14
  78. data/lib/twilio-ruby/rest/autopilot/v1/assistant/dialogue.rb +3 -9
  79. data/lib/twilio-ruby/rest/autopilot/v1/assistant/field_type.rb +13 -30
  80. data/lib/twilio-ruby/rest/autopilot/v1/assistant/field_type/field_value.rb +12 -25
  81. data/lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb +13 -30
  82. data/lib/twilio-ruby/rest/autopilot/v1/assistant/query.rb +25 -33
  83. data/lib/twilio-ruby/rest/autopilot/v1/assistant/style_sheet.rb +4 -14
  84. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task.rb +13 -30
  85. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/field.rb +12 -25
  86. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/sample.rb +13 -30
  87. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/task_actions.rb +4 -14
  88. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/task_statistics.rb +3 -9
  89. data/lib/twilio-ruby/rest/autopilot/v1/assistant/webhook.rb +13 -30
  90. data/lib/twilio-ruby/rest/autopilot/v1/restore_assistant.rb +1 -5
  91. data/lib/twilio-ruby/rest/bulkexports/v1/export.rb +3 -9
  92. data/lib/twilio-ruby/rest/bulkexports/v1/export/day.rb +6 -14
  93. data/lib/twilio-ruby/rest/bulkexports/v1/export/export_custom_job.rb +6 -13
  94. data/lib/twilio-ruby/rest/bulkexports/v1/export/job.rb +6 -12
  95. data/lib/twilio-ruby/rest/bulkexports/v1/export_configuration.rb +4 -14
  96. data/lib/twilio-ruby/rest/chat/v1/credential.rb +13 -30
  97. data/lib/twilio-ruby/rest/chat/v1/service.rb +13 -30
  98. data/lib/twilio-ruby/rest/chat/v1/service/channel.rb +13 -30
  99. data/lib/twilio-ruby/rest/chat/v1/service/channel/invite.rb +12 -25
  100. data/lib/twilio-ruby/rest/chat/v1/service/channel/member.rb +13 -30
  101. data/lib/twilio-ruby/rest/chat/v1/service/channel/message.rb +13 -30
  102. data/lib/twilio-ruby/rest/chat/v1/service/role.rb +13 -30
  103. data/lib/twilio-ruby/rest/chat/v1/service/user.rb +13 -30
  104. data/lib/twilio-ruby/rest/chat/v1/service/user/user_channel.rb +3 -5
  105. data/lib/twilio-ruby/rest/chat/v2/credential.rb +13 -30
  106. data/lib/twilio-ruby/rest/chat/v2/service.rb +13 -30
  107. data/lib/twilio-ruby/rest/chat/v2/service/binding.rb +9 -17
  108. data/lib/twilio-ruby/rest/chat/v2/service/channel.rb +34 -36
  109. data/lib/twilio-ruby/rest/chat/v2/service/channel/invite.rb +12 -25
  110. data/lib/twilio-ruby/rest/chat/v2/service/channel/member.rb +34 -36
  111. data/lib/twilio-ruby/rest/chat/v2/service/channel/message.rb +34 -36
  112. data/lib/twilio-ruby/rest/chat/v2/service/channel/webhook.rb +13 -30
  113. data/lib/twilio-ruby/rest/chat/v2/service/role.rb +13 -30
  114. data/lib/twilio-ruby/rest/chat/v2/service/user.rb +30 -34
  115. data/lib/twilio-ruby/rest/chat/v2/service/user/user_binding.rb +9 -17
  116. data/lib/twilio-ruby/rest/chat/v2/service/user/user_channel.rb +10 -22
  117. data/lib/twilio-ruby/rest/client.rb +0 -7
  118. data/lib/twilio-ruby/rest/conversations/v1/conversation.rb +59 -36
  119. data/lib/twilio-ruby/rest/conversations/v1/conversation/message.rb +80 -36
  120. data/lib/twilio-ruby/rest/conversations/v1/conversation/message/delivery_receipt.rb +348 -0
  121. data/lib/twilio-ruby/rest/conversations/v1/conversation/participant.rb +70 -37
  122. data/lib/twilio-ruby/rest/conversations/v1/conversation/webhook.rb +13 -30
  123. data/lib/twilio-ruby/rest/conversations/v1/webhook.rb +4 -14
  124. data/lib/twilio-ruby/rest/fax/v1/fax.rb +13 -30
  125. data/lib/twilio-ruby/rest/fax/v1/fax/fax_media.rb +9 -17
  126. data/lib/twilio-ruby/rest/flex_api/v1/channel.rb +14 -26
  127. data/lib/twilio-ruby/rest/flex_api/v1/configuration.rb +16 -34
  128. data/lib/twilio-ruby/rest/flex_api/v1/flex_flow.rb +19 -33
  129. data/lib/twilio-ruby/rest/flex_api/v1/web_channel.rb +13 -30
  130. data/lib/twilio-ruby/rest/insights/v1/call.rb +3 -9
  131. data/lib/twilio-ruby/rest/insights/v1/call/event.rb +3 -5
  132. data/lib/twilio-ruby/rest/insights/v1/call/metric.rb +3 -5
  133. data/lib/twilio-ruby/rest/insights/v1/call/summary.rb +3 -7
  134. data/lib/twilio-ruby/rest/ip_messaging/v1/credential.rb +13 -30
  135. data/lib/twilio-ruby/rest/ip_messaging/v1/service.rb +13 -30
  136. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel.rb +13 -30
  137. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/invite.rb +12 -25
  138. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/member.rb +13 -30
  139. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/message.rb +13 -30
  140. data/lib/twilio-ruby/rest/ip_messaging/v1/service/role.rb +13 -30
  141. data/lib/twilio-ruby/rest/ip_messaging/v1/service/user.rb +13 -30
  142. data/lib/twilio-ruby/rest/ip_messaging/v1/service/user/user_channel.rb +3 -5
  143. data/lib/twilio-ruby/rest/ip_messaging/v2/credential.rb +13 -30
  144. data/lib/twilio-ruby/rest/ip_messaging/v2/service.rb +13 -30
  145. data/lib/twilio-ruby/rest/ip_messaging/v2/service/binding.rb +9 -17
  146. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel.rb +34 -36
  147. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/invite.rb +12 -25
  148. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/member.rb +34 -36
  149. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/message.rb +34 -36
  150. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/webhook.rb +13 -30
  151. data/lib/twilio-ruby/rest/ip_messaging/v2/service/role.rb +13 -30
  152. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user.rb +30 -34
  153. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_binding.rb +9 -17
  154. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_channel.rb +10 -22
  155. data/lib/twilio-ruby/rest/lookups/v1/phone_number.rb +4 -8
  156. data/lib/twilio-ruby/rest/messaging/v1/service.rb +13 -30
  157. data/lib/twilio-ruby/rest/messaging/v1/service/alpha_sender.rb +12 -25
  158. data/lib/twilio-ruby/rest/messaging/v1/service/phone_number.rb +12 -25
  159. data/lib/twilio-ruby/rest/messaging/v1/service/short_code.rb +12 -25
  160. data/lib/twilio-ruby/rest/monitor/v1/alert.rb +14 -22
  161. data/lib/twilio-ruby/rest/monitor/v1/event.rb +6 -14
  162. data/lib/twilio-ruby/rest/notify/v1/credential.rb +13 -30
  163. data/lib/twilio-ruby/rest/notify/v1/service.rb +33 -31
  164. data/lib/twilio-ruby/rest/notify/v1/service/binding.rb +12 -25
  165. data/lib/twilio-ruby/rest/notify/v1/service/notification.rb +3 -8
  166. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle.rb +31 -27
  167. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/evaluation.rb +9 -24
  168. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/item_assignment.rb +12 -25
  169. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/end_user.rb +10 -27
  170. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/end_user_type.rb +6 -14
  171. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/regulation.rb +6 -14
  172. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/supporting_document.rb +10 -27
  173. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/supporting_document_type.rb +6 -14
  174. data/lib/twilio-ruby/rest/preview.rb +6 -0
  175. data/lib/twilio-ruby/rest/preview/bulk_exports/export.rb +3 -9
  176. data/lib/twilio-ruby/rest/preview/bulk_exports/export/day.rb +6 -14
  177. data/lib/twilio-ruby/rest/preview/bulk_exports/export/export_custom_job.rb +6 -13
  178. data/lib/twilio-ruby/rest/preview/bulk_exports/export/job.rb +6 -12
  179. data/lib/twilio-ruby/rest/preview/bulk_exports/export_configuration.rb +4 -14
  180. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet.rb +13 -30
  181. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/certificate.rb +13 -30
  182. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/deployment.rb +13 -30
  183. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/device.rb +13 -30
  184. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/key.rb +13 -30
  185. data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document.rb +10 -27
  186. data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document/dependent_hosted_number_order.rb +3 -5
  187. data/lib/twilio-ruby/rest/preview/hosted_numbers/hosted_number_order.rb +13 -30
  188. data/lib/twilio-ruby/rest/preview/marketplace/available_add_on.rb +6 -14
  189. data/lib/twilio-ruby/rest/preview/marketplace/available_add_on/available_add_on_extension.rb +6 -14
  190. data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on.rb +13 -30
  191. data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on/installed_add_on_extension.rb +7 -19
  192. data/lib/twilio-ruby/rest/preview/sync/service.rb +13 -30
  193. data/lib/twilio-ruby/rest/preview/sync/service/document.rb +26 -36
  194. data/lib/twilio-ruby/rest/preview/sync/service/document/document_permission.rb +10 -22
  195. data/lib/twilio-ruby/rest/preview/sync/service/sync_list.rb +12 -25
  196. data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_item.rb +26 -36
  197. data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_permission.rb +10 -22
  198. data/lib/twilio-ruby/rest/preview/sync/service/sync_map.rb +12 -25
  199. data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_item.rb +26 -36
  200. data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_permission.rb +10 -22
  201. data/lib/twilio-ruby/rest/preview/trusted_comms.rb +7 -0
  202. data/lib/twilio-ruby/rest/preview/trusted_comms/branded_call.rb +3 -8
  203. data/lib/twilio-ruby/rest/preview/trusted_comms/brands_information.rb +195 -0
  204. data/lib/twilio-ruby/rest/preview/trusted_comms/business.rb +29 -9
  205. data/lib/twilio-ruby/rest/preview/trusted_comms/business/brand.rb +233 -0
  206. data/lib/twilio-ruby/rest/preview/trusted_comms/business/brand/branded_channel.rb +260 -0
  207. data/lib/twilio-ruby/rest/preview/trusted_comms/business/brand/branded_channel/channel.rb +189 -0
  208. data/lib/twilio-ruby/rest/preview/trusted_comms/business/insights/impressions_rate.rb +3 -7
  209. data/lib/twilio-ruby/rest/preview/trusted_comms/cps.rb +11 -11
  210. data/lib/twilio-ruby/rest/preview/trusted_comms/current_call.rb +25 -11
  211. data/lib/twilio-ruby/rest/preview/trusted_comms/phone_call.rb +3 -8
  212. data/lib/twilio-ruby/rest/preview/understand/assistant.rb +13 -30
  213. data/lib/twilio-ruby/rest/preview/understand/assistant/assistant_fallback_actions.rb +4 -14
  214. data/lib/twilio-ruby/rest/preview/understand/assistant/assistant_initiation_actions.rb +4 -14
  215. data/lib/twilio-ruby/rest/preview/understand/assistant/dialogue.rb +3 -9
  216. data/lib/twilio-ruby/rest/preview/understand/assistant/field_type.rb +13 -30
  217. data/lib/twilio-ruby/rest/preview/understand/assistant/field_type/field_value.rb +12 -25
  218. data/lib/twilio-ruby/rest/preview/understand/assistant/model_build.rb +13 -30
  219. data/lib/twilio-ruby/rest/preview/understand/assistant/query.rb +13 -30
  220. data/lib/twilio-ruby/rest/preview/understand/assistant/style_sheet.rb +4 -14
  221. data/lib/twilio-ruby/rest/preview/understand/assistant/task.rb +13 -30
  222. data/lib/twilio-ruby/rest/preview/understand/assistant/task/field.rb +12 -25
  223. data/lib/twilio-ruby/rest/preview/understand/assistant/task/sample.rb +13 -30
  224. data/lib/twilio-ruby/rest/preview/understand/assistant/task/task_actions.rb +4 -14
  225. data/lib/twilio-ruby/rest/preview/understand/assistant/task/task_statistics.rb +3 -9
  226. data/lib/twilio-ruby/rest/preview/wireless/command.rb +9 -22
  227. data/lib/twilio-ruby/rest/preview/wireless/rate_plan.rb +13 -30
  228. data/lib/twilio-ruby/rest/preview/wireless/sim.rb +7 -19
  229. data/lib/twilio-ruby/rest/preview/wireless/sim/usage.rb +3 -7
  230. data/lib/twilio-ruby/rest/pricing/v1/messaging/country.rb +6 -14
  231. data/lib/twilio-ruby/rest/pricing/v1/phone_number/country.rb +6 -14
  232. data/lib/twilio-ruby/rest/pricing/v1/voice/country.rb +6 -14
  233. data/lib/twilio-ruby/rest/pricing/v1/voice/number.rb +3 -9
  234. data/lib/twilio-ruby/rest/pricing/v2/voice/country.rb +6 -14
  235. data/lib/twilio-ruby/rest/pricing/v2/voice/number.rb +3 -7
  236. data/lib/twilio-ruby/rest/proxy/v1/service.rb +13 -30
  237. data/lib/twilio-ruby/rest/proxy/v1/service/phone_number.rb +13 -30
  238. data/lib/twilio-ruby/rest/proxy/v1/service/session.rb +13 -30
  239. data/lib/twilio-ruby/rest/proxy/v1/service/session/interaction.rb +9 -17
  240. data/lib/twilio-ruby/rest/proxy/v1/service/session/participant.rb +12 -25
  241. data/lib/twilio-ruby/rest/proxy/v1/service/session/participant/message_interaction.rb +9 -22
  242. data/lib/twilio-ruby/rest/proxy/v1/service/short_code.rb +13 -30
  243. data/lib/twilio-ruby/rest/serverless/v1/service.rb +13 -30
  244. data/lib/twilio-ruby/rest/serverless/v1/service/asset.rb +13 -30
  245. data/lib/twilio-ruby/rest/serverless/v1/service/asset/asset_version.rb +6 -14
  246. data/lib/twilio-ruby/rest/serverless/v1/service/build.rb +12 -25
  247. data/lib/twilio-ruby/rest/serverless/v1/service/environment.rb +12 -25
  248. data/lib/twilio-ruby/rest/serverless/v1/service/environment/deployment.rb +9 -22
  249. data/lib/twilio-ruby/rest/serverless/v1/service/environment/log.rb +13 -14
  250. data/lib/twilio-ruby/rest/serverless/v1/service/environment/variable.rb +13 -30
  251. data/lib/twilio-ruby/rest/serverless/v1/service/function.rb +13 -30
  252. data/lib/twilio-ruby/rest/serverless/v1/service/function/function_version.rb +6 -14
  253. data/lib/twilio-ruby/rest/serverless/v1/service/function/function_version/function_version_content.rb +3 -9
  254. data/lib/twilio-ruby/rest/studio/v1/flow.rb +9 -17
  255. data/lib/twilio-ruby/rest/studio/v1/flow/engagement.rb +12 -25
  256. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/engagement_context.rb +3 -9
  257. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/step.rb +6 -14
  258. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/step/step_context.rb +3 -9
  259. data/lib/twilio-ruby/rest/studio/v1/flow/execution.rb +13 -30
  260. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_context.rb +3 -9
  261. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step.rb +6 -14
  262. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step/execution_step_context.rb +3 -9
  263. data/lib/twilio-ruby/rest/studio/v2/flow.rb +13 -30
  264. data/lib/twilio-ruby/rest/studio/v2/flow/execution.rb +13 -30
  265. data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_context.rb +3 -9
  266. data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step.rb +6 -14
  267. data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step/execution_step_context.rb +3 -9
  268. data/lib/twilio-ruby/rest/studio/v2/flow/flow_revision.rb +6 -14
  269. data/lib/twilio-ruby/rest/studio/v2/flow/test_user.rb +4 -14
  270. data/lib/twilio-ruby/rest/studio/v2/flow_validate.rb +1 -5
  271. data/lib/twilio-ruby/rest/supersim.rb +11 -1
  272. data/lib/twilio-ruby/rest/supersim/v1.rb +16 -1
  273. data/lib/twilio-ruby/rest/supersim/v1/command.rb +9 -22
  274. data/lib/twilio-ruby/rest/supersim/v1/fleet.rb +44 -48
  275. data/lib/twilio-ruby/rest/supersim/v1/network.rb +307 -0
  276. data/lib/twilio-ruby/rest/supersim/v1/network_access_profile.rb +63 -39
  277. data/lib/twilio-ruby/rest/supersim/v1/network_access_profile/network_access_profile_network.rb +339 -0
  278. data/lib/twilio-ruby/rest/supersim/v1/sim.rb +7 -19
  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 +9 -0
  322. data/lib/twilio-ruby/rest/verify/v2.rb +16 -0
  323. data/lib/twilio-ruby/rest/{authy/v1 → verify/v2}/form.rb +15 -21
  324. data/lib/twilio-ruby/rest/verify/v2/service.rb +110 -33
  325. data/lib/twilio-ruby/rest/verify/v2/service/access_token.rb +124 -0
  326. data/lib/twilio-ruby/rest/{authy/v1 → verify/v2}/service/entity.rb +82 -48
  327. data/lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb +477 -0
  328. data/lib/twilio-ruby/rest/{authy/v1 → verify/v2}/service/entity/factor.rb +74 -108
  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 +7 -22
  333. data/lib/twilio-ruby/rest/verify/v2/service/verification_check.rb +3 -8
  334. data/lib/twilio-ruby/rest/verify/v2/service/webhook.rb +408 -0
  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 +16 -24
  338. data/lib/twilio-ruby/rest/video/v1/recording.rb +9 -17
  339. data/lib/twilio-ruby/rest/video/v1/recording_settings.rb +16 -24
  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 +5 -9
  384. data/spec/integration/api/v2010/account/conference/participant_spec.rb +177 -4
  385. data/spec/integration/api/v2010/account/conference/recording_spec.rb +0 -3
  386. data/spec/integration/api/v2010/account/conference_spec.rb +42 -17
  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 +0 -1
  391. data/spec/integration/api/v2010/account/incoming_phone_number/mobile_spec.rb +0 -1
  392. data/spec/integration/api/v2010/account/incoming_phone_number/toll_free_spec.rb +0 -1
  393. data/spec/integration/api/v2010/account/incoming_phone_number_spec.rb +43 -20
  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 +0 -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 +8 -18
  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/validation_request_spec.rb +1 -1
  433. data/spec/integration/api/v2010/account_spec.rb +0 -4
  434. data/spec/integration/autopilot/v1/assistant/defaults_spec.rb +0 -2
  435. data/spec/integration/autopilot/v1/assistant/dialogue_spec.rb +0 -1
  436. data/spec/integration/autopilot/v1/assistant/field_type/field_value_spec.rb +0 -3
  437. data/spec/integration/autopilot/v1/assistant/field_type_spec.rb +0 -4
  438. data/spec/integration/autopilot/v1/assistant/model_build_spec.rb +0 -5
  439. data/spec/integration/autopilot/v1/assistant/query_spec.rb +4 -8
  440. data/spec/integration/autopilot/v1/assistant/style_sheet_spec.rb +0 -2
  441. data/spec/integration/autopilot/v1/assistant/task/field_spec.rb +0 -3
  442. data/spec/integration/autopilot/v1/assistant/task/sample_spec.rb +0 -4
  443. data/spec/integration/autopilot/v1/assistant/task/task_actions_spec.rb +0 -2
  444. data/spec/integration/autopilot/v1/assistant/task/task_statistics_spec.rb +0 -1
  445. data/spec/integration/autopilot/v1/assistant/task_spec.rb +0 -4
  446. data/spec/integration/autopilot/v1/assistant/webhook_spec.rb +0 -4
  447. data/spec/integration/autopilot/v1/assistant_spec.rb +4 -13
  448. data/spec/integration/bulkexports/v1/export/day_spec.rb +0 -2
  449. data/spec/integration/bulkexports/v1/export/export_custom_job_spec.rb +0 -2
  450. data/spec/integration/bulkexports/v1/export/job_spec.rb +0 -2
  451. data/spec/integration/bulkexports/v1/export_configuration_spec.rb +0 -2
  452. data/spec/integration/bulkexports/v1/export_spec.rb +0 -1
  453. data/spec/integration/chat/v1/credential_spec.rb +0 -4
  454. data/spec/integration/chat/v1/service/channel/invite_spec.rb +0 -3
  455. data/spec/integration/chat/v1/service/channel/member_spec.rb +0 -4
  456. data/spec/integration/chat/v1/service/channel/message_spec.rb +0 -4
  457. data/spec/integration/chat/v1/service/channel_spec.rb +0 -5
  458. data/spec/integration/chat/v1/service/role_spec.rb +0 -3
  459. data/spec/integration/chat/v1/service/user/user_channel_spec.rb +0 -1
  460. data/spec/integration/chat/v1/service/user_spec.rb +0 -4
  461. data/spec/integration/chat/v1/service_spec.rb +0 -4
  462. data/spec/integration/chat/v2/credential_spec.rb +0 -4
  463. data/spec/integration/chat/v2/service/binding_spec.rb +0 -3
  464. data/spec/integration/chat/v2/service/channel/invite_spec.rb +0 -3
  465. data/spec/integration/chat/v2/service/channel/member_spec.rb +9 -7
  466. data/spec/integration/chat/v2/service/channel/message_spec.rb +9 -8
  467. data/spec/integration/chat/v2/service/channel/webhook_spec.rb +0 -4
  468. data/spec/integration/chat/v2/service/channel_spec.rb +9 -8
  469. data/spec/integration/chat/v2/service/role_spec.rb +0 -3
  470. data/spec/integration/chat/v2/service/user/user_binding_spec.rb +0 -3
  471. data/spec/integration/chat/v2/service/user/user_channel_spec.rb +0 -4
  472. data/spec/integration/chat/v2/service/user_spec.rb +6 -6
  473. data/spec/integration/chat/v2/service_spec.rb +0 -4
  474. data/spec/integration/conversations/v1/conversation/message/delivery_receipt_spec.rb +132 -0
  475. data/spec/integration/conversations/v1/conversation/message_spec.rb +93 -15
  476. data/spec/integration/conversations/v1/conversation/participant_spec.rb +44 -8
  477. data/spec/integration/conversations/v1/conversation/webhook_spec.rb +0 -4
  478. data/spec/integration/conversations/v1/conversation_spec.rb +25 -8
  479. data/spec/integration/conversations/v1/webhook_spec.rb +0 -2
  480. data/spec/integration/fax/v1/fax/fax_media_spec.rb +0 -3
  481. data/spec/integration/fax/v1/fax_spec.rb +0 -4
  482. data/spec/integration/flex_api/v1/channel_spec.rb +0 -3
  483. data/spec/integration/flex_api/v1/configuration_spec.rb +3 -51
  484. data/spec/integration/flex_api/v1/flex_flow_spec.rb +0 -4
  485. data/spec/integration/flex_api/v1/web_channel_spec.rb +0 -4
  486. data/spec/integration/insights/v1/call/event_spec.rb +0 -1
  487. data/spec/integration/insights/v1/call/metric_spec.rb +0 -1
  488. data/spec/integration/insights/v1/call/summary_spec.rb +0 -1
  489. data/spec/integration/insights/v1/call_spec.rb +0 -1
  490. data/spec/integration/ip_messaging/v1/credential_spec.rb +0 -4
  491. data/spec/integration/ip_messaging/v1/service/channel/invite_spec.rb +0 -3
  492. data/spec/integration/ip_messaging/v1/service/channel/member_spec.rb +0 -4
  493. data/spec/integration/ip_messaging/v1/service/channel/message_spec.rb +0 -4
  494. data/spec/integration/ip_messaging/v1/service/channel_spec.rb +0 -5
  495. data/spec/integration/ip_messaging/v1/service/role_spec.rb +0 -3
  496. data/spec/integration/ip_messaging/v1/service/user/user_channel_spec.rb +0 -1
  497. data/spec/integration/ip_messaging/v1/service/user_spec.rb +0 -4
  498. data/spec/integration/ip_messaging/v1/service_spec.rb +0 -4
  499. data/spec/integration/ip_messaging/v2/credential_spec.rb +0 -4
  500. data/spec/integration/ip_messaging/v2/service/binding_spec.rb +0 -3
  501. data/spec/integration/ip_messaging/v2/service/channel/invite_spec.rb +0 -3
  502. data/spec/integration/ip_messaging/v2/service/channel/member_spec.rb +9 -7
  503. data/spec/integration/ip_messaging/v2/service/channel/message_spec.rb +9 -8
  504. data/spec/integration/ip_messaging/v2/service/channel/webhook_spec.rb +0 -4
  505. data/spec/integration/ip_messaging/v2/service/channel_spec.rb +9 -8
  506. data/spec/integration/ip_messaging/v2/service/role_spec.rb +0 -3
  507. data/spec/integration/ip_messaging/v2/service/user/user_binding_spec.rb +0 -3
  508. data/spec/integration/ip_messaging/v2/service/user/user_channel_spec.rb +0 -4
  509. data/spec/integration/ip_messaging/v2/service/user_spec.rb +6 -6
  510. data/spec/integration/ip_messaging/v2/service_spec.rb +0 -4
  511. data/spec/integration/lookups/v1/phone_number_spec.rb +0 -1
  512. data/spec/integration/messaging/v1/service/alpha_sender_spec.rb +0 -3
  513. data/spec/integration/messaging/v1/service/phone_number_spec.rb +0 -3
  514. data/spec/integration/messaging/v1/service/short_code_spec.rb +0 -3
  515. data/spec/integration/messaging/v1/service_spec.rb +0 -4
  516. data/spec/integration/monitor/v1/alert_spec.rb +0 -2
  517. data/spec/integration/monitor/v1/event_spec.rb +0 -2
  518. data/spec/integration/notify/v1/credential_spec.rb +0 -4
  519. data/spec/integration/notify/v1/service/binding_spec.rb +0 -3
  520. data/spec/integration/notify/v1/service/notification_spec.rb +0 -1
  521. data/spec/integration/notify/v1/service_spec.rb +0 -5
  522. data/spec/integration/numbers/v2/regulatory_compliance/bundle/evaluation_spec.rb +0 -3
  523. data/spec/integration/numbers/v2/regulatory_compliance/bundle/item_assignment_spec.rb +0 -3
  524. data/spec/integration/numbers/v2/regulatory_compliance/bundle_spec.rb +32 -4
  525. data/spec/integration/numbers/v2/regulatory_compliance/end_user_spec.rb +0 -3
  526. data/spec/integration/numbers/v2/regulatory_compliance/end_user_type_spec.rb +0 -2
  527. data/spec/integration/numbers/v2/regulatory_compliance/regulation_spec.rb +0 -2
  528. data/spec/integration/numbers/v2/regulatory_compliance/supporting_document_spec.rb +0 -3
  529. data/spec/integration/numbers/v2/regulatory_compliance/supporting_document_type_spec.rb +0 -2
  530. data/spec/integration/preview/bulk_exports/export/day_spec.rb +0 -2
  531. data/spec/integration/preview/bulk_exports/export/export_custom_job_spec.rb +0 -2
  532. data/spec/integration/preview/bulk_exports/export/job_spec.rb +0 -2
  533. data/spec/integration/preview/bulk_exports/export_configuration_spec.rb +0 -2
  534. data/spec/integration/preview/bulk_exports/export_spec.rb +0 -1
  535. data/spec/integration/preview/deployed_devices/fleet/certificate_spec.rb +0 -4
  536. data/spec/integration/preview/deployed_devices/fleet/deployment_spec.rb +0 -5
  537. data/spec/integration/preview/deployed_devices/fleet/device_spec.rb +0 -5
  538. data/spec/integration/preview/deployed_devices/fleet/key_spec.rb +0 -5
  539. data/spec/integration/preview/deployed_devices/fleet_spec.rb +0 -5
  540. data/spec/integration/preview/hosted_numbers/authorization_document/dependent_hosted_number_order_spec.rb +0 -1
  541. data/spec/integration/preview/hosted_numbers/authorization_document_spec.rb +0 -3
  542. data/spec/integration/preview/hosted_numbers/hosted_number_order_spec.rb +0 -4
  543. data/spec/integration/preview/marketplace/available_add_on/available_add_on_extension_spec.rb +0 -2
  544. data/spec/integration/preview/marketplace/available_add_on_spec.rb +0 -2
  545. data/spec/integration/preview/marketplace/installed_add_on/installed_add_on_extension_spec.rb +0 -2
  546. data/spec/integration/preview/marketplace/installed_add_on_spec.rb +0 -4
  547. data/spec/integration/preview/sync/service/document/document_permission_spec.rb +0 -3
  548. data/spec/integration/preview/sync/service/document_spec.rb +6 -6
  549. data/spec/integration/preview/sync/service/sync_list/sync_list_item_spec.rb +6 -5
  550. data/spec/integration/preview/sync/service/sync_list/sync_list_permission_spec.rb +0 -3
  551. data/spec/integration/preview/sync/service/sync_list_spec.rb +0 -4
  552. data/spec/integration/preview/sync/service/sync_map/sync_map_item_spec.rb +6 -5
  553. data/spec/integration/preview/sync/service/sync_map/sync_map_permission_spec.rb +0 -3
  554. data/spec/integration/preview/sync/service/sync_map_spec.rb +0 -4
  555. data/spec/integration/preview/sync/service_spec.rb +0 -5
  556. data/spec/integration/preview/trusted_comms/brands_information_spec.rb +45 -0
  557. data/spec/integration/preview/trusted_comms/business/brand/branded_channel/channel_spec.rb +54 -0
  558. data/spec/integration/preview/trusted_comms/business/brand/branded_channel_spec.rb +51 -0
  559. data/spec/integration/preview/trusted_comms/business/brand_spec.rb +48 -0
  560. data/spec/integration/preview/trusted_comms/business/insights/impressions_rate_spec.rb +0 -1
  561. data/spec/integration/preview/trusted_comms/business_spec.rb +1 -1
  562. data/spec/integration/preview/trusted_comms/cps_spec.rb +3 -2
  563. data/spec/integration/preview/trusted_comms/current_call_spec.rb +6 -2
  564. data/spec/integration/preview/understand/assistant/assistant_fallback_actions_spec.rb +0 -2
  565. data/spec/integration/preview/understand/assistant/assistant_initiation_actions_spec.rb +0 -2
  566. data/spec/integration/preview/understand/assistant/dialogue_spec.rb +0 -1
  567. data/spec/integration/preview/understand/assistant/field_type/field_value_spec.rb +0 -3
  568. data/spec/integration/preview/understand/assistant/field_type_spec.rb +0 -4
  569. data/spec/integration/preview/understand/assistant/model_build_spec.rb +0 -5
  570. data/spec/integration/preview/understand/assistant/query_spec.rb +0 -4
  571. data/spec/integration/preview/understand/assistant/style_sheet_spec.rb +0 -2
  572. data/spec/integration/preview/understand/assistant/task/field_spec.rb +0 -3
  573. data/spec/integration/preview/understand/assistant/task/sample_spec.rb +0 -4
  574. data/spec/integration/preview/understand/assistant/task/task_actions_spec.rb +0 -2
  575. data/spec/integration/preview/understand/assistant/task/task_statistics_spec.rb +0 -1
  576. data/spec/integration/preview/understand/assistant/task_spec.rb +0 -4
  577. data/spec/integration/preview/understand/assistant_spec.rb +0 -5
  578. data/spec/integration/preview/wireless/command_spec.rb +0 -2
  579. data/spec/integration/preview/wireless/rate_plan_spec.rb +0 -5
  580. data/spec/integration/preview/wireless/sim/usage_spec.rb +0 -1
  581. data/spec/integration/preview/wireless/sim_spec.rb +0 -3
  582. data/spec/integration/pricing/v1/messaging/country_spec.rb +0 -2
  583. data/spec/integration/pricing/v1/phone_number/country_spec.rb +0 -2
  584. data/spec/integration/pricing/v1/voice/country_spec.rb +0 -2
  585. data/spec/integration/pricing/v1/voice/number_spec.rb +0 -1
  586. data/spec/integration/pricing/v2/voice/country_spec.rb +0 -2
  587. data/spec/integration/pricing/v2/voice/number_spec.rb +0 -1
  588. data/spec/integration/proxy/v1/service/phone_number_spec.rb +0 -5
  589. data/spec/integration/proxy/v1/service/session/interaction_spec.rb +0 -3
  590. data/spec/integration/proxy/v1/service/session/participant/message_interaction_spec.rb +0 -3
  591. data/spec/integration/proxy/v1/service/session/participant_spec.rb +0 -3
  592. data/spec/integration/proxy/v1/service/session_spec.rb +0 -5
  593. data/spec/integration/proxy/v1/service/short_code_spec.rb +0 -4
  594. data/spec/integration/proxy/v1/service_spec.rb +0 -4
  595. data/spec/integration/serverless/v1/service/asset/asset_version_spec.rb +0 -2
  596. data/spec/integration/serverless/v1/service/asset_spec.rb +0 -3
  597. data/spec/integration/serverless/v1/service/build_spec.rb +0 -4
  598. data/spec/integration/serverless/v1/service/environment/deployment_spec.rb +0 -3
  599. data/spec/integration/serverless/v1/service/environment/log_spec.rb +1 -2
  600. data/spec/integration/serverless/v1/service/environment/variable_spec.rb +0 -4
  601. data/spec/integration/serverless/v1/service/environment_spec.rb +0 -3
  602. data/spec/integration/serverless/v1/service/function/function_version/function_version_content_spec.rb +0 -1
  603. data/spec/integration/serverless/v1/service/function/function_version_spec.rb +0 -2
  604. data/spec/integration/serverless/v1/service/function_spec.rb +0 -3
  605. data/spec/integration/serverless/v1/service_spec.rb +0 -4
  606. data/spec/integration/studio/v1/flow/engagement/engagement_context_spec.rb +0 -1
  607. data/spec/integration/studio/v1/flow/engagement/step/step_context_spec.rb +0 -1
  608. data/spec/integration/studio/v1/flow/engagement/step_spec.rb +0 -2
  609. data/spec/integration/studio/v1/flow/engagement_spec.rb +0 -3
  610. data/spec/integration/studio/v1/flow/execution/execution_context_spec.rb +0 -1
  611. data/spec/integration/studio/v1/flow/execution/execution_step/execution_step_context_spec.rb +0 -1
  612. data/spec/integration/studio/v1/flow/execution/execution_step_spec.rb +0 -2
  613. data/spec/integration/studio/v1/flow/execution_spec.rb +0 -3
  614. data/spec/integration/studio/v1/flow_spec.rb +0 -3
  615. data/spec/integration/studio/v2/flow/execution/execution_context_spec.rb +0 -1
  616. data/spec/integration/studio/v2/flow/execution/execution_step/execution_step_context_spec.rb +0 -1
  617. data/spec/integration/studio/v2/flow/execution/execution_step_spec.rb +0 -2
  618. data/spec/integration/studio/v2/flow/execution_spec.rb +0 -3
  619. data/spec/integration/studio/v2/flow/flow_revision_spec.rb +0 -2
  620. data/spec/integration/studio/v2/flow/test_user_spec.rb +0 -1
  621. data/spec/integration/studio/v2/flow_spec.rb +0 -3
  622. data/spec/integration/supersim/v1/command_spec.rb +0 -2
  623. data/spec/integration/supersim/v1/fleet_spec.rb +8 -6
  624. data/spec/integration/supersim/v1/network_access_profile/network_access_profile_network_spec.rb +176 -0
  625. data/spec/integration/supersim/v1/network_access_profile_spec.rb +20 -9
  626. data/spec/integration/supersim/v1/network_spec.rb +137 -0
  627. data/spec/integration/supersim/v1/sim_spec.rb +78 -9
  628. data/spec/integration/supersim/v1/usage_record_spec.rb +0 -1
  629. data/spec/integration/sync/v1/service/document/document_permission_spec.rb +0 -3
  630. data/spec/integration/sync/v1/service/document_spec.rb +6 -7
  631. data/spec/integration/sync/v1/service/sync_list/sync_list_item_spec.rb +6 -6
  632. data/spec/integration/sync/v1/service/sync_list/sync_list_permission_spec.rb +0 -3
  633. data/spec/integration/sync/v1/service/sync_list_spec.rb +0 -5
  634. data/spec/integration/sync/v1/service/sync_map/sync_map_item_spec.rb +6 -6
  635. data/spec/integration/sync/v1/service/sync_map/sync_map_permission_spec.rb +0 -3
  636. data/spec/integration/sync/v1/service/sync_map_spec.rb +0 -5
  637. data/spec/integration/sync/v1/service/sync_stream_spec.rb +0 -5
  638. data/spec/integration/sync/v1/service_spec.rb +0 -5
  639. data/spec/integration/taskrouter/v1/workspace/activity_spec.rb +0 -4
  640. data/spec/integration/taskrouter/v1/workspace/event_spec.rb +0 -2
  641. data/spec/integration/taskrouter/v1/workspace/task/reservation_spec.rb +0 -3
  642. data/spec/integration/taskrouter/v1/workspace/task_channel_spec.rb +0 -4
  643. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics_spec.rb +0 -1
  644. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics_spec.rb +0 -1
  645. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_statistics_spec.rb +0 -1
  646. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queues_statistics_spec.rb +0 -1
  647. data/spec/integration/taskrouter/v1/workspace/task_queue_spec.rb +0 -4
  648. data/spec/integration/taskrouter/v1/workspace/task_spec.rb +0 -5
  649. data/spec/integration/taskrouter/v1/workspace/worker/reservation_spec.rb +0 -3
  650. data/spec/integration/taskrouter/v1/workspace/worker/worker_channel_spec.rb +0 -3
  651. data/spec/integration/taskrouter/v1/workspace/worker/worker_statistics_spec.rb +0 -1
  652. data/spec/integration/taskrouter/v1/workspace/worker/workers_cumulative_statistics_spec.rb +0 -1
  653. data/spec/integration/taskrouter/v1/workspace/worker/workers_real_time_statistics_spec.rb +0 -1
  654. data/spec/integration/taskrouter/v1/workspace/worker/workers_statistics_spec.rb +0 -1
  655. data/spec/integration/taskrouter/v1/workspace/worker_spec.rb +0 -4
  656. data/spec/integration/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics_spec.rb +0 -1
  657. data/spec/integration/taskrouter/v1/workspace/workflow/workflow_real_time_statistics_spec.rb +0 -1
  658. data/spec/integration/taskrouter/v1/workspace/workflow/workflow_statistics_spec.rb +0 -1
  659. data/spec/integration/taskrouter/v1/workspace/workflow_spec.rb +0 -4
  660. data/spec/integration/taskrouter/v1/workspace/workspace_cumulative_statistics_spec.rb +0 -1
  661. data/spec/integration/taskrouter/v1/workspace/workspace_real_time_statistics_spec.rb +0 -1
  662. data/spec/integration/taskrouter/v1/workspace/workspace_statistics_spec.rb +0 -1
  663. data/spec/integration/taskrouter/v1/workspace_spec.rb +0 -4
  664. data/spec/integration/trunking/v1/trunk/credential_list_spec.rb +13 -16
  665. data/spec/integration/trunking/v1/trunk/ip_access_control_list_spec.rb +23 -26
  666. data/spec/integration/trunking/v1/trunk/origination_url_spec.rb +28 -32
  667. data/spec/integration/trunking/v1/trunk/phone_number_spec.rb +17 -20
  668. data/spec/integration/trunking/v1/trunk_spec.rb +33 -38
  669. data/spec/integration/{authy/v1 → verify/v2}/form_spec.rb +5 -6
  670. data/spec/integration/verify/v2/service/access_token_spec.rb +44 -0
  671. data/spec/integration/verify/v2/service/entity/challenge_spec.rb +252 -0
  672. data/spec/integration/{authy/v1 → verify/v2}/service/entity/factor_spec.rb +61 -67
  673. data/spec/integration/verify/v2/service/entity_spec.rb +209 -0
  674. data/spec/integration/verify/v2/service/messaging_configuration_spec.rb +0 -3
  675. data/spec/integration/verify/v2/service/rate_limit/bucket_spec.rb +0 -4
  676. data/spec/integration/verify/v2/service/rate_limit_spec.rb +0 -4
  677. data/spec/integration/verify/v2/service/verification_spec.rb +0 -1
  678. data/spec/integration/verify/v2/service/webhook_spec.rb +258 -0
  679. data/spec/integration/verify/v2/service_spec.rb +32 -8
  680. data/spec/integration/video/v1/composition_hook_spec.rb +0 -3
  681. data/spec/integration/video/v1/composition_settings_spec.rb +0 -1
  682. data/spec/integration/video/v1/composition_spec.rb +0 -3
  683. data/spec/integration/video/v1/recording_settings_spec.rb +0 -1
  684. data/spec/integration/video/v1/recording_spec.rb +0 -3
  685. data/spec/integration/video/v1/room/recording_spec.rb +0 -3
  686. data/spec/integration/video/v1/room/room_participant/room_participant_published_track_spec.rb +0 -2
  687. data/spec/integration/video/v1/room/room_participant/room_participant_subscribe_rule_spec.rb +0 -2
  688. data/spec/integration/video/v1/room/room_participant/room_participant_subscribed_track_spec.rb +0 -2
  689. data/spec/integration/video/v1/room/room_participant_spec.rb +0 -3
  690. data/spec/integration/video/v1/room_spec.rb +0 -3
  691. data/spec/integration/voice/v1/byoc_trunk_spec.rb +0 -5
  692. data/spec/integration/voice/v1/connection_policy/connection_policy_target_spec.rb +0 -4
  693. data/spec/integration/voice/v1/connection_policy_spec.rb +0 -5
  694. data/spec/integration/voice/v1/dialing_permissions/country/highrisk_special_prefix_spec.rb +0 -1
  695. data/spec/integration/voice/v1/dialing_permissions/country_spec.rb +0 -2
  696. data/spec/integration/voice/v1/dialing_permissions/settings_spec.rb +0 -2
  697. data/spec/integration/voice/v1/ip_record_spec.rb +0 -4
  698. data/spec/integration/voice/v1/source_ip_mapping_spec.rb +0 -3
  699. data/spec/integration/wireless/v1/command_spec.rb +0 -3
  700. data/spec/integration/wireless/v1/rate_plan_spec.rb +0 -5
  701. data/spec/integration/wireless/v1/sim/data_session_spec.rb +0 -1
  702. data/spec/integration/wireless/v1/sim/usage_record_spec.rb +0 -1
  703. data/spec/integration/wireless/v1/sim_spec.rb +0 -4
  704. data/spec/integration/wireless/v1/usage_record_spec.rb +0 -1
  705. metadata +43 -22
  706. data/lib/twilio-ruby/rest/authy.rb +0 -55
  707. data/lib/twilio-ruby/rest/authy/v1.rb +0 -59
  708. data/lib/twilio-ruby/rest/authy/v1/service.rb +0 -404
  709. data/lib/twilio-ruby/rest/authy/v1/service/entity/factor/challenge.rb +0 -494
  710. data/lib/twilio-ruby/rest/autopilot/v1/assistant/export_assistant.rb +0 -222
  711. data/spec/integration/authy/v1/service/entity/factor/challenge_spec.rb +0 -353
  712. data/spec/integration/authy/v1/service/entity_spec.rb +0 -201
  713. data/spec/integration/authy/v1/service_spec.rb +0 -231
  714. data/spec/integration/autopilot/v1/assistant/export_assistant_spec.rb +0 -49
@@ -133,11 +133,9 @@ module Twilio
133
133
  'Page' => page_number,
134
134
  'PageSize' => page_size,
135
135
  })
136
- response = @version.page(
137
- 'GET',
138
- @uri,
139
- params
140
- )
136
+
137
+ response = @version.page('GET', @uri, params: params)
138
+
141
139
  MobilePage.new(@version, response, @solution)
142
140
  end
143
141
 
@@ -155,8 +153,7 @@ module Twilio
155
153
  end
156
154
 
157
155
  ##
158
- # Retrieve a single page of MobileInstance records from the API.
159
- # Request is executed immediately.
156
+ # Create the MobileInstance
160
157
  # @param [String] phone_number The phone number to purchase specified in
161
158
  # [E.164](https://www.twilio.com/docs/glossary/what-e164) format. E.164 phone
162
159
  # numbers consist of a + followed by the country code and subscriber number
@@ -219,7 +216,7 @@ module Twilio
219
216
  # or `voice` and defaults to `voice`.
220
217
  # @param [String] bundle_sid The SID of the Bundle resource that you associate
221
218
  # with the phone number. Some regions require a Bundle to meet local Regulations.
222
- # @return [MobileInstance] Newly created MobileInstance
219
+ # @return [MobileInstance] Created MobileInstance
223
220
  def create(phone_number: nil, api_version: :unset, friendly_name: :unset, sms_application_sid: :unset, sms_fallback_method: :unset, sms_fallback_url: :unset, sms_method: :unset, sms_url: :unset, status_callback: :unset, status_callback_method: :unset, voice_application_sid: :unset, voice_caller_id_lookup: :unset, voice_fallback_method: :unset, voice_fallback_url: :unset, voice_method: :unset, voice_url: :unset, identity_sid: :unset, address_sid: :unset, emergency_status: :unset, emergency_address_sid: :unset, trunk_sid: :unset, voice_receive_mode: :unset, bundle_sid: :unset)
224
221
  data = Twilio::Values.of({
225
222
  'PhoneNumber' => phone_number,
@@ -247,11 +244,7 @@ module Twilio
247
244
  'BundleSid' => bundle_sid,
248
245
  })
249
246
 
250
- payload = @version.create(
251
- 'POST',
252
- @uri,
253
- data: data
254
- )
247
+ payload = @version.create('POST', @uri, data: data)
255
248
 
256
249
  MobileInstance.new(@version, payload, account_sid: @solution[:account_sid], )
257
250
  end
@@ -133,11 +133,9 @@ module Twilio
133
133
  'Page' => page_number,
134
134
  'PageSize' => page_size,
135
135
  })
136
- response = @version.page(
137
- 'GET',
138
- @uri,
139
- params
140
- )
136
+
137
+ response = @version.page('GET', @uri, params: params)
138
+
141
139
  TollFreePage.new(@version, response, @solution)
142
140
  end
143
141
 
@@ -155,8 +153,7 @@ module Twilio
155
153
  end
156
154
 
157
155
  ##
158
- # Retrieve a single page of TollFreeInstance records from the API.
159
- # Request is executed immediately.
156
+ # Create the TollFreeInstance
160
157
  # @param [String] phone_number The phone number to purchase specified in
161
158
  # [E.164](https://www.twilio.com/docs/glossary/what-e164) format. E.164 phone
162
159
  # numbers consist of a + followed by the country code and subscriber number
@@ -219,7 +216,7 @@ module Twilio
219
216
  # be: `fax` or `voice` and defaults to `voice`.
220
217
  # @param [String] bundle_sid The SID of the Bundle resource that you associate
221
218
  # with the phone number. Some regions require a Bundle to meet local Regulations.
222
- # @return [TollFreeInstance] Newly created TollFreeInstance
219
+ # @return [TollFreeInstance] Created TollFreeInstance
223
220
  def create(phone_number: nil, api_version: :unset, friendly_name: :unset, sms_application_sid: :unset, sms_fallback_method: :unset, sms_fallback_url: :unset, sms_method: :unset, sms_url: :unset, status_callback: :unset, status_callback_method: :unset, voice_application_sid: :unset, voice_caller_id_lookup: :unset, voice_fallback_method: :unset, voice_fallback_url: :unset, voice_method: :unset, voice_url: :unset, identity_sid: :unset, address_sid: :unset, emergency_status: :unset, emergency_address_sid: :unset, trunk_sid: :unset, voice_receive_mode: :unset, bundle_sid: :unset)
224
221
  data = Twilio::Values.of({
225
222
  'PhoneNumber' => phone_number,
@@ -247,11 +244,7 @@ module Twilio
247
244
  'BundleSid' => bundle_sid,
248
245
  })
249
246
 
250
- payload = @version.create(
251
- 'POST',
252
- @uri,
253
- data: data
254
- )
247
+ payload = @version.create('POST', @uri, data: data)
255
248
 
256
249
  TollFreeInstance.new(@version, payload, account_sid: @solution[:account_sid], )
257
250
  end
@@ -87,11 +87,9 @@ module Twilio
87
87
  'Page' => page_number,
88
88
  'PageSize' => page_size,
89
89
  })
90
- response = @version.page(
91
- 'GET',
92
- @uri,
93
- params
94
- )
90
+
91
+ response = @version.page('GET', @uri, params: params)
92
+
95
93
  KeyPage.new(@version, response, @solution)
96
94
  end
97
95
 
@@ -163,16 +161,10 @@ module Twilio
163
161
  end
164
162
 
165
163
  ##
166
- # Fetch a KeyInstance
164
+ # Fetch the KeyInstance
167
165
  # @return [KeyInstance] Fetched KeyInstance
168
166
  def fetch
169
- params = Twilio::Values.of({})
170
-
171
- payload = @version.fetch(
172
- 'GET',
173
- @uri,
174
- params,
175
- )
167
+ payload = @version.fetch('GET', @uri)
176
168
 
177
169
  KeyInstance.new(@version, payload, account_sid: @solution[:account_sid], sid: @solution[:sid], )
178
170
  end
@@ -185,20 +177,16 @@ module Twilio
185
177
  def update(friendly_name: :unset)
186
178
  data = Twilio::Values.of({'FriendlyName' => friendly_name, })
187
179
 
188
- payload = @version.update(
189
- 'POST',
190
- @uri,
191
- data: data,
192
- )
180
+ payload = @version.update('POST', @uri, data: data)
193
181
 
194
182
  KeyInstance.new(@version, payload, account_sid: @solution[:account_sid], sid: @solution[:sid], )
195
183
  end
196
184
 
197
185
  ##
198
- # Deletes the KeyInstance
186
+ # Delete the KeyInstance
199
187
  # @return [Boolean] true if delete succeeds, false otherwise
200
188
  def delete
201
- @version.delete('delete', @uri)
189
+ @version.delete('DELETE', @uri)
202
190
  end
203
191
 
204
192
  ##
@@ -278,7 +266,7 @@ module Twilio
278
266
  end
279
267
 
280
268
  ##
281
- # Fetch a KeyInstance
269
+ # Fetch the KeyInstance
282
270
  # @return [KeyInstance] Fetched KeyInstance
283
271
  def fetch
284
272
  context.fetch
@@ -294,7 +282,7 @@ module Twilio
294
282
  end
295
283
 
296
284
  ##
297
- # Deletes the KeyInstance
285
+ # Delete the KeyInstance
298
286
  # @return [Boolean] true if delete succeeds, false otherwise
299
287
  def delete
300
288
  context.delete
@@ -28,8 +28,7 @@ module Twilio
28
28
  end
29
29
 
30
30
  ##
31
- # Retrieve a single page of MessageInstance records from the API.
32
- # Request is executed immediately.
31
+ # Create the MessageInstance
33
32
  # @param [String] to The destination phone number in
34
33
  # [E.164](https://www.twilio.com/docs/glossary/what-e164) format for SMS/MMS or
35
34
  # [Channel user
@@ -101,7 +100,7 @@ module Twilio
101
100
  # To send more than one image in the message body, provide multiple `media_url`
102
101
  # parameters in the POST request. You can include up to 10 `media_url` parameters
103
102
  # per message. You can send images in an SMS message in only the US and Canada.
104
- # @return [MessageInstance] Newly created MessageInstance
103
+ # @return [MessageInstance] Created MessageInstance
105
104
  def create(to: nil, status_callback: :unset, application_sid: :unset, max_price: :unset, provide_feedback: :unset, attempt: :unset, validity_period: :unset, force_delivery: :unset, content_retention: :unset, address_retention: :unset, smart_encoded: :unset, persistent_action: :unset, from: :unset, messaging_service_sid: :unset, body: :unset, media_url: :unset)
106
105
  data = Twilio::Values.of({
107
106
  'To' => to,
@@ -122,11 +121,7 @@ module Twilio
122
121
  'PersistentAction' => Twilio.serialize_list(persistent_action) { |e| e },
123
122
  })
124
123
 
125
- payload = @version.create(
126
- 'POST',
127
- @uri,
128
- data: data
129
- )
124
+ payload = @version.create('POST', @uri, data: data)
130
125
 
131
126
  MessageInstance.new(@version, payload, account_sid: @solution[:account_sid], )
132
127
  end
@@ -230,11 +225,9 @@ module Twilio
230
225
  'Page' => page_number,
231
226
  'PageSize' => page_size,
232
227
  })
233
- response = @version.page(
234
- 'GET',
235
- @uri,
236
- params
237
- )
228
+
229
+ response = @version.page('GET', @uri, params: params)
230
+
238
231
  MessagePage.new(@version, response, @solution)
239
232
  end
240
233
 
@@ -310,23 +303,17 @@ module Twilio
310
303
  end
311
304
 
312
305
  ##
313
- # Deletes the MessageInstance
306
+ # Delete the MessageInstance
314
307
  # @return [Boolean] true if delete succeeds, false otherwise
315
308
  def delete
316
- @version.delete('delete', @uri)
309
+ @version.delete('DELETE', @uri)
317
310
  end
318
311
 
319
312
  ##
320
- # Fetch a MessageInstance
313
+ # Fetch the MessageInstance
321
314
  # @return [MessageInstance] Fetched MessageInstance
322
315
  def fetch
323
- params = Twilio::Values.of({})
324
-
325
- payload = @version.fetch(
326
- 'GET',
327
- @uri,
328
- params,
329
- )
316
+ payload = @version.fetch('GET', @uri)
330
317
 
331
318
  MessageInstance.new(@version, payload, account_sid: @solution[:account_sid], sid: @solution[:sid], )
332
319
  end
@@ -339,11 +326,7 @@ module Twilio
339
326
  def update(body: nil)
340
327
  data = Twilio::Values.of({'Body' => body, })
341
328
 
342
- payload = @version.update(
343
- 'POST',
344
- @uri,
345
- data: data,
346
- )
329
+ payload = @version.update('POST', @uri, data: data)
347
330
 
348
331
  MessageInstance.new(@version, payload, account_sid: @solution[:account_sid], sid: @solution[:sid], )
349
332
  end
@@ -413,26 +396,26 @@ module Twilio
413
396
 
414
397
  # Marshaled Properties
415
398
  @properties = {
416
- 'account_sid' => payload['account_sid'],
417
- 'api_version' => payload['api_version'],
418
399
  'body' => payload['body'],
419
- 'date_created' => Twilio.deserialize_rfc2822(payload['date_created']),
420
- 'date_updated' => Twilio.deserialize_rfc2822(payload['date_updated']),
421
- 'date_sent' => Twilio.deserialize_rfc2822(payload['date_sent']),
400
+ 'num_segments' => payload['num_segments'],
422
401
  'direction' => payload['direction'],
423
- 'error_code' => payload['error_code'] == nil ? payload['error_code'] : payload['error_code'].to_i,
424
- 'error_message' => payload['error_message'],
425
402
  'from' => payload['from'],
426
- 'messaging_service_sid' => payload['messaging_service_sid'],
427
- 'num_media' => payload['num_media'],
428
- 'num_segments' => payload['num_segments'],
403
+ 'to' => payload['to'],
404
+ 'date_updated' => Twilio.deserialize_rfc2822(payload['date_updated']),
429
405
  'price' => payload['price'],
430
- 'price_unit' => payload['price_unit'],
431
- 'sid' => payload['sid'],
406
+ 'error_message' => payload['error_message'],
407
+ 'uri' => payload['uri'],
408
+ 'account_sid' => payload['account_sid'],
409
+ 'num_media' => payload['num_media'],
432
410
  'status' => payload['status'],
411
+ 'messaging_service_sid' => payload['messaging_service_sid'],
412
+ 'sid' => payload['sid'],
413
+ 'date_sent' => Twilio.deserialize_rfc2822(payload['date_sent']),
414
+ 'date_created' => Twilio.deserialize_rfc2822(payload['date_created']),
415
+ 'error_code' => payload['error_code'] == nil ? payload['error_code'] : payload['error_code'].to_i,
416
+ 'price_unit' => payload['price_unit'],
417
+ 'api_version' => payload['api_version'],
433
418
  'subresource_uris' => payload['subresource_uris'],
434
- 'to' => payload['to'],
435
- 'uri' => payload['uri'],
436
419
  }
437
420
 
438
421
  # Context
@@ -451,18 +434,6 @@ module Twilio
451
434
  @instance_context
452
435
  end
453
436
 
454
- ##
455
- # @return [String] The SID of the Account that created the resource
456
- def account_sid
457
- @properties['account_sid']
458
- end
459
-
460
- ##
461
- # @return [String] The API version used to process the message
462
- def api_version
463
- @properties['api_version']
464
- end
465
-
466
437
  ##
467
438
  # @return [String] The message text
468
439
  def body
@@ -470,33 +441,39 @@ module Twilio
470
441
  end
471
442
 
472
443
  ##
473
- # @return [Time] The RFC 2822 date and time in GMT that the resource was created
474
- def date_created
475
- @properties['date_created']
444
+ # @return [String] The number of messages used to deliver the message body
445
+ def num_segments
446
+ @properties['num_segments']
476
447
  end
477
448
 
478
449
  ##
479
- # @return [Time] The RFC 2822 date and time in GMT that the resource was last updated
480
- def date_updated
481
- @properties['date_updated']
450
+ # @return [message.Direction] The direction of the message
451
+ def direction
452
+ @properties['direction']
482
453
  end
483
454
 
484
455
  ##
485
- # @return [Time] The RFC 2822 date and time in GMT when the message was sent
486
- def date_sent
487
- @properties['date_sent']
456
+ # @return [String] The phone number that initiated the message
457
+ def from
458
+ @properties['from']
488
459
  end
489
460
 
490
461
  ##
491
- # @return [message.Direction] The direction of the message
492
- def direction
493
- @properties['direction']
462
+ # @return [String] The phone number that received the message
463
+ def to
464
+ @properties['to']
494
465
  end
495
466
 
496
467
  ##
497
- # @return [String] The error code associated with the message
498
- def error_code
499
- @properties['error_code']
468
+ # @return [Time] The RFC 2822 date and time in GMT that the resource was last updated
469
+ def date_updated
470
+ @properties['date_updated']
471
+ end
472
+
473
+ ##
474
+ # @return [String] The amount billed for the message
475
+ def price
476
+ @properties['price']
500
477
  end
501
478
 
502
479
  ##
@@ -506,15 +483,15 @@ module Twilio
506
483
  end
507
484
 
508
485
  ##
509
- # @return [String] The phone number that initiated the message
510
- def from
511
- @properties['from']
486
+ # @return [String] The URI of the resource, relative to `https://api.twilio.com`
487
+ def uri
488
+ @properties['uri']
512
489
  end
513
490
 
514
491
  ##
515
- # @return [String] The SID of the Messaging Service used with the message.
516
- def messaging_service_sid
517
- @properties['messaging_service_sid']
492
+ # @return [String] The SID of the Account that created the resource
493
+ def account_sid
494
+ @properties['account_sid']
518
495
  end
519
496
 
520
497
  ##
@@ -524,21 +501,15 @@ module Twilio
524
501
  end
525
502
 
526
503
  ##
527
- # @return [String] The number of messages used to deliver the message body
528
- def num_segments
529
- @properties['num_segments']
530
- end
531
-
532
- ##
533
- # @return [String] The amount billed for the message
534
- def price
535
- @properties['price']
504
+ # @return [message.Status] The status of the message
505
+ def status
506
+ @properties['status']
536
507
  end
537
508
 
538
509
  ##
539
- # @return [String] The currency in which price is measured
540
- def price_unit
541
- @properties['price_unit']
510
+ # @return [String] The SID of the Messaging Service used with the message.
511
+ def messaging_service_sid
512
+ @properties['messaging_service_sid']
542
513
  end
543
514
 
544
515
  ##
@@ -548,38 +519,50 @@ module Twilio
548
519
  end
549
520
 
550
521
  ##
551
- # @return [message.Status] The status of the message
552
- def status
553
- @properties['status']
522
+ # @return [Time] The RFC 2822 date and time in GMT when the message was sent
523
+ def date_sent
524
+ @properties['date_sent']
554
525
  end
555
526
 
556
527
  ##
557
- # @return [String] A list of related resources identified by their relative URIs
558
- def subresource_uris
559
- @properties['subresource_uris']
528
+ # @return [Time] The RFC 2822 date and time in GMT that the resource was created
529
+ def date_created
530
+ @properties['date_created']
560
531
  end
561
532
 
562
533
  ##
563
- # @return [String] The phone number that received the message
564
- def to
565
- @properties['to']
534
+ # @return [String] The error code associated with the message
535
+ def error_code
536
+ @properties['error_code']
566
537
  end
567
538
 
568
539
  ##
569
- # @return [String] The URI of the resource, relative to `https://api.twilio.com`
570
- def uri
571
- @properties['uri']
540
+ # @return [String] The currency in which price is measured
541
+ def price_unit
542
+ @properties['price_unit']
543
+ end
544
+
545
+ ##
546
+ # @return [String] The API version used to process the message
547
+ def api_version
548
+ @properties['api_version']
549
+ end
550
+
551
+ ##
552
+ # @return [String] A list of related resources identified by their relative URIs
553
+ def subresource_uris
554
+ @properties['subresource_uris']
572
555
  end
573
556
 
574
557
  ##
575
- # Deletes the MessageInstance
558
+ # Delete the MessageInstance
576
559
  # @return [Boolean] true if delete succeeds, false otherwise
577
560
  def delete
578
561
  context.delete
579
562
  end
580
563
 
581
564
  ##
582
- # Fetch a MessageInstance
565
+ # Fetch the MessageInstance
583
566
  # @return [MessageInstance] Fetched MessageInstance
584
567
  def fetch
585
568
  context.fetch