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
@@ -28,8 +28,7 @@ module Twilio
28
28
  end
29
29
 
30
30
  ##
31
- # Retrieve a single page of AddressInstance records from the API.
32
- # Request is executed immediately.
31
+ # Create the AddressInstance
33
32
  # @param [String] customer_name The name to associate with the new address.
34
33
  # @param [String] street The number and street address of the new address.
35
34
  # @param [String] city The city of the new address.
@@ -44,7 +43,7 @@ module Twilio
44
43
  # the address. Can be: `true` or `false` and the default is `true`. If empty or
45
44
  # `true`, we will correct the address you provide if necessary. If `false`, we
46
45
  # won't alter the address you provide.
47
- # @return [AddressInstance] Newly created AddressInstance
46
+ # @return [AddressInstance] Created AddressInstance
48
47
  def create(customer_name: nil, street: nil, city: nil, region: nil, postal_code: nil, iso_country: nil, friendly_name: :unset, emergency_enabled: :unset, auto_correct_address: :unset)
49
48
  data = Twilio::Values.of({
50
49
  'CustomerName' => customer_name,
@@ -58,11 +57,7 @@ module Twilio
58
57
  'AutoCorrectAddress' => auto_correct_address,
59
58
  })
60
59
 
61
- payload = @version.create(
62
- 'POST',
63
- @uri,
64
- data: data
65
- )
60
+ payload = @version.create('POST', @uri, data: data)
66
61
 
67
62
  AddressInstance.new(@version, payload, account_sid: @solution[:account_sid], )
68
63
  end
@@ -160,11 +155,9 @@ module Twilio
160
155
  'Page' => page_number,
161
156
  'PageSize' => page_size,
162
157
  })
163
- response = @version.page(
164
- 'GET',
165
- @uri,
166
- params
167
- )
158
+
159
+ response = @version.page('GET', @uri, params: params)
160
+
168
161
  AddressPage.new(@version, response, @solution)
169
162
  end
170
163
 
@@ -239,23 +232,17 @@ module Twilio
239
232
  end
240
233
 
241
234
  ##
242
- # Deletes the AddressInstance
235
+ # Delete the AddressInstance
243
236
  # @return [Boolean] true if delete succeeds, false otherwise
244
237
  def delete
245
- @version.delete('delete', @uri)
238
+ @version.delete('DELETE', @uri)
246
239
  end
247
240
 
248
241
  ##
249
- # Fetch a AddressInstance
242
+ # Fetch the AddressInstance
250
243
  # @return [AddressInstance] Fetched AddressInstance
251
244
  def fetch
252
- params = Twilio::Values.of({})
253
-
254
- payload = @version.fetch(
255
- 'GET',
256
- @uri,
257
- params,
258
- )
245
+ payload = @version.fetch('GET', @uri)
259
246
 
260
247
  AddressInstance.new(@version, payload, account_sid: @solution[:account_sid], sid: @solution[:sid], )
261
248
  end
@@ -288,11 +275,7 @@ module Twilio
288
275
  'AutoCorrectAddress' => auto_correct_address,
289
276
  })
290
277
 
291
- payload = @version.update(
292
- 'POST',
293
- @uri,
294
- data: data,
295
- )
278
+ payload = @version.update('POST', @uri, data: data)
296
279
 
297
280
  AddressInstance.new(@version, payload, account_sid: @solution[:account_sid], sid: @solution[:sid], )
298
281
  end
@@ -468,14 +451,14 @@ module Twilio
468
451
  end
469
452
 
470
453
  ##
471
- # Deletes the AddressInstance
454
+ # Delete the AddressInstance
472
455
  # @return [Boolean] true if delete succeeds, false otherwise
473
456
  def delete
474
457
  context.delete
475
458
  end
476
459
 
477
460
  ##
478
- # Fetch a AddressInstance
461
+ # Fetch the AddressInstance
479
462
  # @return [AddressInstance] Fetched AddressInstance
480
463
  def fetch
481
464
  context.fetch
@@ -91,11 +91,9 @@ module Twilio
91
91
  'Page' => page_number,
92
92
  'PageSize' => page_size,
93
93
  })
