twilio-ruby 5.42.0 → 5.46.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (187) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +1 -0
  3. data/CHANGES.md +95 -0
  4. data/LICENSE +1 -1
  5. data/README.md +18 -2
  6. data/lib/twilio-ruby.rb +1 -1
  7. data/lib/twilio-ruby/rest/api/v2010/account/authorized_connect_app.rb +1 -1
  8. data/lib/twilio-ruby/rest/api/v2010/account/call.rb +34 -9
  9. data/lib/twilio-ruby/rest/api/v2010/account/call/event.rb +201 -0
  10. data/lib/twilio-ruby/rest/api/v2010/account/call/feedback.rb +13 -13
  11. data/lib/twilio-ruby/rest/api/v2010/account/call/feedback_summary.rb +1 -1
  12. data/lib/twilio-ruby/rest/api/v2010/account/call/recording.rb +17 -5
  13. data/lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb +17 -12
  14. data/lib/twilio-ruby/rest/api/v2010/account/connect_app.rb +3 -3
  15. data/lib/twilio-ruby/rest/api/v2010/account/message.rb +5 -5
  16. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain.rb +6 -3
  17. data/lib/twilio-ruby/rest/api/v2010/account/token.rb +1 -1
  18. data/lib/twilio-ruby/rest/bulkexports.rb +4 -2
  19. data/lib/twilio-ruby/rest/bulkexports/v1.rb +4 -2
  20. data/lib/twilio-ruby/rest/bulkexports/v1/export.rb +7 -4
  21. data/lib/twilio-ruby/rest/bulkexports/v1/export/day.rb +7 -4
  22. data/lib/twilio-ruby/rest/bulkexports/v1/export/export_custom_job.rb +5 -3
  23. data/lib/twilio-ruby/rest/bulkexports/v1/export/job.rb +5 -3
  24. data/lib/twilio-ruby/rest/bulkexports/v1/export_configuration.rb +5 -3
  25. data/lib/twilio-ruby/rest/chat/v1/service.rb +5 -5
  26. data/lib/twilio-ruby/rest/chat/v1/service/channel.rb +6 -6
  27. data/lib/twilio-ruby/rest/chat/v1/service/channel/invite.rb +3 -3
  28. data/lib/twilio-ruby/rest/chat/v1/service/channel/member.rb +3 -3
  29. data/lib/twilio-ruby/rest/chat/v1/service/role.rb +9 -9
  30. data/lib/twilio-ruby/rest/chat/v2/service.rb +5 -5
  31. data/lib/twilio-ruby/rest/chat/v2/service/binding.rb +7 -7
  32. data/lib/twilio-ruby/rest/chat/v2/service/channel.rb +6 -6
  33. data/lib/twilio-ruby/rest/chat/v2/service/channel/invite.rb +3 -3
  34. data/lib/twilio-ruby/rest/chat/v2/service/channel/member.rb +3 -3
  35. data/lib/twilio-ruby/rest/chat/v2/service/channel/webhook.rb +27 -24
  36. data/lib/twilio-ruby/rest/chat/v2/service/role.rb +9 -9
  37. data/lib/twilio-ruby/rest/chat/v2/service/user/user_binding.rb +10 -10
  38. data/lib/twilio-ruby/rest/client.rb +29 -3
  39. data/lib/twilio-ruby/rest/conversations/v1/configuration/webhook.rb +9 -9
  40. data/lib/twilio-ruby/rest/conversations/v1/conversation/message.rb +1 -1
  41. data/lib/twilio-ruby/rest/conversations/v1/conversation/participant.rb +32 -2
  42. data/lib/twilio-ruby/rest/conversations/v1/conversation/webhook.rb +9 -9
  43. data/lib/twilio-ruby/rest/conversations/v1/role.rb +9 -9
  44. data/lib/twilio-ruby/rest/conversations/v1/service/binding.rb +7 -7
  45. data/lib/twilio-ruby/rest/conversations/v1/service/configuration.rb +17 -2
  46. data/lib/twilio-ruby/rest/conversations/v1/service/conversation/message.rb +1 -1
  47. data/lib/twilio-ruby/rest/conversations/v1/service/conversation/participant.rb +32 -2
  48. data/lib/twilio-ruby/rest/conversations/v1/service/conversation/webhook.rb +9 -9
  49. data/lib/twilio-ruby/rest/conversations/v1/service/role.rb +9 -9
  50. data/lib/twilio-ruby/rest/conversations/v1/service/user.rb +8 -1
  51. data/lib/twilio-ruby/rest/conversations/v1/user.rb +8 -1
  52. data/lib/twilio-ruby/rest/events/v1/sink.rb +2 -1
  53. data/lib/twilio-ruby/rest/events/v1/subscription.rb +14 -7
  54. data/lib/twilio-ruby/rest/flex_api.rb +1 -1
  55. data/lib/twilio-ruby/rest/flex_api/v1.rb +1 -1
  56. data/lib/twilio-ruby/rest/flex_api/v1/channel.rb +5 -5
  57. data/lib/twilio-ruby/rest/flex_api/v1/configuration.rb +4 -4
  58. data/lib/twilio-ruby/rest/flex_api/v1/flex_flow.rb +88 -76
  59. data/lib/twilio-ruby/rest/flex_api/v1/web_channel.rb +2 -2
  60. data/lib/twilio-ruby/rest/insights/v1/call/summary.rb +8 -9
  61. data/lib/twilio-ruby/rest/insights/v1/room.rb +7 -7
  62. data/lib/twilio-ruby/rest/insights/v1/room/participant.rb +2 -9
  63. data/lib/twilio-ruby/rest/ip_messaging/v1/service.rb +3 -3
  64. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel.rb +3 -3
  65. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/invite.rb +3 -3
  66. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/member.rb +3 -3
  67. data/lib/twilio-ruby/rest/ip_messaging/v1/service/role.rb +4 -4
  68. data/lib/twilio-ruby/rest/ip_messaging/v2/service.rb +3 -3
  69. data/lib/twilio-ruby/rest/ip_messaging/v2/service/binding.rb +7 -7
  70. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel.rb +3 -3
  71. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/invite.rb +3 -3
  72. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/member.rb +3 -3
  73. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/webhook.rb +6 -6
  74. data/lib/twilio-ruby/rest/ip_messaging/v2/service/role.rb +4 -4
  75. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_binding.rb +4 -4
  76. data/lib/twilio-ruby/rest/lookups/v1/phone_number.rb +16 -16
  77. data/lib/twilio-ruby/rest/messaging/v1/service/alpha_sender.rb +1 -1
  78. data/lib/twilio-ruby/rest/messaging/v1/service/phone_number.rb +1 -1
  79. data/lib/twilio-ruby/rest/messaging/v1/service/short_code.rb +1 -1
  80. data/lib/twilio-ruby/rest/notify/v1/service/binding.rb +16 -15
  81. data/lib/twilio-ruby/rest/notify/v1/service/notification.rb +18 -18
  82. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/evaluation.rb +1 -1
  83. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/end_user_type.rb +1 -1
  84. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/supporting_document_type.rb +1 -1
  85. data/lib/twilio-ruby/rest/preview.rb +4 -23
  86. data/lib/twilio-ruby/rest/preview/bulk_exports.rb +4 -2
  87. data/lib/twilio-ruby/rest/preview/bulk_exports/export.rb +7 -4
  88. data/lib/twilio-ruby/rest/preview/bulk_exports/export/day.rb +7 -4
  89. data/lib/twilio-ruby/rest/preview/bulk_exports/export/export_custom_job.rb +5 -3
  90. data/lib/twilio-ruby/rest/preview/bulk_exports/export/job.rb +5 -3
  91. data/lib/twilio-ruby/rest/preview/bulk_exports/export_configuration.rb +5 -3
  92. data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document.rb +13 -13
  93. data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document/dependent_hosted_number_order.rb +2 -2
  94. data/lib/twilio-ruby/rest/preview/hosted_numbers/hosted_number_order.rb +8 -8
  95. data/lib/twilio-ruby/rest/preview/trusted_comms.rb +0 -30
  96. data/lib/twilio-ruby/rest/preview/wireless/rate_plan.rb +2 -2
  97. data/lib/twilio-ruby/rest/pricing/v1/messaging/country.rb +2 -2
  98. data/lib/twilio-ruby/rest/pricing/v1/phone_number/country.rb +1 -1
  99. data/lib/twilio-ruby/rest/pricing/v1/voice/country.rb +2 -2
  100. data/lib/twilio-ruby/rest/pricing/v2/voice/country.rb +2 -2
  101. data/lib/twilio-ruby/rest/pricing/v2/voice/number.rb +1 -1
  102. data/lib/twilio-ruby/rest/proxy/v1/service/session.rb +1 -1
  103. data/lib/twilio-ruby/rest/proxy/v1/service/session/participant/message_interaction.rb +1 -1
  104. data/lib/twilio-ruby/rest/serverless/v1/service.rb +5 -5
  105. data/lib/twilio-ruby/rest/serverless/v1/service/asset.rb +4 -4
  106. data/lib/twilio-ruby/rest/serverless/v1/service/asset/asset_version.rb +4 -4
  107. data/lib/twilio-ruby/rest/serverless/v1/service/build.rb +10 -10
  108. data/lib/twilio-ruby/rest/serverless/v1/service/build/build_status.rb +4 -4
  109. data/lib/twilio-ruby/rest/serverless/v1/service/environment.rb +4 -4
  110. data/lib/twilio-ruby/rest/serverless/v1/service/environment/deployment.rb +4 -4
  111. data/lib/twilio-ruby/rest/serverless/v1/service/environment/log.rb +4 -4
  112. data/lib/twilio-ruby/rest/serverless/v1/service/environment/variable.rb +4 -4
  113. data/lib/twilio-ruby/rest/serverless/v1/service/function.rb +4 -4
  114. data/lib/twilio-ruby/rest/serverless/v1/service/function/function_version.rb +4 -4
  115. data/lib/twilio-ruby/rest/serverless/v1/service/function/function_version/function_version_content.rb +4 -4
  116. data/lib/twilio-ruby/rest/studio/v2/flow.rb +2 -2
  117. data/lib/twilio-ruby/rest/studio/v2/flow/flow_revision.rb +1 -1
  118. data/lib/twilio-ruby/rest/studio/v2/flow/test_user.rb +3 -3
  119. data/lib/twilio-ruby/rest/supersim/v1/network.rb +1 -1
  120. data/lib/twilio-ruby/rest/supersim/v1/network_access_profile.rb +2 -2
  121. data/lib/twilio-ruby/rest/supersim/v1/network_access_profile/network_access_profile_network.rb +1 -1
  122. data/lib/twilio-ruby/rest/sync/v1/service/document.rb +7 -5
  123. data/lib/twilio-ruby/rest/sync/v1/service/sync_list.rb +4 -2
  124. data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_item.rb +3 -3
  125. data/lib/twilio-ruby/rest/sync/v1/service/sync_map.rb +4 -2
  126. data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_item.rb +4 -4
  127. data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_permission.rb +1 -1
  128. data/lib/twilio-ruby/rest/sync/v1/service/sync_stream/stream_message.rb +1 -1
  129. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task.rb +12 -9
  130. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task/reservation.rb +10 -10
  131. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_channel.rb +16 -16
  132. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics.rb +1 -1
  133. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/reservation.rb +10 -10
  134. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_cumulative_statistics.rb +1 -1
  135. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_real_time_statistics.rb +1 -1
  136. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_real_time_statistics.rb +1 -1
  137. data/lib/twilio-ruby/rest/trunking/v1/trunk.rb +1 -1
  138. data/lib/twilio-ruby/rest/trunking/v1/trunk/recording.rb +21 -24
  139. data/lib/twilio-ruby/rest/verify/v2/service.rb +3 -3
  140. data/lib/twilio-ruby/rest/verify/v2/service/entity.rb +3 -1
  141. data/lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb +8 -6
  142. data/lib/twilio-ruby/rest/verify/v2/service/verification.rb +1 -1
  143. data/lib/twilio-ruby/rest/verify/v2/service/webhook.rb +10 -10
  144. data/lib/twilio-ruby/rest/video/v1/composition.rb +16 -15
  145. data/lib/twilio-ruby/rest/video/v1/composition_hook.rb +26 -26
  146. data/lib/twilio-ruby/rest/video/v1/composition_settings.rb +6 -6
  147. data/lib/twilio-ruby/rest/video/v1/recording.rb +6 -6
  148. data/lib/twilio-ruby/rest/video/v1/recording_settings.rb +6 -6
  149. data/lib/twilio-ruby/rest/video/v1/room.rb +10 -3
  150. data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_subscribe_rule.rb +1 -1
  151. data/lib/twilio-ruby/rest/video/v1/room/room_recording_rule.rb +1 -1
  152. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/country.rb +1 -1
  153. data/lib/twilio-ruby/rest/wireless/v1/rate_plan.rb +4 -4
  154. data/lib/twilio-ruby/twiml/voice_response.rb +8 -4
  155. data/lib/twilio-ruby/util/configuration.rb +5 -1
  156. data/lib/twilio-ruby/version.rb +1 -1
  157. data/spec/integration/api/v2010/account/call/event_spec.rb +102 -0
  158. data/spec/integration/api/v2010/account/call/recording_spec.rb +4 -0
  159. data/spec/integration/api/v2010/account/call_spec.rb +20 -10
  160. data/spec/integration/api/v2010/account/conference/participant_spec.rb +30 -0
  161. data/spec/integration/conversations/v1/conversation/participant_spec.rb +30 -10
  162. data/spec/integration/conversations/v1/service/configuration_spec.rb +2 -0
  163. data/spec/integration/conversations/v1/service/conversation/participant_spec.rb +30 -10
  164. data/spec/integration/conversations/v1/service/user_spec.rb +9 -4
  165. data/spec/integration/conversations/v1/user_spec.rb +9 -4
  166. data/spec/integration/events/v1/sink_spec.rb +14 -0
  167. data/spec/integration/events/v1/subscription_spec.rb +49 -0
  168. data/spec/integration/insights/v1/call/summary_spec.rb +1 -0
  169. data/spec/integration/insights/v1/room/participant_spec.rb +0 -2
  170. data/spec/integration/lookups/v1/phone_number_spec.rb +7 -7
  171. data/spec/integration/taskrouter/v1/workspace/worker/worker_channel_spec.rb +1 -1
  172. data/spec/integration/trunking/v1/trunk/recording_spec.rb +2 -6
  173. data/spec/integration/video/v1/room_spec.rb +5 -0
  174. data/spec/rest/client_spec.rb +24 -2
  175. data/spec/twiml/voice_response_spec.rb +1 -1
  176. data/twilio-ruby.gemspec +1 -0
  177. metadata +19 -17
  178. data/lib/twilio-ruby/rest/preview/trusted_comms/branded_call.rb +0 -243
  179. data/lib/twilio-ruby/rest/preview/trusted_comms/business.rb +0 -213
  180. data/lib/twilio-ruby/rest/preview/trusted_comms/business/insights.rb +0 -108
  181. data/lib/twilio-ruby/rest/preview/trusted_comms/business/insights/impressions_rate.rb +0 -260
  182. data/lib/twilio-ruby/rest/preview/trusted_comms/phone_call.rb +0 -342
  183. data/spec/integration/preview/trusted_comms/branded_call_spec.rb +0 -59
  184. data/spec/integration/preview/trusted_comms/business/insights/impressions_rate_spec.rb +0 -56
  185. data/spec/integration/preview/trusted_comms/business/insights_spec.rb +0 -12
  186. data/spec/integration/preview/trusted_comms/business_spec.rb +0 -45
  187. data/spec/integration/preview/trusted_comms/phone_call_spec.rb +0 -59
