twilio-ruby 5.23.0 → 5.23.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (682) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES.md +6 -0
  3. data/README.md +2 -2
  4. data/lib/twilio-ruby/rest/accounts.rb +1 -1
  5. data/lib/twilio-ruby/rest/accounts/v1.rb +1 -1
  6. data/lib/twilio-ruby/rest/accounts/v1/credential.rb +1 -1
  7. data/lib/twilio-ruby/rest/accounts/v1/credential/aws.rb +1 -1
  8. data/lib/twilio-ruby/rest/accounts/v1/credential/public_key.rb +1 -1
  9. data/lib/twilio-ruby/rest/api.rb +1 -1
  10. data/lib/twilio-ruby/rest/api/v2010.rb +1 -1
  11. data/lib/twilio-ruby/rest/api/v2010/account.rb +1 -1
  12. data/lib/twilio-ruby/rest/api/v2010/account/address.rb +1 -1
  13. data/lib/twilio-ruby/rest/api/v2010/account/address/dependent_phone_number.rb +1 -1
  14. data/lib/twilio-ruby/rest/api/v2010/account/application.rb +1 -1
  15. data/lib/twilio-ruby/rest/api/v2010/account/authorized_connect_app.rb +1 -1
  16. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number.rb +1 -1
  17. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/local.rb +1 -1
  18. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/machine_to_machine.rb +1 -1
  19. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/mobile.rb +1 -1
  20. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/national.rb +1 -1
  21. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/shared_cost.rb +1 -1
  22. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/toll_free.rb +1 -1
  23. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/voip.rb +1 -1
  24. data/lib/twilio-ruby/rest/api/v2010/account/balance.rb +1 -1
  25. data/lib/twilio-ruby/rest/api/v2010/account/call.rb +2 -2
  26. data/lib/twilio-ruby/rest/api/v2010/account/call/feedback.rb +1 -1
  27. data/lib/twilio-ruby/rest/api/v2010/account/call/feedback_summary.rb +1 -1
  28. data/lib/twilio-ruby/rest/api/v2010/account/call/notification.rb +4 -4
  29. data/lib/twilio-ruby/rest/api/v2010/account/call/recording.rb +2 -2
  30. data/lib/twilio-ruby/rest/api/v2010/account/conference.rb +3 -3
  31. data/lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb +1 -1
  32. data/lib/twilio-ruby/rest/api/v2010/account/conference/recording.rb +1 -1
  33. data/lib/twilio-ruby/rest/api/v2010/account/connect_app.rb +1 -1
  34. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number.rb +1 -1
  35. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on.rb +1 -1
  36. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension.rb +1 -1
  37. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/local.rb +1 -1
  38. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/mobile.rb +1 -1
  39. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/toll_free.rb +1 -1
  40. data/lib/twilio-ruby/rest/api/v2010/account/key.rb +1 -1
  41. data/lib/twilio-ruby/rest/api/v2010/account/message.rb +1 -1
  42. data/lib/twilio-ruby/rest/api/v2010/account/message/feedback.rb +1 -1
  43. data/lib/twilio-ruby/rest/api/v2010/account/message/media.rb +1 -1
  44. data/lib/twilio-ruby/rest/api/v2010/account/new_key.rb +1 -1
  45. data/lib/twilio-ruby/rest/api/v2010/account/new_signing_key.rb +1 -1
  46. data/lib/twilio-ruby/rest/api/v2010/account/notification.rb +4 -4
  47. data/lib/twilio-ruby/rest/api/v2010/account/outgoing_caller_id.rb +1 -1
  48. data/lib/twilio-ruby/rest/api/v2010/account/queue.rb +1 -8
  49. data/lib/twilio-ruby/rest/api/v2010/account/queue/member.rb +1 -1
  50. data/lib/twilio-ruby/rest/api/v2010/account/recording.rb +1 -1
  51. data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result.rb +1 -1
  52. data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result/payload.rb +1 -1
  53. data/lib/twilio-ruby/rest/api/v2010/account/recording/transcription.rb +1 -1
  54. data/lib/twilio-ruby/rest/api/v2010/account/short_code.rb +1 -1
  55. data/lib/twilio-ruby/rest/api/v2010/account/signing_key.rb +1 -1
  56. data/lib/twilio-ruby/rest/api/v2010/account/sip.rb +1 -1
  57. data/lib/twilio-ruby/rest/api/v2010/account/sip/credential_list.rb +1 -1
  58. data/lib/twilio-ruby/rest/api/v2010/account/sip/credential_list/credential.rb +1 -1
  59. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain.rb +1 -1
  60. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types.rb +1 -1
  61. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping.rb +1 -1
  62. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_credential_list_mapping.rb +1 -1
  63. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_ip_access_control_list_mapping.rb +1 -1
  64. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping.rb +1 -1
  65. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping/auth_registrations_credential_list_mapping.rb +1 -1
  66. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/credential_list_mapping.rb +1 -1
  67. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/ip_access_control_list_mapping.rb +1 -1
  68. data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list.rb +1 -1
  69. data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list/ip_address.rb +1 -1
  70. data/lib/twilio-ruby/rest/api/v2010/account/token.rb +1 -1
  71. data/lib/twilio-ruby/rest/api/v2010/account/transcription.rb +1 -1
  72. data/lib/twilio-ruby/rest/api/v2010/account/usage.rb +1 -1
  73. data/lib/twilio-ruby/rest/api/v2010/account/usage/record.rb +1 -1
  74. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/all_time.rb +1 -1
  75. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/daily.rb +1 -1
  76. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/last_month.rb +1 -1
  77. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/monthly.rb +1 -1
  78. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/this_month.rb +1 -1
  79. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/today.rb +1 -1
  80. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yearly.rb +1 -1
  81. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yesterday.rb +1 -1
  82. data/lib/twilio-ruby/rest/api/v2010/account/usage/trigger.rb +3 -3
  83. data/lib/twilio-ruby/rest/api/v2010/account/validation_request.rb +1 -1
  84. data/lib/twilio-ruby/rest/authy.rb +1 -1
  85. data/lib/twilio-ruby/rest/authy/v1.rb +1 -1
  86. data/lib/twilio-ruby/rest/authy/v1/form.rb +1 -1
  87. data/lib/twilio-ruby/rest/authy/v1/service.rb +1 -1
  88. data/lib/twilio-ruby/rest/authy/v1/service/entity.rb +1 -1
  89. data/lib/twilio-ruby/rest/authy/v1/service/entity/factor.rb +1 -1
  90. data/lib/twilio-ruby/rest/authy/v1/service/entity/factor/challenge.rb +1 -1
  91. data/lib/twilio-ruby/rest/autopilot.rb +1 -1
  92. data/lib/twilio-ruby/rest/autopilot/v1.rb +1 -1
  93. data/lib/twilio-ruby/rest/autopilot/v1/assistant.rb +1 -1
  94. data/lib/twilio-ruby/rest/autopilot/v1/assistant/defaults.rb +1 -1
  95. data/lib/twilio-ruby/rest/autopilot/v1/assistant/dialogue.rb +1 -1
  96. data/lib/twilio-ruby/rest/autopilot/v1/assistant/field_type.rb +1 -1
  97. data/lib/twilio-ruby/rest/autopilot/v1/assistant/field_type/field_value.rb +1 -1
  98. data/lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb +1 -1
  99. data/lib/twilio-ruby/rest/autopilot/v1/assistant/query.rb +1 -1
  100. data/lib/twilio-ruby/rest/autopilot/v1/assistant/style_sheet.rb +1 -1
  101. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task.rb +1 -1
  102. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/field.rb +1 -1
  103. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/sample.rb +1 -1
  104. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/task_actions.rb +1 -1
  105. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/task_statistics.rb +1 -1
  106. data/lib/twilio-ruby/rest/chat.rb +1 -1
  107. data/lib/twilio-ruby/rest/chat/v1.rb +1 -1
  108. data/lib/twilio-ruby/rest/chat/v1/credential.rb +4 -4
  109. data/lib/twilio-ruby/rest/chat/v1/service.rb +1 -1
  110. data/lib/twilio-ruby/rest/chat/v1/service/channel.rb +1 -1
  111. data/lib/twilio-ruby/rest/chat/v1/service/channel/invite.rb +1 -1
  112. data/lib/twilio-ruby/rest/chat/v1/service/channel/member.rb +1 -1
  113. data/lib/twilio-ruby/rest/chat/v1/service/channel/message.rb +1 -1
  114. data/lib/twilio-ruby/rest/chat/v1/service/role.rb +1 -1
  115. data/lib/twilio-ruby/rest/chat/v1/service/user.rb +1 -1
  116. data/lib/twilio-ruby/rest/chat/v1/service/user/user_channel.rb +1 -1
  117. data/lib/twilio-ruby/rest/chat/v2.rb +1 -1
  118. data/lib/twilio-ruby/rest/chat/v2/credential.rb +4 -4
  119. data/lib/twilio-ruby/rest/chat/v2/service.rb +1 -1
  120. data/lib/twilio-ruby/rest/chat/v2/service/binding.rb +1 -1
  121. data/lib/twilio-ruby/rest/chat/v2/service/channel.rb +1 -1
  122. data/lib/twilio-ruby/rest/chat/v2/service/channel/invite.rb +1 -1
  123. data/lib/twilio-ruby/rest/chat/v2/service/channel/member.rb +1 -1
  124. data/lib/twilio-ruby/rest/chat/v2/service/channel/message.rb +1 -1
  125. data/lib/twilio-ruby/rest/chat/v2/service/channel/webhook.rb +1 -1
  126. data/lib/twilio-ruby/rest/chat/v2/service/role.rb +1 -1
  127. data/lib/twilio-ruby/rest/chat/v2/service/user.rb +1 -1
  128. data/lib/twilio-ruby/rest/chat/v2/service/user/user_binding.rb +1 -1
  129. data/lib/twilio-ruby/rest/chat/v2/service/user/user_channel.rb +1 -1
  130. data/lib/twilio-ruby/rest/client.rb +1 -1
  131. data/lib/twilio-ruby/rest/fax.rb +1 -1
  132. data/lib/twilio-ruby/rest/fax/v1.rb +1 -1
  133. data/lib/twilio-ruby/rest/fax/v1/fax.rb +1 -1
  134. data/lib/twilio-ruby/rest/fax/v1/fax/fax_media.rb +1 -1
  135. data/lib/twilio-ruby/rest/flex_api.rb +1 -1
  136. data/lib/twilio-ruby/rest/flex_api/v1.rb +1 -1
  137. data/lib/twilio-ruby/rest/flex_api/v1/configuration.rb +1 -1
  138. data/lib/twilio-ruby/rest/flex_api/v1/flex_flow.rb +1 -1
  139. data/lib/twilio-ruby/rest/insights.rb +1 -1
  140. data/lib/twilio-ruby/rest/insights/v1.rb +1 -1
  141. data/lib/twilio-ruby/rest/insights/v1/summary.rb +1 -1
  142. data/lib/twilio-ruby/rest/ip_messaging.rb +1 -1
  143. data/lib/twilio-ruby/rest/ip_messaging/v1.rb +1 -1
  144. data/lib/twilio-ruby/rest/ip_messaging/v1/credential.rb +4 -4
  145. data/lib/twilio-ruby/rest/ip_messaging/v1/service.rb +1 -1
  146. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel.rb +1 -1
  147. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/invite.rb +1 -1
  148. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/member.rb +1 -1
  149. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/message.rb +1 -1
  150. data/lib/twilio-ruby/rest/ip_messaging/v1/service/role.rb +1 -1
  151. data/lib/twilio-ruby/rest/ip_messaging/v1/service/user.rb +1 -1
  152. data/lib/twilio-ruby/rest/ip_messaging/v1/service/user/user_channel.rb +1 -1
  153. data/lib/twilio-ruby/rest/ip_messaging/v2.rb +1 -1
  154. data/lib/twilio-ruby/rest/ip_messaging/v2/credential.rb +4 -4
  155. data/lib/twilio-ruby/rest/ip_messaging/v2/service.rb +1 -1
  156. data/lib/twilio-ruby/rest/ip_messaging/v2/service/binding.rb +1 -1
  157. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel.rb +1 -1
  158. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/invite.rb +1 -1
  159. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/member.rb +1 -1
  160. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/message.rb +1 -1
  161. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/webhook.rb +1 -1
  162. data/lib/twilio-ruby/rest/ip_messaging/v2/service/role.rb +1 -1
  163. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user.rb +1 -1
  164. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_binding.rb +1 -1
  165. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_channel.rb +1 -1
  166. data/lib/twilio-ruby/rest/lookups.rb +1 -1
  167. data/lib/twilio-ruby/rest/lookups/v1.rb +1 -1
  168. data/lib/twilio-ruby/rest/lookups/v1/phone_number.rb +1 -1
  169. data/lib/twilio-ruby/rest/messaging.rb +1 -1
  170. data/lib/twilio-ruby/rest/messaging/v1.rb +1 -1
  171. data/lib/twilio-ruby/rest/messaging/v1/service.rb +1 -1
  172. data/lib/twilio-ruby/rest/messaging/v1/service/alpha_sender.rb +1 -1
  173. data/lib/twilio-ruby/rest/messaging/v1/service/phone_number.rb +1 -1
  174. data/lib/twilio-ruby/rest/messaging/v1/service/short_code.rb +1 -1
  175. data/lib/twilio-ruby/rest/messaging/v1/session.rb +1 -1
  176. data/lib/twilio-ruby/rest/messaging/v1/session/message.rb +1 -1
  177. data/lib/twilio-ruby/rest/messaging/v1/session/participant.rb +1 -1
  178. data/lib/twilio-ruby/rest/messaging/v1/session/webhook.rb +1 -1
  179. data/lib/twilio-ruby/rest/messaging/v1/webhook.rb +1 -1
  180. data/lib/twilio-ruby/rest/monitor.rb +1 -1
  181. data/lib/twilio-ruby/rest/monitor/v1.rb +1 -1
  182. data/lib/twilio-ruby/rest/monitor/v1/alert.rb +1 -1
  183. data/lib/twilio-ruby/rest/monitor/v1/event.rb +1 -1
  184. data/lib/twilio-ruby/rest/notify.rb +1 -1
  185. data/lib/twilio-ruby/rest/notify/v1.rb +1 -1
  186. data/lib/twilio-ruby/rest/notify/v1/credential.rb +1 -1
  187. data/lib/twilio-ruby/rest/notify/v1/service.rb +1 -1
  188. data/lib/twilio-ruby/rest/notify/v1/service/binding.rb +1 -1
  189. data/lib/twilio-ruby/rest/notify/v1/service/notification.rb +2 -2
  190. data/lib/twilio-ruby/rest/preview.rb +1 -1
  191. data/lib/twilio-ruby/rest/preview/acc_security.rb +1 -1
  192. data/lib/twilio-ruby/rest/preview/acc_security/service.rb +1 -1
  193. data/lib/twilio-ruby/rest/preview/acc_security/service/verification.rb +1 -1
  194. data/lib/twilio-ruby/rest/preview/acc_security/service/verification_check.rb +1 -1
  195. data/lib/twilio-ruby/rest/preview/bulk_exports.rb +1 -1
  196. data/lib/twilio-ruby/rest/preview/bulk_exports/export.rb +1 -1
  197. data/lib/twilio-ruby/rest/preview/bulk_exports/export/day.rb +1 -1
  198. data/lib/twilio-ruby/rest/preview/bulk_exports/export_configuration.rb +1 -1
  199. data/lib/twilio-ruby/rest/preview/deployed_devices.rb +1 -1
  200. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet.rb +1 -1
  201. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/certificate.rb +1 -1
  202. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/deployment.rb +1 -1
  203. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/device.rb +1 -1
  204. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/key.rb +1 -1
  205. data/lib/twilio-ruby/rest/preview/hosted_numbers.rb +1 -1
  206. data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document.rb +1 -1
  207. data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document/dependent_hosted_number_order.rb +1 -1
  208. data/lib/twilio-ruby/rest/preview/hosted_numbers/hosted_number_order.rb +1 -1
  209. data/lib/twilio-ruby/rest/preview/marketplace.rb +1 -1
  210. data/lib/twilio-ruby/rest/preview/marketplace/available_add_on.rb +1 -1
  211. data/lib/twilio-ruby/rest/preview/marketplace/available_add_on/available_add_on_extension.rb +1 -1
  212. data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on.rb +1 -1
  213. data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on/installed_add_on_extension.rb +1 -1
  214. data/lib/twilio-ruby/rest/preview/sync.rb +1 -1
  215. data/lib/twilio-ruby/rest/preview/sync/service.rb +1 -1
  216. data/lib/twilio-ruby/rest/preview/sync/service/document.rb +1 -1
  217. data/lib/twilio-ruby/rest/preview/sync/service/document/document_permission.rb +1 -1
  218. data/lib/twilio-ruby/rest/preview/sync/service/sync_list.rb +1 -1
  219. data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_item.rb +1 -1
  220. data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_permission.rb +1 -1
  221. data/lib/twilio-ruby/rest/preview/sync/service/sync_map.rb +1 -1
  222. data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_item.rb +1 -1
  223. data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_permission.rb +1 -1
  224. data/lib/twilio-ruby/rest/preview/trusted_comms.rb +1 -1
  225. data/lib/twilio-ruby/rest/preview/trusted_comms/current_call.rb +1 -1
  226. data/lib/twilio-ruby/rest/preview/trusted_comms/device.rb +1 -1
  227. data/lib/twilio-ruby/rest/preview/trusted_comms/phone_call.rb +107 -6
  228. data/lib/twilio-ruby/rest/preview/understand.rb +1 -1
  229. data/lib/twilio-ruby/rest/preview/understand/assistant.rb +1 -1
  230. data/lib/twilio-ruby/rest/preview/understand/assistant/assistant_fallback_actions.rb +1 -1
  231. data/lib/twilio-ruby/rest/preview/understand/assistant/assistant_initiation_actions.rb +1 -1
  232. data/lib/twilio-ruby/rest/preview/understand/assistant/dialogue.rb +1 -1
  233. data/lib/twilio-ruby/rest/preview/understand/assistant/field_type.rb +1 -1
  234. data/lib/twilio-ruby/rest/preview/understand/assistant/field_type/field_value.rb +1 -1
  235. data/lib/twilio-ruby/rest/preview/understand/assistant/model_build.rb +1 -1
  236. data/lib/twilio-ruby/rest/preview/understand/assistant/query.rb +1 -1
  237. data/lib/twilio-ruby/rest/preview/understand/assistant/style_sheet.rb +1 -1
  238. data/lib/twilio-ruby/rest/preview/understand/assistant/task.rb +1 -1
  239. data/lib/twilio-ruby/rest/preview/understand/assistant/task/field.rb +1 -1
  240. data/lib/twilio-ruby/rest/preview/understand/assistant/task/sample.rb +1 -1
  241. data/lib/twilio-ruby/rest/preview/understand/assistant/task/task_actions.rb +1 -1
  242. data/lib/twilio-ruby/rest/preview/understand/assistant/task/task_statistics.rb +1 -1
  243. data/lib/twilio-ruby/rest/preview/wireless.rb +1 -1
  244. data/lib/twilio-ruby/rest/preview/wireless/command.rb +1 -1
  245. data/lib/twilio-ruby/rest/preview/wireless/rate_plan.rb +1 -1
  246. data/lib/twilio-ruby/rest/preview/wireless/sim.rb +1 -1
  247. data/lib/twilio-ruby/rest/preview/wireless/sim/usage.rb +1 -1
  248. data/lib/twilio-ruby/rest/pricing.rb +1 -1
  249. data/lib/twilio-ruby/rest/pricing/v1.rb +1 -1
  250. data/lib/twilio-ruby/rest/pricing/v1/messaging.rb +1 -1
  251. data/lib/twilio-ruby/rest/pricing/v1/messaging/country.rb +1 -1
  252. data/lib/twilio-ruby/rest/pricing/v1/phone_number.rb +1 -1
  253. data/lib/twilio-ruby/rest/pricing/v1/phone_number/country.rb +2 -2
  254. data/lib/twilio-ruby/rest/pricing/v1/voice.rb +1 -1
  255. data/lib/twilio-ruby/rest/pricing/v1/voice/country.rb +1 -1
  256. data/lib/twilio-ruby/rest/pricing/v1/voice/number.rb +1 -1
  257. data/lib/twilio-ruby/rest/pricing/v2.rb +1 -1
  258. data/lib/twilio-ruby/rest/pricing/v2/voice.rb +1 -1
  259. data/lib/twilio-ruby/rest/pricing/v2/voice/country.rb +1 -1
  260. data/lib/twilio-ruby/rest/pricing/v2/voice/number.rb +1 -1
  261. data/lib/twilio-ruby/rest/proxy.rb +1 -1
  262. data/lib/twilio-ruby/rest/proxy/v1.rb +1 -1
  263. data/lib/twilio-ruby/rest/proxy/v1/service.rb +1 -1
  264. data/lib/twilio-ruby/rest/proxy/v1/service/phone_number.rb +1 -1
  265. data/lib/twilio-ruby/rest/proxy/v1/service/session.rb +1 -1
  266. data/lib/twilio-ruby/rest/proxy/v1/service/session/interaction.rb +1 -1
  267. data/lib/twilio-ruby/rest/proxy/v1/service/session/participant.rb +1 -1
  268. data/lib/twilio-ruby/rest/proxy/v1/service/session/participant/message_interaction.rb +1 -1
  269. data/lib/twilio-ruby/rest/proxy/v1/service/short_code.rb +1 -1
  270. data/lib/twilio-ruby/rest/serverless.rb +1 -1
  271. data/lib/twilio-ruby/rest/serverless/v1.rb +1 -1
  272. data/lib/twilio-ruby/rest/serverless/v1/service.rb +1 -1
  273. data/lib/twilio-ruby/rest/serverless/v1/service/asset.rb +1 -1
  274. data/lib/twilio-ruby/rest/serverless/v1/service/asset/asset_version.rb +1 -1
  275. data/lib/twilio-ruby/rest/serverless/v1/service/build.rb +1 -1
  276. data/lib/twilio-ruby/rest/serverless/v1/service/environment.rb +1 -1
  277. data/lib/twilio-ruby/rest/serverless/v1/service/environment/deployment.rb +1 -1
  278. data/lib/twilio-ruby/rest/serverless/v1/service/environment/variable.rb +1 -1
  279. data/lib/twilio-ruby/rest/serverless/v1/service/function.rb +1 -1
  280. data/lib/twilio-ruby/rest/serverless/v1/service/function/function_version.rb +1 -1
  281. data/lib/twilio-ruby/rest/studio.rb +1 -1
  282. data/lib/twilio-ruby/rest/studio/v1.rb +1 -1
  283. data/lib/twilio-ruby/rest/studio/v1/flow.rb +1 -1
  284. data/lib/twilio-ruby/rest/studio/v1/flow/engagement.rb +1 -1
  285. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/engagement_context.rb +1 -1
  286. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/step.rb +1 -1
  287. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/step/step_context.rb +1 -1
  288. data/lib/twilio-ruby/rest/studio/v1/flow/execution.rb +1 -1
  289. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_context.rb +1 -1
  290. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step.rb +1 -1
  291. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step/execution_step_context.rb +1 -1
  292. data/lib/twilio-ruby/rest/sync.rb +1 -1
  293. data/lib/twilio-ruby/rest/sync/v1.rb +1 -1
  294. data/lib/twilio-ruby/rest/sync/v1/service.rb +1 -1
  295. data/lib/twilio-ruby/rest/sync/v1/service/document.rb +1 -1
  296. data/lib/twilio-ruby/rest/sync/v1/service/document/document_permission.rb +1 -1
  297. data/lib/twilio-ruby/rest/sync/v1/service/sync_list.rb +1 -1
  298. data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_item.rb +1 -1
  299. data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_permission.rb +1 -1
  300. data/lib/twilio-ruby/rest/sync/v1/service/sync_map.rb +1 -1
  301. data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_item.rb +1 -1
  302. data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_permission.rb +1 -1
  303. data/lib/twilio-ruby/rest/sync/v1/service/sync_stream.rb +1 -1
  304. data/lib/twilio-ruby/rest/sync/v1/service/sync_stream/stream_message.rb +1 -1
  305. data/lib/twilio-ruby/rest/taskrouter.rb +1 -1
  306. data/lib/twilio-ruby/rest/taskrouter/v1.rb +1 -1
  307. data/lib/twilio-ruby/rest/taskrouter/v1/workspace.rb +1 -1
  308. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/activity.rb +1 -1
  309. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/event.rb +1 -1
  310. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task.rb +1 -1
  311. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task/reservation.rb +1 -1
  312. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_channel.rb +1 -1
  313. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue.rb +1 -1
  314. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics.rb +1 -1
  315. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics.rb +1 -1
  316. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_statistics.rb +1 -1
  317. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queues_statistics.rb +1 -1
  318. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker.rb +1 -1
  319. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/reservation.rb +1 -1
  320. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_channel.rb +1 -1
  321. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_statistics.rb +1 -1
  322. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_cumulative_statistics.rb +1 -1
  323. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_real_time_statistics.rb +1 -1
  324. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_statistics.rb +1 -1
  325. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow.rb +1 -1
  326. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics.rb +1 -1
  327. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_real_time_statistics.rb +1 -1
  328. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_statistics.rb +1 -1
  329. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_cumulative_statistics.rb +1 -1
  330. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_real_time_statistics.rb +1 -1
  331. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_statistics.rb +1 -1
  332. data/lib/twilio-ruby/rest/trunking.rb +1 -1
  333. data/lib/twilio-ruby/rest/trunking/v1.rb +1 -1
  334. data/lib/twilio-ruby/rest/trunking/v1/trunk.rb +1 -1
  335. data/lib/twilio-ruby/rest/trunking/v1/trunk/credential_list.rb +1 -1
  336. data/lib/twilio-ruby/rest/trunking/v1/trunk/ip_access_control_list.rb +1 -1
  337. data/lib/twilio-ruby/rest/trunking/v1/trunk/origination_url.rb +1 -1
  338. data/lib/twilio-ruby/rest/trunking/v1/trunk/phone_number.rb +1 -1
  339. data/lib/twilio-ruby/rest/trunking/v1/trunk/terminating_sip_domain.rb +1 -1
  340. data/lib/twilio-ruby/rest/verify.rb +1 -1
  341. data/lib/twilio-ruby/rest/verify/v2.rb +1 -1
  342. data/lib/twilio-ruby/rest/verify/v2/service.rb +1 -1
  343. data/lib/twilio-ruby/rest/verify/v2/service/verification.rb +1 -1
  344. data/lib/twilio-ruby/rest/verify/v2/service/verification_check.rb +1 -1
  345. data/lib/twilio-ruby/rest/video.rb +1 -1
  346. data/lib/twilio-ruby/rest/video/v1.rb +1 -1
  347. data/lib/twilio-ruby/rest/video/v1/composition.rb +11 -11
  348. data/lib/twilio-ruby/rest/video/v1/composition_hook.rb +7 -7
  349. data/lib/twilio-ruby/rest/video/v1/composition_settings.rb +1 -1
  350. data/lib/twilio-ruby/rest/video/v1/recording.rb +1 -1
  351. data/lib/twilio-ruby/rest/video/v1/recording_settings.rb +1 -1
  352. data/lib/twilio-ruby/rest/video/v1/room.rb +8 -5
  353. data/lib/twilio-ruby/rest/video/v1/room/recording.rb +1 -1
  354. data/lib/twilio-ruby/rest/video/v1/room/room_participant.rb +1 -1
  355. data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_published_track.rb +1 -1
  356. data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_subscribe_rule.rb +4 -4
  357. data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_subscribed_track.rb +1 -1
  358. data/lib/twilio-ruby/rest/voice.rb +1 -1
  359. data/lib/twilio-ruby/rest/voice/v1.rb +1 -1
  360. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions.rb +1 -1
  361. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/bulk_country_update.rb +1 -1
  362. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/country.rb +1 -1
  363. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/country/highrisk_special_prefix.rb +1 -1
  364. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/settings.rb +1 -1
  365. data/lib/twilio-ruby/rest/wireless.rb +1 -1
  366. data/lib/twilio-ruby/rest/wireless/v1.rb +1 -1
  367. data/lib/twilio-ruby/rest/wireless/v1/command.rb +1 -1
  368. data/lib/twilio-ruby/rest/wireless/v1/rate_plan.rb +1 -1
  369. data/lib/twilio-ruby/rest/wireless/v1/sim.rb +1 -1
  370. data/lib/twilio-ruby/rest/wireless/v1/sim/data_session.rb +1 -1
  371. data/lib/twilio-ruby/rest/wireless/v1/sim/usage_record.rb +1 -1
  372. data/lib/twilio-ruby/twiml/fax_response.rb +1 -1
  373. data/lib/twilio-ruby/twiml/messaging_response.rb +1 -1
  374. data/lib/twilio-ruby/twiml/voice_response.rb +1 -1
  375. data/lib/twilio-ruby/version.rb +1 -1
  376. data/spec/integration/accounts/v1/credential/aws_spec.rb +1 -1
  377. data/spec/integration/accounts/v1/credential/public_key_spec.rb +1 -1
  378. data/spec/integration/accounts/v1/credential_spec.rb +1 -1
  379. data/spec/integration/api/v2010/account/address/dependent_phone_number_spec.rb +1 -1
  380. data/spec/integration/api/v2010/account/address_spec.rb +1 -1
  381. data/spec/integration/api/v2010/account/application_spec.rb +1 -1
  382. data/spec/integration/api/v2010/account/authorized_connect_app_spec.rb +1 -1
  383. data/spec/integration/api/v2010/account/available_phone_number/local_spec.rb +1 -1
  384. data/spec/integration/api/v2010/account/available_phone_number/machine_to_machine_spec.rb +1 -1
  385. data/spec/integration/api/v2010/account/available_phone_number/mobile_spec.rb +1 -1
  386. data/spec/integration/api/v2010/account/available_phone_number/national_spec.rb +1 -1
  387. data/spec/integration/api/v2010/account/available_phone_number/shared_cost_spec.rb +1 -1
  388. data/spec/integration/api/v2010/account/available_phone_number/toll_free_spec.rb +1 -1
  389. data/spec/integration/api/v2010/account/available_phone_number/voip_spec.rb +1 -1
  390. data/spec/integration/api/v2010/account/available_phone_number_spec.rb +1 -1
  391. data/spec/integration/api/v2010/account/balance_spec.rb +1 -1
  392. data/spec/integration/api/v2010/account/call/feedback_spec.rb +1 -1
  393. data/spec/integration/api/v2010/account/call/feedback_summary_spec.rb +1 -1
  394. data/spec/integration/api/v2010/account/call/notification_spec.rb +1 -1
  395. data/spec/integration/api/v2010/account/call/recording_spec.rb +1 -1
  396. data/spec/integration/api/v2010/account/call_spec.rb +1 -1
  397. data/spec/integration/api/v2010/account/conference/participant_spec.rb +1 -1
  398. data/spec/integration/api/v2010/account/conference/recording_spec.rb +1 -1
  399. data/spec/integration/api/v2010/account/conference_spec.rb +1 -1
  400. data/spec/integration/api/v2010/account/connect_app_spec.rb +1 -1
  401. data/spec/integration/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension_spec.rb +1 -1
  402. data/spec/integration/api/v2010/account/incoming_phone_number/assigned_add_on_spec.rb +1 -1
  403. data/spec/integration/api/v2010/account/incoming_phone_number/local_spec.rb +1 -1
  404. data/spec/integration/api/v2010/account/incoming_phone_number/mobile_spec.rb +1 -1
  405. data/spec/integration/api/v2010/account/incoming_phone_number/toll_free_spec.rb +1 -1
  406. data/spec/integration/api/v2010/account/incoming_phone_number_spec.rb +1 -1
  407. data/spec/integration/api/v2010/account/key_spec.rb +1 -1
  408. data/spec/integration/api/v2010/account/message/feedback_spec.rb +1 -1
  409. data/spec/integration/api/v2010/account/message/media_spec.rb +1 -1
  410. data/spec/integration/api/v2010/account/message_spec.rb +1 -1
  411. data/spec/integration/api/v2010/account/new_key_spec.rb +1 -1
  412. data/spec/integration/api/v2010/account/new_signing_key_spec.rb +1 -1
  413. data/spec/integration/api/v2010/account/notification_spec.rb +1 -1
  414. data/spec/integration/api/v2010/account/outgoing_caller_id_spec.rb +1 -1
  415. data/spec/integration/api/v2010/account/queue/member_spec.rb +1 -1
  416. data/spec/integration/api/v2010/account/queue_spec.rb +1 -1
  417. data/spec/integration/api/v2010/account/recording/add_on_result/payload_spec.rb +1 -1
  418. data/spec/integration/api/v2010/account/recording/add_on_result_spec.rb +1 -1
  419. data/spec/integration/api/v2010/account/recording/transcription_spec.rb +1 -1
  420. data/spec/integration/api/v2010/account/recording_spec.rb +1 -1
  421. data/spec/integration/api/v2010/account/short_code_spec.rb +1 -1
  422. data/spec/integration/api/v2010/account/signing_key_spec.rb +1 -1
  423. data/spec/integration/api/v2010/account/sip/credential_list/credential_spec.rb +1 -1
  424. data/spec/integration/api/v2010/account/sip/credential_list_spec.rb +1 -1
  425. data/spec/integration/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_credential_list_mapping_spec.rb +1 -1
  426. data/spec/integration/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_ip_access_control_list_mapping_spec.rb +1 -1
  427. data/spec/integration/api/v2010/account/sip/domain/auth_types/auth_calls_mapping_spec.rb +1 -1
  428. data/spec/integration/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping/auth_registrations_credential_list_mapping_spec.rb +1 -1
  429. data/spec/integration/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping_spec.rb +1 -1
  430. data/spec/integration/api/v2010/account/sip/domain/auth_types_spec.rb +1 -1
  431. data/spec/integration/api/v2010/account/sip/domain/credential_list_mapping_spec.rb +1 -1
  432. data/spec/integration/api/v2010/account/sip/domain/ip_access_control_list_mapping_spec.rb +1 -1
  433. data/spec/integration/api/v2010/account/sip/domain_spec.rb +1 -1
  434. data/spec/integration/api/v2010/account/sip/ip_access_control_list/ip_address_spec.rb +1 -1
  435. data/spec/integration/api/v2010/account/sip/ip_access_control_list_spec.rb +1 -1
  436. data/spec/integration/api/v2010/account/sip_spec.rb +1 -1
  437. data/spec/integration/api/v2010/account/token_spec.rb +1 -1
  438. data/spec/integration/api/v2010/account/transcription_spec.rb +1 -1
  439. data/spec/integration/api/v2010/account/usage/record/all_time_spec.rb +1 -1
  440. data/spec/integration/api/v2010/account/usage/record/daily_spec.rb +1 -1
  441. data/spec/integration/api/v2010/account/usage/record/last_month_spec.rb +1 -1
  442. data/spec/integration/api/v2010/account/usage/record/monthly_spec.rb +1 -1
  443. data/spec/integration/api/v2010/account/usage/record/this_month_spec.rb +1 -1
  444. data/spec/integration/api/v2010/account/usage/record/today_spec.rb +1 -1
  445. data/spec/integration/api/v2010/account/usage/record/yearly_spec.rb +1 -1
  446. data/spec/integration/api/v2010/account/usage/record/yesterday_spec.rb +1 -1
  447. data/spec/integration/api/v2010/account/usage/record_spec.rb +1 -1
  448. data/spec/integration/api/v2010/account/usage/trigger_spec.rb +1 -1
  449. data/spec/integration/api/v2010/account/usage_spec.rb +1 -1
  450. data/spec/integration/api/v2010/account/validation_request_spec.rb +1 -1
  451. data/spec/integration/api/v2010/account_spec.rb +5 -5
  452. data/spec/integration/authy/v1/form_spec.rb +1 -1
  453. data/spec/integration/authy/v1/service/entity/factor/challenge_spec.rb +1 -1
  454. data/spec/integration/authy/v1/service/entity/factor_spec.rb +1 -1
  455. data/spec/integration/authy/v1/service/entity_spec.rb +1 -1
  456. data/spec/integration/authy/v1/service_spec.rb +1 -1
  457. data/spec/integration/autopilot/v1/assistant/defaults_spec.rb +1 -1
  458. data/spec/integration/autopilot/v1/assistant/dialogue_spec.rb +1 -1
  459. data/spec/integration/autopilot/v1/assistant/field_type/field_value_spec.rb +5 -5
  460. data/spec/integration/autopilot/v1/assistant/field_type_spec.rb +1 -1
  461. data/spec/integration/autopilot/v1/assistant/model_build_spec.rb +1 -1
  462. data/spec/integration/autopilot/v1/assistant/query_spec.rb +5 -5
  463. data/spec/integration/autopilot/v1/assistant/style_sheet_spec.rb +1 -1
  464. data/spec/integration/autopilot/v1/assistant/task/field_spec.rb +1 -1
  465. data/spec/integration/autopilot/v1/assistant/task/sample_spec.rb +5 -5
  466. data/spec/integration/autopilot/v1/assistant/task/task_actions_spec.rb +1 -1
  467. data/spec/integration/autopilot/v1/assistant/task/task_statistics_spec.rb +1 -1
  468. data/spec/integration/autopilot/v1/assistant/task_spec.rb +1 -1
  469. data/spec/integration/autopilot/v1/assistant_spec.rb +1 -1
  470. data/spec/integration/chat/v1/credential_spec.rb +1 -1
  471. data/spec/integration/chat/v1/service/channel/invite_spec.rb +5 -5
  472. data/spec/integration/chat/v1/service/channel/member_spec.rb +1 -1
  473. data/spec/integration/chat/v1/service/channel/message_spec.rb +1 -1
  474. data/spec/integration/chat/v1/service/channel_spec.rb +1 -1
  475. data/spec/integration/chat/v1/service/role_spec.rb +1 -1
  476. data/spec/integration/chat/v1/service/user/user_channel_spec.rb +1 -1
  477. data/spec/integration/chat/v1/service/user_spec.rb +1 -1
  478. data/spec/integration/chat/v1/service_spec.rb +1 -1
  479. data/spec/integration/chat/v2/credential_spec.rb +1 -1
  480. data/spec/integration/chat/v2/service/binding_spec.rb +1 -1
  481. data/spec/integration/chat/v2/service/channel/invite_spec.rb +5 -5
  482. data/spec/integration/chat/v2/service/channel/member_spec.rb +1 -1
  483. data/spec/integration/chat/v2/service/channel/message_spec.rb +1 -1
  484. data/spec/integration/chat/v2/service/channel/webhook_spec.rb +1 -1
  485. data/spec/integration/chat/v2/service/channel_spec.rb +1 -1
  486. data/spec/integration/chat/v2/service/role_spec.rb +1 -1
  487. data/spec/integration/chat/v2/service/user/user_binding_spec.rb +1 -1
  488. data/spec/integration/chat/v2/service/user/user_channel_spec.rb +1 -1
  489. data/spec/integration/chat/v2/service/user_spec.rb +1 -1
  490. data/spec/integration/chat/v2/service_spec.rb +1 -1
  491. data/spec/integration/fax/v1/fax/fax_media_spec.rb +1 -1
  492. data/spec/integration/fax/v1/fax_spec.rb +5 -5
  493. data/spec/integration/flex_api/v1/configuration_spec.rb +1 -1
  494. data/spec/integration/flex_api/v1/flex_flow_spec.rb +1 -1
  495. data/spec/integration/insights/v1/summary_spec.rb +1 -1
  496. data/spec/integration/ip_messaging/v1/credential_spec.rb +1 -1
  497. data/spec/integration/ip_messaging/v1/service/channel/invite_spec.rb +5 -5
  498. data/spec/integration/ip_messaging/v1/service/channel/member_spec.rb +1 -1
  499. data/spec/integration/ip_messaging/v1/service/channel/message_spec.rb +1 -1
  500. data/spec/integration/ip_messaging/v1/service/channel_spec.rb +1 -1
  501. data/spec/integration/ip_messaging/v1/service/role_spec.rb +1 -1
  502. data/spec/integration/ip_messaging/v1/service/user/user_channel_spec.rb +1 -1
  503. data/spec/integration/ip_messaging/v1/service/user_spec.rb +1 -1
  504. data/spec/integration/ip_messaging/v1/service_spec.rb +1 -1
  505. data/spec/integration/ip_messaging/v2/credential_spec.rb +1 -1
  506. data/spec/integration/ip_messaging/v2/service/binding_spec.rb +1 -1
  507. data/spec/integration/ip_messaging/v2/service/channel/invite_spec.rb +5 -5
  508. data/spec/integration/ip_messaging/v2/service/channel/member_spec.rb +1 -1
  509. data/spec/integration/ip_messaging/v2/service/channel/message_spec.rb +1 -1
  510. data/spec/integration/ip_messaging/v2/service/channel/webhook_spec.rb +1 -1
  511. data/spec/integration/ip_messaging/v2/service/channel_spec.rb +1 -1
  512. data/spec/integration/ip_messaging/v2/service/role_spec.rb +1 -1
  513. data/spec/integration/ip_messaging/v2/service/user/user_binding_spec.rb +1 -1
  514. data/spec/integration/ip_messaging/v2/service/user/user_channel_spec.rb +1 -1
  515. data/spec/integration/ip_messaging/v2/service/user_spec.rb +1 -1
  516. data/spec/integration/ip_messaging/v2/service_spec.rb +1 -1
  517. data/spec/integration/lookups/v1/phone_number_spec.rb +1 -1
  518. data/spec/integration/messaging/v1/service/alpha_sender_spec.rb +1 -1
  519. data/spec/integration/messaging/v1/service/phone_number_spec.rb +1 -1
  520. data/spec/integration/messaging/v1/service/short_code_spec.rb +1 -1
  521. data/spec/integration/messaging/v1/service_spec.rb +1 -1
  522. data/spec/integration/messaging/v1/session/message_spec.rb +1 -1
  523. data/spec/integration/messaging/v1/session/participant_spec.rb +1 -1
  524. data/spec/integration/messaging/v1/session/webhook_spec.rb +1 -1
  525. data/spec/integration/messaging/v1/session_spec.rb +1 -1
  526. data/spec/integration/messaging/v1/webhook_spec.rb +1 -1
  527. data/spec/integration/monitor/v1/alert_spec.rb +1 -1
  528. data/spec/integration/monitor/v1/event_spec.rb +1 -1
  529. data/spec/integration/notify/v1/credential_spec.rb +1 -1
  530. data/spec/integration/notify/v1/service/binding_spec.rb +5 -5
  531. data/spec/integration/notify/v1/service/notification_spec.rb +1 -1
  532. data/spec/integration/notify/v1/service_spec.rb +1 -1
  533. data/spec/integration/preview/acc_security/service/verification_check_spec.rb +1 -1
  534. data/spec/integration/preview/acc_security/service/verification_spec.rb +1 -1
  535. data/spec/integration/preview/acc_security/service_spec.rb +1 -1
  536. data/spec/integration/preview/bulk_exports/export/day_spec.rb +1 -1
  537. data/spec/integration/preview/bulk_exports/export_configuration_spec.rb +1 -1
  538. data/spec/integration/preview/bulk_exports/export_spec.rb +1 -1
  539. data/spec/integration/preview/deployed_devices/fleet/certificate_spec.rb +1 -1
  540. data/spec/integration/preview/deployed_devices/fleet/deployment_spec.rb +1 -1
  541. data/spec/integration/preview/deployed_devices/fleet/device_spec.rb +1 -1
  542. data/spec/integration/preview/deployed_devices/fleet/key_spec.rb +1 -1
  543. data/spec/integration/preview/deployed_devices/fleet_spec.rb +1 -1
  544. data/spec/integration/preview/hosted_numbers/authorization_document/dependent_hosted_number_order_spec.rb +3 -3
  545. data/spec/integration/preview/hosted_numbers/authorization_document_spec.rb +3 -3
  546. data/spec/integration/preview/hosted_numbers/hosted_number_order_spec.rb +3 -3
  547. data/spec/integration/preview/marketplace/available_add_on/available_add_on_extension_spec.rb +1 -1
  548. data/spec/integration/preview/marketplace/available_add_on_spec.rb +1 -1
  549. data/spec/integration/preview/marketplace/installed_add_on/installed_add_on_extension_spec.rb +1 -1
  550. data/spec/integration/preview/marketplace/installed_add_on_spec.rb +1 -1
  551. data/spec/integration/preview/sync/service/document/document_permission_spec.rb +1 -1
  552. data/spec/integration/preview/sync/service/document_spec.rb +1 -1
  553. data/spec/integration/preview/sync/service/sync_list/sync_list_item_spec.rb +5 -5
  554. data/spec/integration/preview/sync/service/sync_list/sync_list_permission_spec.rb +1 -1
  555. data/spec/integration/preview/sync/service/sync_list_spec.rb +1 -1
  556. data/spec/integration/preview/sync/service/sync_map/sync_map_item_spec.rb +5 -5
  557. data/spec/integration/preview/sync/service/sync_map/sync_map_permission_spec.rb +1 -1
  558. data/spec/integration/preview/sync/service/sync_map_spec.rb +1 -1
  559. data/spec/integration/preview/sync/service_spec.rb +1 -1
  560. data/spec/integration/preview/trusted_comms/current_call_spec.rb +1 -1
  561. data/spec/integration/preview/trusted_comms/device_spec.rb +1 -1
  562. data/spec/integration/preview/trusted_comms/phone_call_spec.rb +4 -4
  563. data/spec/integration/preview/understand/assistant/assistant_fallback_actions_spec.rb +1 -1
  564. data/spec/integration/preview/understand/assistant/assistant_initiation_actions_spec.rb +1 -1
  565. data/spec/integration/preview/understand/assistant/dialogue_spec.rb +1 -1
  566. data/spec/integration/preview/understand/assistant/field_type/field_value_spec.rb +5 -5
  567. data/spec/integration/preview/understand/assistant/field_type_spec.rb +1 -1
  568. data/spec/integration/preview/understand/assistant/model_build_spec.rb +1 -1
  569. data/spec/integration/preview/understand/assistant/query_spec.rb +5 -5
  570. data/spec/integration/preview/understand/assistant/style_sheet_spec.rb +1 -1
  571. data/spec/integration/preview/understand/assistant/task/field_spec.rb +1 -1
  572. data/spec/integration/preview/understand/assistant/task/sample_spec.rb +5 -5
  573. data/spec/integration/preview/understand/assistant/task/task_actions_spec.rb +1 -1
  574. data/spec/integration/preview/understand/assistant/task/task_statistics_spec.rb +1 -1
  575. data/spec/integration/preview/understand/assistant/task_spec.rb +1 -1
  576. data/spec/integration/preview/understand/assistant_spec.rb +1 -1
  577. data/spec/integration/preview/wireless/command_spec.rb +5 -5
  578. data/spec/integration/preview/wireless/rate_plan_spec.rb +1 -1
  579. data/spec/integration/preview/wireless/sim/usage_spec.rb +1 -1
  580. data/spec/integration/preview/wireless/sim_spec.rb +5 -5
  581. data/spec/integration/pricing/v1/messaging/country_spec.rb +1 -1
  582. data/spec/integration/pricing/v1/messaging_spec.rb +1 -1
  583. data/spec/integration/pricing/v1/phone_number/country_spec.rb +1 -1
  584. data/spec/integration/pricing/v1/phone_number_spec.rb +1 -1
  585. data/spec/integration/pricing/v1/voice/country_spec.rb +1 -1
  586. data/spec/integration/pricing/v1/voice/number_spec.rb +1 -1
  587. data/spec/integration/pricing/v1/voice_spec.rb +1 -1
  588. data/spec/integration/pricing/v2/voice/country_spec.rb +1 -1
  589. data/spec/integration/pricing/v2/voice/number_spec.rb +1 -1
  590. data/spec/integration/pricing/v2/voice_spec.rb +1 -1
  591. data/spec/integration/proxy/v1/service/phone_number_spec.rb +1 -1
  592. data/spec/integration/proxy/v1/service/session/interaction_spec.rb +1 -1
  593. data/spec/integration/proxy/v1/service/session/participant/message_interaction_spec.rb +1 -1
  594. data/spec/integration/proxy/v1/service/session/participant_spec.rb +1 -1
  595. data/spec/integration/proxy/v1/service/session_spec.rb +1 -1
  596. data/spec/integration/proxy/v1/service/short_code_spec.rb +1 -1
  597. data/spec/integration/proxy/v1/service_spec.rb +1 -1
  598. data/spec/integration/serverless/v1/service/asset/asset_version_spec.rb +1 -1
  599. data/spec/integration/serverless/v1/service/asset_spec.rb +1 -1
  600. data/spec/integration/serverless/v1/service/build_spec.rb +1 -1
  601. data/spec/integration/serverless/v1/service/environment/deployment_spec.rb +1 -1
  602. data/spec/integration/serverless/v1/service/environment/variable_spec.rb +1 -1
  603. data/spec/integration/serverless/v1/service/environment_spec.rb +1 -1
  604. data/spec/integration/serverless/v1/service/function/function_version_spec.rb +1 -1
  605. data/spec/integration/serverless/v1/service/function_spec.rb +1 -1
  606. data/spec/integration/serverless/v1/service_spec.rb +1 -1
  607. data/spec/integration/studio/v1/flow/engagement/engagement_context_spec.rb +1 -1
  608. data/spec/integration/studio/v1/flow/engagement/step/step_context_spec.rb +1 -1
  609. data/spec/integration/studio/v1/flow/engagement/step_spec.rb +1 -1
  610. data/spec/integration/studio/v1/flow/engagement_spec.rb +1 -1
  611. data/spec/integration/studio/v1/flow/execution/execution_context_spec.rb +1 -1
  612. data/spec/integration/studio/v1/flow/execution/execution_step/execution_step_context_spec.rb +1 -1
  613. data/spec/integration/studio/v1/flow/execution/execution_step_spec.rb +1 -1
  614. data/spec/integration/studio/v1/flow/execution_spec.rb +1 -1
  615. data/spec/integration/studio/v1/flow_spec.rb +1 -1
  616. data/spec/integration/sync/v1/service/document/document_permission_spec.rb +1 -1
  617. data/spec/integration/sync/v1/service/document_spec.rb +1 -1
  618. data/spec/integration/sync/v1/service/sync_list/sync_list_item_spec.rb +5 -5
  619. data/spec/integration/sync/v1/service/sync_list/sync_list_permission_spec.rb +1 -1
  620. data/spec/integration/sync/v1/service/sync_list_spec.rb +1 -1
  621. data/spec/integration/sync/v1/service/sync_map/sync_map_item_spec.rb +5 -5
  622. data/spec/integration/sync/v1/service/sync_map/sync_map_permission_spec.rb +1 -1
  623. data/spec/integration/sync/v1/service/sync_map_spec.rb +1 -1
  624. data/spec/integration/sync/v1/service/sync_stream/stream_message_spec.rb +1 -1
  625. data/spec/integration/sync/v1/service/sync_stream_spec.rb +1 -1
  626. data/spec/integration/sync/v1/service_spec.rb +1 -1
  627. data/spec/integration/taskrouter/v1/workspace/activity_spec.rb +1 -1
  628. data/spec/integration/taskrouter/v1/workspace/event_spec.rb +5 -5
  629. data/spec/integration/taskrouter/v1/workspace/task/reservation_spec.rb +1 -1
  630. data/spec/integration/taskrouter/v1/workspace/task_channel_spec.rb +1 -1
  631. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics_spec.rb +1 -1
  632. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics_spec.rb +1 -1
  633. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_statistics_spec.rb +1 -1
  634. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queues_statistics_spec.rb +5 -5
  635. data/spec/integration/taskrouter/v1/workspace/task_queue_spec.rb +5 -5
  636. data/spec/integration/taskrouter/v1/workspace/task_spec.rb +7 -7
  637. data/spec/integration/taskrouter/v1/workspace/worker/reservation_spec.rb +1 -1
  638. data/spec/integration/taskrouter/v1/workspace/worker/worker_channel_spec.rb +1 -1
  639. data/spec/integration/taskrouter/v1/workspace/worker/worker_statistics_spec.rb +1 -1
  640. data/spec/integration/taskrouter/v1/workspace/worker/workers_cumulative_statistics_spec.rb +1 -1
  641. data/spec/integration/taskrouter/v1/workspace/worker/workers_real_time_statistics_spec.rb +1 -1
  642. data/spec/integration/taskrouter/v1/workspace/worker/workers_statistics_spec.rb +1 -1
  643. data/spec/integration/taskrouter/v1/workspace/worker_spec.rb +5 -5
  644. data/spec/integration/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics_spec.rb +1 -1
  645. data/spec/integration/taskrouter/v1/workspace/workflow/workflow_real_time_statistics_spec.rb +1 -1
  646. data/spec/integration/taskrouter/v1/workspace/workflow/workflow_statistics_spec.rb +1 -1
  647. data/spec/integration/taskrouter/v1/workspace/workflow_spec.rb +1 -1
  648. data/spec/integration/taskrouter/v1/workspace/workspace_cumulative_statistics_spec.rb +1 -1
  649. data/spec/integration/taskrouter/v1/workspace/workspace_real_time_statistics_spec.rb +1 -1
  650. data/spec/integration/taskrouter/v1/workspace/workspace_statistics_spec.rb +1 -1
  651. data/spec/integration/taskrouter/v1/workspace_spec.rb +5 -5
  652. data/spec/integration/trunking/v1/trunk/credential_list_spec.rb +1 -1
  653. data/spec/integration/trunking/v1/trunk/ip_access_control_list_spec.rb +1 -1
  654. data/spec/integration/trunking/v1/trunk/origination_url_spec.rb +1 -1
  655. data/spec/integration/trunking/v1/trunk/phone_number_spec.rb +1 -1
  656. data/spec/integration/trunking/v1/trunk/terminating_sip_domain_spec.rb +1 -1
  657. data/spec/integration/trunking/v1/trunk_spec.rb +1 -1
  658. data/spec/integration/verify/v2/service/verification_check_spec.rb +1 -1
  659. data/spec/integration/verify/v2/service/verification_spec.rb +1 -1
  660. data/spec/integration/verify/v2/service_spec.rb +1 -1
  661. data/spec/integration/video/v1/composition_hook_spec.rb +5 -5
  662. data/spec/integration/video/v1/composition_settings_spec.rb +1 -1
  663. data/spec/integration/video/v1/composition_spec.rb +8 -8
  664. data/spec/integration/video/v1/recording_settings_spec.rb +1 -1
  665. data/spec/integration/video/v1/recording_spec.rb +5 -5
  666. data/spec/integration/video/v1/room/recording_spec.rb +3 -3
  667. data/spec/integration/video/v1/room/room_participant/room_participant_published_track_spec.rb +1 -1
  668. data/spec/integration/video/v1/room/room_participant/room_participant_subscribe_rule_spec.rb +1 -1
  669. data/spec/integration/video/v1/room/room_participant/room_participant_subscribed_track_spec.rb +1 -1
  670. data/spec/integration/video/v1/room/room_participant_spec.rb +3 -3
  671. data/spec/integration/video/v1/room_spec.rb +3 -3
  672. data/spec/integration/voice/v1/dialing_permissions/bulk_country_update_spec.rb +1 -1
  673. data/spec/integration/voice/v1/dialing_permissions/country/highrisk_special_prefix_spec.rb +1 -1
  674. data/spec/integration/voice/v1/dialing_permissions/country_spec.rb +3 -3
  675. data/spec/integration/voice/v1/dialing_permissions/settings_spec.rb +1 -1
  676. data/spec/integration/voice/v1/dialing_permissions_spec.rb +1 -1
  677. data/spec/integration/wireless/v1/command_spec.rb +7 -7
  678. data/spec/integration/wireless/v1/rate_plan_spec.rb +1 -1
  679. data/spec/integration/wireless/v1/sim/data_session_spec.rb +3 -3
  680. data/spec/integration/wireless/v1/sim/usage_record_spec.rb +3 -3
  681. data/spec/integration/wireless/v1/sim_spec.rb +5 -5
  682. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 302b8c62d4b15972648c5590f46a0487ec3d4f7a41ea7229df0f2381adce2f2c
