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
@@ -11,7 +11,7 @@ module Twilio
|
|
11
11
|
class Supersim < 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 UsageRecordList < ListResource
|
16
16
|
##
|
17
17
|
# Initialize the UsageRecordList
|
@@ -211,7 +211,7 @@ module Twilio
|
|
211
211
|
end
|
212
212
|
|
213
213
|
##
|
214
|
-
# PLEASE NOTE that this class contains
|
214
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
215
215
|
class UsageRecordPage < Page
|
216
216
|
##
|
217
217
|
# Initialize the UsageRecordPage
|
@@ -242,7 +242,7 @@ module Twilio
|
|
242
242
|
end
|
243
243
|
|
244
244
|
##
|
245
|
-
# PLEASE NOTE that this class contains
|
245
|
+
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
246
246
|
class UsageRecordInstance < InstanceResource
|
247
247
|
##
|
248
248
|
# Initialize the UsageRecordInstance
|
@@ -24,11 +24,12 @@ module Twilio
|
|
24
24
|
# @return [Twilio::REST::Sync::V1::ServiceList]
|
25
25
|
def services(sid=:unset)
|
26
26
|
if sid.nil?
|
27
|
-
|
28
|
-
|
29
|
-
|
27
|
+
raise ArgumentError, 'sid cannot be nil'
|
28
|
+
end
|
29
|
+
if sid == :unset
|
30
|
+
@services ||= ServiceList.new self
|
30
31
|
else
|
31
|
-
|
32
|
+
ServiceContext.new(self, sid)
|
32
33
|
end
|
33
34
|
end
|
34
35
|
|
@@ -10,8 +10,6 @@ module Twilio
|
|
10
10
|
module REST
|
11
11
|
class Sync < Domain
|
12
12
|
class V1 < Version
|
13
|
-
##
|
14
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
15
13
|
class ServiceList < ListResource
|
16
14
|
##
|
17
15
|
# Initialize the ServiceList
|
@@ -155,8 +153,6 @@ module Twilio
|
|
155
153
|
end
|
156
154
|
end
|
157
155
|
|
158
|
-
##
|
159
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
160
156
|
class ServicePage < Page
|
161
157
|
##
|
162
158
|
# Initialize the ServicePage
|
@@ -186,8 +182,6 @@ module Twilio
|
|
186
182
|
end
|
187
183
|
end
|
188
184
|
|
189
|
-
##
|
190
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
191
185
|
class ServiceContext < InstanceContext
|
192
186
|
##
|
193
187
|
# Initialize the ServiceContext
|
@@ -354,8 +348,6 @@ module Twilio
|
|
354
348
|
end
|
355
349
|
end
|
356
350
|
|
357
|
-
##
|
358
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
359
351
|
class ServiceInstance < InstanceResource
|
360
352
|
##
|
361
353
|
# Initialize the ServiceInstance
|
@@ -11,8 +11,6 @@ module Twilio
|
|
11
11
|
class Sync < Domain
|
12
12
|
class V1 < Version
|
13
13
|
class ServiceContext < InstanceContext
|
14
|
-
##
|
15
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
16
14
|
class DocumentList < ListResource
|
17
15
|
##
|
18
16
|
# Initialize the DocumentList
|
@@ -35,12 +33,9 @@ module Twilio
|
|
35
33
|
# identifies the Sync Document
|
36
34
|
# @param [Hash] data A JSON string that represents an arbitrary, schema-less
|
37
35
|
# object that the Sync Document stores. Can be up to 16 KiB in length.
|
38
|
-
# @param [String] ttl How long, in
|
39
|
-
#
|
40
|
-
#
|
41
|
-
# does not expire. The Sync Document will be deleted automatically after it
|
42
|
-
# expires, but there can be a delay between the expiration time and the
|
43
|
-
# resources's deletion.
|
36
|
+
# @param [String] ttl How long, {in
|
37
|
+
# seconds}[https://www.twilio.com/docs/sync/limits#sync-payload-limits], before
|
38
|
+
# the Sync Document expires and is deleted (the Sync Document's time-to-live).
|
44
39
|
# @return [DocumentInstance] Created DocumentInstance
|
45
40
|
def create(unique_name: :unset, data: :unset, ttl: :unset)
|
46
41
|
data = Twilio::Values.of({
|
@@ -141,8 +136,6 @@ module Twilio
|
|
141
136
|
end
|
142
137
|
end
|
143
138
|
|
144
|
-
##
|
145
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
146
139
|
class DocumentPage < Page
|
147
140
|
##
|
148
141
|
# Initialize the DocumentPage
|
@@ -172,8 +165,6 @@ module Twilio
|
|
172
165
|
end
|
173
166
|
end
|
174
167
|
|
175
|
-
##
|
176
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
177
168
|
class DocumentContext < InstanceContext
|
178
169
|
##
|
179
170
|
# Initialize the DocumentContext
|
@@ -206,23 +197,18 @@ module Twilio
|
|
206
197
|
|
207
198
|
##
|
208
199
|
# Delete the DocumentInstance
|
209
|
-
# @param [String] if_match The If-Match HTTP request header
|
210
200
|
# @return [Boolean] true if delete succeeds, false otherwise
|
211
|
-
def delete
|
212
|
-
|
213
|
-
|
214
|
-
@version.delete('DELETE', @uri, headers: headers)
|
201
|
+
def delete
|
202
|
+
@version.delete('DELETE', @uri)
|
215
203
|
end
|
216
204
|
|
217
205
|
##
|
218
206
|
# Update the DocumentInstance
|
219
207
|
# @param [Hash] data A JSON string that represents an arbitrary, schema-less
|
220
208
|
# object that the Sync Document stores. Can be up to 16 KiB in length.
|
221
|
-
# @param [String] ttl How long, in
|
222
|
-
#
|
223
|
-
#
|
224
|
-
# Document resource will be deleted automatically after it expires, but there can
|
225
|
-
# be a delay between the expiration time and the resources's deletion.
|
209
|
+
# @param [String] ttl How long, {in
|
210
|
+
# seconds}[https://www.twilio.com/docs/sync/limits#sync-payload-limits], before
|
211
|
+
# the Sync Document expires and is deleted (time-to-live).
|
226
212
|
# @param [String] if_match The If-Match HTTP request header
|
227
213
|
# @return [DocumentInstance] Updated DocumentInstance
|
228
214
|
def update(data: :unset, ttl: :unset, if_match: :unset)
|
@@ -271,8 +257,6 @@ module Twilio
|
|
271
257
|
end
|
272
258
|
end
|
273
259
|
|
274
|
-
##
|
275
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
276
260
|
class DocumentInstance < InstanceResource
|
277
261
|
##
|
278
262
|
# Initialize the DocumentInstance
|
@@ -400,21 +384,18 @@ module Twilio
|
|
400
384
|
|
401
385
|
##
|
402
386
|
# Delete the DocumentInstance
|
403
|
-
# @param [String] if_match The If-Match HTTP request header
|
404
387
|
# @return [Boolean] true if delete succeeds, false otherwise
|
405
|
-
def delete
|
406
|
-
context.delete
|
388
|
+
def delete
|
389
|
+
context.delete
|
407
390
|
end
|
408
391
|
|
409
392
|
##
|
410
393
|
# Update the DocumentInstance
|
411
394
|
# @param [Hash] data A JSON string that represents an arbitrary, schema-less
|
412
395
|
# object that the Sync Document stores. Can be up to 16 KiB in length.
|
413
|
-
# @param [String] ttl How long, in
|
414
|
-
#
|
415
|
-
#
|
416
|
-
# Document resource will be deleted automatically after it expires, but there can
|
417
|
-
# be a delay between the expiration time and the resources's deletion.
|
396
|
+
# @param [String] ttl How long, {in
|
397
|
+
# seconds}[https://www.twilio.com/docs/sync/limits#sync-payload-limits], before
|
398
|
+
# the Sync Document expires and is deleted (time-to-live).
|
418
399
|
# @param [String] if_match The If-Match HTTP request header
|
419
400
|
# @return [DocumentInstance] Updated DocumentInstance
|
420
401
|
def update(data: :unset, ttl: :unset, if_match: :unset)
|
@@ -12,8 +12,6 @@ module Twilio
|
|
12
12
|
class V1 < Version
|
13
13
|
class ServiceContext < InstanceContext
|
14
14
|
class DocumentContext < InstanceContext
|
15
|
-
##
|
16
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
17
15
|
class DocumentPermissionList < ListResource
|
18
16
|
##
|
19
17
|
# Initialize the DocumentPermissionList
|
@@ -119,8 +117,6 @@ module Twilio
|
|
119
117
|
end
|
120
118
|
end
|
121
119
|
|
122
|
-
##
|
123
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
124
120
|
class DocumentPermissionPage < Page
|
125
121
|
##
|
126
122
|
# Initialize the DocumentPermissionPage
|
@@ -155,8 +151,6 @@ module Twilio
|
|
155
151
|
end
|
156
152
|
end
|
157
153
|
|
158
|
-
##
|
159
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
160
154
|
class DocumentPermissionContext < InstanceContext
|
161
155
|
##
|
162
156
|
# Initialize the DocumentPermissionContext
|
@@ -238,8 +232,6 @@ module Twilio
|
|
238
232
|
end
|
239
233
|
end
|
240
234
|
|
241
|
-
##
|
242
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
243
235
|
class DocumentPermissionInstance < InstanceResource
|
244
236
|
##
|
245
237
|
# Initialize the DocumentPermissionInstance
|
@@ -11,8 +11,6 @@ module Twilio
|
|
11
11
|
class Sync < Domain
|
12
12
|
class V1 < Version
|
13
13
|
class ServiceContext < InstanceContext
|
14
|
-
##
|
15
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
16
14
|
class SyncListList < ListResource
|
17
15
|
##
|
18
16
|
# Initialize the SyncListList
|
@@ -37,11 +35,9 @@ module Twilio
|
|
37
35
|
# alternative to the `sid` in the URL path to address the resource.
|
38
36
|
# @param [String] ttl Alias for collection_ttl. If both are provided, this value
|
39
37
|
# is ignored.
|
40
|
-
# @param [String] collection_ttl How long, in
|
41
|
-
#
|
42
|
-
#
|
43
|
-
# The Sync List will be deleted automatically after it expires, but there can be a
|
44
|
-
# delay between the expiration time and the resources's deletion.
|
38
|
+
# @param [String] collection_ttl How long, {in
|
39
|
+
# seconds}[https://www.twilio.com/docs/sync/limits#sync-payload-limits], before
|
40
|
+
# the Sync List expires (time-to-live) and is deleted.
|
45
41
|
# @return [SyncListInstance] Created SyncListInstance
|
46
42
|
def create(unique_name: :unset, ttl: :unset, collection_ttl: :unset)
|
47
43
|
data = Twilio::Values.of({
|
@@ -142,8 +138,6 @@ module Twilio
|
|
142
138
|
end
|
143
139
|
end
|
144
140
|
|
145
|
-
##
|
146
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
147
141
|
class SyncListPage < Page
|
148
142
|
##
|
149
143
|
# Initialize the SyncListPage
|
@@ -173,8 +167,6 @@ module Twilio
|
|
173
167
|
end
|
174
168
|
end
|
175
169
|
|
176
|
-
##
|
177
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
178
170
|
class SyncListContext < InstanceContext
|
179
171
|
##
|
180
172
|
# Initialize the SyncListContext
|
@@ -217,11 +209,9 @@ module Twilio
|
|
217
209
|
# Update the SyncListInstance
|
218
210
|
# @param [String] ttl An alias for `collection_ttl`. If both are provided, this
|
219
211
|
# value is ignored.
|
220
|
-
# @param [String] collection_ttl How long, in
|
221
|
-
#
|
222
|
-
#
|
223
|
-
# Sync List will be deleted automatically after it expires, but there can be a
|
224
|
-
# delay between the expiration time and the resources's deletion.
|
212
|
+
# @param [String] collection_ttl How long, {in
|
213
|
+
# seconds}[https://www.twilio.com/docs/sync/limits#sync-payload-limits], before
|
214
|
+
# the Sync List expires (time-to-live) and is deleted.
|
225
215
|
# @return [SyncListInstance] Updated SyncListInstance
|
226
216
|
def update(ttl: :unset, collection_ttl: :unset)
|
227
217
|
data = Twilio::Values.of({'Ttl' => ttl, 'CollectionTtl' => collection_ttl, })
|
@@ -290,8 +280,6 @@ module Twilio
|
|
290
280
|
end
|
291
281
|
end
|
292
282
|
|
293
|
-
##
|
294
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
295
283
|
class SyncListInstance < InstanceResource
|
296
284
|
##
|
297
285
|
# Initialize the SyncListInstance
|
@@ -421,11 +409,9 @@ module Twilio
|
|
421
409
|
# Update the SyncListInstance
|
422
410
|
# @param [String] ttl An alias for `collection_ttl`. If both are provided, this
|
423
411
|
# value is ignored.
|
424
|
-
# @param [String] collection_ttl How long, in
|
425
|
-
#
|
426
|
-
#
|
427
|
-
# Sync List will be deleted automatically after it expires, but there can be a
|
428
|
-
# delay between the expiration time and the resources's deletion.
|
412
|
+
# @param [String] collection_ttl How long, {in
|
413
|
+
# seconds}[https://www.twilio.com/docs/sync/limits#sync-payload-limits], before
|
414
|
+
# the Sync List expires (time-to-live) and is deleted.
|
429
415
|
# @return [SyncListInstance] Updated SyncListInstance
|
430
416
|
def update(ttl: :unset, collection_ttl: :unset)
|
431
417
|
context.update(ttl: ttl, collection_ttl: collection_ttl, )
|
@@ -12,8 +12,6 @@ module Twilio
|
|
12
12
|
class V1 < Version
|
13
13
|
class ServiceContext < InstanceContext
|
14
14
|
class SyncListContext < InstanceContext
|
15
|
-
##
|
16
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
17
15
|
class SyncListItemList < ListResource
|
18
16
|
##
|
19
17
|
# Initialize the SyncListItemList
|
@@ -37,17 +35,12 @@ module Twilio
|
|
37
35
|
# object that the List Item stores. Can be up to 16 KiB in length.
|
38
36
|
# @param [String] ttl An alias for `item_ttl`. If both parameters are provided,
|
39
37
|
# this value is ignored.
|
40
|
-
# @param [String] item_ttl How long, in
|
41
|
-
#
|
42
|
-
#
|
43
|
-
#
|
44
|
-
#
|
45
|
-
#
|
46
|
-
# parent Sync List expires (time-to-live) and is deleted. Can be an integer from
|
47
|
-
# 0 to 31,536,000 (1 year). The default value is `0`, which means the parent Sync
|
48
|
-
# List does not expire. The Sync List will be deleted automatically after it
|
49
|
-
# expires, but there can be a delay between the expiration time and the
|
50
|
-
# resources's deletion.
|
38
|
+
# @param [String] item_ttl How long, {in
|
39
|
+
# seconds}[https://www.twilio.com/docs/sync/limits#sync-payload-limits], before
|
40
|
+
# the List Item expires (time-to-live) and is deleted.
|
41
|
+
# @param [String] collection_ttl How long, {in
|
42
|
+
# seconds}[https://www.twilio.com/docs/sync/limits#sync-payload-limits], before
|
43
|
+
# the List Item's parent Sync List expires (time-to-live) and is deleted.
|
51
44
|
# @return [SyncListItemInstance] Created SyncListItemInstance
|
52
45
|
def create(data: nil, ttl: :unset, item_ttl: :unset, collection_ttl: :unset)
|
53
46
|
data = Twilio::Values.of({
|
@@ -184,8 +177,6 @@ module Twilio
|
|
184
177
|
end
|
185
178
|
end
|
186
179
|
|
187
|
-
##
|
188
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
189
180
|
class SyncListItemPage < Page
|
190
181
|
##
|
191
182
|
# Initialize the SyncListItemPage
|
@@ -220,8 +211,6 @@ module Twilio
|
|
220
211
|
end
|
221
212
|
end
|
222
213
|
|
223
|
-
##
|
224
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
225
214
|
class SyncListItemContext < InstanceContext
|
226
215
|
##
|
227
216
|
# Initialize the SyncListItemContext
|
@@ -258,7 +247,10 @@ module Twilio
|
|
258
247
|
|
259
248
|
##
|
260
249
|
# Delete the SyncListItemInstance
|
261
|
-
# @param [String] if_match
|
250
|
+
# @param [String] if_match If provided, applies this mutation if (and only if) the
|
251
|
+
# “revision” field of this {map item] matches the provided value. This matches the
|
252
|
+
# semantics of (and is implemented with) the HTTP [If-Match
|
253
|
+
# header}[https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match].
|
262
254
|
# @return [Boolean] true if delete succeeds, false otherwise
|
263
255
|
def delete(if_match: :unset)
|
264
256
|
headers = Twilio::Values.of({'If-Match' => if_match, })
|
@@ -272,18 +264,18 @@ module Twilio
|
|
272
264
|
# object that the List Item stores. Can be up to 16 KiB in length.
|
273
265
|
# @param [String] ttl An alias for `item_ttl`. If both parameters are provided,
|
274
266
|
# this value is ignored.
|
275
|
-
# @param [String] item_ttl How long, in
|
276
|
-
#
|
277
|
-
#
|
278
|
-
#
|
279
|
-
#
|
280
|
-
#
|
281
|
-
#
|
282
|
-
#
|
283
|
-
#
|
284
|
-
#
|
285
|
-
#
|
286
|
-
#
|
267
|
+
# @param [String] item_ttl How long, {in
|
268
|
+
# seconds}[https://www.twilio.com/docs/sync/limits#sync-payload-limits], before
|
269
|
+
# the List Item expires (time-to-live) and is deleted.
|
270
|
+
# @param [String] collection_ttl How long, {in
|
271
|
+
# seconds}[https://www.twilio.com/docs/sync/limits#sync-payload-limits], before
|
272
|
+
# the List Item's parent Sync List expires (time-to-live) and is deleted. This
|
273
|
+
# parameter can only be used when the List Item's `data` or `ttl` is updated in
|
274
|
+
# the same request.
|
275
|
+
# @param [String] if_match If provided, applies this mutation if (and only if) the
|
276
|
+
# “revision” field of this {map item] matches the provided value. This matches the
|
277
|
+
# semantics of (and is implemented with) the HTTP [If-Match
|
278
|
+
# header}[https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match].
|
287
279
|
# @return [SyncListItemInstance] Updated SyncListItemInstance
|
288
280
|
def update(data: :unset, ttl: :unset, item_ttl: :unset, collection_ttl: :unset, if_match: :unset)
|
289
281
|
data = Twilio::Values.of({
|
@@ -320,8 +312,6 @@ module Twilio
|
|
320
312
|
end
|
321
313
|
end
|
322
314
|
|
323
|
-
##
|
324
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
325
315
|
class SyncListItemInstance < InstanceResource
|
326
316
|
##
|
327
317
|
# Initialize the SyncListItemInstance
|
@@ -451,7 +441,10 @@ module Twilio
|
|
451
441
|
|
452
442
|
##
|
453
443
|
# Delete the SyncListItemInstance
|
454
|
-
# @param [String] if_match
|
444
|
+
# @param [String] if_match If provided, applies this mutation if (and only if) the
|
445
|
+
# “revision” field of this {map item] matches the provided value. This matches the
|
446
|
+
# semantics of (and is implemented with) the HTTP [If-Match
|
447
|
+
# header}[https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match].
|
455
448
|
# @return [Boolean] true if delete succeeds, false otherwise
|
456
449
|
def delete(if_match: :unset)
|
457
450
|
context.delete(if_match: if_match, )
|
@@ -463,18 +456,18 @@ module Twilio
|
|
463
456
|
# object that the List Item stores. Can be up to 16 KiB in length.
|
464
457
|
# @param [String] ttl An alias for `item_ttl`. If both parameters are provided,
|
465
458
|
# this value is ignored.
|
466
|
-
# @param [String] item_ttl How long, in
|
467
|
-
#
|
468
|
-
#
|
469
|
-
#
|
470
|
-
#
|
471
|
-
#
|
472
|
-
#
|
473
|
-
#
|
474
|
-
#
|
475
|
-
#
|
476
|
-
#
|
477
|
-
#
|
459
|
+
# @param [String] item_ttl How long, {in
|
460
|
+
# seconds}[https://www.twilio.com/docs/sync/limits#sync-payload-limits], before
|
461
|
+
# the List Item expires (time-to-live) and is deleted.
|
462
|
+
# @param [String] collection_ttl How long, {in
|
463
|
+
# seconds}[https://www.twilio.com/docs/sync/limits#sync-payload-limits], before
|
464
|
+
# the List Item's parent Sync List expires (time-to-live) and is deleted. This
|
465
|
+
# parameter can only be used when the List Item's `data` or `ttl` is updated in
|
466
|
+
# the same request.
|
467
|
+
# @param [String] if_match If provided, applies this mutation if (and only if) the
|
468
|
+
# “revision” field of this {map item] matches the provided value. This matches the
|
469
|
+
# semantics of (and is implemented with) the HTTP [If-Match
|
470
|
+
# header}[https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Match].
|
478
471
|
# @return [SyncListItemInstance] Updated SyncListItemInstance
|
479
472
|
def update(data: :unset, ttl: :unset, item_ttl: :unset, collection_ttl: :unset, if_match: :unset)
|
480
473
|
context.update(
|
@@ -12,8 +12,6 @@ module Twilio
|
|
12
12
|
class V1 < Version
|
13
13
|
class ServiceContext < InstanceContext
|
14
14
|
class SyncListContext < InstanceContext
|
15
|
-
##
|
16
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
17
15
|
class SyncListPermissionList < ListResource
|
18
16
|
##
|
19
17
|
# Initialize the SyncListPermissionList
|
@@ -119,8 +117,6 @@ module Twilio
|
|
119
117
|
end
|
120
118
|
end
|
121
119
|
|
122
|
-
##
|
123
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
124
120
|
class SyncListPermissionPage < Page
|
125
121
|
##
|
126
122
|
# Initialize the SyncListPermissionPage
|
@@ -155,8 +151,6 @@ module Twilio
|
|
155
151
|
end
|
156
152
|
end
|
157
153
|
|
158
|
-
##
|
159
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
160
154
|
class SyncListPermissionContext < InstanceContext
|
161
155
|
##
|
162
156
|
# Initialize the SyncListPermissionContext
|
@@ -237,8 +231,6 @@ module Twilio
|
|
237
231
|
end
|
238
232
|
end
|
239
233
|
|
240
|
-
##
|
241
|
-
# PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
|
242
234
|
class SyncListPermissionInstance < InstanceResource
|
243
235
|
##
|
244
236
|
# Initialize the SyncListPermissionInstance
|