@@ -91,7 +91,7 @@ module Twilio
91
91
 
92
92
  ##
93
93
  # Update the FlowTestUserInstance
94
- # @param [String] test_users The test_users
94
+ # @param [Array[String]] test_users The test_users
95
95
  # @return [FlowTestUserInstance] Updated FlowTestUserInstance
96
96
  def update(test_users: nil)
97
97
  data = Twilio::Values.of({'TestUsers' => Twilio.serialize_list(test_users) { |e| e }, })
@@ -158,7 +158,7 @@ module Twilio
158
158
  end
159
159
 
160
160
  ##
161
- # @return [String] The test_users
161
+ # @return [Array[String]] The test_users
162
162
  def test_users
163
163
  @properties['test_users']
164
164
  end
@@ -178,7 +178,7 @@ module Twilio
178
178
 
179
179
  ##
180
180
  # Update the FlowTestUserInstance
181
- # @param [String] test_users The test_users
181
+ # @param [Array[String]] test_users The test_users
182
182
  # @return [FlowTestUserInstance] Updated FlowTestUserInstance
183
183
  def update(test_users: nil)
184
184
  context.update(test_users: test_users, )
@@ -275,7 +275,7 @@ module Twilio
275
275
  end
276
276
 
277
277
  ##
278
- # @return [Hash] The MCC/MNCs included in the Network resource
278
+ # @return [Array[Hash]] The MCC/MNCs included in the Network resource
279
279
  def identifiers