4
- data.tar.gz: 49c054dda1413d81134eb310e1d36302494c47bb3698ed9c7c38607905c349d4
3
+ metadata.gz: 330772c1c48384bbc77dcbdec094723f12d189493278c21aac7cb4bad79b9fb8
4
+ data.tar.gz: b743fcf5143aa0a4d3dcf56ec37e6b851ac7af669d3aab2fae0e1189780a0a28
5
5
  SHA512:
6
- metadata.gz: 3c2eb8e9e3b0828cae7e96bfc6e09f64e7eeb6200b7661da78d64ac23f5f12fbc16520958c4694a59f262349e5b6e86cdae56243f820d0b959a6c93d93be5fd1
7
- data.tar.gz: 668777dcaa7ea9845152e1dd0748e86752ddf3a81a800771db5542b841a348af5d85ec0fbed878e075666102b6a74314621e261fd5d4dbb3cd3fc4a16fd5870d
6
+ metadata.gz: 034521dfe6b51fecd40992e443fa72d02549bdf587e8bb51762673e433f0a3c6085675235301fdbc8335406d14bd83a8aabf6bf5cc35cc34bb3a641f5470f364
7
+ data.tar.gz: 248e2a4eda9eab0540edc3a0c7c30a13067a339423a551ed2fd2db101b032eb50df65cba962a17229dce2a1f15b24ff128ec77a1d8d620f7e471c242a6e7ab43
data/CHANGES.md CHANGED
@@ -1,6 +1,12 @@
1
1
  twilio-ruby changelog
