twilio-ruby 5.37.0 → 5.39.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +1 -1
- data/CHANGES.md +93 -9
- data/ISSUE_TEMPLATE.md +5 -1
- data/Makefile +1 -1
- data/PULL_REQUEST_TEMPLATE.md +1 -1
- data/README.md +4 -2
- data/lib/twilio-ruby/framework/version.rb +3 -3
- data/lib/twilio-ruby/rest/accounts/v1/credential/aws.rb +13 -30
- data/lib/twilio-ruby/rest/accounts/v1/credential/public_key.rb +13 -30
- data/lib/twilio-ruby/rest/api/v2010/account.rb +10 -27
- data/lib/twilio-ruby/rest/api/v2010/account/address.rb +13 -30
- data/lib/twilio-ruby/rest/api/v2010/account/address/dependent_phone_number.rb +3 -5
- data/lib/twilio-ruby/rest/api/v2010/account/application.rb +13 -30
- data/lib/twilio-ruby/rest/api/v2010/account/authorized_connect_app.rb +6 -14
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number.rb +6 -14
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/local.rb +3 -5
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/machine_to_machine.rb +3 -5
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/mobile.rb +3 -5
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/national.rb +3 -5
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/shared_cost.rb +3 -5
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/toll_free.rb +3 -5
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/voip.rb +3 -5
- data/lib/twilio-ruby/rest/api/v2010/account/balance.rb +2 -8
- data/lib/twilio-ruby/rest/api/v2010/account/call.rb +13 -30
- data/lib/twilio-ruby/rest/api/v2010/account/call/feedback.rb +9 -25
- data/lib/twilio-ruby/rest/api/v2010/account/call/feedback_summary.rb +9 -20
- data/lib/twilio-ruby/rest/api/v2010/account/call/notification.rb +6 -14
- data/lib/twilio-ruby/rest/api/v2010/account/call/payment.rb +83 -73
- data/lib/twilio-ruby/rest/api/v2010/account/call/recording.rb +13 -30
- data/lib/twilio-ruby/rest/api/v2010/account/conference.rb +7 -19
- data/lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb +54 -35
- data/lib/twilio-ruby/rest/api/v2010/account/conference/recording.rb +10 -22
- data/lib/twilio-ruby/rest/api/v2010/account/connect_app.rb +10 -22
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number.rb +27 -30
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on.rb +12 -25
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension.rb +6 -14
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/local.rb +20 -13
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/mobile.rb +20 -13
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/toll_free.rb +20 -13
- data/lib/twilio-ruby/rest/api/v2010/account/key.rb +10 -22
- data/lib/twilio-ruby/rest/api/v2010/account/message.rb +13 -30
- data/lib/twilio-ruby/rest/api/v2010/account/message/feedback.rb +3 -8
- data/lib/twilio-ruby/rest/api/v2010/account/message/media.rb +9 -17
- data/lib/twilio-ruby/rest/api/v2010/account/new_key.rb +3 -8
- data/lib/twilio-ruby/rest/api/v2010/account/new_signing_key.rb +3 -8
- data/lib/twilio-ruby/rest/api/v2010/account/notification.rb +6 -14
- data/lib/twilio-ruby/rest/api/v2010/account/outgoing_caller_id.rb +10 -22
- data/lib/twilio-ruby/rest/api/v2010/account/queue.rb +13 -30
- data/lib/twilio-ruby/rest/api/v2010/account/queue/member.rb +7 -19
- data/lib/twilio-ruby/rest/api/v2010/account/recording.rb +9 -17
- data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result.rb +9 -17
- data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result/payload.rb +9 -17
- data/lib/twilio-ruby/rest/api/v2010/account/recording/transcription.rb +9 -17
- data/lib/twilio-ruby/rest/api/v2010/account/short_code.rb +7 -19
- data/lib/twilio-ruby/rest/api/v2010/account/signing_key.rb +10 -22
- data/lib/twilio-ruby/rest/api/v2010/account/sip/credential_list.rb +13 -30
- data/lib/twilio-ruby/rest/api/v2010/account/sip/credential_list/credential.rb +13 -30
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain.rb +13 -30
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_credential_list_mapping.rb +12 -25
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_ip_access_control_list_mapping.rb +12 -25
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping/auth_registrations_credential_list_mapping.rb +12 -25
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/credential_list_mapping.rb +12 -25
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/ip_access_control_list_mapping.rb +12 -25
- data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list.rb +13 -30
- data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list/ip_address.rb +13 -30
- data/lib/twilio-ruby/rest/api/v2010/account/token.rb +3 -8
- data/lib/twilio-ruby/rest/api/v2010/account/transcription.rb +9 -17
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record.rb +3 -5
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/all_time.rb +3 -5
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/daily.rb +3 -5
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/last_month.rb +3 -5
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/monthly.rb +3 -5
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/this_month.rb +3 -5
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/today.rb +3 -5
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yearly.rb +3 -5
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yesterday.rb +3 -5
- data/lib/twilio-ruby/rest/api/v2010/account/usage/trigger.rb +13 -30
- data/lib/twilio-ruby/rest/api/v2010/account/validation_request.rb +3 -8
- data/lib/twilio-ruby/rest/autopilot/v1/assistant.rb +13 -46
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/defaults.rb +4 -14
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/dialogue.rb +3 -9
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/field_type.rb +13 -30
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/field_type/field_value.rb +12 -25
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb +13 -30
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/query.rb +13 -30
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/style_sheet.rb +4 -14
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/task.rb +13 -30
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/field.rb +12 -25
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/sample.rb +13 -30
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/task_actions.rb +4 -14
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/task_statistics.rb +3 -9
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/webhook.rb +13 -30
- data/lib/twilio-ruby/rest/autopilot/v1/restore_assistant.rb +1 -5
- data/lib/twilio-ruby/rest/bulkexports/v1/export.rb +3 -9
- data/lib/twilio-ruby/rest/bulkexports/v1/export/day.rb +6 -14
- data/lib/twilio-ruby/rest/bulkexports/v1/export/export_custom_job.rb +6 -13
- data/lib/twilio-ruby/rest/bulkexports/v1/export/job.rb +6 -12
- data/lib/twilio-ruby/rest/bulkexports/v1/export_configuration.rb +4 -14
- data/lib/twilio-ruby/rest/chat/v1/credential.rb +13 -30
- data/lib/twilio-ruby/rest/chat/v1/service.rb +13 -30
- data/lib/twilio-ruby/rest/chat/v1/service/channel.rb +13 -30
- data/lib/twilio-ruby/rest/chat/v1/service/channel/invite.rb +12 -25
- data/lib/twilio-ruby/rest/chat/v1/service/channel/member.rb +13 -30
- data/lib/twilio-ruby/rest/chat/v1/service/channel/message.rb +13 -30
- data/lib/twilio-ruby/rest/chat/v1/service/role.rb +13 -30
- data/lib/twilio-ruby/rest/chat/v1/service/user.rb +13 -30
- data/lib/twilio-ruby/rest/chat/v1/service/user/user_channel.rb +3 -5
- data/lib/twilio-ruby/rest/chat/v2/credential.rb +13 -30
- data/lib/twilio-ruby/rest/chat/v2/service.rb +13 -30
- data/lib/twilio-ruby/rest/chat/v2/service/binding.rb +9 -17
- data/lib/twilio-ruby/rest/chat/v2/service/channel.rb +34 -36
- data/lib/twilio-ruby/rest/chat/v2/service/channel/invite.rb +12 -25
- data/lib/twilio-ruby/rest/chat/v2/service/channel/member.rb +34 -36
- data/lib/twilio-ruby/rest/chat/v2/service/channel/message.rb +34 -36
- data/lib/twilio-ruby/rest/chat/v2/service/channel/webhook.rb +13 -30
- data/lib/twilio-ruby/rest/chat/v2/service/role.rb +13 -30
- data/lib/twilio-ruby/rest/chat/v2/service/user.rb +30 -34
- data/lib/twilio-ruby/rest/chat/v2/service/user/user_binding.rb +9 -17
- data/lib/twilio-ruby/rest/chat/v2/service/user/user_channel.rb +10 -22
- data/lib/twilio-ruby/rest/client.rb +0 -7
- data/lib/twilio-ruby/rest/conversations/v1/conversation.rb +59 -36
- data/lib/twilio-ruby/rest/conversations/v1/conversation/message.rb +80 -36
- data/lib/twilio-ruby/rest/conversations/v1/conversation/message/delivery_receipt.rb +348 -0
- data/lib/twilio-ruby/rest/conversations/v1/conversation/participant.rb +46 -36
- data/lib/twilio-ruby/rest/conversations/v1/conversation/webhook.rb +13 -30
- data/lib/twilio-ruby/rest/conversations/v1/webhook.rb +4 -14
- data/lib/twilio-ruby/rest/fax/v1/fax.rb +13 -30
- data/lib/twilio-ruby/rest/fax/v1/fax/fax_media.rb +9 -17
- data/lib/twilio-ruby/rest/flex_api/v1/channel.rb +12 -25
- data/lib/twilio-ruby/rest/flex_api/v1/configuration.rb +9 -34
- data/lib/twilio-ruby/rest/flex_api/v1/flex_flow.rb +13 -30
- data/lib/twilio-ruby/rest/flex_api/v1/web_channel.rb +13 -30
- data/lib/twilio-ruby/rest/insights/v1/call.rb +3 -9
- data/lib/twilio-ruby/rest/insights/v1/call/event.rb +3 -5
- data/lib/twilio-ruby/rest/insights/v1/call/metric.rb +3 -5
- data/lib/twilio-ruby/rest/insights/v1/call/summary.rb +3 -7
- data/lib/twilio-ruby/rest/ip_messaging/v1/credential.rb +13 -30
- data/lib/twilio-ruby/rest/ip_messaging/v1/service.rb +13 -30
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel.rb +13 -30
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/invite.rb +12 -25
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/member.rb +13 -30
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/message.rb +13 -30
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/role.rb +13 -30
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/user.rb +13 -30
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/user/user_channel.rb +3 -5
- data/lib/twilio-ruby/rest/ip_messaging/v2/credential.rb +13 -30
- data/lib/twilio-ruby/rest/ip_messaging/v2/service.rb +13 -30
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/binding.rb +9 -17
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel.rb +34 -36
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/invite.rb +12 -25
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/member.rb +34 -36
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/message.rb +34 -36
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/webhook.rb +13 -30
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/role.rb +13 -30
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/user.rb +30 -34
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_binding.rb +9 -17
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_channel.rb +10 -22
- data/lib/twilio-ruby/rest/lookups/v1/phone_number.rb +4 -8
- data/lib/twilio-ruby/rest/messaging/v1/service.rb +13 -30
- data/lib/twilio-ruby/rest/messaging/v1/service/alpha_sender.rb +12 -25
- data/lib/twilio-ruby/rest/messaging/v1/service/phone_number.rb +12 -25
- data/lib/twilio-ruby/rest/messaging/v1/service/short_code.rb +12 -25
- data/lib/twilio-ruby/rest/monitor/v1/alert.rb +14 -22
- data/lib/twilio-ruby/rest/monitor/v1/event.rb +6 -14
- data/lib/twilio-ruby/rest/notify/v1/credential.rb +13 -30
- data/lib/twilio-ruby/rest/notify/v1/service.rb +13 -30
- data/lib/twilio-ruby/rest/notify/v1/service/binding.rb +12 -25
- data/lib/twilio-ruby/rest/notify/v1/service/notification.rb +3 -8
- data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle.rb +31 -27
- data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/evaluation.rb +9 -24
- data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/item_assignment.rb +12 -25
- data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/end_user.rb +10 -27
- data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/end_user_type.rb +6 -14
- data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/regulation.rb +6 -14
- data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/supporting_document.rb +10 -27
- data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/supporting_document_type.rb +6 -14
- data/lib/twilio-ruby/rest/preview/bulk_exports/export.rb +3 -9
- data/lib/twilio-ruby/rest/preview/bulk_exports/export/day.rb +6 -14
- data/lib/twilio-ruby/rest/preview/bulk_exports/export/export_custom_job.rb +6 -13
- data/lib/twilio-ruby/rest/preview/bulk_exports/export/job.rb +6 -12
- data/lib/twilio-ruby/rest/preview/bulk_exports/export_configuration.rb +4 -14
- data/lib/twilio-ruby/rest/preview/deployed_devices/fleet.rb +13 -30
- data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/certificate.rb +13 -30
- data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/deployment.rb +13 -30
- data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/device.rb +13 -30
- data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/key.rb +13 -30
- data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document.rb +10 -27
- data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document/dependent_hosted_number_order.rb +3 -5
- data/lib/twilio-ruby/rest/preview/hosted_numbers/hosted_number_order.rb +13 -30
- data/lib/twilio-ruby/rest/preview/marketplace/available_add_on.rb +6 -14
- data/lib/twilio-ruby/rest/preview/marketplace/available_add_on/available_add_on_extension.rb +6 -14
- data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on.rb +13 -30
- data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on/installed_add_on_extension.rb +7 -19
- data/lib/twilio-ruby/rest/preview/sync/service.rb +13 -30
- data/lib/twilio-ruby/rest/preview/sync/service/document.rb +26 -36
- data/lib/twilio-ruby/rest/preview/sync/service/document/document_permission.rb +10 -22
- data/lib/twilio-ruby/rest/preview/sync/service/sync_list.rb +12 -25
- data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_item.rb +26 -36
- data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_permission.rb +10 -22
- data/lib/twilio-ruby/rest/preview/sync/service/sync_map.rb +12 -25
- data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_item.rb +26 -36
- data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_permission.rb +10 -22
- data/lib/twilio-ruby/rest/preview/trusted_comms/branded_call.rb +3 -8
- data/lib/twilio-ruby/rest/preview/trusted_comms/brands_information.rb +13 -11
- data/lib/twilio-ruby/rest/preview/trusted_comms/business.rb +3 -9
- data/lib/twilio-ruby/rest/preview/trusted_comms/business/brand.rb +3 -9
- data/lib/twilio-ruby/rest/preview/trusted_comms/business/brand/branded_channel.rb +3 -9
- data/lib/twilio-ruby/rest/preview/trusted_comms/business/brand/branded_channel/channel.rb +3 -8
- data/lib/twilio-ruby/rest/preview/trusted_comms/business/insights/impressions_rate.rb +3 -7
- data/lib/twilio-ruby/rest/preview/trusted_comms/cps.rb +11 -11
- data/lib/twilio-ruby/rest/preview/trusted_comms/current_call.rb +25 -11
- data/lib/twilio-ruby/rest/preview/trusted_comms/phone_call.rb +3 -8
- data/lib/twilio-ruby/rest/preview/understand/assistant.rb +13 -30
- data/lib/twilio-ruby/rest/preview/understand/assistant/assistant_fallback_actions.rb +4 -14
- data/lib/twilio-ruby/rest/preview/understand/assistant/assistant_initiation_actions.rb +4 -14
- data/lib/twilio-ruby/rest/preview/understand/assistant/dialogue.rb +3 -9
- data/lib/twilio-ruby/rest/preview/understand/assistant/field_type.rb +13 -30
- data/lib/twilio-ruby/rest/preview/understand/assistant/field_type/field_value.rb +12 -25
- data/lib/twilio-ruby/rest/preview/understand/assistant/model_build.rb +13 -30
- data/lib/twilio-ruby/rest/preview/understand/assistant/query.rb +13 -30
- data/lib/twilio-ruby/rest/preview/understand/assistant/style_sheet.rb +4 -14
- data/lib/twilio-ruby/rest/preview/understand/assistant/task.rb +13 -30
- data/lib/twilio-ruby/rest/preview/understand/assistant/task/field.rb +12 -25
- data/lib/twilio-ruby/rest/preview/understand/assistant/task/sample.rb +13 -30
- data/lib/twilio-ruby/rest/preview/understand/assistant/task/task_actions.rb +4 -14
- data/lib/twilio-ruby/rest/preview/understand/assistant/task/task_statistics.rb +3 -9
- data/lib/twilio-ruby/rest/preview/wireless/command.rb +9 -22
- data/lib/twilio-ruby/rest/preview/wireless/rate_plan.rb +13 -30
- data/lib/twilio-ruby/rest/preview/wireless/sim.rb +7 -19
- data/lib/twilio-ruby/rest/preview/wireless/sim/usage.rb +3 -7
- data/lib/twilio-ruby/rest/pricing/v1/messaging/country.rb +6 -14
- data/lib/twilio-ruby/rest/pricing/v1/phone_number/country.rb +6 -14
- data/lib/twilio-ruby/rest/pricing/v1/voice/country.rb +6 -14
- data/lib/twilio-ruby/rest/pricing/v1/voice/number.rb +3 -9
- data/lib/twilio-ruby/rest/pricing/v2/voice/country.rb +6 -14
- data/lib/twilio-ruby/rest/pricing/v2/voice/number.rb +3 -7
- data/lib/twilio-ruby/rest/proxy/v1/service.rb +13 -30
- data/lib/twilio-ruby/rest/proxy/v1/service/phone_number.rb +13 -30
- data/lib/twilio-ruby/rest/proxy/v1/service/session.rb +38 -33
- data/lib/twilio-ruby/rest/proxy/v1/service/session/interaction.rb +9 -17
- data/lib/twilio-ruby/rest/proxy/v1/service/session/participant.rb +12 -25
- data/lib/twilio-ruby/rest/proxy/v1/service/session/participant/message_interaction.rb +9 -22
- data/lib/twilio-ruby/rest/proxy/v1/service/short_code.rb +13 -30
- data/lib/twilio-ruby/rest/serverless/v1/service.rb +13 -30
- data/lib/twilio-ruby/rest/serverless/v1/service/asset.rb +13 -30
- data/lib/twilio-ruby/rest/serverless/v1/service/asset/asset_version.rb +6 -14
- data/lib/twilio-ruby/rest/serverless/v1/service/build.rb +12 -25
- data/lib/twilio-ruby/rest/serverless/v1/service/environment.rb +12 -25
- data/lib/twilio-ruby/rest/serverless/v1/service/environment/deployment.rb +9 -22
- data/lib/twilio-ruby/rest/serverless/v1/service/environment/log.rb +6 -14
- data/lib/twilio-ruby/rest/serverless/v1/service/environment/variable.rb +13 -30
- data/lib/twilio-ruby/rest/serverless/v1/service/function.rb +13 -30
- data/lib/twilio-ruby/rest/serverless/v1/service/function/function_version.rb +6 -14
- data/lib/twilio-ruby/rest/serverless/v1/service/function/function_version/function_version_content.rb +3 -9
- data/lib/twilio-ruby/rest/studio/v1/flow.rb +9 -17
- data/lib/twilio-ruby/rest/studio/v1/flow/engagement.rb +12 -25
- data/lib/twilio-ruby/rest/studio/v1/flow/engagement/engagement_context.rb +3 -9
- data/lib/twilio-ruby/rest/studio/v1/flow/engagement/step.rb +6 -14
- data/lib/twilio-ruby/rest/studio/v1/flow/engagement/step/step_context.rb +3 -9
- data/lib/twilio-ruby/rest/studio/v1/flow/execution.rb +13 -30
- data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_context.rb +3 -9
- data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step.rb +6 -14
- data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step/execution_step_context.rb +3 -9
- data/lib/twilio-ruby/rest/studio/v2/flow.rb +13 -30
- data/lib/twilio-ruby/rest/studio/v2/flow/execution.rb +13 -30
- data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_context.rb +3 -9
- data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step.rb +6 -14
- data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step/execution_step_context.rb +3 -9
- data/lib/twilio-ruby/rest/studio/v2/flow/flow_revision.rb +6 -14
- data/lib/twilio-ruby/rest/studio/v2/flow/test_user.rb +4 -14
- data/lib/twilio-ruby/rest/studio/v2/flow_validate.rb +1 -5
- data/lib/twilio-ruby/rest/supersim/v1/command.rb +9 -22
- data/lib/twilio-ruby/rest/supersim/v1/fleet.rb +10 -27
- data/lib/twilio-ruby/rest/supersim/v1/network.rb +6 -14
- data/lib/twilio-ruby/rest/supersim/v1/network_access_profile.rb +10 -27
- data/lib/twilio-ruby/rest/supersim/v1/network_access_profile/network_access_profile_network.rb +12 -25
- data/lib/twilio-ruby/rest/supersim/v1/sim.rb +31 -23
- data/lib/twilio-ruby/rest/supersim/v1/usage_record.rb +3 -5
- data/lib/twilio-ruby/rest/sync/v1/service.rb +13 -30
- data/lib/twilio-ruby/rest/sync/v1/service/document.rb +26 -36
- data/lib/twilio-ruby/rest/sync/v1/service/document/document_permission.rb +10 -22
- data/lib/twilio-ruby/rest/sync/v1/service/sync_list.rb +13 -30
- data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_item.rb +32 -36
- data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_permission.rb +10 -22
- data/lib/twilio-ruby/rest/sync/v1/service/sync_map.rb +13 -30
- data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_item.rb +32 -36
- data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_permission.rb +10 -22
- data/lib/twilio-ruby/rest/sync/v1/service/sync_stream.rb +13 -30
- data/lib/twilio-ruby/rest/sync/v1/service/sync_stream/stream_message.rb +3 -8
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace.rb +13 -30
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/activity.rb +13 -30
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/event.rb +15 -17
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task.rb +13 -30
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task/reservation.rb +7 -19
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_channel.rb +13 -30
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue.rb +13 -30
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics.rb +3 -7
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics.rb +3 -7
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_statistics.rb +3 -7
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queues_statistics.rb +3 -5
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker.rb +13 -30
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/reservation.rb +7 -19
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_channel.rb +7 -19
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_statistics.rb +3 -7
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_cumulative_statistics.rb +3 -7
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_real_time_statistics.rb +3 -7
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_statistics.rb +3 -7
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow.rb +13 -30
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics.rb +3 -7
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_real_time_statistics.rb +3 -7
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_statistics.rb +3 -7
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_cumulative_statistics.rb +3 -7
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_real_time_statistics.rb +3 -7
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_statistics.rb +3 -7
- data/lib/twilio-ruby/rest/trunking/v1/trunk.rb +13 -30
- data/lib/twilio-ruby/rest/trunking/v1/trunk/credential_list.rb +12 -25
- data/lib/twilio-ruby/rest/trunking/v1/trunk/ip_access_control_list.rb +12 -25
- data/lib/twilio-ruby/rest/trunking/v1/trunk/origination_url.rb +13 -30
- data/lib/twilio-ruby/rest/trunking/v1/trunk/phone_number.rb +12 -25
- data/lib/twilio-ruby/rest/verify.rb +2 -2
- data/lib/twilio-ruby/rest/verify/v2.rb +2 -2
- data/lib/twilio-ruby/rest/verify/v2/form.rb +7 -13
- data/lib/twilio-ruby/rest/verify/v2/service.rb +96 -33
- data/lib/twilio-ruby/rest/verify/v2/service/access_token.rb +124 -0
- data/lib/twilio-ruby/rest/verify/v2/service/entity.rb +62 -52
- data/lib/twilio-ruby/rest/{authy/v1/service/entity/factor.rb → verify/v2/service/entity/challenge.rb} +177 -192
- data/lib/twilio-ruby/rest/verify/v2/service/entity/factor.rb +66 -100
- data/lib/twilio-ruby/rest/verify/v2/service/messaging_configuration.rb +13 -30
- data/lib/twilio-ruby/rest/verify/v2/service/rate_limit.rb +13 -30
- data/lib/twilio-ruby/rest/verify/v2/service/rate_limit/bucket.rb +13 -30
- data/lib/twilio-ruby/rest/verify/v2/service/verification.rb +11 -23
- data/lib/twilio-ruby/rest/verify/v2/service/verification_check.rb +3 -8
- data/lib/twilio-ruby/rest/{authy/v1/service/entity.rb → verify/v2/service/webhook.rb} +159 -130
- data/lib/twilio-ruby/rest/video/v1/composition.rb +12 -25
- data/lib/twilio-ruby/rest/video/v1/composition_hook.rb +13 -30
- data/lib/twilio-ruby/rest/video/v1/composition_settings.rb +8 -20
- data/lib/twilio-ruby/rest/video/v1/recording.rb +9 -17
- data/lib/twilio-ruby/rest/video/v1/recording_settings.rb +8 -20
- data/lib/twilio-ruby/rest/video/v1/room.rb +10 -27
- data/lib/twilio-ruby/rest/video/v1/room/recording.rb +9 -17
- data/lib/twilio-ruby/rest/video/v1/room/room_participant.rb +7 -19
- data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_published_track.rb +6 -14
- data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_subscribe_rule.rb +3 -13
- data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_subscribed_track.rb +6 -14
- data/lib/twilio-ruby/rest/voice/v1/byoc_trunk.rb +13 -30
- data/lib/twilio-ruby/rest/voice/v1/connection_policy.rb +13 -30
- data/lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb +13 -30
- data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/bulk_country_update.rb +3 -8
- data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/country.rb +6 -14
- data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/country/highrisk_special_prefix.rb +3 -5
- data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/settings.rb +4 -14
- data/lib/twilio-ruby/rest/voice/v1/ip_record.rb +13 -30
- data/lib/twilio-ruby/rest/voice/v1/source_ip_mapping.rb +13 -30
- data/lib/twilio-ruby/rest/wireless/v1/command.rb +12 -25
- data/lib/twilio-ruby/rest/wireless/v1/rate_plan.rb +13 -30
- data/lib/twilio-ruby/rest/wireless/v1/sim.rb +10 -22
- data/lib/twilio-ruby/rest/wireless/v1/sim/data_session.rb +3 -5
- data/lib/twilio-ruby/rest/wireless/v1/sim/usage_record.rb +3 -5
- data/lib/twilio-ruby/rest/wireless/v1/usage_record.rb +3 -5
- data/lib/twilio-ruby/version.rb +1 -1
- data/spec/framework/version_spec.rb +166 -0
- data/spec/holodeck/holodeck.rb +11 -6
- data/spec/integration/accounts/v1/credential/aws_spec.rb +0 -4
- data/spec/integration/accounts/v1/credential/public_key_spec.rb +0 -4
- data/spec/integration/api/v2010/account/address/dependent_phone_number_spec.rb +0 -1
- data/spec/integration/api/v2010/account/address_spec.rb +0 -4
- data/spec/integration/api/v2010/account/application_spec.rb +0 -5
- data/spec/integration/api/v2010/account/authorized_connect_app_spec.rb +0 -2
- data/spec/integration/api/v2010/account/available_phone_number/local_spec.rb +0 -1
- data/spec/integration/api/v2010/account/available_phone_number/machine_to_machine_spec.rb +0 -1
- data/spec/integration/api/v2010/account/available_phone_number/mobile_spec.rb +0 -1
- data/spec/integration/api/v2010/account/available_phone_number/national_spec.rb +0 -1
- data/spec/integration/api/v2010/account/available_phone_number/shared_cost_spec.rb +0 -1
- data/spec/integration/api/v2010/account/available_phone_number/toll_free_spec.rb +0 -1
- data/spec/integration/api/v2010/account/available_phone_number/voip_spec.rb +0 -1
- data/spec/integration/api/v2010/account/available_phone_number_spec.rb +0 -2
- data/spec/integration/api/v2010/account/balance_spec.rb +0 -1
- data/spec/integration/api/v2010/account/call/feedback_spec.rb +0 -1
- data/spec/integration/api/v2010/account/call/feedback_summary_spec.rb +0 -2
- data/spec/integration/api/v2010/account/call/notification_spec.rb +0 -2
- data/spec/integration/api/v2010/account/call/recording_spec.rb +0 -4
- data/spec/integration/api/v2010/account/call_spec.rb +0 -4
- data/spec/integration/api/v2010/account/conference/participant_spec.rb +60 -4
- data/spec/integration/api/v2010/account/conference/recording_spec.rb +0 -3
- data/spec/integration/api/v2010/account/conference_spec.rb +0 -3
- data/spec/integration/api/v2010/account/connect_app_spec.rb +0 -4
- data/spec/integration/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension_spec.rb +0 -2
- data/spec/integration/api/v2010/account/incoming_phone_number/assigned_add_on_spec.rb +0 -3
- data/spec/integration/api/v2010/account/incoming_phone_number/local_spec.rb +35 -37
- data/spec/integration/api/v2010/account/incoming_phone_number/mobile_spec.rb +39 -41
- data/spec/integration/api/v2010/account/incoming_phone_number/toll_free_spec.rb +35 -37
- data/spec/integration/api/v2010/account/incoming_phone_number_spec.rb +68 -43
- data/spec/integration/api/v2010/account/key_spec.rb +0 -4
- data/spec/integration/api/v2010/account/message/feedback_spec.rb +0 -1
- data/spec/integration/api/v2010/account/message/media_spec.rb +0 -3
- data/spec/integration/api/v2010/account/message_spec.rb +37 -3
- data/spec/integration/api/v2010/account/new_key_spec.rb +0 -1
- data/spec/integration/api/v2010/account/new_signing_key_spec.rb +0 -1
- data/spec/integration/api/v2010/account/notification_spec.rb +0 -2
- data/spec/integration/api/v2010/account/outgoing_caller_id_spec.rb +0 -4
- data/spec/integration/api/v2010/account/queue/member_spec.rb +0 -2
- data/spec/integration/api/v2010/account/queue_spec.rb +0 -4
- data/spec/integration/api/v2010/account/recording/add_on_result/payload_spec.rb +0 -3
- data/spec/integration/api/v2010/account/recording/add_on_result_spec.rb +0 -3
- data/spec/integration/api/v2010/account/recording/transcription_spec.rb +0 -3
- data/spec/integration/api/v2010/account/recording_spec.rb +0 -3
- data/spec/integration/api/v2010/account/short_code_spec.rb +0 -3
- data/spec/integration/api/v2010/account/signing_key_spec.rb +0 -4
- data/spec/integration/api/v2010/account/sip/credential_list/credential_spec.rb +0 -4
- data/spec/integration/api/v2010/account/sip/credential_list_spec.rb +0 -3
- data/spec/integration/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_credential_list_mapping_spec.rb +0 -3
- data/spec/integration/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_ip_access_control_list_mapping_spec.rb +0 -3
- data/spec/integration/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping/auth_registrations_credential_list_mapping_spec.rb +0 -3
- data/spec/integration/api/v2010/account/sip/domain/credential_list_mapping_spec.rb +0 -3
- data/spec/integration/api/v2010/account/sip/domain/ip_access_control_list_mapping_spec.rb +0 -3
- data/spec/integration/api/v2010/account/sip/domain_spec.rb +0 -4
- data/spec/integration/api/v2010/account/sip/ip_access_control_list/ip_address_spec.rb +0 -4
- data/spec/integration/api/v2010/account/sip/ip_access_control_list_spec.rb +0 -3
- data/spec/integration/api/v2010/account/token_spec.rb +0 -1
- data/spec/integration/api/v2010/account/transcription_spec.rb +0 -3
- data/spec/integration/api/v2010/account/usage/record/all_time_spec.rb +0 -1
- data/spec/integration/api/v2010/account/usage/record/daily_spec.rb +0 -1
- data/spec/integration/api/v2010/account/usage/record/last_month_spec.rb +0 -1
- data/spec/integration/api/v2010/account/usage/record/monthly_spec.rb +0 -1
- data/spec/integration/api/v2010/account/usage/record/this_month_spec.rb +0 -1
- data/spec/integration/api/v2010/account/usage/record/today_spec.rb +0 -1
- data/spec/integration/api/v2010/account/usage/record/yearly_spec.rb +0 -1
- data/spec/integration/api/v2010/account/usage/record/yesterday_spec.rb +0 -1
- data/spec/integration/api/v2010/account/usage/record_spec.rb +0 -1
- data/spec/integration/api/v2010/account/usage/trigger_spec.rb +0 -4
- data/spec/integration/api/v2010/account_spec.rb +0 -4
- data/spec/integration/autopilot/v1/assistant/defaults_spec.rb +0 -2
- data/spec/integration/autopilot/v1/assistant/dialogue_spec.rb +0 -1
- data/spec/integration/autopilot/v1/assistant/field_type/field_value_spec.rb +0 -3
- data/spec/integration/autopilot/v1/assistant/field_type_spec.rb +0 -4
- data/spec/integration/autopilot/v1/assistant/model_build_spec.rb +0 -5
- data/spec/integration/autopilot/v1/assistant/query_spec.rb +0 -4
- data/spec/integration/autopilot/v1/assistant/style_sheet_spec.rb +0 -2
- data/spec/integration/autopilot/v1/assistant/task/field_spec.rb +0 -3
- data/spec/integration/autopilot/v1/assistant/task/sample_spec.rb +0 -4
- data/spec/integration/autopilot/v1/assistant/task/task_actions_spec.rb +0 -2
- data/spec/integration/autopilot/v1/assistant/task/task_statistics_spec.rb +0 -1
- data/spec/integration/autopilot/v1/assistant/task_spec.rb +0 -4
- data/spec/integration/autopilot/v1/assistant/webhook_spec.rb +0 -4
- data/spec/integration/autopilot/v1/assistant_spec.rb +4 -13
- data/spec/integration/bulkexports/v1/export/day_spec.rb +0 -2
- data/spec/integration/bulkexports/v1/export/export_custom_job_spec.rb +0 -2
- data/spec/integration/bulkexports/v1/export/job_spec.rb +0 -2
- data/spec/integration/bulkexports/v1/export_configuration_spec.rb +0 -2
- data/spec/integration/bulkexports/v1/export_spec.rb +0 -1
- data/spec/integration/chat/v1/credential_spec.rb +0 -4
- data/spec/integration/chat/v1/service/channel/invite_spec.rb +0 -3
- data/spec/integration/chat/v1/service/channel/member_spec.rb +0 -4
- data/spec/integration/chat/v1/service/channel/message_spec.rb +0 -4
- data/spec/integration/chat/v1/service/channel_spec.rb +0 -5
- data/spec/integration/chat/v1/service/role_spec.rb +0 -3
- data/spec/integration/chat/v1/service/user/user_channel_spec.rb +0 -1
- data/spec/integration/chat/v1/service/user_spec.rb +0 -4
- data/spec/integration/chat/v1/service_spec.rb +0 -4
- data/spec/integration/chat/v2/credential_spec.rb +0 -4
- data/spec/integration/chat/v2/service/binding_spec.rb +0 -3
- data/spec/integration/chat/v2/service/channel/invite_spec.rb +0 -3
- data/spec/integration/chat/v2/service/channel/member_spec.rb +9 -7
- data/spec/integration/chat/v2/service/channel/message_spec.rb +9 -8
- data/spec/integration/chat/v2/service/channel/webhook_spec.rb +0 -4
- data/spec/integration/chat/v2/service/channel_spec.rb +9 -8
- data/spec/integration/chat/v2/service/role_spec.rb +0 -3
- data/spec/integration/chat/v2/service/user/user_binding_spec.rb +0 -3
- data/spec/integration/chat/v2/service/user/user_channel_spec.rb +0 -4
- data/spec/integration/chat/v2/service/user_spec.rb +6 -6
- data/spec/integration/chat/v2/service_spec.rb +0 -4
- data/spec/integration/conversations/v1/conversation/message/delivery_receipt_spec.rb +132 -0
- data/spec/integration/conversations/v1/conversation/message_spec.rb +131 -15
- data/spec/integration/conversations/v1/conversation/participant_spec.rb +93 -8
- data/spec/integration/conversations/v1/conversation/webhook_spec.rb +0 -4
- data/spec/integration/conversations/v1/conversation_spec.rb +55 -8
- data/spec/integration/conversations/v1/webhook_spec.rb +0 -2
- data/spec/integration/fax/v1/fax/fax_media_spec.rb +0 -3
- data/spec/integration/fax/v1/fax_spec.rb +0 -4
- data/spec/integration/flex_api/v1/channel_spec.rb +0 -3
- data/spec/integration/flex_api/v1/configuration_spec.rb +0 -51
- data/spec/integration/flex_api/v1/flex_flow_spec.rb +0 -4
- data/spec/integration/flex_api/v1/web_channel_spec.rb +0 -4
- data/spec/integration/insights/v1/call/event_spec.rb +0 -1
- data/spec/integration/insights/v1/call/metric_spec.rb +0 -1
- data/spec/integration/insights/v1/call/summary_spec.rb +0 -1
- data/spec/integration/insights/v1/call_spec.rb +0 -1
- data/spec/integration/ip_messaging/v1/credential_spec.rb +0 -4
- data/spec/integration/ip_messaging/v1/service/channel/invite_spec.rb +0 -3
- data/spec/integration/ip_messaging/v1/service/channel/member_spec.rb +0 -4
- data/spec/integration/ip_messaging/v1/service/channel/message_spec.rb +0 -4
- data/spec/integration/ip_messaging/v1/service/channel_spec.rb +0 -5
- data/spec/integration/ip_messaging/v1/service/role_spec.rb +0 -3
- data/spec/integration/ip_messaging/v1/service/user/user_channel_spec.rb +0 -1
- data/spec/integration/ip_messaging/v1/service/user_spec.rb +0 -4
- data/spec/integration/ip_messaging/v1/service_spec.rb +0 -4
- data/spec/integration/ip_messaging/v2/credential_spec.rb +0 -4
- data/spec/integration/ip_messaging/v2/service/binding_spec.rb +0 -3
- data/spec/integration/ip_messaging/v2/service/channel/invite_spec.rb +0 -3
- data/spec/integration/ip_messaging/v2/service/channel/member_spec.rb +9 -7
- data/spec/integration/ip_messaging/v2/service/channel/message_spec.rb +9 -8
- data/spec/integration/ip_messaging/v2/service/channel/webhook_spec.rb +0 -4
- data/spec/integration/ip_messaging/v2/service/channel_spec.rb +9 -8
- data/spec/integration/ip_messaging/v2/service/role_spec.rb +0 -3
- data/spec/integration/ip_messaging/v2/service/user/user_binding_spec.rb +0 -3
- data/spec/integration/ip_messaging/v2/service/user/user_channel_spec.rb +0 -4
- data/spec/integration/ip_messaging/v2/service/user_spec.rb +6 -6
- data/spec/integration/ip_messaging/v2/service_spec.rb +0 -4
- data/spec/integration/lookups/v1/phone_number_spec.rb +0 -1
- data/spec/integration/messaging/v1/service/alpha_sender_spec.rb +0 -3
- data/spec/integration/messaging/v1/service/phone_number_spec.rb +0 -3
- data/spec/integration/messaging/v1/service/short_code_spec.rb +0 -3
- data/spec/integration/messaging/v1/service_spec.rb +0 -4
- data/spec/integration/monitor/v1/alert_spec.rb +0 -2
- data/spec/integration/monitor/v1/event_spec.rb +0 -2
- data/spec/integration/notify/v1/credential_spec.rb +0 -4
- data/spec/integration/notify/v1/service/binding_spec.rb +0 -3
- data/spec/integration/notify/v1/service/notification_spec.rb +0 -1
- data/spec/integration/notify/v1/service_spec.rb +0 -5
- data/spec/integration/numbers/v2/regulatory_compliance/bundle/evaluation_spec.rb +0 -3
- data/spec/integration/numbers/v2/regulatory_compliance/bundle/item_assignment_spec.rb +0 -3
- data/spec/integration/numbers/v2/regulatory_compliance/bundle_spec.rb +32 -4
- data/spec/integration/numbers/v2/regulatory_compliance/end_user_spec.rb +0 -3
- data/spec/integration/numbers/v2/regulatory_compliance/end_user_type_spec.rb +0 -2
- data/spec/integration/numbers/v2/regulatory_compliance/regulation_spec.rb +0 -2
- data/spec/integration/numbers/v2/regulatory_compliance/supporting_document_spec.rb +0 -3
- data/spec/integration/numbers/v2/regulatory_compliance/supporting_document_type_spec.rb +0 -2
- data/spec/integration/preview/bulk_exports/export/day_spec.rb +0 -2
- data/spec/integration/preview/bulk_exports/export/export_custom_job_spec.rb +0 -2
- data/spec/integration/preview/bulk_exports/export/job_spec.rb +0 -2
- data/spec/integration/preview/bulk_exports/export_configuration_spec.rb +0 -2
- data/spec/integration/preview/bulk_exports/export_spec.rb +0 -1
- data/spec/integration/preview/deployed_devices/fleet/certificate_spec.rb +0 -4
- data/spec/integration/preview/deployed_devices/fleet/deployment_spec.rb +0 -5
- data/spec/integration/preview/deployed_devices/fleet/device_spec.rb +0 -5
- data/spec/integration/preview/deployed_devices/fleet/key_spec.rb +0 -5
- data/spec/integration/preview/deployed_devices/fleet_spec.rb +0 -5
- data/spec/integration/preview/hosted_numbers/authorization_document/dependent_hosted_number_order_spec.rb +0 -1
- data/spec/integration/preview/hosted_numbers/authorization_document_spec.rb +0 -3
- data/spec/integration/preview/hosted_numbers/hosted_number_order_spec.rb +0 -4
- data/spec/integration/preview/marketplace/available_add_on/available_add_on_extension_spec.rb +0 -2
- data/spec/integration/preview/marketplace/available_add_on_spec.rb +0 -2
- data/spec/integration/preview/marketplace/installed_add_on/installed_add_on_extension_spec.rb +0 -2
- data/spec/integration/preview/marketplace/installed_add_on_spec.rb +0 -4
- data/spec/integration/preview/sync/service/document/document_permission_spec.rb +0 -3
- data/spec/integration/preview/sync/service/document_spec.rb +6 -6
- data/spec/integration/preview/sync/service/sync_list/sync_list_item_spec.rb +6 -5
- data/spec/integration/preview/sync/service/sync_list/sync_list_permission_spec.rb +0 -3
- data/spec/integration/preview/sync/service/sync_list_spec.rb +0 -4
- data/spec/integration/preview/sync/service/sync_map/sync_map_item_spec.rb +6 -5
- data/spec/integration/preview/sync/service/sync_map/sync_map_permission_spec.rb +0 -3
- data/spec/integration/preview/sync/service/sync_map_spec.rb +0 -4
- data/spec/integration/preview/sync/service_spec.rb +0 -5
- data/spec/integration/preview/trusted_comms/brands_information_spec.rb +3 -2
- data/spec/integration/preview/trusted_comms/business/brand/branded_channel_spec.rb +0 -1
- data/spec/integration/preview/trusted_comms/business/brand_spec.rb +0 -1
- data/spec/integration/preview/trusted_comms/business/insights/impressions_rate_spec.rb +0 -1
- data/spec/integration/preview/trusted_comms/business_spec.rb +0 -1
- data/spec/integration/preview/trusted_comms/cps_spec.rb +3 -2
- data/spec/integration/preview/trusted_comms/current_call_spec.rb +6 -2
- data/spec/integration/preview/understand/assistant/assistant_fallback_actions_spec.rb +0 -2
- data/spec/integration/preview/understand/assistant/assistant_initiation_actions_spec.rb +0 -2
- data/spec/integration/preview/understand/assistant/dialogue_spec.rb +0 -1
- data/spec/integration/preview/understand/assistant/field_type/field_value_spec.rb +0 -3
- data/spec/integration/preview/understand/assistant/field_type_spec.rb +0 -4
- data/spec/integration/preview/understand/assistant/model_build_spec.rb +0 -5
- data/spec/integration/preview/understand/assistant/query_spec.rb +0 -4
- data/spec/integration/preview/understand/assistant/style_sheet_spec.rb +0 -2
- data/spec/integration/preview/understand/assistant/task/field_spec.rb +0 -3
- data/spec/integration/preview/understand/assistant/task/sample_spec.rb +0 -4
- data/spec/integration/preview/understand/assistant/task/task_actions_spec.rb +0 -2
- data/spec/integration/preview/understand/assistant/task/task_statistics_spec.rb +0 -1
- data/spec/integration/preview/understand/assistant/task_spec.rb +0 -4
- data/spec/integration/preview/understand/assistant_spec.rb +0 -5
- data/spec/integration/preview/wireless/command_spec.rb +0 -2
- data/spec/integration/preview/wireless/rate_plan_spec.rb +0 -5
- data/spec/integration/preview/wireless/sim/usage_spec.rb +0 -1
- data/spec/integration/preview/wireless/sim_spec.rb +0 -3
- data/spec/integration/pricing/v1/messaging/country_spec.rb +0 -2
- data/spec/integration/pricing/v1/phone_number/country_spec.rb +0 -2
- data/spec/integration/pricing/v1/voice/country_spec.rb +0 -2
- data/spec/integration/pricing/v1/voice/number_spec.rb +0 -1
- data/spec/integration/pricing/v2/voice/country_spec.rb +0 -2
- data/spec/integration/pricing/v2/voice/number_spec.rb +0 -1
- data/spec/integration/proxy/v1/service/phone_number_spec.rb +0 -5
- data/spec/integration/proxy/v1/service/session/interaction_spec.rb +0 -3
- data/spec/integration/proxy/v1/service/session/participant/message_interaction_spec.rb +0 -3
- data/spec/integration/proxy/v1/service/session/participant_spec.rb +0 -3
- data/spec/integration/proxy/v1/service/session_spec.rb +0 -5
- data/spec/integration/proxy/v1/service/short_code_spec.rb +0 -4
- data/spec/integration/proxy/v1/service_spec.rb +0 -4
- data/spec/integration/serverless/v1/service/asset/asset_version_spec.rb +0 -2
- data/spec/integration/serverless/v1/service/asset_spec.rb +0 -3
- data/spec/integration/serverless/v1/service/build_spec.rb +0 -4
- data/spec/integration/serverless/v1/service/environment/deployment_spec.rb +0 -3
- data/spec/integration/serverless/v1/service/environment/log_spec.rb +0 -2
- data/spec/integration/serverless/v1/service/environment/variable_spec.rb +0 -4
- data/spec/integration/serverless/v1/service/environment_spec.rb +0 -3
- data/spec/integration/serverless/v1/service/function/function_version/function_version_content_spec.rb +0 -1
- data/spec/integration/serverless/v1/service/function/function_version_spec.rb +0 -2
- data/spec/integration/serverless/v1/service/function_spec.rb +0 -3
- data/spec/integration/serverless/v1/service_spec.rb +0 -4
- data/spec/integration/studio/v1/flow/engagement/engagement_context_spec.rb +0 -1
- data/spec/integration/studio/v1/flow/engagement/step/step_context_spec.rb +0 -1
- data/spec/integration/studio/v1/flow/engagement/step_spec.rb +0 -2
- data/spec/integration/studio/v1/flow/engagement_spec.rb +0 -3
- data/spec/integration/studio/v1/flow/execution/execution_context_spec.rb +0 -1
- data/spec/integration/studio/v1/flow/execution/execution_step/execution_step_context_spec.rb +0 -1
- data/spec/integration/studio/v1/flow/execution/execution_step_spec.rb +0 -2
- data/spec/integration/studio/v1/flow/execution_spec.rb +0 -3
- data/spec/integration/studio/v1/flow_spec.rb +0 -3
- data/spec/integration/studio/v2/flow/execution/execution_context_spec.rb +0 -1
- data/spec/integration/studio/v2/flow/execution/execution_step/execution_step_context_spec.rb +0 -1
- data/spec/integration/studio/v2/flow/execution/execution_step_spec.rb +0 -2
- data/spec/integration/studio/v2/flow/execution_spec.rb +0 -3
- data/spec/integration/studio/v2/flow/flow_revision_spec.rb +0 -2
- data/spec/integration/studio/v2/flow/test_user_spec.rb +0 -1
- data/spec/integration/studio/v2/flow_spec.rb +0 -3
- data/spec/integration/supersim/v1/command_spec.rb +0 -2
- data/spec/integration/supersim/v1/fleet_spec.rb +0 -3
- data/spec/integration/supersim/v1/network_access_profile/network_access_profile_network_spec.rb +0 -3
- data/spec/integration/supersim/v1/network_access_profile_spec.rb +0 -4
- data/spec/integration/supersim/v1/network_spec.rb +0 -2
- data/spec/integration/supersim/v1/sim_spec.rb +0 -3
- data/spec/integration/supersim/v1/usage_record_spec.rb +0 -1
- data/spec/integration/sync/v1/service/document/document_permission_spec.rb +0 -3
- data/spec/integration/sync/v1/service/document_spec.rb +6 -7
- data/spec/integration/sync/v1/service/sync_list/sync_list_item_spec.rb +6 -6
- data/spec/integration/sync/v1/service/sync_list/sync_list_permission_spec.rb +0 -3
- data/spec/integration/sync/v1/service/sync_list_spec.rb +0 -5
- data/spec/integration/sync/v1/service/sync_map/sync_map_item_spec.rb +6 -6
- data/spec/integration/sync/v1/service/sync_map/sync_map_permission_spec.rb +0 -3
- data/spec/integration/sync/v1/service/sync_map_spec.rb +0 -5
- data/spec/integration/sync/v1/service/sync_stream_spec.rb +0 -5
- data/spec/integration/sync/v1/service_spec.rb +0 -5
- data/spec/integration/taskrouter/v1/workspace/activity_spec.rb +0 -4
- data/spec/integration/taskrouter/v1/workspace/event_spec.rb +0 -2
- data/spec/integration/taskrouter/v1/workspace/task/reservation_spec.rb +0 -3
- data/spec/integration/taskrouter/v1/workspace/task_channel_spec.rb +0 -4
- data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics_spec.rb +0 -1
- data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics_spec.rb +0 -1
- data/spec/integration/taskrouter/v1/workspace/task_queue/task_queue_statistics_spec.rb +0 -1
- data/spec/integration/taskrouter/v1/workspace/task_queue/task_queues_statistics_spec.rb +0 -1
- data/spec/integration/taskrouter/v1/workspace/task_queue_spec.rb +0 -4
- data/spec/integration/taskrouter/v1/workspace/task_spec.rb +0 -5
- data/spec/integration/taskrouter/v1/workspace/worker/reservation_spec.rb +0 -3
- data/spec/integration/taskrouter/v1/workspace/worker/worker_channel_spec.rb +0 -3
- data/spec/integration/taskrouter/v1/workspace/worker/worker_statistics_spec.rb +0 -1
- data/spec/integration/taskrouter/v1/workspace/worker/workers_cumulative_statistics_spec.rb +0 -1
- data/spec/integration/taskrouter/v1/workspace/worker/workers_real_time_statistics_spec.rb +0 -1
- data/spec/integration/taskrouter/v1/workspace/worker/workers_statistics_spec.rb +0 -1
- data/spec/integration/taskrouter/v1/workspace/worker_spec.rb +0 -4
- data/spec/integration/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics_spec.rb +0 -1
- data/spec/integration/taskrouter/v1/workspace/workflow/workflow_real_time_statistics_spec.rb +0 -1
- data/spec/integration/taskrouter/v1/workspace/workflow/workflow_statistics_spec.rb +0 -1
- data/spec/integration/taskrouter/v1/workspace/workflow_spec.rb +0 -4
- data/spec/integration/taskrouter/v1/workspace/workspace_cumulative_statistics_spec.rb +0 -1
- data/spec/integration/taskrouter/v1/workspace/workspace_real_time_statistics_spec.rb +0 -1
- data/spec/integration/taskrouter/v1/workspace/workspace_statistics_spec.rb +0 -1
- data/spec/integration/taskrouter/v1/workspace_spec.rb +0 -4
- data/spec/integration/trunking/v1/trunk/credential_list_spec.rb +0 -3
- data/spec/integration/trunking/v1/trunk/ip_access_control_list_spec.rb +0 -3
- data/spec/integration/trunking/v1/trunk/origination_url_spec.rb +0 -4
- data/spec/integration/trunking/v1/trunk/phone_number_spec.rb +0 -3
- data/spec/integration/trunking/v1/trunk_spec.rb +0 -5
- data/spec/integration/verify/v2/form_spec.rb +5 -6
- data/spec/integration/verify/v2/service/access_token_spec.rb +44 -0
- data/spec/integration/verify/v2/service/entity/{factor/challenge_spec.rb → challenge_spec.rb} +41 -142
- data/spec/integration/verify/v2/service/entity/factor_spec.rb +21 -27
- data/spec/integration/verify/v2/service/entity_spec.rb +15 -10
- data/spec/integration/verify/v2/service/messaging_configuration_spec.rb +0 -3
- data/spec/integration/verify/v2/service/rate_limit/bucket_spec.rb +0 -4
- data/spec/integration/verify/v2/service/rate_limit_spec.rb +0 -4
- data/spec/integration/verify/v2/service/verification_spec.rb +0 -1
- data/spec/integration/verify/v2/service/webhook_spec.rb +258 -0
- data/spec/integration/verify/v2/service_spec.rb +12 -8
- data/spec/integration/video/v1/composition_hook_spec.rb +0 -3
- data/spec/integration/video/v1/composition_settings_spec.rb +0 -1
- data/spec/integration/video/v1/composition_spec.rb +0 -3
- data/spec/integration/video/v1/recording_settings_spec.rb +0 -1
- data/spec/integration/video/v1/recording_spec.rb +0 -3
- data/spec/integration/video/v1/room/recording_spec.rb +0 -3
- data/spec/integration/video/v1/room/room_participant/room_participant_published_track_spec.rb +0 -2
- data/spec/integration/video/v1/room/room_participant/room_participant_subscribe_rule_spec.rb +0 -2
- data/spec/integration/video/v1/room/room_participant/room_participant_subscribed_track_spec.rb +0 -2
- data/spec/integration/video/v1/room/room_participant_spec.rb +0 -3
- data/spec/integration/video/v1/room_spec.rb +0 -3
- data/spec/integration/voice/v1/byoc_trunk_spec.rb +0 -5
- data/spec/integration/voice/v1/connection_policy/connection_policy_target_spec.rb +0 -4
- data/spec/integration/voice/v1/connection_policy_spec.rb +0 -5
- data/spec/integration/voice/v1/dialing_permissions/country/highrisk_special_prefix_spec.rb +0 -1
- data/spec/integration/voice/v1/dialing_permissions/country_spec.rb +0 -2
- data/spec/integration/voice/v1/dialing_permissions/settings_spec.rb +0 -2
- data/spec/integration/voice/v1/ip_record_spec.rb +0 -4
- data/spec/integration/voice/v1/source_ip_mapping_spec.rb +0 -3
- data/spec/integration/wireless/v1/command_spec.rb +0 -3
- data/spec/integration/wireless/v1/rate_plan_spec.rb +0 -5
- data/spec/integration/wireless/v1/sim/data_session_spec.rb +0 -1
- data/spec/integration/wireless/v1/sim/usage_record_spec.rb +0 -1
- data/spec/integration/wireless/v1/sim_spec.rb +0 -4
- data/spec/integration/wireless/v1/usage_record_spec.rb +0 -1
- metadata +16 -28
- data/lib/twilio-ruby/rest/authy.rb +0 -55
- data/lib/twilio-ruby/rest/authy/v1.rb +0 -59
- data/lib/twilio-ruby/rest/authy/v1/form.rb +0 -197
- data/lib/twilio-ruby/rest/authy/v1/service.rb +0 -404
- data/lib/twilio-ruby/rest/authy/v1/service/entity/factor/challenge.rb +0 -494
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/export_assistant.rb +0 -222
- data/lib/twilio-ruby/rest/verify/v2/service/entity/access_token.rb +0 -141
- data/lib/twilio-ruby/rest/verify/v2/service/entity/factor/challenge.rb +0 -494
- data/spec/integration/authy/v1/form_spec.rb +0 -48
- data/spec/integration/authy/v1/service/entity/factor/challenge_spec.rb +0 -353
- data/spec/integration/authy/v1/service/entity/factor_spec.rb +0 -298
- data/spec/integration/authy/v1/service/entity_spec.rb +0 -201
- data/spec/integration/authy/v1/service_spec.rb +0 -231
- data/spec/integration/autopilot/v1/assistant/export_assistant_spec.rb +0 -49
- data/spec/integration/verify/v2/service/entity/access_token_spec.rb +0 -46
@@ -1,404 +0,0 @@
|
|
1
|
-
##
|
2
|
-
# This code was generated by
|
3
|
-
# \ / _ _ _| _ _
|
4
|
-
# | (_)\/(_)(_|\/| |(/_ v1.0.0
|
5
|
-
# / /
|
6
|
-
#
|
7
|
-
# frozen_string_literal: true
|
8
|
-
|
9
|
-
module Twilio
|
10
|
-
module REST
|
11
|
-
class Authy < Domain
|
12
|
-
class V1 < Version
|
13
|
-
##
|
14
|
-
# PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
|
15
|
-
class ServiceList < ListResource
|
16
|
-
##
|
17
|
-
# Initialize the ServiceList
|
18
|
-
# @param [Version] version Version that contains the resource
|
19
|
-
# @return [ServiceList] ServiceList
|
20
|
-
def initialize(version)
|
21
|
-
super(version)
|
22
|
-
|
23
|
-
# Path Solution
|
24
|
-
@solution = {}
|
25
|
-
@uri = "/Services"
|
26
|
-
end
|
27
|
-
|
28
|
-
##
|
29
|
-
# Retrieve a single page of ServiceInstance records from the API.
|
30
|
-
# Request is executed immediately.
|
31
|
-
# @param [String] friendly_name A human readable description of this resource, up
|
32
|
-
# to 64 characters.
|
33
|
-
# @param [String] push The optional service level push factors configuration. If
|
34
|
-
# present it must be a json string with the following format:
|
35
|
-
# {"notify_service_sid": "ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "include_date":
|
36
|
-
# true}
|
37
|
-
# @return [ServiceInstance] Newly created ServiceInstance
|
38
|
-
def create(friendly_name: nil, push: :unset)
|
39
|
-
data = Twilio::Values.of({'FriendlyName' => friendly_name, 'Push' => push, })
|
40
|
-
|
41
|
-
payload = @version.create(
|
42
|
-
'POST',
|
43
|
-
@uri,
|
44
|
-
data: data
|
45
|
-
)
|
46
|
-
|
47
|
-
ServiceInstance.new(@version, payload, )
|
48
|
-
end
|
49
|
-
|
50
|
-
##
|
51
|
-
# Lists ServiceInstance records from the API as a list.
|
52
|
-
# Unlike stream(), this operation is eager and will load `limit` records into
|
53
|
-
# memory before returning.
|
54
|
-
# @param [Integer] limit Upper limit for the number of records to return. stream()
|
55
|
-
# guarantees to never return more than limit. Default is no limit
|
56
|
-
# @param [Integer] page_size Number of records to fetch per request, when
|
57
|
-
# not set will use the default value of 50 records. If no page_size is defined
|
58
|
-
# but a limit is defined, stream() will attempt to read the limit with the most
|
59
|
-
# efficient page size, i.e. min(limit, 1000)
|
60
|
-
# @return [Array] Array of up to limit results
|
61
|
-
def list(limit: nil, page_size: nil)
|
62
|
-
self.stream(limit: limit, page_size: page_size).entries
|
63
|
-
end
|
64
|
-
|
65
|
-
##
|
66
|
-
# Streams ServiceInstance records from the API as an Enumerable.
|
67
|
-
# This operation lazily loads records as efficiently as possible until the limit
|
68
|
-
# is reached.
|
69
|
-
# @param [Integer] limit Upper limit for the number of records to return. stream()
|
70
|
-
# guarantees to never return more than limit. Default is no limit.
|
71
|
-
# @param [Integer] page_size Number of records to fetch per request, when
|
72
|
-
# not set will use the default value of 50 records. If no page_size is defined
|
73
|
-
# but a limit is defined, stream() will attempt to read the limit with the most
|
74
|
-
# efficient page size, i.e. min(limit, 1000)
|
75
|
-
# @return [Enumerable] Enumerable that will yield up to limit results
|
76
|
-
def stream(limit: nil, page_size: nil)
|
77
|
-
limits = @version.read_limits(limit, page_size)
|
78
|
-
|
79
|
-
page = self.page(page_size: limits[:page_size], )
|
80
|
-
|
81
|
-
@version.stream(page, limit: limits[:limit], page_limit: limits[:page_limit])
|
82
|
-
end
|
83
|
-
|
84
|
-
##
|
85
|
-
# When passed a block, yields ServiceInstance records from the API.
|
86
|
-
# This operation lazily loads records as efficiently as possible until the limit
|
87
|
-
# is reached.
|
88
|
-
def each
|
89
|
-
limits = @version.read_limits
|
90
|
-
|
91
|
-
page = self.page(page_size: limits[:page_size], )
|
92
|
-
|
93
|
-
@version.stream(page,
|
94
|
-
limit: limits[:limit],
|
95
|
-
page_limit: limits[:page_limit]).each {|x| yield x}
|
96
|
-
end
|
97
|
-
|
98
|
-
##
|
99
|
-
# Retrieve a single page of ServiceInstance records from the API.
|
100
|
-
# Request is executed immediately.
|
101
|
-
# @param [String] page_token PageToken provided by the API
|
102
|
-
# @param [Integer] page_number Page Number, this value is simply for client state
|
103
|
-
# @param [Integer] page_size Number of records to return, defaults to 50
|
104
|
-
# @return [Page] Page of ServiceInstance
|
105
|
-
def page(page_token: :unset, page_number: :unset, page_size: :unset)
|
106
|
-
params = Twilio::Values.of({
|
107
|
-
'PageToken' => page_token,
|
108
|
-
'Page' => page_number,
|
109
|
-
'PageSize' => page_size,
|
110
|
-
})
|
111
|
-
response = @version.page(
|
112
|
-
'GET',
|
113
|
-
@uri,
|
114
|
-
params
|
115
|
-
)
|
116
|
-
ServicePage.new(@version, response, @solution)
|
117
|
-
end
|
118
|
-
|
119
|
-
##
|
120
|
-
# Retrieve a single page of ServiceInstance records from the API.
|
121
|
-
# Request is executed immediately.
|
122
|
-
# @param [String] target_url API-generated URL for the requested results page
|
123
|
-
# @return [Page] Page of ServiceInstance
|
124
|
-
def get_page(target_url)
|
125
|
-
response = @version.domain.request(
|
126
|
-
'GET',
|
127
|
-
target_url
|
128
|
-
)
|
129
|
-
ServicePage.new(@version, response, @solution)
|
130
|
-
end
|
131
|
-
|
132
|
-
##
|
133
|
-
# Provide a user friendly representation
|
134
|
-
def to_s
|
135
|
-
'#<Twilio.Authy.V1.ServiceList>'
|
136
|
-
end
|
137
|
-
end
|
138
|
-
|
139
|
-
##
|
140
|
-
# PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
|
141
|
-
class ServicePage < Page
|
142
|
-
##
|
143
|
-
# Initialize the ServicePage
|
144
|
-
# @param [Version] version Version that contains the resource
|
145
|
-
# @param [Response] response Response from the API
|
146
|
-
# @param [Hash] solution Path solution for the resource
|
147
|
-
# @return [ServicePage] ServicePage
|
148
|
-
def initialize(version, response, solution)
|
149
|
-
super(version, response)
|
150
|
-
|
151
|
-
# Path Solution
|
152
|
-
@solution = solution
|
153
|
-
end
|
154
|
-
|
155
|
-
##
|
156
|
-
# Build an instance of ServiceInstance
|
157
|
-
# @param [Hash] payload Payload response from the API
|
158
|
-
# @return [ServiceInstance] ServiceInstance
|
159
|
-
def get_instance(payload)
|
160
|
-
ServiceInstance.new(@version, payload, )
|
161
|
-
end
|
162
|
-
|
163
|
-
##
|
164
|
-
# Provide a user friendly representation
|
165
|
-
def to_s
|
166
|
-
'<Twilio.Authy.V1.ServicePage>'
|
167
|
-
end
|
168
|
-
end
|
169
|
-
|
170
|
-
##
|
171
|
-
# PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
|
172
|
-
class ServiceContext < InstanceContext
|
173
|
-
##
|
174
|
-
# Initialize the ServiceContext
|
175
|
-
# @param [Version] version Version that contains the resource
|
176
|
-
# @param [String] sid A 34 character string that uniquely identifies this Service.
|
177
|
-
# @return [ServiceContext] ServiceContext
|
178
|
-
def initialize(version, sid)
|
179
|
-
super(version)
|
180
|
-
|
181
|
-
# Path Solution
|
182
|
-
@solution = {sid: sid, }
|
183
|
-
@uri = "/Services/#{@solution[:sid]}"
|
184
|
-
|
185
|
-
# Dependents
|
186
|
-
@entities = nil
|
187
|
-
end
|
188
|
-
|
189
|
-
##
|
190
|
-
# Deletes the ServiceInstance
|
191
|
-
# @return [Boolean] true if delete succeeds, false otherwise
|
192
|
-
def delete
|
193
|
-
@version.delete('delete', @uri)
|
194
|
-
end
|
195
|
-
|
196
|
-
##
|
197
|
-
# Fetch a ServiceInstance
|
198
|
-
# @return [ServiceInstance] Fetched ServiceInstance
|
199
|
-
def fetch
|
200
|
-
params = Twilio::Values.of({})
|
201
|
-
|
202
|
-
payload = @version.fetch(
|
203
|
-
'GET',
|
204
|
-
@uri,
|
205
|
-
params,
|
206
|
-
)
|
207
|
-
|
208
|
-
ServiceInstance.new(@version, payload, sid: @solution[:sid], )
|
209
|
-
end
|
210
|
-
|
211
|
-
##
|
212
|
-
# Update the ServiceInstance
|
213
|
-
# @param [String] friendly_name A human readable description of this resource, up
|
214
|
-
# to 64 characters.
|
215
|
-
# @param [String] push The optional service level push factors configuration. If
|
216
|
-
# present it must be a json string with the following format:
|
217
|
-
# {"notify_service_sid": "ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "include_date":
|
218
|
-
# true}
|
219
|
-
# @return [ServiceInstance] Updated ServiceInstance
|
220
|
-
def update(friendly_name: :unset, push: :unset)
|
221
|
-
data = Twilio::Values.of({'FriendlyName' => friendly_name, 'Push' => push, })
|
222
|
-
|
223
|
-
payload = @version.update(
|
224
|
-
'POST',
|
225
|
-
@uri,
|
226
|
-
data: data,
|
227
|
-
)
|
228
|
-
|
229
|
-
ServiceInstance.new(@version, payload, sid: @solution[:sid], )
|
230
|
-
end
|
231
|
-
|
232
|
-
##
|
233
|
-
# Access the entities
|
234
|
-
# @return [EntityList]
|
235
|
-
# @return [EntityContext] if identity was passed.
|
236
|
-
def entities(identity=:unset)
|
237
|
-
raise ArgumentError, 'identity cannot be nil' if identity.nil?
|
238
|
-
|
239
|
-
if identity != :unset
|
240
|
-
return EntityContext.new(@version, @solution[:sid], identity, )
|
241
|
-
end
|
242
|
-
|
243
|
-
unless @entities
|
244
|
-
@entities = EntityList.new(@version, service_sid: @solution[:sid], )
|
245
|
-
end
|
246
|
-
|
247
|
-
@entities
|
248
|
-
end
|
249
|
-
|
250
|
-
##
|
251
|
-
# Provide a user friendly representation
|
252
|
-
def to_s
|
253
|
-
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
254
|
-
"#<Twilio.Authy.V1.ServiceContext #{context}>"
|
255
|
-
end
|
256
|
-
|
257
|
-
##
|
258
|
-
# Provide a detailed, user friendly representation
|
259
|
-
def inspect
|
260
|
-
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
261
|
-
"#<Twilio.Authy.V1.ServiceContext #{context}>"
|
262
|
-
end
|
263
|
-
end
|
264
|
-
|
265
|
-
##
|
266
|
-
# PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
|
267
|
-
class ServiceInstance < InstanceResource
|
268
|
-
##
|
269
|
-
# Initialize the ServiceInstance
|
270
|
-
# @param [Version] version Version that contains the resource
|
271
|
-
# @param [Hash] payload payload that contains response from Twilio
|
272
|
-
# @param [String] sid A 34 character string that uniquely identifies this Service.
|
273
|
-
# @return [ServiceInstance] ServiceInstance
|
274
|
-
def initialize(version, payload, sid: nil)
|
275
|
-
super(version)
|
276
|
-
|
277
|
-
# Marshaled Properties
|
278
|
-
@properties = {
|
279
|
-
'sid' => payload['sid'],
|
280
|
-
'friendly_name' => payload['friendly_name'],
|
281
|
-
'account_sid' => payload['account_sid'],
|
282
|
-
'date_created' => Twilio.deserialize_iso8601_datetime(payload['date_created']),
|
283
|
-
'date_updated' => Twilio.deserialize_iso8601_datetime(payload['date_updated']),
|
284
|
-
'url' => payload['url'],
|
285
|
-
'links' => payload['links'],
|
286
|
-
'configuration' => payload['configuration'],
|
287
|
-
}
|
288
|
-
|
289
|
-
# Context
|
290
|
-
@instance_context = nil
|
291
|
-
@params = {'sid' => sid || @properties['sid'], }
|
292
|
-
end
|
293
|
-
|
294
|
-
##
|
295
|
-
# Generate an instance context for the instance, the context is capable of
|
296
|
-
# performing various actions. All instance actions are proxied to the context
|
297
|
-
# @return [ServiceContext] ServiceContext for this ServiceInstance
|
298
|
-
def context
|
299
|
-
unless @instance_context
|
300
|
-
@instance_context = ServiceContext.new(@version, @params['sid'], )
|
301
|
-
end
|
302
|
-
@instance_context
|
303
|
-
end
|
304
|
-
|
305
|
-
##
|
306
|
-
# @return [String] A string that uniquely identifies this Service.
|
307
|
-
def sid
|
308
|
-
@properties['sid']
|
309
|
-
end
|
310
|
-
|
311
|
-
##
|
312
|
-
# @return [String] A human readable description of this resource.
|
313
|
-
def friendly_name
|
314
|
-
@properties['friendly_name']
|
315
|
-
end
|
316
|
-
|
317
|
-
##
|
318
|
-
# @return [String] Account Sid.
|
319
|
-
def account_sid
|
320
|
-
@properties['account_sid']
|
321
|
-
end
|
322
|
-
|
323
|
-
##
|
324
|
-
# @return [Time] The date this Service was created
|
325
|
-
def date_created
|
326
|
-
@properties['date_created']
|
327
|
-
end
|
328
|
-
|
329
|
-
##
|
330
|
-
# @return [Time] The date this Service was updated
|
331
|
-
def date_updated
|
332
|
-
@properties['date_updated']
|
333
|
-
end
|
334
|
-
|
335
|
-
##
|
336
|
-
# @return [String] The URL of this resource.
|
337
|
-
def url
|
338
|
-
@properties['url']
|
339
|
-
end
|
340
|
-
|
341
|
-
##
|
342
|
-
# @return [String] Nested resource URLs.
|
343
|
-
def links
|
344
|
-
@properties['links']
|
345
|
-
end
|
346
|
-
|
347
|
-
##
|
348
|
-
# @return [Hash] The service level configuration of all the factor types.
|
349
|
-
def configuration
|
350
|
-
@properties['configuration']
|
351
|
-
end
|
352
|
-
|
353
|
-
##
|
354
|
-
# Deletes the ServiceInstance
|
355
|
-
# @return [Boolean] true if delete succeeds, false otherwise
|
356
|
-
def delete
|
357
|
-
context.delete
|
358
|
-
end
|
359
|
-
|
360
|
-
##
|
361
|
-
# Fetch a ServiceInstance
|
362
|
-
# @return [ServiceInstance] Fetched ServiceInstance
|
363
|
-
def fetch
|
364
|
-
context.fetch
|
365
|
-
end
|
366
|
-
|
367
|
-
##
|
368
|
-
# Update the ServiceInstance
|
369
|
-
# @param [String] friendly_name A human readable description of this resource, up
|
370
|
-
# to 64 characters.
|
371
|
-
# @param [String] push The optional service level push factors configuration. If
|
372
|
-
# present it must be a json string with the following format:
|
373
|
-
# {"notify_service_sid": "ISXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "include_date":
|
374
|
-
# true}
|
375
|
-
# @return [ServiceInstance] Updated ServiceInstance
|
376
|
-
def update(friendly_name: :unset, push: :unset)
|
377
|
-
context.update(friendly_name: friendly_name, push: push, )
|
378
|
-
end
|
379
|
-
|
380
|
-
##
|
381
|
-
# Access the entities
|
382
|
-
# @return [entities] entities
|
383
|
-
def entities
|
384
|
-
context.entities
|
385
|
-
end
|
386
|
-
|
387
|
-
##
|
388
|
-
# Provide a user friendly representation
|
389
|
-
def to_s
|
390
|
-
values = @params.map{|k, v| "#{k}: #{v}"}.join(" ")
|
391
|
-
"<Twilio.Authy.V1.ServiceInstance #{values}>"
|
392
|
-
end
|
393
|
-
|
394
|
-
##
|
395
|
-
# Provide a detailed, user friendly representation
|
396
|
-
def inspect
|
397
|
-
values = @properties.map{|k, v| "#{k}: #{v}"}.join(" ")
|
398
|
-
"<Twilio.Authy.V1.ServiceInstance #{values}>"
|
399
|
-
end
|
400
|
-
end
|
401
|
-
end
|
402
|
-
end
|
403
|
-
end
|
404
|
-
end
|
@@ -1,494 +0,0 @@
|
|
1
|
-
##
|
2
|
-
# This code was generated by
|
3
|
-
# \ / _ _ _| _ _
|
4
|
-
# | (_)\/(_)(_|\/| |(/_ v1.0.0
|
5
|
-
# / /
|
6
|
-
#
|
7
|
-
# frozen_string_literal: true
|
8
|
-
|
9
|
-
module Twilio
|
10
|
-
module REST
|
11
|
-
class Authy < Domain
|
12
|
-
class V1 < Version
|
13
|
-
class ServiceContext < InstanceContext
|
14
|
-
class EntityContext < InstanceContext
|
15
|
-
class FactorContext < InstanceContext
|
16
|
-
##
|
17
|
-
# PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
|
18
|
-
class ChallengeList < ListResource
|
19
|
-
##
|
20
|
-
# Initialize the ChallengeList
|
21
|
-
# @param [Version] version Version that contains the resource
|
22
|
-
# @param [String] service_sid The unique SID identifier of the Service.
|
23
|
-
# @param [String] identity Customer unique identity for the Entity owner of the
|
24
|
-
# Challenge
|
25
|
-
# @param [String] factor_sid The unique SID identifier of the Factor.
|
26
|
-
# @return [ChallengeList] ChallengeList
|
27
|
-
def initialize(version, service_sid: nil, identity: nil, factor_sid: nil)
|
28
|
-
super(version)
|
29
|
-
|
30
|
-
# Path Solution
|
31
|
-
@solution = {service_sid: service_sid, identity: identity, factor_sid: factor_sid}
|
32
|
-
@uri = "/Services/#{@solution[:service_sid]}/Entities/#{@solution[:identity]}/Factors/#{@solution[:factor_sid]}/Challenges"
|
33
|
-
end
|
34
|
-
|
35
|
-
##
|
36
|
-
# Retrieve a single page of ChallengeInstance records from the API.
|
37
|
-
# Request is executed immediately.
|
38
|
-
# @param [Time] expiration_date The future date in which this Challenge will
|
39
|
-
# expire, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
|
40
|
-
# @param [String] details Details provided to give context about the Challenge.
|
41
|
-
# Shown to the end user.
|
42
|
-
# @param [String] hidden_details Details provided to give context about the
|
43
|
-
# Challenge. Not shown to the end user.
|
44
|
-
# @return [ChallengeInstance] Newly created ChallengeInstance
|
45
|
-
def create(expiration_date: :unset, details: :unset, hidden_details: :unset)
|
46
|
-
data = Twilio::Values.of({
|
47
|
-
'ExpirationDate' => Twilio.serialize_iso8601_datetime(expiration_date),
|
48
|
-
'Details' => details,
|
49
|
-
'HiddenDetails' => hidden_details,
|
50
|
-
})
|
51
|
-
|
52
|
-
payload = @version.create(
|
53
|
-
'POST',
|
54
|
-
@uri,
|
55
|
-
data: data
|
56
|
-
)
|
57
|
-
|
58
|
-
ChallengeInstance.new(
|
59
|
-
@version,
|
60
|
-
payload,
|
61
|
-
service_sid: @solution[:service_sid],
|
62
|
-
identity: @solution[:identity],
|
63
|
-
factor_sid: @solution[:factor_sid],
|
64
|
-
)
|
65
|
-
end
|
66
|
-
|
67
|
-
##
|
68
|
-
# Lists ChallengeInstance records from the API as a list.
|
69
|
-
# Unlike stream(), this operation is eager and will load `limit` records into
|
70
|
-
# memory before returning.
|
71
|
-
# @param [challenge.ChallengeStatuses] status The Status of the Challenges to
|
72
|
-
# fetch. One of `pending`, `expired`, `approved` or `denied`.
|
73
|
-
# @param [Integer] limit Upper limit for the number of records to return. stream()
|
74
|
-
# guarantees to never return more than limit. Default is no limit
|
75
|
-
# @param [Integer] page_size Number of records to fetch per request, when
|
76
|
-
# not set will use the default value of 50 records. If no page_size is defined
|
77
|
-
# but a limit is defined, stream() will attempt to read the limit with the most
|
78
|
-
# efficient page size, i.e. min(limit, 1000)
|
79
|
-
# @return [Array] Array of up to limit results
|
80
|
-
def list(status: :unset, limit: nil, page_size: nil)
|
81
|
-
self.stream(status: status, limit: limit, page_size: page_size).entries
|
82
|
-
end
|
83
|
-
|
84
|
-
##
|
85
|
-
# Streams ChallengeInstance records from the API as an Enumerable.
|
86
|
-
# This operation lazily loads records as efficiently as possible until the limit
|
87
|
-
# is reached.
|
88
|
-
# @param [challenge.ChallengeStatuses] status The Status of the Challenges to
|
89
|
-
# fetch. One of `pending`, `expired`, `approved` or `denied`.
|
90
|
-
# @param [Integer] limit Upper limit for the number of records to return. stream()
|
91
|
-
# guarantees to never return more than limit. Default is no limit.
|
92
|
-
# @param [Integer] page_size Number of records to fetch per request, when
|
93
|
-
# not set will use the default value of 50 records. If no page_size is defined
|
94
|
-
# but a limit is defined, stream() will attempt to read the limit with the most
|
95
|
-
# efficient page size, i.e. min(limit, 1000)
|
96
|
-
# @return [Enumerable] Enumerable that will yield up to limit results
|
97
|
-
def stream(status: :unset, limit: nil, page_size: nil)
|
98
|
-
limits = @version.read_limits(limit, page_size)
|
99
|
-
|
100
|
-
page = self.page(status: status, page_size: limits[:page_size], )
|
101
|
-
|
102
|
-
@version.stream(page, limit: limits[:limit], page_limit: limits[:page_limit])
|
103
|
-
end
|
104
|
-
|
105
|
-
##
|
106
|
-
# When passed a block, yields ChallengeInstance records from the API.
|
107
|
-
# This operation lazily loads records as efficiently as possible until the limit
|
108
|
-
# is reached.
|
109
|
-
def each
|
110
|
-
limits = @version.read_limits
|
111
|
-
|
112
|
-
page = self.page(page_size: limits[:page_size], )
|
113
|
-
|
114
|
-
@version.stream(page,
|
115
|
-
limit: limits[:limit],
|
116
|
-
page_limit: limits[:page_limit]).each {|x| yield x}
|
117
|
-
end
|
118
|
-
|
119
|
-
##
|
120
|
-
# Retrieve a single page of ChallengeInstance records from the API.
|
121
|
-
# Request is executed immediately.
|
122
|
-
# @param [challenge.ChallengeStatuses] status The Status of the Challenges to
|
123
|
-
# fetch. One of `pending`, `expired`, `approved` or `denied`.
|
124
|
-
# @param [String] page_token PageToken provided by the API
|
125
|
-
# @param [Integer] page_number Page Number, this value is simply for client state
|
126
|
-
# @param [Integer] page_size Number of records to return, defaults to 50
|
127
|
-
# @return [Page] Page of ChallengeInstance
|
128
|
-
def page(status: :unset, page_token: :unset, page_number: :unset, page_size: :unset)
|
129
|
-
params = Twilio::Values.of({
|
130
|
-
'Status' => status,
|
131
|
-
'PageToken' => page_token,
|
132
|
-
'Page' => page_number,
|
133
|
-
'PageSize' => page_size,
|
134
|
-
})
|
135
|
-
response = @version.page(
|
136
|
-
'GET',
|
137
|
-
@uri,
|
138
|
-
params
|
139
|
-
)
|
140
|
-
ChallengePage.new(@version, response, @solution)
|
141
|
-
end
|
142
|
-
|
143
|
-
##
|
144
|
-
# Retrieve a single page of ChallengeInstance records from the API.
|
145
|
-
# Request is executed immediately.
|
146
|
-
# @param [String] target_url API-generated URL for the requested results page
|
147
|
-
# @return [Page] Page of ChallengeInstance
|
148
|
-
def get_page(target_url)
|
149
|
-
response = @version.domain.request(
|
150
|
-
'GET',
|
151
|
-
target_url
|
152
|
-
)
|
153
|
-
ChallengePage.new(@version, response, @solution)
|
154
|
-
end
|
155
|
-
|
156
|
-
##
|
157
|
-
# Provide a user friendly representation
|
158
|
-
def to_s
|
159
|
-
'#<Twilio.Authy.V1.ChallengeList>'
|
160
|
-
end
|
161
|
-
end
|
162
|
-
|
163
|
-
##
|
164
|
-
# PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
|
165
|
-
class ChallengePage < Page
|
166
|
-
##
|
167
|
-
# Initialize the ChallengePage
|
168
|
-
# @param [Version] version Version that contains the resource
|
169
|
-
# @param [Response] response Response from the API
|
170
|
-
# @param [Hash] solution Path solution for the resource
|
171
|
-
# @return [ChallengePage] ChallengePage
|
172
|
-
def initialize(version, response, solution)
|
173
|
-
super(version, response)
|
174
|
-
|
175
|
-
# Path Solution
|
176
|
-
@solution = solution
|
177
|
-
end
|
178
|
-
|
179
|
-
##
|
180
|
-
# Build an instance of ChallengeInstance
|
181
|
-
# @param [Hash] payload Payload response from the API
|
182
|
-
# @return [ChallengeInstance] ChallengeInstance
|
183
|
-
def get_instance(payload)
|
184
|
-
ChallengeInstance.new(
|
185
|
-
@version,
|
186
|
-
payload,
|
187
|
-
service_sid: @solution[:service_sid],
|
188
|
-
identity: @solution[:identity],
|
189
|
-
factor_sid: @solution[:factor_sid],
|
190
|
-
)
|
191
|
-
end
|
192
|
-
|
193
|
-
##
|
194
|
-
# Provide a user friendly representation
|
195
|
-
def to_s
|
196
|
-
'<Twilio.Authy.V1.ChallengePage>'
|
197
|
-
end
|
198
|
-
end
|
199
|
-
|
200
|
-
##
|
201
|
-
# PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
|
202
|
-
class ChallengeContext < InstanceContext
|
203
|
-
##
|
204
|
-
# Initialize the ChallengeContext
|
205
|
-
# @param [Version] version Version that contains the resource
|
206
|
-
# @param [String] service_sid The unique SID identifier of the Service.
|
207
|
-
# @param [String] identity Customer unique identity for the Entity owner of the
|
208
|
-
# Challenge
|
209
|
-
# @param [String] factor_sid The unique SID identifier of the Factor.
|
210
|
-
# @param [String] sid A 34 character string that uniquely identifies this
|
211
|
-
# Challenge. It also allows the keyword `latest` to fetch the most recent active
|
212
|
-
# Challenge created for a Factor.
|
213
|
-
# @return [ChallengeContext] ChallengeContext
|
214
|
-
def initialize(version, service_sid, identity, factor_sid, sid)
|
215
|
-
super(version)
|
216
|
-
|
217
|
-
# Path Solution
|
218
|
-
@solution = {service_sid: service_sid, identity: identity, factor_sid: factor_sid, sid: sid, }
|
219
|
-
@uri = "/Services/#{@solution[:service_sid]}/Entities/#{@solution[:identity]}/Factors/#{@solution[:factor_sid]}/Challenges/#{@solution[:sid]}"
|
220
|
-
end
|
221
|
-
|
222
|
-
##
|
223
|
-
# Deletes the ChallengeInstance
|
224
|
-
# @return [Boolean] true if delete succeeds, false otherwise
|
225
|
-
def delete
|
226
|
-
@version.delete('delete', @uri)
|
227
|
-
end
|
228
|
-
|
229
|
-
##
|
230
|
-
# Fetch a ChallengeInstance
|
231
|
-
# @return [ChallengeInstance] Fetched ChallengeInstance
|
232
|
-
def fetch
|
233
|
-
params = Twilio::Values.of({})
|
234
|
-
|
235
|
-
payload = @version.fetch(
|
236
|
-
'GET',
|
237
|
-
@uri,
|
238
|
-
params,
|
239
|
-
)
|
240
|
-
|
241
|
-
ChallengeInstance.new(
|
242
|
-
@version,
|
243
|
-
payload,
|
244
|
-
service_sid: @solution[:service_sid],
|
245
|
-
identity: @solution[:identity],
|
246
|
-
factor_sid: @solution[:factor_sid],
|
247
|
-
sid: @solution[:sid],
|
248
|
-
)
|
249
|
-
end
|
250
|
-
|
251
|
-
##
|
252
|
-
# Update the ChallengeInstance
|
253
|
-
# @param [String] auth_payload The optional payload needed to verify the
|
254
|
-
# Challenge. E.g., a TOTP would use the numeric code.
|
255
|
-
# @return [ChallengeInstance] Updated ChallengeInstance
|
256
|
-
def update(auth_payload: :unset)
|
257
|
-
data = Twilio::Values.of({'AuthPayload' => auth_payload, })
|
258
|
-
|
259
|
-
payload = @version.update(
|
260
|
-
'POST',
|
261
|
-
@uri,
|
262
|
-
data: data,
|
263
|
-
)
|
264
|
-
|
265
|
-
ChallengeInstance.new(
|
266
|
-
@version,
|
267
|
-
payload,
|
268
|
-
service_sid: @solution[:service_sid],
|
269
|
-
identity: @solution[:identity],
|
270
|
-
factor_sid: @solution[:factor_sid],
|
271
|
-
sid: @solution[:sid],
|
272
|
-
)
|
273
|
-
end
|
274
|
-
|
275
|
-
##
|
276
|
-
# Provide a user friendly representation
|
277
|
-
def to_s
|
278
|
-
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
279
|
-
"#<Twilio.Authy.V1.ChallengeContext #{context}>"
|
280
|
-
end
|
281
|
-
|
282
|
-
##
|
283
|
-
# Provide a detailed, user friendly representation
|
284
|
-
def inspect
|
285
|
-
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
286
|
-
"#<Twilio.Authy.V1.ChallengeContext #{context}>"
|
287
|
-
end
|
288
|
-
end
|
289
|
-
|
290
|
-
##
|
291
|
-
# PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
|
292
|
-
class ChallengeInstance < InstanceResource
|
293
|
-
##
|
294
|
-
# Initialize the ChallengeInstance
|
295
|
-
# @param [Version] version Version that contains the resource
|
296
|
-
# @param [Hash] payload payload that contains response from Twilio
|
297
|
-
# @param [String] service_sid The unique SID identifier of the Service.
|
298
|
-
# @param [String] identity Customer unique identity for the Entity owner of the
|
299
|
-
# Challenge
|
300
|
-
# @param [String] factor_sid The unique SID identifier of the Factor.
|
301
|
-
# @param [String] sid A 34 character string that uniquely identifies this
|
302
|
-
# Challenge. It also allows the keyword `latest` to fetch the most recent active
|
303
|
-
# Challenge created for a Factor.
|
304
|
-
# @return [ChallengeInstance] ChallengeInstance
|
305
|
-
def initialize(version, payload, service_sid: nil, identity: nil, factor_sid: nil, sid: nil)
|
306
|
-
super(version)
|
307
|
-
|
308
|
-
# Marshaled Properties
|
309
|
-
@properties = {
|
310
|
-
'sid' => payload['sid'],
|
311
|
-
'account_sid' => payload['account_sid'],
|
312
|
-
'service_sid' => payload['service_sid'],
|
313
|
-
'entity_sid' => payload['entity_sid'],
|
314
|
-
'identity' => payload['identity'],
|
315
|
-
'factor_sid' => payload['factor_sid'],
|
316
|
-
'date_created' => Twilio.deserialize_iso8601_datetime(payload['date_created']),
|
317
|
-
'date_updated' => Twilio.deserialize_iso8601_datetime(payload['date_updated']),
|
318
|
-
'date_responded' => Twilio.deserialize_iso8601_datetime(payload['date_responded']),
|
319
|
-
'expiration_date' => Twilio.deserialize_iso8601_datetime(payload['expiration_date']),
|
320
|
-
'status' => payload['status'],
|
321
|
-
'responded_reason' => payload['responded_reason'],
|
322
|
-
'details' => payload['details'],
|
323
|
-
'hidden_details' => payload['hidden_details'],
|
324
|
-
'factor_type' => payload['factor_type'],
|
325
|
-
'url' => payload['url'],
|
326
|
-
}
|
327
|
-
|
328
|
-
# Context
|
329
|
-
@instance_context = nil
|
330
|
-
@params = {
|
331
|
-
'service_sid' => service_sid,
|
332
|
-
'identity' => identity,
|
333
|
-
'factor_sid' => factor_sid,
|
334
|
-
'sid' => sid || @properties['sid'],
|
335
|
-
}
|
336
|
-
end
|
337
|
-
|
338
|
-
##
|
339
|
-
# Generate an instance context for the instance, the context is capable of
|
340
|
-
# performing various actions. All instance actions are proxied to the context
|
341
|
-
# @return [ChallengeContext] ChallengeContext for this ChallengeInstance
|
342
|
-
def context
|
343
|
-
unless @instance_context
|
344
|
-
@instance_context = ChallengeContext.new(
|
345
|
-
@version,
|
346
|
-
@params['service_sid'],
|
347
|
-
@params['identity'],
|
348
|
-
@params['factor_sid'],
|
349
|
-
@params['sid'],
|
350
|
-
)
|
351
|
-
end
|
352
|
-
@instance_context
|
353
|
-
end
|
354
|
-
|
355
|
-
##
|
356
|
-
# @return [String] A string that uniquely identifies this Challenge.
|
357
|
-
def sid
|
358
|
-
@properties['sid']
|
359
|
-
end
|
360
|
-
|
361
|
-
##
|
362
|
-
# @return [String] Account Sid.
|
363
|
-
def account_sid
|
364
|
-
@properties['account_sid']
|
365
|
-
end
|
366
|
-
|
367
|
-
##
|
368
|
-
# @return [String] Service Sid.
|
369
|
-
def service_sid
|
370
|
-
@properties['service_sid']
|
371
|
-
end
|
372
|
-
|
373
|
-
##
|
374
|
-
# @return [String] Entity Sid.
|
375
|
-
def entity_sid
|
376
|
-
@properties['entity_sid']
|
377
|
-
end
|
378
|
-
|
379
|
-
##
|
380
|
-
# @return [String] Unique identity of the Entity
|
381
|
-
def identity
|
382
|
-
@properties['identity']
|
383
|
-
end
|
384
|
-
|
385
|
-
##
|
386
|
-
# @return [String] Factor Sid.
|
387
|
-
def factor_sid
|
388
|
-
@properties['factor_sid']
|
389
|
-
end
|
390
|
-
|
391
|
-
##
|
392
|
-
# @return [Time] The date this Challenge was created
|
393
|
-
def date_created
|
394
|
-
@properties['date_created']
|
395
|
-
end
|
396
|
-
|
397
|
-
##
|
398
|
-
# @return [Time] The date this Challenge was updated
|
399
|
-
def date_updated
|
400
|
-
@properties['date_updated']
|
401
|
-
end
|
402
|
-
|
403
|
-
##
|
404
|
-
# @return [Time] The date this Challenge was responded
|
405
|
-
def date_responded
|
406
|
-
@properties['date_responded']
|
407
|
-
end
|
408
|
-
|
409
|
-
##
|
410
|
-
# @return [Time] The date this Challenge is expired
|
411
|
-
def expiration_date
|
412
|
-
@properties['expiration_date']
|
413
|
-
end
|
414
|
-
|
415
|
-
##
|
416
|
-
# @return [challenge.ChallengeStatuses] The Status of this Challenge
|
417
|
-
def status
|
418
|
-
@properties['status']
|
419
|
-
end
|
420
|
-
|
421
|
-
##
|
422
|
-
# @return [challenge.ChallengeReasons] The Reason of this Challenge `status`
|
423
|
-
def responded_reason
|
424
|
-
@properties['responded_reason']
|
425
|
-
end
|
426
|
-
|
427
|
-
##
|
428
|
-
# @return [String] Public details provided to contextualize the Challenge
|
429
|
-
def details
|
430
|
-
@properties['details']
|
431
|
-
end
|
432
|
-
|
433
|
-
##
|
434
|
-
# @return [String] Hidden details provided to contextualize the Challenge
|
435
|
-
def hidden_details
|
436
|
-
@properties['hidden_details']
|
437
|
-
end
|
438
|
-
|
439
|
-
##
|
440
|
-
# @return [challenge.FactorTypes] The Factor Type of this Challenge
|
441
|
-
def factor_type
|
442
|
-
@properties['factor_type']
|
443
|
-
end
|
444
|
-
|
445
|
-
##
|
446
|
-
# @return [String] The URL of this resource.
|
447
|
-
def url
|
448
|
-
@properties['url']
|
449
|
-
end
|
450
|
-
|
451
|
-
##
|
452
|
-
# Deletes the ChallengeInstance
|
453
|
-
# @return [Boolean] true if delete succeeds, false otherwise
|
454
|
-
def delete
|
455
|
-
context.delete
|
456
|
-
end
|
457
|
-
|
458
|
-
##
|
459
|
-
# Fetch a ChallengeInstance
|
460
|
-
# @return [ChallengeInstance] Fetched ChallengeInstance
|
461
|
-
def fetch
|
462
|
-
context.fetch
|
463
|
-
end
|
464
|
-
|
465
|
-
##
|
466
|
-
# Update the ChallengeInstance
|
467
|
-
# @param [String] auth_payload The optional payload needed to verify the
|
468
|
-
# Challenge. E.g., a TOTP would use the numeric code.
|
469
|
-
# @return [ChallengeInstance] Updated ChallengeInstance
|
470
|
-
def update(auth_payload: :unset)
|
471
|
-
context.update(auth_payload: auth_payload, )
|
472
|
-
end
|
473
|
-
|
474
|
-
##
|
475
|
-
# Provide a user friendly representation
|
476
|
-
def to_s
|
477
|
-
values = @params.map{|k, v| "#{k}: #{v}"}.join(" ")
|
478
|
-
"<Twilio.Authy.V1.ChallengeInstance #{values}>"
|
479
|
-
end
|
480
|
-
|
481
|
-
##
|
482
|
-
# Provide a detailed, user friendly representation
|
483
|
-
def inspect
|
484
|
-
values = @properties.map{|k, v| "#{k}: #{v}"}.join(" ")
|
485
|
-
"<Twilio.Authy.V1.ChallengeInstance #{values}>"
|
486
|
-
end
|
487
|
-
end
|
488
|
-
end
|
489
|
-
end
|
490
|
-
end
|
491
|
-
end
|
492
|
-
end
|
493
|
-
end
|
494
|
-
end
|