twilio-ruby 5.38.0 → 5.39.0

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 (699) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES.md +32 -0
  3. data/README.md +2 -2
  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 +13 -30
  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 +7 -19
  28. data/lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb +13 -30
  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 +13 -30
  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 +13 -30
  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 +3 -8
  76. data/lib/twilio-ruby/rest/autopilot/v1/assistant.rb +13 -30
  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 +13 -30
  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/conversations/v1/conversation.rb +34 -36
  118. data/lib/twilio-ruby/rest/conversations/v1/conversation/message.rb +80 -36
  119. data/lib/twilio-ruby/rest/conversations/v1/conversation/message/delivery_receipt.rb +348 -0
  120. data/lib/twilio-ruby/rest/conversations/v1/conversation/participant.rb +46 -36
  121. data/lib/twilio-ruby/rest/conversations/v1/conversation/webhook.rb +13 -30
  122. data/lib/twilio-ruby/rest/conversations/v1/webhook.rb +4 -14
  123. data/lib/twilio-ruby/rest/fax/v1/fax.rb +13 -30
  124. data/lib/twilio-ruby/rest/fax/v1/fax/fax_media.rb +9 -17
  125. data/lib/twilio-ruby/rest/flex_api/v1/channel.rb +12 -25
  126. data/lib/twilio-ruby/rest/flex_api/v1/configuration.rb +9 -34
  127. data/lib/twilio-ruby/rest/flex_api/v1/flex_flow.rb +13 -30
  128. data/lib/twilio-ruby/rest/flex_api/v1/web_channel.rb +13 -30
  129. data/lib/twilio-ruby/rest/insights/v1/call.rb +3 -9
  130. data/lib/twilio-ruby/rest/insights/v1/call/event.rb +3 -5
  131. data/lib/twilio-ruby/rest/insights/v1/call/metric.rb +3 -5
  132. data/lib/twilio-ruby/rest/insights/v1/call/summary.rb +3 -7
  133. data/lib/twilio-ruby/rest/ip_messaging/v1/credential.rb +13 -30
  134. data/lib/twilio-ruby/rest/ip_messaging/v1/service.rb +13 -30
  135. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel.rb +13 -30
  136. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/invite.rb +12 -25
  137. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/member.rb +13 -30
  138. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/message.rb +13 -30
  139. data/lib/twilio-ruby/rest/ip_messaging/v1/service/role.rb +13 -30
  140. data/lib/twilio-ruby/rest/ip_messaging/v1/service/user.rb +13 -30
  141. data/lib/twilio-ruby/rest/ip_messaging/v1/service/user/user_channel.rb +3 -5
  142. data/lib/twilio-ruby/rest/ip_messaging/v2/credential.rb +13 -30
  143. data/lib/twilio-ruby/rest/ip_messaging/v2/service.rb +13 -30
  144. data/lib/twilio-ruby/rest/ip_messaging/v2/service/binding.rb +9 -17
  145. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel.rb +34 -36
  146. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/invite.rb +12 -25
  147. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/member.rb +34 -36
  148. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/message.rb +34 -36
  149. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/webhook.rb +13 -30
  150. data/lib/twilio-ruby/rest/ip_messaging/v2/service/role.rb +13 -30
  151. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user.rb +30 -34
  152. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_binding.rb +9 -17
  153. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_channel.rb +10 -22
  154. data/lib/twilio-ruby/rest/lookups/v1/phone_number.rb +4 -8
  155. data/lib/twilio-ruby/rest/messaging/v1/service.rb +13 -30
  156. data/lib/twilio-ruby/rest/messaging/v1/service/alpha_sender.rb +12 -25
  157. data/lib/twilio-ruby/rest/messaging/v1/service/phone_number.rb +12 -25
  158. data/lib/twilio-ruby/rest/messaging/v1/service/short_code.rb +12 -25
  159. data/lib/twilio-ruby/rest/monitor/v1/alert.rb +6 -14
  160. data/lib/twilio-ruby/rest/monitor/v1/event.rb +6 -14
  161. data/lib/twilio-ruby/rest/notify/v1/credential.rb +13 -30
  162. data/lib/twilio-ruby/rest/notify/v1/service.rb +13 -30
  163. data/lib/twilio-ruby/rest/notify/v1/service/binding.rb +12 -25
  164. data/lib/twilio-ruby/rest/notify/v1/service/notification.rb +3 -8
  165. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle.rb +31 -27
  166. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/evaluation.rb +9 -24
  167. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/item_assignment.rb +12 -25
  168. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/end_user.rb +10 -27
  169. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/end_user_type.rb +6 -14
  170. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/regulation.rb +6 -14
  171. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/supporting_document.rb +10 -27
  172. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/supporting_document_type.rb +6 -14
  173. data/lib/twilio-ruby/rest/preview/bulk_exports/export.rb +3 -9
  174. data/lib/twilio-ruby/rest/preview/bulk_exports/export/day.rb +6 -14
  175. data/lib/twilio-ruby/rest/preview/bulk_exports/export/export_custom_job.rb +6 -13
  176. data/lib/twilio-ruby/rest/preview/bulk_exports/export/job.rb +6 -12
  177. data/lib/twilio-ruby/rest/preview/bulk_exports/export_configuration.rb +4 -14
  178. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet.rb +13 -30
  179. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/certificate.rb +13 -30
  180. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/deployment.rb +13 -30
  181. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/device.rb +13 -30
  182. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/key.rb +13 -30
  183. data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document.rb +10 -27
  184. data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document/dependent_hosted_number_order.rb +3 -5
  185. data/lib/twilio-ruby/rest/preview/hosted_numbers/hosted_number_order.rb +13 -30
  186. data/lib/twilio-ruby/rest/preview/marketplace/available_add_on.rb +6 -14
  187. data/lib/twilio-ruby/rest/preview/marketplace/available_add_on/available_add_on_extension.rb +6 -14
  188. data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on.rb +13 -30
  189. data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on/installed_add_on_extension.rb +7 -19
  190. data/lib/twilio-ruby/rest/preview/sync/service.rb +13 -30
  191. data/lib/twilio-ruby/rest/preview/sync/service/document.rb +26 -36
  192. data/lib/twilio-ruby/rest/preview/sync/service/document/document_permission.rb +10 -22
  193. data/lib/twilio-ruby/rest/preview/sync/service/sync_list.rb +12 -25
  194. data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_item.rb +26 -36
  195. data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_permission.rb +10 -22
  196. data/lib/twilio-ruby/rest/preview/sync/service/sync_map.rb +12 -25
  197. data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_item.rb +26 -36
  198. data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_permission.rb +10 -22
  199. data/lib/twilio-ruby/rest/preview/trusted_comms/branded_call.rb +3 -8
  200. data/lib/twilio-ruby/rest/preview/trusted_comms/brands_information.rb +13 -11
  201. data/lib/twilio-ruby/rest/preview/trusted_comms/business.rb +3 -9
  202. data/lib/twilio-ruby/rest/preview/trusted_comms/business/brand.rb +3 -9
  203. data/lib/twilio-ruby/rest/preview/trusted_comms/business/brand/branded_channel.rb +3 -9
  204. data/lib/twilio-ruby/rest/preview/trusted_comms/business/brand/branded_channel/channel.rb +3 -8
  205. data/lib/twilio-ruby/rest/preview/trusted_comms/business/insights/impressions_rate.rb +3 -7
  206. data/lib/twilio-ruby/rest/preview/trusted_comms/cps.rb +11 -11
  207. data/lib/twilio-ruby/rest/preview/trusted_comms/current_call.rb +25 -11
  208. data/lib/twilio-ruby/rest/preview/trusted_comms/phone_call.rb +3 -8
  209. data/lib/twilio-ruby/rest/preview/understand/assistant.rb +13 -30
  210. data/lib/twilio-ruby/rest/preview/understand/assistant/assistant_fallback_actions.rb +4 -14
  211. data/lib/twilio-ruby/rest/preview/understand/assistant/assistant_initiation_actions.rb +4 -14
  212. data/lib/twilio-ruby/rest/preview/understand/assistant/dialogue.rb +3 -9
  213. data/lib/twilio-ruby/rest/preview/understand/assistant/field_type.rb +13 -30
  214. data/lib/twilio-ruby/rest/preview/understand/assistant/field_type/field_value.rb +12 -25
  215. data/lib/twilio-ruby/rest/preview/understand/assistant/model_build.rb +13 -30
  216. data/lib/twilio-ruby/rest/preview/understand/assistant/query.rb +13 -30
  217. data/lib/twilio-ruby/rest/preview/understand/assistant/style_sheet.rb +4 -14
  218. data/lib/twilio-ruby/rest/preview/understand/assistant/task.rb +13 -30
  219. data/lib/twilio-ruby/rest/preview/understand/assistant/task/field.rb +12 -25
  220. data/lib/twilio-ruby/rest/preview/understand/assistant/task/sample.rb +13 -30
  221. data/lib/twilio-ruby/rest/preview/understand/assistant/task/task_actions.rb +4 -14
  222. data/lib/twilio-ruby/rest/preview/understand/assistant/task/task_statistics.rb +3 -9
  223. data/lib/twilio-ruby/rest/preview/wireless/command.rb +9 -22
  224. data/lib/twilio-ruby/rest/preview/wireless/rate_plan.rb +13 -30
  225. data/lib/twilio-ruby/rest/preview/wireless/sim.rb +7 -19
  226. data/lib/twilio-ruby/rest/preview/wireless/sim/usage.rb +3 -7
  227. data/lib/twilio-ruby/rest/pricing/v1/messaging/country.rb +6 -14
  228. data/lib/twilio-ruby/rest/pricing/v1/phone_number/country.rb +6 -14
  229. data/lib/twilio-ruby/rest/pricing/v1/voice/country.rb +6 -14
  230. data/lib/twilio-ruby/rest/pricing/v1/voice/number.rb +3 -9
  231. data/lib/twilio-ruby/rest/pricing/v2/voice/country.rb +6 -14
  232. data/lib/twilio-ruby/rest/pricing/v2/voice/number.rb +3 -7
  233. data/lib/twilio-ruby/rest/proxy/v1/service.rb +13 -30
  234. data/lib/twilio-ruby/rest/proxy/v1/service/phone_number.rb +13 -30
  235. data/lib/twilio-ruby/rest/proxy/v1/service/session.rb +13 -30
  236. data/lib/twilio-ruby/rest/proxy/v1/service/session/interaction.rb +9 -17
  237. data/lib/twilio-ruby/rest/proxy/v1/service/session/participant.rb +12 -25
  238. data/lib/twilio-ruby/rest/proxy/v1/service/session/participant/message_interaction.rb +9 -22
  239. data/lib/twilio-ruby/rest/proxy/v1/service/short_code.rb +13 -30
  240. data/lib/twilio-ruby/rest/serverless/v1/service.rb +13 -30
  241. data/lib/twilio-ruby/rest/serverless/v1/service/asset.rb +13 -30
  242. data/lib/twilio-ruby/rest/serverless/v1/service/asset/asset_version.rb +6 -14
  243. data/lib/twilio-ruby/rest/serverless/v1/service/build.rb +12 -25
  244. data/lib/twilio-ruby/rest/serverless/v1/service/environment.rb +12 -25
  245. data/lib/twilio-ruby/rest/serverless/v1/service/environment/deployment.rb +9 -22
  246. data/lib/twilio-ruby/rest/serverless/v1/service/environment/log.rb +6 -14
  247. data/lib/twilio-ruby/rest/serverless/v1/service/environment/variable.rb +13 -30
  248. data/lib/twilio-ruby/rest/serverless/v1/service/function.rb +13 -30
  249. data/lib/twilio-ruby/rest/serverless/v1/service/function/function_version.rb +6 -14
  250. data/lib/twilio-ruby/rest/serverless/v1/service/function/function_version/function_version_content.rb +3 -9
  251. data/lib/twilio-ruby/rest/studio/v1/flow.rb +9 -17
  252. data/lib/twilio-ruby/rest/studio/v1/flow/engagement.rb +12 -25
  253. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/engagement_context.rb +3 -9
  254. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/step.rb +6 -14
  255. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/step/step_context.rb +3 -9
  256. data/lib/twilio-ruby/rest/studio/v1/flow/execution.rb +13 -30
  257. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_context.rb +3 -9
  258. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step.rb +6 -14
  259. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step/execution_step_context.rb +3 -9
  260. data/lib/twilio-ruby/rest/studio/v2/flow.rb +13 -30
  261. data/lib/twilio-ruby/rest/studio/v2/flow/execution.rb +13 -30
  262. data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_context.rb +3 -9
  263. data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step.rb +6 -14
  264. data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step/execution_step_context.rb +3 -9
  265. data/lib/twilio-ruby/rest/studio/v2/flow/flow_revision.rb +6 -14
  266. data/lib/twilio-ruby/rest/studio/v2/flow/test_user.rb +4 -14
  267. data/lib/twilio-ruby/rest/studio/v2/flow_validate.rb +1 -5
  268. data/lib/twilio-ruby/rest/supersim/v1/command.rb +9 -22
  269. data/lib/twilio-ruby/rest/supersim/v1/fleet.rb +10 -27
  270. data/lib/twilio-ruby/rest/supersim/v1/network.rb +6 -14
  271. data/lib/twilio-ruby/rest/supersim/v1/network_access_profile.rb +10 -27
  272. data/lib/twilio-ruby/rest/supersim/v1/network_access_profile/network_access_profile_network.rb +12 -25
  273. data/lib/twilio-ruby/rest/supersim/v1/sim.rb +7 -19
  274. data/lib/twilio-ruby/rest/supersim/v1/usage_record.rb +3 -5
  275. data/lib/twilio-ruby/rest/sync/v1/service.rb +13 -30
  276. data/lib/twilio-ruby/rest/sync/v1/service/document.rb +26 -36
  277. data/lib/twilio-ruby/rest/sync/v1/service/document/document_permission.rb +10 -22
  278. data/lib/twilio-ruby/rest/sync/v1/service/sync_list.rb +13 -30
  279. data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_item.rb +32 -36
  280. data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_permission.rb +10 -22
  281. data/lib/twilio-ruby/rest/sync/v1/service/sync_map.rb +13 -30
  282. data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_item.rb +32 -36
  283. data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_permission.rb +10 -22
  284. data/lib/twilio-ruby/rest/sync/v1/service/sync_stream.rb +13 -30
  285. data/lib/twilio-ruby/rest/sync/v1/service/sync_stream/stream_message.rb +3 -8
  286. data/lib/twilio-ruby/rest/taskrouter/v1/workspace.rb +13 -30
  287. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/activity.rb +13 -30
  288. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/event.rb +15 -17
  289. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task.rb +13 -30
  290. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task/reservation.rb +7 -19
  291. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_channel.rb +13 -30
  292. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue.rb +13 -30
  293. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics.rb +3 -7
  294. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics.rb +3 -7
  295. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_statistics.rb +3 -7
  296. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queues_statistics.rb +3 -5
  297. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker.rb +13 -30
  298. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/reservation.rb +7 -19
  299. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_channel.rb +7 -19
  300. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_statistics.rb +3 -7
  301. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_cumulative_statistics.rb +3 -7
  302. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_real_time_statistics.rb +3 -7
  303. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_statistics.rb +3 -7
  304. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow.rb +13 -30
  305. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics.rb +3 -7
  306. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_real_time_statistics.rb +3 -7
  307. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_statistics.rb +3 -7
  308. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_cumulative_statistics.rb +3 -7
  309. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_real_time_statistics.rb +3 -7
  310. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_statistics.rb +3 -7
  311. data/lib/twilio-ruby/rest/trunking/v1/trunk.rb +13 -30
  312. data/lib/twilio-ruby/rest/trunking/v1/trunk/credential_list.rb +12 -25
  313. data/lib/twilio-ruby/rest/trunking/v1/trunk/ip_access_control_list.rb +12 -25
  314. data/lib/twilio-ruby/rest/trunking/v1/trunk/origination_url.rb +13 -30
  315. data/lib/twilio-ruby/rest/trunking/v1/trunk/phone_number.rb +12 -25
  316. data/lib/twilio-ruby/rest/verify.rb +2 -2
  317. data/lib/twilio-ruby/rest/verify/v2.rb +2 -2
  318. data/lib/twilio-ruby/rest/verify/v2/form.rb +7 -13
  319. data/lib/twilio-ruby/rest/verify/v2/service.rb +58 -33
  320. data/lib/twilio-ruby/rest/verify/v2/service/access_token.rb +124 -0
  321. data/lib/twilio-ruby/rest/verify/v2/service/entity.rb +62 -52
  322. data/lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb +477 -0
  323. data/lib/twilio-ruby/rest/verify/v2/service/entity/factor.rb +66 -100
  324. data/lib/twilio-ruby/rest/verify/v2/service/messaging_configuration.rb +13 -30
  325. data/lib/twilio-ruby/rest/verify/v2/service/rate_limit.rb +13 -30
  326. data/lib/twilio-ruby/rest/verify/v2/service/rate_limit/bucket.rb +13 -30
  327. data/lib/twilio-ruby/rest/verify/v2/service/verification.rb +7 -22
  328. data/lib/twilio-ruby/rest/verify/v2/service/verification_check.rb +3 -8
  329. data/lib/twilio-ruby/rest/verify/v2/service/webhook.rb +13 -30
  330. data/lib/twilio-ruby/rest/video/v1/composition.rb +12 -25
  331. data/lib/twilio-ruby/rest/video/v1/composition_hook.rb +13 -30
  332. data/lib/twilio-ruby/rest/video/v1/composition_settings.rb +8 -20
  333. data/lib/twilio-ruby/rest/video/v1/recording.rb +9 -17
  334. data/lib/twilio-ruby/rest/video/v1/recording_settings.rb +8 -20
  335. data/lib/twilio-ruby/rest/video/v1/room.rb +10 -27
  336. data/lib/twilio-ruby/rest/video/v1/room/recording.rb +9 -17
  337. data/lib/twilio-ruby/rest/video/v1/room/room_participant.rb +7 -19
  338. data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_published_track.rb +6 -14
  339. data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_subscribe_rule.rb +3 -13
  340. data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_subscribed_track.rb +6 -14
  341. data/lib/twilio-ruby/rest/voice/v1/byoc_trunk.rb +13 -30
  342. data/lib/twilio-ruby/rest/voice/v1/connection_policy.rb +13 -30
  343. data/lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb +13 -30
  344. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/bulk_country_update.rb +3 -8
  345. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/country.rb +6 -14
  346. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/country/highrisk_special_prefix.rb +3 -5
  347. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/settings.rb +4 -14
  348. data/lib/twilio-ruby/rest/voice/v1/ip_record.rb +13 -30
  349. data/lib/twilio-ruby/rest/voice/v1/source_ip_mapping.rb +13 -30
  350. data/lib/twilio-ruby/rest/wireless/v1/command.rb +12 -25
  351. data/lib/twilio-ruby/rest/wireless/v1/rate_plan.rb +13 -30
  352. data/lib/twilio-ruby/rest/wireless/v1/sim.rb +10 -22
  353. data/lib/twilio-ruby/rest/wireless/v1/sim/data_session.rb +3 -5
  354. data/lib/twilio-ruby/rest/wireless/v1/sim/usage_record.rb +3 -5
  355. data/lib/twilio-ruby/rest/wireless/v1/usage_record.rb +3 -5
  356. data/lib/twilio-ruby/version.rb +1 -1
  357. data/spec/holodeck/holodeck.rb +11 -6
  358. data/spec/integration/accounts/v1/credential/aws_spec.rb +0 -4
  359. data/spec/integration/accounts/v1/credential/public_key_spec.rb +0 -4
  360. data/spec/integration/api/v2010/account/address/dependent_phone_number_spec.rb +0 -1
  361. data/spec/integration/api/v2010/account/address_spec.rb +0 -4
  362. data/spec/integration/api/v2010/account/application_spec.rb +0 -5
  363. data/spec/integration/api/v2010/account/authorized_connect_app_spec.rb +0 -2
  364. data/spec/integration/api/v2010/account/available_phone_number/local_spec.rb +0 -1
  365. data/spec/integration/api/v2010/account/available_phone_number/machine_to_machine_spec.rb +0 -1
  366. data/spec/integration/api/v2010/account/available_phone_number/mobile_spec.rb +0 -1
  367. data/spec/integration/api/v2010/account/available_phone_number/national_spec.rb +0 -1
  368. data/spec/integration/api/v2010/account/available_phone_number/shared_cost_spec.rb +0 -1
  369. data/spec/integration/api/v2010/account/available_phone_number/toll_free_spec.rb +0 -1
  370. data/spec/integration/api/v2010/account/available_phone_number/voip_spec.rb +0 -1
  371. data/spec/integration/api/v2010/account/available_phone_number_spec.rb +0 -2
  372. data/spec/integration/api/v2010/account/balance_spec.rb +0 -1
  373. data/spec/integration/api/v2010/account/call/feedback_spec.rb +0 -1
  374. data/spec/integration/api/v2010/account/call/feedback_summary_spec.rb +0 -2
  375. data/spec/integration/api/v2010/account/call/notification_spec.rb +0 -2
  376. data/spec/integration/api/v2010/account/call/recording_spec.rb +0 -4
  377. data/spec/integration/api/v2010/account/call_spec.rb +0 -4
  378. data/spec/integration/api/v2010/account/conference/participant_spec.rb +0 -4
  379. data/spec/integration/api/v2010/account/conference/recording_spec.rb +0 -3
  380. data/spec/integration/api/v2010/account/conference_spec.rb +0 -3
  381. data/spec/integration/api/v2010/account/connect_app_spec.rb +0 -4
  382. data/spec/integration/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension_spec.rb +0 -2
  383. data/spec/integration/api/v2010/account/incoming_phone_number/assigned_add_on_spec.rb +0 -3
  384. data/spec/integration/api/v2010/account/incoming_phone_number/local_spec.rb +0 -1
  385. data/spec/integration/api/v2010/account/incoming_phone_number/mobile_spec.rb +0 -1
  386. data/spec/integration/api/v2010/account/incoming_phone_number/toll_free_spec.rb +0 -1
  387. data/spec/integration/api/v2010/account/incoming_phone_number_spec.rb +43 -20
  388. data/spec/integration/api/v2010/account/key_spec.rb +0 -4
  389. data/spec/integration/api/v2010/account/message/feedback_spec.rb +0 -1
  390. data/spec/integration/api/v2010/account/message/media_spec.rb +0 -3
  391. data/spec/integration/api/v2010/account/message_spec.rb +0 -3
  392. data/spec/integration/api/v2010/account/new_key_spec.rb +0 -1
  393. data/spec/integration/api/v2010/account/new_signing_key_spec.rb +0 -1
  394. data/spec/integration/api/v2010/account/notification_spec.rb +0 -2
  395. data/spec/integration/api/v2010/account/outgoing_caller_id_spec.rb +0 -4
  396. data/spec/integration/api/v2010/account/queue/member_spec.rb +0 -2
  397. data/spec/integration/api/v2010/account/queue_spec.rb +0 -4
  398. data/spec/integration/api/v2010/account/recording/add_on_result/payload_spec.rb +0 -3
  399. data/spec/integration/api/v2010/account/recording/add_on_result_spec.rb +0 -3
  400. data/spec/integration/api/v2010/account/recording/transcription_spec.rb +0 -3
  401. data/spec/integration/api/v2010/account/recording_spec.rb +0 -3
  402. data/spec/integration/api/v2010/account/short_code_spec.rb +0 -3
  403. data/spec/integration/api/v2010/account/signing_key_spec.rb +0 -4
  404. data/spec/integration/api/v2010/account/sip/credential_list/credential_spec.rb +0 -4
  405. data/spec/integration/api/v2010/account/sip/credential_list_spec.rb +0 -3
  406. data/spec/integration/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_credential_list_mapping_spec.rb +0 -3
  407. data/spec/integration/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_ip_access_control_list_mapping_spec.rb +0 -3
  408. data/spec/integration/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping/auth_registrations_credential_list_mapping_spec.rb +0 -3
  409. data/spec/integration/api/v2010/account/sip/domain/credential_list_mapping_spec.rb +0 -3
  410. data/spec/integration/api/v2010/account/sip/domain/ip_access_control_list_mapping_spec.rb +0 -3
  411. data/spec/integration/api/v2010/account/sip/domain_spec.rb +0 -4
  412. data/spec/integration/api/v2010/account/sip/ip_access_control_list/ip_address_spec.rb +0 -4
  413. data/spec/integration/api/v2010/account/sip/ip_access_control_list_spec.rb +0 -3
  414. data/spec/integration/api/v2010/account/token_spec.rb +0 -1
  415. data/spec/integration/api/v2010/account/transcription_spec.rb +0 -3
  416. data/spec/integration/api/v2010/account/usage/record/all_time_spec.rb +0 -1
  417. data/spec/integration/api/v2010/account/usage/record/daily_spec.rb +0 -1
  418. data/spec/integration/api/v2010/account/usage/record/last_month_spec.rb +0 -1
  419. data/spec/integration/api/v2010/account/usage/record/monthly_spec.rb +0 -1
  420. data/spec/integration/api/v2010/account/usage/record/this_month_spec.rb +0 -1
  421. data/spec/integration/api/v2010/account/usage/record/today_spec.rb +0 -1
  422. data/spec/integration/api/v2010/account/usage/record/yearly_spec.rb +0 -1
  423. data/spec/integration/api/v2010/account/usage/record/yesterday_spec.rb +0 -1
  424. data/spec/integration/api/v2010/account/usage/record_spec.rb +0 -1
  425. data/spec/integration/api/v2010/account/usage/trigger_spec.rb +0 -4
  426. data/spec/integration/api/v2010/account_spec.rb +0 -4
  427. data/spec/integration/autopilot/v1/assistant/defaults_spec.rb +0 -2
  428. data/spec/integration/autopilot/v1/assistant/dialogue_spec.rb +0 -1
  429. data/spec/integration/autopilot/v1/assistant/field_type/field_value_spec.rb +0 -3
  430. data/spec/integration/autopilot/v1/assistant/field_type_spec.rb +0 -4
  431. data/spec/integration/autopilot/v1/assistant/model_build_spec.rb +0 -5
  432. data/spec/integration/autopilot/v1/assistant/query_spec.rb +0 -4
  433. data/spec/integration/autopilot/v1/assistant/style_sheet_spec.rb +0 -2
  434. data/spec/integration/autopilot/v1/assistant/task/field_spec.rb +0 -3
  435. data/spec/integration/autopilot/v1/assistant/task/sample_spec.rb +0 -4
  436. data/spec/integration/autopilot/v1/assistant/task/task_actions_spec.rb +0 -2
  437. data/spec/integration/autopilot/v1/assistant/task/task_statistics_spec.rb +0 -1
  438. data/spec/integration/autopilot/v1/assistant/task_spec.rb +0 -4
  439. data/spec/integration/autopilot/v1/assistant/webhook_spec.rb +0 -4
  440. data/spec/integration/autopilot/v1/assistant_spec.rb +0 -5
  441. data/spec/integration/bulkexports/v1/export/day_spec.rb +0 -2
  442. data/spec/integration/bulkexports/v1/export/export_custom_job_spec.rb +0 -2
  443. data/spec/integration/bulkexports/v1/export/job_spec.rb +0 -2
  444. data/spec/integration/bulkexports/v1/export_configuration_spec.rb +0 -2
  445. data/spec/integration/bulkexports/v1/export_spec.rb +0 -1
  446. data/spec/integration/chat/v1/credential_spec.rb +0 -4
  447. data/spec/integration/chat/v1/service/channel/invite_spec.rb +0 -3
  448. data/spec/integration/chat/v1/service/channel/member_spec.rb +0 -4
  449. data/spec/integration/chat/v1/service/channel/message_spec.rb +0 -4
  450. data/spec/integration/chat/v1/service/channel_spec.rb +0 -5
  451. data/spec/integration/chat/v1/service/role_spec.rb +0 -3
  452. data/spec/integration/chat/v1/service/user/user_channel_spec.rb +0 -1
  453. data/spec/integration/chat/v1/service/user_spec.rb +0 -4
  454. data/spec/integration/chat/v1/service_spec.rb +0 -4
  455. data/spec/integration/chat/v2/credential_spec.rb +0 -4
  456. data/spec/integration/chat/v2/service/binding_spec.rb +0 -3
  457. data/spec/integration/chat/v2/service/channel/invite_spec.rb +0 -3
  458. data/spec/integration/chat/v2/service/channel/member_spec.rb +9 -7
  459. data/spec/integration/chat/v2/service/channel/message_spec.rb +9 -8
  460. data/spec/integration/chat/v2/service/channel/webhook_spec.rb +0 -4
  461. data/spec/integration/chat/v2/service/channel_spec.rb +9 -8
  462. data/spec/integration/chat/v2/service/role_spec.rb +0 -3
  463. data/spec/integration/chat/v2/service/user/user_binding_spec.rb +0 -3
  464. data/spec/integration/chat/v2/service/user/user_channel_spec.rb +0 -4
  465. data/spec/integration/chat/v2/service/user_spec.rb +6 -6
  466. data/spec/integration/chat/v2/service_spec.rb +0 -4
  467. data/spec/integration/conversations/v1/conversation/message/delivery_receipt_spec.rb +132 -0
  468. data/spec/integration/conversations/v1/conversation/message_spec.rb +93 -15
  469. data/spec/integration/conversations/v1/conversation/participant_spec.rb +37 -8
  470. data/spec/integration/conversations/v1/conversation/webhook_spec.rb +0 -4
  471. data/spec/integration/conversations/v1/conversation_spec.rb +9 -8
  472. data/spec/integration/conversations/v1/webhook_spec.rb +0 -2
  473. data/spec/integration/fax/v1/fax/fax_media_spec.rb +0 -3
  474. data/spec/integration/fax/v1/fax_spec.rb +0 -4
  475. data/spec/integration/flex_api/v1/channel_spec.rb +0 -3
  476. data/spec/integration/flex_api/v1/configuration_spec.rb +0 -51
  477. data/spec/integration/flex_api/v1/flex_flow_spec.rb +0 -4
  478. data/spec/integration/flex_api/v1/web_channel_spec.rb +0 -4
  479. data/spec/integration/insights/v1/call/event_spec.rb +0 -1
  480. data/spec/integration/insights/v1/call/metric_spec.rb +0 -1
  481. data/spec/integration/insights/v1/call/summary_spec.rb +0 -1
  482. data/spec/integration/insights/v1/call_spec.rb +0 -1
  483. data/spec/integration/ip_messaging/v1/credential_spec.rb +0 -4
  484. data/spec/integration/ip_messaging/v1/service/channel/invite_spec.rb +0 -3
  485. data/spec/integration/ip_messaging/v1/service/channel/member_spec.rb +0 -4
  486. data/spec/integration/ip_messaging/v1/service/channel/message_spec.rb +0 -4
  487. data/spec/integration/ip_messaging/v1/service/channel_spec.rb +0 -5
  488. data/spec/integration/ip_messaging/v1/service/role_spec.rb +0 -3
  489. data/spec/integration/ip_messaging/v1/service/user/user_channel_spec.rb +0 -1
  490. data/spec/integration/ip_messaging/v1/service/user_spec.rb +0 -4
  491. data/spec/integration/ip_messaging/v1/service_spec.rb +0 -4
  492. data/spec/integration/ip_messaging/v2/credential_spec.rb +0 -4
  493. data/spec/integration/ip_messaging/v2/service/binding_spec.rb +0 -3
  494. data/spec/integration/ip_messaging/v2/service/channel/invite_spec.rb +0 -3
  495. data/spec/integration/ip_messaging/v2/service/channel/member_spec.rb +9 -7
  496. data/spec/integration/ip_messaging/v2/service/channel/message_spec.rb +9 -8
  497. data/spec/integration/ip_messaging/v2/service/channel/webhook_spec.rb +0 -4
  498. data/spec/integration/ip_messaging/v2/service/channel_spec.rb +9 -8
  499. data/spec/integration/ip_messaging/v2/service/role_spec.rb +0 -3
  500. data/spec/integration/ip_messaging/v2/service/user/user_binding_spec.rb +0 -3
  501. data/spec/integration/ip_messaging/v2/service/user/user_channel_spec.rb +0 -4
  502. data/spec/integration/ip_messaging/v2/service/user_spec.rb +6 -6
  503. data/spec/integration/ip_messaging/v2/service_spec.rb +0 -4
  504. data/spec/integration/lookups/v1/phone_number_spec.rb +0 -1
  505. data/spec/integration/messaging/v1/service/alpha_sender_spec.rb +0 -3
  506. data/spec/integration/messaging/v1/service/phone_number_spec.rb +0 -3
  507. data/spec/integration/messaging/v1/service/short_code_spec.rb +0 -3
  508. data/spec/integration/messaging/v1/service_spec.rb +0 -4
  509. data/spec/integration/monitor/v1/alert_spec.rb +0 -2
  510. data/spec/integration/monitor/v1/event_spec.rb +0 -2
  511. data/spec/integration/notify/v1/credential_spec.rb +0 -4
  512. data/spec/integration/notify/v1/service/binding_spec.rb +0 -3
  513. data/spec/integration/notify/v1/service/notification_spec.rb +0 -1
  514. data/spec/integration/notify/v1/service_spec.rb +0 -5
  515. data/spec/integration/numbers/v2/regulatory_compliance/bundle/evaluation_spec.rb +0 -3
  516. data/spec/integration/numbers/v2/regulatory_compliance/bundle/item_assignment_spec.rb +0 -3
  517. data/spec/integration/numbers/v2/regulatory_compliance/bundle_spec.rb +32 -4
  518. data/spec/integration/numbers/v2/regulatory_compliance/end_user_spec.rb +0 -3
  519. data/spec/integration/numbers/v2/regulatory_compliance/end_user_type_spec.rb +0 -2
  520. data/spec/integration/numbers/v2/regulatory_compliance/regulation_spec.rb +0 -2
  521. data/spec/integration/numbers/v2/regulatory_compliance/supporting_document_spec.rb +0 -3
  522. data/spec/integration/numbers/v2/regulatory_compliance/supporting_document_type_spec.rb +0 -2
  523. data/spec/integration/preview/bulk_exports/export/day_spec.rb +0 -2
  524. data/spec/integration/preview/bulk_exports/export/export_custom_job_spec.rb +0 -2
  525. data/spec/integration/preview/bulk_exports/export/job_spec.rb +0 -2
  526. data/spec/integration/preview/bulk_exports/export_configuration_spec.rb +0 -2
  527. data/spec/integration/preview/bulk_exports/export_spec.rb +0 -1
  528. data/spec/integration/preview/deployed_devices/fleet/certificate_spec.rb +0 -4
  529. data/spec/integration/preview/deployed_devices/fleet/deployment_spec.rb +0 -5
  530. data/spec/integration/preview/deployed_devices/fleet/device_spec.rb +0 -5
  531. data/spec/integration/preview/deployed_devices/fleet/key_spec.rb +0 -5
  532. data/spec/integration/preview/deployed_devices/fleet_spec.rb +0 -5
  533. data/spec/integration/preview/hosted_numbers/authorization_document/dependent_hosted_number_order_spec.rb +0 -1
  534. data/spec/integration/preview/hosted_numbers/authorization_document_spec.rb +0 -3
  535. data/spec/integration/preview/hosted_numbers/hosted_number_order_spec.rb +0 -4
  536. data/spec/integration/preview/marketplace/available_add_on/available_add_on_extension_spec.rb +0 -2
  537. data/spec/integration/preview/marketplace/available_add_on_spec.rb +0 -2
  538. data/spec/integration/preview/marketplace/installed_add_on/installed_add_on_extension_spec.rb +0 -2
  539. data/spec/integration/preview/marketplace/installed_add_on_spec.rb +0 -4
  540. data/spec/integration/preview/sync/service/document/document_permission_spec.rb +0 -3
  541. data/spec/integration/preview/sync/service/document_spec.rb +6 -6
  542. data/spec/integration/preview/sync/service/sync_list/sync_list_item_spec.rb +6 -5
  543. data/spec/integration/preview/sync/service/sync_list/sync_list_permission_spec.rb +0 -3
  544. data/spec/integration/preview/sync/service/sync_list_spec.rb +0 -4
  545. data/spec/integration/preview/sync/service/sync_map/sync_map_item_spec.rb +6 -5
  546. data/spec/integration/preview/sync/service/sync_map/sync_map_permission_spec.rb +0 -3
  547. data/spec/integration/preview/sync/service/sync_map_spec.rb +0 -4
  548. data/spec/integration/preview/sync/service_spec.rb +0 -5
  549. data/spec/integration/preview/trusted_comms/brands_information_spec.rb +3 -2
  550. data/spec/integration/preview/trusted_comms/business/brand/branded_channel_spec.rb +0 -1
  551. data/spec/integration/preview/trusted_comms/business/brand_spec.rb +0 -1
  552. data/spec/integration/preview/trusted_comms/business/insights/impressions_rate_spec.rb +0 -1
  553. data/spec/integration/preview/trusted_comms/business_spec.rb +0 -1
  554. data/spec/integration/preview/trusted_comms/cps_spec.rb +3 -2
  555. data/spec/integration/preview/trusted_comms/current_call_spec.rb +6 -2
  556. data/spec/integration/preview/understand/assistant/assistant_fallback_actions_spec.rb +0 -2
  557. data/spec/integration/preview/understand/assistant/assistant_initiation_actions_spec.rb +0 -2
  558. data/spec/integration/preview/understand/assistant/dialogue_spec.rb +0 -1
  559. data/spec/integration/preview/understand/assistant/field_type/field_value_spec.rb +0 -3
  560. data/spec/integration/preview/understand/assistant/field_type_spec.rb +0 -4
  561. data/spec/integration/preview/understand/assistant/model_build_spec.rb +0 -5
  562. data/spec/integration/preview/understand/assistant/query_spec.rb +0 -4
  563. data/spec/integration/preview/understand/assistant/style_sheet_spec.rb +0 -2
  564. data/spec/integration/preview/understand/assistant/task/field_spec.rb +0 -3
  565. data/spec/integration/preview/understand/assistant/task/sample_spec.rb +0 -4
  566. data/spec/integration/preview/understand/assistant/task/task_actions_spec.rb +0 -2
  567. data/spec/integration/preview/understand/assistant/task/task_statistics_spec.rb +0 -1
  568. data/spec/integration/preview/understand/assistant/task_spec.rb +0 -4
  569. data/spec/integration/preview/understand/assistant_spec.rb +0 -5
  570. data/spec/integration/preview/wireless/command_spec.rb +0 -2
  571. data/spec/integration/preview/wireless/rate_plan_spec.rb +0 -5
  572. data/spec/integration/preview/wireless/sim/usage_spec.rb +0 -1
  573. data/spec/integration/preview/wireless/sim_spec.rb +0 -3
  574. data/spec/integration/pricing/v1/messaging/country_spec.rb +0 -2
  575. data/spec/integration/pricing/v1/phone_number/country_spec.rb +0 -2
  576. data/spec/integration/pricing/v1/voice/country_spec.rb +0 -2
  577. data/spec/integration/pricing/v1/voice/number_spec.rb +0 -1
  578. data/spec/integration/pricing/v2/voice/country_spec.rb +0 -2
  579. data/spec/integration/pricing/v2/voice/number_spec.rb +0 -1
  580. data/spec/integration/proxy/v1/service/phone_number_spec.rb +0 -5
  581. data/spec/integration/proxy/v1/service/session/interaction_spec.rb +0 -3
  582. data/spec/integration/proxy/v1/service/session/participant/message_interaction_spec.rb +0 -3
  583. data/spec/integration/proxy/v1/service/session/participant_spec.rb +0 -3
  584. data/spec/integration/proxy/v1/service/session_spec.rb +0 -5
  585. data/spec/integration/proxy/v1/service/short_code_spec.rb +0 -4
  586. data/spec/integration/proxy/v1/service_spec.rb +0 -4
  587. data/spec/integration/serverless/v1/service/asset/asset_version_spec.rb +0 -2
  588. data/spec/integration/serverless/v1/service/asset_spec.rb +0 -3
  589. data/spec/integration/serverless/v1/service/build_spec.rb +0 -4
  590. data/spec/integration/serverless/v1/service/environment/deployment_spec.rb +0 -3
  591. data/spec/integration/serverless/v1/service/environment/log_spec.rb +0 -2
  592. data/spec/integration/serverless/v1/service/environment/variable_spec.rb +0 -4
  593. data/spec/integration/serverless/v1/service/environment_spec.rb +0 -3
  594. data/spec/integration/serverless/v1/service/function/function_version/function_version_content_spec.rb +0 -1
  595. data/spec/integration/serverless/v1/service/function/function_version_spec.rb +0 -2
  596. data/spec/integration/serverless/v1/service/function_spec.rb +0 -3
  597. data/spec/integration/serverless/v1/service_spec.rb +0 -4
  598. data/spec/integration/studio/v1/flow/engagement/engagement_context_spec.rb +0 -1
  599. data/spec/integration/studio/v1/flow/engagement/step/step_context_spec.rb +0 -1
  600. data/spec/integration/studio/v1/flow/engagement/step_spec.rb +0 -2
  601. data/spec/integration/studio/v1/flow/engagement_spec.rb +0 -3
  602. data/spec/integration/studio/v1/flow/execution/execution_context_spec.rb +0 -1
  603. data/spec/integration/studio/v1/flow/execution/execution_step/execution_step_context_spec.rb +0 -1
  604. data/spec/integration/studio/v1/flow/execution/execution_step_spec.rb +0 -2
  605. data/spec/integration/studio/v1/flow/execution_spec.rb +0 -3
  606. data/spec/integration/studio/v1/flow_spec.rb +0 -3
  607. data/spec/integration/studio/v2/flow/execution/execution_context_spec.rb +0 -1
  608. data/spec/integration/studio/v2/flow/execution/execution_step/execution_step_context_spec.rb +0 -1
  609. data/spec/integration/studio/v2/flow/execution/execution_step_spec.rb +0 -2
  610. data/spec/integration/studio/v2/flow/execution_spec.rb +0 -3
  611. data/spec/integration/studio/v2/flow/flow_revision_spec.rb +0 -2
  612. data/spec/integration/studio/v2/flow/test_user_spec.rb +0 -1
  613. data/spec/integration/studio/v2/flow_spec.rb +0 -3
  614. data/spec/integration/supersim/v1/command_spec.rb +0 -2
  615. data/spec/integration/supersim/v1/fleet_spec.rb +0 -3
  616. data/spec/integration/supersim/v1/network_access_profile/network_access_profile_network_spec.rb +0 -3
  617. data/spec/integration/supersim/v1/network_access_profile_spec.rb +0 -4
  618. data/spec/integration/supersim/v1/network_spec.rb +0 -2
  619. data/spec/integration/supersim/v1/sim_spec.rb +0 -3
  620. data/spec/integration/supersim/v1/usage_record_spec.rb +0 -1
  621. data/spec/integration/sync/v1/service/document/document_permission_spec.rb +0 -3
  622. data/spec/integration/sync/v1/service/document_spec.rb +6 -7
  623. data/spec/integration/sync/v1/service/sync_list/sync_list_item_spec.rb +6 -6
  624. data/spec/integration/sync/v1/service/sync_list/sync_list_permission_spec.rb +0 -3
  625. data/spec/integration/sync/v1/service/sync_list_spec.rb +0 -5
  626. data/spec/integration/sync/v1/service/sync_map/sync_map_item_spec.rb +6 -6
  627. data/spec/integration/sync/v1/service/sync_map/sync_map_permission_spec.rb +0 -3
  628. data/spec/integration/sync/v1/service/sync_map_spec.rb +0 -5
  629. data/spec/integration/sync/v1/service/sync_stream_spec.rb +0 -5
  630. data/spec/integration/sync/v1/service_spec.rb +0 -5
  631. data/spec/integration/taskrouter/v1/workspace/activity_spec.rb +0 -4
  632. data/spec/integration/taskrouter/v1/workspace/event_spec.rb +0 -2
  633. data/spec/integration/taskrouter/v1/workspace/task/reservation_spec.rb +0 -3
  634. data/spec/integration/taskrouter/v1/workspace/task_channel_spec.rb +0 -4
  635. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics_spec.rb +0 -1
  636. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics_spec.rb +0 -1
  637. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_statistics_spec.rb +0 -1
  638. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queues_statistics_spec.rb +0 -1
  639. data/spec/integration/taskrouter/v1/workspace/task_queue_spec.rb +0 -4
  640. data/spec/integration/taskrouter/v1/workspace/task_spec.rb +0 -5
  641. data/spec/integration/taskrouter/v1/workspace/worker/reservation_spec.rb +0 -3
  642. data/spec/integration/taskrouter/v1/workspace/worker/worker_channel_spec.rb +0 -3
  643. data/spec/integration/taskrouter/v1/workspace/worker/worker_statistics_spec.rb +0 -1
  644. data/spec/integration/taskrouter/v1/workspace/worker/workers_cumulative_statistics_spec.rb +0 -1
  645. data/spec/integration/taskrouter/v1/workspace/worker/workers_real_time_statistics_spec.rb +0 -1
  646. data/spec/integration/taskrouter/v1/workspace/worker/workers_statistics_spec.rb +0 -1
  647. data/spec/integration/taskrouter/v1/workspace/worker_spec.rb +0 -4
  648. data/spec/integration/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics_spec.rb +0 -1
  649. data/spec/integration/taskrouter/v1/workspace/workflow/workflow_real_time_statistics_spec.rb +0 -1
  650. data/spec/integration/taskrouter/v1/workspace/workflow/workflow_statistics_spec.rb +0 -1
  651. data/spec/integration/taskrouter/v1/workspace/workflow_spec.rb +0 -4
  652. data/spec/integration/taskrouter/v1/workspace/workspace_cumulative_statistics_spec.rb +0 -1
  653. data/spec/integration/taskrouter/v1/workspace/workspace_real_time_statistics_spec.rb +0 -1
  654. data/spec/integration/taskrouter/v1/workspace/workspace_statistics_spec.rb +0 -1
  655. data/spec/integration/taskrouter/v1/workspace_spec.rb +0 -4
  656. data/spec/integration/trunking/v1/trunk/credential_list_spec.rb +0 -3
  657. data/spec/integration/trunking/v1/trunk/ip_access_control_list_spec.rb +0 -3
  658. data/spec/integration/trunking/v1/trunk/origination_url_spec.rb +0 -4
  659. data/spec/integration/trunking/v1/trunk/phone_number_spec.rb +0 -3
  660. data/spec/integration/trunking/v1/trunk_spec.rb +0 -5
  661. data/spec/integration/verify/v2/form_spec.rb +5 -6
  662. data/spec/integration/verify/v2/service/{entity/access_token_spec.rb → access_token_spec.rb} +4 -6
  663. data/spec/integration/verify/v2/service/entity/{factor/challenge_spec.rb → challenge_spec.rb} +33 -134
  664. data/spec/integration/verify/v2/service/entity/factor_spec.rb +21 -27
  665. data/spec/integration/verify/v2/service/entity_spec.rb +15 -10
  666. data/spec/integration/verify/v2/service/messaging_configuration_spec.rb +0 -3
  667. data/spec/integration/verify/v2/service/rate_limit/bucket_spec.rb +0 -4
  668. data/spec/integration/verify/v2/service/rate_limit_spec.rb +0 -4
  669. data/spec/integration/verify/v2/service/verification_spec.rb +0 -1
  670. data/spec/integration/verify/v2/service/webhook_spec.rb +0 -4
  671. data/spec/integration/verify/v2/service_spec.rb +8 -8
  672. data/spec/integration/video/v1/composition_hook_spec.rb +0 -3
  673. data/spec/integration/video/v1/composition_settings_spec.rb +0 -1
  674. data/spec/integration/video/v1/composition_spec.rb +0 -3
  675. data/spec/integration/video/v1/recording_settings_spec.rb +0 -1
  676. data/spec/integration/video/v1/recording_spec.rb +0 -3
  677. data/spec/integration/video/v1/room/recording_spec.rb +0 -3
  678. data/spec/integration/video/v1/room/room_participant/room_participant_published_track_spec.rb +0 -2
  679. data/spec/integration/video/v1/room/room_participant/room_participant_subscribe_rule_spec.rb +0 -2
  680. data/spec/integration/video/v1/room/room_participant/room_participant_subscribed_track_spec.rb +0 -2
  681. data/spec/integration/video/v1/room/room_participant_spec.rb +0 -3
  682. data/spec/integration/video/v1/room_spec.rb +0 -3
  683. data/spec/integration/voice/v1/byoc_trunk_spec.rb +0 -5
  684. data/spec/integration/voice/v1/connection_policy/connection_policy_target_spec.rb +0 -4
  685. data/spec/integration/voice/v1/connection_policy_spec.rb +0 -5
  686. data/spec/integration/voice/v1/dialing_permissions/country/highrisk_special_prefix_spec.rb +0 -1
  687. data/spec/integration/voice/v1/dialing_permissions/country_spec.rb +0 -2
  688. data/spec/integration/voice/v1/dialing_permissions/settings_spec.rb +0 -2
  689. data/spec/integration/voice/v1/ip_record_spec.rb +0 -4
  690. data/spec/integration/voice/v1/source_ip_mapping_spec.rb +0 -3
  691. data/spec/integration/wireless/v1/command_spec.rb +0 -3
  692. data/spec/integration/wireless/v1/rate_plan_spec.rb +0 -5
  693. data/spec/integration/wireless/v1/sim/data_session_spec.rb +0 -1
  694. data/spec/integration/wireless/v1/sim/usage_record_spec.rb +0 -1
  695. data/spec/integration/wireless/v1/sim_spec.rb +0 -4
  696. data/spec/integration/wireless/v1/usage_record_spec.rb +0 -1
  697. metadata +11 -8
  698. data/lib/twilio-ruby/rest/verify/v2/service/entity/access_token.rb +0 -141
  699. data/lib/twilio-ruby/rest/verify/v2/service/entity/factor/challenge.rb +0 -494
