twilio-ruby 5.37.0 → 5.39.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (718) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +1 -1
  3. data/CHANGES.md +93 -9
  4. data/ISSUE_TEMPLATE.md +5 -1
  5. data/Makefile +1 -1
  6. data/PULL_REQUEST_TEMPLATE.md +1 -1
  7. data/README.md +4 -2
  8. data/lib/twilio-ruby/framework/version.rb +3 -3
  9. data/lib/twilio-ruby/rest/accounts/v1/credential/aws.rb +13 -30
  10. data/lib/twilio-ruby/rest/accounts/v1/credential/public_key.rb +13 -30
  11. data/lib/twilio-ruby/rest/api/v2010/account.rb +10 -27
  12. data/lib/twilio-ruby/rest/api/v2010/account/address.rb +13 -30
  13. data/lib/twilio-ruby/rest/api/v2010/account/address/dependent_phone_number.rb +3 -5
  14. data/lib/twilio-ruby/rest/api/v2010/account/application.rb +13 -30
  15. data/lib/twilio-ruby/rest/api/v2010/account/authorized_connect_app.rb +6 -14
  16. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number.rb +6 -14
  17. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/local.rb +3 -5
  18. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/machine_to_machine.rb +3 -5
  19. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/mobile.rb +3 -5
  20. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/national.rb +3 -5
  21. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/shared_cost.rb +3 -5
  22. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/toll_free.rb +3 -5
  23. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/voip.rb +3 -5
  24. data/lib/twilio-ruby/rest/api/v2010/account/balance.rb +2 -8
  25. data/lib/twilio-ruby/rest/api/v2010/account/call.rb +13 -30
  26. data/lib/twilio-ruby/rest/api/v2010/account/call/feedback.rb +9 -25
  27. data/lib/twilio-ruby/rest/api/v2010/account/call/feedback_summary.rb +9 -20
  28. data/lib/twilio-ruby/rest/api/v2010/account/call/notification.rb +6 -14
  29. data/lib/twilio-ruby/rest/api/v2010/account/call/payment.rb +83 -73
  30. data/lib/twilio-ruby/rest/api/v2010/account/call/recording.rb +13 -30
  31. data/lib/twilio-ruby/rest/api/v2010/account/conference.rb +7 -19
  32. data/lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb +54 -35
  33. data/lib/twilio-ruby/rest/api/v2010/account/conference/recording.rb +10 -22
  34. data/lib/twilio-ruby/rest/api/v2010/account/connect_app.rb +10 -22
  35. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number.rb +27 -30
  36. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on.rb +12 -25
  37. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension.rb +6 -14
  38. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/local.rb +20 -13
  39. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/mobile.rb +20 -13
  40. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/toll_free.rb +20 -13
  41. data/lib/twilio-ruby/rest/api/v2010/account/key.rb +10 -22
  42. data/lib/twilio-ruby/rest/api/v2010/account/message.rb +13 -30
  43. data/lib/twilio-ruby/rest/api/v2010/account/message/feedback.rb +3 -8
  44. data/lib/twilio-ruby/rest/api/v2010/account/message/media.rb +9 -17
  45. data/lib/twilio-ruby/rest/api/v2010/account/new_key.rb +3 -8
  46. data/lib/twilio-ruby/rest/api/v2010/account/new_signing_key.rb +3 -8
  47. data/lib/twilio-ruby/rest/api/v2010/account/notification.rb +6 -14
  48. data/lib/twilio-ruby/rest/api/v2010/account/outgoing_caller_id.rb +10 -22
  49. data/lib/twilio-ruby/rest/api/v2010/account/queue.rb +13 -30
  50. data/lib/twilio-ruby/rest/api/v2010/account/queue/member.rb +7 -19
  51. data/lib/twilio-ruby/rest/api/v2010/account/recording.rb +9 -17
  52. data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result.rb +9 -17
  53. data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result/payload.rb +9 -17
  54. data/lib/twilio-ruby/rest/api/v2010/account/recording/transcription.rb +9 -17
  55. data/lib/twilio-ruby/rest/api/v2010/account/short_code.rb +7 -19
  56. data/lib/twilio-ruby/rest/api/v2010/account/signing_key.rb +10 -22
  57. data/lib/twilio-ruby/rest/api/v2010/account/sip/credential_list.rb +13 -30
  58. data/lib/twilio-ruby/rest/api/v2010/account/sip/credential_list/credential.rb +13 -30
  59. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain.rb +13 -30
  60. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_credential_list_mapping.rb +12 -25
  61. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_ip_access_control_list_mapping.rb +12 -25
  62. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping/auth_registrations_credential_list_mapping.rb +12 -25
  63. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/credential_list_mapping.rb +12 -25
  64. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/ip_access_control_list_mapping.rb +12 -25
  65. data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list.rb +13 -30
  66. data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list/ip_address.rb +13 -30
  67. data/lib/twilio-ruby/rest/api/v2010/account/token.rb +3 -8
  68. data/lib/twilio-ruby/rest/api/v2010/account/transcription.rb +9 -17
  69. data/lib/twilio-ruby/rest/api/v2010/account/usage/record.rb +3 -5
  70. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/all_time.rb +3 -5
  71. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/daily.rb +3 -5
  72. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/last_month.rb +3 -5
  73. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/monthly.rb +3 -5
  74. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/this_month.rb +3 -5
  75. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/today.rb +3 -5
  76. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yearly.rb +3 -5
  77. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yesterday.rb +3 -5
  78. data/lib/twilio-ruby/rest/api/v2010/account/usage/trigger.rb +13 -30
  79. data/lib/twilio-ruby/rest/api/v2010/account/validation_request.rb +3 -8
  80. data/lib/twilio-ruby/rest/autopilot/v1/assistant.rb +13 -46
  81. data/lib/twilio-ruby/rest/autopilot/v1/assistant/defaults.rb +4 -14
  82. data/lib/twilio-ruby/rest/autopilot/v1/assistant/dialogue.rb +3 -9
  83. data/lib/twilio-ruby/rest/autopilot/v1/assistant/field_type.rb +13 -30
  84. data/lib/twilio-ruby/rest/autopilot/v1/assistant/field_type/field_value.rb +12 -25
  85. data/lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb +13 -30
  86. data/lib/twilio-ruby/rest/autopilot/v1/assistant/query.rb +13 -30
  87. data/lib/twilio-ruby/rest/autopilot/v1/assistant/style_sheet.rb +4 -14
  88. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task.rb +13 -30
  89. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/field.rb +12 -25
  90. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/sample.rb +13 -30
  91. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/task_actions.rb +4 -14
  92. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/task_statistics.rb +3 -9
  93. data/lib/twilio-ruby/rest/autopilot/v1/assistant/webhook.rb +13 -30
  94. data/lib/twilio-ruby/rest/autopilot/v1/restore_assistant.rb +1 -5
  95. data/lib/twilio-ruby/rest/bulkexports/v1/export.rb +3 -9
  96. data/lib/twilio-ruby/rest/bulkexports/v1/export/day.rb +6 -14
  97. data/lib/twilio-ruby/rest/bulkexports/v1/export/export_custom_job.rb +6 -13
  98. data/lib/twilio-ruby/rest/bulkexports/v1/export/job.rb +6 -12
  99. data/lib/twilio-ruby/rest/bulkexports/v1/export_configuration.rb +4 -14
  100. data/lib/twilio-ruby/rest/chat/v1/credential.rb +13 -30
  101. data/lib/twilio-ruby/rest/chat/v1/service.rb +13 -30
  102. data/lib/twilio-ruby/rest/chat/v1/service/channel.rb +13 -30
  103. data/lib/twilio-ruby/rest/chat/v1/service/channel/invite.rb +12 -25
  104. data/lib/twilio-ruby/rest/chat/v1/service/channel/member.rb +13 -30
  105. data/lib/twilio-ruby/rest/chat/v1/service/channel/message.rb +13 -30
  106. data/lib/twilio-ruby/rest/chat/v1/service/role.rb +13 -30
  107. data/lib/twilio-ruby/rest/chat/v1/service/user.rb +13 -30
  108. data/lib/twilio-ruby/rest/chat/v1/service/user/user_channel.rb +3 -5
  109. data/lib/twilio-ruby/rest/chat/v2/credential.rb +13 -30
  110. data/lib/twilio-ruby/rest/chat/v2/service.rb +13 -30
  111. data/lib/twilio-ruby/rest/chat/v2/service/binding.rb +9 -17
  112. data/lib/twilio-ruby/rest/chat/v2/service/channel.rb +34 -36
  113. data/lib/twilio-ruby/rest/chat/v2/service/channel/invite.rb +12 -25
  114. data/lib/twilio-ruby/rest/chat/v2/service/channel/member.rb +34 -36
  115. data/lib/twilio-ruby/rest/chat/v2/service/channel/message.rb +34 -36
  116. data/lib/twilio-ruby/rest/chat/v2/service/channel/webhook.rb +13 -30
  117. data/lib/twilio-ruby/rest/chat/v2/service/role.rb +13 -30
  118. data/lib/twilio-ruby/rest/chat/v2/service/user.rb +30 -34
  119. data/lib/twilio-ruby/rest/chat/v2/service/user/user_binding.rb +9 -17
  120. data/lib/twilio-ruby/rest/chat/v2/service/user/user_channel.rb +10 -22
  121. data/lib/twilio-ruby/rest/client.rb +0 -7
  122. data/lib/twilio-ruby/rest/conversations/v1/conversation.rb +59 -36
  123. data/lib/twilio-ruby/rest/conversations/v1/conversation/message.rb +80 -36
  124. data/lib/twilio-ruby/rest/conversations/v1/conversation/message/delivery_receipt.rb +348 -0
  125. data/lib/twilio-ruby/rest/conversations/v1/conversation/participant.rb +46 -36
  126. data/lib/twilio-ruby/rest/conversations/v1/conversation/webhook.rb +13 -30
  127. data/lib/twilio-ruby/rest/conversations/v1/webhook.rb +4 -14
  128. data/lib/twilio-ruby/rest/fax/v1/fax.rb +13 -30
  129. data/lib/twilio-ruby/rest/fax/v1/fax/fax_media.rb +9 -17
  130. data/lib/twilio-ruby/rest/flex_api/v1/channel.rb +12 -25
  131. data/lib/twilio-ruby/rest/flex_api/v1/configuration.rb +9 -34
  132. data/lib/twilio-ruby/rest/flex_api/v1/flex_flow.rb +13 -30
  133. data/lib/twilio-ruby/rest/flex_api/v1/web_channel.rb +13 -30
  134. data/lib/twilio-ruby/rest/insights/v1/call.rb +3 -9
  135. data/lib/twilio-ruby/rest/insights/v1/call/event.rb +3 -5
  136. data/lib/twilio-ruby/rest/insights/v1/call/metric.rb +3 -5
  137. data/lib/twilio-ruby/rest/insights/v1/call/summary.rb +3 -7
  138. data/lib/twilio-ruby/rest/ip_messaging/v1/credential.rb +13 -30
  139. data/lib/twilio-ruby/rest/ip_messaging/v1/service.rb +13 -30
  140. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel.rb +13 -30
  141. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/invite.rb +12 -25
  142. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/member.rb +13 -30
  143. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/message.rb +13 -30
  144. data/lib/twilio-ruby/rest/ip_messaging/v1/service/role.rb +13 -30
  145. data/lib/twilio-ruby/rest/ip_messaging/v1/service/user.rb +13 -30
  146. data/lib/twilio-ruby/rest/ip_messaging/v1/service/user/user_channel.rb +3 -5
  147. data/lib/twilio-ruby/rest/ip_messaging/v2/credential.rb +13 -30
  148. data/lib/twilio-ruby/rest/ip_messaging/v2/service.rb +13 -30
  149. data/lib/twilio-ruby/rest/ip_messaging/v2/service/binding.rb +9 -17
  150. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel.rb +34 -36
  151. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/invite.rb +12 -25
  152. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/member.rb +34 -36
  153. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/message.rb +34 -36
  154. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/webhook.rb +13 -30
  155. data/lib/twilio-ruby/rest/ip_messaging/v2/service/role.rb +13 -30
  156. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user.rb +30 -34
  157. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_binding.rb +9 -17
  158. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_channel.rb +10 -22
  159. data/lib/twilio-ruby/rest/lookups/v1/phone_number.rb +4 -8
  160. data/lib/twilio-ruby/rest/messaging/v1/service.rb +13 -30
  161. data/lib/twilio-ruby/rest/messaging/v1/service/alpha_sender.rb +12 -25
  162. data/lib/twilio-ruby/rest/messaging/v1/service/phone_number.rb +12 -25
  163. data/lib/twilio-ruby/rest/messaging/v1/service/short_code.rb +12 -25
  164. data/lib/twilio-ruby/rest/monitor/v1/alert.rb +14 -22
  165. data/lib/twilio-ruby/rest/monitor/v1/event.rb +6 -14
  166. data/lib/twilio-ruby/rest/notify/v1/credential.rb +13 -30
  167. data/lib/twilio-ruby/rest/notify/v1/service.rb +13 -30
  168. data/lib/twilio-ruby/rest/notify/v1/service/binding.rb +12 -25
  169. data/lib/twilio-ruby/rest/notify/v1/service/notification.rb +3 -8
  170. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle.rb +31 -27
  171. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/evaluation.rb +9 -24
  172. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/item_assignment.rb +12 -25
  173. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/end_user.rb +10 -27
  174. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/end_user_type.rb +6 -14
  175. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/regulation.rb +6 -14
  176. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/supporting_document.rb +10 -27
  177. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/supporting_document_type.rb +6 -14
  178. data/lib/twilio-ruby/rest/preview/bulk_exports/export.rb +3 -9
  179. data/lib/twilio-ruby/rest/preview/bulk_exports/export/day.rb +6 -14
  180. data/lib/twilio-ruby/rest/preview/bulk_exports/export/export_custom_job.rb +6 -13
  181. data/lib/twilio-ruby/rest/preview/bulk_exports/export/job.rb +6 -12
  182. data/lib/twilio-ruby/rest/preview/bulk_exports/export_configuration.rb +4 -14
  183. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet.rb +13 -30
  184. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/certificate.rb +13 -30
  185. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/deployment.rb +13 -30
  186. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/device.rb +13 -30
  187. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/key.rb +13 -30
  188. data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document.rb +10 -27
  189. data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document/dependent_hosted_number_order.rb +3 -5
  190. data/lib/twilio-ruby/rest/preview/hosted_numbers/hosted_number_order.rb +13 -30
  191. data/lib/twilio-ruby/rest/preview/marketplace/available_add_on.rb +6 -14
  192. data/lib/twilio-ruby/rest/preview/marketplace/available_add_on/available_add_on_extension.rb +6 -14
  193. data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on.rb +13 -30
  194. data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on/installed_add_on_extension.rb +7 -19
  195. data/lib/twilio-ruby/rest/preview/sync/service.rb +13 -30
  196. data/lib/twilio-ruby/rest/preview/sync/service/document.rb +26 -36
  197. data/lib/twilio-ruby/rest/preview/sync/service/document/document_permission.rb +10 -22
  198. data/lib/twilio-ruby/rest/preview/sync/service/sync_list.rb +12 -25
  199. data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_item.rb +26 -36
  200. data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_permission.rb +10 -22
  201. data/lib/twilio-ruby/rest/preview/sync/service/sync_map.rb +12 -25
  202. data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_item.rb +26 -36
  203. data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_permission.rb +10 -22
  204. data/lib/twilio-ruby/rest/preview/trusted_comms/branded_call.rb +3 -8
  205. data/lib/twilio-ruby/rest/preview/trusted_comms/brands_information.rb +13 -11
  206. data/lib/twilio-ruby/rest/preview/trusted_comms/business.rb +3 -9
  207. data/lib/twilio-ruby/rest/preview/trusted_comms/business/brand.rb +3 -9
  208. data/lib/twilio-ruby/rest/preview/trusted_comms/business/brand/branded_channel.rb +3 -9
  209. data/lib/twilio-ruby/rest/preview/trusted_comms/business/brand/branded_channel/channel.rb +3 -8
  210. data/lib/twilio-ruby/rest/preview/trusted_comms/business/insights/impressions_rate.rb +3 -7
  211. data/lib/twilio-ruby/rest/preview/trusted_comms/cps.rb +11 -11
  212. data/lib/twilio-ruby/rest/preview/trusted_comms/current_call.rb +25 -11
  213. data/lib/twilio-ruby/rest/preview/trusted_comms/phone_call.rb +3 -8
  214. data/lib/twilio-ruby/rest/preview/understand/assistant.rb +13 -30
  215. data/lib/twilio-ruby/rest/preview/understand/assistant/assistant_fallback_actions.rb +4 -14
  216. data/lib/twilio-ruby/rest/preview/understand/assistant/assistant_initiation_actions.rb +4 -14
  217. data/lib/twilio-ruby/rest/preview/understand/assistant/dialogue.rb +3 -9
  218. data/lib/twilio-ruby/rest/preview/understand/assistant/field_type.rb +13 -30
  219. data/lib/twilio-ruby/rest/preview/understand/assistant/field_type/field_value.rb +12 -25
  220. data/lib/twilio-ruby/rest/preview/understand/assistant/model_build.rb +13 -30
  221. data/lib/twilio-ruby/rest/preview/understand/assistant/query.rb +13 -30
  222. data/lib/twilio-ruby/rest/preview/understand/assistant/style_sheet.rb +4 -14
  223. data/lib/twilio-ruby/rest/preview/understand/assistant/task.rb +13 -30
  224. data/lib/twilio-ruby/rest/preview/understand/assistant/task/field.rb +12 -25
  225. data/lib/twilio-ruby/rest/preview/understand/assistant/task/sample.rb +13 -30
  226. data/lib/twilio-ruby/rest/preview/understand/assistant/task/task_actions.rb +4 -14
  227. data/lib/twilio-ruby/rest/preview/understand/assistant/task/task_statistics.rb +3 -9
  228. data/lib/twilio-ruby/rest/preview/wireless/command.rb +9 -22
  229. data/lib/twilio-ruby/rest/preview/wireless/rate_plan.rb +13 -30
  230. data/lib/twilio-ruby/rest/preview/wireless/sim.rb +7 -19
  231. data/lib/twilio-ruby/rest/preview/wireless/sim/usage.rb +3 -7
  232. data/lib/twilio-ruby/rest/pricing/v1/messaging/country.rb +6 -14
  233. data/lib/twilio-ruby/rest/pricing/v1/phone_number/country.rb +6 -14
  234. data/lib/twilio-ruby/rest/pricing/v1/voice/country.rb +6 -14
  235. data/lib/twilio-ruby/rest/pricing/v1/voice/number.rb +3 -9
  236. data/lib/twilio-ruby/rest/pricing/v2/voice/country.rb +6 -14
  237. data/lib/twilio-ruby/rest/pricing/v2/voice/number.rb +3 -7
  238. data/lib/twilio-ruby/rest/proxy/v1/service.rb +13 -30
  239. data/lib/twilio-ruby/rest/proxy/v1/service/phone_number.rb +13 -30
  240. data/lib/twilio-ruby/rest/proxy/v1/service/session.rb +38 -33
  241. data/lib/twilio-ruby/rest/proxy/v1/service/session/interaction.rb +9 -17
  242. data/lib/twilio-ruby/rest/proxy/v1/service/session/participant.rb +12 -25
  243. data/lib/twilio-ruby/rest/proxy/v1/service/session/participant/message_interaction.rb +9 -22
  244. data/lib/twilio-ruby/rest/proxy/v1/service/short_code.rb +13 -30
  245. data/lib/twilio-ruby/rest/serverless/v1/service.rb +13 -30
  246. data/lib/twilio-ruby/rest/serverless/v1/service/asset.rb +13 -30
  247. data/lib/twilio-ruby/rest/serverless/v1/service/asset/asset_version.rb +6 -14
  248. data/lib/twilio-ruby/rest/serverless/v1/service/build.rb +12 -25
  249. data/lib/twilio-ruby/rest/serverless/v1/service/environment.rb +12 -25
  250. data/lib/twilio-ruby/rest/serverless/v1/service/environment/deployment.rb +9 -22
  251. data/lib/twilio-ruby/rest/serverless/v1/service/environment/log.rb +6 -14
  252. data/lib/twilio-ruby/rest/serverless/v1/service/environment/variable.rb +13 -30
  253. data/lib/twilio-ruby/rest/serverless/v1/service/function.rb +13 -30
  254. data/lib/twilio-ruby/rest/serverless/v1/service/function/function_version.rb +6 -14
  255. data/lib/twilio-ruby/rest/serverless/v1/service/function/function_version/function_version_content.rb +3 -9
  256. data/lib/twilio-ruby/rest/studio/v1/flow.rb +9 -17
  257. data/lib/twilio-ruby/rest/studio/v1/flow/engagement.rb +12 -25
  258. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/engagement_context.rb +3 -9
  259. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/step.rb +6 -14
  260. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/step/step_context.rb +3 -9
  261. data/lib/twilio-ruby/rest/studio/v1/flow/execution.rb +13 -30
  262. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_context.rb +3 -9
  263. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step.rb +6 -14
  264. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step/execution_step_context.rb +3 -9
  265. data/lib/twilio-ruby/rest/studio/v2/flow.rb +13 -30
  266. data/lib/twilio-ruby/rest/studio/v2/flow/execution.rb +13 -30
  267. data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_context.rb +3 -9
  268. data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step.rb +6 -14
  269. data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step/execution_step_context.rb +3 -9
  270. data/lib/twilio-ruby/rest/studio/v2/flow/flow_revision.rb +6 -14
  271. data/lib/twilio-ruby/rest/studio/v2/flow/test_user.rb +4 -14
  272. data/lib/twilio-ruby/rest/studio/v2/flow_validate.rb +1 -5
  273. data/lib/twilio-ruby/rest/supersim/v1/command.rb +9 -22
  274. data/lib/twilio-ruby/rest/supersim/v1/fleet.rb +10 -27
  275. data/lib/twilio-ruby/rest/supersim/v1/network.rb +6 -14
  276. data/lib/twilio-ruby/rest/supersim/v1/network_access_profile.rb +10 -27
  277. data/lib/twilio-ruby/rest/supersim/v1/network_access_profile/network_access_profile_network.rb +12 -25
  278. data/lib/twilio-ruby/rest/supersim/v1/sim.rb +31 -23
  279. data/lib/twilio-ruby/rest/supersim/v1/usage_record.rb +3 -5
  280. data/lib/twilio-ruby/rest/sync/v1/service.rb +13 -30
  281. data/lib/twilio-ruby/rest/sync/v1/service/document.rb +26 -36
  282. data/lib/twilio-ruby/rest/sync/v1/service/document/document_permission.rb +10 -22
  283. data/lib/twilio-ruby/rest/sync/v1/service/sync_list.rb +13 -30
  284. data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_item.rb +32 -36
  285. data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_permission.rb +10 -22
  286. data/lib/twilio-ruby/rest/sync/v1/service/sync_map.rb +13 -30
  287. data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_item.rb +32 -36
  288. data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_permission.rb +10 -22
  289. data/lib/twilio-ruby/rest/sync/v1/service/sync_stream.rb +13 -30
  290. data/lib/twilio-ruby/rest/sync/v1/service/sync_stream/stream_message.rb +3 -8
  291. data/lib/twilio-ruby/rest/taskrouter/v1/workspace.rb +13 -30
  292. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/activity.rb +13 -30
  293. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/event.rb +15 -17
  294. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task.rb +13 -30
  295. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task/reservation.rb +7 -19
  296. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_channel.rb +13 -30
  297. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue.rb +13 -30
  298. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics.rb +3 -7
  299. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics.rb +3 -7
  300. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_statistics.rb +3 -7
  301. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queues_statistics.rb +3 -5
  302. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker.rb +13 -30
  303. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/reservation.rb +7 -19
  304. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_channel.rb +7 -19
  305. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_statistics.rb +3 -7
  306. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_cumulative_statistics.rb +3 -7
  307. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_real_time_statistics.rb +3 -7
  308. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_statistics.rb +3 -7
  309. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow.rb +13 -30
  310. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics.rb +3 -7
  311. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_real_time_statistics.rb +3 -7
  312. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_statistics.rb +3 -7
  313. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_cumulative_statistics.rb +3 -7
  314. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_real_time_statistics.rb +3 -7
  315. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_statistics.rb +3 -7
  316. data/lib/twilio-ruby/rest/trunking/v1/trunk.rb +13 -30
  317. data/lib/twilio-ruby/rest/trunking/v1/trunk/credential_list.rb +12 -25
  318. data/lib/twilio-ruby/rest/trunking/v1/trunk/ip_access_control_list.rb +12 -25
  319. data/lib/twilio-ruby/rest/trunking/v1/trunk/origination_url.rb +13 -30
  320. data/lib/twilio-ruby/rest/trunking/v1/trunk/phone_number.rb +12 -25
  321. data/lib/twilio-ruby/rest/verify.rb +2 -2
  322. data/lib/twilio-ruby/rest/verify/v2.rb +2 -2
  323. data/lib/twilio-ruby/rest/verify/v2/form.rb +7 -13
  324. data/lib/twilio-ruby/rest/verify/v2/service.rb +96 -33
  325. data/lib/twilio-ruby/rest/verify/v2/service/access_token.rb +124 -0
  326. data/lib/twilio-ruby/rest/verify/v2/service/entity.rb +62 -52
  327. data/lib/twilio-ruby/rest/{authy/v1/service/entity/factor.rb → verify/v2/service/entity/challenge.rb} +177 -192
  328. data/lib/twilio-ruby/rest/verify/v2/service/entity/factor.rb +66 -100
  329. data/lib/twilio-ruby/rest/verify/v2/service/messaging_configuration.rb +13 -30
  330. data/lib/twilio-ruby/rest/verify/v2/service/rate_limit.rb +13 -30
  331. data/lib/twilio-ruby/rest/verify/v2/service/rate_limit/bucket.rb +13 -30
  332. data/lib/twilio-ruby/rest/verify/v2/service/verification.rb +11 -23
  333. data/lib/twilio-ruby/rest/verify/v2/service/verification_check.rb +3 -8
  334. data/lib/twilio-ruby/rest/{authy/v1/service/entity.rb → verify/v2/service/webhook.rb} +159 -130
  335. data/lib/twilio-ruby/rest/video/v1/composition.rb +12 -25
  336. data/lib/twilio-ruby/rest/video/v1/composition_hook.rb +13 -30
  337. data/lib/twilio-ruby/rest/video/v1/composition_settings.rb +8 -20
  338. data/lib/twilio-ruby/rest/video/v1/recording.rb +9 -17
  339. data/lib/twilio-ruby/rest/video/v1/recording_settings.rb +8 -20
  340. data/lib/twilio-ruby/rest/video/v1/room.rb +10 -27
  341. data/lib/twilio-ruby/rest/video/v1/room/recording.rb +9 -17
  342. data/lib/twilio-ruby/rest/video/v1/room/room_participant.rb +7 -19
  343. data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_published_track.rb +6 -14
  344. data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_subscribe_rule.rb +3 -13
  345. data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_subscribed_track.rb +6 -14
  346. data/lib/twilio-ruby/rest/voice/v1/byoc_trunk.rb +13 -30
  347. data/lib/twilio-ruby/rest/voice/v1/connection_policy.rb +13 -30
  348. data/lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb +13 -30
  349. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/bulk_country_update.rb +3 -8
  350. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/country.rb +6 -14
  351. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/country/highrisk_special_prefix.rb +3 -5
  352. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/settings.rb +4 -14
  353. data/lib/twilio-ruby/rest/voice/v1/ip_record.rb +13 -30
  354. data/lib/twilio-ruby/rest/voice/v1/source_ip_mapping.rb +13 -30
  355. data/lib/twilio-ruby/rest/wireless/v1/command.rb +12 -25
  356. data/lib/twilio-ruby/rest/wireless/v1/rate_plan.rb +13 -30
  357. data/lib/twilio-ruby/rest/wireless/v1/sim.rb +10 -22
  358. data/lib/twilio-ruby/rest/wireless/v1/sim/data_session.rb +3 -5
  359. data/lib/twilio-ruby/rest/wireless/v1/sim/usage_record.rb +3 -5
  360. data/lib/twilio-ruby/rest/wireless/v1/usage_record.rb +3 -5
  361. data/lib/twilio-ruby/version.rb +1 -1
  362. data/spec/framework/version_spec.rb +166 -0
  363. data/spec/holodeck/holodeck.rb +11 -6
  364. data/spec/integration/accounts/v1/credential/aws_spec.rb +0 -4
  365. data/spec/integration/accounts/v1/credential/public_key_spec.rb +0 -4
  366. data/spec/integration/api/v2010/account/address/dependent_phone_number_spec.rb +0 -1
  367. data/spec/integration/api/v2010/account/address_spec.rb +0 -4
  368. data/spec/integration/api/v2010/account/application_spec.rb +0 -5
  369. data/spec/integration/api/v2010/account/authorized_connect_app_spec.rb +0 -2
  370. data/spec/integration/api/v2010/account/available_phone_number/local_spec.rb +0 -1
  371. data/spec/integration/api/v2010/account/available_phone_number/machine_to_machine_spec.rb +0 -1
  372. data/spec/integration/api/v2010/account/available_phone_number/mobile_spec.rb +0 -1
  373. data/spec/integration/api/v2010/account/available_phone_number/national_spec.rb +0 -1
  374. data/spec/integration/api/v2010/account/available_phone_number/shared_cost_spec.rb +0 -1
  375. data/spec/integration/api/v2010/account/available_phone_number/toll_free_spec.rb +0 -1
  376. data/spec/integration/api/v2010/account/available_phone_number/voip_spec.rb +0 -1
  377. data/spec/integration/api/v2010/account/available_phone_number_spec.rb +0 -2
  378. data/spec/integration/api/v2010/account/balance_spec.rb +0 -1
  379. data/spec/integration/api/v2010/account/call/feedback_spec.rb +0 -1
  380. data/spec/integration/api/v2010/account/call/feedback_summary_spec.rb +0 -2
  381. data/spec/integration/api/v2010/account/call/notification_spec.rb +0 -2
  382. data/spec/integration/api/v2010/account/call/recording_spec.rb +0 -4
  383. data/spec/integration/api/v2010/account/call_spec.rb +0 -4
  384. data/spec/integration/api/v2010/account/conference/participant_spec.rb +60 -4
  385. data/spec/integration/api/v2010/account/conference/recording_spec.rb +0 -3
  386. data/spec/integration/api/v2010/account/conference_spec.rb +0 -3
  387. data/spec/integration/api/v2010/account/connect_app_spec.rb +0 -4
  388. data/spec/integration/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension_spec.rb +0 -2
  389. data/spec/integration/api/v2010/account/incoming_phone_number/assigned_add_on_spec.rb +0 -3
  390. data/spec/integration/api/v2010/account/incoming_phone_number/local_spec.rb +35 -37
  391. data/spec/integration/api/v2010/account/incoming_phone_number/mobile_spec.rb +39 -41
  392. data/spec/integration/api/v2010/account/incoming_phone_number/toll_free_spec.rb +35 -37
  393. data/spec/integration/api/v2010/account/incoming_phone_number_spec.rb +68 -43
  394. data/spec/integration/api/v2010/account/key_spec.rb +0 -4
  395. data/spec/integration/api/v2010/account/message/feedback_spec.rb +0 -1
  396. data/spec/integration/api/v2010/account/message/media_spec.rb +0 -3
  397. data/spec/integration/api/v2010/account/message_spec.rb +37 -3
  398. data/spec/integration/api/v2010/account/new_key_spec.rb +0 -1
  399. data/spec/integration/api/v2010/account/new_signing_key_spec.rb +0 -1
  400. data/spec/integration/api/v2010/account/notification_spec.rb +0 -2
  401. data/spec/integration/api/v2010/account/outgoing_caller_id_spec.rb +0 -4
  402. data/spec/integration/api/v2010/account/queue/member_spec.rb +0 -2
  403. data/spec/integration/api/v2010/account/queue_spec.rb +0 -4
  404. data/spec/integration/api/v2010/account/recording/add_on_result/payload_spec.rb +0 -3
  405. data/spec/integration/api/v2010/account/recording/add_on_result_spec.rb +0 -3
  406. data/spec/integration/api/v2010/account/recording/transcription_spec.rb +0 -3
  407. data/spec/integration/api/v2010/account/recording_spec.rb +0 -3
  408. data/spec/integration/api/v2010/account/short_code_spec.rb +0 -3
  409. data/spec/integration/api/v2010/account/signing_key_spec.rb +0 -4
  410. data/spec/integration/api/v2010/account/sip/credential_list/credential_spec.rb +0 -4
  411. data/spec/integration/api/v2010/account/sip/credential_list_spec.rb +0 -3
  412. data/spec/integration/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_credential_list_mapping_spec.rb +0 -3
  413. data/spec/integration/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_ip_access_control_list_mapping_spec.rb +0 -3
  414. data/spec/integration/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping/auth_registrations_credential_list_mapping_spec.rb +0 -3
  415. data/spec/integration/api/v2010/account/sip/domain/credential_list_mapping_spec.rb +0 -3
  416. data/spec/integration/api/v2010/account/sip/domain/ip_access_control_list_mapping_spec.rb +0 -3
  417. data/spec/integration/api/v2010/account/sip/domain_spec.rb +0 -4
  418. data/spec/integration/api/v2010/account/sip/ip_access_control_list/ip_address_spec.rb +0 -4
  419. data/spec/integration/api/v2010/account/sip/ip_access_control_list_spec.rb +0 -3
  420. data/spec/integration/api/v2010/account/token_spec.rb +0 -1
  421. data/spec/integration/api/v2010/account/transcription_spec.rb +0 -3
  422. data/spec/integration/api/v2010/account/usage/record/all_time_spec.rb +0 -1
  423. data/spec/integration/api/v2010/account/usage/record/daily_spec.rb +0 -1
  424. data/spec/integration/api/v2010/account/usage/record/last_month_spec.rb +0 -1
  425. data/spec/integration/api/v2010/account/usage/record/monthly_spec.rb +0 -1
  426. data/spec/integration/api/v2010/account/usage/record/this_month_spec.rb +0 -1
  427. data/spec/integration/api/v2010/account/usage/record/today_spec.rb +0 -1
  428. data/spec/integration/api/v2010/account/usage/record/yearly_spec.rb +0 -1
  429. data/spec/integration/api/v2010/account/usage/record/yesterday_spec.rb +0 -1
  430. data/spec/integration/api/v2010/account/usage/record_spec.rb +0 -1
  431. data/spec/integration/api/v2010/account/usage/trigger_spec.rb +0 -4
  432. data/spec/integration/api/v2010/account_spec.rb +0 -4
  433. data/spec/integration/autopilot/v1/assistant/defaults_spec.rb +0 -2
  434. data/spec/integration/autopilot/v1/assistant/dialogue_spec.rb +0 -1
  435. data/spec/integration/autopilot/v1/assistant/field_type/field_value_spec.rb +0 -3
  436. data/spec/integration/autopilot/v1/assistant/field_type_spec.rb +0 -4
  437. data/spec/integration/autopilot/v1/assistant/model_build_spec.rb +0 -5
  438. data/spec/integration/autopilot/v1/assistant/query_spec.rb +0 -4
  439. data/spec/integration/autopilot/v1/assistant/style_sheet_spec.rb +0 -2
  440. data/spec/integration/autopilot/v1/assistant/task/field_spec.rb +0 -3
  441. data/spec/integration/autopilot/v1/assistant/task/sample_spec.rb +0 -4
  442. data/spec/integration/autopilot/v1/assistant/task/task_actions_spec.rb +0 -2
  443. data/spec/integration/autopilot/v1/assistant/task/task_statistics_spec.rb +0 -1
  444. data/spec/integration/autopilot/v1/assistant/task_spec.rb +0 -4
  445. data/spec/integration/autopilot/v1/assistant/webhook_spec.rb +0 -4
  446. data/spec/integration/autopilot/v1/assistant_spec.rb +4 -13
  447. data/spec/integration/bulkexports/v1/export/day_spec.rb +0 -2
  448. data/spec/integration/bulkexports/v1/export/export_custom_job_spec.rb +0 -2
  449. data/spec/integration/bulkexports/v1/export/job_spec.rb +0 -2
  450. data/spec/integration/bulkexports/v1/export_configuration_spec.rb +0 -2
  451. data/spec/integration/bulkexports/v1/export_spec.rb +0 -1
  452. data/spec/integration/chat/v1/credential_spec.rb +0 -4
  453. data/spec/integration/chat/v1/service/channel/invite_spec.rb +0 -3
  454. data/spec/integration/chat/v1/service/channel/member_spec.rb +0 -4
  455. data/spec/integration/chat/v1/service/channel/message_spec.rb +0 -4
  456. data/spec/integration/chat/v1/service/channel_spec.rb +0 -5
  457. data/spec/integration/chat/v1/service/role_spec.rb +0 -3
  458. data/spec/integration/chat/v1/service/user/user_channel_spec.rb +0 -1
  459. data/spec/integration/chat/v1/service/user_spec.rb +0 -4
  460. data/spec/integration/chat/v1/service_spec.rb +0 -4
  461. data/spec/integration/chat/v2/credential_spec.rb +0 -4
  462. data/spec/integration/chat/v2/service/binding_spec.rb +0 -3
  463. data/spec/integration/chat/v2/service/channel/invite_spec.rb +0 -3
  464. data/spec/integration/chat/v2/service/channel/member_spec.rb +9 -7
  465. data/spec/integration/chat/v2/service/channel/message_spec.rb +9 -8
  466. data/spec/integration/chat/v2/service/channel/webhook_spec.rb +0 -4
  467. data/spec/integration/chat/v2/service/channel_spec.rb +9 -8
  468. data/spec/integration/chat/v2/service/role_spec.rb +0 -3
  469. data/spec/integration/chat/v2/service/user/user_binding_spec.rb +0 -3
  470. data/spec/integration/chat/v2/service/user/user_channel_spec.rb +0 -4
  471. data/spec/integration/chat/v2/service/user_spec.rb +6 -6
  472. data/spec/integration/chat/v2/service_spec.rb +0 -4
  473. data/spec/integration/conversations/v1/conversation/message/delivery_receipt_spec.rb +132 -0
  474. data/spec/integration/conversations/v1/conversation/message_spec.rb +131 -15
  475. data/spec/integration/conversations/v1/conversation/participant_spec.rb +93 -8
  476. data/spec/integration/conversations/v1/conversation/webhook_spec.rb +0 -4
  477. data/spec/integration/conversations/v1/conversation_spec.rb +55 -8
  478. data/spec/integration/conversations/v1/webhook_spec.rb +0 -2
  479. data/spec/integration/fax/v1/fax/fax_media_spec.rb +0 -3
  480. data/spec/integration/fax/v1/fax_spec.rb +0 -4
  481. data/spec/integration/flex_api/v1/channel_spec.rb +0 -3
  482. data/spec/integration/flex_api/v1/configuration_spec.rb +0 -51
  483. data/spec/integration/flex_api/v1/flex_flow_spec.rb +0 -4
  484. data/spec/integration/flex_api/v1/web_channel_spec.rb +0 -4
  485. data/spec/integration/insights/v1/call/event_spec.rb +0 -1
  486. data/spec/integration/insights/v1/call/metric_spec.rb +0 -1
  487. data/spec/integration/insights/v1/call/summary_spec.rb +0 -1
  488. data/spec/integration/insights/v1/call_spec.rb +0 -1
  489. data/spec/integration/ip_messaging/v1/credential_spec.rb +0 -4
  490. data/spec/integration/ip_messaging/v1/service/channel/invite_spec.rb +0 -3
  491. data/spec/integration/ip_messaging/v1/service/channel/member_spec.rb +0 -4
  492. data/spec/integration/ip_messaging/v1/service/channel/message_spec.rb +0 -4
  493. data/spec/integration/ip_messaging/v1/service/channel_spec.rb +0 -5
  494. data/spec/integration/ip_messaging/v1/service/role_spec.rb +0 -3
  495. data/spec/integration/ip_messaging/v1/service/user/user_channel_spec.rb +0 -1
  496. data/spec/integration/ip_messaging/v1/service/user_spec.rb +0 -4
  497. data/spec/integration/ip_messaging/v1/service_spec.rb +0 -4
  498. data/spec/integration/ip_messaging/v2/credential_spec.rb +0 -4
  499. data/spec/integration/ip_messaging/v2/service/binding_spec.rb +0 -3
  500. data/spec/integration/ip_messaging/v2/service/channel/invite_spec.rb +0 -3
  501. data/spec/integration/ip_messaging/v2/service/channel/member_spec.rb +9 -7
  502. data/spec/integration/ip_messaging/v2/service/channel/message_spec.rb +9 -8
  503. data/spec/integration/ip_messaging/v2/service/channel/webhook_spec.rb +0 -4
  504. data/spec/integration/ip_messaging/v2/service/channel_spec.rb +9 -8
  505. data/spec/integration/ip_messaging/v2/service/role_spec.rb +0 -3
  506. data/spec/integration/ip_messaging/v2/service/user/user_binding_spec.rb +0 -3
  507. data/spec/integration/ip_messaging/v2/service/user/user_channel_spec.rb +0 -4
  508. data/spec/integration/ip_messaging/v2/service/user_spec.rb +6 -6
  509. data/spec/integration/ip_messaging/v2/service_spec.rb +0 -4
  510. data/spec/integration/lookups/v1/phone_number_spec.rb +0 -1
  511. data/spec/integration/messaging/v1/service/alpha_sender_spec.rb +0 -3
  512. data/spec/integration/messaging/v1/service/phone_number_spec.rb +0 -3
  513. data/spec/integration/messaging/v1/service/short_code_spec.rb +0 -3
  514. data/spec/integration/messaging/v1/service_spec.rb +0 -4
  515. data/spec/integration/monitor/v1/alert_spec.rb +0 -2
  516. data/spec/integration/monitor/v1/event_spec.rb +0 -2
  517. data/spec/integration/notify/v1/credential_spec.rb +0 -4
  518. data/spec/integration/notify/v1/service/binding_spec.rb +0 -3
  519. data/spec/integration/notify/v1/service/notification_spec.rb +0 -1
  520. data/spec/integration/notify/v1/service_spec.rb +0 -5
  521. data/spec/integration/numbers/v2/regulatory_compliance/bundle/evaluation_spec.rb +0 -3
  522. data/spec/integration/numbers/v2/regulatory_compliance/bundle/item_assignment_spec.rb +0 -3
  523. data/spec/integration/numbers/v2/regulatory_compliance/bundle_spec.rb +32 -4
  524. data/spec/integration/numbers/v2/regulatory_compliance/end_user_spec.rb +0 -3
  525. data/spec/integration/numbers/v2/regulatory_compliance/end_user_type_spec.rb +0 -2
  526. data/spec/integration/numbers/v2/regulatory_compliance/regulation_spec.rb +0 -2
  527. data/spec/integration/numbers/v2/regulatory_compliance/supporting_document_spec.rb +0 -3
  528. data/spec/integration/numbers/v2/regulatory_compliance/supporting_document_type_spec.rb +0 -2
  529. data/spec/integration/preview/bulk_exports/export/day_spec.rb +0 -2
  530. data/spec/integration/preview/bulk_exports/export/export_custom_job_spec.rb +0 -2
  531. data/spec/integration/preview/bulk_exports/export/job_spec.rb +0 -2
  532. data/spec/integration/preview/bulk_exports/export_configuration_spec.rb +0 -2
  533. data/spec/integration/preview/bulk_exports/export_spec.rb +0 -1
  534. data/spec/integration/preview/deployed_devices/fleet/certificate_spec.rb +0 -4
  535. data/spec/integration/preview/deployed_devices/fleet/deployment_spec.rb +0 -5
  536. data/spec/integration/preview/deployed_devices/fleet/device_spec.rb +0 -5
  537. data/spec/integration/preview/deployed_devices/fleet/key_spec.rb +0 -5
  538. data/spec/integration/preview/deployed_devices/fleet_spec.rb +0 -5
  539. data/spec/integration/preview/hosted_numbers/authorization_document/dependent_hosted_number_order_spec.rb +0 -1
  540. data/spec/integration/preview/hosted_numbers/authorization_document_spec.rb +0 -3
  541. data/spec/integration/preview/hosted_numbers/hosted_number_order_spec.rb +0 -4
  542. data/spec/integration/preview/marketplace/available_add_on/available_add_on_extension_spec.rb +0 -2
  543. data/spec/integration/preview/marketplace/available_add_on_spec.rb +0 -2
  544. data/spec/integration/preview/marketplace/installed_add_on/installed_add_on_extension_spec.rb +0 -2
  545. data/spec/integration/preview/marketplace/installed_add_on_spec.rb +0 -4
  546. data/spec/integration/preview/sync/service/document/document_permission_spec.rb +0 -3
  547. data/spec/integration/preview/sync/service/document_spec.rb +6 -6
  548. data/spec/integration/preview/sync/service/sync_list/sync_list_item_spec.rb +6 -5
  549. data/spec/integration/preview/sync/service/sync_list/sync_list_permission_spec.rb +0 -3
  550. data/spec/integration/preview/sync/service/sync_list_spec.rb +0 -4
  551. data/spec/integration/preview/sync/service/sync_map/sync_map_item_spec.rb +6 -5
  552. data/spec/integration/preview/sync/service/sync_map/sync_map_permission_spec.rb +0 -3
  553. data/spec/integration/preview/sync/service/sync_map_spec.rb +0 -4
  554. data/spec/integration/preview/sync/service_spec.rb +0 -5
  555. data/spec/integration/preview/trusted_comms/brands_information_spec.rb +3 -2
  556. data/spec/integration/preview/trusted_comms/business/brand/branded_channel_spec.rb +0 -1
  557. data/spec/integration/preview/trusted_comms/business/brand_spec.rb +0 -1
  558. data/spec/integration/preview/trusted_comms/business/insights/impressions_rate_spec.rb +0 -1
  559. data/spec/integration/preview/trusted_comms/business_spec.rb +0 -1
  560. data/spec/integration/preview/trusted_comms/cps_spec.rb +3 -2
  561. data/spec/integration/preview/trusted_comms/current_call_spec.rb +6 -2
  562. data/spec/integration/preview/understand/assistant/assistant_fallback_actions_spec.rb +0 -2
  563. data/spec/integration/preview/understand/assistant/assistant_initiation_actions_spec.rb +0 -2
  564. data/spec/integration/preview/understand/assistant/dialogue_spec.rb +0 -1
  565. data/spec/integration/preview/understand/assistant/field_type/field_value_spec.rb +0 -3
  566. data/spec/integration/preview/understand/assistant/field_type_spec.rb +0 -4
  567. data/spec/integration/preview/understand/assistant/model_build_spec.rb +0 -5
  568. data/spec/integration/preview/understand/assistant/query_spec.rb +0 -4
  569. data/spec/integration/preview/understand/assistant/style_sheet_spec.rb +0 -2
  570. data/spec/integration/preview/understand/assistant/task/field_spec.rb +0 -3
  571. data/spec/integration/preview/understand/assistant/task/sample_spec.rb +0 -4
  572. data/spec/integration/preview/understand/assistant/task/task_actions_spec.rb +0 -2
  573. data/spec/integration/preview/understand/assistant/task/task_statistics_spec.rb +0 -1
  574. data/spec/integration/preview/understand/assistant/task_spec.rb +0 -4
  575. data/spec/integration/preview/understand/assistant_spec.rb +0 -5
  576. data/spec/integration/preview/wireless/command_spec.rb +0 -2
  577. data/spec/integration/preview/wireless/rate_plan_spec.rb +0 -5
  578. data/spec/integration/preview/wireless/sim/usage_spec.rb +0 -1
  579. data/spec/integration/preview/wireless/sim_spec.rb +0 -3
  580. data/spec/integration/pricing/v1/messaging/country_spec.rb +0 -2
  581. data/spec/integration/pricing/v1/phone_number/country_spec.rb +0 -2
  582. data/spec/integration/pricing/v1/voice/country_spec.rb +0 -2
  583. data/spec/integration/pricing/v1/voice/number_spec.rb +0 -1
  584. data/spec/integration/pricing/v2/voice/country_spec.rb +0 -2
  585. data/spec/integration/pricing/v2/voice/number_spec.rb +0 -1
  586. data/spec/integration/proxy/v1/service/phone_number_spec.rb +0 -5
  587. data/spec/integration/proxy/v1/service/session/interaction_spec.rb +0 -3
  588. data/spec/integration/proxy/v1/service/session/participant/message_interaction_spec.rb +0 -3
  589. data/spec/integration/proxy/v1/service/session/participant_spec.rb +0 -3
  590. data/spec/integration/proxy/v1/service/session_spec.rb +0 -5
  591. data/spec/integration/proxy/v1/service/short_code_spec.rb +0 -4
  592. data/spec/integration/proxy/v1/service_spec.rb +0 -4
  593. data/spec/integration/serverless/v1/service/asset/asset_version_spec.rb +0 -2
  594. data/spec/integration/serverless/v1/service/asset_spec.rb +0 -3
  595. data/spec/integration/serverless/v1/service/build_spec.rb +0 -4
  596. data/spec/integration/serverless/v1/service/environment/deployment_spec.rb +0 -3
  597. data/spec/integration/serverless/v1/service/environment/log_spec.rb +0 -2
  598. data/spec/integration/serverless/v1/service/environment/variable_spec.rb +0 -4
  599. data/spec/integration/serverless/v1/service/environment_spec.rb +0 -3
  600. data/spec/integration/serverless/v1/service/function/function_version/function_version_content_spec.rb +0 -1
  601. data/spec/integration/serverless/v1/service/function/function_version_spec.rb +0 -2
  602. data/spec/integration/serverless/v1/service/function_spec.rb +0 -3
  603. data/spec/integration/serverless/v1/service_spec.rb +0 -4
  604. data/spec/integration/studio/v1/flow/engagement/engagement_context_spec.rb +0 -1
  605. data/spec/integration/studio/v1/flow/engagement/step/step_context_spec.rb +0 -1
  606. data/spec/integration/studio/v1/flow/engagement/step_spec.rb +0 -2
  607. data/spec/integration/studio/v1/flow/engagement_spec.rb +0 -3
  608. data/spec/integration/studio/v1/flow/execution/execution_context_spec.rb +0 -1
  609. data/spec/integration/studio/v1/flow/execution/execution_step/execution_step_context_spec.rb +0 -1
  610. data/spec/integration/studio/v1/flow/execution/execution_step_spec.rb +0 -2
  611. data/spec/integration/studio/v1/flow/execution_spec.rb +0 -3
  612. data/spec/integration/studio/v1/flow_spec.rb +0 -3
  613. data/spec/integration/studio/v2/flow/execution/execution_context_spec.rb +0 -1
  614. data/spec/integration/studio/v2/flow/execution/execution_step/execution_step_context_spec.rb +0 -1
  615. data/spec/integration/studio/v2/flow/execution/execution_step_spec.rb +0 -2
  616. data/spec/integration/studio/v2/flow/execution_spec.rb +0 -3
  617. data/spec/integration/studio/v2/flow/flow_revision_spec.rb +0 -2
  618. data/spec/integration/studio/v2/flow/test_user_spec.rb +0 -1
  619. data/spec/integration/studio/v2/flow_spec.rb +0 -3
  620. data/spec/integration/supersim/v1/command_spec.rb +0 -2
  621. data/spec/integration/supersim/v1/fleet_spec.rb +0 -3
  622. data/spec/integration/supersim/v1/network_access_profile/network_access_profile_network_spec.rb +0 -3
  623. data/spec/integration/supersim/v1/network_access_profile_spec.rb +0 -4
  624. data/spec/integration/supersim/v1/network_spec.rb +0 -2
  625. data/spec/integration/supersim/v1/sim_spec.rb +0 -3
  626. data/spec/integration/supersim/v1/usage_record_spec.rb +0 -1
  627. data/spec/integration/sync/v1/service/document/document_permission_spec.rb +0 -3
  628. data/spec/integration/sync/v1/service/document_spec.rb +6 -7
  629. data/spec/integration/sync/v1/service/sync_list/sync_list_item_spec.rb +6 -6
  630. data/spec/integration/sync/v1/service/sync_list/sync_list_permission_spec.rb +0 -3
  631. data/spec/integration/sync/v1/service/sync_list_spec.rb +0 -5
  632. data/spec/integration/sync/v1/service/sync_map/sync_map_item_spec.rb +6 -6
  633. data/spec/integration/sync/v1/service/sync_map/sync_map_permission_spec.rb +0 -3
  634. data/spec/integration/sync/v1/service/sync_map_spec.rb +0 -5
  635. data/spec/integration/sync/v1/service/sync_stream_spec.rb +0 -5
  636. data/spec/integration/sync/v1/service_spec.rb +0 -5
  637. data/spec/integration/taskrouter/v1/workspace/activity_spec.rb +0 -4
  638. data/spec/integration/taskrouter/v1/workspace/event_spec.rb +0 -2
  639. data/spec/integration/taskrouter/v1/workspace/task/reservation_spec.rb +0 -3
  640. data/spec/integration/taskrouter/v1/workspace/task_channel_spec.rb +0 -4
  641. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics_spec.rb +0 -1
  642. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics_spec.rb +0 -1
  643. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_statistics_spec.rb +0 -1
  644. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queues_statistics_spec.rb +0 -1
  645. data/spec/integration/taskrouter/v1/workspace/task_queue_spec.rb +0 -4
  646. data/spec/integration/taskrouter/v1/workspace/task_spec.rb +0 -5
  647. data/spec/integration/taskrouter/v1/workspace/worker/reservation_spec.rb +0 -3
  648. data/spec/integration/taskrouter/v1/workspace/worker/worker_channel_spec.rb +0 -3
  649. data/spec/integration/taskrouter/v1/workspace/worker/worker_statistics_spec.rb +0 -1
  650. data/spec/integration/taskrouter/v1/workspace/worker/workers_cumulative_statistics_spec.rb +0 -1
  651. data/spec/integration/taskrouter/v1/workspace/worker/workers_real_time_statistics_spec.rb +0 -1
  652. data/spec/integration/taskrouter/v1/workspace/worker/workers_statistics_spec.rb +0 -1
  653. data/spec/integration/taskrouter/v1/workspace/worker_spec.rb +0 -4
  654. data/spec/integration/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics_spec.rb +0 -1
  655. data/spec/integration/taskrouter/v1/workspace/workflow/workflow_real_time_statistics_spec.rb +0 -1
  656. data/spec/integration/taskrouter/v1/workspace/workflow/workflow_statistics_spec.rb +0 -1
  657. data/spec/integration/taskrouter/v1/workspace/workflow_spec.rb +0 -4
  658. data/spec/integration/taskrouter/v1/workspace/workspace_cumulative_statistics_spec.rb +0 -1
  659. data/spec/integration/taskrouter/v1/workspace/workspace_real_time_statistics_spec.rb +0 -1
  660. data/spec/integration/taskrouter/v1/workspace/workspace_statistics_spec.rb +0 -1
  661. data/spec/integration/taskrouter/v1/workspace_spec.rb +0 -4
  662. data/spec/integration/trunking/v1/trunk/credential_list_spec.rb +0 -3
  663. data/spec/integration/trunking/v1/trunk/ip_access_control_list_spec.rb +0 -3
  664. data/spec/integration/trunking/v1/trunk/origination_url_spec.rb +0 -4
  665. data/spec/integration/trunking/v1/trunk/phone_number_spec.rb +0 -3
  666. data/spec/integration/trunking/v1/trunk_spec.rb +0 -5
  667. data/spec/integration/verify/v2/form_spec.rb +5 -6
  668. data/spec/integration/verify/v2/service/access_token_spec.rb +44 -0
  669. data/spec/integration/verify/v2/service/entity/{factor/challenge_spec.rb → challenge_spec.rb} +41 -142
  670. data/spec/integration/verify/v2/service/entity/factor_spec.rb +21 -27
  671. data/spec/integration/verify/v2/service/entity_spec.rb +15 -10
  672. data/spec/integration/verify/v2/service/messaging_configuration_spec.rb +0 -3
  673. data/spec/integration/verify/v2/service/rate_limit/bucket_spec.rb +0 -4
  674. data/spec/integration/verify/v2/service/rate_limit_spec.rb +0 -4
  675. data/spec/integration/verify/v2/service/verification_spec.rb +0 -1
  676. data/spec/integration/verify/v2/service/webhook_spec.rb +258 -0
  677. data/spec/integration/verify/v2/service_spec.rb +12 -8
  678. data/spec/integration/video/v1/composition_hook_spec.rb +0 -3
  679. data/spec/integration/video/v1/composition_settings_spec.rb +0 -1
  680. data/spec/integration/video/v1/composition_spec.rb +0 -3
  681. data/spec/integration/video/v1/recording_settings_spec.rb +0 -1
  682. data/spec/integration/video/v1/recording_spec.rb +0 -3
  683. data/spec/integration/video/v1/room/recording_spec.rb +0 -3
  684. data/spec/integration/video/v1/room/room_participant/room_participant_published_track_spec.rb +0 -2
  685. data/spec/integration/video/v1/room/room_participant/room_participant_subscribe_rule_spec.rb +0 -2
  686. data/spec/integration/video/v1/room/room_participant/room_participant_subscribed_track_spec.rb +0 -2
  687. data/spec/integration/video/v1/room/room_participant_spec.rb +0 -3
  688. data/spec/integration/video/v1/room_spec.rb +0 -3
  689. data/spec/integration/voice/v1/byoc_trunk_spec.rb +0 -5
  690. data/spec/integration/voice/v1/connection_policy/connection_policy_target_spec.rb +0 -4
  691. data/spec/integration/voice/v1/connection_policy_spec.rb +0 -5
  692. data/spec/integration/voice/v1/dialing_permissions/country/highrisk_special_prefix_spec.rb +0 -1
  693. data/spec/integration/voice/v1/dialing_permissions/country_spec.rb +0 -2
  694. data/spec/integration/voice/v1/dialing_permissions/settings_spec.rb +0 -2
  695. data/spec/integration/voice/v1/ip_record_spec.rb +0 -4
  696. data/spec/integration/voice/v1/source_ip_mapping_spec.rb +0 -3
  697. data/spec/integration/wireless/v1/command_spec.rb +0 -3
  698. data/spec/integration/wireless/v1/rate_plan_spec.rb +0 -5
  699. data/spec/integration/wireless/v1/sim/data_session_spec.rb +0 -1
  700. data/spec/integration/wireless/v1/sim/usage_record_spec.rb +0 -1
  701. data/spec/integration/wireless/v1/sim_spec.rb +0 -4
  702. data/spec/integration/wireless/v1/usage_record_spec.rb +0 -1
  703. metadata +16 -28
  704. data/lib/twilio-ruby/rest/authy.rb +0 -55
  705. data/lib/twilio-ruby/rest/authy/v1.rb +0 -59
  706. data/lib/twilio-ruby/rest/authy/v1/form.rb +0 -197
  707. data/lib/twilio-ruby/rest/authy/v1/service.rb +0 -404
  708. data/lib/twilio-ruby/rest/authy/v1/service/entity/factor/challenge.rb +0 -494
  709. data/lib/twilio-ruby/rest/autopilot/v1/assistant/export_assistant.rb +0 -222
  710. data/lib/twilio-ruby/rest/verify/v2/service/entity/access_token.rb +0 -141
  711. data/lib/twilio-ruby/rest/verify/v2/service/entity/factor/challenge.rb +0 -494
  712. data/spec/integration/authy/v1/form_spec.rb +0 -48
  713. data/spec/integration/authy/v1/service/entity/factor/challenge_spec.rb +0 -353
  714. data/spec/integration/authy/v1/service/entity/factor_spec.rb +0 -298
  715. data/spec/integration/authy/v1/service/entity_spec.rb +0 -201
  716. data/spec/integration/authy/v1/service_spec.rb +0 -231
  717. data/spec/integration/autopilot/v1/assistant/export_assistant_spec.rb +0 -49
  718. data/spec/integration/verify/v2/service/entity/access_token_spec.rb +0 -46