94
- response = @version.page(
95
- 'GET',
96
- @uri,
97
- params
98
- )
94
+
95
+ response = @version.page('GET', @uri, params: params)
96
+
99
97
  DependentPhoneNumberPage.new(@version, response, @solution)
100
98
  end
101
99
 
@@ -28,8 +28,7 @@ module Twilio
28
28
  end
29
29
 
30
30
  ##
31
- # Retrieve a single page of ApplicationInstance records from the API.
32
- # Request is executed immediately.
31
+ # Create the ApplicationInstance
33
32
  # @param [String] api_version The API version to use to start a new TwiML session.
34
33
  # Can be: `2010-04-01` or `2008-08-01`. The default value is the account's default
35
34
  # API version.
@@ -62,7 +61,7 @@ module Twilio
62
61
  # method to send message status information to your application.
63
62
  # @param [String] friendly_name A descriptive string that you create to describe
64
63
  # the new application. It can be up to 64 characters long.
65
- # @return [ApplicationInstance] Newly created ApplicationInstance
64
+ # @return [ApplicationInstance] Created ApplicationInstance
66
65
  def create(api_version: :unset, voice_url: :unset, voice_method: :unset, voice_fallback_url: :unset, voice_fallback_method: :unset, status_callback: :unset, status_callback_method: :unset, voice_caller_id_lookup: :unset, sms_url: :unset, sms_method: :unset, sms_fallback_url: :unset, sms_fallback_method: :unset, sms_status_callback: :unset, message_status_callback: :unset, friendly_name: :unset)
67
66
  data = Twilio::Values.of({
68
67
  'ApiVersion' => api_version,
@@ -82,11 +81,7 @@ module Twilio
82
81
  'FriendlyName' => friendly_name,
83
82
  })
84
83
 
85
- payload = @version.create(
86
- 'POST',
87
- @uri,
88
- data: data
89
- )
84
+ payload = @version.create('POST', @uri, data: data)
90
85
 
91
86
  ApplicationInstance.new(@version, payload, account_sid: @solution[:account_sid], )
92
87
  end
@@ -159,11 +154,9 @@ module Twilio
159
154
  'Page' => page_number,
160
155
  'PageSize' => page_size,
161
156
  })
162
- response = @version.page(
163
- 'GET',
164
- @uri,
165
- params
166
- )
157
+
158
+ response = @version.page('GET', @uri, params: params)
159
+
167
160
  ApplicationPage.new(@version, response, @solution)
168
161
  end
169
162
 
@@ -235,23 +228,17 @@ module Twilio
235
228
  end
236
229
 
237
230
  ##
238
- # Deletes the ApplicationInstance
231
+ # Delete the ApplicationInstance
239
232
  # @return [Boolean] true if delete succeeds, false otherwise
240
233
  def delete
241
- @version.delete('delete', @uri)
234
+ @version.delete('DELETE', @uri)
242
235
  end
243
236
 
244
237
  ##
245
- # Fetch a ApplicationInstance
238
+ # Fetch the ApplicationInstance
246
239
  # @return [ApplicationInstance] Fetched ApplicationInstance
247
240
  def fetch
248
- params = Twilio::Values.of({})
249
-
250
- payload = @version.fetch(
251
- 'GET',
252
- @uri,
253
- params,
254
- )
241
+ payload = @version.fetch('GET', @uri)
255
242
 
256
243
  ApplicationInstance.new(
257
244
  @version,
@@ -315,11 +302,7 @@ module Twilio
315
302
  'MessageStatusCallback' => message_status_callback,
316
303
  })
317
304
 
318
- payload = @version.update(
319
- 'POST',
320
- @uri,
321
- data: data,
322
- )
305
+ payload = @version.update('POST', @uri, data: data)
323
306
 
324
307
  ApplicationInstance.new(
325
308
  @version,
@@ -519,14 +502,14 @@ module Twilio
519
502
  end
520
503
 
521
504
  ##
522
- # Deletes the ApplicationInstance
505
+ # Delete the ApplicationInstance
523
506
  # @return [Boolean] true if delete succeeds, false otherwise
524
507
  def delete
525
508
  context.delete
526
509
  end
527
510
 
528
511
  ##
529
- # Fetch a ApplicationInstance
512
+ # Fetch the ApplicationInstance
530
513
  # @return [ApplicationInstance] Fetched ApplicationInstance
531
514
  def fetch
532
515
  context.fetch
@@ -88,11 +88,9 @@ module Twilio
88
88
  'Page' => page_number,
89
89
  'PageSize' => page_size,
90
90
  })