@@ -89,11 +89,9 @@ module Twilio
89
89
  'Page' => page_number,
90
90
  'PageSize' => page_size,
91
91
  })
92
- response = @version.page(
93
- 'GET',
94
- @uri,
95
- params
96
- )
92
+
93
+ response = @version.page('GET', @uri, params)
94
+
97
95
  WebhookPage.new(@version, response, @solution)
98
96
  end
99
97
 
@@ -111,8 +109,7 @@ module Twilio
111
109
  end
112
110
 
113
111
  ##
114
- # Retrieve a single page of WebhookInstance records from the API.
115
- # Request is executed immediately.
112
+ # Create the WebhookInstance
116
113
  # @param [webhook.Target] target The target of this webhook: `webhook`, `studio`,
117
114
  # `trigger`
118
115
  # @param [String] configuration_url The absolute url the webhook request should be
@@ -127,7 +124,7 @@ module Twilio
127
124
  # should be sent to.
128
125
  # @param [String] configuration_replay_after The message index for which and it's
129
126
  # successors the webhook will be replayed. Not set by default
130
- # @return [WebhookInstance] Newly created WebhookInstance
127
+ # @return [WebhookInstance] Created WebhookInstance
131
128
  def create(target: nil, configuration_url: :unset, configuration_method: :unset, configuration_filters: :unset, configuration_triggers: :unset, configuration_flow_sid: :unset, configuration_replay_after: :unset)
