twilio-ruby 5.72.1 → 5.73.4
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/.github/workflows/pr-lint.yml +8 -2
- data/.github/workflows/test-and-deploy.yml +3 -3
- data/CHANGES.md +89 -0
- data/LICENSE +1 -1
- data/README.md +2 -2
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/local.rb +2 -2
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/machine_to_machine.rb +2 -2
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/mobile.rb +2 -2
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/national.rb +2 -2
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/shared_cost.rb +2 -2
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/toll_free.rb +2 -2
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/voip.rb +2 -2
- data/lib/twilio-ruby/rest/api/v2010/account/call/feedback.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/call/feedback_summary.rb +5 -5
- data/lib/twilio-ruby/rest/api/v2010/account/call/recording.rb +2 -2
- data/lib/twilio-ruby/rest/api/v2010/account/call/user_defined_message.rb +160 -0
- data/lib/twilio-ruby/rest/api/v2010/account/call/user_defined_message_subscription.rb +251 -0
- data/lib/twilio-ruby/rest/api/v2010/account/call.rb +59 -0
- data/lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb +22 -16
- data/lib/twilio-ruby/rest/api/v2010/account/conference/recording.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/conference.rb +4 -4
- data/lib/twilio-ruby/rest/api/v2010/account/message.rb +17 -1
- data/lib/twilio-ruby/rest/api/v2010/account/queue/member.rb +2 -2
- data/lib/twilio-ruby/rest/api/v2010/account/queue.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/recording/transcription.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/recording.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list/ip_address.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/transcription.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/all_time.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/daily.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/last_month.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/monthly.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/this_month.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/today.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yearly.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yesterday.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record.rb +1 -1
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/task_statistics.rb +2 -2
- data/lib/twilio-ruby/rest/bulkexports/v1/export/day.rb +1 -1
- data/lib/twilio-ruby/rest/chat/v1/service/channel/message.rb +1 -1
- data/lib/twilio-ruby/rest/chat/v1/service/channel.rb +2 -2
- data/lib/twilio-ruby/rest/chat/v1/service/user.rb +1 -1
- data/lib/twilio-ruby/rest/chat/v1/service.rb +2 -2
- data/lib/twilio-ruby/rest/chat/v2/service/channel/message.rb +1 -1
- data/lib/twilio-ruby/rest/chat/v2/service/channel.rb +2 -2
- data/lib/twilio-ruby/rest/chat/v2/service/user.rb +1 -1
- data/lib/twilio-ruby/rest/chat/v2/service.rb +4 -4
- data/lib/twilio-ruby/rest/chat/v3/channel.rb +2 -2
- data/lib/twilio-ruby/rest/client.rb +14 -0
- data/lib/twilio-ruby/rest/content/v1/content/approval_fetch.rb +195 -0
- data/lib/twilio-ruby/rest/content/v1/content.rb +346 -0
- data/lib/twilio-ruby/rest/content/v1.rb +45 -0
- data/lib/twilio-ruby/rest/content.rb +47 -0
- data/lib/twilio-ruby/rest/conversations/v1/conversation/message/delivery_receipt.rb +1 -1
- data/lib/twilio-ruby/rest/conversations/v1/conversation/message.rb +1 -1
- data/lib/twilio-ruby/rest/conversations/v1/service/conversation/message/delivery_receipt.rb +1 -1
- data/lib/twilio-ruby/rest/conversations/v1/service/conversation/message.rb +1 -1
- data/lib/twilio-ruby/rest/events/v1/schema/version.rb +1 -1
- data/lib/twilio-ruby/rest/events/v1/schema.rb +1 -1
- data/lib/twilio-ruby/rest/events/v1/subscription/subscribed_event.rb +1 -1
- data/lib/twilio-ruby/rest/flex_api/v1/assessments.rb +156 -0
- data/lib/twilio-ruby/rest/flex_api/v1/good_data.rb +190 -0
- data/lib/twilio-ruby/rest/flex_api/v1/user_roles.rb +166 -0
- data/lib/twilio-ruby/rest/flex_api/v1.rb +21 -0
- data/lib/twilio-ruby/rest/flex_api.rb +18 -0
- data/lib/twilio-ruby/rest/insights/v1/call/summary.rb +7 -0
- data/lib/twilio-ruby/rest/insights/v1/call_summaries.rb +7 -0
- data/lib/twilio-ruby/rest/insights/v1/room/participant.rb +1 -1
- data/lib/twilio-ruby/rest/insights/v1/room.rb +3 -3
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/message.rb +1 -1
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel.rb +2 -2
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/user.rb +1 -1
- data/lib/twilio-ruby/rest/ip_messaging/v1/service.rb +2 -2
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/message.rb +1 -1
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel.rb +2 -2
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/user.rb +1 -1
- data/lib/twilio-ruby/rest/ip_messaging/v2/service.rb +4 -4
- data/lib/twilio-ruby/rest/lookups/v2/phone_number.rb +81 -6
- data/lib/twilio-ruby/rest/media/v1/media_processor.rb +1 -1
- data/lib/twilio-ruby/rest/media/v1/media_recording.rb +2 -2
- data/lib/twilio-ruby/rest/media/v1/player_streamer.rb +1 -1
- data/lib/twilio-ruby/rest/messaging/v1/domain_cert.rb +257 -0
- data/lib/twilio-ruby/rest/messaging/v1/domain_config.rb +267 -0
- data/lib/twilio-ruby/rest/messaging/v1/service/us_app_to_person.rb +71 -1
- data/lib/twilio-ruby/rest/messaging/v1/service.rb +1 -1
- data/lib/twilio-ruby/rest/messaging/v1.rb +34 -0
- data/lib/twilio-ruby/rest/messaging.rb +18 -0
- data/lib/twilio-ruby/rest/microvisor/v1/device.rb +7 -0
- data/lib/twilio-ruby/rest/notify/v1/service/notification.rb +1 -1
- data/lib/twilio-ruby/rest/oauth/v1/oauth.rb +162 -0
- data/lib/twilio-ruby/rest/oauth/v1/openid_discovery.rb +242 -0
- data/lib/twilio-ruby/rest/oauth/v1/token.rb +157 -0
- data/lib/twilio-ruby/rest/oauth/v1/user_info.rb +193 -0
- data/lib/twilio-ruby/rest/oauth/v1.rb +56 -0
- data/lib/twilio-ruby/rest/oauth.rb +62 -0
- 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 +2 -2
- data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_item.rb +1 -1
- data/lib/twilio-ruby/rest/preview/understand/assistant/task/task_statistics.rb +2 -2
- data/lib/twilio-ruby/rest/preview/wireless/rate_plan.rb +1 -1
- data/lib/twilio-ruby/rest/preview.rb +0 -33
- data/lib/twilio-ruby/rest/proxy/v1/service/phone_number.rb +1 -1
- data/lib/twilio-ruby/rest/proxy/v1/service/session/participant.rb +1 -14
- data/lib/twilio-ruby/rest/proxy/v1/service/session.rb +5 -46
- data/lib/twilio-ruby/rest/proxy/v1/service.rb +1 -1
- data/lib/twilio-ruby/rest/studio/v1/flow.rb +1 -1
- data/lib/twilio-ruby/rest/studio/v2/flow/flow_revision.rb +1 -1
- data/lib/twilio-ruby/rest/studio/v2/flow.rb +1 -1
- data/lib/twilio-ruby/rest/supersim/v1/fleet.rb +1 -1
- data/lib/twilio-ruby/rest/supersim/v1/ip_command.rb +1 -1
- data/lib/twilio-ruby/rest/supersim/v1/settings_update.rb +240 -0
- data/lib/twilio-ruby/rest/supersim/v1/usage_record.rb +4 -4
- data/lib/twilio-ruby/rest/supersim/v1.rb +7 -0
- data/lib/twilio-ruby/rest/supersim.rb +6 -0
- data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_item.rb +1 -1
- data/lib/twilio-ruby/rest/sync/v1/service.rb +1 -1
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/event.rb +1 -1
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task/reservation.rb +18 -5
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task.rb +3 -3
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics.rb +12 -12
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics.rb +5 -5
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue.rb +10 -4
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_channel.rb +3 -3
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_cumulative_statistics.rb +6 -6
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_real_time_statistics.rb +1 -1
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker.rb +9 -3
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics.rb +13 -13
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_real_time_statistics.rb +2 -2
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow.rb +1 -1
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_cumulative_statistics.rb +13 -13
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_real_time_statistics.rb +3 -3
- data/lib/twilio-ruby/rest/trunking/v1/trunk/origination_url.rb +2 -2
- data/lib/twilio-ruby/rest/verify/v2/service/access_token.rb +1 -9
- data/lib/twilio-ruby/rest/verify/v2/service/entity/challenge/notification.rb +1 -7
- data/lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb +0 -8
- data/lib/twilio-ruby/rest/verify/v2/service/entity/factor.rb +0 -8
- data/lib/twilio-ruby/rest/verify/v2/service/entity/new_factor.rb +0 -6
- data/lib/twilio-ruby/rest/verify/v2/service/entity.rb +0 -8
- data/lib/twilio-ruby/rest/verify/v2/service/rate_limit/bucket.rb +2 -2
- data/lib/twilio-ruby/rest/verify/v2/service/verification.rb +2 -2
- data/lib/twilio-ruby/rest/verify/v2/service/webhook.rb +0 -8
- data/lib/twilio-ruby/rest/verify/v2/service.rb +1 -1
- data/lib/twilio-ruby/rest/verify/v2/template.rb +7 -0
- data/lib/twilio-ruby/rest/verify/v2/verification_attempts_summary.rb +4 -4
- data/lib/twilio-ruby/rest/video/v1/composition.rb +3 -3
- data/lib/twilio-ruby/rest/video/v1/recording.rb +2 -2
- data/lib/twilio-ruby/rest/video/v1/room/recording.rb +2 -2
- data/lib/twilio-ruby/rest/video/v1/room.rb +4 -4
- data/lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb +2 -2
- data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/bulk_country_update.rb +1 -1
- data/lib/twilio-ruby/rest/voice/v1/ip_record.rb +1 -1
- data/lib/twilio-ruby/rest/wireless/v1/rate_plan.rb +3 -3
- data/lib/twilio-ruby/rest/wireless/v1/sim/data_session.rb +2 -2
- data/lib/twilio-ruby/twiml/voice_response.rb +10 -6
- data/lib/twilio-ruby/version.rb +1 -1
- metadata +20 -8
- data/lib/twilio-ruby/rest/preview/trusted_comms/branded_channel/channel.rb +0 -165
- data/lib/twilio-ruby/rest/preview/trusted_comms/branded_channel.rb +0 -225
- data/lib/twilio-ruby/rest/preview/trusted_comms/brands_information.rb +0 -195
- data/lib/twilio-ruby/rest/preview/trusted_comms/cps.rb +0 -186
- data/lib/twilio-ruby/rest/preview/trusted_comms/current_call.rb +0 -277
- data/lib/twilio-ruby/rest/preview/trusted_comms.rb +0 -65
|
@@ -160,6 +160,7 @@ module Twilio
|
|
|
160
160
|
'sid' => payload['sid'],
|
|
161
161
|
'account_sid' => payload['account_sid'],
|
|
162
162
|
'friendly_name' => payload['friendly_name'],
|
|
163
|
+
'channels' => payload['channels'],
|
|
163
164
|
'translations' => payload['translations'],
|
|
164
165
|
}
|
|
165
166
|
end
|
|
@@ -182,6 +183,12 @@ module Twilio
|
|
|
182
183
|
@properties['friendly_name']
|
|
183
184
|
end
|
|
184
185
|
|
|
186
|
+
##
|
|
187
|
+
# @return [Array[String]] A list of channels that support the Template
|
|
188
|
+
def channels
|
|
189
|
+
@properties['channels']
|
|
190
|
+
end
|
|
191
|
+
|
|
185
192
|
##
|
|
186
193
|
# @return [Hash] Object with the template translations.
|
|
187
194
|
def translations
|
|
@@ -131,10 +131,10 @@ module Twilio
|
|
|
131
131
|
|
|
132
132
|
# Marshaled Properties
|
|
133
133
|
@properties = {
|
|
134
|
-
'total_attempts' => payload['total_attempts'].to_i,
|
|
135
|
-
'total_converted' => payload['total_converted'].to_i,
|
|
136
|
-
'total_unconverted' => payload['total_unconverted'].to_i,
|
|
137
|
-
'conversion_rate_percentage' => payload['conversion_rate_percentage'].to_f,
|
|
134
|
+
'total_attempts' => payload['total_attempts'] == nil ? payload['total_attempts'] : payload['total_attempts'].to_i,
|
|
135
|
+
'total_converted' => payload['total_converted'] == nil ? payload['total_converted'] : payload['total_converted'].to_i,
|
|
136
|
+
'total_unconverted' => payload['total_unconverted'] == nil ? payload['total_unconverted'] : payload['total_unconverted'].to_i,
|
|
137
|
+
'conversion_rate_percentage' => payload['conversion_rate_percentage'] == nil ? payload['conversion_rate_percentage'] : payload['conversion_rate_percentage'].to_f,
|
|
138
138
|
'url' => payload['url'],
|
|
139
139
|
}
|
|
140
140
|
|
|
@@ -331,9 +331,9 @@ module Twilio
|
|
|
331
331
|
'resolution' => payload['resolution'],
|
|
332
332
|
'trim' => payload['trim'],
|
|
333
333
|
'format' => payload['format'],
|
|
334
|
-
'bitrate' => payload['bitrate'].to_i,
|
|
335
|
-
'size' => payload['size'].to_i,
|
|
336
|
-
'duration' => payload['duration'].to_i,
|
|
334
|
+
'bitrate' => payload['bitrate'] == nil ? payload['bitrate'] : payload['bitrate'].to_i,
|
|
335
|
+
'size' => payload['size'] == nil ? payload['size'] : payload['size'].to_i,
|
|
336
|
+
'duration' => payload['duration'] == nil ? payload['duration'] : payload['duration'].to_i,
|
|
337
337
|
'media_external_location' => payload['media_external_location'],
|
|
338
338
|
'status_callback' => payload['status_callback'],
|
|
339
339
|
'status_callback_method' => payload['status_callback_method'],
|
|
@@ -263,7 +263,7 @@ module Twilio
|
|
|
263
263
|
'date_created' => Twilio.deserialize_iso8601_datetime(payload['date_created']),
|
|
264
264
|
'sid' => payload['sid'],
|
|
265
265
|
'source_sid' => payload['source_sid'],
|
|
266
|
-
'size' => payload['size'].to_i,
|
|
266
|
+
'size' => payload['size'] == nil ? payload['size'] : payload['size'].to_i,
|
|
267
267
|
'url' => payload['url'],
|
|
268
268
|
'type' => payload['type'],
|
|
269
269
|
'duration' => payload['duration'] == nil ? payload['duration'] : payload['duration'].to_i,
|
|
@@ -271,7 +271,7 @@ module Twilio
|
|
|
271
271
|
'codec' => payload['codec'],
|
|
272
272
|
'grouping_sids' => payload['grouping_sids'],
|
|
273
273
|
'track_name' => payload['track_name'],
|
|
274
|
-
'offset' => payload['offset'].to_i,
|
|
274
|
+
'offset' => payload['offset'] == nil ? payload['offset'] : payload['offset'].to_i,
|
|
275
275
|
'media_external_location' => payload['media_external_location'],
|
|
276
276
|
'status_callback' => payload['status_callback'],
|
|
277
277
|
'status_callback_method' => payload['status_callback_method'],
|
|
@@ -246,7 +246,7 @@ module Twilio
|
|
|
246
246
|
'date_created' => Twilio.deserialize_iso8601_datetime(payload['date_created']),
|
|
247
247
|
'sid' => payload['sid'],
|
|
248
248
|
'source_sid' => payload['source_sid'],
|
|
249
|
-
'size' => payload['size'].to_i,
|
|
249
|
+
'size' => payload['size'] == nil ? payload['size'] : payload['size'].to_i,
|
|
250
250
|
'url' => payload['url'],
|
|
251
251
|
'type' => payload['type'],
|
|
252
252
|
'duration' => payload['duration'] == nil ? payload['duration'] : payload['duration'].to_i,
|
|
@@ -254,7 +254,7 @@ module Twilio
|
|
|
254
254
|
'codec' => payload['codec'],
|
|
255
255
|
'grouping_sids' => payload['grouping_sids'],
|
|
256
256
|
'track_name' => payload['track_name'],
|
|
257
|
-
'offset' => payload['offset'].to_i,
|
|
257
|
+
'offset' => payload['offset'] == nil ? payload['offset'] : payload['offset'].to_i,
|
|
258
258
|
'media_external_location' => payload['media_external_location'],
|
|
259
259
|
'room_sid' => payload['room_sid'],
|
|
260
260
|
'links' => payload['links'],
|
|
@@ -381,15 +381,15 @@ module Twilio
|
|
|
381
381
|
'end_time' => Twilio.deserialize_iso8601_datetime(payload['end_time']),
|
|
382
382
|
'duration' => payload['duration'] == nil ? payload['duration'] : payload['duration'].to_i,
|
|
383
383
|
'type' => payload['type'],
|
|
384
|
-
'max_participants' => payload['max_participants'].to_i,
|
|
385
|
-
'max_participant_duration' => payload['max_participant_duration'].to_i,
|
|
384
|
+
'max_participants' => payload['max_participants'] == nil ? payload['max_participants'] : payload['max_participants'].to_i,
|
|
385
|
+
'max_participant_duration' => payload['max_participant_duration'] == nil ? payload['max_participant_duration'] : payload['max_participant_duration'].to_i,
|
|
386
386
|
'max_concurrent_published_tracks' => payload['max_concurrent_published_tracks'] == nil ? payload['max_concurrent_published_tracks'] : payload['max_concurrent_published_tracks'].to_i,
|
|
387
387
|
'record_participants_on_connect' => payload['record_participants_on_connect'],
|
|
388
388
|
'video_codecs' => payload['video_codecs'],
|
|
389
389
|
'media_region' => payload['media_region'],
|
|
390
390
|
'audio_only' => payload['audio_only'],
|
|
391
|
-
'empty_room_timeout' => payload['empty_room_timeout'].to_i,
|
|
392
|
-
'unused_room_timeout' => payload['unused_room_timeout'].to_i,
|
|
391
|
+
'empty_room_timeout' => payload['empty_room_timeout'] == nil ? payload['empty_room_timeout'] : payload['empty_room_timeout'].to_i,
|
|
392
|
+
'unused_room_timeout' => payload['unused_room_timeout'] == nil ? payload['unused_room_timeout'] : payload['unused_room_timeout'].to_i,
|
|
393
393
|
'large_room' => payload['large_room'],
|
|
394
394
|
'url' => payload['url'],
|
|
395
395
|
'links' => payload['links'],
|
|
@@ -287,8 +287,8 @@ module Twilio
|
|
|
287
287
|
'sid' => payload['sid'],
|
|
288
288
|
'friendly_name' => payload['friendly_name'],
|
|
289
289
|
'target' => payload['target'],
|
|
290
|
-
'priority' => payload['priority'].to_i,
|
|
291
|
-
'weight' => payload['weight'].to_i,
|
|
290
|
+
'priority' => payload['priority'] == nil ? payload['priority'] : payload['priority'].to_i,
|
|
291
|
+
'weight' => payload['weight'] == nil ? payload['weight'] : payload['weight'].to_i,
|
|
292
292
|
'enabled' => payload['enabled'],
|
|
293
293
|
'date_created' => Twilio.deserialize_iso8601_datetime(payload['date_created']),
|
|
294
294
|
'date_updated' => Twilio.deserialize_iso8601_datetime(payload['date_updated']),
|
|
@@ -92,7 +92,7 @@ module Twilio
|
|
|
92
92
|
|
|
93
93
|
# Marshaled Properties
|
|
94
94
|
@properties = {
|
|
95
|
-
'update_count' => payload['update_count'].to_i,
|
|
95
|
+
'update_count' => payload['update_count'] == nil ? payload['update_count'] : payload['update_count'].to_i,
|
|
96
96
|
'update_request' => payload['update_request'],
|
|
97
97
|
}
|
|
98
98
|
end
|
|
@@ -236,7 +236,7 @@ module Twilio
|
|
|
236
236
|
'sid' => payload['sid'],
|
|
237
237
|
'friendly_name' => payload['friendly_name'],
|
|
238
238
|
'ip_address' => payload['ip_address'],
|
|
239
|
-
'cidr_prefix_length' => payload['cidr_prefix_length'].to_i,
|
|
239
|
+
'cidr_prefix_length' => payload['cidr_prefix_length'] == nil ? payload['cidr_prefix_length'] : payload['cidr_prefix_length'].to_i,
|
|
240
240
|
'date_created' => Twilio.deserialize_iso8601_datetime(payload['date_created']),
|
|
241
241
|
'date_updated' => Twilio.deserialize_iso8601_datetime(payload['date_updated']),
|
|
242
242
|
'url' => payload['url'],
|
|
@@ -276,13 +276,13 @@ module Twilio
|
|
|
276
276
|
'friendly_name' => payload['friendly_name'],
|
|
277
277
|
'data_enabled' => payload['data_enabled'],
|
|
278
278
|
'data_metering' => payload['data_metering'],
|
|
279
|
-
'data_limit' => payload['data_limit'].to_i,
|
|
279
|
+
'data_limit' => payload['data_limit'] == nil ? payload['data_limit'] : payload['data_limit'].to_i,
|
|
280
280
|
'messaging_enabled' => payload['messaging_enabled'],
|
|
281
281
|
'voice_enabled' => payload['voice_enabled'],
|
|
282
282
|
'national_roaming_enabled' => payload['national_roaming_enabled'],
|
|
283
|
-
'national_roaming_data_limit' => payload['national_roaming_data_limit'].to_i,
|
|
283
|
+
'national_roaming_data_limit' => payload['national_roaming_data_limit'] == nil ? payload['national_roaming_data_limit'] : payload['national_roaming_data_limit'].to_i,
|
|
284
284
|
'international_roaming' => payload['international_roaming'],
|
|
285
|
-
'international_roaming_data_limit' => payload['international_roaming_data_limit'].to_i,
|
|
285
|
+
'international_roaming_data_limit' => payload['international_roaming_data_limit'] == nil ? payload['international_roaming_data_limit'] : payload['international_roaming_data_limit'].to_i,
|
|
286
286
|
'date_created' => Twilio.deserialize_iso8601_datetime(payload['date_created']),
|
|
287
287
|
'date_updated' => Twilio.deserialize_iso8601_datetime(payload['date_updated']),
|
|
288
288
|
'url' => payload['url'],
|
|
@@ -167,8 +167,8 @@ module Twilio
|
|
|
167
167
|
'operator_name' => payload['operator_name'],
|
|
168
168
|
'cell_id' => payload['cell_id'],
|
|
169
169
|
'cell_location_estimate' => payload['cell_location_estimate'],
|
|
170
|
-
'packets_uploaded' => payload['packets_uploaded'].to_i,
|
|
171
|
-
'packets_downloaded' => payload['packets_downloaded'].to_i,
|
|
170
|
+
'packets_uploaded' => payload['packets_uploaded'] == nil ? payload['packets_uploaded'] : payload['packets_uploaded'].to_i,
|
|
171
|
+
'packets_downloaded' => payload['packets_downloaded'] == nil ? payload['packets_downloaded'] : payload['packets_downloaded'].to_i,
|
|
172
172
|
'last_updated' => Twilio.deserialize_iso8601_datetime(payload['last_updated']),
|
|
173
173
|
'start' => Twilio.deserialize_iso8601_datetime(payload['start']),
|
|
174
174
|
'end_' => Twilio.deserialize_iso8601_datetime(payload['end']),
|
|
@@ -251,9 +251,10 @@ module Twilio
|
|
|
251
251
|
# error_type:: Type of error
|
|
252
252
|
# card_type:: Type of the credit card
|
|
253
253
|
# attempt:: Current attempt count
|
|
254
|
+
# require_matching_inputs:: Require customer to input requested information twice and verify matching.
|
|
254
255
|
# keyword_args:: additional attributes
|
|
255
|
-
def prompt(for_: nil, error_type: nil, card_type: nil, attempt: nil, **keyword_args)
|
|
256
|
-
prompt = Prompt.new(for_: for_, error_type: error_type, card_type: card_type, attempt: attempt, **keyword_args)
|
|
256
|
+
def prompt(for_: nil, error_type: nil, card_type: nil, attempt: nil, require_matching_inputs: nil, **keyword_args)
|
|
257
|
+
prompt = Prompt.new(for_: for_, error_type: error_type, card_type: card_type, attempt: attempt, require_matching_inputs: require_matching_inputs, **keyword_args)
|
|
257
258
|
|
|
258
259
|
yield(prompt) if block_given?
|
|
259
260
|
append(prompt)
|
|
@@ -1326,9 +1327,10 @@ module Twilio
|
|
|
1326
1327
|
# error_type:: Type of error
|
|
1327
1328
|
# card_type:: Type of the credit card
|
|
1328
1329
|
# attempt:: Current attempt count
|
|
1330
|
+
# require_matching_inputs:: Require customer to input requested information twice and verify matching.
|
|
1329
1331
|
# keyword_args:: additional attributes
|
|
1330
|
-
def prompt(for_: nil, error_type: nil, card_type: nil, attempt: nil, **keyword_args)
|
|
1331
|
-
prompt = Prompt.new(for_: for_, error_type: error_type, card_type: card_type, attempt: attempt, **keyword_args)
|
|
1332
|
+
def prompt(for_: nil, error_type: nil, card_type: nil, attempt: nil, require_matching_inputs: nil, **keyword_args)
|
|
1333
|
+
prompt = Prompt.new(for_: for_, error_type: error_type, card_type: card_type, attempt: attempt, require_matching_inputs: require_matching_inputs, **keyword_args)
|
|
1332
1334
|
|
|
1333
1335
|
yield(prompt) if block_given?
|
|
1334
1336
|
append(prompt)
|
|
@@ -1773,6 +1775,8 @@ module Twilio
|
|
|
1773
1775
|
# inbound_autocreation:: Inbound autocreation
|
|
1774
1776
|
# routing_assignment_timeout:: Routing assignment timeout
|
|
1775
1777
|
# inbound_timeout:: Inbound timeout
|
|
1778
|
+
# url:: TwiML URL
|
|
1779
|
+
# method:: TwiML URL method
|
|
1776
1780
|
# record:: Record
|
|
1777
1781
|
# trim:: Trim
|
|
1778
1782
|
# recording_status_callback:: Recording status callback URL
|
|
@@ -1782,8 +1786,8 @@ module Twilio
|
|
|
1782
1786
|
# status_callback_method:: Status callback URL method
|
|
1783
1787
|
# status_callback_event:: Events to call status callback URL
|
|
1784
1788
|
# keyword_args:: additional attributes
|
|
1785
|
-
def conversation(service_instance_sid: nil, inbound_autocreation: nil, routing_assignment_timeout: nil, inbound_timeout: nil, record: nil, trim: nil, recording_status_callback: nil, recording_status_callback_method: nil, recording_status_callback_event: nil, status_callback: nil, status_callback_method: nil, status_callback_event: nil, **keyword_args)
|
|
1786
|
-
append(Conversation.new(service_instance_sid: service_instance_sid, inbound_autocreation: inbound_autocreation, routing_assignment_timeout: routing_assignment_timeout, inbound_timeout: inbound_timeout, record: record, trim: trim, recording_status_callback: recording_status_callback, recording_status_callback_method: recording_status_callback_method, recording_status_callback_event: recording_status_callback_event, status_callback: status_callback, status_callback_method: status_callback_method, status_callback_event: status_callback_event, **keyword_args))
|
|
1789
|
+
def conversation(service_instance_sid: nil, inbound_autocreation: nil, routing_assignment_timeout: nil, inbound_timeout: nil, url: nil, method: nil, record: nil, trim: nil, recording_status_callback: nil, recording_status_callback_method: nil, recording_status_callback_event: nil, status_callback: nil, status_callback_method: nil, status_callback_event: nil, **keyword_args)
|
|
1790
|
+
append(Conversation.new(service_instance_sid: service_instance_sid, inbound_autocreation: inbound_autocreation, routing_assignment_timeout: routing_assignment_timeout, inbound_timeout: inbound_timeout, url: url, method: method, record: record, trim: trim, recording_status_callback: recording_status_callback, recording_status_callback_method: recording_status_callback_method, recording_status_callback_event: recording_status_callback_event, status_callback: status_callback, status_callback_method: status_callback_method, status_callback_event: status_callback_event, **keyword_args))
|
|
1787
1791
|
end
|
|
1788
1792
|
end
|
|
1789
1793
|
|
data/lib/twilio-ruby/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: twilio-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.
|
|
4
|
+
version: 5.73.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Twilio API Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-11-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jwt
|
|
@@ -274,6 +274,8 @@ files:
|
|
|
274
274
|
- lib/twilio-ruby/rest/api/v2010/account/call/recording.rb
|
|
275
275
|
- lib/twilio-ruby/rest/api/v2010/account/call/siprec.rb
|
|
276
276
|
- lib/twilio-ruby/rest/api/v2010/account/call/stream.rb
|
|
277
|
+
- lib/twilio-ruby/rest/api/v2010/account/call/user_defined_message.rb
|
|
278
|
+
- lib/twilio-ruby/rest/api/v2010/account/call/user_defined_message_subscription.rb
|
|
277
279
|
- lib/twilio-ruby/rest/api/v2010/account/conference.rb
|
|
278
280
|
- lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb
|
|
279
281
|
- lib/twilio-ruby/rest/api/v2010/account/conference/recording.rb
|
|
@@ -379,6 +381,10 @@ files:
|
|
|
379
381
|
- lib/twilio-ruby/rest/chat/v3.rb
|
|
380
382
|
- lib/twilio-ruby/rest/chat/v3/channel.rb
|
|
381
383
|
- lib/twilio-ruby/rest/client.rb
|
|
384
|
+
- lib/twilio-ruby/rest/content.rb
|
|
385
|
+
- lib/twilio-ruby/rest/content/v1.rb
|
|
386
|
+
- lib/twilio-ruby/rest/content/v1/content.rb
|
|
387
|
+
- lib/twilio-ruby/rest/content/v1/content/approval_fetch.rb
|
|
382
388
|
- lib/twilio-ruby/rest/conversations.rb
|
|
383
389
|
- lib/twilio-ruby/rest/conversations/v1.rb
|
|
384
390
|
- lib/twilio-ruby/rest/conversations/v1/address_configuration.rb
|
|
@@ -420,13 +426,16 @@ files:
|
|
|
420
426
|
- lib/twilio-ruby/rest/events/v1/subscription/subscribed_event.rb
|
|
421
427
|
- lib/twilio-ruby/rest/flex_api.rb
|
|
422
428
|
- lib/twilio-ruby/rest/flex_api/v1.rb
|
|
429
|
+
- lib/twilio-ruby/rest/flex_api/v1/assessments.rb
|
|
423
430
|
- lib/twilio-ruby/rest/flex_api/v1/channel.rb
|
|
424
431
|
- lib/twilio-ruby/rest/flex_api/v1/configuration.rb
|
|
425
432
|
- lib/twilio-ruby/rest/flex_api/v1/flex_flow.rb
|
|
433
|
+
- lib/twilio-ruby/rest/flex_api/v1/good_data.rb
|
|
426
434
|
- lib/twilio-ruby/rest/flex_api/v1/interaction.rb
|
|
427
435
|
- lib/twilio-ruby/rest/flex_api/v1/interaction/interaction_channel.rb
|
|
428
436
|
- lib/twilio-ruby/rest/flex_api/v1/interaction/interaction_channel/interaction_channel_invite.rb
|
|
429
437
|
- lib/twilio-ruby/rest/flex_api/v1/interaction/interaction_channel/interaction_channel_participant.rb
|
|
438
|
+
- lib/twilio-ruby/rest/flex_api/v1/user_roles.rb
|
|
430
439
|
- lib/twilio-ruby/rest/flex_api/v1/web_channel.rb
|
|
431
440
|
- lib/twilio-ruby/rest/frontline_api.rb
|
|
432
441
|
- lib/twilio-ruby/rest/frontline_api/v1.rb
|
|
@@ -484,6 +493,8 @@ files:
|
|
|
484
493
|
- lib/twilio-ruby/rest/messaging/v1/brand_registration.rb
|
|
485
494
|
- lib/twilio-ruby/rest/messaging/v1/brand_registration/brand_vetting.rb
|
|
486
495
|
- lib/twilio-ruby/rest/messaging/v1/deactivation.rb
|
|
496
|
+
- lib/twilio-ruby/rest/messaging/v1/domain_cert.rb
|
|
497
|
+
- lib/twilio-ruby/rest/messaging/v1/domain_config.rb
|
|
487
498
|
- lib/twilio-ruby/rest/messaging/v1/external_campaign.rb
|
|
488
499
|
- lib/twilio-ruby/rest/messaging/v1/service.rb
|
|
489
500
|
- lib/twilio-ruby/rest/messaging/v1/service/alpha_sender.rb
|
|
@@ -520,6 +531,12 @@ files:
|
|
|
520
531
|
- lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/regulation.rb
|
|
521
532
|
- lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/supporting_document.rb
|
|
522
533
|
- lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/supporting_document_type.rb
|
|
534
|
+
- lib/twilio-ruby/rest/oauth.rb
|
|
535
|
+
- lib/twilio-ruby/rest/oauth/v1.rb
|
|
536
|
+
- lib/twilio-ruby/rest/oauth/v1/oauth.rb
|
|
537
|
+
- lib/twilio-ruby/rest/oauth/v1/openid_discovery.rb
|
|
538
|
+
- lib/twilio-ruby/rest/oauth/v1/token.rb
|
|
539
|
+
- lib/twilio-ruby/rest/oauth/v1/user_info.rb
|
|
523
540
|
- lib/twilio-ruby/rest/preview.rb
|
|
524
541
|
- lib/twilio-ruby/rest/preview/deployed_devices.rb
|
|
525
542
|
- lib/twilio-ruby/rest/preview/deployed_devices/fleet.rb
|
|
@@ -546,12 +563,6 @@ files:
|
|
|
546
563
|
- lib/twilio-ruby/rest/preview/sync/service/sync_map.rb
|
|
547
564
|
- lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_item.rb
|
|
548
565
|
- lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_permission.rb
|
|
549
|
-
- lib/twilio-ruby/rest/preview/trusted_comms.rb
|
|
550
|
-
- lib/twilio-ruby/rest/preview/trusted_comms/branded_channel.rb
|
|
551
|
-
- lib/twilio-ruby/rest/preview/trusted_comms/branded_channel/channel.rb
|
|
552
|
-
- lib/twilio-ruby/rest/preview/trusted_comms/brands_information.rb
|
|
553
|
-
- lib/twilio-ruby/rest/preview/trusted_comms/cps.rb
|
|
554
|
-
- lib/twilio-ruby/rest/preview/trusted_comms/current_call.rb
|
|
555
566
|
- lib/twilio-ruby/rest/preview/understand.rb
|
|
556
567
|
- lib/twilio-ruby/rest/preview/understand/assistant.rb
|
|
557
568
|
- lib/twilio-ruby/rest/preview/understand/assistant/assistant_fallback_actions.rb
|
|
@@ -643,6 +654,7 @@ files:
|
|
|
643
654
|
- lib/twilio-ruby/rest/supersim/v1/network.rb
|
|
644
655
|
- lib/twilio-ruby/rest/supersim/v1/network_access_profile.rb
|
|
645
656
|
- lib/twilio-ruby/rest/supersim/v1/network_access_profile/network_access_profile_network.rb
|
|
657
|
+
- lib/twilio-ruby/rest/supersim/v1/settings_update.rb
|
|
646
658
|
- lib/twilio-ruby/rest/supersim/v1/sim.rb
|
|
647
659
|
- lib/twilio-ruby/rest/supersim/v1/sim/billing_period.rb
|
|
648
660
|
- lib/twilio-ruby/rest/supersim/v1/sim/sim_ip_address.rb
|
|
@@ -1,165 +0,0 @@
|
|
|
1
|
-
##
|
|
2
|
-
# This code was generated by
|
|
3
|
-
# \ / _ _ _| _ _
|
|
4
|
-
# | (_)\/(_)(_|\/| |(/_ v1.0.0
|
|
5
|
-
# / /
|
|
6
|
-
#
|
|
7
|
-
# frozen_string_literal: true
|
|
8
|
-
|
|
9
|
-
module Twilio
|
|
10
|
-
module REST
|
|
11
|
-
class Preview < Domain
|
|
12
|
-
class TrustedComms < Version
|
|
13
|
-
class BrandedChannelContext < InstanceContext
|
|
14
|
-
##
|
|
15
|
-
# PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
|
|
16
|
-
class ChannelList < ListResource
|
|
17
|
-
##
|
|
18
|
-
# Initialize the ChannelList
|
|
19
|
-
# @param [Version] version Version that contains the resource
|
|
20
|
-
# @param [String] branded_channel_sid The unique SID identifier of the Branded
|
|
21
|
-
# Channel.
|
|
22
|
-
# @return [ChannelList] ChannelList
|
|
23
|
-
def initialize(version, branded_channel_sid: nil)
|
|
24
|
-
super(version)
|
|
25
|
-
|
|
26
|
-
# Path Solution
|
|
27
|
-
@solution = {branded_channel_sid: branded_channel_sid}
|
|
28
|
-
@uri = "/BrandedChannels/#{@solution[:branded_channel_sid]}/Channels"
|
|
29
|
-
end
|
|
30
|
-
|
|
31
|
-
##
|
|
32
|
-
# Create the ChannelInstance
|
|
33
|
-
# @param [String] phone_number_sid The unique SID identifier of the Phone Number
|
|
34
|
-
# of the Phone number to be assigned to the Branded Channel.
|
|
35
|
-
# @return [ChannelInstance] Created ChannelInstance
|
|
36
|
-
def create(phone_number_sid: nil)
|
|
37
|
-
data = Twilio::Values.of({'PhoneNumberSid' => phone_number_sid, })
|
|
38
|
-
|
|
39
|
-
payload = @version.create('POST', @uri, data: data)
|
|
40
|
-
|
|
41
|
-
ChannelInstance.new(@version, payload, branded_channel_sid: @solution[:branded_channel_sid], )
|
|
42
|
-
end
|
|
43
|
-
|
|
44
|
-
##
|
|
45
|
-
# Provide a user friendly representation
|
|
46
|
-
def to_s
|
|
47
|
-
'#<Twilio.Preview.TrustedComms.ChannelList>'
|
|
48
|
-
end
|
|
49
|
-
end
|
|
50
|
-
|
|
51
|
-
##
|
|
52
|
-
# PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
|
|
53
|
-
class ChannelPage < Page
|
|
54
|
-
##
|
|
55
|
-
# Initialize the ChannelPage
|
|
56
|
-
# @param [Version] version Version that contains the resource
|
|
57
|
-
# @param [Response] response Response from the API
|
|
58
|
-
# @param [Hash] solution Path solution for the resource
|
|
59
|
-
# @return [ChannelPage] ChannelPage
|
|
60
|
-
def initialize(version, response, solution)
|
|
61
|
-
super(version, response)
|
|
62
|
-
|
|
63
|
-
# Path Solution
|
|
64
|
-
@solution = solution
|
|
65
|
-
end
|
|
66
|
-
|
|
67
|
-
##
|
|
68
|
-
# Build an instance of ChannelInstance
|
|
69
|
-
# @param [Hash] payload Payload response from the API
|
|
70
|
-
# @return [ChannelInstance] ChannelInstance
|
|
71
|
-
def get_instance(payload)
|
|
72
|
-
ChannelInstance.new(@version, payload, branded_channel_sid: @solution[:branded_channel_sid], )
|
|
73
|
-
end
|
|
74
|
-
|
|
75
|
-
##
|
|
76
|
-
# Provide a user friendly representation
|
|
77
|
-
def to_s
|
|
78
|
-
'<Twilio.Preview.TrustedComms.ChannelPage>'
|
|
79
|
-
end
|
|
80
|
-
end
|
|
81
|
-
|
|
82
|
-
##
|
|
83
|
-
# PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
|
|
84
|
-
class ChannelInstance < InstanceResource
|
|
85
|
-
##
|
|
86
|
-
# Initialize the ChannelInstance
|
|
87
|
-
# @param [Version] version Version that contains the resource
|
|
88
|
-
# @param [Hash] payload payload that contains response from Twilio
|
|
89
|
-
# @param [String] branded_channel_sid The unique SID identifier of the Branded
|
|
90
|
-
# Channel.
|
|
91
|
-
# @return [ChannelInstance] ChannelInstance
|
|
92
|
-
def initialize(version, payload, branded_channel_sid: nil)
|
|
93
|
-
super(version)
|
|
94
|
-
|
|
95
|
-
# Marshaled Properties
|
|
96
|
-
@properties = {
|
|
97
|
-
'account_sid' => payload['account_sid'],
|
|
98
|
-
'business_sid' => payload['business_sid'],
|
|
99
|
-
'brand_sid' => payload['brand_sid'],
|
|
100
|
-
'branded_channel_sid' => payload['branded_channel_sid'],
|
|
101
|
-
'phone_number_sid' => payload['phone_number_sid'],
|
|
102
|
-
'phone_number' => payload['phone_number'],
|
|
103
|
-
'url' => payload['url'],
|
|
104
|
-
}
|
|
105
|
-
end
|
|
106
|
-
|
|
107
|
-
##
|
|
108
|
-
# @return [String] Account Sid.
|
|
109
|
-
def account_sid
|
|
110
|
-
@properties['account_sid']
|
|
111
|
-
end
|
|
112
|
-
|
|
113
|
-
##
|
|
114
|
-
# @return [String] Business Sid.
|
|
115
|
-
def business_sid
|
|
116
|
-
@properties['business_sid']
|
|
117
|
-
end
|
|
118
|
-
|
|
119
|
-
##
|
|
120
|
-
# @return [String] Brand Sid.
|
|
121
|
-
def brand_sid
|
|
122
|
-
@properties['brand_sid']
|
|
123
|
-
end
|
|
124
|
-
|
|
125
|
-
##
|
|
126
|
-
# @return [String] Branded Channel Sid.
|
|
127
|
-
def branded_channel_sid
|
|
128
|
-
@properties['branded_channel_sid']
|
|
129
|
-
end
|
|
130
|
-
|
|
131
|
-
##
|
|
132
|
-
# @return [String] Phone Number Sid to be branded.
|
|
133
|
-
def phone_number_sid
|
|
134
|
-
@properties['phone_number_sid']
|
|
135
|
-
end
|
|
136
|
-
|
|
137
|
-
##
|
|
138
|
-
# @return [String] Twilio number to assign to the Branded Channel
|
|
139
|
-
def phone_number
|
|
140
|
-
@properties['phone_number']
|
|
141
|
-
end
|
|
142
|
-
|
|
143
|
-
##
|
|
144
|
-
# @return [String] The URL of this resource.
|
|
145
|
-
def url
|
|
146
|
-
@properties['url']
|
|
147
|
-
end
|
|
148
|
-
|
|
149
|
-
##
|
|
150
|
-
# Provide a user friendly representation
|
|
151
|
-
def to_s
|
|
152
|
-
"<Twilio.Preview.TrustedComms.ChannelInstance>"
|
|
153
|
-
end
|
|
154
|
-
|
|
155
|
-
##
|
|
156
|
-
# Provide a detailed, user friendly representation
|
|
157
|
-
def inspect
|
|
158
|
-
"<Twilio.Preview.TrustedComms.ChannelInstance>"
|
|
159
|
-
end
|
|
160
|
-
end
|
|
161
|
-
end
|
|
162
|
-
end
|
|
163
|
-
end
|
|
164
|
-
end
|
|
165
|
-
end
|