91
- response = @version.page(
92
- 'GET',
93
- @uri,
94
- params
95
- )
91
+
92
+ response = @version.page('GET', @uri, params: params)
93
+
96
94
  AuthorizedConnectAppPage.new(@version, response, @solution)
97
95
  end
98
96
 
@@ -163,16 +161,10 @@ module Twilio
163
161
  end
164
162
 
165
163
  ##
166
- # Fetch a AuthorizedConnectAppInstance
164
+ # Fetch the AuthorizedConnectAppInstance
167
165
  # @return [AuthorizedConnectAppInstance] Fetched AuthorizedConnectAppInstance
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
  AuthorizedConnectAppInstance.new(
178
170
  @version,
@@ -308,7 +300,7 @@ module Twilio
308
300
  end
309
301
 
310
302
  ##
311
- # Fetch a AuthorizedConnectAppInstance
303
+ # Fetch the AuthorizedConnectAppInstance
312
304
  # @return [AuthorizedConnectAppInstance] Fetched AuthorizedConnectAppInstance
313
305
  def fetch
314
306
  context.fetch
@@ -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
  AvailablePhoneNumberCountryPage.new(@version, response, @solution)
96
94
  end
97
95
 
@@ -173,16 +171,10 @@ module Twilio
173
171
  end
174
172
 
175
173
  ##
176
- # Fetch a AvailablePhoneNumberCountryInstance
174
+ # Fetch the AvailablePhoneNumberCountryInstance
177
175
  # @return [AvailablePhoneNumberCountryInstance] Fetched AvailablePhoneNumberCountryInstance
178
176
  def fetch
179
- params = Twilio::Values.of({})
180
-
181
- payload = @version.fetch(
182
- 'GET',
183
- @uri,
184
- params,
185
- )
177
+ payload = @version.fetch('GET', @uri)
186
178
 
187
179
  AvailablePhoneNumberCountryInstance.new(
188
180
  @version,
@@ -396,7 +388,7 @@ module Twilio
396
388
  end
397
389
 
398
390
  ##
399
- # Fetch a AvailablePhoneNumberCountryInstance
391
+ # Fetch the AvailablePhoneNumberCountryInstance
400
392
  # @return [AvailablePhoneNumberCountryInstance] Fetched AvailablePhoneNumberCountryInstance
401
393
  def fetch
402
394
  context.fetch
@@ -302,11 +302,9 @@ module Twilio
302
302
  'Page' => page_number,
303
303
  'PageSize' => page_size,
304
304
  })
305
- response = @version.page(
306
- 'GET',
307
- @uri,
308
- params
309
- )
305
+
306
+ response = @version.page('GET', @uri, params: params)
307
+
310
308
  LocalPage.new(@version, response, @solution)
311
309
  end
312
310
 
@@ -302,11 +302,9 @@ module Twilio
302
302
  'Page' => page_number,
303
303
  'PageSize' => page_size,
304
304
  })
305
- response = @version.page(
306
- 'GET',
307
- @uri,
308
- params
309
- )
305
+
306
+ response = @version.page('GET', @uri, params: params)
307
+
310
308
  MachineToMachinePage.new(@version, response, @solution)
311
309
  end
312
310
 
@@ -302,11 +302,9 @@ module Twilio
302
302
  'Page' => page_number,
303
303
  'PageSize' => page_size,
304
304
  })
305
- response = @version.page(
306
- 'GET',
307
- @uri,
308
- params
309
- )
305
+
306
+ response = @version.page('GET', @uri, params: params)
307
+
310
308
  MobilePage.new(@version, response, @solution)
311
309
  end
312
310
 
@@ -302,11 +302,9 @@ module Twilio
302
302
  'Page' => page_number,
303
303
  'PageSize' => page_size,
304
304
  })
305
- response = @version.page(
306
- 'GET',
307
- @uri,
308
- params
309
- )
305
+
306
+ response = @version.page('GET', @uri, params: params)
307
+
310
308
  NationalPage.new(@version, response, @solution)