132
129
  data = Twilio::Values.of({
133
130
  'Target' => target,
@@ -139,11 +136,7 @@ module Twilio
139
136
  'Configuration.ReplayAfter' => configuration_replay_after,
140
137
  })
141
138
 
142
- payload = @version.create(
143
- 'POST',
144
- @uri,
145
- data: data
146
- )
139
+ payload = @version.create('POST', @uri, data: data)
147
140
 
148
141
  WebhookInstance.new(@version, payload, conversation_sid: @solution[:conversation_sid], )
149
142
  end
@@ -206,16 +199,10 @@ module Twilio
206
199
  end
207
200
 
208
201
  ##
209
- # Fetch a WebhookInstance
202
+ # Fetch the WebhookInstance
210
203
  # @return [WebhookInstance] Fetched WebhookInstance
211
204
  def fetch
212
- params = Twilio::Values.of({})
213
-
214
- payload = @version.fetch(
215
- 'GET',
216
- @uri,
217
- params,
218
- )
205
+ payload = @version.fetch('GET', @uri)
219
206
 
220
207
  WebhookInstance.new(
221
208
  @version,
@@ -247,11 +234,7 @@ module Twilio
247
234
  'Configuration.FlowSid' => configuration_flow_sid,
248
235
  })
249
236
 
