twilio-ruby 5.46.0 → 5.50.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 +112 -0
- data/README.md +20 -6
- data/lib/twilio-ruby/rest/api.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010.rb +5 -4
- data/lib/twilio-ruby/rest/api/v2010/account/call.rb +10 -1
- data/lib/twilio-ruby/rest/api/v2010/account/call/event.rb +4 -4
- data/lib/twilio-ruby/rest/api/v2010/account/call/feedback.rb +4 -4
- data/lib/twilio-ruby/rest/autopilot/v1.rb +5 -4
- data/lib/twilio-ruby/rest/bulkexports/v1.rb +10 -8
- data/lib/twilio-ruby/rest/bulkexports/v1/export/export_custom_job.rb +14 -0
- data/lib/twilio-ruby/rest/bulkexports/v1/export/job.rb +14 -0
- data/lib/twilio-ruby/rest/chat/v1.rb +10 -8
- data/lib/twilio-ruby/rest/chat/v2.rb +10 -8
- data/lib/twilio-ruby/rest/client.rb +8 -1
- data/lib/twilio-ruby/rest/conversations/v1.rb +25 -20
- data/lib/twilio-ruby/rest/events/v1.rb +20 -16
- data/lib/twilio-ruby/rest/events/v1/event_type.rb +4 -4
- data/lib/twilio-ruby/rest/events/v1/schema.rb +4 -4
- data/lib/twilio-ruby/rest/events/v1/schema/schema_version.rb +4 -4
- data/lib/twilio-ruby/rest/events/v1/sink.rb +6 -5
- data/lib/twilio-ruby/rest/events/v1/sink/sink_test.rb +3 -3
- data/lib/twilio-ruby/rest/events/v1/sink/sink_validate.rb +3 -3
- data/lib/twilio-ruby/rest/events/v1/subscription.rb +15 -8
- data/lib/twilio-ruby/rest/events/v1/subscription/subscribed_event.rb +133 -6
- data/lib/twilio-ruby/rest/fax/v1.rb +5 -4
- data/lib/twilio-ruby/rest/flex_api/v1.rb +15 -12
- data/lib/twilio-ruby/rest/flex_api/v1/configuration.rb +14 -0
- data/lib/twilio-ruby/rest/insights.rb +1 -1
- data/lib/twilio-ruby/rest/insights/v1.rb +11 -9
- data/lib/twilio-ruby/rest/insights/v1/room.rb +55 -43
- data/lib/twilio-ruby/rest/insights/v1/room/participant.rb +22 -22
- data/lib/twilio-ruby/rest/ip_messaging/v1.rb +10 -8
- data/lib/twilio-ruby/rest/ip_messaging/v2.rb +10 -8
- data/lib/twilio-ruby/rest/lookups/v1.rb +5 -4
- data/lib/twilio-ruby/rest/messaging.rb +8 -0
- data/lib/twilio-ruby/rest/messaging/v1.rb +21 -4
- data/lib/twilio-ruby/rest/messaging/v1/brand_registration.rb +328 -0
- data/lib/twilio-ruby/rest/monitor/v1.rb +10 -8
- data/lib/twilio-ruby/rest/notify/v1.rb +10 -8
- data/lib/twilio-ruby/rest/preview/bulk_exports.rb +10 -8
- data/lib/twilio-ruby/rest/preview/deployed_devices.rb +5 -4
- data/lib/twilio-ruby/rest/preview/hosted_numbers.rb +10 -8
- data/lib/twilio-ruby/rest/preview/marketplace.rb +10 -8
- data/lib/twilio-ruby/rest/preview/sync.rb +5 -4
- data/lib/twilio-ruby/rest/preview/sync/service/document.rb +4 -8
- data/lib/twilio-ruby/rest/preview/trusted_comms.rb +5 -4
- data/lib/twilio-ruby/rest/preview/understand.rb +5 -4
- data/lib/twilio-ruby/rest/preview/wireless.rb +15 -12
- data/lib/twilio-ruby/rest/proxy/v1.rb +5 -4
- data/lib/twilio-ruby/rest/proxy/v1/service/session/participant.rb +1 -1
- data/lib/twilio-ruby/rest/serverless/v1.rb +5 -4
- data/lib/twilio-ruby/rest/serverless/v1/service/build.rb +11 -1
- data/lib/twilio-ruby/rest/studio/v1.rb +5 -4
- data/lib/twilio-ruby/rest/studio/v2.rb +5 -4
- data/lib/twilio-ruby/rest/studio/v2/flow.rb +4 -12
- data/lib/twilio-ruby/rest/studio/v2/flow/execution.rb +0 -8
- data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_context.rb +0 -8
- data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step.rb +0 -8
- data/lib/twilio-ruby/rest/studio/v2/flow/execution/execution_step/execution_step_context.rb +0 -8
- data/lib/twilio-ruby/rest/studio/v2/flow/flow_revision.rb +1 -9
- data/lib/twilio-ruby/rest/studio/v2/flow/test_user.rb +10 -16
- data/lib/twilio-ruby/rest/studio/v2/flow_validate.rb +6 -11
- data/lib/twilio-ruby/rest/supersim.rb +9 -0
- data/lib/twilio-ruby/rest/supersim/v1.rb +41 -20
- data/lib/twilio-ruby/rest/supersim/v1/command.rb +4 -4
- data/lib/twilio-ruby/rest/supersim/v1/fleet.rb +86 -13
- data/lib/twilio-ruby/rest/supersim/v1/network.rb +4 -4
- data/lib/twilio-ruby/rest/supersim/v1/network_access_profile.rb +4 -4
- data/lib/twilio-ruby/rest/supersim/v1/network_access_profile/network_access_profile_network.rb +4 -4
- data/lib/twilio-ruby/rest/supersim/v1/sim.rb +4 -4
- data/lib/twilio-ruby/rest/supersim/v1/sms_command.rb +371 -0
- data/lib/twilio-ruby/rest/supersim/v1/usage_record.rb +3 -3
- data/lib/twilio-ruby/rest/sync/v1.rb +5 -4
- data/lib/twilio-ruby/rest/sync/v1/service.rb +0 -8
- data/lib/twilio-ruby/rest/sync/v1/service/document.rb +13 -32
- data/lib/twilio-ruby/rest/sync/v1/service/document/document_permission.rb +0 -8
- data/lib/twilio-ruby/rest/sync/v1/service/sync_list.rb +9 -23
- data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_item.rb +38 -45
- data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_permission.rb +0 -8
- data/lib/twilio-ruby/rest/sync/v1/service/sync_map.rb +9 -23
- data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_item.rb +38 -47
- data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_permission.rb +0 -8
- data/lib/twilio-ruby/rest/sync/v1/service/sync_stream.rb +9 -23
- data/lib/twilio-ruby/rest/sync/v1/service/sync_stream/stream_message.rb +0 -6
- data/lib/twilio-ruby/rest/taskrouter/v1.rb +5 -4
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task.rb +12 -8
- data/lib/twilio-ruby/rest/trunking/v1.rb +5 -4
- data/lib/twilio-ruby/rest/trusthub.rb +100 -0
- data/lib/twilio-ruby/rest/trusthub/v1.rb +146 -0
- data/lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb +523 -0
- data/lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_channel_endpoint_assignment.rb +359 -0
- data/lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.rb +330 -0
- data/lib/twilio-ruby/rest/trusthub/v1/customer_profiles/customer_profiles_evaluations.rb +328 -0
- data/lib/twilio-ruby/rest/trusthub/v1/end_user.rb +356 -0
- data/lib/twilio-ruby/rest/trusthub/v1/end_user_type.rb +271 -0
- data/lib/twilio-ruby/rest/trusthub/v1/policies.rb +262 -0
- data/lib/twilio-ruby/rest/trusthub/v1/supporting_document.rb +369 -0
- data/lib/twilio-ruby/rest/trusthub/v1/supporting_document_type.rb +271 -0
- data/lib/twilio-ruby/rest/trusthub/v1/trust_products.rb +523 -0
- data/lib/twilio-ruby/rest/trusthub/v1/trust_products/trust_products_channel_endpoint_assignment.rb +359 -0
- data/lib/twilio-ruby/rest/trusthub/v1/trust_products/trust_products_entity_assignments.rb +330 -0
- data/lib/twilio-ruby/rest/trusthub/v1/trust_products/trust_products_evaluations.rb +328 -0
- data/lib/twilio-ruby/rest/verify.rb +9 -0
- data/lib/twilio-ruby/rest/verify/v2.rb +26 -8
- data/lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb +4 -3
- data/lib/twilio-ruby/rest/verify/v2/service/entity/factor.rb +64 -13
- data/lib/twilio-ruby/rest/verify/v2/verification_attempt.rb +329 -0
- data/lib/twilio-ruby/rest/video/v1.rb +20 -16
- data/lib/twilio-ruby/rest/video/v1/room.rb +4 -1
- data/lib/twilio-ruby/rest/video/v1/room/room_recording_rule.rb +0 -6
- data/lib/twilio-ruby/rest/voice/v1.rb +20 -16
- data/lib/twilio-ruby/rest/wireless/v1.rb +15 -12
- data/lib/twilio-ruby/twiml/voice_response.rb +38 -8
- data/lib/twilio-ruby/version.rb +1 -1
- data/spec/integration/api/v2010/account/conference_spec.rb +302 -44
- data/spec/integration/api/v2010/account/incoming_phone_number_spec.rb +4 -16
- data/spec/integration/api/v2010/account/message_spec.rb +37 -0
- data/spec/integration/bulkexports/v1/export/export_custom_job_spec.rb +6 -2
- data/spec/integration/bulkexports/v1/export/job_spec.rb +3 -1
- data/spec/integration/events/v1/subscription/subscribed_event_spec.rb +134 -0
- data/spec/integration/flex_api/v1/configuration_spec.rb +24 -0
- data/spec/integration/messaging/v1/brand_registration_spec.rb +143 -0
- data/spec/integration/preview/sync/service/document_spec.rb +1 -3
- data/spec/integration/serverless/v1/service/build_spec.rb +12 -2
- data/spec/integration/supersim/v1/fleet_spec.rb +20 -0
- data/spec/integration/supersim/v1/sms_command_spec.rb +184 -0
- data/spec/integration/sync/v1/service/document_spec.rb +1 -3
- data/spec/integration/taskrouter/v1/workspace/task_spec.rb +3 -1
- data/spec/integration/trusthub/v1/customer_profiles/customer_profiles_channel_endpoint_assignment_spec.rb +192 -0
- data/spec/integration/trusthub/v1/customer_profiles/customer_profiles_entity_assignments_spec.rb +186 -0
- data/spec/integration/trusthub/v1/customer_profiles/customer_profiles_evaluations_spec.rb +615 -0
- data/spec/integration/trusthub/v1/customer_profiles_spec.rb +255 -0
- data/spec/integration/trusthub/v1/end_user_spec.rb +247 -0
- data/spec/integration/trusthub/v1/end_user_type_spec.rb +176 -0
- data/spec/integration/trusthub/v1/policies_spec.rb +252 -0
- data/spec/integration/trusthub/v1/supporting_document_spec.rb +235 -0
- data/spec/integration/trusthub/v1/supporting_document_type_spec.rb +159 -0
- data/spec/integration/trusthub/v1/trust_products/trust_products_channel_endpoint_assignment_spec.rb +192 -0
- data/spec/integration/trusthub/v1/trust_products/trust_products_entity_assignments_spec.rb +186 -0
- data/spec/integration/trusthub/v1/trust_products/trust_products_evaluations_spec.rb +615 -0
- data/spec/integration/trusthub/v1/trust_products_spec.rb +255 -0
- data/spec/integration/verify/v2/service/entity/factor_spec.rb +3 -3
- data/spec/integration/verify/v2/verification_attempt_spec.rb +146 -0
- data/spec/integration/video/v1/room_spec.rb +39 -0
- metadata +52 -2
@@ -25,11 +25,12 @@ module Twilio
|
|
25
25
|
# @return [Twilio::REST::Chat::V2::CredentialList]
|
26
26
|
def credentials(sid=:unset)
|
27
27
|
if sid.nil?
|
28
|
-
|
29
|
-
|
30
|
-
|
28
|
+
raise ArgumentError, 'sid cannot be nil'
|
29
|
+
end
|
30
|
+
if sid == :unset
|
31
|
+
@credentials ||= CredentialList.new self
|
31
32
|
else
|
32
|
-
|
33
|
+
CredentialContext.new(self, sid)
|
33
34
|
end
|
34
35
|
end
|
35
36
|
|
@@ -39,11 +40,12 @@ module Twilio
|
|
39
40
|
# @return [Twilio::REST::Chat::V2::ServiceList]
|
40
41
|
def services(sid=:unset)
|
41
42
|
if sid.nil?
|
42
|
-
|
43
|
-
|
44
|
-
|
43
|
+
raise ArgumentError, 'sid cannot be nil'
|
44
|
+
end
|
45
|
+
if sid == :unset
|
46
|
+
@services ||= ServiceList.new self
|
45
47
|
else
|
46
|
-
|
48
|
+
ServiceContext.new(self, sid)
|
47
49
|
end
|
48
50
|
end
|
49
51
|
|
@@ -52,6 +52,7 @@ module Twilio
|
|
52
52
|
@sync = nil
|
53
53
|
@taskrouter = nil
|
54
54
|
@trunking = nil
|
55
|
+
@trusthub = nil
|
55
56
|
@verify = nil
|
56
57
|
@video = nil
|
57
58
|
@voice = nil
|
@@ -295,6 +296,12 @@ module Twilio
|
|
295
296
|
@trunking ||= Trunking.new self
|
296
297
|
end
|
297
298
|
|
299
|
+
##
|
300
|
+
# Access the Trusthub Twilio Domain
|
301
|
+
def trusthub
|
302
|
+
@trusthub ||= Trusthub.new self
|
303
|
+
end
|
304
|
+
|
298
305
|
##
|
299
306
|
# Access the Verify Twilio Domain
|
300
307
|
def verify
|
@@ -374,7 +381,7 @@ module Twilio
|
|
374
381
|
end
|
375
382
|
|
376
383
|
##
|
377
|
-
# @param [String] sid The unique string that
|
384
|
+
# @param [String] sid The unique string that we created to identify this Call
|
378
385
|
# resource.
|
379
386
|
# @return [Twilio::REST::Api::V2010::AccountContext::CallInstance] if sid was passed.
|
380
387
|
# @return [Twilio::REST::Api::V2010::AccountContext::CallList]
|
@@ -36,11 +36,12 @@ module Twilio
|
|
36
36
|
# @return [Twilio::REST::Conversations::V1::ConversationList]
|
37
37
|
def conversations(sid=:unset)
|
38
38
|
if sid.nil?
|
39
|
-
|
40
|
-
|
41
|
-
|
39
|
+
raise ArgumentError, 'sid cannot be nil'
|
40
|
+
end
|
41
|
+
if sid == :unset
|
42
|
+
@conversations ||= ConversationList.new self
|
42
43
|
else
|
43
|
-
|
44
|
+
ConversationContext.new(self, sid)
|
44
45
|
end
|
45
46
|
end
|
46
47
|
|
@@ -51,11 +52,12 @@ module Twilio
|
|
51
52
|
# @return [Twilio::REST::Conversations::V1::CredentialList]
|
52
53
|
def credentials(sid=:unset)
|
53
54
|
if sid.nil?
|
54
|
-
|
55
|
-
|
56
|
-
|
55
|
+
raise ArgumentError, 'sid cannot be nil'
|
56
|
+
end
|
57
|
+
if sid == :unset
|
58
|
+
@credentials ||= CredentialList.new self
|
57
59
|
else
|
58
|
-
|
60
|
+
CredentialContext.new(self, sid)
|
59
61
|
end
|
60
62
|
end
|
61
63
|
|
@@ -65,11 +67,12 @@ module Twilio
|
|
65
67
|
# @return [Twilio::REST::Conversations::V1::RoleList]
|
66
68
|
def roles(sid=:unset)
|
67
69
|
if sid.nil?
|
68
|
-
|
69
|
-
|
70
|
-
|
70
|
+
raise ArgumentError, 'sid cannot be nil'
|
71
|
+
end
|
72
|
+
if sid == :unset
|
73
|
+
@roles ||= RoleList.new self
|
71
74
|
else
|
72
|
-
|
75
|
+
RoleContext.new(self, sid)
|
73
76
|
end
|
74
77
|
end
|
75
78
|
|
@@ -80,11 +83,12 @@ module Twilio
|
|
80
83
|
# @return [Twilio::REST::Conversations::V1::ServiceList]
|
81
84
|
def services(sid=:unset)
|
82
85
|
if sid.nil?
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
+
raise ArgumentError, 'sid cannot be nil'
|
87
|
+
end
|
88
|
+
if sid == :unset
|
89
|
+
@services ||= ServiceList.new self
|
86
90
|
else
|
87
|
-
|
91
|
+
ServiceContext.new(self, sid)
|
88
92
|
end
|
89
93
|
end
|
90
94
|
|
@@ -95,11 +99,12 @@ module Twilio
|
|
95
99
|
# @return [Twilio::REST::Conversations::V1::UserList]
|
96
100
|
def users(sid=:unset)
|
97
101
|
if sid.nil?
|
98
|
-
|
99
|
-
|
100
|
-
|
102
|
+
raise ArgumentError, 'sid cannot be nil'
|
103
|
+
end
|
104
|
+
if sid == :unset
|
105
|
+
@users ||= UserList.new self
|
101
106
|
else
|
102
|
-
|
107
|
+
UserContext.new(self, sid)
|
103
108
|
end
|
104
109
|
end
|
105
110
|
|
@@ -27,11 +27,12 @@ module Twilio
|
|
27
27
|
# @return [Twilio::REST::Events::V1::EventTypeList]
|
28
28
|
def event_types(type=:unset)
|
29
29
|
if type.nil?
|
30
|
-
|
31
|
-
|
32
|
-
|
30
|
+
raise ArgumentError, 'type cannot be nil'
|
31
|
+
end
|
32
|
+
if type == :unset
|
33
|
+
@event_types ||= EventTypeList.new self
|
33
34
|
else
|
34
|
-
|
35
|
+
EventTypeContext.new(self, type)
|
35
36
|
end
|
36
37
|
end
|
37
38
|
|
@@ -42,11 +43,12 @@ module Twilio
|
|
42
43
|
# @return [Twilio::REST::Events::V1::SchemaList]
|
43
44
|
def schemas(id=:unset)
|
44
45
|
if id.nil?
|
45
|
-
|
46
|
-
|
47
|
-
|
46
|
+
raise ArgumentError, 'id cannot be nil'
|
47
|
+
end
|
48
|
+
if id == :unset
|
49
|
+
@schemas ||= SchemaList.new self
|
48
50
|
else
|
49
|
-
|
51
|
+
SchemaContext.new(self, id)
|
50
52
|
end
|
51
53
|
end
|
52
54
|
|
@@ -56,11 +58,12 @@ module Twilio
|
|
56
58
|
# @return [Twilio::REST::Events::V1::SinkList]
|
57
59
|
def sinks(sid=:unset)
|
58
60
|
if sid.nil?
|
59
|
-
|
60
|
-
|
61
|
-
|
61
|
+
raise ArgumentError, 'sid cannot be nil'
|
62
|
+
end
|
63
|
+
if sid == :unset
|
64
|
+
@sinks ||= SinkList.new self
|
62
65
|
else
|
63
|
-
|
66
|
+
SinkContext.new(self, sid)
|
64
67
|
end
|
65
68
|
end
|
66
69
|
|
@@ -71,11 +74,12 @@ module Twilio
|
|
71
74
|
# @return [Twilio::REST::Events::V1::SubscriptionList]
|
72
75
|
def subscriptions(sid=:unset)
|
73
76
|
if sid.nil?
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
+
raise ArgumentError, 'sid cannot be nil'
|
78
|
+
end
|
79
|
+
if sid == :unset
|
80
|
+
@subscriptions ||= SubscriptionList.new self
|
77
81
|
else
|
78
|
-
|
82
|
+
SubscriptionContext.new(self, sid)
|
79
83
|
end
|
80
84
|
end
|
81
85
|
|
@@ -11,7 +11,7 @@ module Twilio
|
|
11
11
|
class Events < Domain
|
12
12
|
class V1 < Version
|
13
13
|
##
|
14
|
-
# PLEASE NOTE that this class contains
|
14
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
15
15
|
class EventTypeList < ListResource
|
16
16
|
##
|
17
17
|
# Initialize the EventTypeList
|
@@ -113,7 +113,7 @@ module Twilio
|
|
113
113
|
end
|
114
114
|
|
115
115
|
##
|
116
|
-
# PLEASE NOTE that this class contains
|
116
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
117
117
|
class EventTypePage < Page
|
118
118
|
##
|
119
119
|
# Initialize the EventTypePage
|
@@ -144,7 +144,7 @@ module Twilio
|
|
144
144
|
end
|
145
145
|
|
146
146
|
##
|
147
|
-
# PLEASE NOTE that this class contains
|
147
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
148
148
|
class EventTypeContext < InstanceContext
|
149
149
|
##
|
150
150
|
# Initialize the EventTypeContext
|
@@ -184,7 +184,7 @@ module Twilio
|
|
184
184
|
end
|
185
185
|
|
186
186
|
##
|
187
|
-
# PLEASE NOTE that this class contains
|
187
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
188
188
|
class EventTypeInstance < InstanceResource
|
189
189
|
##
|
190
190
|
# Initialize the EventTypeInstance
|
@@ -11,7 +11,7 @@ module Twilio
|
|
11
11
|
class Events < Domain
|
12
12
|
class V1 < Version
|
13
13
|
##
|
14
|
-
# PLEASE NOTE that this class contains
|
14
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
15
15
|
class SchemaList < ListResource
|
16
16
|
##
|
17
17
|
# Initialize the SchemaList
|
@@ -32,7 +32,7 @@ module Twilio
|
|
32
32
|
end
|
33
33
|
|
34
34
|
##
|
35
|
-
# PLEASE NOTE that this class contains
|
35
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
36
36
|
class SchemaPage < Page
|
37
37
|
##
|
38
38
|
# Initialize the SchemaPage
|
@@ -63,7 +63,7 @@ module Twilio
|
|
63
63
|
end
|
64
64
|
|
65
65
|
##
|
66
|
-
# PLEASE NOTE that this class contains
|
66
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
67
67
|
class SchemaContext < InstanceContext
|
68
68
|
##
|
69
69
|
# Initialize the SchemaContext
|
@@ -125,7 +125,7 @@ module Twilio
|
|
125
125
|
end
|
126
126
|
|
127
127
|
##
|
128
|
-
# PLEASE NOTE that this class contains
|
128
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
129
129
|
class SchemaInstance < InstanceResource
|
130
130
|
##
|
131
131
|
# Initialize the SchemaInstance
|
@@ -12,7 +12,7 @@ module Twilio
|
|
12
12
|
class V1 < Version
|
13
13
|
class SchemaContext < InstanceContext
|
14
14
|
##
|
15
|
-
# PLEASE NOTE that this class contains
|
15
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
16
16
|
class VersionList < ListResource
|
17
17
|
##
|
18
18
|
# Initialize the VersionList
|
@@ -116,7 +116,7 @@ module Twilio
|
|
116
116
|
end
|
117
117
|
|
118
118
|
##
|
119
|
-
# PLEASE NOTE that this class contains
|
119
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
120
120
|
class VersionPage < Page
|
121
121
|
##
|
122
122
|
# Initialize the VersionPage
|
@@ -147,7 +147,7 @@ module Twilio
|
|
147
147
|
end
|
148
148
|
|
149
149
|
##
|
150
|
-
# PLEASE NOTE that this class contains
|
150
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
151
151
|
class VersionContext < InstanceContext
|
152
152
|
##
|
153
153
|
# Initialize the VersionContext
|
@@ -194,7 +194,7 @@ module Twilio
|
|
194
194
|
end
|
195
195
|
|
196
196
|
##
|
197
|
-
# PLEASE NOTE that this class contains
|
197
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
198
198
|
class VersionInstance < InstanceResource
|
199
199
|
##
|
200
200
|
# Initialize the VersionInstance
|
@@ -11,7 +11,7 @@ module Twilio
|
|
11
11
|
class Events < Domain
|
12
12
|
class V1 < Version
|
13
13
|
##
|
14
|
-
# PLEASE NOTE that this class contains
|
14
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
15
15
|
class SinkList < ListResource
|
16
16
|
##
|
17
17
|
# Initialize the SinkList
|
@@ -27,7 +27,8 @@ module Twilio
|
|
27
27
|
|
28
28
|
##
|
29
29
|
# Create the SinkInstance
|
30
|
-
# @param [String] description A human readable description for the Sink
|
30
|
+
# @param [String] description A human readable description for the Sink **This
|
31
|
+
# value should not contain PII.**
|
31
32
|
# @param [Hash] sink_configuration The information required for Twilio to connect
|
32
33
|
# to the provided Sink encoded as JSON.
|
33
34
|
# @param [sink.SinkType] sink_type The Sink type. Can only be "kinesis" or
|
@@ -133,7 +134,7 @@ module Twilio
|
|
133
134
|
end
|
134
135
|
|
135
136
|
##
|
136
|
-
# PLEASE NOTE that this class contains
|
137
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
137
138
|
class SinkPage < Page
|
138
139
|
##
|
139
140
|
# Initialize the SinkPage
|
@@ -164,7 +165,7 @@ module Twilio
|
|
164
165
|
end
|
165
166
|
|
166
167
|
##
|
167
|
-
# PLEASE NOTE that this class contains
|
168
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
168
169
|
class SinkContext < InstanceContext
|
169
170
|
##
|
170
171
|
# Initialize the SinkContext
|
@@ -239,7 +240,7 @@ module Twilio
|
|
239
240
|
end
|
240
241
|
|
241
242
|
##
|
242
|
-
# PLEASE NOTE that this class contains
|
243
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
243
244
|
class SinkInstance < InstanceResource
|
244
245
|
##
|
245
246
|
# Initialize the SinkInstance
|
@@ -12,7 +12,7 @@ module Twilio
|
|
12
12
|
class V1 < Version
|
13
13
|
class SinkContext < InstanceContext
|
14
14
|
##
|
15
|
-
# PLEASE NOTE that this class contains
|
15
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
16
16
|
class SinkTestList < ListResource
|
17
17
|
##
|
18
18
|
# Initialize the SinkTestList
|
@@ -44,7 +44,7 @@ module Twilio
|
|
44
44
|
end
|
45
45
|
|
46
46
|
##
|
47
|
-
# PLEASE NOTE that this class contains
|
47
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
48
48
|
class SinkTestPage < Page
|
49
49
|
##
|
50
50
|
# Initialize the SinkTestPage
|
@@ -75,7 +75,7 @@ module Twilio
|
|
75
75
|
end
|
76
76
|
|
77
77
|
##
|
78
|
-
# PLEASE NOTE that this class contains
|
78
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
79
79
|
class SinkTestInstance < InstanceResource
|
80
80
|
##
|
81
81
|
# Initialize the SinkTestInstance
|
@@ -12,7 +12,7 @@ module Twilio
|
|
12
12
|
class V1 < Version
|
13
13
|
class SinkContext < InstanceContext
|
14
14
|
##
|
15
|
-
# PLEASE NOTE that this class contains
|
15
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
16
16
|
class SinkValidateList < ListResource
|
17
17
|
##
|
18
18
|
# Initialize the SinkValidateList
|
@@ -48,7 +48,7 @@ module Twilio
|
|
48
48
|
end
|
49
49
|
|
50
50
|
##
|
51
|
-
# PLEASE NOTE that this class contains
|
51
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
52
52
|
class SinkValidatePage < Page
|
53
53
|
##
|
54
54
|
# Initialize the SinkValidatePage
|
@@ -79,7 +79,7 @@ module Twilio
|
|
79
79
|
end
|
80
80
|
|
81
81
|
##
|
82
|
-
# PLEASE NOTE that this class contains
|
82
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
83
83
|
class SinkValidateInstance < InstanceResource
|
84
84
|
##
|
85
85
|
# Initialize the SinkValidateInstance
|
@@ -11,7 +11,7 @@ module Twilio
|
|
11
11
|
class Events < Domain
|
12
12
|
class V1 < Version
|
13
13
|
##
|
14
|
-
# PLEASE NOTE that this class contains
|
14
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
15
15
|
class SubscriptionList < ListResource
|
16
16
|
##
|
17
17
|
# Initialize the SubscriptionList
|
@@ -115,11 +115,12 @@ module Twilio
|
|
115
115
|
##
|
116
116
|
# Create the SubscriptionInstance
|
117
117
|
# @param [String] description A human readable description for the Subscription
|
118
|
+
# **This value should not contain PII.**
|
118
119
|
# @param [String] sink_sid The SID of the sink that events selected by this
|
119
120
|
# subscription should be sent to. Sink must be active for the subscription to be
|
120
121
|
# created.
|
121
|
-
# @param [Array[Hash]] types
|
122
|
-
#
|
122
|
+
# @param [Array[Hash]] types An array of objects containing the subscribed Event
|
123
|
+
# Types
|
123
124
|
# @return [SubscriptionInstance] Created SubscriptionInstance
|
124
125
|
def create(description: nil, sink_sid: nil, types: nil)
|
125
126
|
data = Twilio::Values.of({
|
@@ -141,7 +142,7 @@ module Twilio
|
|
141
142
|
end
|
142
143
|
|
143
144
|
##
|
144
|
-
# PLEASE NOTE that this class contains
|
145
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
145
146
|
class SubscriptionPage < Page
|
146
147
|
##
|
147
148
|
# Initialize the SubscriptionPage
|
@@ -172,7 +173,7 @@ module Twilio
|
|
172
173
|
end
|
173
174
|
|
174
175
|
##
|
175
|
-
# PLEASE NOTE that this class contains
|
176
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
176
177
|
class SubscriptionContext < InstanceContext
|
177
178
|
##
|
178
179
|
# Initialize the SubscriptionContext
|
@@ -225,8 +226,14 @@ module Twilio
|
|
225
226
|
##
|
226
227
|
# Access the subscribed_events
|
227
228
|
# @return [SubscribedEventList]
|
228
|
-
# @return [SubscribedEventContext]
|
229
|
-
def subscribed_events
|
229
|
+
# @return [SubscribedEventContext] if type was passed.
|
230
|
+
def subscribed_events(type=:unset)
|
231
|
+
raise ArgumentError, 'type cannot be nil' if type.nil?
|
232
|
+
|
233
|
+
if type != :unset
|
234
|
+
return SubscribedEventContext.new(@version, @solution[:sid], type, )
|
235
|
+
end
|
236
|
+
|
230
237
|
unless @subscribed_events
|
231
238
|
@subscribed_events = SubscribedEventList.new(@version, subscription_sid: @solution[:sid], )
|
232
239
|
end
|
@@ -250,7 +257,7 @@ module Twilio
|
|
250
257
|
end
|
251
258
|
|
252
259
|
##
|
253
|
-
# PLEASE NOTE that this class contains
|
260
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
254
261
|
class SubscriptionInstance < InstanceResource
|
255
262
|
##
|
256
263
|
# Initialize the SubscriptionInstance
|