311
309
  end
312
310
 
@@ -302,11 +302,9 @@ module Twilio
302
302
  'Page' => page_number,
303
303
  'PageSize' => page_size,
304
304
  })
305
- response = @version.page(
306
- 'GET',
307
- @uri,
308
- params
309
- )
305
+
306
+ response = @version.page('GET', @uri, params: params)
307
+
310
308
  SharedCostPage.new(@version, response, @solution)
311
309
  end
312
310
 
@@ -302,11 +302,9 @@ module Twilio
302
302
  'Page' => page_number,
303
303
  'PageSize' => page_size,
304
304
  })
305
- response = @version.page(
306
- 'GET',
307
- @uri,
308
- params
309
- )
305
+
306
+ response = @version.page('GET', @uri, params: params)
307
+
310
308
  TollFreePage.new(@version, response, @solution)
311
309
  end
312
310
 
@@ -302,11 +302,9 @@ module Twilio
302
302
  'Page' => page_number,
303
303
  'PageSize' => page_size,
304
304
  })
305
- response = @version.page(
306
- 'GET',
307
- @uri,
308
- params
309
- )
305
+
306
+ response = @version.page('GET', @uri, params: params)
307
+
310
308
  VoipPage.new(@version, response, @solution)
311
309
  end
312
310
 
@@ -26,16 +26,10 @@ module Twilio
26
26
  end
27
27
 
28
28
  ##
29
- # Fetch a BalanceInstance
29
+ # Fetch the BalanceInstance
30
30
  # @return [BalanceInstance] Fetched BalanceInstance
31
31
  def fetch
32
- params = Twilio::Values.of({})
33
-
34
- payload = @version.fetch(
35
- 'GET',
36
- @uri,
37
- params,
38
- )
32
+ payload = @version.fetch('GET', @uri)
39
33
 
40
34
  BalanceInstance.new(@version, payload, account_sid: @solution[:account_sid], )
41
35
  end
@@ -31,8 +31,7 @@ module Twilio
31
31
  end
32
32
 
33
33
  ##
34
- # Retrieve a single page of CallInstance records from the API.
35
- # Request is executed immediately.
34
+ # Create the CallInstance
36
35
  # @param [String] to The phone number, SIP address, or client identifier to call.
37
36
  # @param [String] from The phone number or client identifier to use as the caller
38
37
  # id. If using a phone number, it must be a Twilio number or a Verified [outgoing
@@ -152,7 +151,7 @@ module Twilio
152
151
  # `twiml` parameter will be ignored.
153
152
  # @param [String] application_sid The SID of the Application resource that will
154
153
  # handle the call, if the call will be handled by an application.
155
- # @return [CallInstance] Newly created CallInstance
154
+ # @return [CallInstance] Created CallInstance
156
155
  def create(to: nil, from: nil, method: :unset, fallback_url: :unset, fallback_method: :unset, status_callback: :unset, status_callback_event: :unset, status_callback_method: :unset, send_digits: :unset, timeout: :unset, record: :unset, recording_channels: :unset, recording_status_callback: :unset, recording_status_callback_method: :unset, sip_auth_username: :unset, sip_auth_password: :unset, machine_detection: :unset, machine_detection_timeout: :unset, recording_status_callback_event: :unset, trim: :unset, caller_id: :unset, machine_detection_speech_threshold: :unset, machine_detection_speech_end_threshold: :unset, machine_detection_silence_timeout: :unset, async_amd: :unset, async_amd_status_callback: :unset, async_amd_status_callback_method: :unset, byoc: :unset, call_reason: :unset, url: :unset, twiml: :unset, application_sid: :unset)
157
156
  data = Twilio::Values.of({
158
157
  'To' => to,
@@ -189,11 +188,7 @@ module Twilio
189
188
  'CallReason' => call_reason,
190
189
  })
191
190
 
192
- payload = @version.create(
193
- 'POST',
194
- @uri,
195
- data: data
196
- )
191
+ payload = @version.create('POST', @uri, data: data)
197
192
 
198
193
  CallInstance.new(@version, payload, account_sid: @solution[:account_sid], )