250
- payload = @version.update(
251
- 'POST',
252
- @uri,
253
- data: data,
254
- )
237
+ payload = @version.update('POST', @uri, data: data)
255
238
 
256
239
  WebhookInstance.new(
257
240
  @version,
@@ -262,10 +245,10 @@ module Twilio
262
245
  end
263
246
 
264
247
  ##
265
- # Deletes the WebhookInstance
248
+ # Delete the WebhookInstance
266
249
  # @return [Boolean] true if delete succeeds, false otherwise
267
250
  def delete
268
- @version.delete('delete', @uri)
251
+ @version.delete('DELETE', @uri)
269
252
  end
270
253
 
271
254
  ##
@@ -375,7 +358,7 @@ module Twilio
375
358
  end
376
359
 
377
360
  ##
378
- # Fetch a WebhookInstance
361
+ # Fetch the WebhookInstance
379
362
  # @return [WebhookInstance] Fetched WebhookInstance
380
363
  def fetch
381
364
  context.fetch
@@ -405,7 +388,7 @@ module Twilio
405
388
  end
406
389
 
407
390
  ##
408
- # Deletes the WebhookInstance
391
+ # Delete the WebhookInstance
409
392
  # @return [Boolean] true if delete succeeds, false otherwise
410
393
  def delete
411
394
  context.delete
@@ -78,16 +78,10 @@ module Twilio
78
78
  end
79
79
 
80
80
  ##
81
- # Fetch a WebhookInstance
81
+ # Fetch the WebhookInstance
82
82
  # @return [WebhookInstance] Fetched WebhookInstance
83
83
  def fetch
84
- params = Twilio::Values.of({})
85
-
86
- payload = @version.fetch(
87
- 'GET',
88
- @uri,
89
- params,
90
- )
84
+ payload = @version.fetch('GET', @uri)
91
85
 
92
86
  WebhookInstance.new(@version, payload, )
93
87
  end
@@ -116,11 +110,7 @@ module Twilio
116
110
  'Target' => target,
117
111
  })