@@ -0,0 +1,124 @@
1
+ ##
2
+ # This code was generated by
3
+ # \ / _ _ _| _ _
4
+ # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
+ # / /
6
+ #
7
+ # frozen_string_literal: true
8
+
9
+ module Twilio
10
+ module REST
11
+ class Verify < Domain
12
+ class V2 < Version
13
+ class ServiceContext < InstanceContext
14
+ ##
15
+ # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
16
+ class AccessTokenList < ListResource
17
+ ##
18
+ # Initialize the AccessTokenList
19
+ # @param [Version] version Version that contains the resource
20
+ # @param [String] service_sid The unique string that we created to identify the
21
+ # Service resource.
22
+ # @return [AccessTokenList] AccessTokenList
23
+ def initialize(version, service_sid: nil)
24
+ super(version)
25
+
26
+ # Path Solution
27
+ @solution = {service_sid: service_sid}
28
+ @uri = "/Services/#{@solution[:service_sid]}/AccessTokens"
29
+ end
30
+
31
+ ##
32
+ # Create the AccessTokenInstance
33
+ # @param [String] identity The unique external identifier for the Entity of the
34
+ # Service. This identifier should be immutable, not PII, and generated by your
35
+ # external system, such as your user's UUID, GUID, or SID.
36
+ # @param [access_token.FactorTypes] factor_type The Type of this Factor. Eg.
37
+ # `push`
38
+ # @return [AccessTokenInstance] Created AccessTokenInstance
39
+ def create(identity: nil, factor_type: nil)
40
+ data = Twilio::Values.of({'Identity' => identity, 'FactorType' => factor_type, })
41
+
42
+ payload = @version.create('POST', @uri, data: data)
43
+
44
+ AccessTokenInstance.new(@version, payload, service_sid: @solution[:service_sid], )
45
+ end
46
+
47
+ ##
48
+ # Provide a user friendly representation
49
+ def to_s
50
+ '#<Twilio.Verify.V2.AccessTokenList>'
51
+ end
52
+ end
53
+
54
+ ##
55
+ # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
56
+ class AccessTokenPage < Page
57
+ ##
58
+ # Initialize the AccessTokenPage
59
+ # @param [Version] version Version that contains the resource
60
+ # @param [Response] response Response from the API
61
+ # @param [Hash] solution Path solution for the resource
62
+ # @return [AccessTokenPage] AccessTokenPage
63
+ def initialize(version, response, solution)
64
+ super(version, response)
65
+
66
+ # Path Solution
67
+ @solution = solution
68
+ end
69
+
70
+ ##
71
+ # Build an instance of AccessTokenInstance
72
+ # @param [Hash] payload Payload response from the API
73
+ # @return [AccessTokenInstance] AccessTokenInstance
74
+ def get_instance(payload)
75
+ AccessTokenInstance.new(@version, payload, service_sid: @solution[:service_sid], )
76
+ end
77
+
78
+ ##
79
+ # Provide a user friendly representation
80
+ def to_s
81
+ '<Twilio.Verify.V2.AccessTokenPage>'
82
+ end
83
+ end
84
+
85
+ ##
86
+ # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
87
+ class AccessTokenInstance < InstanceResource
88
+ ##
89
+ # Initialize the AccessTokenInstance
90
+ # @param [Version] version Version that contains the resource
91
+ # @param [Hash] payload payload that contains response from Twilio
92
+ # @param [String] service_sid The unique string that we created to identify the
93
+ # Service resource.
94
+ # @return [AccessTokenInstance] AccessTokenInstance
95
+ def initialize(version, payload, service_sid: nil)
96
+ super(version)
97
+
98
+ # Marshaled Properties
99
+ @properties = {'token' => payload['token'], }
100
+ end
101
+
102
+ ##
103
+ # @return [String] Generated access token.
104
+ def token
105
+ @properties['token']
106
+ end
107
+
108
+ ##
109
+ # Provide a user friendly representation
110
+ def to_s
111
+ "<Twilio.Verify.V2.AccessTokenInstance>"
112
+ end
113
+
114
+ ##
115
+ # Provide a detailed, user friendly representation
116
+ def inspect
117
+ "<Twilio.Verify.V2.AccessTokenInstance>"
118
+ end
119
+ end
120
+ end
121
+ end
122
+ end
123
+ end
124
+ end
@@ -28,18 +28,16 @@ module Twilio
28
28
  end
