twilio-ruby 5.45.1 → 5.49.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (232) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +1 -0
  3. data/CHANGES.md +108 -0
  4. data/LICENSE +1 -1
  5. data/README.md +16 -2
  6. data/lib/twilio-ruby/rest/api.rb +1 -1
  7. data/lib/twilio-ruby/rest/api/v2010.rb +5 -4
  8. data/lib/twilio-ruby/rest/api/v2010/account/authorized_connect_app.rb +1 -1
  9. data/lib/twilio-ruby/rest/api/v2010/account/call.rb +8 -8
  10. data/lib/twilio-ruby/rest/api/v2010/account/call/event.rb +4 -4
  11. data/lib/twilio-ruby/rest/api/v2010/account/call/feedback.rb +17 -17
  12. data/lib/twilio-ruby/rest/api/v2010/account/call/feedback_summary.rb +1 -1
  13. data/lib/twilio-ruby/rest/api/v2010/account/call/recording.rb +4 -4
  14. data/lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb +11 -11
  15. data/lib/twilio-ruby/rest/api/v2010/account/connect_app.rb +3 -3
  16. data/lib/twilio-ruby/rest/api/v2010/account/message.rb +5 -5
  17. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain.rb +6 -3
  18. data/lib/twilio-ruby/rest/api/v2010/account/token.rb +1 -1
  19. data/lib/twilio-ruby/rest/autopilot/v1.rb +5 -4
  20. data/lib/twilio-ruby/rest/bulkexports.rb +4 -2
  21. data/lib/twilio-ruby/rest/bulkexports/v1.rb +14 -10
  22. data/lib/twilio-ruby/rest/bulkexports/v1/export.rb +7 -4
  23. data/lib/twilio-ruby/rest/bulkexports/v1/export/day.rb +7 -4
  24. data/lib/twilio-ruby/rest/bulkexports/v1/export/export_custom_job.rb +5 -3
  25. data/lib/twilio-ruby/rest/bulkexports/v1/export/job.rb +5 -3
  26. data/lib/twilio-ruby/rest/bulkexports/v1/export_configuration.rb +5 -3
  27. data/lib/twilio-ruby/rest/chat/v1.rb +10 -8
  28. data/lib/twilio-ruby/rest/chat/v1/service.rb +5 -5
  29. data/lib/twilio-ruby/rest/chat/v1/service/channel.rb +6 -6
  30. data/lib/twilio-ruby/rest/chat/v1/service/channel/invite.rb +3 -3
  31. data/lib/twilio-ruby/rest/chat/v1/service/channel/member.rb +3 -3
  32. data/lib/twilio-ruby/rest/chat/v1/service/role.rb +9 -9
  33. data/lib/twilio-ruby/rest/chat/v2.rb +10 -8
  34. data/lib/twilio-ruby/rest/chat/v2/service.rb +5 -5
  35. data/lib/twilio-ruby/rest/chat/v2/service/binding.rb +7 -7
  36. data/lib/twilio-ruby/rest/chat/v2/service/channel.rb +6 -6
  37. data/lib/twilio-ruby/rest/chat/v2/service/channel/invite.rb +3 -3
  38. data/lib/twilio-ruby/rest/chat/v2/service/channel/member.rb +3 -3
  39. data/lib/twilio-ruby/rest/chat/v2/service/channel/webhook.rb +27 -24
  40. data/lib/twilio-ruby/rest/chat/v2/service/role.rb +9 -9
  41. data/lib/twilio-ruby/rest/chat/v2/service/user/user_binding.rb +10 -10
  42. data/lib/twilio-ruby/rest/client.rb +8 -1
  43. data/lib/twilio-ruby/rest/conversations/v1.rb +25 -20
  44. data/lib/twilio-ruby/rest/conversations/v1/configuration/webhook.rb +9 -9
  45. data/lib/twilio-ruby/rest/conversations/v1/conversation/message.rb +1 -1
  46. data/lib/twilio-ruby/rest/conversations/v1/conversation/webhook.rb +9 -9
  47. data/lib/twilio-ruby/rest/conversations/v1/role.rb +9 -9
  48. data/lib/twilio-ruby/rest/conversations/v1/service/binding.rb +7 -7
  49. data/lib/twilio-ruby/rest/conversations/v1/service/conversation/message.rb +1 -1
  50. data/lib/twilio-ruby/rest/conversations/v1/service/conversation/webhook.rb +9 -9
  51. data/lib/twilio-ruby/rest/conversations/v1/service/role.rb +9 -9
  52. data/lib/twilio-ruby/rest/events/v1.rb +20 -16
  53. data/lib/twilio-ruby/rest/events/v1/event_type.rb +4 -4
  54. data/lib/twilio-ruby/rest/events/v1/schema.rb +4 -4
  55. data/lib/twilio-ruby/rest/events/v1/schema/schema_version.rb +4 -4
  56. data/lib/twilio-ruby/rest/events/v1/sink.rb +8 -6
  57. data/lib/twilio-ruby/rest/events/v1/sink/sink_test.rb +3 -3
  58. data/lib/twilio-ruby/rest/events/v1/sink/sink_validate.rb +3 -3
  59. data/lib/twilio-ruby/rest/events/v1/subscription.rb +7 -6
  60. data/lib/twilio-ruby/rest/events/v1/subscription/subscribed_event.rb +3 -3
  61. data/lib/twilio-ruby/rest/fax/v1.rb +5 -4
  62. data/lib/twilio-ruby/rest/flex_api/v1.rb +15 -12
  63. data/lib/twilio-ruby/rest/flex_api/v1/configuration.rb +18 -4
  64. data/lib/twilio-ruby/rest/insights.rb +1 -1
  65. data/lib/twilio-ruby/rest/insights/v1.rb +11 -9
  66. data/lib/twilio-ruby/rest/insights/v1/call/summary.rb +8 -9
  67. data/lib/twilio-ruby/rest/insights/v1/room.rb +55 -43
  68. data/lib/twilio-ruby/rest/insights/v1/room/participant.rb +22 -22
  69. data/lib/twilio-ruby/rest/ip_messaging/v1.rb +10 -8
  70. data/lib/twilio-ruby/rest/ip_messaging/v1/service.rb +3 -3
  71. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel.rb +3 -3
  72. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/invite.rb +3 -3
  73. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/member.rb +3 -3
  74. data/lib/twilio-ruby/rest/ip_messaging/v1/service/role.rb +4 -4
  75. data/lib/twilio-ruby/rest/ip_messaging/v2.rb +10 -8
  76. data/lib/twilio-ruby/rest/ip_messaging/v2/service.rb +3 -3
  77. data/lib/twilio-ruby/rest/ip_messaging/v2/service/binding.rb +7 -7
  78. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel.rb +3 -3
  79. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/invite.rb +3 -3
  80. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/member.rb +3 -3
  81. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/webhook.rb +6 -6
  82. data/lib/twilio-ruby/rest/ip_messaging/v2/service/role.rb +4 -4
  83. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_binding.rb +4 -4
  84. data/lib/twilio-ruby/rest/lookups/v1.rb +5 -4
  85. data/lib/twilio-ruby/rest/lookups/v1/phone_number.rb +16 -16
  86. data/lib/twilio-ruby/rest/messaging.rb +8 -0
  87. data/lib/twilio-ruby/rest/messaging/v1.rb +21 -4
  88. data/lib/twilio-ruby/rest/messaging/v1/brand_registration.rb +328 -0
  89. data/lib/twilio-ruby/rest/messaging/v1/service/alpha_sender.rb +1 -1
  90. data/lib/twilio-ruby/rest/messaging/v1/service/phone_number.rb +1 -1
  91. data/lib/twilio-ruby/rest/messaging/v1/service/short_code.rb +1 -1
  92. data/lib/twilio-ruby/rest/monitor/v1.rb +10 -8
  93. data/lib/twilio-ruby/rest/notify/v1.rb +10 -8
  94. data/lib/twilio-ruby/rest/notify/v1/service/binding.rb +16 -15
  95. data/lib/twilio-ruby/rest/notify/v1/service/notification.rb +18 -18
  96. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/evaluation.rb +1 -1
  97. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/end_user_type.rb +1 -1
  98. data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/supporting_document_type.rb +1 -1
  99. data/lib/twilio-ruby/rest/preview.rb +4 -2
  100. data/lib/twilio-ruby/rest/preview/bulk_exports.rb +14 -10
  101. data/lib/twilio-ruby/rest/preview/bulk_exports/export.rb +7 -4
  102. data/lib/twilio-ruby/rest/preview/bulk_exports/export/day.rb +7 -4
  103. data/lib/twilio-ruby/rest/preview/bulk_exports/export/export_custom_job.rb +5 -3
  104. data/lib/twilio-ruby/rest/preview/bulk_exports/export/job.rb +5 -3
  105. data/lib/twilio-ruby/rest/preview/bulk_exports/export_configuration.rb +5 -3
  106. data/lib/twilio-ruby/rest/preview/deployed_devices.rb +5 -4
  107. data/lib/twilio-ruby/rest/preview/hosted_numbers.rb +10 -8
  108. data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document.rb +13 -13
  109. data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document/dependent_hosted_number_order.rb +2 -2
  110. data/lib/twilio-ruby/rest/preview/hosted_numbers/hosted_number_order.rb +8 -8
  111. data/lib/twilio-ruby/rest/preview/marketplace.rb +10 -8
  112. data/lib/twilio-ruby/rest/preview/sync.rb +5 -4
  113. data/lib/twilio-ruby/rest/preview/sync/service/document.rb +4 -8
  114. data/lib/twilio-ruby/rest/preview/trusted_comms.rb +5 -4
  115. data/lib/twilio-ruby/rest/preview/understand.rb +5 -4
  116. data/lib/twilio-ruby/rest/preview/wireless.rb +15 -12
  117. data/lib/twilio-ruby/rest/preview/wireless/rate_plan.rb +2 -2
  118. data/lib/twilio-ruby/rest/pricing/v1/messaging/country.rb +2 -2
  119. data/lib/twilio-ruby/rest/pricing/v1/phone_number/country.rb +1 -1
  120. data/lib/twilio-ruby/rest/pricing/v1/voice/country.rb +2 -2
  121. data/lib/twilio-ruby/rest/pricing/v2/voice/country.rb +2 -2
  122. data/lib/twilio-ruby/rest/pricing/v2/voice/number.rb +1 -1
  123. data/lib/twilio-ruby/rest/proxy/v1.rb +5 -4
  124. data/lib/twilio-ruby/rest/proxy/v1/service/session.rb +1 -1
  125. data/lib/twilio-ruby/rest/proxy/v1/service/session/participant.rb +1 -1
  126. data/lib/twilio-ruby/rest/proxy/v1/service/session/participant/message_interaction.rb +1 -1
  127. data/lib/twilio-ruby/rest/serverless/v1.rb +5 -4
  128. data/lib/twilio-ruby/rest/serverless/v1/service/build.rb +17 -7
  129. data/lib/twilio-ruby/rest/studio/v1.rb +5 -4
  130. data/lib/twilio-ruby/rest/studio/v2.rb +5 -4
  131. data/lib/twilio-ruby/rest/studio/v2/flow.rb +6 -14
  132. data/lib/twilio-ruby/rest/studio/v2/flow/execution.rb +0 -8
  133. data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_context.rb +0 -8
  134. data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step.rb +0 -8
  135. data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step/execution_step_context.rb +0 -8
  136. data/lib/twilio-ruby/rest/studio/v2/flow/flow_revision.rb +2 -10
  137. data/lib/twilio-ruby/rest/studio/v2/flow/test_user.rb +10 -16
  138. data/lib/twilio-ruby/rest/studio/v2/flow_validate.rb +6 -11
  139. data/lib/twilio-ruby/rest/supersim/v1.rb +25 -20
  140. data/lib/twilio-ruby/rest/supersim/v1/command.rb +4 -4
  141. data/lib/twilio-ruby/rest/supersim/v1/fleet.rb +33 -12
  142. data/lib/twilio-ruby/rest/supersim/v1/network.rb +5 -5
  143. data/lib/twilio-ruby/rest/supersim/v1/network_access_profile.rb +6 -6
  144. data/lib/twilio-ruby/rest/supersim/v1/network_access_profile/network_access_profile_network.rb +5 -5
  145. data/lib/twilio-ruby/rest/supersim/v1/sim.rb +4 -4
  146. data/lib/twilio-ruby/rest/supersim/v1/usage_record.rb +3 -3
  147. data/lib/twilio-ruby/rest/sync/v1.rb +5 -4
  148. data/lib/twilio-ruby/rest/sync/v1/service.rb +0 -8
  149. data/lib/twilio-ruby/rest/sync/v1/service/document.rb +25 -52
  150. data/lib/twilio-ruby/rest/sync/v1/service/document/document_permission.rb +0 -8
  151. data/lib/twilio-ruby/rest/sync/v1/service/sync_list.rb +18 -40
  152. data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_item.rb +46 -76
  153. data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_permission.rb +0 -8
  154. data/lib/twilio-ruby/rest/sync/v1/service/sync_map.rb +18 -40
  155. data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_item.rb +47 -79
  156. data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_permission.rb +1 -9
  157. data/lib/twilio-ruby/rest/sync/v1/service/sync_stream.rb +14 -38
  158. data/lib/twilio-ruby/rest/sync/v1/service/sync_stream/stream_message.rb +1 -7
  159. data/lib/twilio-ruby/rest/taskrouter/v1.rb +5 -4
  160. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task.rb +17 -17
  161. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task/reservation.rb +10 -10
  162. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics.rb +1 -1
  163. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/reservation.rb +10 -10
  164. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_cumulative_statistics.rb +1 -1
  165. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_real_time_statistics.rb +1 -1
  166. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_real_time_statistics.rb +1 -1
  167. data/lib/twilio-ruby/rest/trunking/v1.rb +5 -4
  168. data/lib/twilio-ruby/rest/trunking/v1/trunk.rb +1 -1
  169. data/lib/twilio-ruby/rest/trusthub.rb +100 -0
  170. data/lib/twilio-ruby/rest/trusthub/v1.rb +146 -0
  171. data/lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb +523 -0
  172. data/lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_channel_endpoint_assignment.rb +359 -0
  173. data/lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.rb +330 -0
  174. data/lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_evaluations.rb +328 -0
  175. data/lib/twilio-ruby/rest/trusthub/v1/end_user.rb +356 -0
  176. data/lib/twilio-ruby/rest/trusthub/v1/end_user_type.rb +271 -0
  177. data/lib/twilio-ruby/rest/trusthub/v1/policies.rb +262 -0
  178. data/lib/twilio-ruby/rest/trusthub/v1/supporting_document.rb +369 -0
  179. data/lib/twilio-ruby/rest/trusthub/v1/supporting_document_type.rb +271 -0
  180. data/lib/twilio-ruby/rest/trusthub/v1/trust_products.rb +523 -0
  181. data/lib/twilio-ruby/rest/trusthub/v1/trust_products/trust_products_channel_endpoint_assignment.rb +359 -0
  182. data/lib/twilio-ruby/rest/trusthub/v1/trust_products/trust_products_entity_assignments.rb +330 -0
  183. data/lib/twilio-ruby/rest/trusthub/v1/trust_products/trust_products_evaluations.rb +328 -0
  184. data/lib/twilio-ruby/rest/verify.rb +9 -0
  185. data/lib/twilio-ruby/rest/verify/v2.rb +26 -8
  186. data/lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb +7 -6
  187. data/lib/twilio-ruby/rest/verify/v2/service/entity/factor.rb +64 -13
  188. data/lib/twilio-ruby/rest/verify/v2/service/verification.rb +1 -1
  189. data/lib/twilio-ruby/rest/verify/v2/service/webhook.rb +10 -10
  190. data/lib/twilio-ruby/rest/verify/v2/verification_attempt.rb +329 -0
  191. data/lib/twilio-ruby/rest/video/v1.rb +20 -16
  192. data/lib/twilio-ruby/rest/video/v1/composition.rb +16 -15
  193. data/lib/twilio-ruby/rest/video/v1/composition_hook.rb +26 -26
  194. data/lib/twilio-ruby/rest/video/v1/recording.rb +6 -6
  195. data/lib/twilio-ruby/rest/video/v1/room.rb +10 -3
  196. data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_subscribe_rule.rb +1 -1
  197. data/lib/twilio-ruby/rest/video/v1/room/room_recording_rule.rb +1 -1
  198. data/lib/twilio-ruby/rest/voice/v1.rb +20 -16
  199. data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/country.rb +1 -1
  200. data/lib/twilio-ruby/rest/wireless/v1.rb +15 -12
  201. data/lib/twilio-ruby/rest/wireless/v1/rate_plan.rb +4 -4
  202. data/lib/twilio-ruby/twiml/voice_response.rb +38 -8
  203. data/lib/twilio-ruby/version.rb +1 -1
  204. data/spec/integration/api/v2010/account/conference_spec.rb +302 -44
  205. data/spec/integration/api/v2010/account/incoming_phone_number_spec.rb +4 -16
  206. data/spec/integration/api/v2010/account/message_spec.rb +37 -0
  207. data/spec/integration/events/v1/sink_spec.rb +14 -0
  208. data/spec/integration/flex_api/v1/configuration_spec.rb +24 -0
  209. data/spec/integration/insights/v1/call/summary_spec.rb +1 -0
  210. data/spec/integration/messaging/v1/brand_registration_spec.rb +143 -0
  211. data/spec/integration/preview/sync/service/document_spec.rb +1 -3
  212. data/spec/integration/serverless/v1/service/build_spec.rb +12 -2
  213. data/spec/integration/supersim/v1/fleet_spec.rb +8 -0
  214. data/spec/integration/sync/v1/service/document_spec.rb +1 -3
  215. data/spec/integration/trusthub/v1/customer_profiles/customer_profiles_channel_endpoint_assignment_spec.rb +192 -0
  216. data/spec/integration/trusthub/v1/customer_profiles/customer_profiles_entity_assignments_spec.rb +186 -0
  217. data/spec/integration/trusthub/v1/customer_profiles/customer_profiles_evaluations_spec.rb +615 -0
  218. data/spec/integration/trusthub/v1/customer_profiles_spec.rb +255 -0
  219. data/spec/integration/trusthub/v1/end_user_spec.rb +247 -0
  220. data/spec/integration/trusthub/v1/end_user_type_spec.rb +176 -0
  221. data/spec/integration/trusthub/v1/policies_spec.rb +252 -0
  222. data/spec/integration/trusthub/v1/supporting_document_spec.rb +235 -0
  223. data/spec/integration/trusthub/v1/supporting_document_type_spec.rb +159 -0
  224. data/spec/integration/trusthub/v1/trust_products/trust_products_channel_endpoint_assignment_spec.rb +192 -0
  225. data/spec/integration/trusthub/v1/trust_products/trust_products_entity_assignments_spec.rb +186 -0
  226. data/spec/integration/trusthub/v1/trust_products/trust_products_evaluations_spec.rb +615 -0
  227. data/spec/integration/trusthub/v1/trust_products_spec.rb +255 -0
  228. data/spec/integration/verify/v2/service/entity/factor_spec.rb +3 -3
  229. data/spec/integration/verify/v2/verification_attempt_spec.rb +146 -0
  230. data/spec/integration/video/v1/room_spec.rb +5 -0
  231. data/spec/twiml/voice_response_spec.rb +1 -1
  232. metadata +49 -2