2
2
  =====================
3
3
 
4
+ [2019-05-29] Version 5.23.1
5
+ ----------------------------
6
+ **Verify**
7
+ - Add `approved` to status enum
8
+
9
+
4
10
  [2019-05-15] Version 5.23.0
5
11
  ----------------------------
6
12
  **Api**
data/README.md CHANGED
@@ -26,13 +26,13 @@ in-line code documentation here in the library.
26
26
  To install using [Bundler][bundler] grab the latest stable version:
27
27
 
28
28
  ```ruby
29
- gem 'twilio-ruby', '~> 5.23.0'
29
+ gem 'twilio-ruby', '~> 5.23.1'
30
30
  ```
31
31
 
32
32
  To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install:
33
33
 
34
34
  ```bash
35
- gem install twilio-ruby -v 5.23.0
35
+ gem install twilio-ruby -v 5.23.1
36
36
  ```
37
37
 
38
38
  To build and install the development branch yourself from the latest source:
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -108,7 +108,7 @@ module Twilio
108
108
  # request with `AnsweredBy` of `unknown`. The default timeout is 30 seconds.
109
109
  # @param [String] recording_status_callback_event The recording status events that
110
110
  # will trigger calls to the URL specified in `recording_status_callback`. Can be:
111
- # `in-progress`, `completed` and `absent`. Defaults to `completed`. Separate
111
+ # `in-progress`, `completed` and `absent`. Defaults to `completed`. Separate
112
112
  # multiple values with a space.