29
29
 
30
30
  ##
31
- # Retrieve a single page of EntityInstance records from the API.
32
- # Request is executed immediately.
33
- # @param [String] identity Customer unique identity for the Entity of the Service
34
- # @return [EntityInstance] Newly created EntityInstance
35
- def create(identity: nil)
31
+ # Create the EntityInstance
32
+ # @param [String] identity The unique external identifier for the Entity of the
33
+ # Service
34
+ # @param [String] twilio_sandbox_mode The Twilio-Sandbox-Mode HTTP request header
35
+ # @return [EntityInstance] Created EntityInstance
36
+ def create(identity: nil, twilio_sandbox_mode: :unset)
36
37
  data = Twilio::Values.of({'Identity' => identity, })
38
+ headers = Twilio::Values.of({'Twilio-Sandbox-Mode' => twilio_sandbox_mode, })
37
39
 
38
- payload = @version.create(
39
- 'POST',
40
- @uri,
41
- data: data
42
- )
40
+ payload = @version.create('POST', @uri, data: data, headers: headers)
43
41
 
44
42
  EntityInstance.new(@version, payload, service_sid: @solution[:service_sid], )
45
43
  end
@@ -48,6 +46,7 @@ module Twilio
48
46
  # Lists EntityInstance records from the API as a list.