@@ -49,7 +49,7 @@ module Twilio
49
49
  # Lists ChannelInstance records from the API as a list.
50
50
  # Unlike stream(), this operation is eager and will load `limit` records into
51
51
  # memory before returning.
52
- # @param [channel.ChannelType] type The type
52
+ # @param [Array[channel.ChannelType]] type The type
53
53
  # @param [Integer] limit Upper limit for the number of records to return. stream()
54
54
  # guarantees to never return more than limit. Default is no limit
55
55
  # @param [Integer] page_size Number of records to fetch per request, when
@@ -65,7 +65,7 @@ module Twilio
65
65
  # Streams ChannelInstance records from the API as an Enumerable.
66
66
  # This operation lazily loads records as efficiently as possible until the limit
67
67
  # is reached.
68
- # @param [channel.ChannelType] type The type
68
+ # @param [Array[channel.ChannelType]] type The type
69
69
  # @param [Integer] limit Upper limit for the number of records to return. stream()
70
70
  # guarantees to never return more than limit. Default is no limit.
71
71
  # @param [Integer] page_size Number of records to fetch per request, when
@@ -98,7 +98,7 @@ module Twilio
98
98
  ##
99
99
  # Retrieve a single page of ChannelInstance records from the API.
100
100
  # Request is executed immediately.