199
194
  end
@@ -339,11 +334,9 @@ module Twilio
339
334
  'Page' => page_number,
340
335
  'PageSize' => page_size,
341
336
  })
342
- response = @version.page(
343
- 'GET',
344
- @uri,
345
- params
346
- )
337
+
338
+ response = @version.page('GET', @uri, params: params)
339
+
347
340
  CallPage.new(@version, response, @solution)
348
341
  end
349
342
 
@@ -436,23 +429,17 @@ module Twilio
436
429
  end
437
430
 
438
431
  ##
439
- # Deletes the CallInstance
432
+ # Delete the CallInstance
440
433
  # @return [Boolean] true if delete succeeds, false otherwise
441
434
  def delete
442
- @version.delete('delete', @uri)
435
+ @version.delete('DELETE', @uri)
443
436
  end
444
437
 
445
438
  ##
446
- # Fetch a CallInstance
439
+ # Fetch the CallInstance
447
440
  # @return [CallInstance] Fetched CallInstance
448
441
  def fetch
449
- params = Twilio::Values.of({})
450
-
451
- payload = @version.fetch(
452
- 'GET',
453
- @uri,
454
- params,
455
- )
442
+ payload = @version.fetch('GET', @uri)
456
443
 
457
444
  CallInstance.new(@version, payload, account_sid: @solution[:account_sid], sid: @solution[:sid], )
458
445
  end
@@ -501,11 +488,7 @@ module Twilio
501
488
  'Twiml' => twiml,
502
489
  })
503
490
 
504
- payload = @version.update(
505
- 'POST',
506
- @uri,
507
- data: data,
508
- )
491
+ payload = @version.update('POST', @uri, data: data)
509
492
 
510
493
  CallInstance.new(@version, payload, account_sid: @solution[:account_sid], sid: @solution[:sid], )
511
494
  end
@@ -614,33 +597,33 @@ module Twilio
614
597
 
615
598
  # Marshaled Properties
616
599
  @properties = {
617
- 'account_sid' => payload['account_sid'],
618
- 'annotation' => payload['annotation'],
619
- 'answered_by' => payload['answered_by'],
620
- 'api_version' => payload['api_version'],
621
- 'caller_name' => payload['caller_name'],
600
+ 'sid' => payload['sid'],
622
601
  'date_created' => Twilio.deserialize_rfc2822(payload['date_created']),
623
602
  'date_updated' => Twilio.deserialize_rfc2822(payload['date_updated']),
624
- 'direction' => payload['direction'],
625
- 'duration' => payload['duration'],
626
- 'end_time' => Twilio.deserialize_rfc2822(payload['end_time']),
627
- 'forwarded_from' => payload['forwarded_from'],
603
+ 'parent_call_sid' => payload['parent_call_sid'],
604
+ 'account_sid' => payload['account_sid'],
605
+ 'to' => payload['to'],
606
+ 'to_formatted' => payload['to_formatted'],
628
607
  'from' => payload['from'],
629
608
  'from_formatted' => payload['from_formatted'],
630
- 'group_sid' => payload['group_sid'],
631
- 'parent_call_sid' => payload['parent_call_sid'],
632
609
  'phone_number_sid' => payload['phone_number_sid'],
610
+ 'status' => payload['status'],
611
+ 'start_time' => Twilio.deserialize_rfc2822(payload['start_time']),
612
+ 'end_time' => Twilio.deserialize_rfc2822(payload['end_time']),
613
+ 'duration' => payload['duration'],
633
614
  'price' => payload['price'],
634
615
  'price_unit' => payload['price_unit'],
635
- 'sid' => payload['sid'],
636
- 'start_time' => Twilio.deserialize_rfc2822(payload['start_time']),
637
- 'status' => payload['status'],
638
- 'subresource_uris' => payload['subresource_uris'],
639
- 'to' => payload['to'],
640
- 'to_formatted' => payload['to_formatted'],
616
+ 'direction' => payload['direction'],
617
+ 'answered_by' => payload['answered_by'],
618
+ 'annotation' => payload['annotation'],
619
+ 'api_version' => payload['api_version'],
620
+ 'forwarded_from' => payload['forwarded_from'],
621
+ 'group_sid' => payload['group_sid'],
622
+ 'caller_name' => payload['caller_name'],
623
+ 'queue_time' => payload['queue_time'],
641
624
  'trunk_sid' => payload['trunk_sid'],
642
625
  'uri' => payload['uri'],
643
- 'queue_time' => payload['queue_time'],
626
+ 'subresource_uris' => payload['subresource_uris'],
644
627
  }
