twilio-ruby 6.2.0 → 6.8.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/CHANGES.md +205 -0
- data/CONTRIBUTING.md +1 -1
- data/LICENSE +1 -1
- data/README.md +2 -2
- data/lib/twilio-ruby/base/client_base.rb +4 -7
- data/lib/twilio-ruby/rest/accounts/v1/credential/aws.rb +0 -1
- data/lib/twilio-ruby/rest/accounts/v1/credential/public_key.rb +0 -1
- data/lib/twilio-ruby/rest/accounts/v1/safelist.rb +169 -0
- data/lib/twilio-ruby/rest/accounts/v1.rb +6 -0
- data/lib/twilio-ruby/rest/api/v2010/account/address/dependent_phone_number.rb +0 -1
- data/lib/twilio-ruby/rest/api/v2010/account/address.rb +1 -5
- data/lib/twilio-ruby/rest/api/v2010/account/application.rb +0 -2
- data/lib/twilio-ruby/rest/api/v2010/account/authorized_connect_app.rb +0 -1
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number_country/local.rb +0 -19
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number_country/machine_to_machine.rb +0 -19
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number_country/mobile.rb +0 -19
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number_country/national.rb +0 -19
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number_country/shared_cost.rb +0 -19
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number_country/toll_free.rb +0 -19
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number_country/voip.rb +0 -19
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number_country.rb +7 -8
- data/lib/twilio-ruby/rest/api/v2010/account/call/event.rb +0 -1
- data/lib/twilio-ruby/rest/api/v2010/account/call/notification.rb +0 -5
- data/lib/twilio-ruby/rest/api/v2010/account/call/recording.rb +0 -4
- data/lib/twilio-ruby/rest/api/v2010/account/call.rb +8 -19
- data/lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb +5 -6
- data/lib/twilio-ruby/rest/api/v2010/account/conference/recording.rb +0 -4
- data/lib/twilio-ruby/rest/api/v2010/account/conference.rb +2 -11
- data/lib/twilio-ruby/rest/api/v2010/account/connect_app.rb +0 -1
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension.rb +0 -1
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on.rb +1 -2
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/local.rb +0 -5
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/mobile.rb +0 -5
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/toll_free.rb +0 -5
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number.rb +1 -6
- data/lib/twilio-ruby/rest/api/v2010/account/key.rb +0 -1
- data/lib/twilio-ruby/rest/api/v2010/account/message/feedback.rb +4 -4
- data/lib/twilio-ruby/rest/api/v2010/account/message/media.rb +19 -23
- data/lib/twilio-ruby/rest/api/v2010/account/message.rb +55 -58
- data/lib/twilio-ruby/rest/api/v2010/account/notification.rb +0 -5
- data/lib/twilio-ruby/rest/api/v2010/account/outgoing_caller_id.rb +0 -3
- data/lib/twilio-ruby/rest/api/v2010/account/queue/member.rb +0 -1
- data/lib/twilio-ruby/rest/api/v2010/account/queue.rb +1 -2
- data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result/payload.rb +0 -1
- data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result.rb +1 -2
- data/lib/twilio-ruby/rest/api/v2010/account/recording/transcription.rb +0 -1
- data/lib/twilio-ruby/rest/api/v2010/account/recording.rb +2 -9
- data/lib/twilio-ruby/rest/api/v2010/account/short_code.rb +0 -3
- data/lib/twilio-ruby/rest/api/v2010/account/signing_key.rb +0 -1
- data/lib/twilio-ruby/rest/api/v2010/account/sip/credential_list/credential.rb +0 -1
- data/lib/twilio-ruby/rest/api/v2010/account/sip/credential_list.rb +1 -2
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/auth_calls_credential_list_mapping.rb +0 -1
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/auth_calls_ip_access_control_list_mapping.rb +0 -1
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_type_registrations/auth_registrations_credential_list_mapping.rb +0 -1
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/credential_list_mapping.rb +0 -1
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/ip_access_control_list_mapping.rb +0 -1
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain.rb +3 -4
- data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list/ip_address.rb +0 -1
- data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list.rb +1 -2
- data/lib/twilio-ruby/rest/api/v2010/account/transcription.rb +0 -1
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/all_time.rb +0 -5
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/daily.rb +0 -5
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/last_month.rb +0 -5
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/monthly.rb +0 -5
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/this_month.rb +0 -5
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/today.rb +0 -5
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yearly.rb +0 -5
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yesterday.rb +0 -5
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record.rb +0 -5
- data/lib/twilio-ruby/rest/api/v2010/account/usage/trigger.rb +0 -4
- data/lib/twilio-ruby/rest/api/v2010/account.rb +0 -3
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/field_type/field_value.rb +0 -2
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/field_type.rb +1 -2
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb +0 -1
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/query.rb +0 -5
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/field.rb +0 -1
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/sample.rb +0 -2
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/task.rb +2 -3
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/webhook.rb +0 -1
- data/lib/twilio-ruby/rest/autopilot/v1/assistant.rb +0 -1
- data/lib/twilio-ruby/rest/bulkexports/v1/export/day.rb +0 -1
- data/lib/twilio-ruby/rest/bulkexports/v1/export/export_custom_job.rb +0 -1
- data/lib/twilio-ruby/rest/chat/v1/credential.rb +0 -1
- data/lib/twilio-ruby/rest/chat/v1/service/channel/invite.rb +1 -2
- data/lib/twilio-ruby/rest/chat/v1/service/channel/member.rb +1 -2
- data/lib/twilio-ruby/rest/chat/v1/service/channel/message.rb +0 -2
- data/lib/twilio-ruby/rest/chat/v1/service/channel.rb +4 -5
- data/lib/twilio-ruby/rest/chat/v1/service/role.rb +0 -1
- data/lib/twilio-ruby/rest/chat/v1/service/user/user_channel.rb +0 -1
- data/lib/twilio-ruby/rest/chat/v1/service/user.rb +1 -2
- data/lib/twilio-ruby/rest/chat/v1/service.rb +0 -1
- data/lib/twilio-ruby/rest/chat/v2/credential.rb +0 -1
- data/lib/twilio-ruby/rest/chat/v2/service/binding.rb +2 -3
- data/lib/twilio-ruby/rest/chat/v2/service/channel/invite.rb +1 -2
- data/lib/twilio-ruby/rest/chat/v2/service/channel/member.rb +1 -2
- data/lib/twilio-ruby/rest/chat/v2/service/channel/message.rb +0 -2
- data/lib/twilio-ruby/rest/chat/v2/service/channel/webhook.rb +0 -1
- data/lib/twilio-ruby/rest/chat/v2/service/channel.rb +5 -6
- data/lib/twilio-ruby/rest/chat/v2/service/role.rb +0 -1
- data/lib/twilio-ruby/rest/chat/v2/service/user/user_binding.rb +1 -2
- data/lib/twilio-ruby/rest/chat/v2/service/user/user_channel.rb +0 -1
- data/lib/twilio-ruby/rest/chat/v2/service/user.rb +2 -3
- data/lib/twilio-ruby/rest/chat/v2/service.rb +0 -1
- data/lib/twilio-ruby/rest/chat/v3/channel.rb +3 -3
- data/lib/twilio-ruby/rest/client.rb +1 -6
- data/lib/twilio-ruby/rest/content/v1/content.rb +1 -2
- data/lib/twilio-ruby/rest/content/v1/content_and_approvals.rb +1 -2
- data/lib/twilio-ruby/rest/content/v1/legacy_content.rb +1 -2
- data/lib/twilio-ruby/rest/conversations/v1/address_configuration.rb +0 -2
- data/lib/twilio-ruby/rest/conversations/v1/configuration.rb +3 -3
- data/lib/twilio-ruby/rest/conversations/v1/conversation/message/delivery_receipt.rb +0 -1
- data/lib/twilio-ruby/rest/conversations/v1/conversation/message.rb +12 -5
- data/lib/twilio-ruby/rest/conversations/v1/conversation/participant.rb +0 -1
- data/lib/twilio-ruby/rest/conversations/v1/conversation/webhook.rb +0 -1
- data/lib/twilio-ruby/rest/conversations/v1/conversation.rb +22 -8
- data/lib/twilio-ruby/rest/conversations/v1/credential.rb +0 -1
- data/lib/twilio-ruby/rest/conversations/v1/participant_conversation.rb +0 -3
- data/lib/twilio-ruby/rest/conversations/v1/role.rb +0 -1
- data/lib/twilio-ruby/rest/conversations/v1/service/binding.rb +2 -3
- data/lib/twilio-ruby/rest/conversations/v1/service/configuration.rb +12 -12
- data/lib/twilio-ruby/rest/conversations/v1/service/conversation/message/delivery_receipt.rb +0 -1
- data/lib/twilio-ruby/rest/conversations/v1/service/conversation/message.rb +12 -5
- data/lib/twilio-ruby/rest/conversations/v1/service/conversation/participant.rb +19 -20
- data/lib/twilio-ruby/rest/conversations/v1/service/conversation/webhook.rb +0 -1
- data/lib/twilio-ruby/rest/conversations/v1/service/conversation.rb +25 -11
- data/lib/twilio-ruby/rest/conversations/v1/service/participant_conversation.rb +0 -3
- data/lib/twilio-ruby/rest/conversations/v1/service/role.rb +0 -1
- data/lib/twilio-ruby/rest/conversations/v1/service/user/user_conversation.rb +0 -1
- data/lib/twilio-ruby/rest/conversations/v1/service/user.rb +1 -2
- data/lib/twilio-ruby/rest/conversations/v1/service.rb +0 -1
- data/lib/twilio-ruby/rest/conversations/v1/user/user_conversation.rb +0 -1
- data/lib/twilio-ruby/rest/conversations/v1/user.rb +0 -1
- data/lib/twilio-ruby/rest/events/v1/event_type.rb +0 -2
- data/lib/twilio-ruby/rest/events/v1/schema/schema_version.rb +0 -1
- data/lib/twilio-ruby/rest/events/v1/sink.rb +0 -3
- data/lib/twilio-ruby/rest/events/v1/subscription/subscribed_event.rb +0 -1
- data/lib/twilio-ruby/rest/events/v1/subscription.rb +0 -2
- data/lib/twilio-ruby/rest/flex_api/v1/assessments.rb +0 -3
- data/lib/twilio-ruby/rest/flex_api/v1/channel.rb +0 -1
- data/lib/twilio-ruby/rest/flex_api/v1/configuration.rb +21 -0
- data/lib/twilio-ruby/rest/flex_api/v1/flex_flow.rb +0 -2
- data/lib/twilio-ruby/rest/flex_api/v1/insights_assessments_comment.rb +0 -4
- data/lib/twilio-ruby/rest/flex_api/v1/insights_conversations.rb +0 -3
- data/lib/twilio-ruby/rest/flex_api/v1/insights_questionnaires.rb +0 -3
- data/lib/twilio-ruby/rest/flex_api/v1/insights_questionnaires_category.rb +0 -2
- data/lib/twilio-ruby/rest/flex_api/v1/insights_questionnaires_question.rb +1 -3
- data/lib/twilio-ruby/rest/flex_api/v1/insights_segments.rb +1 -4
- data/lib/twilio-ruby/rest/flex_api/v1/interaction/interaction_channel/interaction_channel_invite.rb +0 -1
- data/lib/twilio-ruby/rest/flex_api/v1/interaction/interaction_channel/interaction_channel_participant.rb +0 -1
- data/lib/twilio-ruby/rest/flex_api/v1/interaction/interaction_channel.rb +6 -7
- data/lib/twilio-ruby/rest/flex_api/v1/interaction.rb +11 -1
- data/lib/twilio-ruby/rest/{oauth/v1/oauth.rb → flex_api/v1/provisioning_status.rb} +39 -37
- data/lib/twilio-ruby/rest/flex_api/v1/web_channel.rb +0 -1
- data/lib/twilio-ruby/rest/flex_api/v1.rb +6 -0
- data/lib/twilio-ruby/rest/insights/v1/call/annotation.rb +1 -1
- data/lib/twilio-ruby/rest/insights/v1/call/event.rb +0 -2
- data/lib/twilio-ruby/rest/insights/v1/call/metric.rb +0 -3
- data/lib/twilio-ruby/rest/insights/v1/call_summaries.rb +33 -51
- data/lib/twilio-ruby/rest/insights/v1/conference/conference_participant.rb +0 -4
- data/lib/twilio-ruby/rest/insights/v1/conference.rb +0 -11
- data/lib/twilio-ruby/rest/insights/v1/room/participant.rb +3 -4
- data/lib/twilio-ruby/rest/insights/v1/room.rb +2 -6
- data/lib/twilio-ruby/rest/intelligence/v2/service.rb +4 -5
- data/lib/twilio-ruby/rest/intelligence/v2/transcript/media.rb +2 -2
- data/lib/twilio-ruby/rest/intelligence/v2/transcript/operator_result.rb +12 -7
- data/lib/twilio-ruby/rest/intelligence/v2/transcript/sentence.rb +3 -5
- data/lib/twilio-ruby/rest/intelligence/v2/transcript.rb +5 -25
- data/lib/twilio-ruby/rest/ip_messaging/v1/credential.rb +0 -1
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/invite.rb +1 -2
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/member.rb +1 -2
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/message.rb +0 -2
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel.rb +4 -5
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/role.rb +0 -1
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/user/user_channel.rb +0 -1
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/user.rb +1 -2
- data/lib/twilio-ruby/rest/ip_messaging/v1/service.rb +0 -1
- data/lib/twilio-ruby/rest/ip_messaging/v2/credential.rb +0 -1
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/binding.rb +2 -3
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/invite.rb +1 -2
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/member.rb +1 -2
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/message.rb +0 -2
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/webhook.rb +0 -1
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel.rb +5 -6
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/role.rb +0 -1
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_binding.rb +1 -2
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_channel.rb +0 -1
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/user.rb +2 -3
- data/lib/twilio-ruby/rest/ip_messaging/v2/service.rb +0 -1
- data/lib/twilio-ruby/rest/lookups/v2/phone_number.rb +7 -0
- data/lib/twilio-ruby/rest/media/v1/media_processor.rb +7 -10
- data/lib/twilio-ruby/rest/media/v1/media_recording.rb +1 -6
- data/lib/twilio-ruby/rest/media/v1/player_streamer.rb +2 -5
- data/lib/twilio-ruby/rest/messaging/v1/brand_registration/brand_vetting.rb +0 -2
- data/lib/twilio-ruby/rest/messaging/v1/brand_registration.rb +0 -1
- data/lib/twilio-ruby/rest/messaging/v1/external_campaign.rb +2 -2
- data/lib/twilio-ruby/rest/messaging/v1/service/alpha_sender.rb +0 -1
- data/lib/twilio-ruby/rest/messaging/v1/service/channel_sender.rb +329 -0
- data/lib/twilio-ruby/rest/messaging/v1/service/phone_number.rb +0 -1
- data/lib/twilio-ruby/rest/messaging/v1/service/short_code.rb +0 -1
- data/lib/twilio-ruby/rest/messaging/v1/service/us_app_to_person.rb +4 -5
- data/lib/twilio-ruby/rest/messaging/v1/service.rb +78 -52
- data/lib/twilio-ruby/rest/messaging/v1/tollfree_verification.rb +777 -0
- data/lib/twilio-ruby/rest/messaging/v1.rb +15 -0
- data/lib/twilio-ruby/rest/microvisor/v1/account_config.rb +0 -1
- data/lib/twilio-ruby/rest/microvisor/v1/account_secret.rb +0 -1
- data/lib/twilio-ruby/rest/microvisor/v1/app.rb +0 -1
- data/lib/twilio-ruby/rest/microvisor/v1/device/device_config.rb +0 -1
- data/lib/twilio-ruby/rest/microvisor/v1/device/device_secret.rb +0 -1
- data/lib/twilio-ruby/rest/microvisor/v1/device.rb +8 -3
- data/lib/twilio-ruby/rest/monitor/v1/alert.rb +0 -4
- data/lib/twilio-ruby/rest/monitor/v1/event.rb +0 -7
- data/lib/twilio-ruby/rest/notify/v1/credential.rb +0 -1
- data/lib/twilio-ruby/rest/notify/v1/service/binding.rb +2 -5
- data/lib/twilio-ruby/rest/notify/v1/service/notification.rb +1 -1
- data/lib/twilio-ruby/rest/notify/v1/service.rb +4 -6
- data/lib/twilio-ruby/rest/numbers/v1/porting_portability.rb +22 -4
- data/lib/twilio-ruby/rest/numbers/v2/authorization_document/dependent_hosted_number_order.rb +7 -12
- data/lib/twilio-ruby/rest/numbers/v2/authorization_document.rb +6 -6
- data/lib/twilio-ruby/rest/numbers/v2/bulk_hosted_number_order.rb +249 -0
- data/lib/twilio-ruby/rest/numbers/v2/hosted_number_order.rb +7 -20
- data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/bundle_copy.rb +0 -1
- data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/evaluation.rb +0 -1
- data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle/item_assignment.rb +0 -1
- data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle.rb +19 -31
- data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/end_user.rb +0 -1
- data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/end_user_type.rb +0 -1
- data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/regulation.rb +0 -4
- data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/supporting_document.rb +0 -1
- data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/supporting_document_type.rb +0 -1
- data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance.rb +14 -14
- data/lib/twilio-ruby/rest/numbers/v2.rb +15 -0
- data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/certificate.rb +0 -2
- data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/deployment.rb +0 -1
- data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/device.rb +0 -2
- data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/key.rb +0 -2
- data/lib/twilio-ruby/rest/preview/deployed_devices/fleet.rb +0 -1
- data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document/dependent_hosted_number_order.rb +3 -9
- data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document.rb +4 -7
- data/lib/twilio-ruby/rest/preview/hosted_numbers/hosted_number_order.rb +3 -9
- data/lib/twilio-ruby/rest/preview/marketplace/available_add_on/available_add_on_extension.rb +0 -1
- data/lib/twilio-ruby/rest/preview/marketplace/available_add_on.rb +0 -1
- data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on/installed_add_on_extension.rb +0 -1
- data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on.rb +0 -1
- data/lib/twilio-ruby/rest/preview/sync/service/document/document_permission.rb +0 -1
- data/lib/twilio-ruby/rest/preview/sync/service/document.rb +1 -2
- data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_item.rb +0 -4
- data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_permission.rb +0 -1
- data/lib/twilio-ruby/rest/preview/sync/service/sync_list.rb +2 -3
- data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_item.rb +0 -4
- data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_permission.rb +0 -1
- data/lib/twilio-ruby/rest/preview/sync/service/sync_map.rb +2 -3
- data/lib/twilio-ruby/rest/preview/sync/service.rb +0 -1
- data/lib/twilio-ruby/rest/preview/understand/assistant/field_type/field_value.rb +0 -2
- data/lib/twilio-ruby/rest/preview/understand/assistant/field_type.rb +1 -2
- data/lib/twilio-ruby/rest/preview/understand/assistant/model_build.rb +0 -1
- data/lib/twilio-ruby/rest/preview/understand/assistant/query.rb +0 -4
- data/lib/twilio-ruby/rest/preview/understand/assistant/task/field.rb +0 -1
- data/lib/twilio-ruby/rest/preview/understand/assistant/task/sample.rb +0 -2
- data/lib/twilio-ruby/rest/preview/understand/assistant/task.rb +2 -3
- data/lib/twilio-ruby/rest/preview/understand/assistant.rb +0 -1
- data/lib/twilio-ruby/rest/preview/wireless/command.rb +0 -5
- data/lib/twilio-ruby/rest/preview/wireless/rate_plan.rb +0 -1
- data/lib/twilio-ruby/rest/preview/wireless/sim.rb +0 -6
- data/lib/twilio-ruby/rest/pricing/v1/messaging/country.rb +0 -1
- data/lib/twilio-ruby/rest/pricing/v1/phone_number/country.rb +0 -1
- data/lib/twilio-ruby/rest/pricing/v1/voice/country.rb +0 -1
- data/lib/twilio-ruby/rest/pricing/v2/country.rb +0 -1
- data/lib/twilio-ruby/rest/pricing/v2/voice/country.rb +0 -1
- data/lib/twilio-ruby/rest/proxy/v1/service/phone_number.rb +0 -1
- data/lib/twilio-ruby/rest/proxy/v1/service/session/interaction.rb +1 -2
- data/lib/twilio-ruby/rest/proxy/v1/service/session/participant/message_interaction.rb +0 -1
- data/lib/twilio-ruby/rest/proxy/v1/service/session/participant.rb +1 -2
- data/lib/twilio-ruby/rest/proxy/v1/service/session.rb +2 -3
- data/lib/twilio-ruby/rest/proxy/v1/service/short_code.rb +1 -2
- data/lib/twilio-ruby/rest/proxy/v1/service.rb +4 -5
- data/lib/twilio-ruby/rest/serverless/v1/service/asset/asset_version.rb +0 -1
- data/lib/twilio-ruby/rest/serverless/v1/service/asset.rb +1 -2
- data/lib/twilio-ruby/rest/serverless/v1/service/build.rb +0 -1
- data/lib/twilio-ruby/rest/serverless/v1/service/environment/deployment.rb +0 -1
- data/lib/twilio-ruby/rest/serverless/v1/service/environment/log.rb +0 -4
- data/lib/twilio-ruby/rest/serverless/v1/service/environment/variable.rb +0 -1
- data/lib/twilio-ruby/rest/serverless/v1/service/environment.rb +3 -4
- data/lib/twilio-ruby/rest/serverless/v1/service/function/function_version.rb +0 -1
- data/lib/twilio-ruby/rest/serverless/v1/service/function.rb +1 -2
- data/lib/twilio-ruby/rest/serverless/v1/service.rb +0 -1
- data/lib/twilio-ruby/rest/studio/v1/flow/engagement/step.rb +0 -1
- data/lib/twilio-ruby/rest/studio/v1/flow/engagement.rb +1 -2
- data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step.rb +0 -1
- data/lib/twilio-ruby/rest/studio/v1/flow/execution.rb +1 -4
- data/lib/twilio-ruby/rest/studio/v1/flow.rb +0 -1
- data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step.rb +0 -1
- data/lib/twilio-ruby/rest/studio/v2/flow/execution.rb +1 -4
- data/lib/twilio-ruby/rest/studio/v2/flow/flow_revision.rb +0 -1
- data/lib/twilio-ruby/rest/studio/v2/flow.rb +0 -1
- data/lib/twilio-ruby/rest/supersim/v1/esim_profile.rb +4 -8
- data/lib/twilio-ruby/rest/supersim/v1/fleet.rb +0 -2
- data/lib/twilio-ruby/rest/supersim/v1/ip_command.rb +3 -8
- data/lib/twilio-ruby/rest/supersim/v1/network.rb +0 -4
- data/lib/twilio-ruby/rest/supersim/v1/network_access_profile/network_access_profile_network.rb +0 -1
- data/lib/twilio-ruby/rest/supersim/v1/network_access_profile.rb +0 -1
- data/lib/twilio-ruby/rest/supersim/v1/settings_update.rb +0 -3
- data/lib/twilio-ruby/rest/supersim/v1/sim/billing_period.rb +0 -1
- data/lib/twilio-ruby/rest/supersim/v1/sim/sim_ip_address.rb +0 -1
- data/lib/twilio-ruby/rest/supersim/v1/sim.rb +0 -4
- data/lib/twilio-ruby/rest/supersim/v1/sms_command.rb +0 -4
- data/lib/twilio-ruby/rest/supersim/v1/usage_record.rb +0 -9
- data/lib/twilio-ruby/rest/sync/v1/service/document/document_permission.rb +0 -1
- data/lib/twilio-ruby/rest/sync/v1/service/document.rb +1 -2
- data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_item.rb +0 -4
- data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_permission.rb +0 -1
- data/lib/twilio-ruby/rest/sync/v1/service/sync_list.rb +2 -3
- data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_item.rb +0 -4
- data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_permission.rb +0 -1
- data/lib/twilio-ruby/rest/sync/v1/service/sync_map.rb +2 -3
- data/lib/twilio-ruby/rest/sync/v1/service/sync_stream.rb +1 -2
- data/lib/twilio-ruby/rest/sync/v1/service.rb +0 -1
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/activity.rb +0 -3
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/event.rb +0 -12
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task/reservation.rb +0 -3
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task.rb +26 -19
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_channel.rb +0 -1
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queues_statistics.rb +0 -7
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue.rb +8 -5
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/reservation.rb +0 -2
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_channel.rb +0 -1
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker.rb +2 -11
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow.rb +0 -2
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace.rb +0 -2
- data/lib/twilio-ruby/rest/trunking/v1/trunk/credential_list.rb +0 -1
- data/lib/twilio-ruby/rest/trunking/v1/trunk/ip_access_control_list.rb +0 -1
- data/lib/twilio-ruby/rest/trunking/v1/trunk/origination_url.rb +0 -1
- data/lib/twilio-ruby/rest/trunking/v1/trunk/phone_number.rb +0 -1
- data/lib/twilio-ruby/rest/trunking/v1/trunk.rb +0 -1
- data/lib/twilio-ruby/rest/trusthub/v1/compliance_inquiries.rb +232 -0
- data/lib/twilio-ruby/rest/trusthub/v1/compliance_tollfree_inquiries.rb +154 -0
- data/lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_channel_endpoint_assignment.rb +0 -3
- data/lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.rb +0 -1
- data/lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_evaluations.rb +0 -1
- data/lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb +0 -4
- data/lib/twilio-ruby/rest/trusthub/v1/end_user.rb +0 -1
- data/lib/twilio-ruby/rest/trusthub/v1/end_user_type.rb +0 -1
- data/lib/twilio-ruby/rest/trusthub/v1/policies.rb +0 -1
- data/lib/twilio-ruby/rest/trusthub/v1/supporting_document.rb +0 -1
- data/lib/twilio-ruby/rest/trusthub/v1/supporting_document_type.rb +0 -1
- data/lib/twilio-ruby/rest/trusthub/v1/trust_products/trust_products_channel_endpoint_assignment.rb +0 -3
- data/lib/twilio-ruby/rest/trusthub/v1/trust_products/trust_products_entity_assignments.rb +0 -1
- data/lib/twilio-ruby/rest/trusthub/v1/trust_products/trust_products_evaluations.rb +0 -1
- data/lib/twilio-ruby/rest/trusthub/v1/trust_products.rb +0 -4
- data/lib/twilio-ruby/rest/trusthub/v1.rb +21 -0
- data/lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb +1 -5
- data/lib/twilio-ruby/rest/verify/v2/service/entity/factor.rb +0 -1
- data/lib/twilio-ruby/rest/verify/v2/service/entity.rb +3 -4
- data/lib/twilio-ruby/rest/verify/v2/service/messaging_configuration.rb +4 -5
- data/lib/twilio-ruby/rest/verify/v2/service/rate_limit/bucket.rb +0 -1
- data/lib/twilio-ruby/rest/verify/v2/service/rate_limit.rb +1 -2
- data/lib/twilio-ruby/rest/verify/v2/service/verification.rb +7 -1
- data/lib/twilio-ruby/rest/verify/v2/service/webhook.rb +0 -1
- data/lib/twilio-ruby/rest/verify/v2/service.rb +19 -4
- data/lib/twilio-ruby/rest/verify/v2/template.rb +0 -2
- data/lib/twilio-ruby/rest/verify/v2/verification_attempt.rb +7 -16
- data/lib/twilio-ruby/rest/verify/v2/verification_attempts_summary.rb +6 -6
- data/lib/twilio-ruby/rest/video/v1/composition.rb +0 -5
- data/lib/twilio-ruby/rest/video/v1/composition_hook.rb +0 -5
- data/lib/twilio-ruby/rest/video/v1/recording.rb +1 -7
- data/lib/twilio-ruby/rest/video/v1/room/participant/published_track.rb +0 -1
- data/lib/twilio-ruby/rest/video/v1/room/participant/subscribed_track.rb +0 -1
- data/lib/twilio-ruby/rest/video/v1/room/participant.rb +3 -8
- data/lib/twilio-ruby/rest/video/v1/room/room_recording.rb +0 -5
- data/lib/twilio-ruby/rest/video/v1/room.rb +2 -7
- data/lib/twilio-ruby/rest/voice/v1/byoc_trunk.rb +0 -1
- data/lib/twilio-ruby/rest/voice/v1/connection_policy/connection_policy_target.rb +0 -1
- data/lib/twilio-ruby/rest/voice/v1/connection_policy.rb +0 -1
- data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/country/highrisk_special_prefix.rb +0 -1
- data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/country.rb +4 -11
- data/lib/twilio-ruby/rest/voice/v1/ip_record.rb +0 -1
- data/lib/twilio-ruby/rest/voice/v1/source_ip_mapping.rb +0 -1
- data/lib/twilio-ruby/rest/wireless/v1/command.rb +5 -10
- data/lib/twilio-ruby/rest/wireless/v1/rate_plan.rb +7 -8
- data/lib/twilio-ruby/rest/wireless/v1/sim/data_session.rb +3 -4
- data/lib/twilio-ruby/rest/wireless/v1/sim/usage_record.rb +3 -7
- data/lib/twilio-ruby/rest/wireless/v1/sim.rb +13 -19
- data/lib/twilio-ruby/rest/wireless/v1/usage_record.rb +2 -6
- data/lib/twilio-ruby/twiml/voice_response.rb +8 -4
- data/lib/twilio-ruby/version.rb +1 -1
- metadata +9 -11
- data/conf/cacert.pem +0 -3376
- data/lib/twilio-ruby/rest/oauth/v1/device_code.rb +0 -171
- data/lib/twilio-ruby/rest/oauth/v1/openid_discovery.rb +0 -262
- data/lib/twilio-ruby/rest/oauth/v1/token.rb +0 -179
- data/lib/twilio-ruby/rest/oauth/v1/user_info.rb +0 -213
- data/lib/twilio-ruby/rest/oauth/v1.rb +0 -64
- data/lib/twilio-ruby/rest/oauth.rb +0 -33
- data/lib/twilio-ruby/rest/oauth_base.rb +0 -38
|
@@ -36,7 +36,7 @@ module Twilio
|
|
|
36
36
|
# Lists DependentHostedNumberOrderInstance records from the API as a list.
|
|
37
37
|
# Unlike stream(), this operation is eager and will load `limit` records into
|
|
38
38
|
# memory before returning.
|
|
39
|
-
# @param [Status] status Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled [Status Values](https://www.twilio.com/docs/
|
|
39
|
+
# @param [Status] status Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled [Status Values](https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/authorization-document-resource#status-values) for more information on each of these statuses.
|
|
40
40
|
# @param [String] phone_number An E164 formatted phone number hosted by this HostedNumberOrder.
|
|
41
41
|
# @param [String] incoming_phone_number_sid A 34 character string that uniquely identifies the IncomingPhoneNumber resource created by this HostedNumberOrder.
|
|
42
42
|
# @param [String] friendly_name A human readable description of this resource, up to 64 characters.
|
|
@@ -64,7 +64,7 @@ module Twilio
|
|
|
64
64
|
# Streams Instance records from the API as an Enumerable.
|
|
65
65
|
# This operation lazily loads records as efficiently as possible until the limit
|
|
66
66
|
# is reached.
|
|
67
|
-
# @param [Status] status Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled [Status Values](https://www.twilio.com/docs/
|
|
67
|
+
# @param [Status] status Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled [Status Values](https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/authorization-document-resource#status-values) for more information on each of these statuses.
|
|
68
68
|
# @param [String] phone_number An E164 formatted phone number hosted by this HostedNumberOrder.
|
|
69
69
|
# @param [String] incoming_phone_number_sid A 34 character string that uniquely identifies the IncomingPhoneNumber resource created by this HostedNumberOrder.
|
|
70
70
|
# @param [String] friendly_name A human readable description of this resource, up to 64 characters.
|
|
@@ -107,7 +107,7 @@ module Twilio
|
|
|
107
107
|
##
|
|
108
108
|
# Retrieve a single page of DependentHostedNumberOrderInstance records from the API.
|
|
109
109
|
# Request is executed immediately.
|
|
110
|
-
# @param [Status] status Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled [Status Values](https://www.twilio.com/docs/
|
|
110
|
+
# @param [Status] status Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled [Status Values](https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/authorization-document-resource#status-values) for more information on each of these statuses.
|
|
111
111
|
# @param [String] phone_number An E164 formatted phone number hosted by this HostedNumberOrder.
|
|
112
112
|
# @param [String] incoming_phone_number_sid A 34 character string that uniquely identifies the IncomingPhoneNumber resource created by this HostedNumberOrder.
|
|
113
113
|
# @param [String] friendly_name A human readable description of this resource, up to 64 characters.
|
|
@@ -118,17 +118,11 @@ module Twilio
|
|
|
118
118
|
# @return [Page] Page of DependentHostedNumberOrderInstance
|
|
119
119
|
def page(status: :unset, phone_number: :unset, incoming_phone_number_sid: :unset, friendly_name: :unset, unique_name: :unset, page_token: :unset, page_number: :unset, page_size: :unset)
|
|
120
120
|
params = Twilio::Values.of({
|
|
121
|
-
|
|
122
121
|
'Status' => status,
|
|
123
|
-
|
|
124
122
|
'PhoneNumber' => phone_number,
|
|
125
|
-
|
|
126
123
|
'IncomingPhoneNumberSid' => incoming_phone_number_sid,
|
|
127
|
-
|
|
128
124
|
'FriendlyName' => friendly_name,
|
|
129
|
-
|
|
130
125
|
'UniqueName' => unique_name,
|
|
131
|
-
|
|
132
126
|
'PageToken' => page_token,
|
|
133
127
|
'Page' => page_number,
|
|
134
128
|
'PageSize' => page_size,
|
|
@@ -69,7 +69,7 @@ module Twilio
|
|
|
69
69
|
# Unlike stream(), this operation is eager and will load `limit` records into
|
|
70
70
|
# memory before returning.
|
|
71
71
|
# @param [String] email Email that this AuthorizationDocument will be sent to for signing.
|
|
72
|
-
# @param [Status] status Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled [Status Values](https://www.twilio.com/docs/
|
|
72
|
+
# @param [Status] status Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled [Status Values](https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/authorization-document-resource#status-values) for more information on each of these statuses.
|
|
73
73
|
# @param [Integer] limit Upper limit for the number of records to return. stream()
|
|
74
74
|
# guarantees to never return more than limit. Default is no limit
|
|
75
75
|
# @param [Integer] page_size Number of records to fetch per request, when
|
|
@@ -91,7 +91,7 @@ module Twilio
|
|
|
91
91
|
# This operation lazily loads records as efficiently as possible until the limit
|
|
92
92
|
# is reached.
|
|
93
93
|
# @param [String] email Email that this AuthorizationDocument will be sent to for signing.
|
|
94
|
-
# @param [Status] status Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled [Status Values](https://www.twilio.com/docs/
|
|
94
|
+
# @param [Status] status Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled [Status Values](https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/authorization-document-resource#status-values) for more information on each of these statuses.
|
|
95
95
|
# @param [Integer] limit Upper limit for the number of records to return. stream()
|
|
96
96
|
# guarantees to never return more than limit. Default is no limit
|
|
97
97
|
# @param [Integer] page_size Number of records to fetch per request, when
|
|
@@ -128,18 +128,15 @@ module Twilio
|
|
|
128
128
|
# Retrieve a single page of AuthorizationDocumentInstance records from the API.
|
|
129
129
|
# Request is executed immediately.
|
|
130
130
|
# @param [String] email Email that this AuthorizationDocument will be sent to for signing.
|
|
131
|
-
# @param [Status] status Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled [Status Values](https://www.twilio.com/docs/
|
|
131
|
+
# @param [Status] status Status of an instance resource. It can hold one of the values: 1. opened 2. signing, 3. signed LOA, 4. canceled, 5. failed. See the section entitled [Status Values](https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/authorization-document-resource#status-values) for more information on each of these statuses.
|
|
132
132
|
# @param [String] page_token PageToken provided by the API
|
|
133
133
|
# @param [Integer] page_number Page Number, this value is simply for client state
|
|
134
134
|
# @param [Integer] page_size Number of records to return, defaults to 50
|
|
135
135
|
# @return [Page] Page of AuthorizationDocumentInstance
|
|
136
136
|
def page(email: :unset, status: :unset, page_token: :unset, page_number: :unset, page_size: :unset)
|
|
137
137
|
params = Twilio::Values.of({
|
|
138
|
-
|
|
139
138
|
'Email' => email,
|
|
140
|
-
|
|
141
139
|
'Status' => status,
|
|
142
|
-
|
|
143
140
|
'PageToken' => page_token,
|
|
144
141
|
'Page' => page_number,
|
|
145
142
|
'PageSize' => page_size,
|
|
@@ -178,7 +175,7 @@ module Twilio
|
|
|
178
175
|
##
|
|
179
176
|
# Initialize the AuthorizationDocumentContext
|
|
180
177
|
# @param [Version] version Version that contains the resource
|
|
181
|
-
# @param [String] sid
|
|
178
|
+
# @param [String] sid A 34 character string that uniquely identifies this AuthorizationDocument.
|
|
182
179
|
# @return [AuthorizationDocumentContext] AuthorizationDocumentContext
|
|
183
180
|
def initialize(version, sid)
|
|
184
181
|
super(version)
|
|
@@ -183,17 +183,11 @@ module Twilio
|
|
|
183
183
|
# @return [Page] Page of HostedNumberOrderInstance
|
|
184
184
|
def page(status: :unset, phone_number: :unset, incoming_phone_number_sid: :unset, friendly_name: :unset, unique_name: :unset, page_token: :unset, page_number: :unset, page_size: :unset)
|
|
185
185
|
params = Twilio::Values.of({
|
|
186
|
-
|
|
187
186
|
'Status' => status,
|
|
188
|
-
|
|
189
187
|
'PhoneNumber' => phone_number,
|
|
190
|
-
|
|
191
188
|
'IncomingPhoneNumberSid' => incoming_phone_number_sid,
|
|
192
|
-
|
|
193
189
|
'FriendlyName' => friendly_name,
|
|
194
|
-
|
|
195
190
|
'UniqueName' => unique_name,
|
|
196
|
-
|
|
197
191
|
'PageToken' => page_token,
|
|
198
192
|
'Page' => page_number,
|
|
199
193
|
'PageSize' => page_size,
|
|
@@ -232,7 +226,7 @@ module Twilio
|
|
|
232
226
|
##
|
|
233
227
|
# Initialize the HostedNumberOrderContext
|
|
234
228
|
# @param [Version] version Version that contains the resource
|
|
235
|
-
# @param [String] sid
|
|
229
|
+
# @param [String] sid A 34 character string that uniquely identifies this HostedNumberOrder.
|
|
236
230
|
# @return [HostedNumberOrderContext] HostedNumberOrderContext
|
|
237
231
|
def initialize(version, sid)
|
|
238
232
|
super(version)
|
|
@@ -424,7 +418,7 @@ module Twilio
|
|
|
424
418
|
end
|
|
425
419
|
|
|
426
420
|
##
|
|
427
|
-
# @return [String] A 34 character string that uniquely identifies the [IncomingPhoneNumber](https://www.twilio.com/docs/api/
|
|
421
|
+
# @return [String] A 34 character string that uniquely identifies the [IncomingPhoneNumber](https://www.twilio.com/docs/phone-numbers/api/incomingphonenumber-resource) resource that represents the phone number being hosted.
|
|
428
422
|
def incoming_phone_number_sid
|
|
429
423
|
@properties['incoming_phone_number_sid']
|
|
430
424
|
end
|
|
@@ -436,7 +430,7 @@ module Twilio
|
|
|
436
430
|
end
|
|
437
431
|
|
|
438
432
|
##
|
|
439
|
-
# @return [String] A 34 character string that uniquely identifies the [Authorization Document](https://www.twilio.com/docs/
|
|
433
|
+
# @return [String] A 34 character string that uniquely identifies the [Authorization Document](https://www.twilio.com/docs/phone-numbers/hosted-numbers/hosted-numbers-api/authorization-document-resource) the user needs to sign.
|
|
440
434
|
def signing_document_sid
|
|
441
435
|
@properties['signing_document_sid']
|
|
442
436
|
end
|
data/lib/twilio-ruby/rest/preview/marketplace/available_add_on/available_add_on_extension.rb
CHANGED
|
@@ -93,7 +93,6 @@ module Twilio
|
|
|
93
93
|
# @return [Page] Page of AvailableAddOnExtensionInstance
|
|
94
94
|
def page(page_token: :unset, page_number: :unset, page_size: :unset)
|
|
95
95
|
params = Twilio::Values.of({
|
|
96
|
-
|
|
97
96
|
'PageToken' => page_token,
|
|
98
97
|
'Page' => page_number,
|
|
99
98
|
'PageSize' => page_size,
|
data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on/installed_add_on_extension.rb
CHANGED
|
@@ -93,7 +93,6 @@ module Twilio
|
|
|
93
93
|
# @return [Page] Page of InstalledAddOnExtensionInstance
|
|
94
94
|
def page(page_token: :unset, page_number: :unset, page_size: :unset)
|
|
95
95
|
params = Twilio::Values.of({
|
|
96
|
-
|
|
97
96
|
'PageToken' => page_token,
|
|
98
97
|
'Page' => page_number,
|
|
99
98
|
'PageSize' => page_size,
|
|
@@ -119,7 +119,6 @@ module Twilio
|
|
|
119
119
|
# @return [Page] Page of InstalledAddOnInstance
|
|
120
120
|
def page(page_token: :unset, page_number: :unset, page_size: :unset)
|
|
121
121
|
params = Twilio::Values.of({
|
|
122
|
-
|
|
123
122
|
'PageToken' => page_token,
|
|
124
123
|
'Page' => page_number,
|
|
125
124
|
'PageSize' => page_size,
|
|
@@ -116,7 +116,6 @@ module Twilio
|
|
|
116
116
|
# @return [Page] Page of DocumentInstance
|
|
117
117
|
def page(page_token: :unset, page_number: :unset, page_size: :unset)
|
|
118
118
|
params = Twilio::Values.of({
|
|
119
|
-
|
|
120
119
|
'PageToken' => page_token,
|
|
121
120
|
'Page' => page_number,
|
|
122
121
|
'PageSize' => page_size,
|
|
@@ -228,7 +227,7 @@ module Twilio
|
|
|
228
227
|
|
|
229
228
|
unless @document_permissions
|
|
230
229
|
@document_permissions = DocumentPermissionList.new(
|
|
231
|
-
@version, service_sid: @solution[:service_sid],
|
|
230
|
+
@version, service_sid: @solution[:service_sid], document_sid: @solution[:sid], )
|
|
232
231
|
end
|
|
233
232
|
|
|
234
233
|
@document_permissions
|
|
@@ -130,13 +130,9 @@ module Twilio
|
|
|
130
130
|
# @return [Page] Page of SyncListItemInstance
|
|
131
131
|
def page(order: :unset, from: :unset, bounds: :unset, page_token: :unset, page_number: :unset, page_size: :unset)
|
|
132
132
|
params = Twilio::Values.of({
|
|
133
|
-
|
|
134
133
|
'Order' => order,
|
|
135
|
-
|
|
136
134
|
'From' => from,
|
|
137
|
-
|
|
138
135
|
'Bounds' => bounds,
|
|
139
|
-
|
|
140
136
|
'PageToken' => page_token,
|
|
141
137
|
'Page' => page_number,
|
|
142
138
|
'PageSize' => page_size,
|
|
@@ -113,7 +113,6 @@ module Twilio
|
|
|
113
113
|
# @return [Page] Page of SyncListInstance
|
|
114
114
|
def page(page_token: :unset, page_number: :unset, page_size: :unset)
|
|
115
115
|
params = Twilio::Values.of({
|
|
116
|
-
|
|
117
116
|
'PageToken' => page_token,
|
|
118
117
|
'Page' => page_number,
|
|
119
118
|
'PageSize' => page_size,
|
|
@@ -202,7 +201,7 @@ module Twilio
|
|
|
202
201
|
|
|
203
202
|
unless @sync_list_permissions
|
|
204
203
|
@sync_list_permissions = SyncListPermissionList.new(
|
|
205
|
-
@version, service_sid: @solution[:service_sid],
|
|
204
|
+
@version, service_sid: @solution[:service_sid], list_sid: @solution[:sid], )
|
|
206
205
|
end
|
|
207
206
|
|
|
208
207
|
@sync_list_permissions
|
|
@@ -221,7 +220,7 @@ module Twilio
|
|
|
221
220
|
|
|
222
221
|
unless @sync_list_items
|
|
223
222
|
@sync_list_items = SyncListItemList.new(
|
|
224
|
-
@version, service_sid: @solution[:service_sid],
|
|
223
|
+
@version, service_sid: @solution[:service_sid], list_sid: @solution[:sid], )
|
|
225
224
|
end
|
|
226
225
|
|
|
227
226
|
@sync_list_items
|
|
@@ -133,13 +133,9 @@ module Twilio
|
|
|
133
133
|
# @return [Page] Page of SyncMapItemInstance
|
|
134
134
|
def page(order: :unset, from: :unset, bounds: :unset, page_token: :unset, page_number: :unset, page_size: :unset)
|
|
135
135
|
params = Twilio::Values.of({
|
|
136
|
-
|
|
137
136
|
'Order' => order,
|
|
138
|
-
|
|
139
137
|
'From' => from,
|
|
140
|
-
|
|
141
138
|
'Bounds' => bounds,
|
|
142
|
-
|
|
143
139
|
'PageToken' => page_token,
|
|
144
140
|
'Page' => page_number,
|
|
145
141
|
'PageSize' => page_size,
|
|
@@ -113,7 +113,6 @@ module Twilio
|
|
|
113
113
|
# @return [Page] Page of SyncMapInstance
|
|
114
114
|
def page(page_token: :unset, page_number: :unset, page_size: :unset)
|
|
115
115
|
params = Twilio::Values.of({
|
|
116
|
-
|
|
117
116
|
'PageToken' => page_token,
|
|
118
117
|
'Page' => page_number,
|
|
119
118
|
'PageSize' => page_size,
|
|
@@ -202,7 +201,7 @@ module Twilio
|
|
|
202
201
|
|
|
203
202
|
unless @sync_map_items
|
|
204
203
|
@sync_map_items = SyncMapItemList.new(
|
|
205
|
-
@version, service_sid: @solution[:service_sid],
|
|
204
|
+
@version, service_sid: @solution[:service_sid], map_sid: @solution[:sid], )
|
|
206
205
|
end
|
|
207
206
|
|
|
208
207
|
@sync_map_items
|
|
@@ -221,7 +220,7 @@ module Twilio
|
|
|
221
220
|
|
|
222
221
|
unless @sync_map_permissions
|
|
223
222
|
@sync_map_permissions = SyncMapPermissionList.new(
|
|
224
|
-
@version, service_sid: @solution[:service_sid],
|
|
223
|
+
@version, service_sid: @solution[:service_sid], map_sid: @solution[:sid], )
|
|
225
224
|
end
|
|
226
225
|
|
|
227
226
|
@sync_map_permissions
|
|
@@ -119,7 +119,6 @@ module Twilio
|
|
|
119
119
|
# @return [Page] Page of ServiceInstance
|
|
120
120
|
def page(page_token: :unset, page_number: :unset, page_size: :unset)
|
|
121
121
|
params = Twilio::Values.of({
|
|
122
|
-
|
|
123
122
|
'PageToken' => page_token,
|
|
124
123
|
'Page' => page_number,
|
|
125
124
|
'PageSize' => page_size,
|
|
@@ -126,9 +126,7 @@ module Twilio
|
|
|
126
126
|
# @return [Page] Page of FieldValueInstance
|
|
127
127
|
def page(language: :unset, page_token: :unset, page_number: :unset, page_size: :unset)
|
|
128
128
|
params = Twilio::Values.of({
|
|
129
|
-
|
|
130
129
|
'Language' => language,
|
|
131
|
-
|
|
132
130
|
'PageToken' => page_token,
|
|
133
131
|
'Page' => page_number,
|
|
134
132
|
'PageSize' => page_size,
|
|
@@ -116,7 +116,6 @@ module Twilio
|
|
|
116
116
|
# @return [Page] Page of FieldTypeInstance
|
|
117
117
|
def page(page_token: :unset, page_number: :unset, page_size: :unset)
|
|
118
118
|
params = Twilio::Values.of({
|
|
119
|
-
|
|
120
119
|
'PageToken' => page_token,
|
|
121
120
|
'Page' => page_number,
|
|
122
121
|
'PageSize' => page_size,
|
|
@@ -228,7 +227,7 @@ module Twilio
|
|
|
228
227
|
|
|
229
228
|
unless @field_values
|
|
230
229
|
@field_values = FieldValueList.new(
|
|
231
|
-
@version, assistant_sid: @solution[:assistant_sid],
|
|
230
|
+
@version, assistant_sid: @solution[:assistant_sid], field_type_sid: @solution[:sid], )
|
|
232
231
|
end
|
|
233
232
|
|
|
234
233
|
@field_values
|
|
@@ -116,7 +116,6 @@ module Twilio
|
|
|
116
116
|
# @return [Page] Page of ModelBuildInstance
|
|
117
117
|
def page(page_token: :unset, page_number: :unset, page_size: :unset)
|
|
118
118
|
params = Twilio::Values.of({
|
|
119
|
-
|
|
120
119
|
'PageToken' => page_token,
|
|
121
120
|
'Page' => page_number,
|
|
122
121
|
'PageSize' => page_size,
|
|
@@ -140,13 +140,9 @@ module Twilio
|
|
|
140
140
|
# @return [Page] Page of QueryInstance
|
|
141
141
|
def page(language: :unset, model_build: :unset, status: :unset, page_token: :unset, page_number: :unset, page_size: :unset)
|
|
142
142
|
params = Twilio::Values.of({
|
|
143
|
-
|
|
144
143
|
'Language' => language,
|
|
145
|
-
|
|
146
144
|
'ModelBuild' => model_build,
|
|
147
|
-
|
|
148
145
|
'Status' => status,
|
|
149
|
-
|
|
150
146
|
'PageToken' => page_token,
|
|
151
147
|
'Page' => page_number,
|
|
152
148
|
'PageSize' => page_size,
|
|
@@ -126,9 +126,7 @@ module Twilio
|
|
|
126
126
|
# @return [Page] Page of SampleInstance
|
|
127
127
|
def page(language: :unset, page_token: :unset, page_number: :unset, page_size: :unset)
|
|
128
128
|
params = Twilio::Values.of({
|
|
129
|
-
|
|
130
129
|
'Language' => language,
|
|
131
|
-
|
|
132
130
|
'PageToken' => page_token,
|
|
133
131
|
'Page' => page_number,
|
|
134
132
|
'PageSize' => page_size,
|
|
@@ -122,7 +122,6 @@ module Twilio
|
|
|
122
122
|
# @return [Page] Page of TaskInstance
|
|
123
123
|
def page(page_token: :unset, page_number: :unset, page_size: :unset)
|
|
124
124
|
params = Twilio::Values.of({
|
|
125
|
-
|
|
126
125
|
'PageToken' => page_token,
|
|
127
126
|
'Page' => page_number,
|
|
128
127
|
'PageSize' => page_size,
|
|
@@ -265,7 +264,7 @@ module Twilio
|
|
|
265
264
|
|
|
266
265
|
unless @samples
|
|
267
266
|
@samples = SampleList.new(
|
|
268
|
-
@version, assistant_sid: @solution[:assistant_sid],
|
|
267
|
+
@version, assistant_sid: @solution[:assistant_sid], task_sid: @solution[:sid], )
|
|
269
268
|
end
|
|
270
269
|
|
|
271
270
|
@samples
|
|
@@ -284,7 +283,7 @@ module Twilio
|
|
|
284
283
|
|
|
285
284
|
unless @fields
|
|
286
285
|
@fields = FieldList.new(
|
|
287
|
-
@version, assistant_sid: @solution[:assistant_sid],
|
|
286
|
+
@version, assistant_sid: @solution[:assistant_sid], task_sid: @solution[:sid], )
|
|
288
287
|
end
|
|
289
288
|
|
|
290
289
|
@fields
|
|
@@ -131,7 +131,6 @@ module Twilio
|
|
|
131
131
|
# @return [Page] Page of AssistantInstance
|
|
132
132
|
def page(page_token: :unset, page_number: :unset, page_size: :unset)
|
|
133
133
|
params = Twilio::Values.of({
|
|
134
|
-
|
|
135
134
|
'PageToken' => page_token,
|
|
136
135
|
'Page' => page_number,
|
|
137
136
|
'PageSize' => page_size,
|
|
@@ -148,15 +148,10 @@ module Twilio
|
|
|
148
148
|
# @return [Page] Page of CommandInstance
|
|
149
149
|
def page(device: :unset, sim: :unset, status: :unset, direction: :unset, page_token: :unset, page_number: :unset, page_size: :unset)
|
|
150
150
|
params = Twilio::Values.of({
|
|
151
|
-
|
|
152
151
|
'Device' => device,
|
|
153
|
-
|
|
154
152
|
'Sim' => sim,
|
|
155
|
-
|
|
156
153
|
'Status' => status,
|
|
157
|
-
|
|
158
154
|
'Direction' => direction,
|
|
159
|
-
|
|
160
155
|
'PageToken' => page_token,
|
|
161
156
|
'Page' => page_number,
|
|
162
157
|
'PageSize' => page_size,
|
|
@@ -137,7 +137,6 @@ module Twilio
|
|
|
137
137
|
# @return [Page] Page of RatePlanInstance
|
|
138
138
|
def page(page_token: :unset, page_number: :unset, page_size: :unset)
|
|
139
139
|
params = Twilio::Values.of({
|
|
140
|
-
|
|
141
140
|
'PageToken' => page_token,
|
|
142
141
|
'Page' => page_number,
|
|
143
142
|
'PageSize' => page_size,
|
|
@@ -116,17 +116,11 @@ module Twilio
|
|
|
116
116
|
# @return [Page] Page of SimInstance
|
|
117
117
|
def page(status: :unset, iccid: :unset, rate_plan: :unset, e_id: :unset, sim_registration_code: :unset, page_token: :unset, page_number: :unset, page_size: :unset)
|
|
118
118
|
params = Twilio::Values.of({
|
|
119
|
-
|
|
120
119
|
'Status' => status,
|
|
121
|
-
|
|
122
120
|
'Iccid' => iccid,
|
|
123
|
-
|
|
124
121
|
'RatePlan' => rate_plan,
|
|
125
|
-
|
|
126
122
|
'EId' => e_id,
|
|
127
|
-
|
|
128
123
|
'SimRegistrationCode' => sim_registration_code,
|
|
129
|
-
|
|
130
124
|
'PageToken' => page_token,
|
|
131
125
|
'Page' => page_number,
|
|
132
126
|
'PageSize' => page_size,
|
|
@@ -119,7 +119,6 @@ module Twilio
|
|
|
119
119
|
# @return [Page] Page of PhoneNumberInstance
|
|
120
120
|
def page(page_token: :unset, page_number: :unset, page_size: :unset)
|
|
121
121
|
params = Twilio::Values.of({
|
|
122
|
-
|
|
123
122
|
'PageToken' => page_token,
|
|
124
123
|
'Page' => page_number,
|
|
125
124
|
'PageSize' => page_size,
|
|
@@ -94,7 +94,6 @@ module Twilio
|
|
|
94
94
|
# @return [Page] Page of InteractionInstance
|
|
95
95
|
def page(page_token: :unset, page_number: :unset, page_size: :unset)
|
|
96
96
|
params = Twilio::Values.of({
|
|
97
|
-
|
|
98
97
|
'PageToken' => page_token,
|
|
99
98
|
'Page' => page_number,
|
|
100
99
|
'PageSize' => page_size,
|
|
@@ -308,7 +307,7 @@ module Twilio
|
|
|
308
307
|
end
|
|
309
308
|
|
|
310
309
|
##
|
|
311
|
-
# @return [String] The SID of the inbound resource; either the [Call](https://www.twilio.com/docs/voice/api/call-resource) or [Message](https://www.twilio.com/docs/sms/api/message.
|
|
310
|
+
# @return [String] The SID of the inbound resource; either the [Call](https://www.twilio.com/docs/voice/api/call-resource) or [Message](https://www.twilio.com/docs/sms/api/message-resource).
|
|
312
311
|
def inbound_resource_sid
|
|
313
312
|
@properties['inbound_resource_sid']
|
|
314
313
|
end
|
|
@@ -120,7 +120,6 @@ module Twilio
|
|
|
120
120
|
# @return [Page] Page of MessageInteractionInstance
|
|
121
121
|
def page(page_token: :unset, page_number: :unset, page_size: :unset)
|
|
122
122
|
params = Twilio::Values.of({
|
|
123
|
-
|
|
124
123
|
'PageToken' => page_token,
|
|
125
124
|
'Page' => page_number,
|
|
126
125
|
'PageSize' => page_size,
|
|
@@ -124,7 +124,6 @@ module Twilio
|
|
|
124
124
|
# @return [Page] Page of ParticipantInstance
|
|
125
125
|
def page(page_token: :unset, page_number: :unset, page_size: :unset)
|
|
126
126
|
params = Twilio::Values.of({
|
|
127
|
-
|
|
128
127
|
'PageToken' => page_token,
|
|
129
128
|
'Page' => page_number,
|
|
130
129
|
'PageSize' => page_size,
|
|
@@ -214,7 +213,7 @@ module Twilio
|
|
|
214
213
|
|
|
215
214
|
unless @message_interactions
|
|
216
215
|
@message_interactions = MessageInteractionList.new(
|
|
217
|
-
@version, service_sid: @solution[:service_sid],
|
|
216
|
+
@version, service_sid: @solution[:service_sid], session_sid: @solution[:session_sid], participant_sid: @solution[:sid], )
|
|
218
217
|
end
|
|
219
218
|
|
|
220
219
|
@message_interactions
|
|
@@ -128,7 +128,6 @@ module Twilio
|
|
|
128
128
|
# @return [Page] Page of SessionInstance
|
|
129
129
|
def page(page_token: :unset, page_number: :unset, page_size: :unset)
|
|
130
130
|
params = Twilio::Values.of({
|
|
131
|
-
|
|
132
131
|
'PageToken' => page_token,
|
|
133
132
|
'Page' => page_number,
|
|
134
133
|
'PageSize' => page_size,
|
|
@@ -244,7 +243,7 @@ module Twilio
|
|
|
244
243
|
|
|
245
244
|
unless @interactions
|
|
246
245
|
@interactions = InteractionList.new(
|
|
247
|
-
@version, service_sid: @solution[:service_sid],
|
|
246
|
+
@version, service_sid: @solution[:service_sid], session_sid: @solution[:sid], )
|
|
248
247
|
end
|
|
249
248
|
|
|
250
249
|
@interactions
|
|
@@ -263,7 +262,7 @@ module Twilio
|
|
|
263
262
|
|
|
264
263
|
unless @participants
|
|
265
264
|
@participants = ParticipantList.new(
|
|
266
|
-
@version, service_sid: @solution[:service_sid],
|
|
265
|
+
@version, service_sid: @solution[:service_sid], session_sid: @solution[:sid], )
|
|
267
266
|
end
|
|
268
267
|
|
|
269
268
|
@participants
|