280
280
  @properties['identifiers']
281
281
  end
@@ -30,8 +30,8 @@ module Twilio
30
30
  # @param [String] unique_name An application-defined string that uniquely
31
31
  # identifies the resource. It can be used in place of the resource's `sid` in the
32
32
  # URL to address the resource.
33
- # @param [String] networks List of Network SIDs that this Network Access Profile
34
- # will allow connections to.
33
+ # @param [Array[String]] networks List of Network SIDs that this Network Access
34
+ # Profile will allow connections to.
35
35
  # @return [NetworkAccessProfileInstance] Created NetworkAccessProfileInstance
36
36
  def create(unique_name: :unset, networks: :unset)
37
37
  data = Twilio::Values.of({
@@ -293,7 +293,7 @@ module Twilio
293
293
  end
294
294
 
295
295
  ##
296
- # @return [Hash] The MCC/MNCs included in the resource
296
+ # @return [Array[Hash]] The MCC/MNCs included in the resource
297
297
  def identifiers
298
298
  @properties['identifiers']
299
299
  end
@@ -34,7 +34,7 @@ module Twilio
34
34
  # @param [String] unique_name An application-defined string that uniquely
35
35
  # identifies the Sync Document
36
36
  # @param [Hash] data A JSON string that represents an arbitrary, schema-less
37
- # object that the Sync Document stores. Can be up to 16KB in length.
37
+ # object that the Sync Document stores. Can be up to 16 KiB in length.
38
38
  # @param [String] ttl How long, in seconds, before the Sync Document expires and
39
39
  # is deleted (the Sync Document's time-to-live). Can be an integer from 0 to
40
40
  # 31,536,000 (1 year). The default value is `0`, which means the Sync Document
@@ -181,7 +181,8 @@ module Twilio
181
181
  # @param [String] service_sid The SID of the {Sync
182
182
  # Service}[https://www.twilio.com/docs/sync/api/service] with the Document
183
183
  # resource to fetch.
184
- # @param [String] sid The SID of the Document resource to fetch.
184
+ # @param [String] sid The SID of the Document resource to fetch. Can be the
185
+ # Document resource's `sid` or its `unique_name`.
185
186
  # @return [DocumentContext] DocumentContext
186
187
  def initialize(version, service_sid, sid)
187
188
  super(version)
@@ -216,7 +217,7 @@ module Twilio
216
217
  ##
217
218
  # Update the DocumentInstance
218
219
  # @param [Hash] data A JSON string that represents an arbitrary, schema-less
219
- # object that the Sync Document stores. Can be up to 16KB in length.
220
+ # object that the Sync Document stores. Can be up to 16 KiB in length.
220
221
  # @param [String] ttl How long, in seconds, before the Sync Document expires and
221
222
  # is deleted (time-to-live). Can be an integer from 0 to 31,536,000 (1 year). The
222
223
  # default value is `0`, which means the Document resource does not expire. The
@@ -280,7 +281,8 @@ module Twilio
280
281
  # @param [String] service_sid The SID of the {Sync
281
282
  # Service}[https://www.twilio.com/docs/sync/api/service] the resource is
282
283
  # associated with.
283
- # @param [String] sid The SID of the Document resource to fetch.
284
+ # @param [String] sid The SID of the Document resource to fetch. Can be the
285
+ # Document resource's `sid` or its `unique_name`.
284
286
  # @return [DocumentInstance] DocumentInstance
285
287
  def initialize(version, payload, service_sid: nil, sid: nil)
286
288
  super(version)
@@ -407,7 +409,7 @@ module Twilio
407
409
  ##
408
410
  # Update the DocumentInstance
409
411
  # @param [Hash] data A JSON string that represents an arbitrary, schema-less
410
- # object that the Sync Document stores. Can be up to 16KB in length.
412
+ # object that the Sync Document stores. Can be up to 16 KiB in length.
411
413
  # @param [String] ttl How long, in seconds, before the Sync Document expires and
412
414
  # is deleted (time-to-live). Can be an integer from 0 to 31,536,000 (1 year). The
413
415
  # default value is `0`, which means the Document resource does not expire. The
@@ -182,7 +182,8 @@ module Twilio
182
182
  # @param [String] service_sid The SID of the {Sync
183
183
  # Service}[https://www.twilio.com/docs/sync/api/service] with the Sync List
184
184
  # resource to fetch.
185
- # @param [String] sid The SID of the Sync List resource to fetch.
185
+ # @param [String] sid The SID of the Sync List resource to fetch. Can be the Sync
186
+ # List resource's `sid` or its `unique_name`.
186
187
  # @return [SyncListContext] SyncListContext
187
188
  def initialize(version, service_sid, sid)
188
189
  super(version)
@@ -299,7 +300,8 @@ module Twilio
299
300
  # @param [String] service_sid The SID of the {Sync
300
301
  # Service}[https://www.twilio.com/docs/sync/api/service] the resource is
301
302
  # associated with.
302
- # @param [String] sid The SID of the Sync List resource to fetch.
303
+ # @param [String] sid The SID of the Sync List resource to fetch. Can be the Sync
304
+ # List resource's `sid` or its `unique_name`.
303
305
  # @return [SyncListInstance] SyncListInstance
304
306
  def initialize(version, payload, service_sid: nil, sid: nil)
305
307
  super(version)
@@ -34,7 +34,7 @@ module Twilio
34
34
  ##
35
35
  # Create the SyncListItemInstance
36
36
  # @param [Hash] data A JSON string that represents an arbitrary, schema-less
37
- # object that the List Item stores. Can be up to 16KB in length.
37
+ # object that the List Item stores. Can be up to 16 KiB in length.
38
38
  # @param [String] ttl An alias for `item_ttl`. If both parameters are provided,
39
39
  # this value is ignored.
40
40
  # @param [String] item_ttl How long, in seconds, before the List Item expires
@@ -269,7 +269,7 @@ module Twilio
269
269
  ##
270
270
  # Update the SyncListItemInstance
271
271
  # @param [Hash] data A JSON string that represents an arbitrary, schema-less
272
- # object that the List Item stores. Can be up to 16KB in length.
272
+ # object that the List Item stores. Can be up to 16 KiB in length.
273
273
  # @param [String] ttl An alias for `item_ttl`. If both parameters are provided,
274
274
  # this value is ignored.
275
275
  # @param [String] item_ttl How long, in seconds, before the List Item expires
@@ -460,7 +460,7 @@ module Twilio
460
460
  ##
461
461
  # Update the SyncListItemInstance
462
462
  # @param [Hash] data A JSON string that represents an arbitrary, schema-less
463
- # object that the List Item stores. Can be up to 16KB in length.
463
+ # object that the List Item stores. Can be up to 16 KiB in length.
464
464
  # @param [String] ttl An alias for `item_ttl`. If both parameters are provided,
465
465
  # this value is ignored.
466
466
  # @param [String] item_ttl How long, in seconds, before the List Item expires
@@ -181,7 +181,8 @@ module Twilio
181
181
  # @param [String] service_sid The SID of the {Sync
182
182
  # Service}[https://www.twilio.com/docs/sync/api/service] with the Sync Map
183
183
  # resource to fetch.
184
- # @param [String] sid The SID of the Sync Map resource to fetch.
184
+ # @param [String] sid The SID of the Sync Map resource to fetch. Can be the Sync
185
+ # Map's `sid` or its `unique_name`.
185
186
  # @return [SyncMapContext] SyncMapContext
186
187
  def initialize(version, service_sid, sid)
187
188
  super(version)
@@ -298,7 +299,8 @@ module Twilio
298
299
  # @param [String] service_sid The SID of the {Sync
299
300
  # Service}[https://www.twilio.com/docs/sync/api/service] the resource is
300
301
  # associated with.
301
- # @param [String] sid The SID of the Sync Map resource to fetch.
302
+ # @param [String] sid The SID of the Sync Map resource to fetch. Can be the Sync
303
+ # Map's `sid` or its `unique_name`.
302
304
  # @return [SyncMapInstance] SyncMapInstance
303
305
  def initialize(version, payload, service_sid: nil, sid: nil)
304
306
  super(version)
@@ -36,7 +36,7 @@ module Twilio
36
36
  # @param [String] key The unique, user-defined key for the Map Item. Can be up to
37
37
  # 320 characters long.
38
38
  # @param [Hash] data A JSON string that represents an arbitrary, schema-less
39
- # object that the Map Item stores. Can be up to 16KB in length.
39
+ # object that the Map Item stores. Can be up to 16 KiB in length.
40
40
  # @param [String] ttl An alias for `item_ttl`. If both parameters are provided,
41
41
  # this value is ignored.
42
42
  # @param [String] item_ttl How long, in seconds, before the Map Item expires
@@ -239,7 +239,7 @@ module Twilio
239
239
  # Service}[https://www.twilio.com/docs/sync/api/service] with the Sync Map Item
240
240
  # resource to fetch.
241
241
  # @param [String] map_sid The SID of the Sync Map with the Sync Map Item resource
242
- # to fetch. Can be the Sync Map's `sid` or its `unique_name`.
242
+ # to fetch. Can be the Sync Map resource's `sid` or its `unique_name`.
243
243
  # @param [String] key The `key` value of the Sync Map Item resource to fetch.
244
244
  # @return [SyncMapItemContext] SyncMapItemContext
245
245
  def initialize(version, service_sid, map_sid, key)
@@ -278,7 +278,7 @@ module Twilio
278
278
  ##
279
279
  # Update the SyncMapItemInstance
280
280
  # @param [Hash] data A JSON string that represents an arbitrary, schema-less
281
- # object that the Map Item stores. Can be up to 16KB in length.
281
+ # object that the Map Item stores. Can be up to 16 KiB in length.
282
282
  # @param [String] ttl An alias for `item_ttl`. If both parameters are provided,
283
283
  # this value is ignored.
284
284
  # @param [String] item_ttl How long, in seconds, before the Map Item expires
@@ -466,7 +466,7 @@ module Twilio
466
466
  ##
467
467
  # Update the SyncMapItemInstance
468
468
  # @param [Hash] data A JSON string that represents an arbitrary, schema-less
469
- # object that the Map Item stores. Can be up to 16KB in length.
469
+ # object that the Map Item stores. Can be up to 16 KiB in length.
470
470
  # @param [String] ttl An alias for `item_ttl`. If both parameters are provided,
471
471
  # this value is ignored.
472
472
  # @param [String] item_ttl How long, in seconds, before the Map Item expires
@@ -164,7 +164,7 @@ module Twilio
164
164
  # Service}[https://www.twilio.com/docs/sync/api/service] with the Sync Map
165
165
  # Permission resource to fetch. Can be the Service's `sid` value or `default`.
166
166
  # @param [String] map_sid The SID of the Sync Map with the Sync Map Permission
167
- # resource to fetch. Can be the Sync Map's `sid` or its `unique_name`.
167
+ # resource to fetch. Can be the Sync Map resource's `sid` or its `unique_name`.
168
168
  # @param [String] identity The application-defined string that uniquely identifies
169
169
  # the User's Sync Map Permission resource to fetch.
170
170
  # @return [SyncMapPermissionContext] SyncMapPermissionContext
@@ -35,7 +35,7 @@ module Twilio
35
35
  ##
36
36
  # Create the StreamMessageInstance
37
37
  # @param [Hash] data A JSON string that represents an arbitrary, schema-less
38
- # object that makes up the Stream Message body. Can be up to 4KB in length.
38
+ # object that makes up the Stream Message body. Can be up to 4 KiB in length.
39
39
  # @return [StreamMessageInstance] Created StreamMessageInstance
40
40
  def create(data: nil)
41
41
  data = Twilio::Values.of({'Data' => Twilio.serialize_object(data), })
@@ -31,9 +31,10 @@ module Twilio
31
31
  # memory before returning.
32
32
  # @param [String] priority The priority value of the Tasks to read. Returns the
33
33
  # list of all Tasks in the Workspace with the specified priority.
34
- # @param [String] assignment_status The `assignment_status` of the Tasks to read.
35
- # Can be: `pending`, `reserved`, `assigned`, `canceled`, and `completed`. Returns
36
- # all Tasks in the Workspace with the specified `assignment_status`.
34
+ # @param [Array[String]] assignment_status The `assignment_status` of the Tasks
35
+ # you want to read. Can be: `pending`, `reserved`, `assigned`, `canceled`,
36
+ # `wrapping`, or `completed`. Returns all Tasks in the Workspace with the
37
+ # specified `assignment_status`.
37
38
  # @param [String] workflow_sid The SID of the Workflow with the Tasks to read.
38
39
  # Returns the Tasks controlled by the Workflow identified by this SID.
39
40
  # @param [String] workflow_name The friendly name of the Workflow with the Tasks
@@ -85,9 +86,10 @@ module Twilio
85
86
  # is reached.
86
87
  # @param [String] priority The priority value of the Tasks to read. Returns the
87
88
  # list of all Tasks in the Workspace with the specified priority.
88
- # @param [String] assignment_status The `assignment_status` of the Tasks to read.
89
- # Can be: `pending`, `reserved`, `assigned`, `canceled`, and `completed`. Returns
90
- # all Tasks in the Workspace with the specified `assignment_status`.
89
+ # @param [Array[String]] assignment_status The `assignment_status` of the Tasks
90
+ # you want to read. Can be: `pending`, `reserved`, `assigned`, `canceled`,
91
+ # `wrapping`, or `completed`. Returns all Tasks in the Workspace with the
92
+ # specified `assignment_status`.
91
93
  # @param [String] workflow_sid The SID of the Workflow with the Tasks to read.
92
94
  # Returns the Tasks controlled by the Workflow identified by this SID.
93
95
  # @param [String] workflow_name The friendly name of the Workflow with the Tasks
@@ -155,9 +157,10 @@ module Twilio
155
157
  # Request is executed immediately.
156
158
  # @param [String] priority The priority value of the Tasks to read. Returns the
157
159
  # list of all Tasks in the Workspace with the specified priority.
158
- # @param [String] assignment_status The `assignment_status` of the Tasks to read.
159
- # Can be: `pending`, `reserved`, `assigned`, `canceled`, and `completed`. Returns
160
- # all Tasks in the Workspace with the specified `assignment_status`.
160
+ # @param [Array[String]] assignment_status The `assignment_status` of the Tasks
161
+ # you want to read. Can be: `pending`, `reserved`, `assigned`, `canceled`,
162
+ # `wrapping`, or `completed`. Returns all Tasks in the Workspace with the
163
+ # specified `assignment_status`.
161
164
  # @param [String] workflow_sid The SID of the Workflow with the Tasks to read.
162
165
  # Returns the Tasks controlled by the Workflow identified by this SID.
163
166
  # @param [String] workflow_name The friendly name of the Workflow with the Tasks
@@ -244,8 +244,8 @@ module Twilio
244
244
  # `status_callback_method` to send status information to your application.
245
245
  # @param [String] status_callback_method The HTTP method we should use to call
246
246
  # `status_callback`. Can be: `POST` or `GET` and the default is `POST`.
247
- # @param [reservation.CallStatus] status_callback_event The call progress events
248
- # that we will send to `status_callback`. Can be: `initiated`, `ringing`,
247
+ # @param [Array[reservation.CallStatus]] status_callback_event The call progress
248
+ # events that we will send to `status_callback`. Can be: `initiated`, `ringing`,
249
249
  # `answered`, or `completed`.
250
250
  # @param [String] timeout Timeout for call when executing a Conference
251
251
  # instruction.
@@ -282,7 +282,7 @@ module Twilio
282
282
  # @param [String] conference_status_callback_method The HTTP method we should use
283
283
  # to call `conference_status_callback`. Can be: `GET` or `POST` and defaults to
284
284
  # `POST`.
285
- # @param [reservation.ConferenceEvent] conference_status_callback_event The
285
+ # @param [Array[reservation.ConferenceEvent]] conference_status_callback_event The
286
286
  # conference status events that we will send to `conference_status_callback`. Can
287
287
  # be: `start`, `end`, `join`, `leave`, `mute`, `hold`, `speaker`.
288
288
  # @param [String] conference_record Whether to record the conference the
@@ -310,8 +310,8 @@ module Twilio
310
310
  # `br1`, `au1`, or `jp1`.
311
311
  # @param [String] sip_auth_username The SIP username used for authentication.
312
312
  # @param [String] sip_auth_password The SIP password for authentication.
313
- # @param [String] dequeue_status_callback_event The Call progress events sent via
314
- # webhooks as a result of a Dequeue instruction.
313
+ # @param [Array[String]] dequeue_status_callback_event The Call progress events
314
+ # sent via webhooks as a result of a Dequeue instruction.
315
315
  # @param [String] post_work_activity_sid The new worker activity SID after
316
316
  # executing a Conference instruction.
317
317
  # @param [reservation.SupervisorMode] supervisor_mode The Supervisor mode when
@@ -584,8 +584,8 @@ module Twilio
584
584
  # `status_callback_method` to send status information to your application.
585
585
  # @param [String] status_callback_method The HTTP method we should use to call
586
586
  # `status_callback`. Can be: `POST` or `GET` and the default is `POST`.
587
- # @param [reservation.CallStatus] status_callback_event The call progress events
588
- # that we will send to `status_callback`. Can be: `initiated`, `ringing`,
587
+ # @param [Array[reservation.CallStatus]] status_callback_event The call progress
588
+ # events that we will send to `status_callback`. Can be: `initiated`, `ringing`,
589
589
  # `answered`, or `completed`.
590
590
  # @param [String] timeout Timeout for call when executing a Conference
591
591
  # instruction.
@@ -622,7 +622,7 @@ module Twilio
622
622
  # @param [String] conference_status_callback_method The HTTP method we should use
623
623
  # to call `conference_status_callback`. Can be: `GET` or `POST` and defaults to
624
624
  # `POST`.
625
- # @param [reservation.ConferenceEvent] conference_status_callback_event The
625
+ # @param [Array[reservation.ConferenceEvent]] conference_status_callback_event The
626
626
  # conference status events that we will send to `conference_status_callback`. Can
627
627
  # be: `start`, `end`, `join`, `leave`, `mute`, `hold`, `speaker`.
628
628
  # @param [String] conference_record Whether to record the conference the
@@ -650,8 +650,8 @@ module Twilio
650
650
  # `br1`, `au1`, or `jp1`.
651
651
  # @param [String] sip_auth_username The SIP username used for authentication.
652
652
  # @param [String] sip_auth_password The SIP password for authentication.
653
- # @param [String] dequeue_status_callback_event The Call progress events sent via
654
- # webhooks as a result of a Dequeue instruction.
653
+ # @param [Array[String]] dequeue_status_callback_event The Call progress events
654
+ # sent via webhooks as a result of a Dequeue instruction.
655
655
  # @param [String] post_work_activity_sid The new worker activity SID after
656
656
  # executing a Conference instruction.
657
657
  # @param [reservation.SupervisorMode] supervisor_mode The Supervisor mode when
@@ -15,8 +15,8 @@ module Twilio
15
15
  ##
16
16
  # Initialize the TaskChannelList
17
17
  # @param [Version] version Version that contains the resource
18
- # @param [String] workspace_sid The SID of the Workspace that contains the
19
- # TaskChannel.
18
+ # @param [String] workspace_sid The SID of the Workspace that contains the Task
19
+ # Channel.
20
20
  # @return [TaskChannelList] TaskChannelList
21
21
  def initialize(version, workspace_sid: nil)
22
22
  super(version)
@@ -109,10 +109,10 @@ module Twilio
109
109
  ##
110
110
  # Create the TaskChannelInstance
111
111
  # @param [String] friendly_name A descriptive string that you create to describe
112
- # the TaskChannel. It can be up to 64 characters long.
112
+ # the Task Channel. It can be up to 64 characters long.
113
113
  # @param [String] unique_name An application-defined string that uniquely
114
- # identifies the TaskChannel, such as `voice` or `sms`.
115
- # @param [Boolean] channel_optimized_routing Whether the TaskChannel should
114
+ # identifies the Task Channel, such as `voice` or `sms`.
115
+ # @param [Boolean] channel_optimized_routing Whether the Task Channel should
116
116
  # prioritize Workers that have been idle. If `true`, Workers that have been idle
117
117
  # the longest are prioritized.
118
118
  # @return [TaskChannelInstance] Created TaskChannelInstance
@@ -168,9 +168,9 @@ module Twilio
168
168
  ##
169
169
  # Initialize the TaskChannelContext
170
170
  # @param [Version] version Version that contains the resource
171
- # @param [String] workspace_sid The SID of the Workspace with the TaskChannel to
171
+ # @param [String] workspace_sid The SID of the Workspace with the Task Channel to
172
172
  # fetch.
173
- # @param [String] sid The SID of the TaskChannel resource to fetch.
173
+ # @param [String] sid The SID of the Task Channel resource to fetch.
174
174
  # @return [TaskChannelContext] TaskChannelContext
175
175
  def initialize(version, workspace_sid, sid)
176
176
  super(version)
@@ -197,7 +197,7 @@ module Twilio
197
197
  ##
198
198
  # Update the TaskChannelInstance
199
199
  # @param [String] friendly_name A descriptive string that you create to describe
200
- # the TaskChannel. It can be up to 64 characters long.
200
+ # the Task Channel. It can be up to 64 characters long.
201
201
  # @param [Boolean] channel_optimized_routing Whether the TaskChannel should
202
202
  # prioritize Workers that have been idle. If `true`, Workers that have been idle
203
203
  # the longest are prioritized.
@@ -245,9 +245,9 @@ module Twilio
245
245
  # Initialize the TaskChannelInstance
246
246
  # @param [Version] version Version that contains the resource
247
247
  # @param [Hash] payload payload that contains response from Twilio
248
- # @param [String] workspace_sid The SID of the Workspace that contains the
249
- # TaskChannel.
250
- # @param [String] sid The SID of the TaskChannel resource to fetch.
248
+ # @param [String] workspace_sid The SID of the Workspace that contains the Task
249
+ # Channel.
250
+ # @param [String] sid The SID of the Task Channel resource to fetch.
251
251
  # @return [TaskChannelInstance] TaskChannelInstance
252
252
  def initialize(version, payload, workspace_sid: nil, sid: nil)
253
253
  super(version)
@@ -313,25 +313,25 @@ module Twilio
313
313
  end
314
314
 
315
315
  ##
316
- # @return [String] An application-defined string that uniquely identifies the TaskChannel
316
+ # @return [String] An application-defined string that uniquely identifies the Task Channel
317
317
  def unique_name
318
318
  @properties['unique_name']
319
319
  end
320
320
 
321
321
  ##
322
- # @return [String] The SID of the Workspace that contains the TaskChannel
322
+ # @return [String] The SID of the Workspace that contains the Task Channel
323
323
  def workspace_sid
324
324
  @properties['workspace_sid']
325
325
  end
326
326
 
327
327
  ##
328
- # @return [Boolean] Whether the TaskChannel will prioritize Workers that have been idle
328
+ # @return [Boolean] Whether the Task Channel will prioritize Workers that have been idle
329
329
  def channel_optimized_routing
330
330
  @properties['channel_optimized_routing']
331
331
  end
332
332
 
333
333
  ##
334
- # @return [String] The absolute URL of the TaskChannel resource
334
+ # @return [String] The absolute URL of the Task Channel resource
335
335
  def url
336
336
  @properties['url']
337
337
  end
@@ -352,7 +352,7 @@ module Twilio
352
352
  ##
353
353
  # Update the TaskChannelInstance
354
354
  # @param [String] friendly_name A descriptive string that you create to describe
355
- # the TaskChannel. It can be up to 64 characters long.
355
+ # the Task Channel. It can be up to 64 characters long.
356
356
  # @param [Boolean] channel_optimized_routing Whether the TaskChannel should
357
357
  # prioritize Workers that have been idle. If `true`, Workers that have been idle
358
358
  # the longest are prioritized.
@@ -178,7 +178,7 @@ module Twilio
178
178
  end
179
179
 
180
180
  ##
181
- # @return [Hash] The number of current Workers by Activity
181
+ # @return [Array[Hash]] The number of current Workers by Activity
182
182
  def activity_statistics
183
183
  @properties['activity_statistics']
184
184
  end
@@ -246,8 +246,8 @@ module Twilio
246
246
  # `status_callback_method` to send status information to your application.
247
247
  # @param [String] status_callback_method The HTTP method we should use to call
248
248
  # `status_callback`. Can be: `POST` or `GET` and the default is `POST`.
249
- # @param [reservation.CallStatus] status_callback_event The call progress events
250
- # that we will send to `status_callback`. Can be: `initiated`, `ringing`,
249
+ # @param [Array[reservation.CallStatus]] status_callback_event The call progress
250
+ # events that we will send to `status_callback`. Can be: `initiated`, `ringing`,
251
251
  # `answered`, or `completed`.
252
252
  # @param [String] timeout The timeout for a call when executing a Conference
253
253
  # instruction.
@@ -286,7 +286,7 @@ module Twilio
286
286
  # @param [String] conference_status_callback_method The HTTP method we should use
287
287
  # to call `conference_status_callback`. Can be: `GET` or `POST` and defaults to
288
288
  # `POST`.
289
- # @param [reservation.ConferenceEvent] conference_status_callback_event The
289
+ # @param [Array[reservation.ConferenceEvent]] conference_status_callback_event The
290
290
  # conference status events that we will send to `conference_status_callback`. Can
291
291
  # be: `start`, `end`, `join`, `leave`, `mute`, `hold`, `speaker`.
292
292
  # @param [String] conference_record Whether to record the conference the
@@ -314,8 +314,8 @@ module Twilio
314
314
  # `br1`, `au1`, or `jp1`.
315
315
  # @param [String] sip_auth_username The SIP username used for authentication.
316
316
  # @param [String] sip_auth_password The SIP password for authentication.
317
- # @param [String] dequeue_status_callback_event The call progress events sent via
318
- # webhooks as a result of a Dequeue instruction.
317
+ # @param [Array[String]] dequeue_status_callback_event The call progress events
318
+ # sent via webhooks as a result of a Dequeue instruction.
319
319
  # @param [String] post_work_activity_sid The new worker activity SID after
320
320
  # executing a Conference instruction.
321
321
  # @param [Boolean] end_conference_on_customer_exit Whether to end the conference
@@ -584,8 +584,8 @@ module Twilio
584
584
  # `status_callback_method` to send status information to your application.
585
585
  # @param [String] status_callback_method The HTTP method we should use to call
586
586
  # `status_callback`. Can be: `POST` or `GET` and the default is `POST`.
587
- # @param [reservation.CallStatus] status_callback_event The call progress events
588
- # that we will send to `status_callback`. Can be: `initiated`, `ringing`,
587
+ # @param [Array[reservation.CallStatus]] status_callback_event The call progress
588
+ # events that we will send to `status_callback`. Can be: `initiated`, `ringing`,
589
589
  # `answered`, or `completed`.
590
590
  # @param [String] timeout The timeout for a call when executing a Conference
591
591
  # instruction.
@@ -624,7 +624,7 @@ module Twilio
624
624
  # @param [String] conference_status_callback_method The HTTP method we should use
625
625
  # to call `conference_status_callback`. Can be: `GET` or `POST` and defaults to
626
626
  # `POST`.
627
- # @param [reservation.ConferenceEvent] conference_status_callback_event The
627
+ # @param [Array[reservation.ConferenceEvent]] conference_status_callback_event The
628
628
  # conference status events that we will send to `conference_status_callback`. Can
629
629
  # be: `start`, `end`, `join`, `leave`, `mute`, `hold`, `speaker`.
630
630
  # @param [String] conference_record Whether to record the conference the
@@ -652,8 +652,8 @@ module Twilio
652
652
  # `br1`, `au1`, or `jp1`.
653
653
  # @param [String] sip_auth_username The SIP username used for authentication.
654
654
  # @param [String] sip_auth_password The SIP password for authentication.
655
- # @param [String] dequeue_status_callback_event The call progress events sent via
656
- # webhooks as a result of a Dequeue instruction.
655
+ # @param [Array[String]] dequeue_status_callback_event The call progress events
656
+ # sent via webhooks as a result of a Dequeue instruction.
657
657
  # @param [String] post_work_activity_sid The new worker activity SID after
658
658
  # executing a Conference instruction.
659
659
  # @param [Boolean] end_conference_on_customer_exit Whether to end the conference