645
628
 
646
629
  # Context
@@ -660,33 +643,9 @@ module Twilio
660
643
  end
661
644
 
662
645
  ##
663
- # @return [String] The SID of the Account that created this resource
664
- def account_sid
665
- @properties['account_sid']
666
- end
667
-
668
- ##
669
- # @return [String] The annotation provided for the call
670
- def annotation
671
- @properties['annotation']
672
- end
673
-
674
- ##
675
- # @return [String] Either `human` or `machine` if this call was initiated with answering machine detection. Empty otherwise.
676
- def answered_by
677
- @properties['answered_by']
678
- end
679
-
680
- ##
681
- # @return [String] The API Version used to create the call
682
- def api_version
683
- @properties['api_version']
684
- end
685
-
686
- ##
687
- # @return [String] The caller's name if this call was an incoming call to a phone number with caller ID Lookup enabled. Otherwise, empty.
688
- def caller_name
689
- @properties['caller_name']
646
+ # @return [String] The unique string that identifies this resource
647
+ def sid
648
+ @properties['sid']
690
649
  end
691
650
 
692
651
  ##
@@ -702,27 +661,27 @@ module Twilio
702
661
  end
703
662
 
704
663
  ##
705
- # @return [String] A string describing the direction of the call. `inbound` for inbound calls, `outbound-api` for calls initiated via the REST API or `outbound-dial` for calls initiated by a `Dial` verb.
706
- def direction
707
- @properties['direction']
664
+ # @return [String] The SID that identifies the call that created this leg.
665
+ def parent_call_sid
666
+ @properties['parent_call_sid']
708
667
  end
709
668
 
710
669
  ##
711
- # @return [String] The length of the call in seconds.
712
- def duration
713
- @properties['duration']
670
+ # @return [String] The SID of the Account that created this resource
671
+ def account_sid
672
+ @properties['account_sid']
714
673
  end
715
674
 
716
675
  ##
717
- # @return [Time] The end time of the call. Null if the call did not complete successfully.
718
- def end_time
719
- @properties['end_time']
676
+ # @return [String] The phone number, SIP address or Client identifier that received this call. Phone numbers are in E.164 format (e.g., +16175551212). SIP addresses are formatted as `name@company.com`. Client identifiers are formatted `client:name`.
677
+ def to
678
+ @properties['to']
720
679
  end
721
680
 
722
681
  ##
723
- # @return [String] The forwarding phone number if this call was an incoming call forwarded from another number (depends on carrier supporting forwarding). Otherwise, empty.
724
- def forwarded_from
725
- @properties['forwarded_from']
682
+ # @return [String] The phone number, SIP address or Client identifier that received this call. Formatted for display.
683
+ def to_formatted
684
+ @properties['to_formatted']
726
685
  end
727
686
 
728
687
  ##
@@ -738,21 +697,33 @@ module Twilio
738
697
  end
739
698
 
740
699
  ##
741
- # @return [String] The Group SID associated with this call. If no Group is associated with the call, the field is empty.
742
- def group_sid
743
- @properties['group_sid']
700
+ # @return [String] If the call was inbound, this is the SID of the IncomingPhoneNumber resource that received the call. If the call was outbound, it is the SID of the OutgoingCallerId resource from which the call was placed.
701
+ def phone_number_sid
702
+ @properties['phone_number_sid']
744
703
  end
745
704
 
746
705
  ##
747
- # @return [String] The SID that identifies the call that created this leg.
748
- def parent_call_sid
749
- @properties['parent_call_sid']
706
+ # @return [call.Status] The status of this call.
707
+ def status
708
+ @properties['status']
750
709
  end
751
710
 
752
711
  ##