49
47
  # Unlike stream(), this operation is eager and will load `limit` records into
50
48
  # memory before returning.
49
+ # @param [String] twilio_sandbox_mode The Twilio-Sandbox-Mode HTTP request header
51
50
  # @param [Integer] limit Upper limit for the number of records to return. stream()
52
51
  # guarantees to never return more than limit. Default is no limit
53
52
  # @param [Integer] page_size Number of records to fetch per request, when
@@ -55,14 +54,15 @@ module Twilio
55
54
  # but a limit is defined, stream() will attempt to read the limit with the most
56
55
  # efficient page size, i.e. min(limit, 1000)
57
56
  # @return [Array] Array of up to limit results
58
- def list(limit: nil, page_size: nil)
59
- self.stream(limit: limit, page_size: page_size).entries
57
+ def list(twilio_sandbox_mode: :unset, limit: nil, page_size: nil)
58
+ self.stream(twilio_sandbox_mode: twilio_sandbox_mode, limit: limit, page_size: page_size).entries
60
59
  end
61
60
 
62
61
  ##
63
62
  # Streams EntityInstance records from the API as an Enumerable.
64
63
  # This operation lazily loads records as efficiently as possible until the limit
65
64
  # is reached.
65
+ # @param [String] twilio_sandbox_mode The Twilio-Sandbox-Mode HTTP request header
66
66
  # @param [Integer] limit Upper limit for the number of records to return. stream()
