twilio-ruby 5.8.1 → 5.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (572) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES.md +9 -0
  3. data/PULL_REQUEST_TEMPLATE.md +4 -0
  4. data/README.md +2 -2
  5. data/lib/rack/twilio_webhook_authentication.rb +2 -0
  6. data/lib/twilio-ruby/framework/domain.rb +2 -0
  7. data/lib/twilio-ruby/framework/error.rb +2 -0
  8. data/lib/twilio-ruby/framework/helper.rb +2 -0
  9. data/lib/twilio-ruby/framework/obsolete_client.rb +2 -0
  10. data/lib/twilio-ruby/framework/page.rb +2 -0
  11. data/lib/twilio-ruby/framework/request.rb +2 -0
  12. data/lib/twilio-ruby/framework/resource.rb +2 -0
  13. data/lib/twilio-ruby/framework/response.rb +2 -0
  14. data/lib/twilio-ruby/framework/serialize.rb +2 -0
  15. data/lib/twilio-ruby/framework/twilio_response.rb +2 -0
  16. data/lib/twilio-ruby/framework/values.rb +2 -0
  17. data/lib/twilio-ruby/framework/version.rb +2 -0
  18. data/lib/twilio-ruby/http/http_client.rb +2 -0
  19. data/lib/twilio-ruby/jwt/access_token.rb +2 -0
  20. data/lib/twilio-ruby/jwt/client_capability.rb +2 -0
  21. data/lib/twilio-ruby/jwt/jwt.rb +2 -0
  22. data/lib/twilio-ruby/jwt/task_router.rb +2 -0
  23. data/lib/twilio-ruby/rest/accounts/v1/credential/aws.rb +2 -0
  24. data/lib/twilio-ruby/rest/accounts/v1/credential/public_key.rb +2 -0
  25. data/lib/twilio-ruby/rest/accounts/v1/credential.rb +2 -0
  26. data/lib/twilio-ruby/rest/accounts/v1.rb +2 -0
  27. data/lib/twilio-ruby/rest/accounts.rb +2 -0
  28. data/lib/twilio-ruby/rest/api/v2010/account/address/dependent_phone_number.rb +6 -2
  29. data/lib/twilio-ruby/rest/api/v2010/account/address.rb +82 -45
  30. data/lib/twilio-ruby/rest/api/v2010/account/application.rb +65 -51
  31. data/lib/twilio-ruby/rest/api/v2010/account/authorized_connect_app.rb +2 -0
  32. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/local.rb +174 -73
  33. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/machine_to_machine.rb +2 -0
  34. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/mobile.rb +174 -73
  35. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/national.rb +2 -0
  36. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/shared_cost.rb +2 -0
  37. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/toll_free.rb +174 -73
  38. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/voip.rb +2 -0
  39. data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number.rb +2 -0
  40. data/lib/twilio-ruby/rest/api/v2010/account/call/feedback.rb +12 -6
  41. data/lib/twilio-ruby/rest/api/v2010/account/call/feedback_summary.rb +19 -9
  42. data/lib/twilio-ruby/rest/api/v2010/account/call/notification.rb +2 -0
  43. data/lib/twilio-ruby/rest/api/v2010/account/call/recording.rb +2 -0
  44. data/lib/twilio-ruby/rest/api/v2010/account/call.rb +150 -81
  45. data/lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb +66 -50
  46. data/lib/twilio-ruby/rest/api/v2010/account/conference.rb +13 -7
  47. data/lib/twilio-ruby/rest/api/v2010/account/connect_app.rb +19 -11
  48. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension.rb +2 -0
  49. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on.rb +2 -0
  50. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/local.rb +110 -58
  51. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/mobile.rb +110 -58
  52. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/toll_free.rb +110 -58
  53. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number.rb +106 -79
  54. data/lib/twilio-ruby/rest/api/v2010/account/key.rb +2 -0
  55. data/lib/twilio-ruby/rest/api/v2010/account/message/feedback.rb +2 -0
  56. data/lib/twilio-ruby/rest/api/v2010/account/message/media.rb +6 -2
  57. data/lib/twilio-ruby/rest/api/v2010/account/message.rb +74 -26
  58. data/lib/twilio-ruby/rest/api/v2010/account/new_key.rb +2 -0
  59. data/lib/twilio-ruby/rest/api/v2010/account/new_signing_key.rb +2 -0
  60. data/lib/twilio-ruby/rest/api/v2010/account/notification.rb +12 -5
  61. data/lib/twilio-ruby/rest/api/v2010/account/outgoing_caller_id.rb +18 -10
  62. data/lib/twilio-ruby/rest/api/v2010/account/queue/member.rb +2 -0
  63. data/lib/twilio-ruby/rest/api/v2010/account/queue.rb +2 -0
  64. data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result/payload.rb +2 -0
  65. data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result.rb +2 -0
  66. data/lib/twilio-ruby/rest/api/v2010/account/recording/transcription.rb +2 -0
  67. data/lib/twilio-ruby/rest/api/v2010/account/recording.rb +7 -3
  68. data/lib/twilio-ruby/rest/api/v2010/account/short_code.rb +21 -14
  69. data/lib/twilio-ruby/rest/api/v2010/account/signing_key.rb +2 -0
  70. data/lib/twilio-ruby/rest/api/v2010/account/sip/credential_list/credential.rb +2 -0
  71. data/lib/twilio-ruby/rest/api/v2010/account/sip/credential_list.rb +2 -0
  72. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/credential_list_mapping.rb +2 -0
  73. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/ip_access_control_list_mapping.rb +2 -0
  74. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain.rb +2 -0
  75. data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list/ip_address.rb +2 -0
  76. data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list.rb +2 -0
  77. data/lib/twilio-ruby/rest/api/v2010/account/sip.rb +2 -0
  78. data/lib/twilio-ruby/rest/api/v2010/account/token.rb +7 -5
  79. data/lib/twilio-ruby/rest/api/v2010/account/transcription.rb +6 -2
  80. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/all_time.rb +2 -0
  81. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/daily.rb +2 -0
  82. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/last_month.rb +2 -0
  83. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/monthly.rb +2 -0
  84. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/this_month.rb +2 -0
  85. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/today.rb +2 -0
  86. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yearly.rb +2 -0
  87. data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yesterday.rb +2 -0
  88. data/lib/twilio-ruby/rest/api/v2010/account/usage/record.rb +2 -0
  89. data/lib/twilio-ruby/rest/api/v2010/account/usage/trigger.rb +2 -0
  90. data/lib/twilio-ruby/rest/api/v2010/account/usage.rb +2 -0
  91. data/lib/twilio-ruby/rest/api/v2010/account/validation_request.rb +29 -13
  92. data/lib/twilio-ruby/rest/api/v2010/account.rb +11 -11
  93. data/lib/twilio-ruby/rest/api/v2010.rb +2 -0
  94. data/lib/twilio-ruby/rest/api.rb +3 -1
  95. data/lib/twilio-ruby/rest/chat/v1/credential.rb +2 -0
  96. data/lib/twilio-ruby/rest/chat/v1/service/channel/invite.rb +2 -0
  97. data/lib/twilio-ruby/rest/chat/v1/service/channel/member.rb +2 -0
  98. data/lib/twilio-ruby/rest/chat/v1/service/channel/message.rb +2 -0
  99. data/lib/twilio-ruby/rest/chat/v1/service/channel.rb +2 -0
  100. data/lib/twilio-ruby/rest/chat/v1/service/role.rb +2 -0
  101. data/lib/twilio-ruby/rest/chat/v1/service/user/user_channel.rb +2 -0
  102. data/lib/twilio-ruby/rest/chat/v1/service/user.rb +2 -0
  103. data/lib/twilio-ruby/rest/chat/v1/service.rb +2 -0
  104. data/lib/twilio-ruby/rest/chat/v1.rb +2 -0
  105. data/lib/twilio-ruby/rest/chat/v2/credential.rb +2 -0
  106. data/lib/twilio-ruby/rest/chat/v2/service/binding.rb +2 -0
  107. data/lib/twilio-ruby/rest/chat/v2/service/channel/invite.rb +2 -0
  108. data/lib/twilio-ruby/rest/chat/v2/service/channel/member.rb +2 -0
  109. data/lib/twilio-ruby/rest/chat/v2/service/channel/message.rb +2 -0
  110. data/lib/twilio-ruby/rest/chat/v2/service/channel.rb +2 -0
  111. data/lib/twilio-ruby/rest/chat/v2/service/role.rb +2 -0
  112. data/lib/twilio-ruby/rest/chat/v2/service/user/user_binding.rb +2 -0
  113. data/lib/twilio-ruby/rest/chat/v2/service/user/user_channel.rb +2 -0
  114. data/lib/twilio-ruby/rest/chat/v2/service/user.rb +2 -0
  115. data/lib/twilio-ruby/rest/chat/v2/service.rb +2 -0
  116. data/lib/twilio-ruby/rest/chat/v2.rb +2 -0
  117. data/lib/twilio-ruby/rest/chat.rb +2 -0
  118. data/lib/twilio-ruby/rest/client.rb +3 -1
  119. data/lib/twilio-ruby/rest/fax/v1/fax/fax_media.rb +2 -0
  120. data/lib/twilio-ruby/rest/fax/v1/fax.rb +11 -6
  121. data/lib/twilio-ruby/rest/fax/v1.rb +2 -0
  122. data/lib/twilio-ruby/rest/fax.rb +2 -0
  123. data/lib/twilio-ruby/rest/ip_messaging/v1/credential.rb +2 -0
  124. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/invite.rb +2 -0
  125. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/member.rb +2 -0
  126. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/message.rb +2 -0
  127. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel.rb +2 -0
  128. data/lib/twilio-ruby/rest/ip_messaging/v1/service/role.rb +2 -0
  129. data/lib/twilio-ruby/rest/ip_messaging/v1/service/user/user_channel.rb +2 -0
  130. data/lib/twilio-ruby/rest/ip_messaging/v1/service/user.rb +2 -0
  131. data/lib/twilio-ruby/rest/ip_messaging/v1/service.rb +2 -0
  132. data/lib/twilio-ruby/rest/ip_messaging/v1.rb +2 -0
  133. data/lib/twilio-ruby/rest/ip_messaging/v2/credential.rb +2 -0
  134. data/lib/twilio-ruby/rest/ip_messaging/v2/service/binding.rb +2 -0
  135. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/invite.rb +2 -0
  136. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/member.rb +2 -0
  137. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/message.rb +2 -0
  138. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel.rb +2 -0
  139. data/lib/twilio-ruby/rest/ip_messaging/v2/service/role.rb +2 -0
  140. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_binding.rb +2 -0
  141. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_channel.rb +2 -0
  142. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user.rb +2 -0
  143. data/lib/twilio-ruby/rest/ip_messaging/v2/service.rb +2 -0
  144. data/lib/twilio-ruby/rest/ip_messaging/v2.rb +2 -0
  145. data/lib/twilio-ruby/rest/ip_messaging.rb +2 -0
  146. data/lib/twilio-ruby/rest/lookups/v1/phone_number.rb +2 -0
  147. data/lib/twilio-ruby/rest/lookups/v1.rb +2 -0
  148. data/lib/twilio-ruby/rest/lookups.rb +2 -0
  149. data/lib/twilio-ruby/rest/messaging/v1/service/alpha_sender.rb +17 -11
  150. data/lib/twilio-ruby/rest/messaging/v1/service/phone_number.rb +15 -12
  151. data/lib/twilio-ruby/rest/messaging/v1/service/short_code.rb +2 -0
  152. data/lib/twilio-ruby/rest/messaging/v1/service.rb +54 -28
  153. data/lib/twilio-ruby/rest/messaging/v1.rb +2 -0
  154. data/lib/twilio-ruby/rest/messaging.rb +3 -1
  155. data/lib/twilio-ruby/rest/monitor/v1/alert.rb +52 -23
  156. data/lib/twilio-ruby/rest/monitor/v1/event.rb +2 -0
  157. data/lib/twilio-ruby/rest/monitor/v1.rb +2 -0
  158. data/lib/twilio-ruby/rest/monitor.rb +3 -1
  159. data/lib/twilio-ruby/rest/notify/v1/credential.rb +2 -0
  160. data/lib/twilio-ruby/rest/notify/v1/service/binding.rb +2 -0
  161. data/lib/twilio-ruby/rest/notify/v1/service/notification.rb +2 -0
  162. data/lib/twilio-ruby/rest/notify/v1/service/segment.rb +2 -0
  163. data/lib/twilio-ruby/rest/notify/v1/service/user/segment_memberships.rb +2 -0
  164. data/lib/twilio-ruby/rest/notify/v1/service/user/user_binding.rb +2 -0
  165. data/lib/twilio-ruby/rest/notify/v1/service/user.rb +2 -0
  166. data/lib/twilio-ruby/rest/notify/v1/service.rb +2 -0
  167. data/lib/twilio-ruby/rest/notify/v1.rb +2 -0
  168. data/lib/twilio-ruby/rest/notify.rb +2 -0
  169. data/lib/twilio-ruby/rest/preview/acc_security/service/verification.rb +2 -0
  170. data/lib/twilio-ruby/rest/preview/acc_security/service/verification_check.rb +2 -0
  171. data/lib/twilio-ruby/rest/preview/acc_security/service.rb +2 -0
  172. data/lib/twilio-ruby/rest/preview/acc_security.rb +2 -0
  173. data/lib/twilio-ruby/rest/preview/bulk_exports/export/day.rb +2 -0
  174. data/lib/twilio-ruby/rest/preview/bulk_exports/export.rb +2 -0
  175. data/lib/twilio-ruby/rest/preview/bulk_exports/export_configuration.rb +2 -0
  176. data/lib/twilio-ruby/rest/preview/bulk_exports.rb +2 -0
  177. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/certificate.rb +2 -0
  178. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/deployment.rb +2 -0
  179. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/device.rb +2 -0
  180. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/key.rb +2 -0
  181. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet.rb +2 -0
  182. data/lib/twilio-ruby/rest/preview/deployed_devices.rb +2 -0
  183. data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document/dependent_hosted_number_order.rb +14 -12
  184. data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document.rb +26 -21
  185. data/lib/twilio-ruby/rest/preview/hosted_numbers/hosted_number_order.rb +36 -25
  186. data/lib/twilio-ruby/rest/preview/hosted_numbers.rb +2 -0
  187. data/lib/twilio-ruby/rest/preview/marketplace/available_add_on/available_add_on_extension.rb +2 -0
  188. data/lib/twilio-ruby/rest/preview/marketplace/available_add_on.rb +2 -0
  189. data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on/installed_add_on_extension.rb +2 -0
  190. data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on.rb +9 -5
  191. data/lib/twilio-ruby/rest/preview/marketplace.rb +2 -0
  192. data/lib/twilio-ruby/rest/preview/proxy/service/phone_number.rb +2 -0
  193. data/lib/twilio-ruby/rest/preview/proxy/service/session/interaction.rb +2 -0
  194. data/lib/twilio-ruby/rest/preview/proxy/service/session/participant/message_interaction.rb +2 -0
  195. data/lib/twilio-ruby/rest/preview/proxy/service/session/participant.rb +2 -0
  196. data/lib/twilio-ruby/rest/preview/proxy/service/session.rb +2 -0
  197. data/lib/twilio-ruby/rest/preview/proxy/service/short_code.rb +2 -0
  198. data/lib/twilio-ruby/rest/preview/proxy/service.rb +2 -0
  199. data/lib/twilio-ruby/rest/preview/proxy.rb +2 -0
  200. data/lib/twilio-ruby/rest/preview/studio/flow/engagement/step.rb +2 -0
  201. data/lib/twilio-ruby/rest/preview/studio/flow/engagement.rb +2 -0
  202. data/lib/twilio-ruby/rest/preview/studio/flow.rb +2 -0
  203. data/lib/twilio-ruby/rest/preview/studio.rb +2 -0
  204. data/lib/twilio-ruby/rest/preview/sync/service/document/document_permission.rb +2 -0
  205. data/lib/twilio-ruby/rest/preview/sync/service/document.rb +2 -0
  206. data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_item.rb +2 -0
  207. data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_permission.rb +2 -0
  208. data/lib/twilio-ruby/rest/preview/sync/service/sync_list.rb +2 -0
  209. data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_item.rb +2 -0
  210. data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_permission.rb +2 -0
  211. data/lib/twilio-ruby/rest/preview/sync/service/sync_map.rb +2 -0
  212. data/lib/twilio-ruby/rest/preview/sync/service.rb +2 -0
  213. data/lib/twilio-ruby/rest/preview/sync.rb +2 -0
  214. data/lib/twilio-ruby/rest/preview/understand/assistant/field_type/field_value.rb +2 -0
  215. data/lib/twilio-ruby/rest/preview/understand/assistant/field_type.rb +2 -0
  216. data/lib/twilio-ruby/rest/preview/understand/assistant/intent/field.rb +2 -0
  217. data/lib/twilio-ruby/rest/preview/understand/assistant/intent/sample.rb +2 -0
  218. data/lib/twilio-ruby/rest/preview/understand/assistant/intent.rb +2 -0
  219. data/lib/twilio-ruby/rest/preview/understand/assistant/model_build.rb +2 -0
  220. data/lib/twilio-ruby/rest/preview/understand/assistant/query.rb +2 -0
  221. data/lib/twilio-ruby/rest/preview/understand/assistant.rb +2 -0
  222. data/lib/twilio-ruby/rest/preview/understand.rb +2 -0
  223. data/lib/twilio-ruby/rest/preview/wireless/command.rb +2 -0
  224. data/lib/twilio-ruby/rest/preview/wireless/rate_plan.rb +2 -0
  225. data/lib/twilio-ruby/rest/preview/wireless/sim/usage.rb +2 -0
  226. data/lib/twilio-ruby/rest/preview/wireless/sim.rb +2 -0
  227. data/lib/twilio-ruby/rest/preview/wireless.rb +2 -0
  228. data/lib/twilio-ruby/rest/preview.rb +5 -2
  229. data/lib/twilio-ruby/rest/pricing/v1/messaging/country.rb +2 -0
  230. data/lib/twilio-ruby/rest/pricing/v1/messaging.rb +2 -0
  231. data/lib/twilio-ruby/rest/pricing/v1/phone_number/country.rb +2 -0
  232. data/lib/twilio-ruby/rest/pricing/v1/phone_number.rb +2 -0
  233. data/lib/twilio-ruby/rest/pricing/v1/voice/country.rb +2 -0
  234. data/lib/twilio-ruby/rest/pricing/v1/voice/number.rb +2 -0
  235. data/lib/twilio-ruby/rest/pricing/v1/voice.rb +2 -0
  236. data/lib/twilio-ruby/rest/pricing/v1.rb +2 -0
  237. data/lib/twilio-ruby/rest/pricing.rb +2 -0
  238. data/lib/twilio-ruby/rest/proxy/v1/service/phone_number.rb +3 -1
  239. data/lib/twilio-ruby/rest/proxy/v1/service/session/interaction.rb +16 -32
  240. data/lib/twilio-ruby/rest/proxy/v1/service/session/participant/message_interaction.rb +15 -15
  241. data/lib/twilio-ruby/rest/proxy/v1/service/session/participant.rb +15 -17
  242. data/lib/twilio-ruby/rest/proxy/v1/service/session.rb +37 -42
  243. data/lib/twilio-ruby/rest/proxy/v1/service/short_code.rb +4 -2
  244. data/lib/twilio-ruby/rest/proxy/v1/service.rb +34 -23
  245. data/lib/twilio-ruby/rest/proxy/v1.rb +2 -0
  246. data/lib/twilio-ruby/rest/proxy.rb +2 -0
  247. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/engagement_context.rb +2 -0
  248. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/step/step_context.rb +2 -0
  249. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/step.rb +2 -0
  250. data/lib/twilio-ruby/rest/studio/v1/flow/engagement.rb +2 -0
  251. data/lib/twilio-ruby/rest/studio/v1/flow.rb +2 -0
  252. data/lib/twilio-ruby/rest/studio/v1.rb +2 -0
  253. data/lib/twilio-ruby/rest/studio.rb +2 -0
  254. data/lib/twilio-ruby/rest/sync/v1/service/document/document_permission.rb +4 -1
  255. data/lib/twilio-ruby/rest/sync/v1/service/document.rb +31 -21
  256. data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_item.rb +40 -22
  257. data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_permission.rb +4 -1
  258. data/lib/twilio-ruby/rest/sync/v1/service/sync_list.rb +20 -15
  259. data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_item.rb +31 -20
  260. data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_permission.rb +4 -1
  261. data/lib/twilio-ruby/rest/sync/v1/service/sync_map.rb +24 -17
  262. data/lib/twilio-ruby/rest/sync/v1/service/sync_stream/stream_message.rb +10 -4
  263. data/lib/twilio-ruby/rest/sync/v1/service/sync_stream.rb +14 -9
  264. data/lib/twilio-ruby/rest/sync/v1/service.rb +39 -16
  265. data/lib/twilio-ruby/rest/sync/v1.rb +2 -0
  266. data/lib/twilio-ruby/rest/sync.rb +2 -0
  267. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/activity.rb +42 -19
  268. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/event.rb +56 -33
  269. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task/reservation.rb +69 -64
  270. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task.rb +128 -55
  271. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_channel.rb +2 -0
  272. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics.rb +51 -25
  273. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics.rb +15 -9
  274. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_statistics.rb +36 -10
  275. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queues_statistics.rb +61 -20
  276. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue.rb +83 -35
  277. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/reservation.rb +27 -24
  278. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_channel.rb +36 -20
  279. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_statistics.rb +24 -8
  280. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_cumulative_statistics.rb +31 -15
  281. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_real_time_statistics.rb +8 -4
  282. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_statistics.rb +36 -14
  283. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker.rb +71 -37
  284. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics.rb +52 -26
  285. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_real_time_statistics.rb +11 -5
  286. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_statistics.rb +36 -10
  287. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow.rb +68 -33
  288. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_cumulative_statistics.rb +52 -26
  289. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_real_time_statistics.rb +13 -7
  290. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_statistics.rb +36 -10
  291. data/lib/twilio-ruby/rest/taskrouter/v1/workspace.rb +95 -36
  292. data/lib/twilio-ruby/rest/taskrouter/v1.rb +2 -0
  293. data/lib/twilio-ruby/rest/taskrouter.rb +3 -1
  294. data/lib/twilio-ruby/rest/trunking/v1/trunk/credential_list.rb +2 -0
  295. data/lib/twilio-ruby/rest/trunking/v1/trunk/ip_access_control_list.rb +2 -0
  296. data/lib/twilio-ruby/rest/trunking/v1/trunk/origination_url.rb +2 -0
  297. data/lib/twilio-ruby/rest/trunking/v1/trunk/phone_number.rb +2 -0
  298. data/lib/twilio-ruby/rest/trunking/v1/trunk.rb +2 -0
  299. data/lib/twilio-ruby/rest/trunking/v1.rb +2 -0
  300. data/lib/twilio-ruby/rest/trunking.rb +2 -0
  301. data/lib/twilio-ruby/rest/video/v1/composition.rb +29 -24
  302. data/lib/twilio-ruby/rest/video/v1/recording.rb +2 -0
  303. data/lib/twilio-ruby/rest/video/v1/room/recording.rb +2 -0
  304. data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_published_track.rb +2 -0
  305. data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_subscribed_track.rb +2 -0
  306. data/lib/twilio-ruby/rest/video/v1/room/room_participant.rb +34 -21
  307. data/lib/twilio-ruby/rest/video/v1/room.rb +59 -40
  308. data/lib/twilio-ruby/rest/video/v1.rb +2 -0
  309. data/lib/twilio-ruby/rest/video.rb +4 -1
  310. data/lib/twilio-ruby/rest/wireless/v1/command.rb +2 -0
  311. data/lib/twilio-ruby/rest/wireless/v1/rate_plan.rb +2 -0
  312. data/lib/twilio-ruby/rest/wireless/v1/sim/data_session.rb +2 -0
  313. data/lib/twilio-ruby/rest/wireless/v1/sim/usage_record.rb +2 -0
  314. data/lib/twilio-ruby/rest/wireless/v1/sim.rb +2 -0
  315. data/lib/twilio-ruby/rest/wireless/v1.rb +2 -0
  316. data/lib/twilio-ruby/rest/wireless.rb +2 -0
  317. data/lib/twilio-ruby/security/request_validator.rb +2 -0
  318. data/lib/twilio-ruby/twiml/fax_response.rb +2 -0
  319. data/lib/twilio-ruby/twiml/messaging_response.rb +2 -0
  320. data/lib/twilio-ruby/twiml/twiml.rb +2 -0
  321. data/lib/twilio-ruby/twiml/voice_response.rb +2 -0
  322. data/lib/twilio-ruby/util/configuration.rb +2 -0
  323. data/lib/twilio-ruby/util.rb +2 -0
  324. data/lib/twilio-ruby/version.rb +1 -1
  325. data/lib/twilio-ruby.rb +2 -0
  326. data/spec/integration/accounts/v1/credential/aws_spec.rb +2 -0
  327. data/spec/integration/accounts/v1/credential/public_key_spec.rb +2 -0
  328. data/spec/integration/accounts/v1/credential_spec.rb +2 -0
  329. data/spec/integration/api/v2010/account/address/dependent_phone_number_spec.rb +2 -0
  330. data/spec/integration/api/v2010/account/address_spec.rb +2 -0
  331. data/spec/integration/api/v2010/account/application_spec.rb +2 -0
  332. data/spec/integration/api/v2010/account/authorized_connect_app_spec.rb +2 -0
  333. data/spec/integration/api/v2010/account/available_phone_number/local_spec.rb +2 -0
  334. data/spec/integration/api/v2010/account/available_phone_number/machine_to_machine_spec.rb +2 -0
  335. data/spec/integration/api/v2010/account/available_phone_number/mobile_spec.rb +2 -0
  336. data/spec/integration/api/v2010/account/available_phone_number/national_spec.rb +2 -0
  337. data/spec/integration/api/v2010/account/available_phone_number/shared_cost_spec.rb +2 -0
  338. data/spec/integration/api/v2010/account/available_phone_number/toll_free_spec.rb +2 -0
  339. data/spec/integration/api/v2010/account/available_phone_number/voip_spec.rb +2 -0
  340. data/spec/integration/api/v2010/account/available_phone_number_spec.rb +2 -0
  341. data/spec/integration/api/v2010/account/call/feedback_spec.rb +2 -0
  342. data/spec/integration/api/v2010/account/call/feedback_summary_spec.rb +2 -0
  343. data/spec/integration/api/v2010/account/call/notification_spec.rb +2 -0
  344. data/spec/integration/api/v2010/account/call/recording_spec.rb +2 -0
  345. data/spec/integration/api/v2010/account/call_spec.rb +2 -0
  346. data/spec/integration/api/v2010/account/conference/participant_spec.rb +2 -0
  347. data/spec/integration/api/v2010/account/conference_spec.rb +2 -0
  348. data/spec/integration/api/v2010/account/connect_app_spec.rb +2 -0
  349. data/spec/integration/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension_spec.rb +2 -0
  350. data/spec/integration/api/v2010/account/incoming_phone_number/assigned_add_on_spec.rb +2 -0
  351. data/spec/integration/api/v2010/account/incoming_phone_number/local_spec.rb +2 -0
  352. data/spec/integration/api/v2010/account/incoming_phone_number/mobile_spec.rb +2 -0
  353. data/spec/integration/api/v2010/account/incoming_phone_number/toll_free_spec.rb +2 -0
  354. data/spec/integration/api/v2010/account/incoming_phone_number_spec.rb +2 -0
  355. data/spec/integration/api/v2010/account/key_spec.rb +2 -0
  356. data/spec/integration/api/v2010/account/message/feedback_spec.rb +2 -0
  357. data/spec/integration/api/v2010/account/message/media_spec.rb +2 -0
  358. data/spec/integration/api/v2010/account/message_spec.rb +2 -0
  359. data/spec/integration/api/v2010/account/new_key_spec.rb +2 -0
  360. data/spec/integration/api/v2010/account/new_signing_key_spec.rb +2 -0
  361. data/spec/integration/api/v2010/account/notification_spec.rb +2 -0
  362. data/spec/integration/api/v2010/account/outgoing_caller_id_spec.rb +2 -0
  363. data/spec/integration/api/v2010/account/queue/member_spec.rb +2 -0
  364. data/spec/integration/api/v2010/account/queue_spec.rb +2 -0
  365. data/spec/integration/api/v2010/account/recording/add_on_result/payload_spec.rb +2 -0
  366. data/spec/integration/api/v2010/account/recording/add_on_result_spec.rb +2 -0
  367. data/spec/integration/api/v2010/account/recording/transcription_spec.rb +2 -0
  368. data/spec/integration/api/v2010/account/recording_spec.rb +2 -0
  369. data/spec/integration/api/v2010/account/short_code_spec.rb +2 -0
  370. data/spec/integration/api/v2010/account/signing_key_spec.rb +2 -0
  371. data/spec/integration/api/v2010/account/sip/credential_list/credential_spec.rb +2 -0
  372. data/spec/integration/api/v2010/account/sip/credential_list_spec.rb +2 -0
  373. data/spec/integration/api/v2010/account/sip/domain/credential_list_mapping_spec.rb +2 -0
  374. data/spec/integration/api/v2010/account/sip/domain/ip_access_control_list_mapping_spec.rb +2 -0
  375. data/spec/integration/api/v2010/account/sip/domain_spec.rb +2 -0
  376. data/spec/integration/api/v2010/account/sip/ip_access_control_list/ip_address_spec.rb +2 -0
  377. data/spec/integration/api/v2010/account/sip/ip_access_control_list_spec.rb +2 -0
  378. data/spec/integration/api/v2010/account/sip_spec.rb +2 -0
  379. data/spec/integration/api/v2010/account/token_spec.rb +2 -0
  380. data/spec/integration/api/v2010/account/transcription_spec.rb +2 -0
  381. data/spec/integration/api/v2010/account/usage/record/all_time_spec.rb +2 -0
  382. data/spec/integration/api/v2010/account/usage/record/daily_spec.rb +2 -0
  383. data/spec/integration/api/v2010/account/usage/record/last_month_spec.rb +2 -0
  384. data/spec/integration/api/v2010/account/usage/record/monthly_spec.rb +2 -0
  385. data/spec/integration/api/v2010/account/usage/record/this_month_spec.rb +2 -0
  386. data/spec/integration/api/v2010/account/usage/record/today_spec.rb +2 -0
  387. data/spec/integration/api/v2010/account/usage/record/yearly_spec.rb +2 -0
  388. data/spec/integration/api/v2010/account/usage/record/yesterday_spec.rb +2 -0
  389. data/spec/integration/api/v2010/account/usage/record_spec.rb +2 -0
  390. data/spec/integration/api/v2010/account/usage/trigger_spec.rb +2 -0
  391. data/spec/integration/api/v2010/account/usage_spec.rb +2 -0
  392. data/spec/integration/api/v2010/account/validation_request_spec.rb +2 -0
  393. data/spec/integration/api/v2010/account_spec.rb +2 -0
  394. data/spec/integration/chat/v1/credential_spec.rb +2 -0
  395. data/spec/integration/chat/v1/service/channel/invite_spec.rb +2 -0
  396. data/spec/integration/chat/v1/service/channel/member_spec.rb +2 -0
  397. data/spec/integration/chat/v1/service/channel/message_spec.rb +2 -0
  398. data/spec/integration/chat/v1/service/channel_spec.rb +2 -0
  399. data/spec/integration/chat/v1/service/role_spec.rb +2 -0
  400. data/spec/integration/chat/v1/service/user/user_channel_spec.rb +2 -0
  401. data/spec/integration/chat/v1/service/user_spec.rb +2 -0
  402. data/spec/integration/chat/v1/service_spec.rb +2 -0
  403. data/spec/integration/chat/v2/credential_spec.rb +2 -0
  404. data/spec/integration/chat/v2/service/binding_spec.rb +2 -0
  405. data/spec/integration/chat/v2/service/channel/invite_spec.rb +2 -0
  406. data/spec/integration/chat/v2/service/channel/member_spec.rb +2 -0
  407. data/spec/integration/chat/v2/service/channel/message_spec.rb +2 -0
  408. data/spec/integration/chat/v2/service/channel_spec.rb +2 -0
  409. data/spec/integration/chat/v2/service/role_spec.rb +2 -0
  410. data/spec/integration/chat/v2/service/user/user_binding_spec.rb +2 -0
  411. data/spec/integration/chat/v2/service/user/user_channel_spec.rb +2 -0
  412. data/spec/integration/chat/v2/service/user_spec.rb +2 -0
  413. data/spec/integration/chat/v2/service_spec.rb +2 -0
  414. data/spec/integration/fax/v1/fax/fax_media_spec.rb +2 -0
  415. data/spec/integration/fax/v1/fax_spec.rb +2 -0
  416. data/spec/integration/ip_messaging/v1/credential_spec.rb +2 -0
  417. data/spec/integration/ip_messaging/v1/service/channel/invite_spec.rb +2 -0
  418. data/spec/integration/ip_messaging/v1/service/channel/member_spec.rb +2 -0
  419. data/spec/integration/ip_messaging/v1/service/channel/message_spec.rb +2 -0
  420. data/spec/integration/ip_messaging/v1/service/channel_spec.rb +2 -0
  421. data/spec/integration/ip_messaging/v1/service/role_spec.rb +2 -0
  422. data/spec/integration/ip_messaging/v1/service/user/user_channel_spec.rb +2 -0
  423. data/spec/integration/ip_messaging/v1/service/user_spec.rb +2 -0
  424. data/spec/integration/ip_messaging/v1/service_spec.rb +2 -0
  425. data/spec/integration/ip_messaging/v2/credential_spec.rb +2 -0
  426. data/spec/integration/ip_messaging/v2/service/binding_spec.rb +2 -0
  427. data/spec/integration/ip_messaging/v2/service/channel/invite_spec.rb +2 -0
  428. data/spec/integration/ip_messaging/v2/service/channel/member_spec.rb +2 -0
  429. data/spec/integration/ip_messaging/v2/service/channel/message_spec.rb +2 -0
  430. data/spec/integration/ip_messaging/v2/service/channel_spec.rb +2 -0
  431. data/spec/integration/ip_messaging/v2/service/role_spec.rb +2 -0
  432. data/spec/integration/ip_messaging/v2/service/user/user_binding_spec.rb +2 -0
  433. data/spec/integration/ip_messaging/v2/service/user/user_channel_spec.rb +2 -0
  434. data/spec/integration/ip_messaging/v2/service/user_spec.rb +2 -0
  435. data/spec/integration/ip_messaging/v2/service_spec.rb +2 -0
  436. data/spec/integration/lookups/v1/phone_number_spec.rb +2 -0
  437. data/spec/integration/messaging/v1/service/alpha_sender_spec.rb +2 -0
  438. data/spec/integration/messaging/v1/service/phone_number_spec.rb +2 -0
  439. data/spec/integration/messaging/v1/service/short_code_spec.rb +2 -0
  440. data/spec/integration/messaging/v1/service_spec.rb +2 -0
  441. data/spec/integration/monitor/v1/alert_spec.rb +2 -0
  442. data/spec/integration/monitor/v1/event_spec.rb +2 -0
  443. data/spec/integration/notify/v1/credential_spec.rb +2 -0
  444. data/spec/integration/notify/v1/service/binding_spec.rb +2 -0
  445. data/spec/integration/notify/v1/service/notification_spec.rb +2 -0
  446. data/spec/integration/notify/v1/service/segment_spec.rb +2 -0
  447. data/spec/integration/notify/v1/service/user/segment_memberships_spec.rb +2 -0
  448. data/spec/integration/notify/v1/service/user/user_binding_spec.rb +2 -0
  449. data/spec/integration/notify/v1/service/user_spec.rb +2 -0
  450. data/spec/integration/notify/v1/service_spec.rb +2 -0
  451. data/spec/integration/preview/acc_security/service/verification_check_spec.rb +2 -0
  452. data/spec/integration/preview/acc_security/service/verification_spec.rb +2 -0
  453. data/spec/integration/preview/acc_security/service_spec.rb +2 -0
  454. data/spec/integration/preview/bulk_exports/export/day_spec.rb +2 -0
  455. data/spec/integration/preview/bulk_exports/export_configuration_spec.rb +2 -0
  456. data/spec/integration/preview/bulk_exports/export_spec.rb +2 -0
  457. data/spec/integration/preview/deployed_devices/fleet/certificate_spec.rb +2 -0
  458. data/spec/integration/preview/deployed_devices/fleet/deployment_spec.rb +2 -0
  459. data/spec/integration/preview/deployed_devices/fleet/device_spec.rb +2 -0
  460. data/spec/integration/preview/deployed_devices/fleet/key_spec.rb +2 -0
  461. data/spec/integration/preview/deployed_devices/fleet_spec.rb +2 -0
  462. data/spec/integration/preview/hosted_numbers/authorization_document/dependent_hosted_number_order_spec.rb +2 -0
  463. data/spec/integration/preview/hosted_numbers/authorization_document_spec.rb +2 -0
  464. data/spec/integration/preview/hosted_numbers/hosted_number_order_spec.rb +2 -0
  465. data/spec/integration/preview/marketplace/available_add_on/available_add_on_extension_spec.rb +2 -0
  466. data/spec/integration/preview/marketplace/available_add_on_spec.rb +2 -0
  467. data/spec/integration/preview/marketplace/installed_add_on/installed_add_on_extension_spec.rb +2 -0
  468. data/spec/integration/preview/marketplace/installed_add_on_spec.rb +2 -0
  469. data/spec/integration/preview/proxy/service/phone_number_spec.rb +2 -0
  470. data/spec/integration/preview/proxy/service/session/interaction_spec.rb +2 -0
  471. data/spec/integration/preview/proxy/service/session/participant/message_interaction_spec.rb +2 -0
  472. data/spec/integration/preview/proxy/service/session/participant_spec.rb +2 -0
  473. data/spec/integration/preview/proxy/service/session_spec.rb +2 -0
  474. data/spec/integration/preview/proxy/service/short_code_spec.rb +2 -0
  475. data/spec/integration/preview/proxy/service_spec.rb +2 -0
  476. data/spec/integration/preview/studio/flow/engagement/step_spec.rb +2 -0
  477. data/spec/integration/preview/studio/flow/engagement_spec.rb +2 -0
  478. data/spec/integration/preview/studio/flow_spec.rb +2 -0
  479. data/spec/integration/preview/sync/service/document/document_permission_spec.rb +2 -0
  480. data/spec/integration/preview/sync/service/document_spec.rb +2 -0
  481. data/spec/integration/preview/sync/service/sync_list/sync_list_item_spec.rb +2 -0
  482. data/spec/integration/preview/sync/service/sync_list/sync_list_permission_spec.rb +2 -0
  483. data/spec/integration/preview/sync/service/sync_list_spec.rb +2 -0
  484. data/spec/integration/preview/sync/service/sync_map/sync_map_item_spec.rb +2 -0
  485. data/spec/integration/preview/sync/service/sync_map/sync_map_permission_spec.rb +2 -0
  486. data/spec/integration/preview/sync/service/sync_map_spec.rb +2 -0
  487. data/spec/integration/preview/sync/service_spec.rb +2 -0
  488. data/spec/integration/preview/understand/assistant/field_type/field_value_spec.rb +2 -0
  489. data/spec/integration/preview/understand/assistant/field_type_spec.rb +2 -0
  490. data/spec/integration/preview/understand/assistant/intent/field_spec.rb +2 -0
  491. data/spec/integration/preview/understand/assistant/intent/sample_spec.rb +2 -0
  492. data/spec/integration/preview/understand/assistant/intent_spec.rb +2 -0
  493. data/spec/integration/preview/understand/assistant/model_build_spec.rb +2 -0
  494. data/spec/integration/preview/understand/assistant/query_spec.rb +2 -0
  495. data/spec/integration/preview/understand/assistant_spec.rb +2 -0
  496. data/spec/integration/preview/wireless/command_spec.rb +2 -0
  497. data/spec/integration/preview/wireless/rate_plan_spec.rb +2 -0
  498. data/spec/integration/preview/wireless/sim/usage_spec.rb +2 -0
  499. data/spec/integration/preview/wireless/sim_spec.rb +2 -0
  500. data/spec/integration/pricing/v1/messaging/country_spec.rb +2 -0
  501. data/spec/integration/pricing/v1/messaging_spec.rb +2 -0
  502. data/spec/integration/pricing/v1/phone_number/country_spec.rb +2 -0
  503. data/spec/integration/pricing/v1/phone_number_spec.rb +2 -0
  504. data/spec/integration/pricing/v1/voice/country_spec.rb +2 -0
  505. data/spec/integration/pricing/v1/voice/number_spec.rb +2 -0
  506. data/spec/integration/pricing/v1/voice_spec.rb +2 -0
  507. data/spec/integration/proxy/v1/service/phone_number_spec.rb +2 -0
  508. data/spec/integration/proxy/v1/service/session/interaction_spec.rb +2 -0
  509. data/spec/integration/proxy/v1/service/session/participant/message_interaction_spec.rb +2 -0
  510. data/spec/integration/proxy/v1/service/session/participant_spec.rb +2 -0
  511. data/spec/integration/proxy/v1/service/session_spec.rb +2 -0
  512. data/spec/integration/proxy/v1/service/short_code_spec.rb +2 -0
  513. data/spec/integration/proxy/v1/service_spec.rb +2 -0
  514. data/spec/integration/studio/v1/flow/engagement/engagement_context_spec.rb +2 -0
  515. data/spec/integration/studio/v1/flow/engagement/step/step_context_spec.rb +2 -0
  516. data/spec/integration/studio/v1/flow/engagement/step_spec.rb +2 -0
  517. data/spec/integration/studio/v1/flow/engagement_spec.rb +2 -0
  518. data/spec/integration/studio/v1/flow_spec.rb +2 -0
  519. data/spec/integration/sync/v1/service/document/document_permission_spec.rb +2 -0
  520. data/spec/integration/sync/v1/service/document_spec.rb +2 -0
  521. data/spec/integration/sync/v1/service/sync_list/sync_list_item_spec.rb +2 -0
  522. data/spec/integration/sync/v1/service/sync_list/sync_list_permission_spec.rb +2 -0
  523. data/spec/integration/sync/v1/service/sync_list_spec.rb +2 -0
  524. data/spec/integration/sync/v1/service/sync_map/sync_map_item_spec.rb +2 -0
  525. data/spec/integration/sync/v1/service/sync_map/sync_map_permission_spec.rb +2 -0
  526. data/spec/integration/sync/v1/service/sync_map_spec.rb +2 -0
  527. data/spec/integration/sync/v1/service/sync_stream/stream_message_spec.rb +2 -0
  528. data/spec/integration/sync/v1/service/sync_stream_spec.rb +2 -0
  529. data/spec/integration/sync/v1/service_spec.rb +2 -0
  530. data/spec/integration/taskrouter/v1/workspace/activity_spec.rb +2 -0
  531. data/spec/integration/taskrouter/v1/workspace/event_spec.rb +2 -0
  532. data/spec/integration/taskrouter/v1/workspace/task/reservation_spec.rb +2 -0
  533. data/spec/integration/taskrouter/v1/workspace/task_channel_spec.rb +2 -0
  534. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics_spec.rb +2 -0
  535. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics_spec.rb +2 -0
  536. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_statistics_spec.rb +2 -0
  537. data/spec/integration/taskrouter/v1/workspace/task_queue/task_queues_statistics_spec.rb +2 -0
  538. data/spec/integration/taskrouter/v1/workspace/task_queue_spec.rb +2 -0
  539. data/spec/integration/taskrouter/v1/workspace/task_spec.rb +2 -0
  540. data/spec/integration/taskrouter/v1/workspace/worker/reservation_spec.rb +2 -0
  541. data/spec/integration/taskrouter/v1/workspace/worker/worker_channel_spec.rb +2 -0
  542. data/spec/integration/taskrouter/v1/workspace/worker/worker_statistics_spec.rb +2 -0
  543. data/spec/integration/taskrouter/v1/workspace/worker/workers_cumulative_statistics_spec.rb +2 -0
  544. data/spec/integration/taskrouter/v1/workspace/worker/workers_real_time_statistics_spec.rb +2 -0
  545. data/spec/integration/taskrouter/v1/workspace/worker/workers_statistics_spec.rb +2 -0
  546. data/spec/integration/taskrouter/v1/workspace/worker_spec.rb +2 -0
  547. data/spec/integration/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics_spec.rb +2 -0
  548. data/spec/integration/taskrouter/v1/workspace/workflow/workflow_real_time_statistics_spec.rb +2 -0
  549. data/spec/integration/taskrouter/v1/workspace/workflow/workflow_statistics_spec.rb +2 -0
  550. data/spec/integration/taskrouter/v1/workspace/workflow_spec.rb +2 -0
  551. data/spec/integration/taskrouter/v1/workspace/workspace_cumulative_statistics_spec.rb +2 -0
  552. data/spec/integration/taskrouter/v1/workspace/workspace_real_time_statistics_spec.rb +2 -0
  553. data/spec/integration/taskrouter/v1/workspace/workspace_statistics_spec.rb +2 -0
  554. data/spec/integration/taskrouter/v1/workspace_spec.rb +2 -0
  555. data/spec/integration/trunking/v1/trunk/credential_list_spec.rb +2 -0
  556. data/spec/integration/trunking/v1/trunk/ip_access_control_list_spec.rb +2 -0
  557. data/spec/integration/trunking/v1/trunk/origination_url_spec.rb +2 -0
  558. data/spec/integration/trunking/v1/trunk/phone_number_spec.rb +2 -0
  559. data/spec/integration/trunking/v1/trunk_spec.rb +2 -0
  560. data/spec/integration/video/v1/composition_spec.rb +118 -19
  561. data/spec/integration/video/v1/recording_spec.rb +2 -0
  562. data/spec/integration/video/v1/room/recording_spec.rb +2 -0
  563. data/spec/integration/video/v1/room/room_participant/room_participant_published_track_spec.rb +2 -0
  564. data/spec/integration/video/v1/room/room_participant/room_participant_subscribed_track_spec.rb +2 -0
  565. data/spec/integration/video/v1/room/room_participant_spec.rb +2 -0
  566. data/spec/integration/video/v1/room_spec.rb +2 -0
  567. data/spec/integration/wireless/v1/command_spec.rb +2 -0
  568. data/spec/integration/wireless/v1/rate_plan_spec.rb +2 -0
  569. data/spec/integration/wireless/v1/sim/data_session_spec.rb +2 -0
  570. data/spec/integration/wireless/v1/sim/usage_record_spec.rb +2 -0
  571. data/spec/integration/wireless/v1/sim_spec.rb +2 -0
  572. metadata +3 -2
