twilio-ruby 5.43.0 → 5.46.1
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 +83 -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 +14 -9
- 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 +17 -5
- data/lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb +17 -12
- 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/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 +2 -1
- data/lib/twilio-ruby/rest/events/v1/subscription.rb +2 -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 +4 -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/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 -23
- 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/trusted_comms.rb +0 -30
- 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 +6 -6
- 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 +32 -11
- 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/document.rb +12 -20
- data/lib/twilio-ruby/rest/sync/v1/service/sync_list.rb +9 -17
- data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_item.rb +8 -31
- data/lib/twilio-ruby/rest/sync/v1/service/sync_map.rb +9 -17
- data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_item.rb +9 -32
- data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_permission.rb +1 -1
- data/lib/twilio-ruby/rest/sync/v1/service/sync_stream.rb +5 -15
- data/lib/twilio-ruby/rest/sync/v1/service/sync_stream/stream_message.rb +1 -1
- 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/trunking/v1/trunk/recording.rb +21 -24
- 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/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/composition_settings.rb +6 -6
- data/lib/twilio-ruby/rest/video/v1/recording.rb +6 -6
- data/lib/twilio-ruby/rest/video/v1/recording_settings.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 +20 -10
- data/lib/twilio-ruby/version.rb +1 -1
- data/spec/integration/api/v2010/account/call/recording_spec.rb +4 -0
- data/spec/integration/api/v2010/account/conference/participant_spec.rb +30 -0
- 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/insights/v1/call/summary_spec.rb +1 -0
- data/spec/integration/lookups/v1/phone_number_spec.rb +7 -7
- data/spec/integration/taskrouter/v1/workspace/worker/worker_channel_spec.rb +1 -1
- data/spec/integration/trunking/v1/trunk/recording_spec.rb +2 -6
- data/spec/integration/video/v1/room_spec.rb +5 -0
- data/spec/twiml/voice_response_spec.rb +1 -1
- metadata +2 -17
- data/lib/twilio-ruby/rest/preview/trusted_comms/branded_call.rb +0 -243
- data/lib/twilio-ruby/rest/preview/trusted_comms/business.rb +0 -213
- data/lib/twilio-ruby/rest/preview/trusted_comms/business/insights.rb +0 -108
- data/lib/twilio-ruby/rest/preview/trusted_comms/business/insights/impressions_rate.rb +0 -260
- data/lib/twilio-ruby/rest/preview/trusted_comms/phone_call.rb +0 -342
- data/spec/integration/preview/trusted_comms/branded_call_spec.rb +0 -59
- data/spec/integration/preview/trusted_comms/business/insights/impressions_rate_spec.rb +0 -56
- data/spec/integration/preview/trusted_comms/business/insights_spec.rb +0 -12
- data/spec/integration/preview/trusted_comms/business_spec.rb +0 -45
- data/spec/integration/preview/trusted_comms/phone_call_spec.rb +0 -59
@@ -15,19 +15,10 @@ module Twilio
|
|
15
15
|
def initialize(domain)
|
16
16
|
super
|
17
17
|
@version = 'TrustedComms'
|
18
|
-
@branded_calls = nil
|
19
18
|
@branded_channels = nil
|
20
19
|
@brands_information = nil
|
21
|
-
@businesses = nil
|
22
20
|
@cps = nil
|
23
21
|
@current_calls = nil
|
24
|
-
@phone_calls = nil
|
25
|
-
end
|
26
|
-
|
27
|
-
##
|
28
|
-
# @return [Twilio::REST::Preview::TrustedComms::BrandedCallContext]
|
29
|
-
def branded_calls
|
30
|
-
@branded_calls ||= BrandedCallList.new self
|
31
22
|
end
|
32
23
|
|
33
24
|
##
|
@@ -50,21 +41,6 @@ module Twilio
|
|
50
41
|
@brands_information ||= BrandsInformationContext.new self
|
51
42
|
end
|
52
43
|
|
53
|
-
##
|
54
|
-
# @param [String] sid A 34 character string that uniquely identifies this
|
55
|
-
# Business.
|
56
|
-
# @return [Twilio::REST::Preview::TrustedComms::BusinessContext] if sid was passed.
|
57
|
-
# @return [Twilio::REST::Preview::TrustedComms::BusinessList]
|
58
|
-
def businesses(sid=:unset)
|
59
|
-
if sid.nil?
|
60
|
-
raise ArgumentError, 'sid cannot be nil'
|
61
|
-
elsif sid == :unset
|
62
|
-
@businesses ||= BusinessList.new self
|
63
|
-
else
|
64
|
-
BusinessContext.new(self, sid)
|
65
|
-
end
|
66
|
-
end
|
67
|
-
|
68
44
|
##
|
69
45
|
# @return [Twilio::REST::Preview::TrustedComms::CpsContext]
|
70
46
|
def cps
|
@@ -77,12 +53,6 @@ module Twilio
|
|
77
53
|
@current_calls ||= CurrentCallContext.new self
|
78
54
|
end
|
79
55
|
|
80
|
-
##
|
81
|
-
# @return [Twilio::REST::Preview::TrustedComms::PhoneCallContext]
|
82
|
-
def phone_calls
|
83
|
-
@phone_calls ||= PhoneCallList.new self
|
84
|
-
end
|
85
|
-
|
86
56
|
##
|
87
57
|
# Provide a user friendly representation
|
88
58
|
def to_s
|
@@ -116,7 +116,7 @@ module Twilio
|
|
116
116
|
# @param [Boolean] voice_enabled The voice_enabled
|
117
117
|
# @param [Boolean] commands_enabled The commands_enabled
|
118
118
|
# @param [Boolean] national_roaming_enabled The national_roaming_enabled
|
119
|
-
# @param [String] international_roaming The international_roaming
|
119
|
+
# @param [Array[String]] international_roaming The international_roaming
|
120
120
|
# @return [RatePlanInstance] Created RatePlanInstance
|
121
121
|
def create(unique_name: :unset, friendly_name: :unset, data_enabled: :unset, data_limit: :unset, data_metering: :unset, messaging_enabled: :unset, voice_enabled: :unset, commands_enabled: :unset, national_roaming_enabled: :unset, international_roaming: :unset)
|
122
122
|
data = Twilio::Values.of({
|
@@ -342,7 +342,7 @@ module Twilio
|
|
342
342
|
end
|
343
343
|
|
344
344
|
##
|
345
|
-
# @return [String] The international_roaming
|
345
|
+
# @return [Array[String]] The international_roaming
|
346
346
|
def international_roaming
|
347
347
|
@properties['international_roaming']
|
348
348
|
end
|
@@ -231,13 +231,13 @@ module Twilio
|
|
231
231
|
end
|
232
232
|
|
233
233
|
##
|
234
|
-
# @return [String] The list of OutboundSMSPrice records
|
234
|
+
# @return [Array[String]] The list of OutboundSMSPrice records
|
235
235
|
def outbound_sms_prices
|
236
236
|
@properties['outbound_sms_prices']
|
237
237
|
end
|
238
238
|
|
239
239
|
##
|
240
|
-
# @return [String] The list of InboundPrice records
|
240
|
+
# @return [Array[String]] The list of InboundPrice records
|
241
241
|
def inbound_sms_prices
|
242
242
|
@properties['inbound_sms_prices']
|
243
243
|
end
|
@@ -231,13 +231,13 @@ module Twilio
|
|
231
231
|
end
|
232
232
|
|
233
233
|
##
|
234
|
-
# @return [String] The list of OutboundPrefixPrice records
|
234
|
+
# @return [Array[String]] The list of OutboundPrefixPrice records
|
235
235
|
def outbound_prefix_prices
|
236
236
|
@properties['outbound_prefix_prices']
|
237
237
|
end
|
238
238
|
|
239
239
|
##
|
240
|
-
# @return [String] The list of InboundCallPrice records
|
240
|
+
# @return [Array[String]] The list of InboundCallPrice records
|
241
241
|
def inbound_call_prices
|
242
242
|
@properties['inbound_call_prices']
|
243
243
|
end
|
@@ -231,13 +231,13 @@ module Twilio
|
|
231
231
|
end
|
232
232
|
|
233
233
|
##
|
234
|
-
# @return [String] The list of OutboundPrefixPriceWithOrigin records
|
234
|
+
# @return [Array[String]] The list of OutboundPrefixPriceWithOrigin records
|
235
235
|
def outbound_prefix_prices
|
236
236
|
@properties['outbound_prefix_prices']
|
237
237
|
end
|
238
238
|
|
239
239
|
##
|
240
|
-
# @return [String] The list of InboundCallPrice records
|
240
|
+
# @return [Array[String]] The list of InboundCallPrice records
|
241
241
|
def inbound_call_prices
|
242
242
|
@properties['inbound_call_prices']
|
243
243
|
end
|
@@ -172,7 +172,7 @@ module Twilio
|
|
172
172
|
end
|
173
173
|
|
174
174
|
##
|
175
|
-
# @return [String] The list of OutboundCallPriceWithOrigin records
|
175
|
+
# @return [Array[String]] The list of OutboundCallPriceWithOrigin records
|
176
176
|
def outbound_call_prices
|
177
177
|
@properties['outbound_call_prices']
|
178
178
|
end
|
@@ -125,7 +125,7 @@ module Twilio
|
|
125
125
|
# @param [session.Status] status The initial status of the Session. Can be:
|
126
126
|
# `open`, `in-progress`, `closed`, `failed`, or `unknown`. The default is `open`
|
127
127
|
# on create.
|
128
|
-
# @param [Hash] participants The Participant objects to include in the new
|
128
|
+
# @param [Array[Hash]] participants The Participant objects to include in the new
|
129
129
|
# session.
|
130
130
|
# @param [Boolean] fail_on_participant_conflict [Experimental] For accounts with
|
131
131
|
# the ProxyAllowParticipantConflict account flag, setting to true enables
|
@@ -37,7 +37,7 @@ module Twilio
|
|
37
37
|
##
|
38
38
|
# Create the MessageInteractionInstance
|
39
39
|
# @param [String] body The message to send to the participant
|
40
|
-
# @param [String] media_url Reserved. Not currently supported.
|
40
|
+
# @param [Array[String]] media_url Reserved. Not currently supported.
|
41
41
|
# @return [MessageInteractionInstance] Created MessageInteractionInstance
|
42
42
|
def create(body: :unset, media_url: :unset)
|
43
43
|
data = Twilio::Values.of({'Body' => body, 'MediaUrl' => Twilio.serialize_list(media_url) { |e| e }, })
|
@@ -110,10 +110,10 @@ module Twilio
|
|
110
110
|
|
111
111
|
##
|
112
112
|
# Create the BuildInstance
|
113
|
-
# @param [String] asset_versions The list of Asset Version resource SIDs to
|
113
|
+
# @param [Array[String]] asset_versions The list of Asset Version resource SIDs to
|
114
114
|
# include in the Build.
|
115
|
-
# @param [String] function_versions The list of the Function Version
|
116
|
-
# to include in the Build.
|
115
|
+
# @param [Array[String]] function_versions The list of the Function Version
|
116
|
+
# resource SIDs to include in the Build.
|
117
117
|
# @param [String] dependencies A list of objects that describe the Dependencies
|
118
118
|
# included in the Build. Each object contains the `name` and `version` of the
|
119
119
|
# dependency.
|
@@ -298,19 +298,19 @@ module Twilio
|
|
298
298
|
end
|
299
299
|
|
300
300
|
##
|
301
|
-
# @return [Hash] The list of Asset Version resource SIDs that are included in the Build
|
301
|
+
# @return [Array[Hash]] The list of Asset Version resource SIDs that are included in the Build
|
302
302
|
def asset_versions
|
303
303
|
@properties['asset_versions']
|
304
304
|
end
|
305
305
|
|
306
306
|
##
|
307
|
-
# @return [Hash] The list of Function Version resource SIDs that are included in the Build
|
307
|
+
# @return [Array[Hash]] The list of Function Version resource SIDs that are included in the Build
|
308
308
|
def function_versions
|
309
309
|
@properties['function_versions']
|
310
310
|
end
|
311
311
|
|
312
312
|
##
|
313
|
-
# @return [Hash] A list of objects that describe the Dependencies included in the Build
|
313
|
+
# @return [Array[Hash]] A list of objects that describe the Dependencies included in the Build
|
314
314
|
def dependencies
|
315
315
|
@properties['dependencies']
|
316
316
|
end
|
@@ -10,8 +10,6 @@ module Twilio
|
|
10
10
|
module REST
|
11
11
|
class Studio < Domain
|
12
12
|
class V2 < Version
|
13
|
-
##
|
14
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
15
13
|
class FlowList < ListResource
|
16
14
|
##
|
17
15
|
# Initialize the FlowList
|
@@ -31,7 +29,7 @@ module Twilio
|
|
31
29
|
# @param [flow.Status] status The status of the Flow. Can be: `draft` or
|
32
30
|
# `published`.
|
33
31
|
# @param [Hash] definition JSON representation of flow definition.
|
34
|
-
# @param [String] commit_message Description
|
32
|
+
# @param [String] commit_message Description of change made in the revision.
|
35
33
|
# @return [FlowInstance] Created FlowInstance
|
36
34
|
def create(friendly_name: nil, status: nil, definition: nil, commit_message: :unset)
|
37
35
|
data = Twilio::Values.of({
|
@@ -133,8 +131,6 @@ module Twilio
|
|
133
131
|
end
|
134
132
|
end
|
135
133
|
|
136
|
-
##
|
137
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
138
134
|
class FlowPage < Page
|
139
135
|
##
|
140
136
|
# Initialize the FlowPage
|
@@ -164,8 +160,6 @@ module Twilio
|
|
164
160
|
end
|
165
161
|
end
|
166
162
|
|
167
|
-
##
|
168
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
169
163
|
class FlowContext < InstanceContext
|
170
164
|
##
|
171
165
|
# Initialize the FlowContext
|
@@ -191,7 +185,7 @@ module Twilio
|
|
191
185
|
# `published`.
|
192
186
|
# @param [String] friendly_name The string that you assigned to describe the Flow.
|
193
187
|
# @param [Hash] definition JSON representation of flow definition.
|
194
|
-
# @param [String] commit_message Description
|
188
|
+
# @param [String] commit_message Description of change made in the revision.
|
195
189
|
# @return [FlowInstance] Updated FlowInstance
|
196
190
|
def update(status: nil, friendly_name: :unset, definition: :unset, commit_message: :unset)
|
197
191
|
data = Twilio::Values.of({
|
@@ -281,8 +275,6 @@ module Twilio
|
|
281
275
|
end
|
282
276
|
end
|
283
277
|
|
284
|
-
##
|
285
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
286
278
|
class FlowInstance < InstanceResource
|
287
279
|
##
|
288
280
|
# Initialize the FlowInstance
|
@@ -365,7 +357,7 @@ module Twilio
|
|
365
357
|
end
|
366
358
|
|
367
359
|
##
|
368
|
-
# @return [String] Description
|
360
|
+
# @return [String] Description of change made in the revision
|
369
361
|
def commit_message
|
370
362
|
@properties['commit_message']
|
371
363
|
end
|
@@ -377,13 +369,13 @@ module Twilio
|
|
377
369
|
end
|
378
370
|
|
379
371
|
##
|
380
|
-
# @return [Hash] List of error in the flow definition
|
372
|
+
# @return [Array[Hash]] List of error in the flow definition
|
381
373
|
def errors
|
382
374
|
@properties['errors']
|
383
375
|
end
|
384
376
|
|
385
377
|
##
|
386
|
-
# @return [Hash] List of warnings in the flow definition
|
378
|
+
# @return [Array[Hash]] List of warnings in the flow definition
|
387
379
|
def warnings
|
388
380
|
@properties['warnings']
|
389
381
|
end
|
@@ -424,7 +416,7 @@ module Twilio
|
|
424
416
|
# `published`.
|
425
417
|
# @param [String] friendly_name The string that you assigned to describe the Flow.
|
426
418
|
# @param [Hash] definition JSON representation of flow definition.
|
427
|
-
# @param [String] commit_message Description
|
419
|
+
# @param [String] commit_message Description of change made in the revision.
|
428
420
|
# @return [FlowInstance] Updated FlowInstance
|
429
421
|
def update(status: nil, friendly_name: :unset, definition: :unset, commit_message: :unset)
|
430
422
|
context.update(
|
@@ -11,8 +11,6 @@ module Twilio
|
|
11
11
|
class Studio < Domain
|
12
12
|
class V2 < Version
|
13
13
|
class FlowContext < InstanceContext
|
14
|
-
##
|
15
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
16
14
|
class ExecutionList < ListResource
|
17
15
|
##
|
18
16
|
# Initialize the ExecutionList
|
@@ -169,8 +167,6 @@ module Twilio
|
|
169
167
|
end
|
170
168
|
end
|
171
169
|
|
172
|
-
##
|
173
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
174
170
|
class ExecutionPage < Page
|
175
171
|
##
|
176
172
|
# Initialize the ExecutionPage
|
@@ -200,8 +196,6 @@ module Twilio
|
|
200
196
|
end
|
201
197
|
end
|
202
198
|
|
203
|
-
##
|
204
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
205
199
|
class ExecutionContext < InstanceContext
|
206
200
|
##
|
207
201
|
# Initialize the ExecutionContext
|
@@ -296,8 +290,6 @@ module Twilio
|
|
296
290
|
end
|
297
291
|
end
|
298
292
|
|
299
|
-
##
|
300
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
301
293
|
class ExecutionInstance < InstanceResource
|
302
294
|
##
|
303
295
|
# Initialize the ExecutionInstance
|
@@ -12,8 +12,6 @@ module Twilio
|
|
12
12
|
class V2 < Version
|
13
13
|
class FlowContext < InstanceContext
|
14
14
|
class ExecutionContext < InstanceContext
|
15
|
-
##
|
16
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
17
15
|
class ExecutionContextList < ListResource
|
18
16
|
##
|
19
17
|
# Initialize the ExecutionContextList
|
@@ -35,8 +33,6 @@ module Twilio
|
|
35
33
|
end
|
36
34
|
end
|
37
35
|
|
38
|
-
##
|
39
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
40
36
|
class ExecutionContextPage < Page
|
41
37
|
##
|
42
38
|
# Initialize the ExecutionContextPage
|
@@ -71,8 +67,6 @@ module Twilio
|
|
71
67
|
end
|
72
68
|
end
|
73
69
|
|
74
|
-
##
|
75
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
76
70
|
class ExecutionContextContext < InstanceContext
|
77
71
|
##
|
78
72
|
# Initialize the ExecutionContextContext
|
@@ -118,8 +112,6 @@ module Twilio
|
|
118
112
|
end
|
119
113
|
end
|
120
114
|
|
121
|
-
##
|
122
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
123
115
|
class ExecutionContextInstance < InstanceResource
|
124
116
|
##
|
125
117
|
# Initialize the ExecutionContextInstance
|
@@ -12,8 +12,6 @@ module Twilio
|
|
12
12
|
class V2 < Version
|
13
13
|
class FlowContext < InstanceContext
|
14
14
|
class ExecutionContext < InstanceContext
|
15
|
-
##
|
16
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
17
15
|
class ExecutionStepList < ListResource
|
18
16
|
##
|
19
17
|
# Initialize the ExecutionStepList
|
@@ -116,8 +114,6 @@ module Twilio
|
|
116
114
|
end
|
117
115
|
end
|
118
116
|
|
119
|
-
##
|
120
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
121
117
|
class ExecutionStepPage < Page
|
122
118
|
##
|
123
119
|
# Initialize the ExecutionStepPage
|
@@ -152,8 +148,6 @@ module Twilio
|
|
152
148
|
end
|
153
149
|
end
|
154
150
|
|
155
|
-
##
|
156
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
157
151
|
class ExecutionStepContext < InstanceContext
|
158
152
|
##
|
159
153
|
# Initialize the ExecutionStepContext
|
@@ -217,8 +211,6 @@ module Twilio
|
|
217
211
|
end
|
218
212
|
end
|
219
213
|
|
220
|
-
##
|
221
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
222
214
|
class ExecutionStepInstance < InstanceResource
|
223
215
|
##
|
224
216
|
# Initialize the ExecutionStepInstance
|
@@ -13,8 +13,6 @@ module Twilio
|
|
13
13
|
class FlowContext < InstanceContext
|
14
14
|
class ExecutionContext < InstanceContext
|
15
15
|
class ExecutionStepContext < InstanceContext
|
16
|
-
##
|
17
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
18
16
|
class ExecutionStepContextList < ListResource
|
19
17
|
##
|
20
18
|
# Initialize the ExecutionStepContextList
|
@@ -38,8 +36,6 @@ module Twilio
|
|
38
36
|
end
|
39
37
|
end
|
40
38
|
|
41
|
-
##
|
42
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
43
39
|
class ExecutionStepContextPage < Page
|
44
40
|
##
|
45
41
|
# Initialize the ExecutionStepContextPage
|
@@ -75,8 +71,6 @@ module Twilio
|
|
75
71
|
end
|
76
72
|
end
|
77
73
|
|
78
|
-
##
|
79
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
80
74
|
class ExecutionStepContextContext < InstanceContext
|
81
75
|
##
|
82
76
|
# Initialize the ExecutionStepContextContext
|
@@ -124,8 +118,6 @@ module Twilio
|
|
124
118
|
end
|
125
119
|
end
|
126
120
|
|
127
|
-
##
|
128
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
129
121
|
class ExecutionStepContextInstance < InstanceResource
|
130
122
|
##
|
131
123
|
# Initialize the ExecutionStepContextInstance
|
@@ -11,8 +11,6 @@ module Twilio
|
|
11
11
|
class Studio < Domain
|
12
12
|
class V2 < Version
|
13
13
|
class FlowContext < InstanceContext
|
14
|
-
##
|
15
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
16
14
|
class FlowRevisionList < ListResource
|
17
15
|
##
|
18
16
|
# Initialize the FlowRevisionList
|
@@ -115,8 +113,6 @@ module Twilio
|
|
115
113
|
end
|
116
114
|
end
|
117
115
|
|
118
|
-
##
|
119
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
120
116
|
class FlowRevisionPage < Page
|
121
117
|
##
|
122
118
|
# Initialize the FlowRevisionPage
|
@@ -146,8 +142,6 @@ module Twilio
|
|
146
142
|
end
|
147
143
|
end
|
148
144
|
|
149
|
-
##
|
150
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
151
145
|
class FlowRevisionContext < InstanceContext
|
152
146
|
##
|
153
147
|
# Initialize the FlowRevisionContext
|
@@ -188,8 +182,6 @@ module Twilio
|
|
188
182
|
end
|
189
183
|
end
|
190
184
|
|
191
|
-
##
|
192
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
193
185
|
class FlowRevisionInstance < InstanceResource
|
194
186
|
##
|
195
187
|
# Initialize the FlowRevisionInstance
|
@@ -272,7 +264,7 @@ module Twilio
|
|
272
264
|
end
|
273
265
|
|
274
266
|
##
|
275
|
-
# @return [String] Description
|
267
|
+
# @return [String] Description of change made in the revision
|
276
268
|
def commit_message
|
277
269
|
@properties['commit_message']
|
278
270
|
end
|
@@ -284,7 +276,7 @@ module Twilio
|
|
284
276
|
end
|
285
277
|
|
286
278
|
##
|
287
|
-
# @return [Hash] List of error in the flow definition
|
279
|
+
# @return [Array[Hash]] List of error in the flow definition
|
288
280
|
def errors
|
289
281
|
@properties['errors']
|
290
282
|
end
|