67
67
  # guarantees to never return more than limit. Default is no limit.
68
68
  # @param [Integer] page_size Number of records to fetch per request, when
@@ -70,10 +70,10 @@ module Twilio
70
70
  # but a limit is defined, stream() will attempt to read the limit with the most
71
71
  # efficient page size, i.e. min(limit, 1000)
72
72
  # @return [Enumerable] Enumerable that will yield up to limit results
73
- def stream(limit: nil, page_size: nil)
73
+ def stream(twilio_sandbox_mode: :unset, limit: nil, page_size: nil)
74
74
  limits = @version.read_limits(limit, page_size)
75
75
 
76
- page = self.page(page_size: limits[:page_size], )
76
+ page = self.page(twilio_sandbox_mode: twilio_sandbox_mode, page_size: limits[:page_size], )
77
77
 
78
78
  @version.stream(page, limit: limits[:limit], page_limit: limits[:page_limit])
79
79
  end
@@ -95,21 +95,21 @@ module Twilio
95
95
  ##
96
96
  # Retrieve a single page of EntityInstance records from the API.
97
97
  # Request is executed immediately.
98
+ # @param [String] twilio_sandbox_mode The Twilio-Sandbox-Mode HTTP request header
98
99
  # @param [String] page_token PageToken provided by the API