118
112
 
119
- payload = @version.update(
120
- 'POST',
121
- @uri,
122
- data: data,
123
- )
113
+ payload = @version.update('POST', @uri, data: data)
124
114
 
125
115
  WebhookInstance.new(@version, payload, )
126
116
  end
@@ -221,7 +211,7 @@ module Twilio
221
211
  end
222
212
 
223
213
  ##
224
- # Fetch a WebhookInstance
214
+ # Fetch the WebhookInstance
225
215
  # @return [WebhookInstance] Fetched WebhookInstance
226
216
  def fetch
227
217
  context.fetch
@@ -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)
138
+
141
139
  FaxPage.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 FaxInstance records from the API.
159
- # Request is executed immediately.
156
+ # Create the FaxInstance
160
157
  # @param [String] to The phone number to receive the fax in
161
158
  # [E.164](https://www.twilio.com/docs/glossary/what-e164) format or the
162
159
  # recipient's SIP URI.
@@ -186,7 +183,7 @@ module Twilio
186
183
  # `true`.
187
184
  # @param [String] ttl How long in minutes from when the fax is initiated that we
188
185
  # should try to send the fax.
189
- # @return [FaxInstance] Newly created FaxInstance
186
+ # @return [FaxInstance] Created FaxInstance
190
187
  def create(to: nil, media_url: nil, quality: :unset, status_callback: :unset, from: :unset, sip_auth_username: :unset, sip_auth_password: :unset, store_media: :unset, ttl: :unset)
