twilio-ruby 5.40.1 → 5.42.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGES.md +111 -0
- data/{LICENSE.md → LICENSE} +0 -0
- data/PULL_REQUEST_TEMPLATE.md +3 -3
- data/README.md +2 -2
- data/lib/twilio-ruby/framework/version.rb +4 -8
- data/lib/twilio-ruby/jwt/access_token.rb +7 -2
- data/lib/twilio-ruby/rest/accounts.rb +12 -0
- data/lib/twilio-ruby/rest/accounts/v1.rb +14 -0
- data/lib/twilio-ruby/rest/accounts/v1/auth_token_promotion.rb +186 -0
- data/lib/twilio-ruby/rest/accounts/v1/secondary_auth_token.rb +200 -0
- data/lib/twilio-ruby/rest/api.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/address.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/address/dependent_phone_number.rb +2 -2
- data/lib/twilio-ruby/rest/api/v2010/account/application.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/authorized_connect_app.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/local.rb +32 -23
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/machine_to_machine.rb +32 -23
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/mobile.rb +32 -23
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/national.rb +32 -23
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/shared_cost.rb +32 -23
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/toll_free.rb +32 -23
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number/voip.rb +32 -23
- data/lib/twilio-ruby/rest/api/v2010/account/call.rb +21 -20
- data/lib/twilio-ruby/rest/api/v2010/account/call/feedback.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/call/feedback_summary.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/call/notification.rb +6 -6
- data/lib/twilio-ruby/rest/api/v2010/account/call/payment.rb +20 -14
- data/lib/twilio-ruby/rest/api/v2010/account/call/recording.rb +8 -8
- data/lib/twilio-ruby/rest/api/v2010/account/conference.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb +29 -22
- data/lib/twilio-ruby/rest/api/v2010/account/conference/recording.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/connect_app.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number.rb +10 -10
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/local.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/mobile.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/toll_free.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/key.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/message.rb +28 -21
- data/lib/twilio-ruby/rest/api/v2010/account/message/feedback.rb +6 -4
- data/lib/twilio-ruby/rest/api/v2010/account/message/media.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/notification.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/outgoing_caller_id.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/queue.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/queue/member.rb +5 -5
- data/lib/twilio-ruby/rest/api/v2010/account/recording.rb +6 -6
- data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result/payload.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/recording/transcription.rb +6 -6
- data/lib/twilio-ruby/rest/api/v2010/account/short_code.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types.rb +2 -2
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping.rb +2 -2
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_credential_list_mapping.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_ip_access_control_list_mapping.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping.rb +2 -2
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping/auth_registrations_credential_list_mapping.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/credential_list_mapping.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list/ip_address.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/token.rb +2 -2
- data/lib/twilio-ruby/rest/api/v2010/account/transcription.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record.rb +6 -6
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/all_time.rb +6 -6
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/daily.rb +6 -6
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/last_month.rb +6 -6
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/monthly.rb +6 -6
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/this_month.rb +6 -6
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/today.rb +6 -6
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yearly.rb +6 -6
- data/lib/twilio-ruby/rest/api/v2010/account/usage/record/yesterday.rb +6 -6
- data/lib/twilio-ruby/rest/api/v2010/account/usage/trigger.rb +19 -18
- data/lib/twilio-ruby/rest/api/v2010/account/validation_request.rb +3 -3
- data/lib/twilio-ruby/rest/autopilot/v1/assistant.rb +12 -12
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/defaults.rb +3 -3
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/dialogue.rb +3 -3
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/field_type.rb +3 -3
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/field_type/field_value.rb +15 -11
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb +3 -3
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/query.rb +33 -26
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/style_sheet.rb +3 -3
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/task.rb +6 -6
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/field.rb +9 -9
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/sample.rb +31 -24
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/task_actions.rb +8 -8
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/task_statistics.rb +6 -6
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/webhook.rb +3 -3
- data/lib/twilio-ruby/rest/bulkexports/v1/export/day.rb +5 -22
- data/lib/twilio-ruby/rest/bulkexports/v1/export/export_custom_job.rb +25 -40
- data/lib/twilio-ruby/rest/chat/v1/service.rb +36 -36
- data/lib/twilio-ruby/rest/chat/v1/service/channel.rb +3 -3
- data/lib/twilio-ruby/rest/chat/v1/service/channel/invite.rb +19 -19
- data/lib/twilio-ruby/rest/chat/v1/service/channel/member.rb +28 -28
- data/lib/twilio-ruby/rest/chat/v1/service/channel/message.rb +7 -7
- data/lib/twilio-ruby/rest/chat/v1/service/role.rb +5 -5
- data/lib/twilio-ruby/rest/chat/v1/service/user.rb +8 -8
- data/lib/twilio-ruby/rest/chat/v1/service/user/user_channel.rb +2 -2
- data/lib/twilio-ruby/rest/chat/v2/service.rb +36 -36
- data/lib/twilio-ruby/rest/chat/v2/service/binding.rb +18 -18
- data/lib/twilio-ruby/rest/chat/v2/service/channel.rb +15 -15
- data/lib/twilio-ruby/rest/chat/v2/service/channel/invite.rb +19 -19
- data/lib/twilio-ruby/rest/chat/v2/service/channel/member.rb +54 -54
- data/lib/twilio-ruby/rest/chat/v2/service/channel/message.rb +25 -25
- data/lib/twilio-ruby/rest/chat/v2/service/channel/webhook.rb +15 -15
- data/lib/twilio-ruby/rest/chat/v2/service/role.rb +5 -5
- data/lib/twilio-ruby/rest/chat/v2/service/user.rb +8 -8
- data/lib/twilio-ruby/rest/chat/v2/service/user/user_binding.rb +18 -18
- data/lib/twilio-ruby/rest/chat/v2/service/user/user_channel.rb +20 -20
- data/lib/twilio-ruby/rest/client.rb +1 -1
- data/lib/twilio-ruby/rest/conversations.rb +39 -3
- data/lib/twilio-ruby/rest/conversations/v1.rb +68 -5
- data/lib/twilio-ruby/rest/conversations/v1/configuration.rb +260 -0
- data/lib/twilio-ruby/rest/conversations/v1/configuration/webhook.rb +254 -0
- data/lib/twilio-ruby/rest/conversations/v1/conversation.rb +34 -23
- data/lib/twilio-ruby/rest/conversations/v1/conversation/message.rb +15 -20
- data/lib/twilio-ruby/rest/conversations/v1/conversation/message/delivery_receipt.rb +35 -28
- data/lib/twilio-ruby/rest/conversations/v1/conversation/participant.rb +42 -44
- data/lib/twilio-ruby/rest/conversations/v1/conversation/webhook.rb +14 -19
- data/lib/twilio-ruby/rest/conversations/v1/credential.rb +419 -0
- data/lib/twilio-ruby/rest/conversations/v1/role.rb +366 -0
- data/lib/twilio-ruby/rest/conversations/v1/service.rb +434 -0
- data/lib/twilio-ruby/rest/conversations/v1/service/binding.rb +380 -0
- data/lib/twilio-ruby/rest/conversations/v1/service/configuration.rb +263 -0
- data/lib/twilio-ruby/rest/conversations/v1/service/configuration/notification.rb +307 -0
- data/lib/twilio-ruby/rest/conversations/v1/service/conversation.rb +588 -0
- data/lib/twilio-ruby/rest/conversations/v1/service/conversation/message.rb +541 -0
- data/lib/twilio-ruby/rest/conversations/v1/service/conversation/message/delivery_receipt.rb +386 -0
- data/lib/twilio-ruby/rest/conversations/v1/service/conversation/participant.rb +511 -0
- data/lib/twilio-ruby/rest/conversations/v1/service/conversation/webhook.rb +449 -0
- data/lib/twilio-ruby/rest/conversations/v1/service/role.rb +387 -0
- data/lib/twilio-ruby/rest/conversations/v1/service/user.rb +430 -0
- data/lib/twilio-ruby/rest/conversations/v1/user.rb +409 -0
- data/lib/twilio-ruby/rest/events.rb +17 -0
- data/lib/twilio-ruby/rest/events/v1.rb +31 -0
- data/lib/twilio-ruby/rest/events/v1/event_type.rb +291 -0
- data/lib/twilio-ruby/rest/events/v1/schema.rb +226 -0
- data/lib/twilio-ruby/rest/events/v1/schema/schema_version.rb +290 -0
- data/lib/twilio-ruby/rest/events/v1/subscription.rb +28 -8
- data/lib/twilio-ruby/rest/events/v1/subscription/subscribed_event.rb +3 -109
- data/lib/twilio-ruby/rest/fax/v1/fax.rb +28 -27
- data/lib/twilio-ruby/rest/insights.rb +8 -0
- data/lib/twilio-ruby/rest/insights/v1.rb +15 -0
- data/lib/twilio-ruby/rest/insights/v1/call/summary.rb +7 -0
- data/lib/twilio-ruby/rest/insights/v1/room.rb +487 -0
- data/lib/twilio-ruby/rest/insights/v1/room/participant.rb +385 -0
- data/lib/twilio-ruby/rest/ip_messaging.rb +8 -10
- data/lib/twilio-ruby/rest/ip_messaging/v1.rb +6 -8
- data/lib/twilio-ruby/rest/ip_messaging/v1/credential.rb +29 -68
- data/lib/twilio-ruby/rest/ip_messaging/v1/service.rb +198 -313
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel.rb +32 -59
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/invite.rb +23 -55
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/member.rb +28 -71
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/message.rb +31 -59
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/role.rb +19 -39
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/user.rb +29 -51
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/user/user_channel.rb +12 -18
- data/lib/twilio-ruby/rest/ip_messaging/v2.rb +6 -6
- data/lib/twilio-ruby/rest/ip_messaging/v2/credential.rb +29 -66
- data/lib/twilio-ruby/rest/ip_messaging/v2/service.rb +116 -205
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/binding.rb +23 -50
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel.rb +41 -91
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/invite.rb +23 -50
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/member.rb +42 -118
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/message.rb +46 -100
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/webhook.rb +36 -89
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/role.rb +19 -41
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/user.rb +29 -53
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_binding.rb +23 -53
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_channel.rb +27 -56
- data/lib/twilio-ruby/rest/lookups.rb +1 -1
- data/lib/twilio-ruby/rest/lookups/v1.rb +1 -1
- data/lib/twilio-ruby/rest/lookups/v1/phone_number.rb +10 -10
- data/lib/twilio-ruby/rest/messaging/v1/service.rb +39 -36
- data/lib/twilio-ruby/rest/messaging/v1/service/alpha_sender.rb +3 -3
- data/lib/twilio-ruby/rest/messaging/v1/service/phone_number.rb +3 -3
- data/lib/twilio-ruby/rest/messaging/v1/service/short_code.rb +3 -3
- data/lib/twilio-ruby/rest/monitor/v1/event.rb +15 -15
- data/lib/twilio-ruby/rest/notify/v1/credential.rb +12 -6
- data/lib/twilio-ruby/rest/notify/v1/service.rb +24 -24
- data/lib/twilio-ruby/rest/notify/v1/service/binding.rb +10 -10
- data/lib/twilio-ruby/rest/notify/v1/service/notification.rb +23 -15
- data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance.rb +2 -2
- data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/supporting_document.rb +18 -4
- data/lib/twilio-ruby/rest/preview.rb +8 -0
- data/lib/twilio-ruby/rest/preview/bulk_exports/export/day.rb +5 -22
- data/lib/twilio-ruby/rest/preview/bulk_exports/export/export_custom_job.rb +21 -39
- data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document.rb +15 -10
- data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document/dependent_hosted_number_order.rb +9 -6
- data/lib/twilio-ruby/rest/preview/hosted_numbers/hosted_number_order.rb +1 -1
- data/lib/twilio-ruby/rest/preview/trusted_comms.rb +15 -0
- data/lib/twilio-ruby/rest/preview/trusted_comms/branded_call.rb +4 -4
- data/lib/twilio-ruby/rest/preview/trusted_comms/branded_channel.rb +225 -0
- data/lib/twilio-ruby/rest/preview/trusted_comms/branded_channel/channel.rb +165 -0
- data/lib/twilio-ruby/rest/preview/trusted_comms/business.rb +0 -26
- data/lib/twilio-ruby/rest/preview/trusted_comms/business/insights.rb +1 -4
- data/lib/twilio-ruby/rest/preview/trusted_comms/current_call.rb +4 -4
- data/lib/twilio-ruby/rest/preview/trusted_comms/phone_call.rb +52 -52
- data/lib/twilio-ruby/rest/preview/understand/assistant/task/field.rb +2 -2
- data/lib/twilio-ruby/rest/pricing/v1/messaging.rb +2 -2
- data/lib/twilio-ruby/rest/pricing/v1/messaging/country.rb +4 -4
- data/lib/twilio-ruby/rest/pricing/v1/phone_number.rb +2 -2
- data/lib/twilio-ruby/rest/pricing/v1/phone_number/country.rb +4 -4
- data/lib/twilio-ruby/rest/pricing/v1/voice.rb +2 -2
- data/lib/twilio-ruby/rest/pricing/v1/voice/country.rb +4 -4
- data/lib/twilio-ruby/rest/pricing/v2/voice.rb +3 -3
- data/lib/twilio-ruby/rest/pricing/v2/voice/country.rb +4 -4
- data/lib/twilio-ruby/rest/pricing/v2/voice/number.rb +4 -4
- data/lib/twilio-ruby/rest/proxy/v1/service.rb +15 -15
- data/lib/twilio-ruby/rest/proxy/v1/service/phone_number.rb +13 -11
- data/lib/twilio-ruby/rest/proxy/v1/service/session.rb +33 -30
- data/lib/twilio-ruby/rest/proxy/v1/service/session/interaction.rb +6 -6
- data/lib/twilio-ruby/rest/proxy/v1/service/session/participant.rb +18 -17
- data/lib/twilio-ruby/rest/proxy/v1/service/session/participant/message_interaction.rb +9 -9
- data/lib/twilio-ruby/rest/proxy/v1/service/short_code.rb +8 -8
- data/lib/twilio-ruby/rest/serverless/v1/service.rb +13 -13
- data/lib/twilio-ruby/rest/serverless/v1/service/asset.rb +6 -6
- data/lib/twilio-ruby/rest/serverless/v1/service/asset/asset_version.rb +5 -5
- data/lib/twilio-ruby/rest/serverless/v1/service/build.rb +33 -8
- data/lib/twilio-ruby/rest/serverless/v1/service/build/build_status.rb +219 -0
- data/lib/twilio-ruby/rest/serverless/v1/service/environment.rb +6 -8
- data/lib/twilio-ruby/rest/serverless/v1/service/environment/deployment.rb +8 -8
- data/lib/twilio-ruby/rest/serverless/v1/service/environment/variable.rb +14 -14
- data/lib/twilio-ruby/rest/serverless/v1/service/function.rb +4 -4
- data/lib/twilio-ruby/rest/serverless/v1/service/function/function_version.rb +7 -7
- data/lib/twilio-ruby/rest/serverless/v1/service/function/function_version/function_version_content.rb +1 -1
- data/lib/twilio-ruby/rest/studio/v1/flow/execution.rb +6 -6
- data/lib/twilio-ruby/rest/studio/v2/flow/execution.rb +6 -6
- data/lib/twilio-ruby/rest/supersim/v1/command.rb +7 -7
- data/lib/twilio-ruby/rest/supersim/v1/network.rb +6 -6
- data/lib/twilio-ruby/rest/supersim/v1/sim.rb +22 -12
- data/lib/twilio-ruby/rest/supersim/v1/usage_record.rb +6 -6
- data/lib/twilio-ruby/rest/sync/v1/service.rb +3 -3
- data/lib/twilio-ruby/rest/sync/v1/service/document.rb +6 -6
- data/lib/twilio-ruby/rest/sync/v1/service/document/document_permission.rb +6 -6
- data/lib/twilio-ruby/rest/sync/v1/service/sync_list.rb +6 -6
- data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_item.rb +6 -6
- data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_permission.rb +6 -6
- data/lib/twilio-ruby/rest/sync/v1/service/sync_map.rb +6 -6
- data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_item.rb +12 -12
- data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_permission.rb +6 -6
- data/lib/twilio-ruby/rest/sync/v1/service/sync_stream.rb +6 -6
- data/lib/twilio-ruby/rest/sync/v1/service/sync_stream/stream_message.rb +4 -4
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace.rb +4 -4
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/activity.rb +2 -1
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/event.rb +6 -6
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task/reservation.rb +16 -12
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue.rb +8 -8
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics.rb +6 -6
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queue_statistics.rb +6 -6
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue/task_queues_statistics.rb +9 -9
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker.rb +4 -7
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/reservation.rb +16 -12
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/worker_statistics.rb +4 -4
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_cumulative_statistics.rb +4 -4
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker/workers_statistics.rb +6 -6
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow.rb +12 -12
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics.rb +4 -4
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow/workflow_statistics.rb +6 -6
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_cumulative_statistics.rb +4 -4
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workspace_statistics.rb +6 -6
- data/lib/twilio-ruby/rest/trunking/v1/trunk.rb +46 -53
- data/lib/twilio-ruby/rest/trunking/v1/trunk/credential_list.rb +2 -2
- data/lib/twilio-ruby/rest/trunking/v1/trunk/ip_access_control_list.rb +3 -2
- data/lib/twilio-ruby/rest/trunking/v1/trunk/phone_number.rb +3 -2
- data/lib/twilio-ruby/rest/trunking/v1/trunk/recording.rb +201 -0
- data/lib/twilio-ruby/rest/verify/v2/form.rb +4 -4
- data/lib/twilio-ruby/rest/verify/v2/service.rb +51 -30
- data/lib/twilio-ruby/rest/verify/v2/service/access_token.rb +3 -3
- data/lib/twilio-ruby/rest/verify/v2/service/entity.rb +20 -34
- data/lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb +32 -59
- data/lib/twilio-ruby/rest/verify/v2/service/entity/factor.rb +59 -61
- data/lib/twilio-ruby/rest/verify/v2/service/messaging_configuration.rb +12 -12
- data/lib/twilio-ruby/rest/verify/v2/service/rate_limit.rb +3 -3
- data/lib/twilio-ruby/rest/verify/v2/service/rate_limit/bucket.rb +3 -3
- data/lib/twilio-ruby/rest/verify/v2/service/verification.rb +14 -12
- data/lib/twilio-ruby/rest/verify/v2/service/verification_check.rb +5 -5
- data/lib/twilio-ruby/rest/verify/v2/service/webhook.rb +4 -4
- data/lib/twilio-ruby/rest/video/v1/composition.rb +13 -9
- data/lib/twilio-ruby/rest/video/v1/composition_hook.rb +33 -24
- data/lib/twilio-ruby/rest/video/v1/recording.rb +6 -6
- data/lib/twilio-ruby/rest/video/v1/room.rb +27 -9
- data/lib/twilio-ruby/rest/video/v1/room/recording.rb +6 -6
- data/lib/twilio-ruby/rest/video/v1/room/room_participant.rb +9 -9
- data/lib/twilio-ruby/rest/video/v1/room/room_participant/room_participant_subscribe_rule.rb +2 -2
- data/lib/twilio-ruby/rest/video/v1/room/room_recording_rule.rb +150 -0
- data/lib/twilio-ruby/rest/voice/v1/byoc_trunk.rb +9 -9
- data/lib/twilio-ruby/rest/voice/v1/dialing_permissions.rb +3 -6
- data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/country.rb +22 -22
- data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/country/highrisk_special_prefix.rb +4 -4
- data/lib/twilio-ruby/rest/voice/v1/ip_record.rb +2 -2
- data/lib/twilio-ruby/rest/wireless/v1/command.rb +7 -7
- data/lib/twilio-ruby/rest/wireless/v1/rate_plan.rb +8 -7
- data/lib/twilio-ruby/rest/wireless/v1/sim.rb +22 -22
- data/lib/twilio-ruby/rest/wireless/v1/sim/data_session.rb +4 -4
- data/lib/twilio-ruby/rest/wireless/v1/sim/usage_record.rb +10 -10
- data/lib/twilio-ruby/rest/wireless/v1/usage_record.rb +6 -6
- data/lib/twilio-ruby/version.rb +1 -1
- data/spec/framework/version_spec.rb +53 -0
- data/spec/holodeck/holodeck.rb +3 -3
- data/spec/integration/accounts/v1/auth_token_promotion_spec.rb +44 -0
- data/spec/integration/accounts/v1/secondary_auth_token_spec.rb +69 -0
- data/spec/integration/api/v2010/account/conference/participant_spec.rb +30 -0
- data/spec/integration/bulkexports/v1/export/export_custom_job_spec.rb +4 -2
- data/spec/integration/conversations/v1/{webhook_spec.rb → configuration/webhook_spec.rb} +12 -8
- data/spec/integration/conversations/v1/configuration_spec.rb +87 -0
- data/spec/integration/conversations/v1/conversation/message/delivery_receipt_spec.rb +4 -0
- data/spec/integration/conversations/v1/conversation/participant_spec.rb +6 -6
- data/spec/integration/conversations/v1/conversation_spec.rb +5 -0
- data/spec/integration/conversations/v1/credential_spec.rb +219 -0
- data/spec/integration/conversations/v1/role_spec.rb +249 -0
- data/spec/integration/conversations/v1/service/binding_spec.rb +166 -0
- data/spec/integration/conversations/v1/service/configuration/notification_spec.rb +115 -0
- data/spec/integration/conversations/v1/service/configuration_spec.rb +87 -0
- data/spec/integration/conversations/v1/service/conversation/message/delivery_receipt_spec.rb +144 -0
- data/spec/integration/conversations/v1/service/conversation/message_spec.rb +429 -0
- data/spec/integration/conversations/v1/service/conversation/participant_spec.rb +407 -0
- data/spec/integration/conversations/v1/service/conversation/webhook_spec.rb +299 -0
- data/spec/integration/conversations/v1/service/conversation_spec.rb +289 -0
- data/spec/integration/conversations/v1/service/role_spec.rb +260 -0
- data/spec/integration/conversations/v1/service/user_spec.rb +236 -0
- data/spec/integration/conversations/v1/service_spec.rb +174 -0
- data/spec/integration/conversations/v1/user_spec.rb +226 -0
- data/spec/integration/events/v1/event_type_spec.rb +133 -0
- data/spec/integration/events/v1/schema/schema_version_spec.rb +126 -0
- data/spec/integration/events/v1/schema_spec.rb +46 -0
- data/spec/integration/events/v1/sink/sink_test_spec.rb +1 -1
- data/spec/integration/events/v1/subscription/subscribed_event_spec.rb +0 -121
- data/spec/integration/events/v1/subscription_spec.rb +38 -0
- data/spec/integration/insights/v1/call/summary_spec.rb +1 -0
- data/spec/integration/insights/v1/room/participant_spec.rb +149 -0
- data/spec/integration/insights/v1/room_spec.rb +164 -0
- data/spec/integration/ip_messaging/v1/credential_spec.rb +13 -13
- data/spec/integration/ip_messaging/v1/service/channel/invite_spec.rb +11 -11
- data/spec/integration/ip_messaging/v1/service/channel/member_spec.rb +14 -14
- data/spec/integration/ip_messaging/v1/service/channel/message_spec.rb +14 -14
- data/spec/integration/ip_messaging/v1/service/channel_spec.rb +25 -25
- data/spec/integration/ip_messaging/v1/service/role_spec.rb +13 -13
- data/spec/integration/ip_messaging/v1/service/user/user_channel_spec.rb +7 -7
- data/spec/integration/ip_messaging/v1/service/user_spec.rb +17 -17
- data/spec/integration/ip_messaging/v1/service_spec.rb +9 -9
- data/spec/integration/ip_messaging/v2/credential_spec.rb +13 -13
- data/spec/integration/ip_messaging/v2/service/binding_spec.rb +11 -11
- data/spec/integration/ip_messaging/v2/service/channel/invite_spec.rb +11 -11
- data/spec/integration/ip_messaging/v2/service/channel/member_spec.rb +13 -13
- data/spec/integration/ip_messaging/v2/service/channel/message_spec.rb +17 -17
- data/spec/integration/ip_messaging/v2/service/channel/webhook_spec.rb +15 -15
- data/spec/integration/ip_messaging/v2/service/channel_spec.rb +29 -29
- data/spec/integration/ip_messaging/v2/service/role_spec.rb +13 -13
- data/spec/integration/ip_messaging/v2/service/user/user_binding_spec.rb +9 -9
- data/spec/integration/ip_messaging/v2/service/user/user_channel_spec.rb +20 -20
- data/spec/integration/ip_messaging/v2/service/user_spec.rb +21 -21
- data/spec/integration/ip_messaging/v2/service_spec.rb +29 -29
- data/spec/integration/numbers/v2/regulatory_compliance/supporting_document_spec.rb +27 -0
- data/spec/integration/preview/bulk_exports/export/export_custom_job_spec.rb +4 -2
- data/spec/integration/preview/trusted_comms/{business/brand/branded_channel → branded_channel}/channel_spec.rb +4 -8
- data/spec/integration/preview/trusted_comms/{business/brand/branded_channel_spec.rb → branded_channel_spec.rb} +5 -9
- data/spec/integration/preview/trusted_comms/business_spec.rb +0 -1
- data/spec/integration/serverless/v1/service/build/build_status_spec.rb +48 -0
- data/spec/integration/serverless/v1/service/build_spec.rb +8 -2
- data/spec/integration/supersim/v1/sim_spec.rb +23 -0
- data/spec/integration/trunking/v1/trunk/recording_spec.rb +79 -0
- data/spec/integration/verify/v2/service/entity/challenge_spec.rb +56 -20
- data/spec/integration/verify/v2/service/entity/factor_spec.rb +11 -26
- data/spec/integration/verify/v2/service/entity_spec.rb +4 -12
- data/spec/integration/verify/v2/service_spec.rb +8 -4
- data/spec/integration/video/v1/room/room_recording_rule_spec.rb +89 -0
- data/spec/integration/video/v1/room_spec.rb +12 -7
- data/spec/jwt/access_token_spec.rb +9 -1
- data/twilio-ruby.gemspec +1 -1
- metadata +88 -16
- data/lib/twilio-ruby/rest/conversations/v1/webhook.rb +0 -262
- data/lib/twilio-ruby/rest/preview/trusted_comms/business/brand.rb +0 -233
- data/lib/twilio-ruby/rest/preview/trusted_comms/business/brand/branded_channel.rb +0 -260
- data/lib/twilio-ruby/rest/preview/trusted_comms/business/brand/branded_channel/channel.rb +0 -189
- data/spec/integration/preview/trusted_comms/business/brand_spec.rb +0 -48
@@ -0,0 +1,366 @@
|
|
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 Conversations < Domain
|
12
|
+
class V1 < Version
|
13
|
+
class RoleList < ListResource
|
14
|
+
##
|
15
|
+
# Initialize the RoleList
|
16
|
+
# @param [Version] version Version that contains the resource
|
17
|
+
# @return [RoleList] RoleList
|
18
|
+
def initialize(version)
|
19
|
+
super(version)
|
20
|
+
|
21
|
+
# Path Solution
|
22
|
+
@solution = {}
|
23
|
+
@uri = "/Roles"
|
24
|
+
end
|
25
|
+
|
26
|
+
##
|
27
|
+
# Create the RoleInstance
|
28
|
+
# @param [String] friendly_name A descriptive string that you create to describe
|
29
|
+
# the new resource. It can be up to 64 characters long.
|
30
|
+
# @param [role.RoleType] type The type of role. Can be: `conversation` for
|
31
|
+
# {Conversation}[https://www.twilio.com/docs/conversations/api/conversation-resource]
|
32
|
+
# roles or `service` for {Conversation
|
33
|
+
# Service}[https://www.twilio.com/docs/conversations/api/service-resource] roles.
|
34
|
+
# @param [String] permission A permission that you grant to the new role. Only one
|
35
|
+
# permission can be granted per parameter. To assign more than one permission,
|
36
|
+
# repeat this parameter for each permission value. The values for this parameter
|
37
|
+
# depend on the role's `type`.
|
38
|
+
# @return [RoleInstance] Created RoleInstance
|
39
|
+
def create(friendly_name: nil, type: nil, permission: nil)
|
40
|
+
data = Twilio::Values.of({
|
41
|
+
'FriendlyName' => friendly_name,
|
42
|
+
'Type' => type,
|
43
|
+
'Permission' => Twilio.serialize_list(permission) { |e| e },
|
44
|
+
})
|
45
|
+
|
46
|
+
payload = @version.create('POST', @uri, data: data)
|
47
|
+
|
48
|
+
RoleInstance.new(@version, payload, )
|
49
|
+
end
|
50
|
+
|
51
|
+
##
|
52
|
+
# Lists RoleInstance records from the API as a list.
|
53
|
+
# Unlike stream(), this operation is eager and will load `limit` records into
|
54
|
+
# memory before returning.
|
55
|
+
# @param [Integer] limit Upper limit for the number of records to return. stream()
|
56
|
+
# guarantees to never return more than limit. Default is no limit
|
57
|
+
# @param [Integer] page_size Number of records to fetch per request, when
|
58
|
+
# not set will use the default value of 50 records. If no page_size is defined
|
59
|
+
# but a limit is defined, stream() will attempt to read the limit with the most
|
60
|
+
# efficient page size, i.e. min(limit, 1000)
|
61
|
+
# @return [Array] Array of up to limit results
|
62
|
+
def list(limit: nil, page_size: nil)
|
63
|
+
self.stream(limit: limit, page_size: page_size).entries
|
64
|
+
end
|
65
|
+
|
66
|
+
##
|
67
|
+
# Streams RoleInstance records from the API as an Enumerable.
|
68
|
+
# This operation lazily loads records as efficiently as possible until the limit
|
69
|
+
# is reached.
|
70
|
+
# @param [Integer] limit Upper limit for the number of records to return. stream()
|
71
|
+
# guarantees to never return more than limit. Default is no limit.
|
72
|
+
# @param [Integer] page_size Number of records to fetch per request, when
|
73
|
+
# not set will use the default value of 50 records. If no page_size is defined
|
74
|
+
# but a limit is defined, stream() will attempt to read the limit with the most
|
75
|
+
# efficient page size, i.e. min(limit, 1000)
|
76
|
+
# @return [Enumerable] Enumerable that will yield up to limit results
|
77
|
+
def stream(limit: nil, page_size: nil)
|
78
|
+
limits = @version.read_limits(limit, page_size)
|
79
|
+
|
80
|
+
page = self.page(page_size: limits[:page_size], )
|
81
|
+
|
82
|
+
@version.stream(page, limit: limits[:limit], page_limit: limits[:page_limit])
|
83
|
+
end
|
84
|
+
|
85
|
+
##
|
86
|
+
# When passed a block, yields RoleInstance records from the API.
|
87
|
+
# This operation lazily loads records as efficiently as possible until the limit
|
88
|
+
# is reached.
|
89
|
+
def each
|
90
|
+
limits = @version.read_limits
|
91
|
+
|
92
|
+
page = self.page(page_size: limits[:page_size], )
|
93
|
+
|
94
|
+
@version.stream(page,
|
95
|
+
limit: limits[:limit],
|
96
|
+
page_limit: limits[:page_limit]).each {|x| yield x}
|
97
|
+
end
|
98
|
+
|
99
|
+
##
|
100
|
+
# Retrieve a single page of RoleInstance records from the API.
|
101
|
+
# Request is executed immediately.
|
102
|
+
# @param [String] page_token PageToken provided by the API
|
103
|
+
# @param [Integer] page_number Page Number, this value is simply for client state
|
104
|
+
# @param [Integer] page_size Number of records to return, defaults to 50
|
105
|
+
# @return [Page] Page of RoleInstance
|
106
|
+
def page(page_token: :unset, page_number: :unset, page_size: :unset)
|
107
|
+
params = Twilio::Values.of({
|
108
|
+
'PageToken' => page_token,
|
109
|
+
'Page' => page_number,
|
110
|
+
'PageSize' => page_size,
|
111
|
+
})
|
112
|
+
|
113
|
+
response = @version.page('GET', @uri, params: params)
|
114
|
+
|
115
|
+
RolePage.new(@version, response, @solution)
|
116
|
+
end
|
117
|
+
|
118
|
+
##
|
119
|
+
# Retrieve a single page of RoleInstance records from the API.
|
120
|
+
# Request is executed immediately.
|
121
|
+
# @param [String] target_url API-generated URL for the requested results page
|
122
|
+
# @return [Page] Page of RoleInstance
|
123
|
+
def get_page(target_url)
|
124
|
+
response = @version.domain.request(
|
125
|
+
'GET',
|
126
|
+
target_url
|
127
|
+
)
|
128
|
+
RolePage.new(@version, response, @solution)
|
129
|
+
end
|
130
|
+
|
131
|
+
##
|
132
|
+
# Provide a user friendly representation
|
133
|
+
def to_s
|
134
|
+
'#<Twilio.Conversations.V1.RoleList>'
|
135
|
+
end
|
136
|
+
end
|
137
|
+
|
138
|
+
class RolePage < Page
|
139
|
+
##
|
140
|
+
# Initialize the RolePage
|
141
|
+
# @param [Version] version Version that contains the resource
|
142
|
+
# @param [Response] response Response from the API
|
143
|
+
# @param [Hash] solution Path solution for the resource
|
144
|
+
# @return [RolePage] RolePage
|
145
|
+
def initialize(version, response, solution)
|
146
|
+
super(version, response)
|
147
|
+
|
148
|
+
# Path Solution
|
149
|
+
@solution = solution
|
150
|
+
end
|
151
|
+
|
152
|
+
##
|
153
|
+
# Build an instance of RoleInstance
|
154
|
+
# @param [Hash] payload Payload response from the API
|
155
|
+
# @return [RoleInstance] RoleInstance
|
156
|
+
def get_instance(payload)
|
157
|
+
RoleInstance.new(@version, payload, )
|
158
|
+
end
|
159
|
+
|
160
|
+
##
|
161
|
+
# Provide a user friendly representation
|
162
|
+
def to_s
|
163
|
+
'<Twilio.Conversations.V1.RolePage>'
|
164
|
+
end
|
165
|
+
end
|
166
|
+
|
167
|
+
class RoleContext < InstanceContext
|
168
|
+
##
|
169
|
+
# Initialize the RoleContext
|
170
|
+
# @param [Version] version Version that contains the resource
|
171
|
+
# @param [String] sid The SID of the Role resource to fetch.
|
172
|
+
# @return [RoleContext] RoleContext
|
173
|
+
def initialize(version, sid)
|
174
|
+
super(version)
|
175
|
+
|
176
|
+
# Path Solution
|
177
|
+
@solution = {sid: sid, }
|
178
|
+
@uri = "/Roles/#{@solution[:sid]}"
|
179
|
+
end
|
180
|
+
|
181
|
+
##
|
182
|
+
# Update the RoleInstance
|
183
|
+
# @param [String] permission A permission that you grant to the role. Only one
|
184
|
+
# permission can be granted per parameter. To assign more than one permission,
|
185
|
+
# repeat this parameter for each permission value. Note that the update action
|
186
|
+
# replaces all previously assigned permissions with those defined in the update
|
187
|
+
# action. To remove a permission, do not include it in the subsequent update
|
188
|
+
# action. The values for this parameter depend on the role's `type`.
|
189
|
+
# @return [RoleInstance] Updated RoleInstance
|
190
|
+
def update(permission: nil)
|
191
|
+
data = Twilio::Values.of({'Permission' => Twilio.serialize_list(permission) { |e| e }, })
|
192
|
+
|
193
|
+
payload = @version.update('POST', @uri, data: data)
|
194
|
+
|
195
|
+
RoleInstance.new(@version, payload, sid: @solution[:sid], )
|
196
|
+
end
|
197
|
+
|
198
|
+
##
|
199
|
+
# Delete the RoleInstance
|
200
|
+
# @return [Boolean] true if delete succeeds, false otherwise
|
201
|
+
def delete
|
202
|
+
@version.delete('DELETE', @uri)
|
203
|
+
end
|
204
|
+
|
205
|
+
##
|
206
|
+
# Fetch the RoleInstance
|
207
|
+
# @return [RoleInstance] Fetched RoleInstance
|
208
|
+
def fetch
|
209
|
+
payload = @version.fetch('GET', @uri)
|
210
|
+
|
211
|
+
RoleInstance.new(@version, payload, sid: @solution[:sid], )
|
212
|
+
end
|
213
|
+
|
214
|
+
##
|
215
|
+
# Provide a user friendly representation
|
216
|
+
def to_s
|
217
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
218
|
+
"#<Twilio.Conversations.V1.RoleContext #{context}>"
|
219
|
+
end
|
220
|
+
|
221
|
+
##
|
222
|
+
# Provide a detailed, user friendly representation
|
223
|
+
def inspect
|
224
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
225
|
+
"#<Twilio.Conversations.V1.RoleContext #{context}>"
|
226
|
+
end
|
227
|
+
end
|
228
|
+
|
229
|
+
class RoleInstance < InstanceResource
|
230
|
+
##
|
231
|
+
# Initialize the RoleInstance
|
232
|
+
# @param [Version] version Version that contains the resource
|
233
|
+
# @param [Hash] payload payload that contains response from Twilio
|
234
|
+
# @param [String] sid The SID of the Role resource to fetch.
|
235
|
+
# @return [RoleInstance] RoleInstance
|
236
|
+
def initialize(version, payload, sid: nil)
|
237
|
+
super(version)
|
238
|
+
|
239
|
+
# Marshaled Properties
|
240
|
+
@properties = {
|
241
|
+
'sid' => payload['sid'],
|
242
|
+
'account_sid' => payload['account_sid'],
|
243
|
+
'chat_service_sid' => payload['chat_service_sid'],
|
244
|
+
'friendly_name' => payload['friendly_name'],
|
245
|
+
'type' => payload['type'],
|
246
|
+
'permissions' => payload['permissions'],
|
247
|
+
'date_created' => Twilio.deserialize_iso8601_datetime(payload['date_created']),
|
248
|
+
'date_updated' => Twilio.deserialize_iso8601_datetime(payload['date_updated']),
|
249
|
+
'url' => payload['url'],
|
250
|
+
}
|
251
|
+
|
252
|
+
# Context
|
253
|
+
@instance_context = nil
|
254
|
+
@params = {'sid' => sid || @properties['sid'], }
|
255
|
+
end
|
256
|
+
|
257
|
+
##
|
258
|
+
# Generate an instance context for the instance, the context is capable of
|
259
|
+
# performing various actions. All instance actions are proxied to the context
|
260
|
+
# @return [RoleContext] RoleContext for this RoleInstance
|
261
|
+
def context
|
262
|
+
unless @instance_context
|
263
|
+
@instance_context = RoleContext.new(@version, @params['sid'], )
|
264
|
+
end
|
265
|
+
@instance_context
|
266
|
+
end
|
267
|
+
|
268
|
+
##
|
269
|
+
# @return [String] The unique string that identifies the resource
|
270
|
+
def sid
|
271
|
+
@properties['sid']
|
272
|
+
end
|
273
|
+
|
274
|
+
##
|
275
|
+
# @return [String] The SID of the Account that created the resource
|
276
|
+
def account_sid
|
277
|
+
@properties['account_sid']
|
278
|
+
end
|
279
|
+
|
280
|
+
##
|
281
|
+
# @return [String] The SID of the Conversation Service that the resource is associated with
|
282
|
+
def chat_service_sid
|
283
|
+
@properties['chat_service_sid']
|
284
|
+
end
|
285
|
+
|
286
|
+
##
|
287
|
+
# @return [String] The string that you assigned to describe the resource
|
288
|
+
def friendly_name
|
289
|
+
@properties['friendly_name']
|
290
|
+
end
|
291
|
+
|
292
|
+
##
|
293
|
+
# @return [role.RoleType] The type of role
|
294
|
+
def type
|
295
|
+
@properties['type']
|
296
|
+
end
|
297
|
+
|
298
|
+
##
|
299
|
+
# @return [String] An array of the permissions the role has been granted
|
300
|
+
def permissions
|
301
|
+
@properties['permissions']
|
302
|
+
end
|
303
|
+
|
304
|
+
##
|
305
|
+
# @return [Time] The ISO 8601 date and time in GMT when the resource was created
|
306
|
+
def date_created
|
307
|
+
@properties['date_created']
|
308
|
+
end
|
309
|
+
|
310
|
+
##
|
311
|
+
# @return [Time] The ISO 8601 date and time in GMT when the resource was last updated
|
312
|
+
def date_updated
|
313
|
+
@properties['date_updated']
|
314
|
+
end
|
315
|
+
|
316
|
+
##
|
317
|
+
# @return [String] An absolute URL for this user role.
|
318
|
+
def url
|
319
|
+
@properties['url']
|
320
|
+
end
|
321
|
+
|
322
|
+
##
|
323
|
+
# Update the RoleInstance
|
324
|
+
# @param [String] permission A permission that you grant to the role. Only one
|
325
|
+
# permission can be granted per parameter. To assign more than one permission,
|
326
|
+
# repeat this parameter for each permission value. Note that the update action
|
327
|
+
# replaces all previously assigned permissions with those defined in the update
|
328
|
+
# action. To remove a permission, do not include it in the subsequent update
|
329
|
+
# action. The values for this parameter depend on the role's `type`.
|
330
|
+
# @return [RoleInstance] Updated RoleInstance
|
331
|
+
def update(permission: nil)
|
332
|
+
context.update(permission: permission, )
|
333
|
+
end
|
334
|
+
|
335
|
+
##
|
336
|
+
# Delete the RoleInstance
|
337
|
+
# @return [Boolean] true if delete succeeds, false otherwise
|
338
|
+
def delete
|
339
|
+
context.delete
|
340
|
+
end
|
341
|
+
|
342
|
+
##
|
343
|
+
# Fetch the RoleInstance
|
344
|
+
# @return [RoleInstance] Fetched RoleInstance
|
345
|
+
def fetch
|
346
|
+
context.fetch
|
347
|
+
end
|
348
|
+
|
349
|
+
##
|
350
|
+
# Provide a user friendly representation
|
351
|
+
def to_s
|
352
|
+
values = @params.map{|k, v| "#{k}: #{v}"}.join(" ")
|
353
|
+
"<Twilio.Conversations.V1.RoleInstance #{values}>"
|
354
|
+
end
|
355
|
+
|
356
|
+
##
|
357
|
+
# Provide a detailed, user friendly representation
|
358
|
+
def inspect
|
359
|
+
values = @properties.map{|k, v| "#{k}: #{v}"}.join(" ")
|
360
|
+
"<Twilio.Conversations.V1.RoleInstance #{values}>"
|
361
|
+
end
|
362
|
+
end
|
363
|
+
end
|
364
|
+
end
|
365
|
+
end
|
366
|
+
end
|
@@ -0,0 +1,434 @@
|
|
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 Conversations < Domain
|
12
|
+
class V1 < Version
|
13
|
+
class ServiceList < ListResource
|
14
|
+
##
|
15
|
+
# Initialize the ServiceList
|
16
|
+
# @param [Version] version Version that contains the resource
|
17
|
+
# @return [ServiceList] ServiceList
|
18
|
+
def initialize(version)
|
19
|
+
super(version)
|
20
|
+
|
21
|
+
# Path Solution
|
22
|
+
@solution = {}
|
23
|
+
@uri = "/Services"
|
24
|
+
end
|
25
|
+
|
26
|
+
##
|
27
|
+
# Create the ServiceInstance
|
28
|
+
# @param [String] friendly_name The human-readable name of this service, limited
|
29
|
+
# to 256 characters. Optional.
|
30
|
+
# @return [ServiceInstance] Created ServiceInstance
|
31
|
+
def create(friendly_name: nil)
|
32
|
+
data = Twilio::Values.of({'FriendlyName' => friendly_name, })
|
33
|
+
|
34
|
+
payload = @version.create('POST', @uri, data: data)
|
35
|
+
|
36
|
+
ServiceInstance.new(@version, payload, )
|
37
|
+
end
|
38
|
+
|
39
|
+
##
|
40
|
+
# Lists ServiceInstance records from the API as a list.
|
41
|
+
# Unlike stream(), this operation is eager and will load `limit` records into
|
42
|
+
# memory before returning.
|
43
|
+
# @param [Integer] limit Upper limit for the number of records to return. stream()
|
44
|
+
# guarantees to never return more than limit. Default is no limit
|
45
|
+
# @param [Integer] page_size Number of records to fetch per request, when
|
46
|
+
# not set will use the default value of 50 records. If no page_size is defined
|
47
|
+
# but a limit is defined, stream() will attempt to read the limit with the most
|
48
|
+
# efficient page size, i.e. min(limit, 1000)
|
49
|
+
# @return [Array] Array of up to limit results
|
50
|
+
def list(limit: nil, page_size: nil)
|
51
|
+
self.stream(limit: limit, page_size: page_size).entries
|
52
|
+
end
|
53
|
+
|
54
|
+
##
|
55
|
+
# Streams ServiceInstance records from the API as an Enumerable.
|
56
|
+
# This operation lazily loads records as efficiently as possible until the limit
|
57
|
+
# is reached.
|
58
|
+
# @param [Integer] limit Upper limit for the number of records to return. stream()
|
59
|
+
# guarantees to never return more than limit. Default is no limit.
|
60
|
+
# @param [Integer] page_size Number of records to fetch per request, when
|
61
|
+
# not set will use the default value of 50 records. If no page_size is defined
|
62
|
+
# but a limit is defined, stream() will attempt to read the limit with the most
|
63
|
+
# efficient page size, i.e. min(limit, 1000)
|
64
|
+
# @return [Enumerable] Enumerable that will yield up to limit results
|
65
|
+
def stream(limit: nil, page_size: nil)
|
66
|
+
limits = @version.read_limits(limit, page_size)
|
67
|
+
|
68
|
+
page = self.page(page_size: limits[:page_size], )
|
69
|
+
|
70
|
+
@version.stream(page, limit: limits[:limit], page_limit: limits[:page_limit])
|
71
|
+
end
|
72
|
+
|
73
|
+
##
|
74
|
+
# When passed a block, yields ServiceInstance records from the API.
|
75
|
+
# This operation lazily loads records as efficiently as possible until the limit
|
76
|
+
# is reached.
|
77
|
+
def each
|
78
|
+
limits = @version.read_limits
|
79
|
+
|
80
|
+
page = self.page(page_size: limits[:page_size], )
|
81
|
+
|
82
|
+
@version.stream(page,
|
83
|
+
limit: limits[:limit],
|
84
|
+
page_limit: limits[:page_limit]).each {|x| yield x}
|
85
|
+
end
|
86
|
+
|
87
|
+
##
|
88
|
+
# Retrieve a single page of ServiceInstance records from the API.
|
89
|
+
# Request is executed immediately.
|
90
|
+
# @param [String] page_token PageToken provided by the API
|
91
|
+
# @param [Integer] page_number Page Number, this value is simply for client state
|
92
|
+
# @param [Integer] page_size Number of records to return, defaults to 50
|
93
|
+
# @return [Page] Page of ServiceInstance
|
94
|
+
def page(page_token: :unset, page_number: :unset, page_size: :unset)
|
95
|
+
params = Twilio::Values.of({
|
96
|
+
'PageToken' => page_token,
|
97
|
+
'Page' => page_number,
|
98
|
+
'PageSize' => page_size,
|
99
|
+
})
|
100
|
+
|
101
|
+
response = @version.page('GET', @uri, params: params)
|
102
|
+
|
103
|
+
ServicePage.new(@version, response, @solution)
|
104
|
+
end
|
105
|
+
|
106
|
+
##
|
107
|
+
# Retrieve a single page of ServiceInstance records from the API.
|
108
|
+
# Request is executed immediately.
|
109
|
+
# @param [String] target_url API-generated URL for the requested results page
|
110
|
+
# @return [Page] Page of ServiceInstance
|
111
|
+
def get_page(target_url)
|
112
|
+
response = @version.domain.request(
|
113
|
+
'GET',
|
114
|
+
target_url
|
115
|
+
)
|
116
|
+
ServicePage.new(@version, response, @solution)
|
117
|
+
end
|
118
|
+
|
119
|
+
##
|
120
|
+
# Provide a user friendly representation
|
121
|
+
def to_s
|
122
|
+
'#<Twilio.Conversations.V1.ServiceList>'
|
123
|
+
end
|
124
|
+
end
|
125
|
+
|
126
|
+
class ServicePage < Page
|
127
|
+
##
|
128
|
+
# Initialize the ServicePage
|
129
|
+
# @param [Version] version Version that contains the resource
|
130
|
+
# @param [Response] response Response from the API
|
131
|
+
# @param [Hash] solution Path solution for the resource
|
132
|
+
# @return [ServicePage] ServicePage
|
133
|
+
def initialize(version, response, solution)
|
134
|
+
super(version, response)
|
135
|
+
|
136
|
+
# Path Solution
|
137
|
+
@solution = solution
|
138
|
+
end
|
139
|
+
|
140
|
+
##
|
141
|
+
# Build an instance of ServiceInstance
|
142
|
+
# @param [Hash] payload Payload response from the API
|
143
|
+
# @return [ServiceInstance] ServiceInstance
|
144
|
+
def get_instance(payload)
|
145
|
+
ServiceInstance.new(@version, payload, )
|
146
|
+
end
|
147
|
+
|
148
|
+
##
|
149
|
+
# Provide a user friendly representation
|
150
|
+
def to_s
|
151
|
+
'<Twilio.Conversations.V1.ServicePage>'
|
152
|
+
end
|
153
|
+
end
|
154
|
+
|
155
|
+
class ServiceContext < InstanceContext
|
156
|
+
##
|
157
|
+
# Initialize the ServiceContext
|
158
|
+
# @param [Version] version Version that contains the resource
|
159
|
+
# @param [String] sid A 34 character string that uniquely identifies this
|
160
|
+
# resource.
|
161
|
+
# @return [ServiceContext] ServiceContext
|
162
|
+
def initialize(version, sid)
|
163
|
+
super(version)
|
164
|
+
|
165
|
+
# Path Solution
|
166
|
+
@solution = {sid: sid, }
|
167
|
+
@uri = "/Services/#{@solution[:sid]}"
|
168
|
+
|
169
|
+
# Dependents
|
170
|
+
@conversations = nil
|
171
|
+
@bindings = nil
|
172
|
+
@users = nil
|
173
|
+
@roles = nil
|
174
|
+
@configuration = nil
|
175
|
+
end
|
176
|
+
|
177
|
+
##
|
178
|
+
# Delete the ServiceInstance
|
179
|
+
# @return [Boolean] true if delete succeeds, false otherwise
|
180
|
+
def delete
|
181
|
+
@version.delete('DELETE', @uri)
|
182
|
+
end
|
183
|
+
|
184
|
+
##
|
185
|
+
# Fetch the ServiceInstance
|
186
|
+
# @return [ServiceInstance] Fetched ServiceInstance
|
187
|
+
def fetch
|
188
|
+
payload = @version.fetch('GET', @uri)
|
189
|
+
|
190
|
+
ServiceInstance.new(@version, payload, sid: @solution[:sid], )
|
191
|
+
end
|
192
|
+
|
193
|
+
##
|
194
|
+
# Access the conversations
|
195
|
+
# @return [ConversationList]
|
196
|
+
# @return [ConversationContext] if sid was passed.
|
197
|
+
def conversations(sid=:unset)
|
198
|
+
raise ArgumentError, 'sid cannot be nil' if sid.nil?
|
199
|
+
|
200
|
+
if sid != :unset
|
201
|
+
return ConversationContext.new(@version, @solution[:sid], sid, )
|
202
|
+
end
|
203
|
+
|
204
|
+
unless @conversations
|
205
|
+
@conversations = ConversationList.new(@version, chat_service_sid: @solution[:sid], )
|
206
|
+
end
|
207
|
+
|
208
|
+
@conversations
|
209
|
+
end
|
210
|
+
|
211
|
+
##
|
212
|
+
# Access the bindings
|
213
|
+
# @return [BindingList]
|
214
|
+
# @return [BindingContext] if sid was passed.
|
215
|
+
def bindings(sid=:unset)
|
216
|
+
raise ArgumentError, 'sid cannot be nil' if sid.nil?
|
217
|
+
|
218
|
+
if sid != :unset
|
219
|
+
return BindingContext.new(@version, @solution[:sid], sid, )
|
220
|
+
end
|
221
|
+
|
222
|
+
unless @bindings
|
223
|
+
@bindings = BindingList.new(@version, chat_service_sid: @solution[:sid], )
|
224
|
+
end
|
225
|
+
|
226
|
+
@bindings
|
227
|
+
end
|
228
|
+
|
229
|
+
##
|
230
|
+
# Access the users
|
231
|
+
# @return [UserList]
|
232
|
+
# @return [UserContext] if sid was passed.
|
233
|
+
def users(sid=:unset)
|
234
|
+
raise ArgumentError, 'sid cannot be nil' if sid.nil?
|
235
|
+
|
236
|
+
if sid != :unset
|
237
|
+
return UserContext.new(@version, @solution[:sid], sid, )
|
238
|
+
end
|
239
|
+
|
240
|
+
unless @users
|
241
|
+
@users = UserList.new(@version, chat_service_sid: @solution[:sid], )
|
242
|
+
end
|
243
|
+
|
244
|
+
@users
|
245
|
+
end
|
246
|
+
|
247
|
+
##
|
248
|
+
# Access the roles
|
249
|
+
# @return [RoleList]
|
250
|
+
# @return [RoleContext] if sid was passed.
|
251
|
+
def roles(sid=:unset)
|
252
|
+
raise ArgumentError, 'sid cannot be nil' if sid.nil?
|
253
|
+
|
254
|
+
if sid != :unset
|
255
|
+
return RoleContext.new(@version, @solution[:sid], sid, )
|
256
|
+
end
|
257
|
+
|
258
|
+
unless @roles
|
259
|
+
@roles = RoleList.new(@version, chat_service_sid: @solution[:sid], )
|
260
|
+
end
|
261
|
+
|
262
|
+
@roles
|
263
|
+
end
|
264
|
+
|
265
|
+
##
|
266
|
+
# Access the configuration
|
267
|
+
# @return [ConfigurationList]
|
268
|
+
# @return [ConfigurationContext]
|
269
|
+
def configuration
|
270
|
+
ConfigurationContext.new(@version, @solution[:sid], )
|
271
|
+
end
|
272
|
+
|
273
|
+
##
|
274
|
+
# Provide a user friendly representation
|
275
|
+
def to_s
|
276
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
277
|
+
"#<Twilio.Conversations.V1.ServiceContext #{context}>"
|
278
|
+
end
|
279
|
+
|
280
|
+
##
|
281
|
+
# Provide a detailed, user friendly representation
|
282
|
+
def inspect
|
283
|
+
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
|
284
|
+
"#<Twilio.Conversations.V1.ServiceContext #{context}>"
|
285
|
+
end
|
286
|
+
end
|
287
|
+
|
288
|
+
class ServiceInstance < InstanceResource
|
289
|
+
##
|
290
|
+
# Initialize the ServiceInstance
|
291
|
+
# @param [Version] version Version that contains the resource
|
292
|
+
# @param [Hash] payload payload that contains response from Twilio
|
293
|
+
# @param [String] sid A 34 character string that uniquely identifies this
|
294
|
+
# resource.
|
295
|
+
# @return [ServiceInstance] ServiceInstance
|
296
|
+
def initialize(version, payload, sid: nil)
|
297
|
+
super(version)
|
298
|
+
|
299
|
+
# Marshaled Properties
|
300
|
+
@properties = {
|
301
|
+
'account_sid' => payload['account_sid'],
|
302
|
+
'sid' => payload['sid'],
|
303
|
+
'friendly_name' => payload['friendly_name'],
|
304
|
+
'date_created' => Twilio.deserialize_iso8601_datetime(payload['date_created']),
|
305
|
+
'date_updated' => Twilio.deserialize_iso8601_datetime(payload['date_updated']),
|
306
|
+
'url' => payload['url'],
|
307
|
+
'links' => payload['links'],
|
308
|
+
}
|
309
|
+
|
310
|
+
# Context
|
311
|
+
@instance_context = nil
|
312
|
+
@params = {'sid' => sid || @properties['sid'], }
|
313
|
+
end
|
314
|
+
|
315
|
+
##
|
316
|
+
# Generate an instance context for the instance, the context is capable of
|
317
|
+
# performing various actions. All instance actions are proxied to the context
|
318
|
+
# @return [ServiceContext] ServiceContext for this ServiceInstance
|
319
|
+
def context
|
320
|
+
unless @instance_context
|
321
|
+
@instance_context = ServiceContext.new(@version, @params['sid'], )
|
322
|
+
end
|
323
|
+
@instance_context
|
324
|
+
end
|
325
|
+
|
326
|
+
##
|
327
|
+
# @return [String] The unique ID of the Account responsible for this service.
|
328
|
+
def account_sid
|
329
|
+
@properties['account_sid']
|
330
|
+
end
|
331
|
+
|
332
|
+
##
|
333
|
+
# @return [String] A 34 character string that uniquely identifies this resource.
|
334
|
+
def sid
|
335
|
+
@properties['sid']
|
336
|
+
end
|
337
|
+
|
338
|
+
##
|
339
|
+
# @return [String] The human-readable name of this service.
|
340
|
+
def friendly_name
|
341
|
+
@properties['friendly_name']
|
342
|
+
end
|
343
|
+
|
344
|
+
##
|
345
|
+
# @return [Time] The date that this resource was created.
|
346
|
+
def date_created
|
347
|
+
@properties['date_created']
|
348
|
+
end
|
349
|
+
|
350
|
+
##
|
351
|
+
# @return [Time] The date that this resource was last updated.
|
352
|
+
def date_updated
|
353
|
+
@properties['date_updated']
|
354
|
+
end
|
355
|
+
|
356
|
+
##
|
357
|
+
# @return [String] An absolute URL for this service.
|
358
|
+
def url
|
359
|
+
@properties['url']
|
360
|
+
end
|
361
|
+
|
362
|
+
##
|
363
|
+
# @return [String] Absolute URLs to access the conversations, users, roles, bindings and configuration of this service.
|
364
|
+
def links
|
365
|
+
@properties['links']
|
366
|
+
end
|
367
|
+
|
368
|
+
##
|
369
|
+
# Delete the ServiceInstance
|
370
|
+
# @return [Boolean] true if delete succeeds, false otherwise
|
371
|
+
def delete
|
372
|
+
context.delete
|
373
|
+
end
|
374
|
+
|
375
|
+
##
|
376
|
+
# Fetch the ServiceInstance
|
377
|
+
# @return [ServiceInstance] Fetched ServiceInstance
|
378
|
+
def fetch
|
379
|
+
context.fetch
|
380
|
+
end
|
381
|
+
|
382
|
+
##
|
383
|
+
# Access the conversations
|
384
|
+
# @return [conversations] conversations
|
385
|
+
def conversations
|
386
|
+
context.conversations
|
387
|
+
end
|
388
|
+
|
389
|
+
##
|
390
|
+
# Access the bindings
|
391
|
+
# @return [bindings] bindings
|
392
|
+
def bindings
|
393
|
+
context.bindings
|
394
|
+
end
|
395
|
+
|
396
|
+
##
|
397
|
+
# Access the users
|
398
|
+
# @return [users] users
|
399
|
+
def users
|
400
|
+
context.users
|
401
|
+
end
|
402
|
+
|
403
|
+
##
|
404
|
+
# Access the roles
|
405
|
+
# @return [roles] roles
|
406
|
+
def roles
|
407
|
+
context.roles
|
408
|
+
end
|
409
|
+
|
410
|
+
##
|
411
|
+
# Access the configuration
|
412
|
+
# @return [configuration] configuration
|
413
|
+
def configuration
|
414
|
+
context.configuration
|
415
|
+
end
|
416
|
+
|
417
|
+
##
|
418
|
+
# Provide a user friendly representation
|
419
|
+
def to_s
|
420
|
+
values = @params.map{|k, v| "#{k}: #{v}"}.join(" ")
|
421
|
+
"<Twilio.Conversations.V1.ServiceInstance #{values}>"
|
422
|
+
end
|
423
|
+
|
424
|
+
##
|
425
|
+
# Provide a detailed, user friendly representation
|
426
|
+
def inspect
|
427
|
+
values = @properties.map{|k, v| "#{k}: #{v}"}.join(" ")
|
428
|
+
"<Twilio.Conversations.V1.ServiceInstance #{values}>"
|
429
|
+
end
|
430
|
+
end
|
431
|
+
end
|
432
|
+
end
|
433
|
+
end
|
434
|
+
end
|