99
100
  # @param [Integer] page_number Page Number, this value is simply for client state
100
101
  # @param [Integer] page_size Number of records to return, defaults to 50
101
102
  # @return [Page] Page of EntityInstance
102
- def page(page_token: :unset, page_number: :unset, page_size: :unset)
103
+ def page(twilio_sandbox_mode: :unset, page_token: :unset, page_number: :unset, page_size: :unset)
103
104
  params = Twilio::Values.of({
104
105
  'PageToken' => page_token,
105
106
  'Page' => page_number,
106
107
  'PageSize' => page_size,
107
108
  })
108
- response = @version.page(
109
- 'GET',
110
- @uri,
111
- params
112
- )
109
+ headers = Twilio::Values.of({'Twilio-Sandbox-Mode' => twilio_sandbox_mode, })
110
+
111
+ response = @version.page('GET', @uri, params: params, headers: headers)
112
+
113
113
  EntityPage.new(@version, response, @solution)
114
114
  end
115
115
 
@@ -171,7 +171,8 @@ module Twilio
171
171
  # Initialize the EntityContext
172
172
  # @param [Version] version Version that contains the resource
173
173
  # @param [String] service_sid The unique SID identifier of the Service.
174
- # @param [String] identity Customer unique identity for the Entity of the Service
174
+ # @param [String] identity The unique external identifier for the Entity of the
175
+ # Service
175
176
  # @return [EntityContext] EntityContext
176
177
  def initialize(version, service_sid, identity)
177
178
  super(version)
@@ -182,27 +183,27 @@ module Twilio
182
183
 
183
184
  # Dependents
184
185
  @factors = nil
185
- @access_tokens = nil
186
+ @challenges = nil
186
187
  end
187
188
 
188
189
  ##
189
- # Deletes the EntityInstance
190
+ # Delete the EntityInstance
191
+ # @param [String] twilio_sandbox_mode The Twilio-Sandbox-Mode HTTP request header
190
192
  # @return [Boolean] true if delete succeeds, false otherwise
191
- def delete
192
- @version.delete('delete', @uri)
193
+ def delete(twilio_sandbox_mode: :unset)
194
+ headers = Twilio::Values.of({'Twilio-Sandbox-Mode' => twilio_sandbox_mode, })
195
+
196
+ @version.delete('DELETE', @uri, headers: headers)
193
197
  end
194
198
 
195
199
  ##
196
- # Fetch a EntityInstance
200
+ # Fetch the EntityInstance
201
+ # @param [String] twilio_sandbox_mode The Twilio-Sandbox-Mode HTTP request header
197
202
  # @return [EntityInstance] Fetched EntityInstance
198
- def fetch
199
- params = Twilio::Values.of({})
203
+ def fetch(twilio_sandbox_mode: :unset)
204
+ headers = Twilio::Values.of({'Twilio-Sandbox-Mode' => twilio_sandbox_mode, })
200
205
 
201
- payload = @version.fetch(
202
- 'GET',
203
- @uri,
204
- params,
205
- )
206
+ payload = @version.fetch('GET', @uri, headers: headers)
206
207
 