@@ -3,6 +3,8 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
+ #
7
+ # frozen_string_literal: true
6
8
 
7
9
  module Twilio
8
10
  module REST
@@ -78,11 +80,23 @@ module Twilio
78
80
 
79
81
  ##
80
82
  # Fetch a WorkspaceCumulativeStatisticsInstance
81
- # @param [Time] end_date The end_date
82
- # @param [String] minutes The minutes
83
- # @param [Time] start_date The start_date
84
- # @param [String] task_channel The task_channel
85
- # @param [String] split_by_wait_time The split_by_wait_time
83
+ # @param [Time] end_date Filter cumulative statistics by an end date. This is
84
+ # helpful for defining a range of statistics to capture. Input is a GMT ISO 8601
85
+ # Timestamp
86
+ # @param [String] minutes Filter cumulative statistics by up to ‘x’ minutes in the
87
+ # past. This is helpful for statistics for the last 15 minutes, 240 minutes (4
88
+ # hours), and 480 minutes (8 hours) to see trends. Defaults to 15 minutes.
89
+ # @param [Time] start_date Filter cumulative statistics by a start date. This is
90
+ # helpful for defining a range of statistics to capture. Input is a GMT ISO 8601
91
+ # Timestamp
92
+ # @param [String] task_channel Filter real-time and cumulative statistics by
93
+ # TaskChannel. Takes in a Unique Name ("voice", "sms", "default", etc.) or a
94
+ # TaskChannelSid.
95
+ # @param [String] split_by_wait_time A comma separated values for viewing splits
96
+ # of tasks canceled and accepted above the given threshold in seconds. Ex: "5,30"
97
+ # would show splits of tasks that were canceled or accepted before or after 5
98
+ # seconds and respectively, 30 seconds. This is great for showing short abandoned
99
+ # tasks or tasks that failed to meet your SLA.
86
100
  # @return [WorkspaceCumulativeStatisticsInstance] Fetched WorkspaceCumulativeStatisticsInstance