753
- # @return [String] If the call was inbound, this is the SID of the IncomingPhoneNumber resource that received the call. If the call was outbound, it is the SID of the OutgoingCallerId resource from which the call was placed.
754
- def phone_number_sid
755
- @properties['phone_number_sid']
712
+ # @return [Time] The start time of the call. Null if the call has not yet been dialed.
713
+ def start_time
714
+ @properties['start_time']
715
+ end
716
+
717
+ ##
718
+ # @return [Time] The end time of the call. Null if the call did not complete successfully.
719
+ def end_time
720
+ @properties['end_time']
721
+ end
722
+
723
+ ##
724
+ # @return [String] The length of the call in seconds.
725
+ def duration
726
+ @properties['duration']
756
727
  end
757
728
 
758
729
  ##
@@ -768,39 +739,51 @@ module Twilio
768
739
  end
769
740
 
770
741
  ##
771
- # @return [String] The unique string that identifies this resource
772
- def sid
773
- @properties['sid']
742
+ # @return [String] A string describing the direction of the call. `inbound` for inbound calls, `outbound-api` for calls initiated via the REST API or `outbound-dial` for calls initiated by a `Dial` verb.
743
+ def direction
744
+ @properties['direction']
774
745
  end
775
746
 
776
747
  ##
777
- # @return [Time] The start time of the call. Null if the call has not yet been dialed.
778
- def start_time
779
- @properties['start_time']
748
+ # @return [String] Either `human` or `machine` if this call was initiated with answering machine detection. Empty otherwise.
749
+ def answered_by
750
+ @properties['answered_by']
780
751
  end
781
752
 
782
753
  ##
783
- # @return [call.Status] The status of this call.
784
- def status
785
- @properties['status']
754
+ # @return [String] The annotation provided for the call
755
+ def annotation
756
+ @properties['annotation']
786
757
  end
787
758
 
788
759
  ##
789
- # @return [String] A list of related subresources identified by their relative URIs
790
- def subresource_uris
791
- @properties['subresource_uris']
760
+ # @return [String] The API Version used to create the call
761
+ def api_version
762
+ @properties['api_version']
792
763
  end
793
764
 
794
765
  ##
795
- # @return [String] The phone number, SIP address or Client identifier that received this call. Phone numbers are in E.164 format (e.g., +16175551212). SIP addresses are formatted as `name@company.com`. Client identifiers are formatted `client:name`.
796
- def to
797
- @properties['to']
766
+ # @return [String] The forwarding phone number if this call was an incoming call forwarded from another number (depends on carrier supporting forwarding). Otherwise, empty.
767
+ def forwarded_from
768
+ @properties['forwarded_from']
798
769
  end
799
770
 
800
771
  ##
801
- # @return [String] The phone number, SIP address or Client identifier that received this call. Formatted for display.
802
- def to_formatted
803
- @properties['to_formatted']
772
+ # @return [String] The Group SID associated with this call. If no Group is associated with the call, the field is empty.
773
+ def group_sid
774
+ @properties['group_sid']
775
+ end
776
+
777
+ ##
778
+ # @return [String] The caller's name if this call was an incoming call to a phone number with caller ID Lookup enabled. Otherwise, empty.
779
+ def caller_name
780
+ @properties['caller_name']
781
+ end
782
+
783
+ ##
784
+ # @return [String] The wait time in milliseconds before the call is placed.
785
+ def queue_time
786
+ @properties['queue_time']
804
787
  end
805
788
 
806
789
  ##
@@ -816,20 +799,20 @@ module Twilio
816
799
  end
817
800
 
818
801
  ##
819
- # @return [String] The wait time in milliseconds before the call is placed.
820
- def queue_time
821
- @properties['queue_time']
802
+ # @return [String] A list of related subresources identified by their relative URIs
803
+ def subresource_uris
804
+ @properties['subresource_uris']
822
805
  end
823
806
 
824
807
  ##
825
- # Deletes the CallInstance
808
+ # Delete the CallInstance
826
809
  # @return [Boolean] true if delete succeeds, false otherwise
827
810
  def delete
828
811
  context.delete
829
812
  end
830
813
 
831
814
  ##
832
- # Fetch a CallInstance
815
+ # Fetch the CallInstance
833
816
  # @return [CallInstance] Fetched CallInstance
834
817
  def fetch
835
818
  context.fetch