113
113
  # @param [String] trim Whether to trim any leading and trailing silence from the
114
114
  # recording. Can be: `trim-silence` or `do-not-trim` and the default is
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -35,7 +35,7 @@ module Twilio
35
35
  # Lists NotificationInstance records from the API as a list.
36
36
  # Unlike stream(), this operation is eager and will load `limit` records into
37
37
  # memory before returning.
38
- # @param [String] log Only read notifications of the specified log level. Can be:
38
+ # @param [String] log Only read notifications of the specified log level. Can be:
39
39
  # `0` to read only ERROR notifications or `1` to read only WARNING notifications.
40
40
  # By default, all notifications are read.
41
41
  # @param [Time] message_date_before Filter by date
@@ -63,7 +63,7 @@ module Twilio
63
63
  # Streams NotificationInstance records from the API as an Enumerable.
64
64
  # This operation lazily loads records as efficiently as possible until the limit
65
65
  # is reached.
66
- # @param [String] log Only read notifications of the specified log level. Can be:
66
+ # @param [String] log Only read notifications of the specified log level. Can be:
67
67
  # `0` to read only ERROR notifications or `1` to read only WARNING notifications.
68
68
  # By default, all notifications are read.
69
69
  # @param [Time] message_date_before Filter by date
@@ -107,7 +107,7 @@ module Twilio
107
107
  ##