207
208
  EntityInstance.new(
208
209
  @version,
@@ -235,19 +236,25 @@ module Twilio
235
236
  end
236
237
 
237
238
  ##
238
- # Access the access_tokens
239
- # @return [AccessTokenList]
240
- # @return [AccessTokenContext]
241
- def access_tokens
242
- unless @access_tokens
243
- @access_tokens = AccessTokenList.new(
239
+ # Access the challenges
240
+ # @return [ChallengeList]
241
+ # @return [ChallengeContext] if sid was passed.
242
+ def challenges(sid=:unset)
243
+ raise ArgumentError, 'sid cannot be nil' if sid.nil?
244
+
245
+ if sid != :unset
246
+ return ChallengeContext.new(@version, @solution[:service_sid], @solution[:identity], sid, )
247
+ end
248
+
249
+ unless @challenges
250
+ @challenges = ChallengeList.new(
244
251
  @version,
245
252
  service_sid: @solution[:service_sid],
246
253
  identity: @solution[:identity],
247
254
  )
248
255
  end
249
256
 
250
- @access_tokens
257
+ @challenges
251
258
  end
252
259
 
253
260
  ##
@@ -273,7 +280,8 @@ module Twilio
273
280
  # @param [Version] version Version that contains the resource
274
281
  # @param [Hash] payload payload that contains response from Twilio
275
282
  # @param [String] service_sid The unique SID identifier of the Service.
276
- # @param [String] identity Customer unique identity for the Entity of the Service
283
+ # @param [String] identity The unique external identifier for the Entity of the
284
+ # Service
277
285
  # @return [EntityInstance] EntityInstance
278
286
  def initialize(version, payload, service_sid: nil, identity: nil)
279
287
  super(version)
@@ -313,7 +321,7 @@ module Twilio
313
321
  end
314
322
 
315
323
  ##
316
- # @return [String] Unique identity of the Entity
324
+ # @return [String] Unique external identifier of the Entity
317
325
  def identity
318
326
  @properties['identity']
319
327
  end
@@ -355,17 +363,19 @@ module Twilio
355
363
  end
356
364
 
357
365
  ##
358
- # Deletes the EntityInstance
366
+ # Delete the EntityInstance
367
+ # @param [String] twilio_sandbox_mode The Twilio-Sandbox-Mode HTTP request header
359
368
  # @return [Boolean] true if delete succeeds, false otherwise
360
- def delete
361
- context.delete
369
+ def delete(twilio_sandbox_mode: :unset)
370
+ context.delete(twilio_sandbox_mode: twilio_sandbox_mode, )
362
371
  end
363
372
 
364
373
  ##
365
- # Fetch a EntityInstance
374
+ # Fetch the EntityInstance
375
+ # @param [String] twilio_sandbox_mode The Twilio-Sandbox-Mode HTTP request header
366
376
  # @return [EntityInstance] Fetched EntityInstance
367
- def fetch
368
- context.fetch
377
+ def fetch(twilio_sandbox_mode: :unset)
378
+ context.fetch(twilio_sandbox_mode: twilio_sandbox_mode, )
369
379
  end
370
380
 
371
381
  ##
@@ -376,10 +386,10 @@ module Twilio
376
386
  end
377
387
 
378
388
  ##
379
- # Access the access_tokens
380
- # @return [access_tokens] access_tokens
381
- def access_tokens
382
- context.access_tokens
389
+ # Access the challenges
390
+ # @return [challenges] challenges
391
+ def challenges
392
+ context.challenges
383
393
  end
384
394
 
385
395
  ##
@@ -8,56 +8,59 @@
8
8
 
9
9
  module Twilio
10
10
  module REST
11
- class Authy < Domain
12
- class V1 < Version
11
+ class Verify < Domain
12
+ class V2 < Version
13
13
  class ServiceContext < InstanceContext
14
14
  class EntityContext < InstanceContext
15
15
  ##
16
16
  # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
17
- class FactorList < ListResource
17
+ class ChallengeList < ListResource
18
18
  ##
19
- # Initialize the FactorList
19
+ # Initialize the ChallengeList
20
20
  # @param [Version] version Version that contains the resource
21
21
  # @param [String] service_sid The unique SID identifier of the Service.
22
22
  # @param [String] identity Customer unique identity for the Entity owner of the
23
- # Factor
24
- # @return [FactorList] FactorList
23
+ # Challenge
24
+ # @return [ChallengeList] ChallengeList
25
25
  def initialize(version, service_sid: nil, identity: nil)
26
26
  super(version)
27
27
 
28
28
  # Path Solution
29
29
  @solution = {service_sid: service_sid, identity: identity}
30
- @uri = "/Services/#{@solution[:service_sid]}/Entities/#{@solution[:identity]}/Factors"
31
- end
32
-
33
- ##
34
- # Retrieve a single page of FactorInstance records from the API.
35
- # Request is executed immediately.
36
- # @param [String] binding A unique binding for this Factor that identifies it.
37
- # E.g. a phone number for `sms` factors. It must be a json string with the
38
- # required properties for the given factor type. Required when creating a new
39
- # Factor. This value is never returned because it can contain customer secrets.
40
- # @param [String] friendly_name The friendly name of this Factor
41
- # @param [factor.FactorTypes] factor_type The Type of this Factor. One of
42
- # `app-push`, `sms`, `totp`, etc.
43
- # @param [String] config The config required for this Factor. It must be a json
44
- # string with the required properties for the given factor type
45
- # @return [FactorInstance] Newly created FactorInstance
46
- def create(binding: nil, friendly_name: nil, factor_type: nil, config: nil)
30
+ @uri = "/Services/#{@solution[:service_sid]}/Entities/#{@solution[:identity]}/Challenges"
31
+ end
32
+
33
+ ##
34
+ # Create the ChallengeInstance
35
+ # @param [String] factor_sid The unique SID identifier of the Factor.
36
+ # @param [Time] expiration_date The future date in which this Challenge will
37
+ # expire, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
38
+ # @param [String] details Details provided to give context about the Challenge.
39
+ # Shown to the end user. It must be a stringified JSON with the following
40
+ # structure: {"message": "string", "fields": [ { "label": "string", "value":
41
+ # "string"}]}. `message` is required. If you send the `fields` property, each
42
+ # field has to include `label` and `value` properties. If you had set
43
+ # `include_date=true` in the `push` configuration of the
44
+ # [service](https://www.twilio.com/docs/verify/api/service), the response will
45
+ # also include the challenge's date created value as an additional field called
46
+ # `date`
47
+ # @param [String] hidden_details Details provided to give context about the
48
+ # Challenge. Not shown to the end user. It must be a stringified JSON with only
49
+ # strings values eg. `{"ip": "172.168.1.234"}`
50
+ # @param [String] twilio_sandbox_mode The Twilio-Sandbox-Mode HTTP request header
51
+ # @return [ChallengeInstance] Created ChallengeInstance
52
+ def create(factor_sid: nil, expiration_date: :unset, details: :unset, hidden_details: :unset, twilio_sandbox_mode: :unset)
47
53
  data = Twilio::Values.of({
48
- 'Binding' => binding,
49
- 'FriendlyName' => friendly_name,
50
- 'FactorType' => factor_type,
51
- 'Config' => config,
54
+ 'FactorSid' => factor_sid,
55
+ 'ExpirationDate' => Twilio.serialize_iso8601_datetime(expiration_date),
56
+ 'Details' => details,
57
+ 'HiddenDetails' => hidden_details,
52
58
  })
59
+ headers = Twilio::Values.of({'Twilio-Sandbox-Mode' => twilio_sandbox_mode, })
53
60
 
54
- payload = @version.create(
55
- 'POST',
56
- @uri,
57
- data: data
58
- )
61
+ payload = @version.create('POST', @uri, data: data, headers: headers)
59
62
 
60
- FactorInstance.new(
63
+ ChallengeInstance.new(
61
64
  @version,
62
65
  payload,
63
66
  service_sid: @solution[:service_sid],
@@ -66,9 +69,13 @@ module Twilio
66
69
  end
67
70
 
68
71
  ##
69
- # Lists FactorInstance records from the API as a list.
72
+ # Lists ChallengeInstance records from the API as a list.
70
73
  # Unlike stream(), this operation is eager and will load `limit` records into
71
74
  # memory before returning.
75
+ # @param [String] factor_sid The unique SID identifier of the Factor.
76
+ # @param [challenge.ChallengeStatuses] status The Status of the Challenges to
77
+ # fetch. One of `pending`, `expired`, `approved` or `denied`.
78
+ # @param [String] twilio_sandbox_mode The Twilio-Sandbox-Mode HTTP request header
72
79
  # @param [Integer] limit Upper limit for the number of records to return. stream()
73
80
  # guarantees to never return more than limit. Default is no limit
74
81
  # @param [Integer] page_size Number of records to fetch per request, when
@@ -76,14 +83,24 @@ module Twilio
76
83
  # but a limit is defined, stream() will attempt to read the limit with the most
77
84
  # efficient page size, i.e. min(limit, 1000)
78
85
  # @return [Array] Array of up to limit results
79
- def list(limit: nil, page_size: nil)
80
- self.stream(limit: limit, page_size: page_size).entries
86
+ def list(factor_sid: :unset, status: :unset, twilio_sandbox_mode: :unset, limit: nil, page_size: nil)
87
+ self.stream(
88
+ factor_sid: factor_sid,
89
+ status: status,
90
+ twilio_sandbox_mode: twilio_sandbox_mode,
91
+ limit: limit,
92
+ page_size: page_size
93
+ ).entries
81
94
  end
82
95
 
83
96
  ##
84
- # Streams FactorInstance records from the API as an Enumerable.
97
+ # Streams ChallengeInstance records from the API as an Enumerable.
85
98
  # This operation lazily loads records as efficiently as possible until the limit
86
99
  # is reached.
100
+ # @param [String] factor_sid The unique SID identifier of the Factor.
101
+ # @param [challenge.ChallengeStatuses] status The Status of the Challenges to
102
+ # fetch. One of `pending`, `expired`, `approved` or `denied`.
103
+ # @param [String] twilio_sandbox_mode The Twilio-Sandbox-Mode HTTP request header
87
104
  # @param [Integer] limit Upper limit for the number of records to return. stream()
88
105
  # guarantees to never return more than limit. Default is no limit.
89
106
  # @param [Integer] page_size Number of records to fetch per request, when
@@ -91,16 +108,21 @@ module Twilio
91
108
  # but a limit is defined, stream() will attempt to read the limit with the most
92
109
  # efficient page size, i.e. min(limit, 1000)
93
110
  # @return [Enumerable] Enumerable that will yield up to limit results
94
- def stream(limit: nil, page_size: nil)
111
+ def stream(factor_sid: :unset, status: :unset, twilio_sandbox_mode: :unset, limit: nil, page_size: nil)
95
112
  limits = @version.read_limits(limit, page_size)
96
113
 
97
- page = self.page(page_size: limits[:page_size], )
114
+ page = self.page(
115
+ factor_sid: factor_sid,
116
+ status: status,
117
+ twilio_sandbox_mode: twilio_sandbox_mode,
118
+ page_size: limits[:page_size],
119
+ )
98
120
 
99
121
  @version.stream(page, limit: limits[:limit], page_limit: limits[:page_limit])
100
122
  end
101
123
 
102
124
  ##
103
- # When passed a block, yields FactorInstance records from the API.
125
+ # When passed a block, yields ChallengeInstance records from the API.
104
126
  # This operation lazily loads records as efficiently as possible until the limit
105
127
  # is reached.
106
128
  def each
@@ -114,55 +136,60 @@ module Twilio
114
136
  end
115
137
 
116
138
  ##
117
- # Retrieve a single page of FactorInstance records from the API.
139
+ # Retrieve a single page of ChallengeInstance records from the API.
118
140
  # Request is executed immediately.
141
+ # @param [String] factor_sid The unique SID identifier of the Factor.
142
+ # @param [challenge.ChallengeStatuses] status The Status of the Challenges to
143
+ # fetch. One of `pending`, `expired`, `approved` or `denied`.
144
+ # @param [String] twilio_sandbox_mode The Twilio-Sandbox-Mode HTTP request header
119
145
  # @param [String] page_token PageToken provided by the API
120
146
  # @param [Integer] page_number Page Number, this value is simply for client state
121
147
  # @param [Integer] page_size Number of records to return, defaults to 50
122
- # @return [Page] Page of FactorInstance
123
- def page(page_token: :unset, page_number: :unset, page_size: :unset)
148
+ # @return [Page] Page of ChallengeInstance
149
+ def page(factor_sid: :unset, status: :unset, twilio_sandbox_mode: :unset, page_token: :unset, page_number: :unset, page_size: :unset)
124
150
  params = Twilio::Values.of({
151
+ 'FactorSid' => factor_sid,
152
+ 'Status' => status,
125
153
  'PageToken' => page_token,
126
154
  'Page' => page_number,
127
155
  'PageSize' => page_size,
128
156
  })
129
- response = @version.page(
130
- 'GET',
131
- @uri,
132
- params
133
- )
134
- FactorPage.new(@version, response, @solution)
157
+ headers = Twilio::Values.of({'Twilio-Sandbox-Mode' => twilio_sandbox_mode, })
158
+
159
+ response = @version.page('GET', @uri, params: params, headers: headers)
160
+
161
+ ChallengePage.new(@version, response, @solution)
135
162
  end
136
163
 
137
164
  ##
138
- # Retrieve a single page of FactorInstance records from the API.
165
+ # Retrieve a single page of ChallengeInstance records from the API.
139
166
  # Request is executed immediately.
140
167
  # @param [String] target_url API-generated URL for the requested results page
141
- # @return [Page] Page of FactorInstance
168
+ # @return [Page] Page of ChallengeInstance
142
169
  def get_page(target_url)
143
170
  response = @version.domain.request(
144
171
  'GET',
145
172
  target_url
146
173
  )
147
- FactorPage.new(@version, response, @solution)
174
+ ChallengePage.new(@version, response, @solution)
148
175
  end
149
176
 
150
177
  ##
151
178
  # Provide a user friendly representation
152
179
  def to_s
153
- '#<Twilio.Authy.V1.FactorList>'
180
+ '#<Twilio.Verify.V2.ChallengeList>'
154
181
  end
155
182
  end
156
183
 
157
184
  ##
158
185
  # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
159
- class FactorPage < Page
186
+ class ChallengePage < Page
160
187
  ##
161
- # Initialize the FactorPage
188
+ # Initialize the ChallengePage
162
189
  # @param [Version] version Version that contains the resource
163
190
  # @param [Response] response Response from the API
164
191
  # @param [Hash] solution Path solution for the resource
165
- # @return [FactorPage] FactorPage
192
+ # @return [ChallengePage] ChallengePage
166
193
  def initialize(version, response, solution)
167
194
  super(version, response)
168
195
 
@@ -171,11 +198,11 @@ module Twilio
171
198
  end
172
199
 
173
200
  ##
174
- # Build an instance of FactorInstance
201
+ # Build an instance of ChallengeInstance
175
202
  # @param [Hash] payload Payload response from the API
176
- # @return [FactorInstance] FactorInstance
203
+ # @return [ChallengeInstance] ChallengeInstance
177
204
  def get_instance(payload)
178
- FactorInstance.new(
205
+ ChallengeInstance.new(
179
206
  @version,
180
207
  payload,
181
208
  service_sid: @solution[:service_sid],
@@ -186,52 +213,41 @@ module Twilio
186
213
  ##
187
214
  # Provide a user friendly representation
188
215
  def to_s
189
- '<Twilio.Authy.V1.FactorPage>'
216
+ '<Twilio.Verify.V2.ChallengePage>'
190
217
  end
191
218
  end
192
219
 
193
220
  ##
194
221
  # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
195
- class FactorContext < InstanceContext
222
+ class ChallengeContext < InstanceContext
196
223
  ##
197
- # Initialize the FactorContext
224
+ # Initialize the ChallengeContext
198
225
  # @param [Version] version Version that contains the resource
199
226
  # @param [String] service_sid The unique SID identifier of the Service.
200
- # @param [String] identity Customer unique identity for the Entity owner of the
201
- # Factor
202
- # @param [String] sid A 34 character string that uniquely identifies this Factor.
203
- # @return [FactorContext] FactorContext
227
+ # @param [String] identity The unique external identifier for the Entity of the
228
+ # Service. This identifier should be immutable, not PII, and generated by your
229
+ # external system, such as your user's UUID, GUID, or SID.
230
+ # @param [String] sid A 34 character string that uniquely identifies this
231
+ # Challenge.
232
+ # @return [ChallengeContext] ChallengeContext
204
233
  def initialize(version, service_sid, identity, sid)
205
234
  super(version)
206
235
 
207
236
  # Path Solution
208
237
  @solution = {service_sid: service_sid, identity: identity, sid: sid, }
209
- @uri = "/Services/#{@solution[:service_sid]}/Entities/#{@solution[:identity]}/Factors/#{@solution[:sid]}"
210
-
211
- # Dependents
212
- @challenges = nil
238
+ @uri = "/Services/#{@solution[:service_sid]}/Entities/#{@solution[:identity]}/Challenges/#{@solution[:sid]}"
213
239
  end
214
240
 
215
241
  ##
216
- # Deletes the FactorInstance
217
- # @return [Boolean] true if delete succeeds, false otherwise
218
- def delete
219
- @version.delete('delete', @uri)
220
- end
221
-
222
- ##
223
- # Fetch a FactorInstance
224
- # @return [FactorInstance] Fetched FactorInstance
225
- def fetch
226
- params = Twilio::Values.of({})
242
+ # Fetch the ChallengeInstance
243
+ # @param [String] twilio_sandbox_mode The Twilio-Sandbox-Mode HTTP request header
244
+ # @return [ChallengeInstance] Fetched ChallengeInstance
245
+ def fetch(twilio_sandbox_mode: :unset)
246
+ headers = Twilio::Values.of({'Twilio-Sandbox-Mode' => twilio_sandbox_mode, })
227
247
 
228
- payload = @version.fetch(
229
- 'GET',
230
- @uri,
231
- params,
232
- )
248
+ payload = @version.fetch('GET', @uri, headers: headers)
233
249
 
234
- FactorInstance.new(
250
+ ChallengeInstance.new(
235
251
  @version,
236
252
  payload,
237
253
  service_sid: @solution[:service_sid],
@@ -241,27 +257,18 @@ module Twilio
241
257
  end
242
258
 
243
259
  ##
244
- # Update the FactorInstance
245
- # @param [String] auth_payload The optional payload needed to verify the Factor
246
- # for the first time. E.g. for a TOTP, the numeric code.
247
- # @param [String] friendly_name The new friendly name of this Factor
248
- # @param [String] config The new config for this Factor. It must be a json string
249
- # with the required properties for the given factor type
250
- # @return [FactorInstance] Updated FactorInstance
251
- def update(auth_payload: :unset, friendly_name: :unset, config: :unset)
252
- data = Twilio::Values.of({
253
- 'AuthPayload' => auth_payload,
254
- 'FriendlyName' => friendly_name,
255
- 'Config' => config,
256
- })
260
+ # Update the ChallengeInstance
261
+ # @param [String] auth_payload The optional payload needed to verify the
262
+ # Challenge. E.g., a TOTP would use the numeric code.
263
+ # @param [String] twilio_sandbox_mode The Twilio-Sandbox-Mode HTTP request header
264
+ # @return [ChallengeInstance] Updated ChallengeInstance
265
+ def update(auth_payload: :unset, twilio_sandbox_mode: :unset)
266
+ data = Twilio::Values.of({'AuthPayload' => auth_payload, })
267
+ headers = Twilio::Values.of({'Twilio-Sandbox-Mode' => twilio_sandbox_mode, })
257
268
 
258
- payload = @version.update(
259
- 'POST',
260
- @uri,
261
- data: data,
262
- )
269
+ payload = @version.update('POST', @uri, data: data, headers: headers)
263
270
 
264
- FactorInstance.new(
271
+ ChallengeInstance.new(
265
272
  @version,
266
273
  payload,
267
274
  service_sid: @solution[:service_sid],
@@ -270,62 +277,34 @@ module Twilio
270
277
  )
271
278
  end
272
279
 
273
- ##
274
- # Access the challenges
275
- # @return [ChallengeList]
276
- # @return [ChallengeContext] if sid was passed.
277
- def challenges(sid=:unset)
278
- raise ArgumentError, 'sid cannot be nil' if sid.nil?
279
-
280
- if sid != :unset
281
- return ChallengeContext.new(
282
- @version,
283
- @solution[:service_sid],
284
- @solution[:identity],
285
- @solution[:sid],
286
- sid,
287
- )
288
- end
289
-
290
- unless @challenges
291
- @challenges = ChallengeList.new(
292
- @version,
293
- service_sid: @solution[:service_sid],
294
- identity: @solution[:identity],
295
- factor_sid: @solution[:sid],
296
- )
297
- end
298
-
299
- @challenges
300
- end
301
-
302
280
  ##
303
281
  # Provide a user friendly representation
304
282
  def to_s
305
283
  context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
306
- "#<Twilio.Authy.V1.FactorContext #{context}>"
284
+ "#<Twilio.Verify.V2.ChallengeContext #{context}>"
307
285
  end
308
286
 
309
287
  ##
310
288
  # Provide a detailed, user friendly representation
311
289
  def inspect
312
290
  context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
313
- "#<Twilio.Authy.V1.FactorContext #{context}>"
291
+ "#<Twilio.Verify.V2.ChallengeContext #{context}>"
314
292
  end
315
293
  end
316
294
 
317
295
  ##
318
296
  # PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
319
- class FactorInstance < InstanceResource
297
+ class ChallengeInstance < InstanceResource
320
298
  ##
321
- # Initialize the FactorInstance
299
+ # Initialize the ChallengeInstance
322
300
  # @param [Version] version Version that contains the resource
323
301
  # @param [Hash] payload payload that contains response from Twilio
324
302
  # @param [String] service_sid The unique SID identifier of the Service.
325
303
  # @param [String] identity Customer unique identity for the Entity owner of the
326
- # Factor
327
- # @param [String] sid A 34 character string that uniquely identifies this Factor.
328
- # @return [FactorInstance] FactorInstance
304
+ # Challenge
305
+ # @param [String] sid A 34 character string that uniquely identifies this
306
+ # Challenge.
307
+ # @return [ChallengeInstance] ChallengeInstance
329
308
  def initialize(version, payload, service_sid: nil, identity: nil, sid: nil)
330
309
  super(version)
331
310
 
@@ -336,14 +315,17 @@ module Twilio
336
315
  'service_sid' => payload['service_sid'],
337
316
  'entity_sid' => payload['entity_sid'],
338
317
  'identity' => payload['identity'],
318
+ 'factor_sid' => payload['factor_sid'],
339
319
  'date_created' => Twilio.deserialize_iso8601_datetime(payload['date_created']),
340
320
  'date_updated' => Twilio.deserialize_iso8601_datetime(payload['date_updated']),
341
- 'friendly_name' => payload['friendly_name'],
321
+ 'date_responded' => Twilio.deserialize_iso8601_datetime(payload['date_responded']),
322
+ 'expiration_date' => Twilio.deserialize_iso8601_datetime(payload['expiration_date']),
342
323
  'status' => payload['status'],
324
+ 'responded_reason' => payload['responded_reason'],
325
+ 'details' => payload['details'],
326
+ 'hidden_details' => payload['hidden_details'],
343
327
  'factor_type' => payload['factor_type'],
344
- 'config' => payload['config'],
345
328
  'url' => payload['url'],
346
- 'links' => payload['links'],
347
329
  }
348
330
 
349
331
  # Context
@@ -354,10 +336,10 @@ module Twilio
354
336
  ##
355
337
  # Generate an instance context for the instance, the context is capable of
356
338
  # performing various actions. All instance actions are proxied to the context
357
- # @return [FactorContext] FactorContext for this FactorInstance
339
+ # @return [ChallengeContext] ChallengeContext for this ChallengeInstance
358
340
  def context
359
341
  unless @instance_context
360
- @instance_context = FactorContext.new(
342
+ @instance_context = ChallengeContext.new(
361
343
  @version,
362
344
  @params['service_sid'],
363
345
  @params['identity'],
@@ -368,7 +350,7 @@ module Twilio
368
350
  end
369
351
 
370
352
  ##
371
- # @return [String] A string that uniquely identifies this Factor.
353
+ # @return [String] A string that uniquely identifies this Challenge.
372
354
  def sid
373
355
  @properties['sid']
374
356
  end
@@ -392,104 +374,107 @@ module Twilio
392
374
  end
393
375
 
394
376
  ##
395
- # @return [String] Unique identity of the Entity
377
+ # @return [String] Unique external identifier of the Entity
396
378
  def identity
397
379
  @properties['identity']
398
380
  end
399
381
 
400
382
  ##
401
- # @return [Time] The date this Factor was created
383
+ # @return [String] Factor Sid.
384
+ def factor_sid
385
+ @properties['factor_sid']
386
+ end
387
+
388
+ ##
389
+ # @return [Time] The date this Challenge was created
402
390
  def date_created
403
391
  @properties['date_created']
404
392
  end
405
393
 
406
394
  ##
407
- # @return [Time] The date this Factor was updated
395
+ # @return [Time] The date this Challenge was updated
408
396
  def date_updated
409
397
  @properties['date_updated']
410
398
  end
411
399
 
412
400
  ##
413
- # @return [String] A human readable description of this resource.
414
- def friendly_name
415
- @properties['friendly_name']
401
+ # @return [Time] The date this Challenge was responded
402
+ def date_responded
403
+ @properties['date_responded']
416
404
  end
417
405
 
418
406
  ##
419
- # @return [factor.FactorStatuses] The Status of this Factor
420
- def status
421
- @properties['status']
407
+ # @return [Time] The date this Challenge is expired
408
+ def expiration_date
409
+ @properties['expiration_date']
422
410
  end
423
411
 
424
412
  ##
425
- # @return [factor.FactorTypes] The Type of this Factor
426
- def factor_type
427
- @properties['factor_type']
413
+ # @return [challenge.ChallengeStatuses] The Status of this Challenge
414
+ def status
415
+ @properties['status']
428
416
  end
429
417
 
430
418
  ##
431
- # @return [Hash] The config
432
- def config
433
- @properties['config']
419
+ # @return [challenge.ChallengeReasons] The Reason of this Challenge `status`
420
+ def responded_reason
421
+ @properties['responded_reason']
434
422
  end
435
423
 
436
424
  ##
437
- # @return [String] The URL of this resource.
438
- def url
439
- @properties['url']
425
+ # @return [String] Public details provided to contextualize the Challenge
426
+ def details
427
+ @properties['details']
440
428
  end
441
429
 
442
430
  ##
443
- # @return [String] Nested resource URLs.
444
- def links
445
- @properties['links']
431
+ # @return [String] Hidden details provided to contextualize the Challenge
432
+ def hidden_details
433
+ @properties['hidden_details']
446
434
  end
447
435
 
448
436
  ##
449
- # Deletes the FactorInstance
450
- # @return [Boolean] true if delete succeeds, false otherwise
451
- def delete
452
- context.delete
437
+ # @return [challenge.FactorTypes] The Factor Type of this Challenge
438
+ def factor_type
439
+ @properties['factor_type']
453
440
  end
454
441
 
455
442
  ##
456
- # Fetch a FactorInstance
457
- # @return [FactorInstance] Fetched FactorInstance
458
- def fetch
459
- context.fetch
443
+ # @return [String] The URL of this resource.
444
+ def url
445
+ @properties['url']
460
446
  end
461
447
 
462
448
  ##
463
- # Update the FactorInstance
464
- # @param [String] auth_payload The optional payload needed to verify the Factor
465
- # for the first time. E.g. for a TOTP, the numeric code.
466
- # @param [String] friendly_name The new friendly name of this Factor
467
- # @param [String] config The new config for this Factor. It must be a json string
468
- # with the required properties for the given factor type
469
- # @return [FactorInstance] Updated FactorInstance
470
- def update(auth_payload: :unset, friendly_name: :unset, config: :unset)
471
- context.update(auth_payload: auth_payload, friendly_name: friendly_name, config: config, )
449
+ # Fetch the ChallengeInstance
450
+ # @param [String] twilio_sandbox_mode The Twilio-Sandbox-Mode HTTP request header
451
+ # @return [ChallengeInstance] Fetched ChallengeInstance
452
+ def fetch(twilio_sandbox_mode: :unset)
453
+ context.fetch(twilio_sandbox_mode: twilio_sandbox_mode, )
472
454
  end
473
455
 
474
456
  ##
475
- # Access the challenges
476
- # @return [challenges] challenges
477
- def challenges
478
- context.challenges
457
+ # Update the ChallengeInstance
458
+ # @param [String] auth_payload The optional payload needed to verify the
459
+ # Challenge. E.g., a TOTP would use the numeric code.
460
+ # @param [String] twilio_sandbox_mode The Twilio-Sandbox-Mode HTTP request header
461
+ # @return [ChallengeInstance] Updated ChallengeInstance
462
+ def update(auth_payload: :unset, twilio_sandbox_mode: :unset)
463
+ context.update(auth_payload: auth_payload, twilio_sandbox_mode: twilio_sandbox_mode, )
479
464
  end
480
465
 
481
466
  ##
482
467
  # Provide a user friendly representation
483
468
  def to_s
484
469
  values = @params.map{|k, v| "#{k}: #{v}"}.join(" ")
485
- "<Twilio.Authy.V1.FactorInstance #{values}>"
470
+ "<Twilio.Verify.V2.ChallengeInstance #{values}>"
486
471
  end
487
472
 
488
473
  ##
489
474
  # Provide a detailed, user friendly representation
490
475
  def inspect
491
476
  values = @properties.map{|k, v| "#{k}: #{v}"}.join(" ")
492
- "<Twilio.Authy.V1.FactorInstance #{values}>"
477
+ "<Twilio.Verify.V2.ChallengeInstance #{values}>"
493
478
  end
494
479
  end
495
480
  end