twilio-ruby 5.45.0 → 5.48.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.
- checksums.yaml +4 -4
- data/.travis.yml +1 -0
- data/CHANGES.md +104 -0
- data/LICENSE +1 -1
- data/README.md +16 -2
- data/lib/twilio-ruby/rest/api/v2010/account/authorized_connect_app.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/call.rb +12 -12
- data/lib/twilio-ruby/rest/api/v2010/account/call/feedback.rb +13 -13
- data/lib/twilio-ruby/rest/api/v2010/account/call/feedback_summary.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/call/recording.rb +8 -8
- data/lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb +15 -15
- data/lib/twilio-ruby/rest/api/v2010/account/connect_app.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/message.rb +5 -5
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain.rb +6 -3
- data/lib/twilio-ruby/rest/api/v2010/account/token.rb +1 -1
- data/lib/twilio-ruby/rest/bulkexports.rb +4 -2
- data/lib/twilio-ruby/rest/bulkexports/v1.rb +4 -2
- data/lib/twilio-ruby/rest/bulkexports/v1/export.rb +7 -4
- data/lib/twilio-ruby/rest/bulkexports/v1/export/day.rb +7 -4
- data/lib/twilio-ruby/rest/bulkexports/v1/export/export_custom_job.rb +5 -3
- data/lib/twilio-ruby/rest/bulkexports/v1/export/job.rb +5 -3
- data/lib/twilio-ruby/rest/bulkexports/v1/export_configuration.rb +5 -3
- data/lib/twilio-ruby/rest/chat/v1/service.rb +5 -5
- data/lib/twilio-ruby/rest/chat/v1/service/channel.rb +6 -6
- data/lib/twilio-ruby/rest/chat/v1/service/channel/invite.rb +3 -3
- data/lib/twilio-ruby/rest/chat/v1/service/channel/member.rb +3 -3
- data/lib/twilio-ruby/rest/chat/v1/service/role.rb +9 -9
- data/lib/twilio-ruby/rest/chat/v2/service.rb +5 -5
- data/lib/twilio-ruby/rest/chat/v2/service/binding.rb +7 -7
- data/lib/twilio-ruby/rest/chat/v2/service/channel.rb +6 -6
- data/lib/twilio-ruby/rest/chat/v2/service/channel/invite.rb +3 -3
- data/lib/twilio-ruby/rest/chat/v2/service/channel/member.rb +3 -3
- data/lib/twilio-ruby/rest/chat/v2/service/channel/webhook.rb +27 -24
- data/lib/twilio-ruby/rest/chat/v2/service/role.rb +9 -9
- data/lib/twilio-ruby/rest/chat/v2/service/user/user_binding.rb +10 -10
- data/lib/twilio-ruby/rest/client.rb +7 -0
- data/lib/twilio-ruby/rest/conversations/v1/configuration/webhook.rb +9 -9
- data/lib/twilio-ruby/rest/conversations/v1/conversation/message.rb +1 -1
- data/lib/twilio-ruby/rest/conversations/v1/conversation/participant.rb +32 -2
- data/lib/twilio-ruby/rest/conversations/v1/conversation/webhook.rb +9 -9
- data/lib/twilio-ruby/rest/conversations/v1/role.rb +9 -9
- data/lib/twilio-ruby/rest/conversations/v1/service/binding.rb +7 -7
- data/lib/twilio-ruby/rest/conversations/v1/service/configuration.rb +17 -2
- data/lib/twilio-ruby/rest/conversations/v1/service/conversation/message.rb +1 -1
- data/lib/twilio-ruby/rest/conversations/v1/service/conversation/participant.rb +32 -2
- data/lib/twilio-ruby/rest/conversations/v1/service/conversation/webhook.rb +9 -9
- data/lib/twilio-ruby/rest/conversations/v1/service/role.rb +9 -9
- data/lib/twilio-ruby/rest/conversations/v1/service/user.rb +8 -1
- data/lib/twilio-ruby/rest/conversations/v1/user.rb +8 -1
- data/lib/twilio-ruby/rest/events/v1/sink.rb +4 -2
- data/lib/twilio-ruby/rest/events/v1/subscription.rb +3 -2
- data/lib/twilio-ruby/rest/flex_api.rb +1 -1
- data/lib/twilio-ruby/rest/flex_api/v1.rb +1 -1
- data/lib/twilio-ruby/rest/flex_api/v1/channel.rb +5 -5
- data/lib/twilio-ruby/rest/flex_api/v1/configuration.rb +18 -4
- data/lib/twilio-ruby/rest/flex_api/v1/flex_flow.rb +88 -76
- data/lib/twilio-ruby/rest/flex_api/v1/web_channel.rb +2 -2
- data/lib/twilio-ruby/rest/insights/v1/call/summary.rb +8 -9
- data/lib/twilio-ruby/rest/insights/v1/room.rb +7 -7
- data/lib/twilio-ruby/rest/insights/v1/room/participant.rb +1 -1
- data/lib/twilio-ruby/rest/ip_messaging/v1/service.rb +3 -3
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel.rb +3 -3
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/invite.rb +3 -3
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/member.rb +3 -3
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/role.rb +4 -4
- data/lib/twilio-ruby/rest/ip_messaging/v2/service.rb +3 -3
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/binding.rb +7 -7
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel.rb +3 -3
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/invite.rb +3 -3
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/member.rb +3 -3
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/webhook.rb +6 -6
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/role.rb +4 -4
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_binding.rb +4 -4
- data/lib/twilio-ruby/rest/lookups/v1/phone_number.rb +16 -16
- data/lib/twilio-ruby/rest/messaging.rb +8 -0
- data/lib/twilio-ruby/rest/messaging/v1.rb +15 -0
- data/lib/twilio-ruby/rest/messaging/v1/brand_registration.rb +328 -0
- data/lib/twilio-ruby/rest/messaging/v1/service/alpha_sender.rb +1 -1
- data/lib/twilio-ruby/rest/messaging/v1/service/phone_number.rb +1 -1
- data/lib/twilio-ruby/rest/messaging/v1/service/short_code.rb +1 -1
- data/lib/twilio-ruby/rest/notify/v1/service/binding.rb +16 -15
- data/lib/twilio-ruby/rest/notify/v1/service/notification.rb +18 -18
- data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/evaluation.rb +1 -1
- data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/end_user_type.rb +1 -1
- data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/supporting_document_type.rb +1 -1
- data/lib/twilio-ruby/rest/preview.rb +4 -2
- data/lib/twilio-ruby/rest/preview/bulk_exports.rb +4 -2
- data/lib/twilio-ruby/rest/preview/bulk_exports/export.rb +7 -4
- data/lib/twilio-ruby/rest/preview/bulk_exports/export/day.rb +7 -4
- data/lib/twilio-ruby/rest/preview/bulk_exports/export/export_custom_job.rb +5 -3
- data/lib/twilio-ruby/rest/preview/bulk_exports/export/job.rb +5 -3
- data/lib/twilio-ruby/rest/preview/bulk_exports/export_configuration.rb +5 -3
- data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document.rb +13 -13
- data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document/dependent_hosted_number_order.rb +2 -2
- data/lib/twilio-ruby/rest/preview/hosted_numbers/hosted_number_order.rb +8 -8
- data/lib/twilio-ruby/rest/preview/sync/service/document.rb +4 -8
- data/lib/twilio-ruby/rest/preview/wireless/rate_plan.rb +2 -2
- data/lib/twilio-ruby/rest/pricing/v1/messaging/country.rb +2 -2
- data/lib/twilio-ruby/rest/pricing/v1/phone_number/country.rb +1 -1
- data/lib/twilio-ruby/rest/pricing/v1/voice/country.rb +2 -2
- data/lib/twilio-ruby/rest/pricing/v2/voice/country.rb +2 -2
- data/lib/twilio-ruby/rest/pricing/v2/voice/number.rb +1 -1
- data/lib/twilio-ruby/rest/proxy/v1/service/session.rb +1 -1
- data/lib/twilio-ruby/rest/proxy/v1/service/session/participant/message_interaction.rb +1 -1
- data/lib/twilio-ruby/rest/serverless/v1/service/build.rb +17 -7
- data/lib/twilio-ruby/rest/studio/v2/flow.rb +6 -14
- data/lib/twilio-ruby/rest/studio/v2/flow/execution.rb +0 -8
- data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_context.rb +0 -8
- data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step.rb +0 -8
- data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step/execution_step_context.rb +0 -8
- data/lib/twilio-ruby/rest/studio/v2/flow/flow_revision.rb +2 -10
- data/lib/twilio-ruby/rest/studio/v2/flow/test_user.rb +10 -16
- data/lib/twilio-ruby/rest/studio/v2/flow_validate.rb +6 -11
- data/lib/twilio-ruby/rest/supersim/v1/command.rb +4 -4
- data/lib/twilio-ruby/rest/supersim/v1/fleet.rb +33 -12
- data/lib/twilio-ruby/rest/supersim/v1/network.rb +5 -5
- data/lib/twilio-ruby/rest/supersim/v1/network_access_profile.rb +6 -6
- data/lib/twilio-ruby/rest/supersim/v1/network_access_profile/network_access_profile_network.rb +5 -5
- data/lib/twilio-ruby/rest/supersim/v1/sim.rb +4 -4
- data/lib/twilio-ruby/rest/supersim/v1/usage_record.rb +3 -3
- data/lib/twilio-ruby/rest/sync/v1/service.rb +0 -8
- data/lib/twilio-ruby/rest/sync/v1/service/document.rb +16 -36
- data/lib/twilio-ruby/rest/sync/v1/service/document/document_permission.rb +0 -8
- data/lib/twilio-ruby/rest/sync/v1/service/sync_list.rb +9 -25
- data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_item.rb +24 -43
- data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_permission.rb +0 -8
- data/lib/twilio-ruby/rest/sync/v1/service/sync_map.rb +9 -25
- data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_item.rb +25 -44
- data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_permission.rb +1 -9
- data/lib/twilio-ruby/rest/sync/v1/service/sync_stream.rb +5 -23
- data/lib/twilio-ruby/rest/sync/v1/service/sync_stream/stream_message.rb +1 -7
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task.rb +17 -17
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task/reservation.rb +10 -10
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics.rb +1 -1
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/reservation.rb +10 -10
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_cumulative_statistics.rb +1 -1
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_real_time_statistics.rb +1 -1
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_real_time_statistics.rb +1 -1
- data/lib/twilio-ruby/rest/trunking/v1/trunk.rb +1 -1
- data/lib/twilio-ruby/rest/trusthub.rb +100 -0
- data/lib/twilio-ruby/rest/trusthub/v1.rb +139 -0
- data/lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb +523 -0
- data/lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_channel_endpoint_assignment.rb +359 -0
- data/lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.rb +330 -0
- data/lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_evaluations.rb +328 -0
- data/lib/twilio-ruby/rest/trusthub/v1/end_user.rb +356 -0
- data/lib/twilio-ruby/rest/trusthub/v1/end_user_type.rb +271 -0
- data/lib/twilio-ruby/rest/trusthub/v1/policies.rb +262 -0
- data/lib/twilio-ruby/rest/trusthub/v1/supporting_document.rb +369 -0
- data/lib/twilio-ruby/rest/trusthub/v1/supporting_document_type.rb +271 -0
- data/lib/twilio-ruby/rest/trusthub/v1/trust_products.rb +523 -0
- data/lib/twilio-ruby/rest/trusthub/v1/trust_products/trust_products_channel_endpoint_assignment.rb +359 -0
- data/lib/twilio-ruby/rest/trusthub/v1/trust_products/trust_products_entity_assignments.rb +330 -0
- data/lib/twilio-ruby/rest/trusthub/v1/trust_products/trust_products_evaluations.rb +328 -0
- data/lib/twilio-ruby/rest/verify.rb +9 -0
- data/lib/twilio-ruby/rest/verify/v2.rb +15 -0
- data/lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb +3 -3
- data/lib/twilio-ruby/rest/verify/v2/service/verification.rb +1 -1
- data/lib/twilio-ruby/rest/verify/v2/service/webhook.rb +10 -10
- data/lib/twilio-ruby/rest/verify/v2/verification_attempt.rb +329 -0
- data/lib/twilio-ruby/rest/video/v1/composition.rb +16 -15
- data/lib/twilio-ruby/rest/video/v1/composition_hook.rb +26 -26
- data/lib/twilio-ruby/rest/video/v1/recording.rb +6 -6
- data/lib/twilio-ruby/rest/video/v1/room.rb +10 -3
- data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_subscribe_rule.rb +1 -1
- data/lib/twilio-ruby/rest/video/v1/room/room_recording_rule.rb +1 -1
- data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/country.rb +1 -1
- data/lib/twilio-ruby/rest/wireless/v1/rate_plan.rb +4 -4
- data/lib/twilio-ruby/twiml/voice_response.rb +17 -8
- data/lib/twilio-ruby/version.rb +1 -1
- data/spec/integration/api/v2010/account/conference_spec.rb +302 -44
- data/spec/integration/api/v2010/account/incoming_phone_number_spec.rb +4 -16
- data/spec/integration/conversations/v1/conversation/participant_spec.rb +30 -10
- data/spec/integration/conversations/v1/service/configuration_spec.rb +2 -0
- data/spec/integration/conversations/v1/service/conversation/participant_spec.rb +30 -10
- data/spec/integration/conversations/v1/service/user_spec.rb +9 -4
- data/spec/integration/conversations/v1/user_spec.rb +9 -4
- data/spec/integration/events/v1/sink_spec.rb +14 -0
- data/spec/integration/flex_api/v1/configuration_spec.rb +24 -0
- data/spec/integration/insights/v1/call/summary_spec.rb +1 -0
- data/spec/integration/messaging/v1/brand_registration_spec.rb +143 -0
- data/spec/integration/preview/sync/service/document_spec.rb +1 -3
- data/spec/integration/serverless/v1/service/build_spec.rb +12 -2
- data/spec/integration/supersim/v1/fleet_spec.rb +8 -0
- data/spec/integration/sync/v1/service/document_spec.rb +1 -3
- data/spec/integration/trusthub/v1/customer_profiles/customer_profiles_channel_endpoint_assignment_spec.rb +192 -0
- data/spec/integration/trusthub/v1/customer_profiles/customer_profiles_entity_assignments_spec.rb +186 -0
- data/spec/integration/trusthub/v1/customer_profiles/customer_profiles_evaluations_spec.rb +615 -0
- data/spec/integration/trusthub/v1/customer_profiles_spec.rb +255 -0
- data/spec/integration/trusthub/v1/end_user_spec.rb +247 -0
- data/spec/integration/trusthub/v1/end_user_type_spec.rb +176 -0
- data/spec/integration/trusthub/v1/policies_spec.rb +252 -0
- data/spec/integration/trusthub/v1/supporting_document_spec.rb +235 -0
- data/spec/integration/trusthub/v1/supporting_document_type_spec.rb +159 -0
- data/spec/integration/trusthub/v1/trust_products/trust_products_channel_endpoint_assignment_spec.rb +192 -0
- data/spec/integration/trusthub/v1/trust_products/trust_products_entity_assignments_spec.rb +186 -0
- data/spec/integration/trusthub/v1/trust_products/trust_products_evaluations_spec.rb +615 -0
- data/spec/integration/trusthub/v1/trust_products_spec.rb +255 -0
- data/spec/integration/verify/v2/verification_attempt_spec.rb +146 -0
- data/spec/integration/video/v1/room_spec.rb +5 -0
- data/spec/twiml/voice_response_spec.rb +1 -1
- metadata +49 -2
@@ -29,7 +29,8 @@ module Twilio
|
|
29
29
|
end
|
30
30
|
|
31
31
|
##
|
32
|
-
# @param [String] resource_type The type of communication – Messages, Calls
|
32
|
+
# @param [String] resource_type The type of communication – Messages, Calls,
|
33
|
+
# Conferences, and Participants
|
33
34
|
# @return [Twilio::REST::Bulkexports::V1::ExportInstance] if resource_type was passed.
|
34
35
|
# @return [Twilio::REST::Bulkexports::V1::ExportList]
|
35
36
|
def exports(resource_type=:unset)
|
@@ -37,7 +38,8 @@ module Twilio
|
|
37
38
|
end
|
38
39
|
|
39
40
|
##
|
40
|
-
# @param [String] resource_type The type of communication – Messages, Calls
|
41
|
+
# @param [String] resource_type The type of communication – Messages, Calls,
|
42
|
+
# Conferences, and Participants
|
41
43
|
# @return [Twilio::REST::Bulkexports::V1::ExportConfigurationInstance] if resource_type was passed.
|
42
44
|
# @return [Twilio::REST::Bulkexports::V1::ExportConfigurationList]
|
43
45
|
def export_configuration(resource_type=:unset)
|
@@ -20,7 +20,8 @@ module Twilio
|
|
20
20
|
end
|
21
21
|
|
22
22
|
##
|
23
|
-
# @param [String] resource_type The type of communication – Messages, Calls
|
23
|
+
# @param [String] resource_type The type of communication – Messages, Calls,
|
24
|
+
# Conferences, and Participants
|
24
25
|
# @return [Twilio::REST::Bulkexports::V1::ExportContext] if resource_type was passed.
|
25
26
|
# @return [Twilio::REST::Bulkexports::V1::ExportList]
|
26
27
|
def exports(resource_type=:unset)
|
@@ -34,7 +35,8 @@ module Twilio
|
|
34
35
|
end
|
35
36
|
|
36
37
|
##
|
37
|
-
# @param [String] resource_type The type of communication – Messages, Calls
|
38
|
+
# @param [String] resource_type The type of communication – Messages, Calls,
|
39
|
+
# Conferences, and Participants
|
38
40
|
# @return [Twilio::REST::Bulkexports::V1::ExportConfigurationContext] if resource_type was passed.
|
39
41
|
# @return [Twilio::REST::Bulkexports::V1::ExportConfigurationList]
|
40
42
|
def export_configuration(resource_type=:unset)
|
@@ -29,7 +29,8 @@ module Twilio
|
|
29
29
|
|
30
30
|
##
|
31
31
|
# Access the jobs
|
32
|
-
# @param [String] job_sid The
|
32
|
+
# @param [String] job_sid The unique string that that we created to identify the
|
33
|
+
# Bulk Export job
|
33
34
|
# @return [JobList]
|
34
35
|
# @return [JobContext] if job_sid was passed.
|
35
36
|
def jobs(job_sid=:unset)
|
@@ -86,7 +87,8 @@ module Twilio
|
|
86
87
|
##
|
87
88
|
# Initialize the ExportContext
|
88
89
|
# @param [Version] version Version that contains the resource
|
89
|
-
# @param [String] resource_type The type of communication – Messages, Calls
|
90
|
+
# @param [String] resource_type The type of communication – Messages, Calls,
|
91
|
+
# Conferences, and Participants
|
90
92
|
# @return [ExportContext] ExportContext
|
91
93
|
def initialize(version, resource_type)
|
92
94
|
super(version)
|
@@ -161,7 +163,8 @@ module Twilio
|
|
161
163
|
# Initialize the ExportInstance
|
162
164
|
# @param [Version] version Version that contains the resource
|
163
165
|
# @param [Hash] payload payload that contains response from Twilio
|
164
|
-
# @param [String] resource_type The type of communication – Messages, Calls
|
166
|
+
# @param [String] resource_type The type of communication – Messages, Calls,
|
167
|
+
# Conferences, and Participants
|
165
168
|
# @return [ExportInstance] ExportInstance
|
166
169
|
def initialize(version, payload, resource_type: nil)
|
167
170
|
super(version)
|
@@ -190,7 +193,7 @@ module Twilio
|
|
190
193
|
end
|
191
194
|
|
192
195
|
##
|
193
|
-
# @return [String] The type of communication – Messages, Calls
|
196
|
+
# @return [String] The type of communication – Messages, Calls, Conferences, and Participants
|
194
197
|
def resource_type
|
195
198
|
@properties['resource_type']
|
196
199
|
end
|
@@ -17,7 +17,8 @@ module Twilio
|
|
17
17
|
##
|
18
18
|
# Initialize the DayList
|
19
19
|
# @param [Version] version Version that contains the resource
|
20
|
-
# @param [String] resource_type The type of communication – Messages, Calls
|
20
|
+
# @param [String] resource_type The type of communication – Messages, Calls,
|
21
|
+
# Conferences, and Participants
|
21
22
|
# @return [DayList] DayList
|
22
23
|
def initialize(version, resource_type: nil)
|
23
24
|
super(version)
|
@@ -151,7 +152,8 @@ module Twilio
|
|
151
152
|
##
|
152
153
|
# Initialize the DayContext
|
153
154
|
# @param [Version] version Version that contains the resource
|
154
|
-
# @param [String] resource_type The type of communication – Messages, Calls
|
155
|
+
# @param [String] resource_type The type of communication – Messages, Calls,
|
156
|
+
# Conferences, and Participants
|
155
157
|
# @param [String] day The ISO 8601 format date of the resources in the file, for a
|
156
158
|
# UTC day
|
157
159
|
# @return [DayContext] DayContext
|
@@ -194,7 +196,8 @@ module Twilio
|
|
194
196
|
# Initialize the DayInstance
|
195
197
|
# @param [Version] version Version that contains the resource
|
196
198
|
# @param [Hash] payload payload that contains response from Twilio
|
197
|
-
# @param [String] resource_type The type of communication – Messages, Calls
|
199
|
+
# @param [String] resource_type The type of communication – Messages, Calls,
|
200
|
+
# Conferences, and Participants
|
198
201
|
# @param [String] day The ISO 8601 format date of the resources in the file, for a
|
199
202
|
# UTC day
|
200
203
|
# @return [DayInstance] DayInstance
|
@@ -258,7 +261,7 @@ module Twilio
|
|
258
261
|
end
|
259
262
|
|
260
263
|
##
|
261
|
-
# @return [String] The type of communication – Messages, Calls
|
264
|
+
# @return [String] The type of communication – Messages, Calls, Conferences, and Participants
|
262
265
|
def resource_type
|
263
266
|
@properties['resource_type']
|
264
267
|
end
|
@@ -17,7 +17,8 @@ module Twilio
|
|
17
17
|
##
|
18
18
|
# Initialize the ExportCustomJobList
|
19
19
|
# @param [Version] version Version that contains the resource
|
20
|
-
# @param [String] resource_type The type of communication – Messages, Calls
|
20
|
+
# @param [String] resource_type The type of communication – Messages, Calls,
|
21
|
+
# Conferences, and Participants
|
21
22
|
# @return [ExportCustomJobList] ExportCustomJobList
|
22
23
|
def initialize(version, resource_type: nil)
|
23
24
|
super(version)
|
@@ -184,7 +185,8 @@ module Twilio
|
|
184
185
|
# Initialize the ExportCustomJobInstance
|
185
186
|
# @param [Version] version Version that contains the resource
|
186
187
|
# @param [Hash] payload payload that contains response from Twilio
|
187
|
-
# @param [String] resource_type The type of communication – Messages, Calls
|
188
|
+
# @param [String] resource_type The type of communication – Messages, Calls,
|
189
|
+
# Conferences, and Participants
|
188
190
|
# @return [ExportCustomJobInstance] ExportCustomJobInstance
|
189
191
|
def initialize(version, payload, resource_type: nil)
|
190
192
|
super(version)
|
@@ -210,7 +212,7 @@ module Twilio
|
|
210
212
|
end
|
211
213
|
|
212
214
|
##
|
213
|
-
# @return [String] The type of communication – Messages, Calls
|
215
|
+
# @return [String] The type of communication – Messages, Calls, Conferences, and Participants
|
214
216
|
def resource_type
|
215
217
|
@properties['resource_type']
|
216
218
|
end
|
@@ -69,7 +69,8 @@ module Twilio
|
|
69
69
|
##
|
70
70
|
# Initialize the JobContext
|
71
71
|
# @param [Version] version Version that contains the resource
|
72
|
-
# @param [String] job_sid The
|
72
|
+
# @param [String] job_sid The unique string that that we created to identify the
|
73
|
+
# Bulk Export job
|
73
74
|
# @return [JobContext] JobContext
|
74
75
|
def initialize(version, job_sid)
|
75
76
|
super(version)
|
@@ -117,7 +118,8 @@ module Twilio
|
|
117
118
|
# Initialize the JobInstance
|
118
119
|
# @param [Version] version Version that contains the resource
|
119
120
|
# @param [Hash] payload payload that contains response from Twilio
|
120
|
-
# @param [String] job_sid The
|
121
|
+
# @param [String] job_sid The unique string that that we created to identify the
|
122
|
+
# Bulk Export job
|
121
123
|
# @return [JobInstance] JobInstance
|
122
124
|
def initialize(version, payload, job_sid: nil)
|
123
125
|
super(version)
|
@@ -153,7 +155,7 @@ module Twilio
|
|
153
155
|
end
|
154
156
|
|
155
157
|
##
|
156
|
-
# @return [String] The type of communication – Messages, Calls
|
158
|
+
# @return [String] The type of communication – Messages, Calls, Conferences, and Participants
|
157
159
|
def resource_type
|
158
160
|
@properties['resource_type']
|
159
161
|
end
|
@@ -68,7 +68,8 @@ module Twilio
|
|
68
68
|
##
|
69
69
|
# Initialize the ExportConfigurationContext
|
70
70
|
# @param [Version] version Version that contains the resource
|
71
|
-
# @param [String] resource_type The type of communication – Messages, Calls
|
71
|
+
# @param [String] resource_type The type of communication – Messages, Calls,
|
72
|
+
# Conferences, and Participants
|
72
73
|
# @return [ExportConfigurationContext] ExportConfigurationContext
|
73
74
|
def initialize(version, resource_type)
|
74
75
|
super(version)
|
@@ -131,7 +132,8 @@ module Twilio
|
|
131
132
|
# Initialize the ExportConfigurationInstance
|
132
133
|
# @param [Version] version Version that contains the resource
|
133
134
|
# @param [Hash] payload payload that contains response from Twilio
|
134
|
-
# @param [String] resource_type The type of communication – Messages, Calls
|
135
|
+
# @param [String] resource_type The type of communication – Messages, Calls,
|
136
|
+
# Conferences, and Participants
|
135
137
|
# @return [ExportConfigurationInstance] ExportConfigurationInstance
|
136
138
|
def initialize(version, payload, resource_type: nil)
|
137
139
|
super(version)
|
@@ -180,7 +182,7 @@ module Twilio
|
|
180
182
|
end
|
181
183
|
|
182
184
|
##
|
183
|
-
# @return [String] The type of communication – Messages, Calls
|
185
|
+
# @return [String] The type of communication – Messages, Calls, Conferences, and Participants
|
184
186
|
def resource_type
|
185
187
|
@properties['resource_type']
|
186
188
|
end
|
@@ -246,8 +246,8 @@ module Twilio
|
|
246
246
|
# `pre_webhook_url` and `post_webhook_url` webhooks. Can be: `POST` or `GET` and
|
247
247
|
# the default is `POST`. See {Webhook
|
248
248
|
# Events}[https://www.twilio.com/docs/chat/webhook-events] for more details.
|
249
|
-
# @param [String] webhook_filters The list of WebHook events that are
|
250
|
-
# this Service instance. See {Webhook
|
249
|
+
# @param [Array[String]] webhook_filters The list of WebHook events that are
|
250
|
+
# enabled for this Service instance. See {Webhook
|
251
251
|
# Events}[https://www.twilio.com/docs/chat/webhook-events] for more details.
|
252
252
|
# @param [String] webhooks_on_message_send_url The URL of the webhook to call in
|
253
253
|
# response to the `on_message_send` event using the
|
@@ -621,7 +621,7 @@ module Twilio
|
|
621
621
|
end
|
622
622
|
|
623
623
|
##
|
624
|
-
# @return [String] The list of WebHook events that are enabled for this Service instance
|
624
|
+
# @return [Array[String]] The list of WebHook events that are enabled for this Service instance
|
625
625
|
def webhook_filters
|
626
626
|
@properties['webhook_filters']
|
627
627
|
end
|
@@ -716,8 +716,8 @@ module Twilio
|
|
716
716
|
# `pre_webhook_url` and `post_webhook_url` webhooks. Can be: `POST` or `GET` and
|
717
717
|
# the default is `POST`. See {Webhook
|
718
718
|
# Events}[https://www.twilio.com/docs/chat/webhook-events] for more details.
|
719
|
-
# @param [String] webhook_filters The list of WebHook events that are
|
720
|
-
# this Service instance. See {Webhook
|
719
|
+
# @param [Array[String]] webhook_filters The list of WebHook events that are
|
720
|
+
# enabled for this Service instance. See {Webhook
|
721
721
|
# Events}[https://www.twilio.com/docs/chat/webhook-events] for more details.
|
722
722
|
# @param [String] webhooks_on_message_send_url The URL of the webhook to call in
|
723
723
|
# response to the `on_message_send` event using the
|
@@ -57,8 +57,8 @@ module Twilio
|
|
57
57
|
# Lists ChannelInstance records from the API as a list.
|
58
58
|
# Unlike stream(), this operation is eager and will load `limit` records into
|
59
59
|
# memory before returning.
|
60
|
-
# @param [channel.ChannelType] type The visibility of the Channels to read.
|
61
|
-
# be: `public` or `private` and defaults to `public`.
|
60
|
+
# @param [Array[channel.ChannelType]] type The visibility of the Channels to read.
|
61
|
+
# Can be: `public` or `private` and defaults to `public`.
|
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,8 +74,8 @@ 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 visibility of the Channels to read.
|
78
|
-
# be: `public` or `private` and defaults to `public`.
|
77
|
+
# @param [Array[channel.ChannelType]] type The visibility of the Channels to read.
|
78
|
+
# Can be: `public` or `private` and defaults to `public`.
|
79
79
|
# @param [Integer] limit Upper limit for the number of records to return. stream()
|
80
80
|
# guarantees to never return more than limit. Default is no limit.
|
81
81
|
# @param [Integer] page_size Number of records to fetch per request, when
|
@@ -108,8 +108,8 @@ module Twilio
|
|
108
108
|
##
|
109
109
|
# Retrieve a single page of ChannelInstance records from the API.
|
110
110
|
# Request is executed immediately.
|
111
|
-
# @param [channel.ChannelType] type The visibility of the Channels to read.
|
112
|
-
# be: `public` or `private` and defaults to `public`.
|
111
|
+
# @param [Array[channel.ChannelType]] type The visibility of the Channels to read.
|
112
|
+
# Can be: `public` or `private` and defaults to `public`.
|
113
113
|
# @param [String] page_token PageToken provided by the API
|
114
114
|
# @param [Integer] page_number Page Number, this value is simply for client state
|
115
115
|
# @param [Integer] page_size Number of records to return, defaults to 50
|
@@ -59,7 +59,7 @@ module Twilio
|
|
59
59
|
# Lists InviteInstance records from the API as a list.
|
60
60
|
# Unlike stream(), this operation is eager and will load `limit` records into
|
61
61
|
# memory before returning.
|
62
|
-
# @param [String] identity The
|
62
|
+
# @param [Array[String]] identity The
|
63
63
|
# {User}[https://www.twilio.com/docs/api/chat/rest/v1/user]'s `identity` value of
|
64
64
|
# the resources to read. See {access
|
65
65
|
# tokens}[https://www.twilio.com/docs/api/chat/guides/create-tokens] for more
|
@@ -79,7 +79,7 @@ module Twilio
|
|
79
79
|
# Streams InviteInstance records from the API as an Enumerable.
|
80
80
|
# This operation lazily loads records as efficiently as possible until the limit
|
81
81
|
# is reached.
|
82
|
-
# @param [String] identity The
|
82
|
+
# @param [Array[String]] identity The
|
83
83
|
# {User}[https://www.twilio.com/docs/api/chat/rest/v1/user]'s `identity` value of
|
84
84
|
# the resources to read. See {access
|
85
85
|
# tokens}[https://www.twilio.com/docs/api/chat/guides/create-tokens] for more
|
@@ -116,7 +116,7 @@ module Twilio
|
|
116
116
|
##
|
117
117
|
# Retrieve a single page of InviteInstance records from the API.
|
118
118
|
# Request is executed immediately.
|
119
|
-
# @param [String] identity The
|
119
|
+
# @param [Array[String]] identity The
|
120
120
|
# {User}[https://www.twilio.com/docs/api/chat/rest/v1/user]'s `identity` value of
|
121
121
|
# the resources to read. See {access
|
122
122
|
# tokens}[https://www.twilio.com/docs/api/chat/guides/create-tokens] for more
|
@@ -59,7 +59,7 @@ module Twilio
|
|
59
59
|
# Lists MemberInstance records from the API as a list.
|
60
60
|
# Unlike stream(), this operation is eager and will load `limit` records into
|
61
61
|
# memory before returning.
|
62
|
-
# @param [String] identity The
|
62
|
+
# @param [Array[String]] identity The
|
63
63
|
# {User}[https://www.twilio.com/docs/api/chat/rest/v1/user]'s `identity` value of
|
64
64
|
# the resources to read. See {access
|
65
65
|
# tokens}[https://www.twilio.com/docs/api/chat/guides/create-tokens] for more
|
@@ -79,7 +79,7 @@ module Twilio
|
|
79
79
|
# Streams MemberInstance records from the API as an Enumerable.
|
80
80
|
# This operation lazily loads records as efficiently as possible until the limit
|
81
81
|
# is reached.
|
82
|
-
# @param [String] identity The
|
82
|
+
# @param [Array[String]] identity The
|
83
83
|
# {User}[https://www.twilio.com/docs/api/chat/rest/v1/user]'s `identity` value of
|
84
84
|
# the resources to read. See {access
|
85
85
|
# tokens}[https://www.twilio.com/docs/api/chat/guides/create-tokens] for more
|
@@ -116,7 +116,7 @@ module Twilio
|
|
116
116
|
##
|
117
117
|
# Retrieve a single page of MemberInstance records from the API.
|
118
118
|
# Request is executed immediately.
|
119
|
-
# @param [String] identity The
|
119
|
+
# @param [Array[String]] identity The
|
120
120
|
# {User}[https://www.twilio.com/docs/api/chat/rest/v1/user]'s `identity` value of
|
121
121
|
# the resources to read. See {access
|
122
122
|
# tokens}[https://www.twilio.com/docs/api/chat/guides/create-tokens] for more
|
@@ -34,10 +34,10 @@ module Twilio
|
|
34
34
|
# @param [role.RoleType] type The type of role. Can be: `channel` for
|
35
35
|
# {Channel}[https://www.twilio.com/docs/chat/api/channels] roles or `deployment`
|
36
36
|
# for {Service}[https://www.twilio.com/docs/chat/api/services] roles.
|
37
|
-
# @param [String] permission A permission that you grant to the new role.
|
38
|
-
# permission can be granted per parameter. To assign more than one
|
39
|
-
# repeat this parameter for each permission value. The values for this
|
40
|
-
# depend on the role's `type` and are described in the documentation.
|
37
|
+
# @param [Array[String]] permission A permission that you grant to the new role.
|
38
|
+
# Only one permission can be granted per parameter. To assign more than one
|
39
|
+
# permission, repeat this parameter for each permission value. The values for this
|
40
|
+
# parameter depend on the role's `type` and are described in the documentation.
|
41
41
|
# @return [RoleInstance] Created RoleInstance
|
42
42
|
def create(friendly_name: nil, type: nil, permission: nil)
|
43
43
|
data = Twilio::Values.of({
|
@@ -203,8 +203,8 @@ module Twilio
|
|
203
203
|
|
204
204
|
##
|
205
205
|
# Update the RoleInstance
|
206
|
-
# @param [String] permission A permission that you grant to the role. Only
|
207
|
-
# permission can be granted per parameter. To assign more than one permission,
|
206
|
+
# @param [Array[String]] permission A permission that you grant to the role. Only
|
207
|
+
# one permission can be granted per parameter. To assign more than one permission,
|
208
208
|
# repeat this parameter for each permission value. The values for this parameter
|
209
209
|
# depend on the role's `type` and are described in the documentation.
|
210
210
|
# @return [RoleInstance] Updated RoleInstance
|
@@ -305,7 +305,7 @@ module Twilio
|
|
305
305
|
end
|
306
306
|
|
307
307
|
##
|
308
|
-
# @return [String] An array of the permissions the role has been granted
|
308
|
+
# @return [Array[String]] An array of the permissions the role has been granted
|
309
309
|
def permissions
|
310
310
|
@properties['permissions']
|
311
311
|
end
|
@@ -344,8 +344,8 @@ module Twilio
|
|
344
344
|
|
345
345
|
##
|
346
346
|
# Update the RoleInstance
|
347
|
-
# @param [String] permission A permission that you grant to the role. Only
|
348
|
-
# permission can be granted per parameter. To assign more than one permission,
|
347
|
+
# @param [Array[String]] permission A permission that you grant to the role. Only
|
348
|
+
# one permission can be granted per parameter. To assign more than one permission,
|
349
349
|
# repeat this parameter for each permission value. The values for this parameter
|
350
350
|
# depend on the role's `type` and are described in the documentation.
|
351
351
|
# @return [RoleInstance] Updated RoleInstance
|
@@ -260,8 +260,8 @@ module Twilio
|
|
260
260
|
# `pre_webhook_url` and `post_webhook_url` webhooks. Can be: `POST` or `GET` and
|
261
261
|
# the default is `POST`. See {Webhook
|
262
262
|
# Events}[https://www.twilio.com/docs/chat/webhook-events] for more details.
|
263
|
-
# @param [String] webhook_filters The list of webhook events that are
|
264
|
-
# this Service instance. See {Webhook
|
263
|
+
# @param [Array[String]] webhook_filters The list of webhook events that are
|
264
|
+
# enabled for this Service instance. See {Webhook
|
265
265
|
# Events}[https://www.twilio.com/docs/chat/webhook-events] for more details.
|
266
266
|
# @param [String] limits_channel_members The maximum number of Members that can be
|
267
267
|
# added to Channels within this Service. Can be up to 1,000.
|
@@ -557,7 +557,7 @@ module Twilio
|
|
557
557
|
end
|
558
558
|
|
559
559
|
##
|
560
|
-
# @return [String] The list of webhook events that are enabled for this Service instance
|
560
|
+
# @return [Array[String]] The list of webhook events that are enabled for this Service instance
|
561
561
|
def webhook_filters
|
562
562
|
@properties['webhook_filters']
|
563
563
|
end
|
@@ -684,8 +684,8 @@ module Twilio
|
|
684
684
|
# `pre_webhook_url` and `post_webhook_url` webhooks. Can be: `POST` or `GET` and
|
685
685
|
# the default is `POST`. See {Webhook
|
686
686
|
# Events}[https://www.twilio.com/docs/chat/webhook-events] for more details.
|
687
|
-
# @param [String] webhook_filters The list of webhook events that are
|
688
|
-
# this Service instance. See {Webhook
|
687
|
+
# @param [Array[String]] webhook_filters The list of webhook events that are
|
688
|
+
# enabled for this Service instance. See {Webhook
|
689
689
|
# Events}[https://www.twilio.com/docs/chat/webhook-events] for more details.
|
690
690
|
# @param [String] limits_channel_members The maximum number of Members that can be
|
691
691
|
# added to Channels within this Service. Can be up to 1,000.
|
@@ -31,12 +31,12 @@ module Twilio
|
|
31
31
|
# Lists BindingInstance 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 [binding.BindingType] binding_type The push technology used by the
|
34
|
+
# @param [Array[binding.BindingType]] binding_type The push technology used by the
|
35
35
|
# Binding resources to read. Can be: `apn`, `gcm`, or `fcm`. See {push
|
36
36
|
# notification
|
37
37
|
# configuration}[https://www.twilio.com/docs/chat/push-notification-configuration]
|
38
38
|
# for more info.
|
39
|
-
# @param [String] identity The
|
39
|
+
# @param [Array[String]] identity The
|
40
40
|
# {User}[https://www.twilio.com/docs/chat/rest/user-resource]'s `identity` value
|
41
41
|
# of the resources to read. See {access
|
42
42
|
# tokens}[https://www.twilio.com/docs/chat/create-tokens] for more details.
|
@@ -60,12 +60,12 @@ module Twilio
|
|
60
60
|
# Streams BindingInstance records from the API as an Enumerable.
|
61
61
|
# This operation lazily loads records as efficiently as possible until the limit
|
62
62
|
# is reached.
|
63
|
-
# @param [binding.BindingType] binding_type The push technology used by the
|
63
|
+
# @param [Array[binding.BindingType]] binding_type The push technology used by the
|
64
64
|
# Binding resources to read. Can be: `apn`, `gcm`, or `fcm`. See {push
|
65
65
|
# notification
|
66
66
|
# configuration}[https://www.twilio.com/docs/chat/push-notification-configuration]
|
67
67
|
# for more info.
|
68
|
-
# @param [String] identity The
|
68
|
+
# @param [Array[String]] identity The
|
69
69
|
# {User}[https://www.twilio.com/docs/chat/rest/user-resource]'s `identity` value
|
70
70
|
# of the resources to read. See {access
|
71
71
|
# tokens}[https://www.twilio.com/docs/chat/create-tokens] for more details.
|
@@ -101,12 +101,12 @@ module Twilio
|
|
101
101
|
##
|
102
102
|
# Retrieve a single page of BindingInstance records from the API.
|
103
103
|
# Request is executed immediately.
|
104
|
-
# @param [binding.BindingType] binding_type The push technology used by the
|
104
|
+
# @param [Array[binding.BindingType]] binding_type The push technology used by the
|
105
105
|
# Binding resources to read. Can be: `apn`, `gcm`, or `fcm`. See {push
|
106
106
|
# notification
|
107
107
|
# configuration}[https://www.twilio.com/docs/chat/push-notification-configuration]
|
108
108
|
# for more info.
|
109
|
-
# @param [String] identity The
|
109
|
+
# @param [Array[String]] identity The
|
110
110
|
# {User}[https://www.twilio.com/docs/chat/rest/user-resource]'s `identity` value
|
111
111
|
# of the resources to read. See {access
|
112
112
|
# tokens}[https://www.twilio.com/docs/chat/create-tokens] for more details.
|
@@ -325,7 +325,7 @@ module Twilio
|
|
325
325
|
end
|
326
326
|
|
327
327
|
##
|
328
|
-
# @return [String] The Programmable Chat message types the binding is subscribed to
|
328
|
+
# @return [Array[String]] The Programmable Chat message types the binding is subscribed to
|
329
329
|
def message_types
|
330
330
|
@properties['message_types']
|
331
331
|
end
|