twilio-ruby 5.42.0 → 5.46.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 +95 -0
- data/LICENSE +1 -1
- data/README.md +18 -2
- data/lib/twilio-ruby.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/authorized_connect_app.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/call.rb +34 -9
- data/lib/twilio-ruby/rest/api/v2010/account/call/event.rb +201 -0
- 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/client.rb +29 -3
- 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 +14 -7
- 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 +2 -9
- 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.rb +5 -5
- data/lib/twilio-ruby/rest/serverless/v1/service/asset.rb +4 -4
- data/lib/twilio-ruby/rest/serverless/v1/service/asset/asset_version.rb +4 -4
- data/lib/twilio-ruby/rest/serverless/v1/service/build.rb +10 -10
- data/lib/twilio-ruby/rest/serverless/v1/service/build/build_status.rb +4 -4
- data/lib/twilio-ruby/rest/serverless/v1/service/environment.rb +4 -4
- data/lib/twilio-ruby/rest/serverless/v1/service/environment/deployment.rb +4 -4
- data/lib/twilio-ruby/rest/serverless/v1/service/environment/log.rb +4 -4
- data/lib/twilio-ruby/rest/serverless/v1/service/environment/variable.rb +4 -4
- data/lib/twilio-ruby/rest/serverless/v1/service/function.rb +4 -4
- data/lib/twilio-ruby/rest/serverless/v1/service/function/function_version.rb +4 -4
- data/lib/twilio-ruby/rest/serverless/v1/service/function/function_version/function_version_content.rb +4 -4
- data/lib/twilio-ruby/rest/studio/v2/flow.rb +2 -2
- data/lib/twilio-ruby/rest/studio/v2/flow/flow_revision.rb +1 -1
- data/lib/twilio-ruby/rest/studio/v2/flow/test_user.rb +3 -3
- data/lib/twilio-ruby/rest/supersim/v1/network.rb +1 -1
- data/lib/twilio-ruby/rest/supersim/v1/network_access_profile.rb +2 -2
- data/lib/twilio-ruby/rest/supersim/v1/network_access_profile/network_access_profile_network.rb +1 -1
- data/lib/twilio-ruby/rest/sync/v1/service/document.rb +7 -5
- data/lib/twilio-ruby/rest/sync/v1/service/sync_list.rb +4 -2
- data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_item.rb +3 -3
- data/lib/twilio-ruby/rest/sync/v1/service/sync_map.rb +4 -2
- data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_item.rb +4 -4
- 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/stream_message.rb +1 -1
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task.rb +12 -9
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task/reservation.rb +10 -10
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_channel.rb +16 -16
- 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.rb +3 -3
- data/lib/twilio-ruby/rest/verify/v2/service/entity.rb +3 -1
- data/lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb +8 -6
- 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 +8 -4
- data/lib/twilio-ruby/util/configuration.rb +5 -1
- data/lib/twilio-ruby/version.rb +1 -1
- data/spec/integration/api/v2010/account/call/event_spec.rb +102 -0
- data/spec/integration/api/v2010/account/call/recording_spec.rb +4 -0
- data/spec/integration/api/v2010/account/call_spec.rb +20 -10
- 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/events/v1/subscription_spec.rb +49 -0
- data/spec/integration/insights/v1/call/summary_spec.rb +1 -0
- data/spec/integration/insights/v1/room/participant_spec.rb +0 -2
- 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/rest/client_spec.rb +24 -2
- data/spec/twiml/voice_response_spec.rb +1 -1
- data/twilio-ruby.gemspec +1 -0
- metadata +19 -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
|
@@ -12,7 +12,7 @@ module Twilio
|
|
|
12
12
|
class V1 < Version
|
|
13
13
|
class ServiceContext < InstanceContext
|
|
14
14
|
##
|
|
15
|
-
# PLEASE NOTE that this class contains
|
|
15
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
16
16
|
class AssetList < ListResource
|
|
17
17
|
##
|
|
18
18
|
# Initialize the AssetList
|
|
@@ -129,7 +129,7 @@ module Twilio
|
|
|
129
129
|
end
|
|
130
130
|
|
|
131
131
|
##
|
|
132
|
-
# PLEASE NOTE that this class contains
|
|
132
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
133
133
|
class AssetPage < Page
|
|
134
134
|
##
|
|
135
135
|
# Initialize the AssetPage
|
|
@@ -160,7 +160,7 @@ module Twilio
|
|
|
160
160
|
end
|
|
161
161
|
|
|
162
162
|
##
|
|
163
|
-
# PLEASE NOTE that this class contains
|
|
163
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
164
164
|
class AssetContext < InstanceContext
|
|
165
165
|
##
|
|
166
166
|
# Initialize the AssetContext
|
|
@@ -247,7 +247,7 @@ module Twilio
|
|
|
247
247
|
end
|
|
248
248
|
|
|
249
249
|
##
|
|
250
|
-
# PLEASE NOTE that this class contains
|
|
250
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
251
251
|
class AssetInstance < InstanceResource
|
|
252
252
|
##
|
|
253
253
|
# Initialize the AssetInstance
|
|
@@ -13,7 +13,7 @@ module Twilio
|
|
|
13
13
|
class ServiceContext < InstanceContext
|
|
14
14
|
class AssetContext < InstanceContext
|
|
15
15
|
##
|
|
16
|
-
# PLEASE NOTE that this class contains
|
|
16
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
17
17
|
class AssetVersionList < ListResource
|
|
18
18
|
##
|
|
19
19
|
# Initialize the AssetVersionList
|
|
@@ -119,7 +119,7 @@ module Twilio
|
|
|
119
119
|
end
|
|
120
120
|
|
|
121
121
|
##
|
|
122
|
-
# PLEASE NOTE that this class contains
|
|
122
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
123
123
|
class AssetVersionPage < Page
|
|
124
124
|
##
|
|
125
125
|
# Initialize the AssetVersionPage
|
|
@@ -155,7 +155,7 @@ module Twilio
|
|
|
155
155
|
end
|
|
156
156
|
|
|
157
157
|
##
|
|
158
|
-
# PLEASE NOTE that this class contains
|
|
158
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
159
159
|
class AssetVersionContext < InstanceContext
|
|
160
160
|
##
|
|
161
161
|
# Initialize the AssetVersionContext
|
|
@@ -205,7 +205,7 @@ module Twilio
|
|
|
205
205
|
end
|
|
206
206
|
|
|
207
207
|
##
|
|
208
|
-
# PLEASE NOTE that this class contains
|
|
208
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
209
209
|
class AssetVersionInstance < InstanceResource
|
|
210
210
|
##
|
|
211
211
|
# Initialize the AssetVersionInstance
|
|
@@ -12,7 +12,7 @@ module Twilio
|
|
|
12
12
|
class V1 < Version
|
|
13
13
|
class ServiceContext < InstanceContext
|
|
14
14
|
##
|
|
15
|
-
# PLEASE NOTE that this class contains
|
|
15
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
16
16
|
class BuildList < ListResource
|
|
17
17
|
##
|
|
18
18
|
# Initialize the BuildList
|
|
@@ -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.
|
|
@@ -138,7 +138,7 @@ module Twilio
|
|
|
138
138
|
end
|
|
139
139
|
|
|
140
140
|
##
|
|
141
|
-
# PLEASE NOTE that this class contains
|
|
141
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
142
142
|
class BuildPage < Page
|
|
143
143
|
##
|
|
144
144
|
# Initialize the BuildPage
|
|
@@ -169,7 +169,7 @@ module Twilio
|
|
|
169
169
|
end
|
|
170
170
|
|
|
171
171
|
##
|
|
172
|
-
# PLEASE NOTE that this class contains
|
|
172
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
173
173
|
class BuildContext < InstanceContext
|
|
174
174
|
##
|
|
175
175
|
# Initialize the BuildContext
|
|
@@ -229,7 +229,7 @@ module Twilio
|
|
|
229
229
|
end
|
|
230
230
|
|
|
231
231
|
##
|
|
232
|
-
# PLEASE NOTE that this class contains
|
|
232
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
233
233
|
class BuildInstance < InstanceResource
|
|
234
234
|
##
|
|
235
235
|
# Initialize the BuildInstance
|
|
@@ -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
|
|
@@ -13,7 +13,7 @@ module Twilio
|
|
|
13
13
|
class ServiceContext < InstanceContext
|
|
14
14
|
class BuildContext < InstanceContext
|
|
15
15
|
##
|
|
16
|
-
# PLEASE NOTE that this class contains
|
|
16
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
17
17
|
class BuildStatusList < ListResource
|
|
18
18
|
##
|
|
19
19
|
# Initialize the BuildStatusList
|
|
@@ -38,7 +38,7 @@ module Twilio
|
|
|
38
38
|
end
|
|
39
39
|
|
|
40
40
|
##
|
|
41
|
-
# PLEASE NOTE that this class contains
|
|
41
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
42
42
|
class BuildStatusPage < Page
|
|
43
43
|
##
|
|
44
44
|
# Initialize the BuildStatusPage
|
|
@@ -74,7 +74,7 @@ module Twilio
|
|
|
74
74
|
end
|
|
75
75
|
|
|
76
76
|
##
|
|
77
|
-
# PLEASE NOTE that this class contains
|
|
77
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
78
78
|
class BuildStatusContext < InstanceContext
|
|
79
79
|
##
|
|
80
80
|
# Initialize the BuildStatusContext
|
|
@@ -121,7 +121,7 @@ module Twilio
|
|
|
121
121
|
end
|
|
122
122
|
|
|
123
123
|
##
|
|
124
|
-
# PLEASE NOTE that this class contains
|
|
124
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
125
125
|
class BuildStatusInstance < InstanceResource
|
|
126
126
|
##
|
|
127
127
|
# Initialize the BuildStatusInstance
|
|
@@ -12,7 +12,7 @@ module Twilio
|
|
|
12
12
|
class V1 < Version
|
|
13
13
|
class ServiceContext < InstanceContext
|
|
14
14
|
##
|
|
15
|
-
# PLEASE NOTE that this class contains
|
|
15
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
16
16
|
class EnvironmentList < ListResource
|
|
17
17
|
##
|
|
18
18
|
# Initialize the EnvironmentList
|
|
@@ -132,7 +132,7 @@ module Twilio
|
|
|
132
132
|
end
|
|
133
133
|
|
|
134
134
|
##
|
|
135
|
-
# PLEASE NOTE that this class contains
|
|
135
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
136
136
|
class EnvironmentPage < Page
|
|
137
137
|
##
|
|
138
138
|
# Initialize the EnvironmentPage
|
|
@@ -163,7 +163,7 @@ module Twilio
|
|
|
163
163
|
end
|
|
164
164
|
|
|
165
165
|
##
|
|
166
|
-
# PLEASE NOTE that this class contains
|
|
166
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
167
167
|
class EnvironmentContext < InstanceContext
|
|
168
168
|
##
|
|
169
169
|
# Initialize the EnvironmentContext
|
|
@@ -288,7 +288,7 @@ module Twilio
|
|
|
288
288
|
end
|
|
289
289
|
|
|
290
290
|
##
|
|
291
|
-
# PLEASE NOTE that this class contains
|
|
291
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
292
292
|
class EnvironmentInstance < InstanceResource
|
|
293
293
|
##
|
|
294
294
|
# Initialize the EnvironmentInstance
|
|
@@ -13,7 +13,7 @@ module Twilio
|
|
|
13
13
|
class ServiceContext < InstanceContext
|
|
14
14
|
class EnvironmentContext < InstanceContext
|
|
15
15
|
##
|
|
16
|
-
# PLEASE NOTE that this class contains
|
|
16
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
17
17
|
class DeploymentList < ListResource
|
|
18
18
|
##
|
|
19
19
|
# Initialize the DeploymentList
|
|
@@ -135,7 +135,7 @@ module Twilio
|
|
|
135
135
|
end
|
|
136
136
|
|
|
137
137
|
##
|
|
138
|
-
# PLEASE NOTE that this class contains
|
|
138
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
139
139
|
class DeploymentPage < Page
|
|
140
140
|
##
|
|
141
141
|
# Initialize the DeploymentPage
|
|
@@ -171,7 +171,7 @@ module Twilio
|
|
|
171
171
|
end
|
|
172
172
|
|
|
173
173
|
##
|
|
174
|
-
# PLEASE NOTE that this class contains
|
|
174
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
175
175
|
class DeploymentContext < InstanceContext
|
|
176
176
|
##
|
|
177
177
|
# Initialize the DeploymentContext
|
|
@@ -221,7 +221,7 @@ module Twilio
|
|
|
221
221
|
end
|
|
222
222
|
|
|
223
223
|
##
|
|
224
|
-
# PLEASE NOTE that this class contains
|
|
224
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
225
225
|
class DeploymentInstance < InstanceResource
|
|
226
226
|
##
|
|
227
227
|
# Initialize the DeploymentInstance
|
|
@@ -13,7 +13,7 @@ module Twilio
|
|
|
13
13
|
class ServiceContext < InstanceContext
|
|
14
14
|
class EnvironmentContext < InstanceContext
|
|
15
15
|
##
|
|
16
|
-
# PLEASE NOTE that this class contains
|
|
16
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
17
17
|
class LogList < ListResource
|
|
18
18
|
##
|
|
19
19
|
# Initialize the LogList
|
|
@@ -151,7 +151,7 @@ module Twilio
|
|
|
151
151
|
end
|
|
152
152
|
|
|
153
153
|
##
|
|
154
|
-
# PLEASE NOTE that this class contains
|
|
154
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
155
155
|
class LogPage < Page
|
|
156
156
|
##
|
|
157
157
|
# Initialize the LogPage
|
|
@@ -187,7 +187,7 @@ module Twilio
|
|
|
187
187
|
end
|
|
188
188
|
|
|
189
189
|
##
|
|
190
|
-
# PLEASE NOTE that this class contains
|
|
190
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
191
191
|
class LogContext < InstanceContext
|
|
192
192
|
##
|
|
193
193
|
# Initialize the LogContext
|
|
@@ -237,7 +237,7 @@ module Twilio
|
|
|
237
237
|
end
|
|
238
238
|
|
|
239
239
|
##
|
|
240
|
-
# PLEASE NOTE that this class contains
|
|
240
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
241
241
|
class LogInstance < InstanceResource
|
|
242
242
|
##
|
|
243
243
|
# Initialize the LogInstance
|
|
@@ -13,7 +13,7 @@ module Twilio
|
|
|
13
13
|
class ServiceContext < InstanceContext
|
|
14
14
|
class EnvironmentContext < InstanceContext
|
|
15
15
|
##
|
|
16
|
-
# PLEASE NOTE that this class contains
|
|
16
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
17
17
|
class VariableList < ListResource
|
|
18
18
|
##
|
|
19
19
|
# Initialize the VariableList
|
|
@@ -139,7 +139,7 @@ module Twilio
|
|
|
139
139
|
end
|
|
140
140
|
|
|
141
141
|
##
|
|
142
|
-
# PLEASE NOTE that this class contains
|
|
142
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
143
143
|
class VariablePage < Page
|
|
144
144
|
##
|
|
145
145
|
# Initialize the VariablePage
|
|
@@ -175,7 +175,7 @@ module Twilio
|
|
|
175
175
|
end
|
|
176
176
|
|
|
177
177
|
##
|
|
178
|
-
# PLEASE NOTE that this class contains
|
|
178
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
179
179
|
class VariableContext < InstanceContext
|
|
180
180
|
##
|
|
181
181
|
# Initialize the VariableContext
|
|
@@ -253,7 +253,7 @@ module Twilio
|
|
|
253
253
|
end
|
|
254
254
|
|
|
255
255
|
##
|
|
256
|
-
# PLEASE NOTE that this class contains
|
|
256
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
257
257
|
class VariableInstance < InstanceResource
|
|
258
258
|
##
|
|
259
259
|
# Initialize the VariableInstance
|
|
@@ -12,7 +12,7 @@ module Twilio
|
|
|
12
12
|
class V1 < Version
|
|
13
13
|
class ServiceContext < InstanceContext
|
|
14
14
|
##
|
|
15
|
-
# PLEASE NOTE that this class contains
|
|
15
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
16
16
|
class FunctionList < ListResource
|
|
17
17
|
##
|
|
18
18
|
# Initialize the FunctionList
|
|
@@ -129,7 +129,7 @@ module Twilio
|
|
|
129
129
|
end
|
|
130
130
|
|
|
131
131
|
##
|
|
132
|
-
# PLEASE NOTE that this class contains
|
|
132
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
133
133
|
class FunctionPage < Page
|
|
134
134
|
##
|
|
135
135
|
# Initialize the FunctionPage
|
|
@@ -160,7 +160,7 @@ module Twilio
|
|
|
160
160
|
end
|
|
161
161
|
|
|
162
162
|
##
|
|
163
|
-
# PLEASE NOTE that this class contains
|
|
163
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
164
164
|
class FunctionContext < InstanceContext
|
|
165
165
|
##
|
|
166
166
|
# Initialize the FunctionContext
|
|
@@ -247,7 +247,7 @@ module Twilio
|
|
|
247
247
|
end
|
|
248
248
|
|
|
249
249
|
##
|
|
250
|
-
# PLEASE NOTE that this class contains
|
|
250
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
251
251
|
class FunctionInstance < InstanceResource
|
|
252
252
|
##
|
|
253
253
|
# Initialize the FunctionInstance
|
|
@@ -13,7 +13,7 @@ module Twilio
|
|
|
13
13
|
class ServiceContext < InstanceContext
|
|
14
14
|
class FunctionContext < InstanceContext
|
|
15
15
|
##
|
|
16
|
-
# PLEASE NOTE that this class contains
|
|
16
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
17
17
|
class FunctionVersionList < ListResource
|
|
18
18
|
##
|
|
19
19
|
# Initialize the FunctionVersionList
|
|
@@ -119,7 +119,7 @@ module Twilio
|
|
|
119
119
|
end
|
|
120
120
|
|
|
121
121
|
##
|
|
122
|
-
# PLEASE NOTE that this class contains
|
|
122
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
123
123
|
class FunctionVersionPage < Page
|
|
124
124
|
##
|
|
125
125
|
# Initialize the FunctionVersionPage
|
|
@@ -155,7 +155,7 @@ module Twilio
|
|
|
155
155
|
end
|
|
156
156
|
|
|
157
157
|
##
|
|
158
|
-
# PLEASE NOTE that this class contains
|
|
158
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
159
159
|
class FunctionVersionContext < InstanceContext
|
|
160
160
|
##
|
|
161
161
|
# Initialize the FunctionVersionContext
|
|
@@ -221,7 +221,7 @@ module Twilio
|
|
|
221
221
|
end
|
|
222
222
|
|
|
223
223
|
##
|
|
224
|
-
# PLEASE NOTE that this class contains
|
|
224
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
225
225
|
class FunctionVersionInstance < InstanceResource
|
|
226
226
|
##
|
|
227
227
|
# Initialize the FunctionVersionInstance
|
|
@@ -14,7 +14,7 @@ module Twilio
|
|
|
14
14
|
class FunctionContext < InstanceContext
|
|
15
15
|
class FunctionVersionContext < InstanceContext
|
|
16
16
|
##
|
|
17
|
-
# PLEASE NOTE that this class contains
|
|
17
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
18
18
|
class FunctionVersionContentList < ListResource
|
|
19
19
|
##
|
|
20
20
|
# Initialize the FunctionVersionContentList
|
|
@@ -41,7 +41,7 @@ module Twilio
|
|
|
41
41
|
end
|
|
42
42
|
|
|
43
43
|
##
|
|
44
|
-
# PLEASE NOTE that this class contains
|
|
44
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
45
45
|
class FunctionVersionContentPage < Page
|
|
46
46
|
##
|
|
47
47
|
# Initialize the FunctionVersionContentPage
|
|
@@ -78,7 +78,7 @@ module Twilio
|
|
|
78
78
|
end
|
|
79
79
|
|
|
80
80
|
##
|
|
81
|
-
# PLEASE NOTE that this class contains
|
|
81
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
82
82
|
class FunctionVersionContentContext < InstanceContext
|
|
83
83
|
##
|
|
84
84
|
# Initialize the FunctionVersionContentContext
|
|
@@ -128,7 +128,7 @@ module Twilio
|
|
|
128
128
|
end
|
|
129
129
|
|
|
130
130
|
##
|
|
131
|
-
# PLEASE NOTE that this class contains
|
|
131
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
|
132
132
|
class FunctionVersionContentInstance < InstanceResource
|
|
133
133
|
##
|
|
134
134
|
# Initialize the FunctionVersionContentInstance
|
|
@@ -377,13 +377,13 @@ module Twilio
|
|
|
377
377
|
end
|
|
378
378
|
|
|
379
379
|
##
|
|
380
|
-
# @return [Hash] List of error in the flow definition
|
|
380
|
+
# @return [Array[Hash]] List of error in the flow definition
|
|
381
381
|
def errors
|
|
382
382
|
@properties['errors']
|
|
383
383
|
end
|
|
384
384
|
|
|
385
385
|
##
|
|
386
|
-
# @return [Hash] List of warnings in the flow definition
|
|
386
|
+
# @return [Array[Hash]] List of warnings in the flow definition
|
|
387
387
|
def warnings
|
|
388
388
|
@properties['warnings']
|
|
389
389
|
end
|