101
- # @param [channel.ChannelType] type The type
101
+ # @param [Array[channel.ChannelType]] type The type
102
102
  # @param [String] page_token PageToken provided by the API
103
103
  # @param [Integer] page_number Page Number, this value is simply for client state
104
104
  # @param [Integer] page_size Number of records to return, defaults to 50
@@ -49,7 +49,7 @@ module Twilio
49
49
  # Lists InviteInstance records from the API as a list.
50
50
  # Unlike stream(), this operation is eager and will load `limit` records into
51
51
  # memory before returning.
52
- # @param [String] identity The identity
52
+ # @param [Array[String]] identity The identity
53
53
  # @param [Integer] limit Upper limit for the number of records to return. stream()
54
54
  # guarantees to never return more than limit. Default is no limit
55
55
  # @param [Integer] page_size Number of records to fetch per request, when
@@ -65,7 +65,7 @@ module Twilio
65
65
  # Streams InviteInstance records from the API as an Enumerable.
66
66
  # This operation lazily loads records as efficiently as possible until the limit
67
67
  # is reached.
68
- # @param [String] identity The identity
68
+ # @param [Array[String]] identity The identity
69
69
  # @param [Integer] limit Upper limit for the number of records to return. stream()
70
70
  # guarantees to never return more than limit. Default is no limit.