191
188
  data = Twilio::Values.of({
192
189
  'To' => to,
@@ -200,11 +197,7 @@ module Twilio
200
197
  'Ttl' => ttl,
201
198
  })
202
199
 
203
- payload = @version.create(
204
- 'POST',
205
- @uri,
206
- data: data
207
- )
200
+ payload = @version.create('POST', @uri, data: data)
208
201
 
209
202
  FaxInstance.new(@version, payload, )
210
203
  end
@@ -268,16 +261,10 @@ module Twilio
268
261
  end
269
262
 
270
263
  ##
271
- # Fetch a FaxInstance
264
+ # Fetch the FaxInstance
272
265
  # @return [FaxInstance] Fetched FaxInstance
273
266
  def fetch
274
- params = Twilio::Values.of({})
275
-
276
- payload = @version.fetch(
277
- 'GET',
278
- @uri,
279
- params,
280
- )
267
+ payload = @version.fetch('GET', @uri)
281
268
 
282
269
  FaxInstance.new(@version, payload, sid: @solution[:sid], )
283
270
  end
@@ -292,20 +279,16 @@ module Twilio
292
279
  def update(status: :unset)
293
280
  data = Twilio::Values.of({'Status' => status, })
294
281
 
295
- payload = @version.update(
296
- 'POST',
297
- @uri,
298
- data: data,
299
- )
282
+ payload = @version.update('POST', @uri, data: data)
300
283
 