87
101
  def fetch(end_date: :unset, minutes: :unset, start_date: :unset, task_channel: :unset, split_by_wait_time: :unset)
88
102
  params = Twilio::Values.of({
@@ -172,7 +186,7 @@ module Twilio
172
186
  end
173
187
 
174
188
  ##
175
- # @return [String] The avg_task_acceptance_time
189
+ # @return [String] The average time from Task creation to acceptance
176
190
  def avg_task_acceptance_time
177
191
  @properties['avg_task_acceptance_time']
178
192
  end
@@ -190,91 +204,91 @@ module Twilio
190
204
  end
191
205
 
192
206
  ##
193
- # @return [String] The reservations_created
207
+ # @return [String] The total number of Reservations that were created for Workers
194
208
  def reservations_created
195
209
  @properties['reservations_created']
196
210
  end
197
211
 
198
212
  ##
199
- # @return [String] The reservations_accepted
213
+ # @return [String] The total number of Reservations accepted by Workers
200
214
  def reservations_accepted
201
215
  @properties['reservations_accepted']
202
216
  end
203
217
 
204
218
  ##
205
- # @return [String] The reservations_rejected
219
+ # @return [String] The total number of Reservations that were rejected
206
220
  def reservations_rejected
207
221
  @properties['reservations_rejected']
208
222
  end
209
223
 
210
224
  ##
211
- # @return [String] The reservations_timed_out
225
+ # @return [String] The total number of Reservations that were timed out
212
226
  def reservations_timed_out
213
227
  @properties['reservations_timed_out']
214
228
  end
215
229
 
216
230
  ##
217
- # @return [String] The reservations_canceled
231
+ # @return [String] The total number of Reservations that were canceled
218
232
  def reservations_canceled
219
233
  @properties['reservations_canceled']
220
234
  end
221
235
 
222
236
  ##
223
- # @return [String] The reservations_rescinded
237
+ # @return [String] The total number of Reservations that were rescinded
224
238
  def reservations_rescinded
225
239
  @properties['reservations_rescinded']
226
240
  end
227
241
 
228
242
  ##
229
- # @return [Hash] The split_by_wait_time
243
+ # @return [Hash] The splits of the tasks canceled and accepted based on the provided SplitByWaitTime parameter.
230
244
  def split_by_wait_time
231
245
  @properties['split_by_wait_time']
232
246
  end
233
247
 
234
248
  ##
235
- # @return [Hash] The wait_duration_until_accepted
249
+ # @return [Hash] The wait duration stats for tasks that were accepted.
236
250
  def wait_duration_until_accepted
237
251
  @properties['wait_duration_until_accepted']
238
252
  end
239
253
 
240
254
  ##
241
- # @return [Hash] The wait_duration_until_canceled
255
+ # @return [Hash] The wait duration stats for tasks that were canceled.
242
256
  def wait_duration_until_canceled
243
257
  @properties['wait_duration_until_canceled']
244
258
  end
245
259
 
246
260
  ##
247
- # @return [String] The tasks_canceled
261
+ # @return [String] The total number of Tasks that were canceled
248
262
  def tasks_canceled
249
263
  @properties['tasks_canceled']
250
264
  end
251
265
 
252
266
  ##
253
- # @return [String] The tasks_completed
267
+ # @return [String] The total number of Tasks that were completed
254
268
  def tasks_completed
255
269
  @properties['tasks_completed']
256
270
  end
257
271
 
258
272
  ##
259
- # @return [String] The tasks_created
273
+ # @return [String] The total number of Tasks created
260
274
  def tasks_created
261
275
  @properties['tasks_created']
262
276
  end
263
277
 
264
278
  ##
265
- # @return [String] The tasks_deleted
279
+ # @return [String] The total number of Tasks that were deleted
266
280
  def tasks_deleted
267
281
  @properties['tasks_deleted']
268
282
  end
269
283
 
270
284
  ##
271
- # @return [String] The tasks_moved
285
+ # @return [String] The total number of Tasks that were moved from one queue to another
272
286
  def tasks_moved
273
287
  @properties['tasks_moved']
274
288
  end
275
289
 
276
290
  ##
277
- # @return [String] The tasks_timed_out_in_workflow
291
+ # @return [String] The total number of Tasks that were timed out of their Workflows
278
292
  def tasks_timed_out_in_workflow
279
293
  @properties['tasks_timed_out_in_workflow']
280
294
  end
@@ -293,11 +307,23 @@ module Twilio
293
307
 
294
308
  ##
295
309
  # Fetch a WorkspaceCumulativeStatisticsInstance
296
- # @param [Time] end_date The end_date
297
- # @param [String] minutes The minutes
298
- # @param [Time] start_date The start_date
299
- # @param [String] task_channel The task_channel
300
- # @param [String] split_by_wait_time The split_by_wait_time
310
+ # @param [Time] end_date Filter cumulative statistics by an end date. This is
311
+ # helpful for defining a range of statistics to capture. Input is a GMT ISO 8601
312
+ # Timestamp
313
+ # @param [String] minutes Filter cumulative statistics by up to ‘x’ minutes in the
314
+ # past. This is helpful for statistics for the last 15 minutes, 240 minutes (4
315
+ # hours), and 480 minutes (8 hours) to see trends. Defaults to 15 minutes.
316
+ # @param [Time] start_date Filter cumulative statistics by a start date. This is
317
+ # helpful for defining a range of statistics to capture. Input is a GMT ISO 8601
318
+ # Timestamp
319
+ # @param [String] task_channel Filter real-time and cumulative statistics by
320
+ # TaskChannel. Takes in a Unique Name ("voice", "sms", "default", etc.) or a
321
+ # TaskChannelSid.
322
+ # @param [String] split_by_wait_time A comma separated values for viewing splits
323
+ # of tasks canceled and accepted above the given threshold in seconds. Ex: "5,30"
324
+ # would show splits of tasks that were canceled or accepted before or after 5
325
+ # seconds and respectively, 30 seconds. This is great for showing short abandoned
326
+ # tasks or tasks that failed to meet your SLA.
301
327
  # @return [WorkspaceCumulativeStatisticsInstance] Fetched WorkspaceCumulativeStatisticsInstance
302
328
  def fetch(end_date: :unset, minutes: :unset, start_date: :unset, task_channel: :unset, split_by_wait_time: :unset)
303
329
  context.fetch(
@@ -3,6 +3,8 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
+ #
7
+ # frozen_string_literal: true
6
8
 
7
9
  module Twilio
8
10
  module REST
@@ -74,7 +76,9 @@ module Twilio
74
76
 
75
77
  ##
76
78
  # Fetch a WorkspaceRealTimeStatisticsInstance
77
- # @param [String] task_channel The task_channel
79
+ # @param [String] task_channel Filter real-time and cumulative statistics by
80
+ # TaskChannel. Takes in a Unique Name ("voice", "sms", "default", etc.) or a
81
+ # TaskChannelSid.
78
82
  # @return [WorkspaceRealTimeStatisticsInstance] Fetched WorkspaceRealTimeStatisticsInstance
79
83
  def fetch(task_channel: :unset)
80
84
  params = Twilio::Values.of({'TaskChannel' => task_channel, })
@@ -142,13 +146,13 @@ module Twilio
142
146
  end
143
147
 
144
148
  ##
145
- # @return [Hash] The activity_statistics
149
+ # @return [Hash] A breakdown of Workers by Activity
146
150
  def activity_statistics
147
151
  @properties['activity_statistics']
148
152
  end
149
153
 
150
154
  ##
151
- # @return [String] The longest_task_waiting_age
155
+ # @return [String] The age of the longest waiting Task
152
156
  def longest_task_waiting_age
153
157
  @properties['longest_task_waiting_age']
154
158
  end
@@ -160,19 +164,19 @@ module Twilio
160
164
  end
161
165
 
162
166
  ##
163
- # @return [Hash] The tasks_by_status
167
+ # @return [Hash] The Tasks broken down by status
164
168
  def tasks_by_status
165
169
  @properties['tasks_by_status']
166
170
  end
167
171
 
168
172
  ##
169
- # @return [String] The total_tasks
173
+ # @return [String] The total number of Tasks
170
174
  def total_tasks
171
175
  @properties['total_tasks']
172
176
  end
173
177
 
174
178
  ##
175
- # @return [String] The total_workers
179
+ # @return [String] The total number of Workers in the workspace
176
180
  def total_workers
177
181
  @properties['total_workers']
178
182
  end
@@ -191,7 +195,9 @@ module Twilio
191
195
 
192
196
  ##
193
197
  # Fetch a WorkspaceRealTimeStatisticsInstance
194
- # @param [String] task_channel The task_channel
198
+ # @param [String] task_channel Filter real-time and cumulative statistics by
199
+ # TaskChannel. Takes in a Unique Name ("voice", "sms", "default", etc.) or a
200
+ # TaskChannelSid.
195
201
  # @return [WorkspaceRealTimeStatisticsInstance] Fetched WorkspaceRealTimeStatisticsInstance
196
202
  def fetch(task_channel: :unset)
197
203
  context.fetch(task_channel: task_channel, )
@@ -3,6 +3,8 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
+ #
7
+ # frozen_string_literal: true
6
8
 
7
9
  module Twilio
8
10
  module REST
@@ -74,11 +76,23 @@ module Twilio
74
76
 
75
77
  ##
76
78
  # Fetch a WorkspaceStatisticsInstance
77
- # @param [String] minutes The minutes
78
- # @param [Time] start_date The start_date
79
- # @param [Time] end_date The end_date
80
- # @param [String] task_channel The task_channel
81
- # @param [String] split_by_wait_time The split_by_wait_time
79
+ # @param [String] minutes Filter cumulative statistics by up to ‘x’ minutes in the
80
+ # past. This is helpful for statistics for the last 15 minutes, 240 minutes (4
81
+ # hours), and 480 minutes (8 hours) to see trends. Defaults to 15 minutes.
82
+ # @param [Time] start_date Filter cumulative statistics by a start date. This is
83
+ # helpful for defining a range of statistics to capture. Input is a GMT ISO 8601
84
+ # Timestamp
85
+ # @param [Time] end_date Filter cumulative statistics by an end date. This is
86
+ # helpful for defining a range of statistics to capture. Input is a GMT ISO 8601
87
+ # Timestamp
88
+ # @param [String] task_channel Filter real-time and cumulative statistics by
89
+ # TaskChannel. Takes in a Unique Name ("voice", "sms", "default", etc.) or a
90
+ # TaskChannelSid.
91
+ # @param [String] split_by_wait_time A comma separated values for viewing splits
92
+ # of tasks canceled and accepted above the given threshold in seconds. Ex: "5,30"
93
+ # would show splits of tasks that were canceled or accepted before or after 5
94
+ # seconds and respectively, 30 seconds. This is great for showing short abandoned
95
+ # tasks or tasks that failed to meet your SLA.
82
96
  # @return [WorkspaceStatisticsInstance] Fetched WorkspaceStatisticsInstance
83
97
  def fetch(minutes: :unset, start_date: :unset, end_date: :unset, task_channel: :unset, split_by_wait_time: :unset)
84
98
  params = Twilio::Values.of({
@@ -173,11 +187,23 @@ module Twilio
173
187
 
174
188
  ##
175
189
  # Fetch a WorkspaceStatisticsInstance
176
- # @param [String] minutes The minutes
177
- # @param [Time] start_date The start_date
178
- # @param [Time] end_date The end_date
179
- # @param [String] task_channel The task_channel
180
- # @param [String] split_by_wait_time The split_by_wait_time
190
+ # @param [String] minutes Filter cumulative statistics by up to ‘x’ minutes in the
191
+ # past. This is helpful for statistics for the last 15 minutes, 240 minutes (4
192
+ # hours), and 480 minutes (8 hours) to see trends. Defaults to 15 minutes.
193
+ # @param [Time] start_date Filter cumulative statistics by a start date. This is
194
+ # helpful for defining a range of statistics to capture. Input is a GMT ISO 8601
195
+ # Timestamp
196
+ # @param [Time] end_date Filter cumulative statistics by an end date. This is
197
+ # helpful for defining a range of statistics to capture. Input is a GMT ISO 8601
198
+ # Timestamp
199
+ # @param [String] task_channel Filter real-time and cumulative statistics by
200
+ # TaskChannel. Takes in a Unique Name ("voice", "sms", "default", etc.) or a
201
+ # TaskChannelSid.
202
+ # @param [String] split_by_wait_time A comma separated values for viewing splits
203
+ # of tasks canceled and accepted above the given threshold in seconds. Ex: "5,30"
204
+ # would show splits of tasks that were canceled or accepted before or after 5
205
+ # seconds and respectively, 30 seconds. This is great for showing short abandoned
206
+ # tasks or tasks that failed to meet your SLA.
181
207
  # @return [WorkspaceStatisticsInstance] Fetched WorkspaceStatisticsInstance
182
208
  def fetch(minutes: :unset, start_date: :unset, end_date: :unset, task_channel: :unset, split_by_wait_time: :unset)
183
209
  context.fetch(
@@ -3,6 +3,8 @@
3
3
  # \ / _ _ _| _ _
4
4
  # | (_)\/(_)(_|\/| |(/_ v1.0.0
5
5
  # / /
6
+ #
7
+ # frozen_string_literal: true
6
8
 
7
9
  module Twilio
8
10
  module REST
@@ -25,7 +27,9 @@ module Twilio
25
27
  # Lists WorkspaceInstance records from the API as a list.
26
28
  # Unlike stream(), this operation is eager and will load `limit` records into
27
29
  # memory before returning.
28
- # @param [String] friendly_name The friendly_name
30
+ # @param [String] friendly_name Filter by a workspace’s friendly name. This is a
31
+ # human readable description of this Workspace (for example "Customer Support" or
32
+ # "2014 Election Campaign")
29
33
  # @param [Integer] limit Upper limit for the number of records to return. stream()
30
34
  # guarantees to never return more than limit. Default is no limit
31
35
  # @param [Integer] page_size Number of records to fetch per request, when
@@ -41,7 +45,9 @@ module Twilio
41
45
  # Streams WorkspaceInstance records from the API as an Enumerable.
42
46
  # This operation lazily loads records as efficiently as possible until the limit
43
47
  # is reached.
44
- # @param [String] friendly_name The friendly_name
48
+ # @param [String] friendly_name Filter by a workspace’s friendly name. This is a
49
+ # human readable description of this Workspace (for example "Customer Support" or
50
+ # "2014 Election Campaign")
45
51
  # @param [Integer] limit Upper limit for the number of records to return. stream()
46
52
  # guarantees to never return more than limit. Default is no limit.
47
53
  # @param [Integer] page_size Number of records to fetch per request, when
@@ -74,7 +80,9 @@ module Twilio
74
80
  ##
75
81
  # Retrieve a single page of WorkspaceInstance records from the API.
76
82
  # Request is executed immediately.
77
- # @param [String] friendly_name The friendly_name
83
+ # @param [String] friendly_name Filter by a workspace’s friendly name. This is a
84
+ # human readable description of this Workspace (for example "Customer Support" or
85
+ # "2014 Election Campaign")
78
86
  # @param [String] page_token PageToken provided by the API
79
87
  # @param [Integer] page_number Page Number, this value is simply for client state
80
88
  # @param [Integer] page_size Number of records to return, defaults to 50
@@ -110,12 +118,33 @@ module Twilio
110
118
  ##
111
119
  # Retrieve a single page of WorkspaceInstance records from the API.
112
120
  # Request is executed immediately.
113
- # @param [String] friendly_name The friendly_name
114
- # @param [String] event_callback_url The event_callback_url
115
- # @param [String] events_filter The events_filter
116
- # @param [Boolean] multi_task_enabled The multi_task_enabled
117
- # @param [String] template The template
118
- # @param [workspace.QueueOrder] prioritize_queue_order The prioritize_queue_order
121
+ # @param [String] friendly_name Human readable description of this workspace (for
122
+ # example "Customer Support" or "2014 Election Campaign")
123
+ # @param [String] event_callback_url If provided, the Workspace will publish
124
+ # events to this URL. You can use this to gather data for reporting. See Workspace
125
+ # Events for more information.
126
+ # @param [String] events_filter Use this parameter to receive webhooks on
127
+ # EventCallbackUrl for specific events on a workspace. For example if
128
+ # 'EventsFilter=task.created,task.canceled,worker.activity.update', then
129
+ # TaskRouter will webhook to EventCallbackUrl only when a task is created,
130
+ # canceled or a worker activity is updated.
131
+ # @param [Boolean] multi_task_enabled Multi tasking allows workers to handle
132
+ # multiple tasks simultaneously. When enabled (MultiTaskEnabled=true), each worker
133
+ # will be eligible to receive parallel reservations up to the per-channel maximums
134
+ # defined in the Workers section. Default is disabled (MultiTaskEnabled=false),
135
+ # where each worker will only receive a new reservation when the previous task is
136
+ # completed. Learn more by visiting [Multitasking][/docs/taskrouter/multitasking].
137
+ # @param [String] template One of the available template names. Will pre-configure
138
+ # this Workspace with the Workflow and Activities specified in the template.
139
+ # "NONE" will create a Workspace with a set of default activities and nothing
140
+ # else. "FIFO" will configure TaskRouter with a set of default activities and a
141
+ # single task queue for first-in, first-out distribution, useful if you want to
142
+ # see a simple TaskRouter configuration when getting started. Defaults to "NONE".
143
+ # @param [workspace.QueueOrder] prioritize_queue_order Use this parameter to
144
+ # configure whether to prioritize LIFO or FIFO when workers are receiving Tasks
145
+ # from combination of LIFO and FIFO TaskQueues. Default is FIFO. [Click
146
+ # here][/docs/taskrouter/queue-ordering-last-first-out-lifo] to learn more about
147
+ # LIFO and the use of the parameter.
119
148
  # @return [WorkspaceInstance] Newly created WorkspaceInstance
120
149
  def create(friendly_name: nil, event_callback_url: :unset, events_filter: :unset, multi_task_enabled: :unset, template: :unset, prioritize_queue_order: :unset)
121
150
  data = Twilio::Values.of({
@@ -215,13 +244,28 @@ module Twilio
215
244
 
216
245
  ##
217
246
  # Update the WorkspaceInstance
218
- # @param [String] default_activity_sid The default_activity_sid
219
- # @param [String] event_callback_url The event_callback_url
220
- # @param [String] events_filter The events_filter
221
- # @param [String] friendly_name The friendly_name
222
- # @param [Boolean] multi_task_enabled The multi_task_enabled
223
- # @param [String] timeout_activity_sid The timeout_activity_sid
224
- # @param [workspace.QueueOrder] prioritize_queue_order The prioritize_queue_order
247
+ # @param [String] default_activity_sid The ID of the Activity that will be used
248
+ # when new Workers are created in this Workspace.
249
+ # @param [String] event_callback_url The Workspace will publish events to this
250
+ # URL. You can use this to gather data for reporting. See
251
+ # [Events][/docs/taskrouter/api/events] for more information.
252
+ # @param [String] events_filter Use this parameter to receive webhooks on
253
+ # EventCallbackUrl for specific events on a workspace. For example if
254
+ # 'EventsFilter=task.created,task.canceled,worker.activity.update', then
255
+ # TaskRouter will webhook to EventCallbackUrl only when a task is created,
256
+ # canceled or a worker activity is updated.
257
+ # @param [String] friendly_name Human readable description of this workspace (for
258
+ # example "Sales Call Center" or "Customer Support Team")
259
+ # @param [Boolean] multi_task_enabled Enable or Disable Multitasking by passing
260
+ # either *true* or *False* with the POST request. Learn more by visiting
261
+ # [Multitasking][/docs/taskrouter/multitasking].
262
+ # @param [String] timeout_activity_sid The ID of the Activity that will be
263
+ # assigned to a Worker when a Task reservation times out without a response.
264
+ # @param [workspace.QueueOrder] prioritize_queue_order Use this parameter to
265
+ # configure whether to prioritize LIFO or FIFO when workers are receiving Tasks
266
+ # from combination of LIFO and FIFO TaskQueues. Default is FIFO. [Click
267
+ # here][/docs/taskrouter/queue-ordering-last-first-out-lifo] to learn more about
268
+ # LIFO and the use of the parameter.
225
269
  # @return [WorkspaceInstance] Updated WorkspaceInstance
226
270
  def update(default_activity_sid: :unset, event_callback_url: :unset, events_filter: :unset, friendly_name: :unset, multi_task_enabled: :unset, timeout_activity_sid: :unset, prioritize_queue_order: :unset)
227
271
  data = Twilio::Values.of({
@@ -454,79 +498,79 @@ module Twilio
454
498
  end
455
499
 
456
500
  ##
457
- # @return [String] The account_sid
501
+ # @return [String] The ID of the account that owns this Workflow
458
502
  def account_sid
459
503
  @properties['account_sid']
460
504
  end
461
505
 
462
506
  ##
463
- # @return [Time] The date_created
507
+ # @return [Time] The time the Workspace was created, given as GMT in ISO 8601 format.
464
508
  def date_created
465
509
  @properties['date_created']
466
510
  end
467
511
 
468
512
  ##
469
- # @return [Time] The date_updated
513
+ # @return [Time] The time the Workspace was last updated, given as GMT in ISO 8601 format.
470
514
  def date_updated
471
515
  @properties['date_updated']
472
516
  end
473
517
 
474
518
  ##
475
- # @return [String] The default_activity_name
519
+ # @return [String] The human readable name of the default activity.
476
520
  def default_activity_name
477
521
  @properties['default_activity_name']
478
522
  end
479
523
 
480
524
  ##
481
- # @return [String] The default_activity_sid
525
+ # @return [String] The ID of the Activity that will be used when new Workers are created in this Workspace.
482
526
  def default_activity_sid
483
527
  @properties['default_activity_sid']
484
528
  end
485
529
 
486
530
  ##
487
- # @return [String] The event_callback_url
531
+ # @return [String] If provided, the Workspace will publish events to this URL.
488
532
  def event_callback_url
489
533
  @properties['event_callback_url']
490
534
  end
491
535
 
492
536
  ##
493
- # @return [String] The events_filter
537
+ # @return [String] Use this parameter to receive webhooks on EventCallbackUrl for specific events on a workspace.
494
538
  def events_filter
495
539
  @properties['events_filter']
496
540
  end
497
541
 
498
542
  ##
499
- # @return [String] The friendly_name
543
+ # @return [String] Filter by a workspace’s friendly name.
500
544
  def friendly_name
501
545
  @properties['friendly_name']
502
546
  end
503
547
 
504
548
  ##
505
- # @return [Boolean] The multi_task_enabled
549
+ # @return [Boolean] Multi tasking allows workers to handle multiple tasks simultaneously.
506
550
  def multi_task_enabled
507
551
  @properties['multi_task_enabled']
508
552
  end
509
553
 
510
554
  ##
511
- # @return [String] The sid
555
+ # @return [String] The unique ID of the Workspace
512
556
  def sid
513
557
  @properties['sid']
514
558
  end
515
559
 
516
560
  ##
517
- # @return [String] The timeout_activity_name
561
+ # @return [String] The human readable name of the timeout activity.
518
562
  def timeout_activity_name
519
563
  @properties['timeout_activity_name']
520
564
  end
521
565
 
522
566
  ##
523
- # @return [String] The timeout_activity_sid
567
+ # @return [String] The ID of the Activity that will be assigned to a Worker when a Task reservation times out without a response.
524
568
  def timeout_activity_sid
525
569
  @properties['timeout_activity_sid']
526
570
  end
527
571
 
528
572
  ##
529
- # @return [workspace.QueueOrder] The prioritize_queue_order
573
+ # @return [workspace.QueueOrder] Use this parameter to configure whether to prioritize LIFO or FIFO when workers are receiving Tasks from combination of LIFO and FIFO TaskQueues.
530
574
  def prioritize_queue_order
531
575
  @properties['prioritize_queue_order']
532
576
  end
@@ -552,13 +596,28 @@ module Twilio
552
596
 
553
597
  ##
554
598
  # Update the WorkspaceInstance
555
- # @param [String] default_activity_sid The default_activity_sid
556
- # @param [String] event_callback_url The event_callback_url
557
- # @param [String] events_filter The events_filter
558
- # @param [String] friendly_name The friendly_name
559
- # @param [Boolean] multi_task_enabled The multi_task_enabled
560
- # @param [String] timeout_activity_sid The timeout_activity_sid
561
- # @param [workspace.QueueOrder] prioritize_queue_order The prioritize_queue_order
599
+ # @param [String] default_activity_sid The ID of the Activity that will be used
600
+ # when new Workers are created in this Workspace.
601
+ # @param [String] event_callback_url The Workspace will publish events to this
602
+ # URL. You can use this to gather data for reporting. See
603
+ # [Events][/docs/taskrouter/api/events] for more information.
604
+ # @param [String] events_filter Use this parameter to receive webhooks on
605
+ # EventCallbackUrl for specific events on a workspace. For example if
606
+ # 'EventsFilter=task.created,task.canceled,worker.activity.update', then
607
+ # TaskRouter will webhook to EventCallbackUrl only when a task is created,
608
+ # canceled or a worker activity is updated.
609
+ # @param [String] friendly_name Human readable description of this workspace (for
610
+ # example "Sales Call Center" or "Customer Support Team")
611
+ # @param [Boolean] multi_task_enabled Enable or Disable Multitasking by passing
612
+ # either *true* or *False* with the POST request. Learn more by visiting
613
+ # [Multitasking][/docs/taskrouter/multitasking].
614
+ # @param [String] timeout_activity_sid The ID of the Activity that will be
615
+ # assigned to a Worker when a Task reservation times out without a response.
616
+ # @param [workspace.QueueOrder] prioritize_queue_order Use this parameter to
617
+ # configure whether to prioritize LIFO or FIFO when workers are receiving Tasks
618
+ # from combination of LIFO and FIFO TaskQueues. Default is FIFO. [Click
619
+ # here][/docs/taskrouter/queue-ordering-last-first-out-lifo] to learn more about
620
+ # LIFO and the use of the parameter.
562
621
  # @return [WorkspaceInstance] Updated WorkspaceInstance
563
622
  def update(default_activity_sid: :unset, event_callback_url: :unset, events_filter: :unset, friendly_name: :unset, multi_task_enabled: :unset, timeout_activity_sid: :unset, prioritize_queue_order: :unset)
564
623
  context.update(