71
71
  # @param [Integer] page_size Number of records to fetch per request, when
@@ -98,7 +98,7 @@ module Twilio
98
98
  ##
99
99
  # Retrieve a single page of InviteInstance records from the API.
100
100
  # Request is executed immediately.
101
- # @param [String] identity The identity
101
+ # @param [Array[String]] identity The identity
102
102
  # @param [String] page_token PageToken provided by the API
103
103
  # @param [Integer] page_number Page Number, this value is simply for client state
104
104
  # @param [Integer] page_size Number of records to return, defaults to 50
@@ -49,7 +49,7 @@ module Twilio
49
49
  # Lists MemberInstance records from the API as a list.
50
50
  # Unlike stream(), this operation is eager and will load `limit` records into
51
51
  # memory before returning.
52
- # @param [String] identity The identity
52
+ # @param [Array[String]] identity The identity
53
53
  # @param [Integer] limit Upper limit for the number of records to return. stream()
54
54
  # guarantees to never return more than limit. Default is no limit
55
55
  # @param [Integer] page_size Number of records to fetch per request, when
@@ -65,7 +65,7 @@ module Twilio
65
65
  # Streams MemberInstance records from the API as an Enumerable.
66
66
  # This operation lazily loads records as efficiently as possible until the limit
67
67
  # is reached.