301
284
  FaxInstance.new(@version, payload, sid: @solution[:sid], )
302
285
  end
303
286
 
304
287
  ##
305
- # Deletes the FaxInstance
288
+ # Delete the FaxInstance
306
289
  # @return [Boolean] true if delete succeeds, false otherwise
307
290
  def delete
308
- @version.delete('delete', @uri)
291
+ @version.delete('DELETE', @uri)
309
292
  end
310
293
 
311
294
  ##
@@ -501,7 +484,7 @@ module Twilio
501
484
  end
502
485
 
503
486
  ##
504
- # Fetch a FaxInstance
487
+ # Fetch the FaxInstance
505
488
  # @return [FaxInstance] Fetched FaxInstance
506
489
  def fetch
507
490
  context.fetch
@@ -519,7 +502,7 @@ module Twilio
519
502
  end
520
503
 
521
504
  ##
522
- # Deletes the FaxInstance
505
+ # Delete the FaxInstance
523
506
  # @return [Boolean] true if delete succeeds, false otherwise
524
507
  def delete
525
508
  context.delete
@@ -89,11 +89,9 @@ module Twilio
89
89
  'Page' => page_number,
90
90
  'PageSize' => page_size,
91
91
  })
92
- response = @version.page(
93
- 'GET',
94
- @uri,
95
- params
96
- )
92
+
93
+ response = @version.page('GET', @uri, params)
94
+
97
95
  FaxMediaPage.new(@version, response, @solution)
98
96
  end
99
97
 
@@ -167,25 +165,19 @@ module Twilio
167
165
  end
168
166
 
169
167
  ##
170
- # Fetch a FaxMediaInstance
168
+ # Fetch the FaxMediaInstance
171
169
  # @return [FaxMediaInstance] Fetched FaxMediaInstance
