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
|
@@ -255,6 +255,13 @@ module Twilio
|
|
|
255
255
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
256
256
|
"#<Twilio.Api.V2010.QueueContext #{context}>"
|
|
257
257
|
end
|
|
258
|
+
|
|
259
|
+
##
|
|
260
|
+
# Provide a detailed, user friendly representation
|
|
261
|
+
def inspect
|
|
262
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
263
|
+
"#<Twilio.Api.V2010.QueueContext #{context}>"
|
|
264
|
+
end
|
|
258
265
|
end
|
|
259
266
|
|
|
260
267
|
class QueueInstance < InstanceResource
|
|
@@ -224,6 +224,13 @@ module Twilio
|
|
|
224
224
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
225
225
|
"#<Twilio.Api.V2010.MemberContext #{context}>"
|
|
226
226
|
end
|
|
227
|
+
|
|
228
|
+
##
|
|
229
|
+
# Provide a detailed, user friendly representation
|
|
230
|
+
def inspect
|
|
231
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
232
|
+
"#<Twilio.Api.V2010.MemberContext #{context}>"
|
|
233
|
+
end
|
|
227
234
|
end
|
|
228
235
|
|
|
229
236
|
class MemberInstance < InstanceResource
|
|
@@ -279,6 +279,13 @@ module Twilio
|
|
|
279
279
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
280
280
|
"#<Twilio.Api.V2010.RecordingContext #{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.Api.V2010.RecordingContext #{context}>"
|
|
288
|
+
end
|
|
282
289
|
end
|
|
283
290
|
|
|
284
291
|
class RecordingInstance < InstanceResource
|
|
@@ -234,6 +234,13 @@ module Twilio
|
|
|
234
234
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
235
235
|
"#<Twilio.Api.V2010.AddOnResultContext #{context}>"
|
|
236
236
|
end
|
|
237
|
+
|
|
238
|
+
##
|
|
239
|
+
# Provide a detailed, user friendly representation
|
|
240
|
+
def inspect
|
|
241
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
242
|
+
"#<Twilio.Api.V2010.AddOnResultContext #{context}>"
|
|
243
|
+
end
|
|
237
244
|
end
|
|
238
245
|
|
|
239
246
|
class AddOnResultInstance < InstanceResource
|
|
@@ -217,6 +217,13 @@ module Twilio
|
|
|
217
217
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
218
218
|
"#<Twilio.Api.V2010.PayloadContext #{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.Api.V2010.PayloadContext #{context}>"
|
|
226
|
+
end
|
|
220
227
|
end
|
|
221
228
|
|
|
222
229
|
class PayloadInstance < InstanceResource
|
|
@@ -200,6 +200,13 @@ module Twilio
|
|
|
200
200
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
201
201
|
"#<Twilio.Api.V2010.TranscriptionContext #{context}>"
|
|
202
202
|
end
|
|
203
|
+
|
|
204
|
+
##
|
|
205
|
+
# Provide a detailed, user friendly representation
|
|
206
|
+
def inspect
|
|
207
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
208
|
+
"#<Twilio.Api.V2010.TranscriptionContext #{context}>"
|
|
209
|
+
end
|
|
203
210
|
end
|
|
204
211
|
|
|
205
212
|
class TranscriptionInstance < InstanceResource
|
|
@@ -245,6 +245,13 @@ module Twilio
|
|
|
245
245
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
246
246
|
"#<Twilio.Api.V2010.ShortCodeContext #{context}>"
|
|
247
247
|
end
|
|
248
|
+
|
|
249
|
+
##
|
|
250
|
+
# Provide a detailed, user friendly representation
|
|
251
|
+
def inspect
|
|
252
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
253
|
+
"#<Twilio.Api.V2010.ShortCodeContext #{context}>"
|
|
254
|
+
end
|
|
248
255
|
end
|
|
249
256
|
|
|
250
257
|
class ShortCodeInstance < InstanceResource
|
|
@@ -213,6 +213,13 @@ module Twilio
|
|
|
213
213
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
214
214
|
"#<Twilio.Api.V2010.SigningKeyContext #{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.Api.V2010.SigningKeyContext #{context}>"
|
|
222
|
+
end
|
|
216
223
|
end
|
|
217
224
|
|
|
218
225
|
class SigningKeyInstance < InstanceResource
|
|
@@ -260,6 +260,13 @@ module Twilio
|
|
|
260
260
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
261
261
|
"#<Twilio.Api.V2010.CredentialListContext #{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.Api.V2010.CredentialListContext #{context}>"
|
|
269
|
+
end
|
|
263
270
|
end
|
|
264
271
|
|
|
265
272
|
class CredentialListInstance < InstanceResource
|
|
@@ -256,6 +256,13 @@ module Twilio
|
|
|
256
256
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
257
257
|
"#<Twilio.Api.V2010.CredentialContext #{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.Api.V2010.CredentialContext #{context}>"
|
|
265
|
+
end
|
|
259
266
|
end
|
|
260
267
|
|
|
261
268
|
class CredentialInstance < InstanceResource
|
|
@@ -348,6 +348,13 @@ module Twilio
|
|
|
348
348
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
349
349
|
"#<Twilio.Api.V2010.DomainContext #{context}>"
|
|
350
350
|
end
|
|
351
|
+
|
|
352
|
+
##
|
|
353
|
+
# Provide a detailed, user friendly representation
|
|
354
|
+
def inspect
|
|
355
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
356
|
+
"#<Twilio.Api.V2010.DomainContext #{context}>"
|
|
357
|
+
end
|
|
351
358
|
end
|
|
352
359
|
|
|
353
360
|
class DomainInstance < InstanceResource
|
|
@@ -233,6 +233,13 @@ module Twilio
|
|
|
233
233
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
234
234
|
"#<Twilio.Api.V2010.AuthCallsCredentialListMappingContext #{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.Api.V2010.AuthCallsCredentialListMappingContext #{context}>"
|
|
242
|
+
end
|
|
236
243
|
end
|
|
237
244
|
|
|
238
245
|
class AuthCallsCredentialListMappingInstance < InstanceResource
|
|
@@ -233,6 +233,13 @@ module Twilio
|
|
|
233
233
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
234
234
|
"#<Twilio.Api.V2010.AuthCallsIpAccessControlListMappingContext #{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.Api.V2010.AuthCallsIpAccessControlListMappingContext #{context}>"
|
|
242
|
+
end
|
|
236
243
|
end
|
|
237
244
|
|
|
238
245
|
class AuthCallsIpAccessControlListMappingInstance < InstanceResource
|
|
@@ -233,6 +233,13 @@ module Twilio
|
|
|
233
233
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
234
234
|
"#<Twilio.Api.V2010.AuthRegistrationsCredentialListMappingContext #{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.Api.V2010.AuthRegistrationsCredentialListMappingContext #{context}>"
|
|
242
|
+
end
|
|
236
243
|
end
|
|
237
244
|
|
|
238
245
|
class AuthRegistrationsCredentialListMappingInstance < InstanceResource
|
|
@@ -230,6 +230,13 @@ module Twilio
|
|
|
230
230
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
231
231
|
"#<Twilio.Api.V2010.CredentialListMappingContext #{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.Api.V2010.CredentialListMappingContext #{context}>"
|
|
239
|
+
end
|
|
233
240
|
end
|
|
234
241
|
|
|
235
242
|
class CredentialListMappingInstance < InstanceResource
|
|
@@ -229,6 +229,13 @@ module Twilio
|
|
|
229
229
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
230
230
|
"#<Twilio.Api.V2010.IpAccessControlListMappingContext #{context}>"
|
|
231
231
|
end
|
|
232
|
+
|
|
233
|
+
##
|
|
234
|
+
# Provide a detailed, user friendly representation
|
|
235
|
+
def inspect
|
|
236
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
237
|
+
"#<Twilio.Api.V2010.IpAccessControlListMappingContext #{context}>"
|
|
238
|
+
end
|
|
232
239
|
end
|
|
233
240
|
|
|
234
241
|
class IpAccessControlListMappingInstance < InstanceResource
|
|
@@ -261,6 +261,13 @@ module Twilio
|
|
|
261
261
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
262
262
|
"#<Twilio.Api.V2010.IpAccessControlListContext #{context}>"
|
|
263
263
|
end
|
|
264
|
+
|
|
265
|
+
##
|
|
266
|
+
# Provide a detailed, user friendly representation
|
|
267
|
+
def inspect
|
|
268
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
269
|
+
"#<Twilio.Api.V2010.IpAccessControlListContext #{context}>"
|
|
270
|
+
end
|
|
264
271
|
end
|
|
265
272
|
|
|
266
273
|
class IpAccessControlListInstance < InstanceResource
|
|
@@ -277,6 +277,13 @@ module Twilio
|
|
|
277
277
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
278
278
|
"#<Twilio.Api.V2010.IpAddressContext #{context}>"
|
|
279
279
|
end
|
|
280
|
+
|
|
281
|
+
##
|
|
282
|
+
# Provide a detailed, user friendly representation
|
|
283
|
+
def inspect
|
|
284
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
285
|
+
"#<Twilio.Api.V2010.IpAddressContext #{context}>"
|
|
286
|
+
end
|
|
280
287
|
end
|
|
281
288
|
|
|
282
289
|
class IpAddressInstance < InstanceResource
|
|
@@ -193,6 +193,13 @@ module Twilio
|
|
|
193
193
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
194
194
|
"#<Twilio.Api.V2010.TranscriptionContext #{context}>"
|
|
195
195
|
end
|
|
196
|
+
|
|
197
|
+
##
|
|
198
|
+
# Provide a detailed, user friendly representation
|
|
199
|
+
def inspect
|
|
200
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
201
|
+
"#<Twilio.Api.V2010.TranscriptionContext #{context}>"
|
|
202
|
+
end
|
|
196
203
|
end
|
|
197
204
|
|
|
198
205
|
class TranscriptionInstance < InstanceResource
|
|
@@ -304,6 +304,13 @@ module Twilio
|
|
|
304
304
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
305
305
|
"#<Twilio.Api.V2010.TriggerContext #{context}>"
|
|
306
306
|
end
|
|
307
|
+
|
|
308
|
+
##
|
|
309
|
+
# Provide a detailed, user friendly representation
|
|
310
|
+
def inspect
|
|
311
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
312
|
+
"#<Twilio.Api.V2010.TriggerContext #{context}>"
|
|
313
|
+
end
|
|
307
314
|
end
|
|
308
315
|
|
|
309
316
|
class TriggerInstance < InstanceResource
|
|
@@ -100,6 +100,13 @@ module Twilio
|
|
|
100
100
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
101
101
|
"#<Twilio.Authy.V1.FormContext #{context}>"
|
|
102
102
|
end
|
|
103
|
+
|
|
104
|
+
##
|
|
105
|
+
# Provide a detailed, user friendly representation
|
|
106
|
+
def inspect
|
|
107
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
108
|
+
"#<Twilio.Authy.V1.FormContext #{context}>"
|
|
109
|
+
end
|
|
103
110
|
end
|
|
104
111
|
|
|
105
112
|
##
|
|
@@ -245,6 +245,13 @@ module Twilio
|
|
|
245
245
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
246
246
|
"#<Twilio.Authy.V1.ServiceContext #{context}>"
|
|
247
247
|
end
|
|
248
|
+
|
|
249
|
+
##
|
|
250
|
+
# Provide a detailed, user friendly representation
|
|
251
|
+
def inspect
|
|
252
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
253
|
+
"#<Twilio.Authy.V1.ServiceContext #{context}>"
|
|
254
|
+
end
|
|
248
255
|
end
|
|
249
256
|
|
|
250
257
|
##
|
|
@@ -239,6 +239,13 @@ module Twilio
|
|
|
239
239
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
240
240
|
"#<Twilio.Authy.V1.EntityContext #{context}>"
|
|
241
241
|
end
|
|
242
|
+
|
|
243
|
+
##
|
|
244
|
+
# Provide a detailed, user friendly representation
|
|
245
|
+
def inspect
|
|
246
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
247
|
+
"#<Twilio.Authy.V1.EntityContext #{context}>"
|
|
248
|
+
end
|
|
242
249
|
end
|
|
243
250
|
|
|
244
251
|
##
|
|
@@ -294,6 +294,13 @@ module Twilio
|
|
|
294
294
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
295
295
|
"#<Twilio.Authy.V1.FactorContext #{context}>"
|
|
296
296
|
end
|
|
297
|
+
|
|
298
|
+
##
|
|
299
|
+
# Provide a detailed, user friendly representation
|
|
300
|
+
def inspect
|
|
301
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
302
|
+
"#<Twilio.Authy.V1.FactorContext #{context}>"
|
|
303
|
+
end
|
|
297
304
|
end
|
|
298
305
|
|
|
299
306
|
##
|
|
@@ -189,6 +189,13 @@ module Twilio
|
|
|
189
189
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
190
190
|
"#<Twilio.Authy.V1.ChallengeContext #{context}>"
|
|
191
191
|
end
|
|
192
|
+
|
|
193
|
+
##
|
|
194
|
+
# Provide a detailed, user friendly representation
|
|
195
|
+
def inspect
|
|
196
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
197
|
+
"#<Twilio.Authy.V1.ChallengeContext #{context}>"
|
|
198
|
+
end
|
|
192
199
|
end
|
|
193
200
|
|
|
194
201
|
##
|
|
@@ -386,6 +386,13 @@ module Twilio
|
|
|
386
386
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
387
387
|
"#<Twilio.Autopilot.V1.AssistantContext #{context}>"
|
|
388
388
|
end
|
|
389
|
+
|
|
390
|
+
##
|
|
391
|
+
# Provide a detailed, user friendly representation
|
|
392
|
+
def inspect
|
|
393
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
394
|
+
"#<Twilio.Autopilot.V1.AssistantContext #{context}>"
|
|
395
|
+
end
|
|
389
396
|
end
|
|
390
397
|
|
|
391
398
|
##
|
|
@@ -117,6 +117,13 @@ module Twilio
|
|
|
117
117
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
118
118
|
"#<Twilio.Autopilot.V1.DefaultsContext #{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.Autopilot.V1.DefaultsContext #{context}>"
|
|
126
|
+
end
|
|
120
127
|
end
|
|
121
128
|
|
|
122
129
|
##
|
|
@@ -107,6 +107,13 @@ module Twilio
|
|
|
107
107
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
108
108
|
"#<Twilio.Autopilot.V1.DialogueContext #{context}>"
|
|
109
109
|
end
|
|
110
|
+
|
|
111
|
+
##
|
|
112
|
+
# Provide a detailed, user friendly representation
|
|
113
|
+
def inspect
|
|
114
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
115
|
+
"#<Twilio.Autopilot.V1.DialogueContext #{context}>"
|
|
116
|
+
end
|
|
110
117
|
end
|
|
111
118
|
|
|
112
119
|
##
|
|
@@ -267,6 +267,13 @@ module Twilio
|
|
|
267
267
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
268
268
|
"#<Twilio.Autopilot.V1.FieldTypeContext #{context}>"
|
|
269
269
|
end
|
|
270
|
+
|
|
271
|
+
##
|
|
272
|
+
# Provide a detailed, user friendly representation
|
|
273
|
+
def inspect
|
|
274
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
275
|
+
"#<Twilio.Autopilot.V1.FieldTypeContext #{context}>"
|
|
276
|
+
end
|
|
270
277
|
end
|
|
271
278
|
|
|
272
279
|
##
|
|
@@ -242,6 +242,13 @@ module Twilio
|
|
|
242
242
|
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
243
243
|
"#<Twilio.Autopilot.V1.FieldValueContext #{context}>"
|
|
244
244
|
end
|
|
245
|
+
|
|
246
|
+
##
|
|
247
|
+
# Provide a detailed, user friendly representation
|
|
248
|
+
def inspect
|
|
249
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
|
250
|
+
"#<Twilio.Autopilot.V1.FieldValueContext #{context}>"
|
|
251
|
+
end
|
|
245
252
|
end
|
|
246
253
|
|
|
247
254
|
##
|