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
|
@@ -99,6 +99,13 @@ module Twilio
|
|
|
99
99
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
100
100
|
"#<Twilio.Insights.V1.CallSummaryContext #{context}>"
|
|
101
101
|
end
|
|
102
|
+
|
|
103
|
+
##
|
|
104
|
+
# Provide a detailed, user friendly representation
|
|
105
|
+
def inspect
|
|
106
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
107
|
+
"#<Twilio.Insights.V1.CallSummaryContext #{context}>"
|
|
108
|
+
end
|
|
102
109
|
end
|
|
103
110
|
|
|
104
111
|
##
|
|
@@ -254,6 +254,13 @@ module Twilio
|
|
|
254
254
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
255
255
|
"#<Twilio.IpMessaging.V1.CredentialContext #{context}>"
|
|
256
256
|
end
|
|
257
|
+
|
|
258
|
+
##
|
|
259
|
+
# Provide a detailed, user friendly representation
|
|
260
|
+
def inspect
|
|
261
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
262
|
+
"#<Twilio.IpMessaging.V1.CredentialContext #{context}>"
|
|
263
|
+
end
|
|
257
264
|
end
|
|
258
265
|
|
|
259
266
|
class CredentialInstance < InstanceResource
|
|
@@ -478,6 +478,13 @@ module Twilio
|
|
|
478
478
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
479
479
|
"#<Twilio.IpMessaging.V1.ServiceContext #{context}>"
|
|
480
480
|
end
|
|
481
|
+
|
|
482
|
+
##
|
|
483
|
+
# Provide a detailed, user friendly representation
|
|
484
|
+
def inspect
|
|
485
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
486
|
+
"#<Twilio.IpMessaging.V1.ServiceContext #{context}>"
|
|
487
|
+
end
|
|
481
488
|
end
|
|
482
489
|
|
|
483
490
|
class ServiceInstance < InstanceResource
|
|
@@ -314,6 +314,13 @@ module Twilio
|
|
|
314
314
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
315
315
|
"#<Twilio.IpMessaging.V1.ChannelContext #{context}>"
|
|
316
316
|
end
|
|
317
|
+
|
|
318
|
+
##
|
|
319
|
+
# Provide a detailed, user friendly representation
|
|
320
|
+
def inspect
|
|
321
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
322
|
+
"#<Twilio.IpMessaging.V1.ChannelContext #{context}>"
|
|
323
|
+
end
|
|
317
324
|
end
|
|
318
325
|
|
|
319
326
|
class ChannelInstance < InstanceResource
|
|
@@ -244,6 +244,13 @@ module Twilio
|
|
|
244
244
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
245
245
|
"#<Twilio.IpMessaging.V1.InviteContext #{context}>"
|
|
246
246
|
end
|
|
247
|
+
|
|
248
|
+
##
|
|
249
|
+
# Provide a detailed, user friendly representation
|
|
250
|
+
def inspect
|
|
251
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
252
|
+
"#<Twilio.IpMessaging.V1.InviteContext #{context}>"
|
|
253
|
+
end
|
|
247
254
|
end
|
|
248
255
|
|
|
249
256
|
class InviteInstance < InstanceResource
|
|
@@ -280,6 +280,13 @@ module Twilio
|
|
|
280
280
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
281
281
|
"#<Twilio.IpMessaging.V1.MemberContext #{context}>"
|
|
282
282
|
end
|
|
283
|
+
|
|
284
|
+
##
|
|
285
|
+
# Provide a detailed, user friendly representation
|
|
286
|
+
def inspect
|
|
287
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
288
|
+
"#<Twilio.IpMessaging.V1.MemberContext #{context}>"
|
|
289
|
+
end
|
|
283
290
|
end
|
|
284
291
|
|
|
285
292
|
class MemberInstance < InstanceResource
|
|
@@ -256,6 +256,13 @@ module Twilio
|
|
|
256
256
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
257
257
|
"#<Twilio.IpMessaging.V1.MessageContext #{context}>"
|
|
258
258
|
end
|
|
259
|
+
|
|
260
|
+
##
|
|
261
|
+
# Provide a detailed, user friendly representation
|
|
262
|
+
def inspect
|
|
263
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
264
|
+
"#<Twilio.IpMessaging.V1.MessageContext #{context}>"
|
|
265
|
+
end
|
|
259
266
|
end
|
|
260
267
|
|
|
261
268
|
class MessageInstance < InstanceResource
|
|
@@ -232,6 +232,13 @@ module Twilio
|
|
|
232
232
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
233
233
|
"#<Twilio.IpMessaging.V1.RoleContext #{context}>"
|
|
234
234
|
end
|
|
235
|
+
|
|
236
|
+
##
|
|
237
|
+
# Provide a detailed, user friendly representation
|
|
238
|
+
def inspect
|
|
239
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
240
|
+
"#<Twilio.IpMessaging.V1.RoleContext #{context}>"
|
|
241
|
+
end
|
|
235
242
|
end
|
|
236
243
|
|
|
237
244
|
class RoleInstance < InstanceResource
|
|
@@ -265,6 +265,13 @@ module Twilio
|
|
|
265
265
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
266
266
|
"#<Twilio.IpMessaging.V1.UserContext #{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.IpMessaging.V1.UserContext #{context}>"
|
|
274
|
+
end
|
|
268
275
|
end
|
|
269
276
|
|
|
270
277
|
class UserInstance < InstanceResource
|
|
@@ -265,6 +265,13 @@ module Twilio
|
|
|
265
265
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
266
266
|
"#<Twilio.IpMessaging.V2.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.IpMessaging.V2.CredentialContext #{context}>"
|
|
274
|
+
end
|
|
268
275
|
end
|
|
269
276
|
|
|
270
277
|
class CredentialInstance < InstanceResource
|
|
@@ -390,6 +390,13 @@ module Twilio
|
|
|
390
390
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
391
391
|
"#<Twilio.IpMessaging.V2.ServiceContext #{context}>"
|
|
392
392
|
end
|
|
393
|
+
|
|
394
|
+
##
|
|
395
|
+
# Provide a detailed, user friendly representation
|
|
396
|
+
def inspect
|
|
397
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
398
|
+
"#<Twilio.IpMessaging.V2.ServiceContext #{context}>"
|
|
399
|
+
end
|
|
393
400
|
end
|
|
394
401
|
|
|
395
402
|
class ServiceInstance < InstanceResource
|
|
@@ -213,6 +213,13 @@ module Twilio
|
|
|
213
213
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
214
214
|
"#<Twilio.IpMessaging.V2.BindingContext #{context}>"
|
|
215
215
|
end
|
|
216
|
+
|
|
217
|
+
##
|
|
218
|
+
# Provide a detailed, user friendly representation
|
|
219
|
+
def inspect
|
|
220
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
221
|
+
"#<Twilio.IpMessaging.V2.BindingContext #{context}>"
|
|
222
|
+
end
|
|
216
223
|
end
|
|
217
224
|
|
|
218
225
|
class BindingInstance < InstanceResource
|
|
@@ -371,6 +371,13 @@ module Twilio
|
|
|
371
371
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
372
372
|
"#<Twilio.IpMessaging.V2.ChannelContext #{context}>"
|
|
373
373
|
end
|
|
374
|
+
|
|
375
|
+
##
|
|
376
|
+
# Provide a detailed, user friendly representation
|
|
377
|
+
def inspect
|
|
378
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
379
|
+
"#<Twilio.IpMessaging.V2.ChannelContext #{context}>"
|
|
380
|
+
end
|
|
374
381
|
end
|
|
375
382
|
|
|
376
383
|
class ChannelInstance < InstanceResource
|
|
@@ -247,6 +247,13 @@ module Twilio
|
|
|
247
247
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
248
248
|
"#<Twilio.IpMessaging.V2.InviteContext #{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.IpMessaging.V2.InviteContext #{context}>"
|
|
256
|
+
end
|
|
250
257
|
end
|
|
251
258
|
|
|
252
259
|
class InviteInstance < InstanceResource
|
|
@@ -328,6 +328,13 @@ module Twilio
|
|
|
328
328
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
329
329
|
"#<Twilio.IpMessaging.V2.MemberContext #{context}>"
|
|
330
330
|
end
|
|
331
|
+
|
|
332
|
+
##
|
|
333
|
+
# Provide a detailed, user friendly representation
|
|
334
|
+
def inspect
|
|
335
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
336
|
+
"#<Twilio.IpMessaging.V2.MemberContext #{context}>"
|
|
337
|
+
end
|
|
331
338
|
end
|
|
332
339
|
|
|
333
340
|
class MemberInstance < InstanceResource
|
|
@@ -313,6 +313,13 @@ module Twilio
|
|
|
313
313
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
314
314
|
"#<Twilio.IpMessaging.V2.MessageContext #{context}>"
|
|
315
315
|
end
|
|
316
|
+
|
|
317
|
+
##
|
|
318
|
+
# Provide a detailed, user friendly representation
|
|
319
|
+
def inspect
|
|
320
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
321
|
+
"#<Twilio.IpMessaging.V2.MessageContext #{context}>"
|
|
322
|
+
end
|
|
316
323
|
end
|
|
317
324
|
|
|
318
325
|
class MessageInstance < InstanceResource
|
|
@@ -270,6 +270,13 @@ module Twilio
|
|
|
270
270
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
271
271
|
"#<Twilio.IpMessaging.V2.WebhookContext #{context}>"
|
|
272
272
|
end
|
|
273
|
+
|
|
274
|
+
##
|
|
275
|
+
# Provide a detailed, user friendly representation
|
|
276
|
+
def inspect
|
|
277
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
278
|
+
"#<Twilio.IpMessaging.V2.WebhookContext #{context}>"
|
|
279
|
+
end
|
|
273
280
|
end
|
|
274
281
|
|
|
275
282
|
class WebhookInstance < InstanceResource
|
|
@@ -230,6 +230,13 @@ module Twilio
|
|
|
230
230
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
231
231
|
"#<Twilio.IpMessaging.V2.RoleContext #{context}>"
|
|
232
232
|
end
|
|
233
|
+
|
|
234
|
+
##
|
|
235
|
+
# Provide a detailed, user friendly representation
|
|
236
|
+
def inspect
|
|
237
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
238
|
+
"#<Twilio.IpMessaging.V2.RoleContext #{context}>"
|
|
239
|
+
end
|
|
233
240
|
end
|
|
234
241
|
|
|
235
242
|
class RoleInstance < InstanceResource
|
|
@@ -296,6 +296,13 @@ module Twilio
|
|
|
296
296
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
297
297
|
"#<Twilio.IpMessaging.V2.UserContext #{context}>"
|
|
298
298
|
end
|
|
299
|
+
|
|
300
|
+
##
|
|
301
|
+
# Provide a detailed, user friendly representation
|
|
302
|
+
def inspect
|
|
303
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
304
|
+
"#<Twilio.IpMessaging.V2.UserContext #{context}>"
|
|
305
|
+
end
|
|
299
306
|
end
|
|
300
307
|
|
|
301
308
|
class UserInstance < InstanceResource
|
|
@@ -222,6 +222,13 @@ module Twilio
|
|
|
222
222
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
223
223
|
"#<Twilio.IpMessaging.V2.UserBindingContext #{context}>"
|
|
224
224
|
end
|
|
225
|
+
|
|
226
|
+
##
|
|
227
|
+
# Provide a detailed, user friendly representation
|
|
228
|
+
def inspect
|
|
229
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
230
|
+
"#<Twilio.IpMessaging.V2.UserBindingContext #{context}>"
|
|
231
|
+
end
|
|
225
232
|
end
|
|
226
233
|
|
|
227
234
|
class UserBindingInstance < InstanceResource
|
|
@@ -221,6 +221,13 @@ module Twilio
|
|
|
221
221
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
222
222
|
"#<Twilio.IpMessaging.V2.UserChannelContext #{context}>"
|
|
223
223
|
end
|
|
224
|
+
|
|
225
|
+
##
|
|
226
|
+
# Provide a detailed, user friendly representation
|
|
227
|
+
def inspect
|
|
228
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
229
|
+
"#<Twilio.IpMessaging.V2.UserChannelContext #{context}>"
|
|
230
|
+
end
|
|
224
231
|
end
|
|
225
232
|
|
|
226
233
|
class UserChannelInstance < InstanceResource
|
|
@@ -115,6 +115,13 @@ module Twilio
|
|
|
115
115
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
116
116
|
"#<Twilio.Lookups.V1.PhoneNumberContext #{context}>"
|
|
117
117
|
end
|
|
118
|
+
|
|
119
|
+
##
|
|
120
|
+
# Provide a detailed, user friendly representation
|
|
121
|
+
def inspect
|
|
122
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
123
|
+
"#<Twilio.Lookups.V1.PhoneNumberContext #{context}>"
|
|
124
|
+
end
|
|
118
125
|
end
|
|
119
126
|
|
|
120
127
|
class PhoneNumberInstance < InstanceResource
|
|
@@ -363,6 +363,13 @@ module Twilio
|
|
|
363
363
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
364
364
|
"#<Twilio.Messaging.V1.ServiceContext #{context}>"
|
|
365
365
|
end
|
|
366
|
+
|
|
367
|
+
##
|
|
368
|
+
# Provide a detailed, user friendly representation
|
|
369
|
+
def inspect
|
|
370
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
371
|
+
"#<Twilio.Messaging.V1.ServiceContext #{context}>"
|
|
372
|
+
end
|
|
366
373
|
end
|
|
367
374
|
|
|
368
375
|
##
|
|
@@ -217,6 +217,13 @@ module Twilio
|
|
|
217
217
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
218
218
|
"#<Twilio.Messaging.V1.AlphaSenderContext #{context}>"
|
|
219
219
|
end
|
|
220
|
+
|
|
221
|
+
##
|
|
222
|
+
# Provide a detailed, user friendly representation
|
|
223
|
+
def inspect
|
|
224
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
225
|
+
"#<Twilio.Messaging.V1.AlphaSenderContext #{context}>"
|
|
226
|
+
end
|
|
220
227
|
end
|
|
221
228
|
|
|
222
229
|
##
|
|
@@ -215,6 +215,13 @@ module Twilio
|
|
|
215
215
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
216
216
|
"#<Twilio.Messaging.V1.PhoneNumberContext #{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.Messaging.V1.PhoneNumberContext #{context}>"
|
|
224
|
+
end
|
|
218
225
|
end
|
|
219
226
|
|
|
220
227
|
##
|
|
@@ -215,6 +215,13 @@ module Twilio
|
|
|
215
215
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
216
216
|
"#<Twilio.Messaging.V1.ShortCodeContext #{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.Messaging.V1.ShortCodeContext #{context}>"
|
|
224
|
+
end
|
|
218
225
|
end
|
|
219
226
|
|
|
220
227
|
##
|
|
@@ -300,6 +300,13 @@ module Twilio
|
|
|
300
300
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
301
301
|
"#<Twilio.Messaging.V1.SessionContext #{context}>"
|
|
302
302
|
end
|
|
303
|
+
|
|
304
|
+
##
|
|
305
|
+
# Provide a detailed, user friendly representation
|
|
306
|
+
def inspect
|
|
307
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
308
|
+
"#<Twilio.Messaging.V1.SessionContext #{context}>"
|
|
309
|
+
end
|
|
303
310
|
end
|
|
304
311
|
|
|
305
312
|
##
|
|
@@ -256,6 +256,13 @@ module Twilio
|
|
|
256
256
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
257
257
|
"#<Twilio.Messaging.V1.MessageContext #{context}>"
|
|
258
258
|
end
|
|
259
|
+
|
|
260
|
+
##
|
|
261
|
+
# Provide a detailed, user friendly representation
|
|
262
|
+
def inspect
|
|
263
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
264
|
+
"#<Twilio.Messaging.V1.MessageContext #{context}>"
|
|
265
|
+
end
|
|
259
266
|
end
|
|
260
267
|
|
|
261
268
|
##
|
|
@@ -279,6 +279,13 @@ module Twilio
|
|
|
279
279
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
280
280
|
"#<Twilio.Messaging.V1.ParticipantContext #{context}>"
|
|
281
281
|
end
|
|
282
|
+
|
|
283
|
+
##
|
|
284
|
+
# Provide a detailed, user friendly representation
|
|
285
|
+
def inspect
|
|
286
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
287
|
+
"#<Twilio.Messaging.V1.ParticipantContext #{context}>"
|
|
288
|
+
end
|
|
282
289
|
end
|
|
283
290
|
|
|
284
291
|
##
|
|
@@ -134,6 +134,13 @@ module Twilio
|
|
|
134
134
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
135
135
|
"#<Twilio.Messaging.V1.WebhookContext #{context}>"
|
|
136
136
|
end
|
|
137
|
+
|
|
138
|
+
##
|
|
139
|
+
# Provide a detailed, user friendly representation
|
|
140
|
+
def inspect
|
|
141
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
142
|
+
"#<Twilio.Messaging.V1.WebhookContext #{context}>"
|
|
143
|
+
end
|
|
137
144
|
end
|
|
138
145
|
|
|
139
146
|
##
|