108
108
  # Retrieve a single page of NotificationInstance records from the API.
109
109
  # Request is executed immediately.
110
- # @param [String] log Only read notifications of the specified log level. Can be:
110
+ # @param [String] log Only read notifications of the specified log level. Can be:
111
111
  # `0` to read only ERROR notifications or `1` to read only WARNING notifications.
112
112
  # By default, all notifications are read.
113
113
  # @param [Time] message_date_before Filter by date
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -39,7 +39,7 @@ module Twilio
39
39
  # `completed` and `absent` and the default is `completed`. Separate multiple event
40
40
  # values with a space.
41
41
  # @param [String] recording_status_callback The URL we should call using the
42
- # `recording_status_callback_method` on each recording event specified in
42
+ # `recording_status_callback_method` on each recording event specified in
43
43
  # `recording_status_callback_event`. For more information, see
44
44
  # [RecordingStatusCallback
45
45
  # parameters](https://www.twilio.com/docs/voice/api/recording#recordingstatuscallback).
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -248,7 +248,7 @@ module Twilio
248
248
 
249
249
  ##
250
250
  # Update the ConferenceInstance
251
- # @param [conference.UpdateStatus] status The new status of the resource. Can be:
251
+ # @param [conference.UpdateStatus] status The new status of the resource. Can be:
252
252
  # Can be: `init`, `in-progress`, or `completed`. Specifying `completed` will end
253
253
  # the conference and hang up all participants
254
254
  # @param [String] announce_url The URL we should call to announce something into
@@ -450,7 +450,7 @@ module Twilio
450
450
 
451
451
  ##
452
452
  # Update the ConferenceInstance
453
- # @param [conference.UpdateStatus] status The new status of the resource. Can be:
453
+ # @param [conference.UpdateStatus] status The new status of the resource. Can be:
454
454
  # Can be: `init`, `in-progress`, or `completed`. Specifying `completed` will end
455
455
  # the conference and hang up all participants
456
456
  # @param [String] announce_url The URL we should call to announce something into
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio
@@ -3,7 +3,7 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
- #
6
+ #
7
7
  # frozen_string_literal: true
8
8
 
9
9
  module Twilio