68
- # @param [String] identity The identity
68
+ # @param [Array[String]] identity The identity
69
69
  # @param [Integer] limit Upper limit for the number of records to return. stream()
70
70
  # guarantees to never return more than limit. Default is no limit.
71
71
  # @param [Integer] page_size Number of records to fetch per request, when
@@ -98,7 +98,7 @@ module Twilio
98
98
  ##
99
99
  # Retrieve a single page of MemberInstance records from the API.
100
100
  # Request is executed immediately.
101
- # @param [String] identity The identity
101
+ # @param [Array[String]] identity The identity
102
102
  # @param [String] page_token PageToken provided by the API
103
103
  # @param [Integer] page_number Page Number, this value is simply for client state
104
104
  # @param [Integer] page_size Number of records to return, defaults to 50
@@ -29,7 +29,7 @@ module Twilio
29
29
  # Create the RoleInstance
30
30
  # @param [String] friendly_name The friendly_name
31
31
  # @param [role.RoleType] type The type
32
- # @param [String] permission The permission
32
+ # @param [Array[String]] permission The permission
33
33
  # @return [RoleInstance] Created RoleInstance
34
34
  def create(friendly_name: nil, type: nil, permission: nil)
35
35
  data = Twilio::Values.of({
@@ -192,7 +192,7 @@ module Twilio
192
192
 
193
193
  ##
194
194
  # Update the RoleInstance
195
- # @param [String] permission The permission
195
+ # @param [Array[String]] permission The permission
196
196
  # @return [RoleInstance] Updated RoleInstance
197
197
  def update(permission: nil)
198
198
  data = Twilio::Values.of({'Permission' => Twilio.serialize_list(permission) { |e| e }, })
@@ -288,7 +288,7 @@ module Twilio
288
288
  end
289
289
 
290
290
  ##
291
- # @return [String] The permissions
291
+ # @return [Array[String]] The permissions
292
292
  def permissions
293
293
  @properties['permissions']
294
294
  end
@@ -327,7 +327,7 @@ module Twilio
327
327
 
328
328
  ##
329
329
  # Update the RoleInstance
330
- # @param [String] permission The permission
330
+ # @param [Array[String]] permission The permission
331
331
  # @return [RoleInstance] Updated RoleInstance
332
332
  def update(permission: nil)
333
333
  context.update(permission: permission, )
@@ -25,11 +25,12 @@ module Twilio
25
25
  # @return [Twilio::REST::Ip_messaging::V2::CredentialList]
26
26
  def credentials(sid=:unset)
27
27
  if sid.nil?
28
- raise ArgumentError, 'sid cannot be nil'
29
- elsif sid == :unset
30
- @credentials ||= CredentialList.new self
28
+ raise ArgumentError, 'sid cannot be nil'
29
+ end
30
+ if sid == :unset
31
+ @credentials ||= CredentialList.new self
31
32
  else
32
- CredentialContext.new(self, sid)
33
+ CredentialContext.new(self, sid)
33
34
  end
34
35
  end
35
36
 
@@ -39,11 +40,12 @@ module Twilio
39
40
  # @return [Twilio::REST::Ip_messaging::V2::ServiceList]
40
41
  def services(sid=:unset)
41
42
  if sid.nil?
42
- raise ArgumentError, 'sid cannot be nil'
43
- elsif sid == :unset
44
- @services ||= ServiceList.new self
43
+ raise ArgumentError, 'sid cannot be nil'
44
+ end
45
+ if sid == :unset
46
+ @services ||= ServiceList.new self
45
47
  else
46
- ServiceContext.new(self, sid)
48
+ ServiceContext.new(self, sid)
47
49
  end
48
50
  end
49
51
 
@@ -227,7 +227,7 @@ module Twilio
227
227
  # @param [String] pre_webhook_url The pre_webhook_url
228
228
  # @param [String] post_webhook_url The post_webhook_url
229
229
  # @param [String] webhook_method The webhook_method
230
- # @param [String] webhook_filters The webhook_filters
230
+ # @param [Array[String]] webhook_filters The webhook_filters
231
231
  # @param [String] limits_channel_members The limits.channel_members
232
232
  # @param [String] limits_user_channels The limits.user_channels
233
233
  # @param [String] media_compatibility_message The media.compatibility_message
@@ -512,7 +512,7 @@ module Twilio
512
512
  end
513
513
 
514
514
  ##
515
- # @return [String] The webhook_filters
515
+ # @return [Array[String]] The webhook_filters
516
516
  def webhook_filters
517
517
  @properties['webhook_filters']
518
518
  end
@@ -607,7 +607,7 @@ module Twilio
607
607
  # @param [String] pre_webhook_url The pre_webhook_url
608
608
  # @param [String] post_webhook_url The post_webhook_url
609
609
  # @param [String] webhook_method The webhook_method
610
- # @param [String] webhook_filters The webhook_filters
610
+ # @param [Array[String]] webhook_filters The webhook_filters
611
611
  # @param [String] limits_channel_members The limits.channel_members
612
612
  # @param [String] limits_user_channels The limits.user_channels
613
613
  # @param [String] media_compatibility_message The media.compatibility_message
@@ -29,8 +29,8 @@ module Twilio
29
29
  # Lists BindingInstance records from the API as a list.
30
30
  # Unlike stream(), this operation is eager and will load `limit` records into
31
31
  # memory before returning.
32
- # @param [binding.BindingType] binding_type The binding_type
33
- # @param [String] identity The identity
32
+ # @param [Array[binding.BindingType]] binding_type The binding_type
33
+ # @param [Array[String]] identity The identity
34
34
  # @param [Integer] limit Upper limit for the number of records to return. stream()
35
35
  # guarantees to never return more than limit. Default is no limit
36
36
  # @param [Integer] page_size Number of records to fetch per request, when
@@ -51,8 +51,8 @@ module Twilio
51
51
  # Streams BindingInstance records from the API as an Enumerable.
52
52
  # This operation lazily loads records as efficiently as possible until the limit
53
53
  # is reached.
54
- # @param [binding.BindingType] binding_type The binding_type
55
- # @param [String] identity The identity
54
+ # @param [Array[binding.BindingType]] binding_type The binding_type
55
+ # @param [Array[String]] identity The identity
56
56
  # @param [Integer] limit Upper limit for the number of records to return. stream()
57
57
  # guarantees to never return more than limit. Default is no limit.
58
58
  # @param [Integer] page_size Number of records to fetch per request, when
@@ -85,8 +85,8 @@ module Twilio
85
85
  ##
86
86
  # Retrieve a single page of BindingInstance records from the API.
87
87
  # Request is executed immediately.
88
- # @param [binding.BindingType] binding_type The binding_type
89
- # @param [String] identity The identity
88
+ # @param [Array[binding.BindingType]] binding_type The binding_type
89
+ # @param [Array[String]] identity The identity
90
90
  # @param [String] page_token PageToken provided by the API
91
91
  # @param [Integer] page_number Page Number, this value is simply for client state
92
92
  # @param [Integer] page_size Number of records to return, defaults to 50
@@ -298,7 +298,7 @@ module Twilio
298
298
  end
299
299
 
300
300
  ##
301
- # @return [String] The message_types
301
+ # @return [Array[String]] The message_types
302
302
  def message_types
303
303
  @properties['message_types']
304
304
  end
@@ -58,7 +58,7 @@ module Twilio
58
58
  # Lists ChannelInstance records from the API as a list.
59
59
  # Unlike stream(), this operation is eager and will load `limit` records into
60
60
  # memory before returning.
61
- # @param [channel.ChannelType] type The type
61
+ # @param [Array[channel.ChannelType]] type The type
62
62
  # @param [Integer] limit Upper limit for the number of records to return. stream()
63
63
  # guarantees to never return more than limit. Default is no limit
64
64
  # @param [Integer] page_size Number of records to fetch per request, when
@@ -74,7 +74,7 @@ module Twilio
74
74
  # Streams ChannelInstance records from the API as an Enumerable.
75
75
  # This operation lazily loads records as efficiently as possible until the limit
76
76
  # is reached.
77
- # @param [channel.ChannelType] type The type
77
+ # @param [Array[channel.ChannelType]] type The type
78
78
  # @param [Integer] limit Upper limit for the number of records to return. stream()
79
79
  # guarantees to never return more than limit. Default is no limit.
80
80
  # @param [Integer] page_size Number of records to fetch per request, when
@@ -107,7 +107,7 @@ module Twilio
107
107
  ##
108
108
  # Retrieve a single page of ChannelInstance records from the API.
109
109
  # Request is executed immediately.
110
- # @param [channel.ChannelType] type The type
110
+ # @param [Array[channel.ChannelType]] type The type
111
111
  # @param [String] page_token PageToken provided by the API
112
112
  # @param [Integer] page_number Page Number, this value is simply for client state
113
113
  # @param [Integer] page_size Number of records to return, defaults to 50
@@ -49,7 +49,7 @@ module Twilio
49
49
  # Lists InviteInstance records from the API as a list.
50
50
  # Unlike stream(), this operation is eager and will load `limit` records into
51
51
  # memory before returning.
52
- # @param [String] identity The identity
52
+ # @param [Array[String]] identity The identity
53
53
  # @param [Integer] limit Upper limit for the number of records to return. stream()
54
54
  # guarantees to never return more than limit. Default is no limit
55
55
  # @param [Integer] page_size Number of records to fetch per request, when
@@ -65,7 +65,7 @@ module Twilio
65
65
  # Streams InviteInstance records from the API as an Enumerable.
66
66
  # This operation lazily loads records as efficiently as possible until the limit
67
67
  # is reached.
68
- # @param [String] identity The identity
68
+ # @param [Array[String]] identity The identity
69
69
  # @param [Integer] limit Upper limit for the number of records to return. stream()
70
70
  # guarantees to never return more than limit. Default is no limit.
71
71
  # @param [Integer] page_size Number of records to fetch per request, when
@@ -98,7 +98,7 @@ module Twilio
98
98
  ##
99
99
  # Retrieve a single page of InviteInstance records from the API.
100
100
  # Request is executed immediately.
101
- # @param [String] identity The identity
101
+ # @param [Array[String]] identity The identity
102
102
  # @param [String] page_token PageToken provided by the API
103
103
  # @param [Integer] page_number Page Number, this value is simply for client state
104
104
  # @param [Integer] page_size Number of records to return, defaults to 50
@@ -65,7 +65,7 @@ module Twilio
65
65
  # Lists MemberInstance records from the API as a list.
66
66
  # Unlike stream(), this operation is eager and will load `limit` records into
67
67
  # memory before returning.
68
- # @param [String] identity The identity
68
+ # @param [Array[String]] identity The identity
69
69
  # @param [Integer] limit Upper limit for the number of records to return. stream()
70
70
  # guarantees to never return more than limit. Default is no limit
71
71
  # @param [Integer] page_size Number of records to fetch per request, when
@@ -81,7 +81,7 @@ module Twilio
81
81
  # Streams MemberInstance records from the API as an Enumerable.
82
82
  # This operation lazily loads records as efficiently as possible until the limit
83
83
  # is reached.
84
- # @param [String] identity The identity
84
+ # @param [Array[String]] identity The identity
85
85
  # @param [Integer] limit Upper limit for the number of records to return. stream()
86
86
  # guarantees to never return more than limit. Default is no limit.
87
87
  # @param [Integer] page_size Number of records to fetch per request, when
@@ -114,7 +114,7 @@ module Twilio
114
114
  ##
115
115
  # Retrieve a single page of MemberInstance records from the API.
116
116
  # Request is executed immediately.
117
- # @param [String] identity The identity
117
+ # @param [Array[String]] identity The identity
118
118
  # @param [String] page_token PageToken provided by the API
119
119
  # @param [Integer] page_number Page Number, this value is simply for client state
120
120
  # @param [Integer] page_size Number of records to return, defaults to 50
@@ -112,8 +112,8 @@ module Twilio
112
112
  # @param [webhook.Type] type The type
113
113
  # @param [String] configuration_url The configuration.url
114
114
  # @param [webhook.Method] configuration_method The configuration.method
115
- # @param [String] configuration_filters The configuration.filters
116
- # @param [String] configuration_triggers The configuration.triggers
115
+ # @param [Array[String]] configuration_filters The configuration.filters
116
+ # @param [Array[String]] configuration_triggers The configuration.triggers
117
117
  # @param [String] configuration_flow_sid The configuration.flow_sid
118
118
  # @param [String] configuration_retry_count The configuration.retry_count
119
119
  # @return [WebhookInstance] Created WebhookInstance
@@ -214,8 +214,8 @@ module Twilio
214
214
  # Update the WebhookInstance
215
215
  # @param [String] configuration_url The configuration.url
216
216
  # @param [webhook.Method] configuration_method The configuration.method
217
- # @param [String] configuration_filters The configuration.filters
218
- # @param [String] configuration_triggers The configuration.triggers
217
+ # @param [Array[String]] configuration_filters The configuration.filters
218
+ # @param [Array[String]] configuration_triggers The configuration.triggers
219
219
  # @param [String] configuration_flow_sid The configuration.flow_sid
220
220
  # @param [String] configuration_retry_count The configuration.retry_count
221
221
  # @return [WebhookInstance] Updated WebhookInstance
@@ -377,8 +377,8 @@ module Twilio
377
377
  # Update the WebhookInstance
378
378
  # @param [String] configuration_url The configuration.url
379
379
  # @param [webhook.Method] configuration_method The configuration.method
380
- # @param [String] configuration_filters The configuration.filters
381
- # @param [String] configuration_triggers The configuration.triggers
380
+ # @param [Array[String]] configuration_filters The configuration.filters
381
+ # @param [Array[String]] configuration_triggers The configuration.triggers
382
382
  # @param [String] configuration_flow_sid The configuration.flow_sid
383
383
  # @param [String] configuration_retry_count The configuration.retry_count
384
384
  # @return [WebhookInstance] Updated WebhookInstance
@@ -29,7 +29,7 @@ module Twilio
29
29
  # Create the RoleInstance
30
30
  # @param [String] friendly_name The friendly_name
31
31
  # @param [role.RoleType] type The type
32
- # @param [String] permission The permission
32
+ # @param [Array[String]] permission The permission
33
33
  # @return [RoleInstance] Created RoleInstance
34
34
  def create(friendly_name: nil, type: nil, permission: nil)
35
35
  data = Twilio::Values.of({
@@ -192,7 +192,7 @@ module Twilio
192
192
 
193
193
  ##
194
194
  # Update the RoleInstance
195
- # @param [String] permission The permission
195
+ # @param [Array[String]] permission The permission
196
196
  # @return [RoleInstance] Updated RoleInstance
197
197
  def update(permission: nil)
198
198
  data = Twilio::Values.of({'Permission' => Twilio.serialize_list(permission) { |e| e }, })
@@ -288,7 +288,7 @@ module Twilio
288
288
  end
289
289
 
290
290
  ##
291
- # @return [String] The permissions
291
+ # @return [Array[String]] The permissions
292
292
  def permissions
293
293
  @properties['permissions']
294
294
  end
@@ -327,7 +327,7 @@ module Twilio
327
327
 
328
328
  ##
329
329
  # Update the RoleInstance
330
- # @param [String] permission The permission
330
+ # @param [Array[String]] permission The permission
331
331
  # @return [RoleInstance] Updated RoleInstance
332
332
  def update(permission: nil)
333
333
  context.update(permission: permission, )
@@ -31,7 +31,7 @@ module Twilio
31
31
  # Lists UserBindingInstance records from the API as a list.
32
32
  # Unlike stream(), this operation is eager and will load `limit` records into
33
33
  # memory before returning.
34
- # @param [user_binding.BindingType] binding_type The binding_type
34
+ # @param [Array[user_binding.BindingType]] binding_type The binding_type
35
35
  # @param [Integer] limit Upper limit for the number of records to return. stream()
36
36
  # guarantees to never return more than limit. Default is no limit
37
37
  # @param [Integer] page_size Number of records to fetch per request, when
@@ -47,7 +47,7 @@ module Twilio
47
47
  # Streams UserBindingInstance records from the API as an Enumerable.
48
48
  # This operation lazily loads records as efficiently as possible until the limit
49
49
  # is reached.
50
- # @param [user_binding.BindingType] binding_type The binding_type
50
+ # @param [Array[user_binding.BindingType]] binding_type The binding_type
51
51
  # @param [Integer] limit Upper limit for the number of records to return. stream()
52
52
  # guarantees to never return more than limit. Default is no limit.
53
53
  # @param [Integer] page_size Number of records to fetch per request, when
@@ -80,7 +80,7 @@ module Twilio
80
80
  ##
81
81
  # Retrieve a single page of UserBindingInstance records from the API.
82
82
  # Request is executed immediately.
83
- # @param [user_binding.BindingType] binding_type The binding_type
83
+ # @param [Array[user_binding.BindingType]] binding_type The binding_type
84
84
  # @param [String] page_token PageToken provided by the API
85
85
  # @param [Integer] page_number Page Number, this value is simply for client state
86
86
  # @param [Integer] page_size Number of records to return, defaults to 50
@@ -315,7 +315,7 @@ module Twilio
315
315
  end
316
316
 
317
317
  ##
318
- # @return [String] The message_types
318
+ # @return [Array[String]] The message_types
319
319
  def message_types
320
320
  @properties['message_types']
321
321
  end
@@ -26,11 +26,12 @@ module Twilio
26
26
  # @return [Twilio::REST::Lookups::V1::PhoneNumberList]
27
27
  def phone_numbers(phone_number=:unset)
28
28
  if phone_number.nil?
29
- raise ArgumentError, 'phone_number cannot be nil'
30
- elsif phone_number == :unset
31
- @phone_numbers ||= PhoneNumberList.new self
29
+ raise ArgumentError, 'phone_number cannot be nil'
30
+ end
31
+ if phone_number == :unset
32
+ @phone_numbers ||= PhoneNumberList.new self
32
33
  else
33
- PhoneNumberContext.new(self, phone_number)
34
+ PhoneNumberContext.new(self, phone_number)
34
35
  end
35
36
  end
36
37
 
@@ -80,16 +80,16 @@ module Twilio
80
80
  # code}[https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2] of the phone number to
81
81
  # fetch. This is used to specify the country when the phone number is provided in
82
82
  # a national format.
83
- # @param [String] type The type of information to return. Can be: `carrier` or
84
- # `caller-name`. The default is null. Carrier information costs $0.005 per phone
85
- # number looked up. Caller Name information is currently available only in the US
86
- # and costs $0.01 per phone number looked up. To retrieve both types on
83
+ # @param [Array[String]] type The type of information to return. Can be: `carrier`
84
+ # or `caller-name`. The default is null. Carrier information costs $0.005 per
85
+ # phone number looked up. Caller Name information is currently available only in
86
+ # the US and costs $0.01 per phone number looked up. To retrieve both types on
87
87
  # information, specify this parameter twice; once with `carrier` and once with
88
88
  # `caller-name` as the value.
89
- # @param [String] add_ons The `unique_name` of an Add-on you would like to invoke.
90
- # Can be the `unique_name` of an Add-on that is installed on your account. You can
91
- # specify multiple instances of this parameter to invoke multiple Add-ons. For
92
- # more information about Add-ons, see the {Add-ons
89
+ # @param [Array[String]] add_ons The `unique_name` of an Add-on you would like to
90
+ # invoke. Can be the `unique_name` of an Add-on that is installed on your account.
91
+ # You can specify multiple instances of this parameter to invoke multiple Add-ons.
92
+ # For more information about Add-ons, see the {Add-ons
93
93
  # documentation}[https://www.twilio.com/docs/add-ons].
94
94
  # @param [Hash] add_ons_data Data specific to the add-on you would like to invoke.
95
95
  # The content and format of this value depends on the add-on.
@@ -209,16 +209,16 @@ module Twilio
209
209
  # code}[https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2] of the phone number to
210
210
  # fetch. This is used to specify the country when the phone number is provided in
211
211
  # a national format.
212
- # @param [String] type The type of information to return. Can be: `carrier` or
213
- # `caller-name`. The default is null. Carrier information costs $0.005 per phone
214
- # number looked up. Caller Name information is currently available only in the US
215
- # and costs $0.01 per phone number looked up. To retrieve both types on
212
+ # @param [Array[String]] type The type of information to return. Can be: `carrier`
213
+ # or `caller-name`. The default is null. Carrier information costs $0.005 per
214
+ # phone number looked up. Caller Name information is currently available only in
215
+ # the US and costs $0.01 per phone number looked up. To retrieve both types on
216
216
  # information, specify this parameter twice; once with `carrier` and once with
217
217
  # `caller-name` as the value.
218
- # @param [String] add_ons The `unique_name` of an Add-on you would like to invoke.
219
- # Can be the `unique_name` of an Add-on that is installed on your account. You can
220
- # specify multiple instances of this parameter to invoke multiple Add-ons. For
221
- # more information about Add-ons, see the {Add-ons
218
+ # @param [Array[String]] add_ons The `unique_name` of an Add-on you would like to
219
+ # invoke. Can be the `unique_name` of an Add-on that is installed on your account.
220
+ # You can specify multiple instances of this parameter to invoke multiple Add-ons.
221
+ # For more information about Add-ons, see the {Add-ons
222
222
  # documentation}[https://www.twilio.com/docs/add-ons].
223
223
  # @param [Hash] add_ons_data Data specific to the add-on you would like to invoke.
224
224
  # The content and format of this value depends on the add-on.