twilio-ruby 5.20.0 → 5.20.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/CHANGES.md +22 -0
- data/README.md +2 -2
- data/lib/twilio-ruby/rest/accounts/v1/credential/aws.rb +7 -0
- data/lib/twilio-ruby/rest/accounts/v1/credential/public_key.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/address.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/application.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/authorized_connect_app.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/call.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/call/feedback.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/call/feedback_summary.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/call/notification.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/call/recording.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/conference.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/conference/recording.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/connect_app.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/key.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/message.rb +11 -1
- data/lib/twilio-ruby/rest/api/v2010/account/message/media.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/notification.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/outgoing_caller_id.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/queue.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/queue/member.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/recording.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result/payload.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/recording/transcription.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/short_code.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/signing_key.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/sip/credential_list.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/sip/credential_list/credential.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_credential_list_mapping.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_ip_access_control_list_mapping.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping/auth_registrations_credential_list_mapping.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/credential_list_mapping.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/ip_access_control_list_mapping.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list/ip_address.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/transcription.rb +7 -0
- data/lib/twilio-ruby/rest/api/v2010/account/usage/trigger.rb +7 -0
- data/lib/twilio-ruby/rest/authy/v1/form.rb +7 -0
- data/lib/twilio-ruby/rest/authy/v1/service.rb +7 -0
- data/lib/twilio-ruby/rest/authy/v1/service/entity.rb +7 -0
- data/lib/twilio-ruby/rest/authy/v1/service/entity/factor.rb +7 -0
- data/lib/twilio-ruby/rest/authy/v1/service/entity/factor/challenge.rb +7 -0
- data/lib/twilio-ruby/rest/autopilot/v1/assistant.rb +7 -0
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/defaults.rb +7 -0
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/dialogue.rb +7 -0
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/field_type.rb +7 -0
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/field_type/field_value.rb +7 -0
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb +7 -0
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/query.rb +7 -0
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/style_sheet.rb +7 -0
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/task.rb +7 -0
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/field.rb +7 -0
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/sample.rb +7 -0
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/task_actions.rb +7 -0
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/task_statistics.rb +7 -0
- data/lib/twilio-ruby/rest/chat/v1/credential.rb +7 -0
- data/lib/twilio-ruby/rest/chat/v1/service.rb +7 -0
- data/lib/twilio-ruby/rest/chat/v1/service/channel.rb +7 -0
- data/lib/twilio-ruby/rest/chat/v1/service/channel/invite.rb +7 -0
- data/lib/twilio-ruby/rest/chat/v1/service/channel/member.rb +7 -0
- data/lib/twilio-ruby/rest/chat/v1/service/channel/message.rb +7 -0
- data/lib/twilio-ruby/rest/chat/v1/service/role.rb +7 -0
- data/lib/twilio-ruby/rest/chat/v1/service/user.rb +7 -0
- data/lib/twilio-ruby/rest/chat/v2/credential.rb +7 -0
- data/lib/twilio-ruby/rest/chat/v2/service.rb +7 -0
- data/lib/twilio-ruby/rest/chat/v2/service/binding.rb +7 -0
- data/lib/twilio-ruby/rest/chat/v2/service/channel.rb +7 -0
- data/lib/twilio-ruby/rest/chat/v2/service/channel/invite.rb +7 -0
- data/lib/twilio-ruby/rest/chat/v2/service/channel/member.rb +7 -0
- data/lib/twilio-ruby/rest/chat/v2/service/channel/message.rb +7 -0
- data/lib/twilio-ruby/rest/chat/v2/service/channel/webhook.rb +7 -0
- data/lib/twilio-ruby/rest/chat/v2/service/role.rb +7 -0
- data/lib/twilio-ruby/rest/chat/v2/service/user.rb +7 -0
- data/lib/twilio-ruby/rest/chat/v2/service/user/user_binding.rb +7 -0
- data/lib/twilio-ruby/rest/chat/v2/service/user/user_channel.rb +7 -0
- data/lib/twilio-ruby/rest/client.rb +7 -0
- data/lib/twilio-ruby/rest/fax/v1/fax.rb +7 -0
- data/lib/twilio-ruby/rest/fax/v1/fax/fax_media.rb +7 -0
- data/lib/twilio-ruby/rest/flex_api.rb +44 -0
- data/lib/twilio-ruby/rest/flex_api/v1.rb +35 -0
- data/lib/twilio-ruby/rest/flex_api/v1/configuration.rb +408 -0
- data/lib/twilio-ruby/rest/insights/v1/summary.rb +7 -0
- data/lib/twilio-ruby/rest/ip_messaging/v1/credential.rb +7 -0
- data/lib/twilio-ruby/rest/ip_messaging/v1/service.rb +7 -0
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel.rb +7 -0
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/invite.rb +7 -0
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/member.rb +7 -0
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/message.rb +7 -0
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/role.rb +7 -0
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/user.rb +7 -0
- data/lib/twilio-ruby/rest/ip_messaging/v2/credential.rb +7 -0
- data/lib/twilio-ruby/rest/ip_messaging/v2/service.rb +7 -0
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/binding.rb +7 -0
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel.rb +7 -0
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/invite.rb +7 -0
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/member.rb +7 -0
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/message.rb +7 -0
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/webhook.rb +7 -0
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/role.rb +7 -0
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/user.rb +7 -0
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_binding.rb +7 -0
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_channel.rb +7 -0
- data/lib/twilio-ruby/rest/lookups/v1/phone_number.rb +7 -0
- data/lib/twilio-ruby/rest/messaging/v1/service.rb +7 -0
- data/lib/twilio-ruby/rest/messaging/v1/service/alpha_sender.rb +7 -0
- data/lib/twilio-ruby/rest/messaging/v1/service/phone_number.rb +7 -0
- data/lib/twilio-ruby/rest/messaging/v1/service/short_code.rb +7 -0
- data/lib/twilio-ruby/rest/messaging/v1/session.rb +7 -0
- data/lib/twilio-ruby/rest/messaging/v1/session/message.rb +7 -0
- data/lib/twilio-ruby/rest/messaging/v1/session/participant.rb +7 -0
- data/lib/twilio-ruby/rest/messaging/v1/webhook.rb +7 -0
- data/lib/twilio-ruby/rest/monitor/v1/alert.rb +7 -0
- data/lib/twilio-ruby/rest/monitor/v1/event.rb +7 -0
- data/lib/twilio-ruby/rest/notify/v1/credential.rb +7 -0
- data/lib/twilio-ruby/rest/notify/v1/service.rb +7 -0
- data/lib/twilio-ruby/rest/notify/v1/service/binding.rb +7 -0
- data/lib/twilio-ruby/rest/preview/acc_security/service.rb +7 -0
- data/lib/twilio-ruby/rest/preview/bulk_exports/export.rb +7 -0
- data/lib/twilio-ruby/rest/preview/bulk_exports/export_configuration.rb +7 -0
- data/lib/twilio-ruby/rest/preview/deployed_devices/fleet.rb +7 -0
- data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/certificate.rb +7 -0
- data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/deployment.rb +7 -0
- data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/device.rb +7 -0
- data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/key.rb +7 -0
- data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document.rb +7 -0
- data/lib/twilio-ruby/rest/preview/hosted_numbers/hosted_number_order.rb +7 -0
- data/lib/twilio-ruby/rest/preview/marketplace/available_add_on.rb +7 -0
- data/lib/twilio-ruby/rest/preview/marketplace/available_add_on/available_add_on_extension.rb +7 -0
- data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on.rb +7 -0
- data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on/installed_add_on_extension.rb +7 -0
- data/lib/twilio-ruby/rest/preview/sync/service.rb +7 -0
- data/lib/twilio-ruby/rest/preview/sync/service/document.rb +7 -0
- data/lib/twilio-ruby/rest/preview/sync/service/document/document_permission.rb +7 -0
- data/lib/twilio-ruby/rest/preview/sync/service/sync_list.rb +7 -0
- data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_item.rb +7 -0
- data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_permission.rb +7 -0
- data/lib/twilio-ruby/rest/preview/sync/service/sync_map.rb +7 -0
- data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_item.rb +7 -0
- data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_permission.rb +7 -0
- data/lib/twilio-ruby/rest/preview/understand/assistant.rb +7 -0
- data/lib/twilio-ruby/rest/preview/understand/assistant/assistant_fallback_actions.rb +7 -0
- data/lib/twilio-ruby/rest/preview/understand/assistant/assistant_initiation_actions.rb +7 -0
- data/lib/twilio-ruby/rest/preview/understand/assistant/dialogue.rb +7 -0
- data/lib/twilio-ruby/rest/preview/understand/assistant/field_type.rb +7 -0
- data/lib/twilio-ruby/rest/preview/understand/assistant/field_type/field_value.rb +7 -0
- data/lib/twilio-ruby/rest/preview/understand/assistant/model_build.rb +7 -0
- data/lib/twilio-ruby/rest/preview/understand/assistant/query.rb +7 -0
- data/lib/twilio-ruby/rest/preview/understand/assistant/style_sheet.rb +7 -0
- data/lib/twilio-ruby/rest/preview/understand/assistant/task.rb +7 -0
- data/lib/twilio-ruby/rest/preview/understand/assistant/task/field.rb +7 -0
- data/lib/twilio-ruby/rest/preview/understand/assistant/task/sample.rb +7 -0
- data/lib/twilio-ruby/rest/preview/understand/assistant/task/task_actions.rb +7 -0
- data/lib/twilio-ruby/rest/preview/understand/assistant/task/task_statistics.rb +7 -0
- data/lib/twilio-ruby/rest/preview/wireless/command.rb +7 -0
- data/lib/twilio-ruby/rest/preview/wireless/rate_plan.rb +7 -0
- data/lib/twilio-ruby/rest/preview/wireless/sim.rb +7 -0
- data/lib/twilio-ruby/rest/preview/wireless/sim/usage.rb +7 -0
- data/lib/twilio-ruby/rest/pricing/v1/messaging/country.rb +7 -0
- data/lib/twilio-ruby/rest/pricing/v1/phone_number/country.rb +7 -0
- data/lib/twilio-ruby/rest/pricing/v1/voice/country.rb +7 -0
- data/lib/twilio-ruby/rest/pricing/v1/voice/number.rb +7 -0
- data/lib/twilio-ruby/rest/pricing/v2/voice/country.rb +7 -0
- data/lib/twilio-ruby/rest/pricing/v2/voice/number.rb +7 -0
- data/lib/twilio-ruby/rest/proxy/v1/service.rb +7 -0
- data/lib/twilio-ruby/rest/proxy/v1/service/phone_number.rb +7 -0
- data/lib/twilio-ruby/rest/proxy/v1/service/session.rb +7 -0
- data/lib/twilio-ruby/rest/proxy/v1/service/session/interaction.rb +7 -0
- data/lib/twilio-ruby/rest/proxy/v1/service/session/participant.rb +7 -0
- data/lib/twilio-ruby/rest/proxy/v1/service/session/participant/message_interaction.rb +7 -0
- data/lib/twilio-ruby/rest/proxy/v1/service/short_code.rb +7 -0
- data/lib/twilio-ruby/rest/studio/v1/flow.rb +7 -0
- data/lib/twilio-ruby/rest/studio/v1/flow/engagement.rb +7 -0
- data/lib/twilio-ruby/rest/studio/v1/flow/engagement/engagement_context.rb +7 -0
- data/lib/twilio-ruby/rest/studio/v1/flow/engagement/step.rb +7 -0
- data/lib/twilio-ruby/rest/studio/v1/flow/engagement/step/step_context.rb +7 -0
- data/lib/twilio-ruby/rest/studio/v1/flow/execution.rb +7 -0
- data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_context.rb +7 -0
- data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step.rb +7 -0
- data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step/execution_step_context.rb +7 -0
- data/lib/twilio-ruby/rest/sync/v1/service.rb +7 -0
- data/lib/twilio-ruby/rest/sync/v1/service/document.rb +7 -0
- data/lib/twilio-ruby/rest/sync/v1/service/document/document_permission.rb +7 -0
- data/lib/twilio-ruby/rest/sync/v1/service/sync_list.rb +7 -0
- data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_item.rb +7 -0
- data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_permission.rb +7 -0
- data/lib/twilio-ruby/rest/sync/v1/service/sync_map.rb +7 -0
- data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_item.rb +7 -0
- data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_permission.rb +7 -0
- data/lib/twilio-ruby/rest/sync/v1/service/sync_stream.rb +7 -0
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace.rb +7 -0
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/activity.rb +7 -0
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/event.rb +48 -9
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task.rb +7 -0
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task/reservation.rb +7 -0
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_channel.rb +7 -0
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue.rb +7 -0
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics.rb +7 -0
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics.rb +14 -0
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_statistics.rb +7 -0
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker.rb +18 -3
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/reservation.rb +7 -0
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_channel.rb +7 -0
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_statistics.rb +7 -0
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_cumulative_statistics.rb +7 -0
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_real_time_statistics.rb +7 -0
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_statistics.rb +7 -0
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow.rb +7 -0
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics.rb +7 -0
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_real_time_statistics.rb +14 -0
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_statistics.rb +7 -0
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_cumulative_statistics.rb +7 -0
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_real_time_statistics.rb +14 -0
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_statistics.rb +7 -0
- data/lib/twilio-ruby/rest/trunking/v1/trunk.rb +7 -0
- data/lib/twilio-ruby/rest/trunking/v1/trunk/credential_list.rb +7 -0
- data/lib/twilio-ruby/rest/trunking/v1/trunk/ip_access_control_list.rb +7 -0
- data/lib/twilio-ruby/rest/trunking/v1/trunk/origination_url.rb +7 -0
- data/lib/twilio-ruby/rest/trunking/v1/trunk/phone_number.rb +7 -0
- data/lib/twilio-ruby/rest/verify/v1/service.rb +26 -3
- data/lib/twilio-ruby/rest/verify/v1/service/verification.rb +21 -1
- data/lib/twilio-ruby/rest/verify/v1/service/verification_check.rb +26 -2
- data/lib/twilio-ruby/rest/video/v1/composition.rb +7 -0
- data/lib/twilio-ruby/rest/video/v1/composition_hook.rb +7 -0
- data/lib/twilio-ruby/rest/video/v1/composition_settings.rb +7 -0
- data/lib/twilio-ruby/rest/video/v1/recording.rb +7 -0
- data/lib/twilio-ruby/rest/video/v1/recording_settings.rb +7 -0
- data/lib/twilio-ruby/rest/video/v1/room.rb +7 -0
- data/lib/twilio-ruby/rest/video/v1/room/recording.rb +7 -0
- data/lib/twilio-ruby/rest/video/v1/room/room_participant.rb +7 -0
- data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_published_track.rb +7 -0
- data/lib/twilio-ruby/rest/voice/v1/voice_permission/country.rb +7 -0
- data/lib/twilio-ruby/rest/wireless/v1/command.rb +7 -0
- data/lib/twilio-ruby/rest/wireless/v1/rate_plan.rb +7 -0
- data/lib/twilio-ruby/rest/wireless/v1/sim.rb +7 -0
- data/lib/twilio-ruby/version.rb +1 -1
- data/spec/integration/api/v2010/account/usage/trigger_spec.rb +3 -3
- data/spec/integration/flex_api/v1/configuration_spec.rb +350 -0
- data/spec/integration/taskrouter/v1/workspace/event_spec.rb +6 -0
- data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics_spec.rb +1 -0
- data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_statistics_spec.rb +1 -1
- data/spec/integration/taskrouter/v1/workspace/task_queue/task_queues_statistics_spec.rb +1 -1
- data/spec/integration/taskrouter/v1/workspace/workflow/workflow_real_time_statistics_spec.rb +1 -0
- data/spec/integration/taskrouter/v1/workspace/workflow/workflow_statistics_spec.rb +1 -1
- data/spec/integration/taskrouter/v1/workspace/workspace_real_time_statistics_spec.rb +1 -0
- data/spec/integration/taskrouter/v1/workspace/workspace_statistics_spec.rb +1 -1
- data/spec/integration/verify/v1/service/verification_check_spec.rb +2 -0
- data/spec/integration/verify/v1/service/verification_spec.rb +3 -1
- data/spec/integration/verify/v1/service_spec.rb +4 -0
- metadata +7 -2
|
@@ -233,6 +233,13 @@ module Twilio
|
|
|
233
233
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
234
234
|
"#<Twilio.Monitor.V1.AlertContext #{context}>"
|
|
235
235
|
end
|
|
236
|
+
|
|
237
|
+
##
|
|
238
|
+
# Provide a detailed, user friendly representation
|
|
239
|
+
def inspect
|
|
240
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
241
|
+
"#<Twilio.Monitor.V1.AlertContext #{context}>"
|
|
242
|
+
end
|
|
236
243
|
end
|
|
237
244
|
|
|
238
245
|
class AlertInstance < InstanceResource
|
|
@@ -247,6 +247,13 @@ module Twilio
|
|
|
247
247
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
248
248
|
"#<Twilio.Monitor.V1.EventContext #{context}>"
|
|
249
249
|
end
|
|
250
|
+
|
|
251
|
+
##
|
|
252
|
+
# Provide a detailed, user friendly representation
|
|
253
|
+
def inspect
|
|
254
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
255
|
+
"#<Twilio.Monitor.V1.EventContext #{context}>"
|
|
256
|
+
end
|
|
250
257
|
end
|
|
251
258
|
|
|
252
259
|
class EventInstance < InstanceResource
|
|
@@ -265,6 +265,13 @@ module Twilio
|
|
|
265
265
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
266
266
|
"#<Twilio.Notify.V1.CredentialContext #{context}>"
|
|
267
267
|
end
|
|
268
|
+
|
|
269
|
+
##
|
|
270
|
+
# Provide a detailed, user friendly representation
|
|
271
|
+
def inspect
|
|
272
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
273
|
+
"#<Twilio.Notify.V1.CredentialContext #{context}>"
|
|
274
|
+
end
|
|
268
275
|
end
|
|
269
276
|
|
|
270
277
|
##
|
|
@@ -343,6 +343,13 @@ module Twilio
|
|
|
343
343
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
344
344
|
"#<Twilio.Notify.V1.ServiceContext #{context}>"
|
|
345
345
|
end
|
|
346
|
+
|
|
347
|
+
##
|
|
348
|
+
# Provide a detailed, user friendly representation
|
|
349
|
+
def inspect
|
|
350
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
351
|
+
"#<Twilio.Notify.V1.ServiceContext #{context}>"
|
|
352
|
+
end
|
|
346
353
|
end
|
|
347
354
|
|
|
348
355
|
##
|
|
@@ -285,6 +285,13 @@ module Twilio
|
|
|
285
285
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
286
286
|
"#<Twilio.Notify.V1.BindingContext #{context}>"
|
|
287
287
|
end
|
|
288
|
+
|
|
289
|
+
##
|
|
290
|
+
# Provide a detailed, user friendly representation
|
|
291
|
+
def inspect
|
|
292
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
293
|
+
"#<Twilio.Notify.V1.BindingContext #{context}>"
|
|
294
|
+
end
|
|
288
295
|
end
|
|
289
296
|
|
|
290
297
|
##
|
|
@@ -247,6 +247,13 @@ module Twilio
|
|
|
247
247
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
248
248
|
"#<Twilio.Preview.AccSecurity.ServiceContext #{context}>"
|
|
249
249
|
end
|
|
250
|
+
|
|
251
|
+
##
|
|
252
|
+
# Provide a detailed, user friendly representation
|
|
253
|
+
def inspect
|
|
254
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
255
|
+
"#<Twilio.Preview.AccSecurity.ServiceContext #{context}>"
|
|
256
|
+
end
|
|
250
257
|
end
|
|
251
258
|
|
|
252
259
|
##
|
|
@@ -114,6 +114,13 @@ module Twilio
|
|
|
114
114
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
115
115
|
"#<Twilio.Preview.BulkExports.ExportContext #{context}>"
|
|
116
116
|
end
|
|
117
|
+
|
|
118
|
+
##
|
|
119
|
+
# Provide a detailed, user friendly representation
|
|
120
|
+
def inspect
|
|
121
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
122
|
+
"#<Twilio.Preview.BulkExports.ExportContext #{context}>"
|
|
123
|
+
end
|
|
117
124
|
end
|
|
118
125
|
|
|
119
126
|
##
|
|
@@ -121,6 +121,13 @@ module Twilio
|
|
|
121
121
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
122
122
|
"#<Twilio.Preview.BulkExports.ExportConfigurationContext #{context}>"
|
|
123
123
|
end
|
|
124
|
+
|
|
125
|
+
##
|
|
126
|
+
# Provide a detailed, user friendly representation
|
|
127
|
+
def inspect
|
|
128
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
129
|
+
"#<Twilio.Preview.BulkExports.ExportConfigurationContext #{context}>"
|
|
130
|
+
end
|
|
124
131
|
end
|
|
125
132
|
|
|
126
133
|
##
|
|
@@ -308,6 +308,13 @@ module Twilio
|
|
|
308
308
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
309
309
|
"#<Twilio.Preview.DeployedDevices.FleetContext #{context}>"
|
|
310
310
|
end
|
|
311
|
+
|
|
312
|
+
##
|
|
313
|
+
# Provide a detailed, user friendly representation
|
|
314
|
+
def inspect
|
|
315
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
316
|
+
"#<Twilio.Preview.DeployedDevices.FleetContext #{context}>"
|
|
317
|
+
end
|
|
311
318
|
end
|
|
312
319
|
|
|
313
320
|
##
|
|
@@ -246,6 +246,13 @@ module Twilio
|
|
|
246
246
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
247
247
|
"#<Twilio.Preview.DeployedDevices.CertificateContext #{context}>"
|
|
248
248
|
end
|
|
249
|
+
|
|
250
|
+
##
|
|
251
|
+
# Provide a detailed, user friendly representation
|
|
252
|
+
def inspect
|
|
253
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
254
|
+
"#<Twilio.Preview.DeployedDevices.CertificateContext #{context}>"
|
|
255
|
+
end
|
|
249
256
|
end
|
|
250
257
|
|
|
251
258
|
##
|
|
@@ -235,6 +235,13 @@ module Twilio
|
|
|
235
235
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
236
236
|
"#<Twilio.Preview.DeployedDevices.DeploymentContext #{context}>"
|
|
237
237
|
end
|
|
238
|
+
|
|
239
|
+
##
|
|
240
|
+
# Provide a detailed, user friendly representation
|
|
241
|
+
def inspect
|
|
242
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
243
|
+
"#<Twilio.Preview.DeployedDevices.DeploymentContext #{context}>"
|
|
244
|
+
end
|
|
238
245
|
end
|
|
239
246
|
|
|
240
247
|
##
|
|
@@ -260,6 +260,13 @@ module Twilio
|
|
|
260
260
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
261
261
|
"#<Twilio.Preview.DeployedDevices.DeviceContext #{context}>"
|
|
262
262
|
end
|
|
263
|
+
|
|
264
|
+
##
|
|
265
|
+
# Provide a detailed, user friendly representation
|
|
266
|
+
def inspect
|
|
267
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
268
|
+
"#<Twilio.Preview.DeployedDevices.DeviceContext #{context}>"
|
|
269
|
+
end
|
|
263
270
|
end
|
|
264
271
|
|
|
265
272
|
##
|
|
@@ -240,6 +240,13 @@ module Twilio
|
|
|
240
240
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
241
241
|
"#<Twilio.Preview.DeployedDevices.KeyContext #{context}>"
|
|
242
242
|
end
|
|
243
|
+
|
|
244
|
+
##
|
|
245
|
+
# Provide a detailed, user friendly representation
|
|
246
|
+
def inspect
|
|
247
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
248
|
+
"#<Twilio.Preview.DeployedDevices.KeyContext #{context}>"
|
|
249
|
+
end
|
|
243
250
|
end
|
|
244
251
|
|
|
245
252
|
##
|
|
@@ -297,6 +297,13 @@ module Twilio
|
|
|
297
297
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
298
298
|
"#<Twilio.Preview.HostedNumbers.AuthorizationDocumentContext #{context}>"
|
|
299
299
|
end
|
|
300
|
+
|
|
301
|
+
##
|
|
302
|
+
# Provide a detailed, user friendly representation
|
|
303
|
+
def inspect
|
|
304
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
305
|
+
"#<Twilio.Preview.HostedNumbers.AuthorizationDocumentContext #{context}>"
|
|
306
|
+
end
|
|
300
307
|
end
|
|
301
308
|
|
|
302
309
|
##
|
|
@@ -374,6 +374,13 @@ module Twilio
|
|
|
374
374
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
375
375
|
"#<Twilio.Preview.HostedNumbers.HostedNumberOrderContext #{context}>"
|
|
376
376
|
end
|
|
377
|
+
|
|
378
|
+
##
|
|
379
|
+
# Provide a detailed, user friendly representation
|
|
380
|
+
def inspect
|
|
381
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
382
|
+
"#<Twilio.Preview.HostedNumbers.HostedNumberOrderContext #{context}>"
|
|
383
|
+
end
|
|
377
384
|
end
|
|
378
385
|
|
|
379
386
|
##
|
|
@@ -204,6 +204,13 @@ module Twilio
|
|
|
204
204
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
205
205
|
"#<Twilio.Preview.Marketplace.AvailableAddOnContext #{context}>"
|
|
206
206
|
end
|
|
207
|
+
|
|
208
|
+
##
|
|
209
|
+
# Provide a detailed, user friendly representation
|
|
210
|
+
def inspect
|
|
211
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
212
|
+
"#<Twilio.Preview.Marketplace.AvailableAddOnContext #{context}>"
|
|
213
|
+
end
|
|
207
214
|
end
|
|
208
215
|
|
|
209
216
|
##
|
data/lib/twilio-ruby/rest/preview/marketplace/available_add_on/available_add_on_extension.rb
CHANGED
|
@@ -194,6 +194,13 @@ module Twilio
|
|
|
194
194
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
195
195
|
"#<Twilio.Preview.Marketplace.AvailableAddOnExtensionContext #{context}>"
|
|
196
196
|
end
|
|
197
|
+
|
|
198
|
+
##
|
|
199
|
+
# Provide a detailed, user friendly representation
|
|
200
|
+
def inspect
|
|
201
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
202
|
+
"#<Twilio.Preview.Marketplace.AvailableAddOnExtensionContext #{context}>"
|
|
203
|
+
end
|
|
197
204
|
end
|
|
198
205
|
|
|
199
206
|
##
|
|
@@ -263,6 +263,13 @@ module Twilio
|
|
|
263
263
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
264
264
|
"#<Twilio.Preview.Marketplace.InstalledAddOnContext #{context}>"
|
|
265
265
|
end
|
|
266
|
+
|
|
267
|
+
##
|
|
268
|
+
# Provide a detailed, user friendly representation
|
|
269
|
+
def inspect
|
|
270
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
271
|
+
"#<Twilio.Preview.Marketplace.InstalledAddOnContext #{context}>"
|
|
272
|
+
end
|
|
266
273
|
end
|
|
267
274
|
|
|
268
275
|
##
|
data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on/installed_add_on_extension.rb
CHANGED
|
@@ -215,6 +215,13 @@ module Twilio
|
|
|
215
215
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
216
216
|
"#<Twilio.Preview.Marketplace.InstalledAddOnExtensionContext #{context}>"
|
|
217
217
|
end
|
|
218
|
+
|
|
219
|
+
##
|
|
220
|
+
# Provide a detailed, user friendly representation
|
|
221
|
+
def inspect
|
|
222
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
223
|
+
"#<Twilio.Preview.Marketplace.InstalledAddOnExtensionContext #{context}>"
|
|
224
|
+
end
|
|
218
225
|
end
|
|
219
226
|
|
|
220
227
|
##
|
|
@@ -297,6 +297,13 @@ module Twilio
|
|
|
297
297
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
298
298
|
"#<Twilio.Preview.Sync.ServiceContext #{context}>"
|
|
299
299
|
end
|
|
300
|
+
|
|
301
|
+
##
|
|
302
|
+
# Provide a detailed, user friendly representation
|
|
303
|
+
def inspect
|
|
304
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
305
|
+
"#<Twilio.Preview.Sync.ServiceContext #{context}>"
|
|
306
|
+
end
|
|
300
307
|
end
|
|
301
308
|
|
|
302
309
|
##
|
|
@@ -251,6 +251,13 @@ module Twilio
|
|
|
251
251
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
252
252
|
"#<Twilio.Preview.Sync.DocumentContext #{context}>"
|
|
253
253
|
end
|
|
254
|
+
|
|
255
|
+
##
|
|
256
|
+
# Provide a detailed, user friendly representation
|
|
257
|
+
def inspect
|
|
258
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
259
|
+
"#<Twilio.Preview.Sync.DocumentContext #{context}>"
|
|
260
|
+
end
|
|
254
261
|
end
|
|
255
262
|
|
|
256
263
|
##
|
|
@@ -237,6 +237,13 @@ module Twilio
|
|
|
237
237
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
238
238
|
"#<Twilio.Preview.Sync.DocumentPermissionContext #{context}>"
|
|
239
239
|
end
|
|
240
|
+
|
|
241
|
+
##
|
|
242
|
+
# Provide a detailed, user friendly representation
|
|
243
|
+
def inspect
|
|
244
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
245
|
+
"#<Twilio.Preview.Sync.DocumentPermissionContext #{context}>"
|
|
246
|
+
end
|
|
240
247
|
end
|
|
241
248
|
|
|
242
249
|
##
|
|
@@ -257,6 +257,13 @@ module Twilio
|
|
|
257
257
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
258
258
|
"#<Twilio.Preview.Sync.SyncListContext #{context}>"
|
|
259
259
|
end
|
|
260
|
+
|
|
261
|
+
##
|
|
262
|
+
# Provide a detailed, user friendly representation
|
|
263
|
+
def inspect
|
|
264
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
265
|
+
"#<Twilio.Preview.Sync.SyncListContext #{context}>"
|
|
266
|
+
end
|
|
260
267
|
end
|
|
261
268
|
|
|
262
269
|
##
|
|
@@ -262,6 +262,13 @@ module Twilio
|
|
|
262
262
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
263
263
|
"#<Twilio.Preview.Sync.SyncListItemContext #{context}>"
|
|
264
264
|
end
|
|
265
|
+
|
|
266
|
+
##
|
|
267
|
+
# Provide a detailed, user friendly representation
|
|
268
|
+
def inspect
|
|
269
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
270
|
+
"#<Twilio.Preview.Sync.SyncListItemContext #{context}>"
|
|
271
|
+
end
|
|
265
272
|
end
|
|
266
273
|
|
|
267
274
|
##
|
|
@@ -237,6 +237,13 @@ module Twilio
|
|
|
237
237
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
238
238
|
"#<Twilio.Preview.Sync.SyncListPermissionContext #{context}>"
|
|
239
239
|
end
|
|
240
|
+
|
|
241
|
+
##
|
|
242
|
+
# Provide a detailed, user friendly representation
|
|
243
|
+
def inspect
|
|
244
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
245
|
+
"#<Twilio.Preview.Sync.SyncListPermissionContext #{context}>"
|
|
246
|
+
end
|
|
240
247
|
end
|
|
241
248
|
|
|
242
249
|
##
|
|
@@ -257,6 +257,13 @@ module Twilio
|
|
|
257
257
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
258
258
|
"#<Twilio.Preview.Sync.SyncMapContext #{context}>"
|
|
259
259
|
end
|
|
260
|
+
|
|
261
|
+
##
|
|
262
|
+
# Provide a detailed, user friendly representation
|
|
263
|
+
def inspect
|
|
264
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
265
|
+
"#<Twilio.Preview.Sync.SyncMapContext #{context}>"
|
|
266
|
+
end
|
|
260
267
|
end
|
|
261
268
|
|
|
262
269
|
##
|
|
@@ -263,6 +263,13 @@ module Twilio
|
|
|
263
263
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
264
264
|
"#<Twilio.Preview.Sync.SyncMapItemContext #{context}>"
|
|
265
265
|
end
|
|
266
|
+
|
|
267
|
+
##
|
|
268
|
+
# Provide a detailed, user friendly representation
|
|
269
|
+
def inspect
|
|
270
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
271
|
+
"#<Twilio.Preview.Sync.SyncMapItemContext #{context}>"
|
|
272
|
+
end
|
|
266
273
|
end
|
|
267
274
|
|
|
268
275
|
##
|
|
@@ -237,6 +237,13 @@ module Twilio
|
|
|
237
237
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
238
238
|
"#<Twilio.Preview.Sync.SyncMapPermissionContext #{context}>"
|
|
239
239
|
end
|
|
240
|
+
|
|
241
|
+
##
|
|
242
|
+
# Provide a detailed, user friendly representation
|
|
243
|
+
def inspect
|
|
244
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
245
|
+
"#<Twilio.Preview.Sync.SyncMapPermissionContext #{context}>"
|
|
246
|
+
end
|
|
240
247
|
end
|
|
241
248
|
|
|
242
249
|
##
|
|
@@ -397,6 +397,13 @@ module Twilio
|
|
|
397
397
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
398
398
|
"#<Twilio.Preview.Understand.AssistantContext #{context}>"
|
|
399
399
|
end
|
|
400
|
+
|
|
401
|
+
##
|
|
402
|
+
# Provide a detailed, user friendly representation
|
|
403
|
+
def inspect
|
|
404
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
405
|
+
"#<Twilio.Preview.Understand.AssistantContext #{context}>"
|
|
406
|
+
end
|
|
400
407
|
end
|
|
401
408
|
|
|
402
409
|
##
|
|
@@ -117,6 +117,13 @@ module Twilio
|
|
|
117
117
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
118
118
|
"#<Twilio.Preview.Understand.AssistantFallbackActionsContext #{context}>"
|
|
119
119
|
end
|
|
120
|
+
|
|
121
|
+
##
|
|
122
|
+
# Provide a detailed, user friendly representation
|
|
123
|
+
def inspect
|
|
124
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
125
|
+
"#<Twilio.Preview.Understand.AssistantFallbackActionsContext #{context}>"
|
|
126
|
+
end
|
|
120
127
|
end
|
|
121
128
|
|
|
122
129
|
##
|