172
170
  def fetch
173
- params = Twilio::Values.of({})
174
-
175
- payload = @version.fetch(
176
- 'GET',
177
- @uri,
178
- params,
179
- )
171
+ payload = @version.fetch('GET', @uri)
180
172
 
181
173
  FaxMediaInstance.new(@version, payload, fax_sid: @solution[:fax_sid], sid: @solution[:sid], )
182
174
  end
183
175
 
184
176
  ##
185
- # Deletes the FaxMediaInstance
177
+ # Delete the FaxMediaInstance
186
178
  # @return [Boolean] true if delete succeeds, false otherwise
187
179
  def delete
188
- @version.delete('delete', @uri)
180
+ @version.delete('DELETE', @uri)
189
181
  end
190
182
 
191
183
  ##
@@ -288,14 +280,14 @@ module Twilio
288
280
  end
289
281
 
290
282
  ##
291
- # Fetch a FaxMediaInstance
283
+ # Fetch the FaxMediaInstance
292
284
  # @return [FaxMediaInstance] Fetched FaxMediaInstance
293
285
  def fetch
294
286
  context.fetch
295
287
  end
296
288
 
297
289
  ##
298
- # Deletes the FaxMediaInstance
290
+ # Delete the FaxMediaInstance
299
291
  # @return [Boolean] true if delete succeeds, false otherwise
300
292
  def delete
301
293
  context.delete
@@ -84,11 +84,9 @@ module Twilio
84
84
  'Page' => page_number,
85
85
  'PageSize' => page_size,
86
86
  })
87
- response = @version.page(
88
- 'GET',
89
- @uri,
90
- params
91
- )
87
+
88
+ response = @version.page('GET', @uri, params)
89
+
92
90
  ChannelPage.new(@version, response, @solution)
93
91
  end
94
92
 
@@ -106,8 +104,7 @@ module Twilio
106
104
  end
107
105
 
108
106
  ##
109
- # Retrieve a single page of ChannelInstance records from the API.
110
- # Request is executed immediately.
107
+ # Create the ChannelInstance
111
108
  # @param [String] flex_flow_sid The SID of the FlexFlow.
112
109
  # @param [String] identity The `identity` value that uniquely identifies the new
113
110
  # resource's chat User.
@@ -122,7 +119,7 @@ module Twilio
122
119
  # @param [String] task_attributes The task attributes to be added for the
123
120
  # TaskRouter Task.
124
121
  # @param [Boolean] long_lived Whether to create the channel as long-lived.
125
- # @return [ChannelInstance] Newly created ChannelInstance
122
+ # @return [ChannelInstance] Created ChannelInstance
126
123
  def create(flex_flow_sid: nil, identity: nil, chat_user_friendly_name: nil, chat_friendly_name: nil, target: :unset, chat_unique_name: :unset, pre_engagement_data: :unset, task_sid: :unset, task_attributes: :unset, long_lived: :unset)
127
124
  data = Twilio::Values.of({
128
125
  'FlexFlowSid' => flex_flow_sid,
@@ -137,11 +134,7 @@ module Twilio
137
134
  'LongLived' => long_lived,
138
135
  })
139
136
 
140
- payload = @version.create(
141
- 'POST',
142
- @uri,
143
- data: data
144
- )
137
+ payload = @version.create('POST', @uri, data: data)
145
138
 
146
139
  ChannelInstance.new(@version, payload, )
147
140
  end
@@ -197,25 +190,19 @@ module Twilio
197
190
  end
198
191
 
199
192
  ##
200
- # Fetch a ChannelInstance
193
+ # Fetch the ChannelInstance
201
194
  # @return [ChannelInstance] Fetched ChannelInstance
202
195
  def fetch
203
- params = Twilio::Values.of({})
204
-
205
- payload = @version.fetch(
206
- 'GET',
207
- @uri,
208
- params,
209
- )
196
+ payload = @version.fetch('GET', @uri)
210
197
 
211
198
  ChannelInstance.new(@version, payload, sid: @solution[:sid], )
212
199
  end
213
200
 
214
201
  ##
215
- # Deletes the ChannelInstance
202
+ # Delete the ChannelInstance
216
203
  # @return [Boolean] true if delete succeeds, false otherwise
217
204
  def delete
218
- @version.delete('delete', @uri)
205
+ @version.delete('DELETE', @uri)
219
206
  end
220
207
 
221
208
  ##
@@ -320,14 +307,14 @@ module Twilio
320
307
  end
321
308
 
322
309
  ##
323
- # Fetch a ChannelInstance
310
+ # Fetch the ChannelInstance
324
311
  # @return [ChannelInstance] Fetched ChannelInstance
325
312
  def fetch
326
313
  context.fetch
327
314
  end
328
315
 
329
316
  ##
330
- # Deletes the ChannelInstance
317
+ # Delete the ChannelInstance
331
318
  # @return [Boolean] true if delete succeeds, false otherwise
332
319
  def delete
333
320
  context.delete
@@ -72,34 +72,23 @@ module Twilio
72
72
  end
73
73
 
74
74
  ##
75
- # Fetch a ConfigurationInstance
75
+ # Fetch the ConfigurationInstance
76
76
  # @param [String] ui_version The Pinned UI version of the Configuration resource
77
77
  # to fetch.
78
78
  # @return [ConfigurationInstance] Fetched ConfigurationInstance
79
79
  def fetch(ui_version: :unset)
80
80
  params = Twilio::Values.of({'UiVersion' => ui_version, })
81
81
 
82
- payload = @version.fetch(
83
- 'GET',
84
- @uri,
85
- params,
86
- )
82
+ payload = @version.fetch('GET', @uri, params)
87
83
 
88
84
  ConfigurationInstance.new(@version, payload, )
89
85
  end
90
86
 
91
87
  ##
92
- # Retrieve a single page of ConfigurationInstance records from the API.
93
- # Request is executed immediately.
94
- # @return [ConfigurationInstance] Newly created ConfigurationInstance
88
+ # Create the ConfigurationInstance
89
+ # @return [ConfigurationInstance] Created ConfigurationInstance
95
90
  def create
96
- data = Twilio::Values.of({})
97
-
98
- payload = @version.create(
99
- 'POST',
100
- @uri,
101
- data: data
102
- )
91
+ payload = @version.create('POST', @uri)
103
92
 
104
93
  ConfigurationInstance.new(@version, payload, )
105
94
  end
@@ -108,13 +97,7 @@ module Twilio
108
97
  # Update the ConfigurationInstance
109
98
  # @return [ConfigurationInstance] Updated ConfigurationInstance
110
99
  def update
111
- data = Twilio::Values.of({})
112
-
113
- payload = @version.update(
114
- 'POST',
115
- @uri,
116
- data: data,
117
- )
100
+ payload = @version.update('POST', @uri)
118
101
 
119
102
  ConfigurationInstance.new(@version, payload, )
120
103
  end
@@ -180,7 +163,6 @@ module Twilio
180
163
  'integrations' => payload['integrations'],
181
164
  'outbound_call_flows' => payload['outbound_call_flows'],
182
165
  'serverless_service_sids' => payload['serverless_service_sids'],
183
- 'wfm_integrations' => payload['wfm_integrations'],
184
166
  'queue_stats_configuration' => payload['queue_stats_configuration'],
185
167
  'url' => payload['url'],
186
168
  }
@@ -411,12 +393,6 @@ module Twilio
411
393
  @properties['serverless_service_sids']
412
394
  end
413
395
 
414
- ##
415
- # @return [Hash] A list of objects that contain the configurations for the WFM Integrations supported in this configuration
416
- def wfm_integrations
417
- @properties['wfm_integrations']
418
- end
419
-
420
396
  ##
421
397
  # @return [Hash] Configurable parameters for Queues Statistics
422
398
  def queue_stats_configuration
@@ -430,7 +406,7 @@ module Twilio
430
406
  end
431
407
 
432
408
  ##
433
- # Fetch a ConfigurationInstance
409
+ # Fetch the ConfigurationInstance
434
410
  # @param [String] ui_version The Pinned UI version of the Configuration resource
435
411
  # to fetch.
436
412
  # @return [ConfigurationInstance] Fetched ConfigurationInstance
@@ -439,9 +415,8 @@ module Twilio
439
415
  end
440
416
 
441
417
  ##
442
- # Retrieve a single page of ConfigurationInstance records from the API.
443
- # Request is executed immediately.
444
- # @return [ConfigurationInstance] Newly created ConfigurationInstance
418
+ # Create the ConfigurationInstance
419
+ # @return [ConfigurationInstance] Created ConfigurationInstance
445
420
  def create
446
421
  context.create
447
422
  end