twilio-ruby 6.0.0 → 6.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGES.md +20 -0
- data/README.md +2 -2
- data/lib/twilio-ruby/rest/api/v2010/account/address.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/available_phone_number_country.rb +7 -7
- data/lib/twilio-ruby/rest/api/v2010/account/call.rb +8 -8
- data/lib/twilio-ruby/rest/api/v2010/account/conference.rb +2 -2
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/message.rb +2 -2
- data/lib/twilio-ruby/rest/api/v2010/account/queue.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/recording.rb +2 -2
- data/lib/twilio-ruby/rest/api/v2010/account/sip/credential_list.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account/sip/domain.rb +3 -3
- data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list.rb +1 -1
- data/lib/twilio-ruby/rest/api/v2010/account.rb +24 -24
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/field_type.rb +1 -1
- data/lib/twilio-ruby/rest/autopilot/v1/assistant/task.rb +2 -2
- data/lib/twilio-ruby/rest/autopilot/v1/assistant.rb +6 -6
- data/lib/twilio-ruby/rest/bulkexports/v1/export.rb +2 -2
- data/lib/twilio-ruby/rest/chat/v1/service/channel.rb +3 -3
- data/lib/twilio-ruby/rest/chat/v1/service/user.rb +1 -1
- data/lib/twilio-ruby/rest/chat/v1/service.rb +3 -3
- data/lib/twilio-ruby/rest/chat/v2/service/channel.rb +4 -4
- data/lib/twilio-ruby/rest/chat/v2/service/user.rb +2 -2
- data/lib/twilio-ruby/rest/chat/v2/service.rb +4 -4
- data/lib/twilio-ruby/rest/conversations/v1/address_configuration.rb +11 -1
- data/lib/twilio-ruby/rest/conversations/v1/conversation/message.rb +1 -1
- data/lib/twilio-ruby/rest/conversations/v1/conversation.rb +27 -6
- data/lib/twilio-ruby/rest/conversations/v1/service/conversation/message.rb +1 -1
- data/lib/twilio-ruby/rest/conversations/v1/service/conversation.rb +27 -6
- data/lib/twilio-ruby/rest/conversations/v1/service/user.rb +1 -1
- data/lib/twilio-ruby/rest/conversations/v1/service.rb +5 -5
- data/lib/twilio-ruby/rest/conversations/v1/user.rb +1 -1
- data/lib/twilio-ruby/rest/events/v1/schema.rb +1 -1
- data/lib/twilio-ruby/rest/events/v1/sink.rb +2 -2
- data/lib/twilio-ruby/rest/events/v1/subscription.rb +1 -1
- data/lib/twilio-ruby/rest/flex_api/v1/assessments.rb +18 -24
- data/lib/twilio-ruby/rest/flex_api/v1/insights_assessments_comment.rb +12 -18
- data/lib/twilio-ruby/rest/flex_api/v1/insights_conversations.rb +9 -9
- data/lib/twilio-ruby/rest/flex_api/v1/insights_questionnaires.rb +30 -30
- data/lib/twilio-ruby/rest/flex_api/v1/insights_questionnaires_category.rb +24 -24
- data/lib/twilio-ruby/rest/flex_api/v1/insights_questionnaires_question.rb +24 -24
- data/lib/twilio-ruby/rest/flex_api/v1/insights_segments.rb +9 -9
- data/lib/twilio-ruby/rest/flex_api/v1/insights_settings_answer_sets.rb +3 -3
- data/lib/twilio-ruby/rest/flex_api/v1/insights_settings_comment.rb +3 -3
- data/lib/twilio-ruby/rest/flex_api/v1/interaction/interaction_channel.rb +2 -2
- data/lib/twilio-ruby/rest/flex_api/v1/interaction.rb +1 -1
- data/lib/twilio-ruby/rest/insights/v1/call.rb +2 -2
- data/lib/twilio-ruby/rest/insights/v1/call_summaries.rb +31 -3
- data/lib/twilio-ruby/rest/insights/v1/conference.rb +1 -1
- data/lib/twilio-ruby/rest/insights/v1/room.rb +1 -1
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel.rb +3 -3
- data/lib/twilio-ruby/rest/ip_messaging/v1/service/user.rb +1 -1
- data/lib/twilio-ruby/rest/ip_messaging/v1/service.rb +3 -3
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel.rb +4 -4
- data/lib/twilio-ruby/rest/ip_messaging/v2/service/user.rb +2 -2
- data/lib/twilio-ruby/rest/ip_messaging/v2/service.rb +4 -4
- data/lib/twilio-ruby/rest/messaging/v1/brand_registration.rb +2 -2
- data/lib/twilio-ruby/rest/messaging/v1/domain_config.rb +28 -2
- data/lib/twilio-ruby/rest/messaging/v1/domain_config_messaging_service.rb +7 -0
- data/lib/twilio-ruby/rest/messaging/v1/linkshortening_messaging_service_domain_association.rb +196 -0
- data/lib/twilio-ruby/rest/messaging/v1/service.rb +5 -5
- data/lib/twilio-ruby/rest/messaging/v1.rb +15 -0
- data/lib/twilio-ruby/rest/microvisor/v1/device.rb +2 -2
- data/lib/twilio-ruby/rest/notify/v1/service.rb +2 -2
- data/lib/twilio-ruby/rest/numbers/v1/bulk_eligibility.rb +224 -0
- data/lib/twilio-ruby/rest/numbers/v1.rb +49 -0
- data/lib/twilio-ruby/rest/numbers/v2/regulatory_compliance/bundle.rb +4 -4
- data/lib/twilio-ruby/rest/numbers_base.rb +6 -1
- data/lib/twilio-ruby/rest/preview/deployed_devices/fleet.rb +4 -4
- data/lib/twilio-ruby/rest/preview/hosted_numbers/authorization_document.rb +1 -1
- data/lib/twilio-ruby/rest/preview/marketplace/available_add_on.rb +1 -1
- data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on.rb +1 -1
- data/lib/twilio-ruby/rest/preview/sync/service/document.rb +1 -1
- data/lib/twilio-ruby/rest/preview/sync/service/sync_list.rb +2 -2
- data/lib/twilio-ruby/rest/preview/sync/service/sync_map.rb +2 -2
- data/lib/twilio-ruby/rest/preview/sync/service.rb +3 -3
- data/lib/twilio-ruby/rest/preview/understand/assistant/field_type.rb +1 -1
- data/lib/twilio-ruby/rest/preview/understand/assistant/task.rb +2 -2
- data/lib/twilio-ruby/rest/preview/understand/assistant.rb +5 -5
- data/lib/twilio-ruby/rest/proxy/v1/service/session/participant.rb +1 -1
- data/lib/twilio-ruby/rest/proxy/v1/service/session.rb +2 -2
- data/lib/twilio-ruby/rest/proxy/v1/service.rb +3 -3
- data/lib/twilio-ruby/rest/serverless/v1/service/asset.rb +1 -1
- data/lib/twilio-ruby/rest/serverless/v1/service/environment.rb +3 -3
- data/lib/twilio-ruby/rest/serverless/v1/service/function.rb +1 -1
- data/lib/twilio-ruby/rest/serverless/v1/service.rb +4 -4
- data/lib/twilio-ruby/rest/studio/v1/flow/engagement.rb +1 -1
- data/lib/twilio-ruby/rest/studio/v1/flow/execution.rb +1 -1
- data/lib/twilio-ruby/rest/studio/v1/flow.rb +2 -2
- data/lib/twilio-ruby/rest/studio/v2/flow/execution.rb +1 -1
- data/lib/twilio-ruby/rest/studio/v2/flow.rb +2 -2
- data/lib/twilio-ruby/rest/supersim/v1/network_access_profile.rb +1 -1
- data/lib/twilio-ruby/rest/supersim/v1/sim.rb +2 -2
- data/lib/twilio-ruby/rest/sync/v1/service/document.rb +1 -1
- data/lib/twilio-ruby/rest/sync/v1/service/sync_list.rb +2 -2
- data/lib/twilio-ruby/rest/sync/v1/service/sync_map.rb +2 -2
- data/lib/twilio-ruby/rest/sync/v1/service/sync_stream.rb +1 -1
- data/lib/twilio-ruby/rest/sync/v1/service.rb +4 -4
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task.rb +1 -1
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker.rb +2 -2
- data/lib/twilio-ruby/rest/taskrouter/v1/workspace.rb +7 -7
- data/lib/twilio-ruby/rest/trunking/v1/trunk.rb +4 -4
- data/lib/twilio-ruby/rest/trusthub/v1/customer_profiles.rb +3 -3
- data/lib/twilio-ruby/rest/trusthub/v1/trust_products.rb +3 -3
- data/lib/twilio-ruby/rest/verify/v2/service/entity/challenge.rb +1 -1
- data/lib/twilio-ruby/rest/verify/v2/service/entity.rb +3 -3
- data/lib/twilio-ruby/rest/verify/v2/service/rate_limit.rb +1 -1
- data/lib/twilio-ruby/rest/verify/v2/service.rb +7 -7
- data/lib/twilio-ruby/rest/video/v1/room/participant.rb +3 -3
- data/lib/twilio-ruby/rest/video/v1/room.rb +3 -3
- data/lib/twilio-ruby/rest/voice/v1/connection_policy.rb +1 -1
- data/lib/twilio-ruby/rest/voice/v1/dialing_permissions/country.rb +1 -1
- data/lib/twilio-ruby/rest/wireless/v1/sim.rb +2 -2
- data/lib/twilio-ruby/rest.rb +1 -1
- data/lib/twilio-ruby/version.rb +1 -1
- metadata +5 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 879e6c988389b279694568764e67cc0f6da872ec
|
|
4
|
+
data.tar.gz: b2f437359378e1c21eeaca94f1fdfa3b976e4b7c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ff88c428018101c5e78adea45e38b01e357714b397a86a587870253ed870225ced732f934ac2c4d5e70ad7f569aa7f4312a56b4c9019aac00ea520c5b091ada
|
|
7
|
+
data.tar.gz: 5bf17165b9f5c77b2a92d14c596193cb7b6b4caa0c8594bd6050714d84814c087b176b141e573c12b2a70611b26e5e2d14cb94ed6893fa6210a8324884cbc2b1
|
data/CHANGES.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
twilio-ruby changelog
|
|
2
2
|
=====================
|
|
3
3
|
|
|
4
|
+
[2023-05-18] Version 6.0.1
|
|
5
|
+
--------------------------
|
|
6
|
+
**Library - Fix**
|
|
7
|
+
- [PR #654](https://github.com/twilio/twilio-ruby/pull/654): match only against the end of a file path. Thanks to [@pat](https://github.com/pat)!
|
|
8
|
+
|
|
9
|
+
**Conversations**
|
|
10
|
+
- Added `AddressCountry` parameter to Address Configuration endpoint, to support regional short code addresses
|
|
11
|
+
- Added query parameters `start_date`, `end_date` and `state` in list Conversations resource for filtering
|
|
12
|
+
|
|
13
|
+
**Insights**
|
|
14
|
+
- Added annotations parameters to list summary api
|
|
15
|
+
|
|
16
|
+
**Messaging**
|
|
17
|
+
- Add GET domainByMessagingService endpoint to linkShortening service
|
|
18
|
+
- Add `disable_https` to link shortening domain_config properties
|
|
19
|
+
|
|
20
|
+
**Numbers**
|
|
21
|
+
- Add bulk_eligibility api under version `/v1`.
|
|
22
|
+
|
|
23
|
+
|
|
4
24
|
[2023-05-04] Version 6.0.0
|
|
5
25
|
--------------------------
|
|
6
26
|
**Note:** This release contains breaking changes, check our [upgrade guide](./UPGRADE.md#2023-05-03-5xx-to-6xx) for detailed migration notes.
|
data/README.md
CHANGED
|
@@ -39,13 +39,13 @@ This library supports the following Ruby implementations:
|
|
|
39
39
|
To install using [Bundler][bundler] grab the latest stable version:
|
|
40
40
|
|
|
41
41
|
```ruby
|
|
42
|
-
gem 'twilio-ruby', '~> 6.0.
|
|
42
|
+
gem 'twilio-ruby', '~> 6.0.1'
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install:
|
|
46
46
|
|
|
47
47
|
```bash
|
|
48
|
-
gem install twilio-ruby -v 6.0.
|
|
48
|
+
gem install twilio-ruby -v 6.0.1
|
|
49
49
|
```
|
|
50
50
|
|
|
51
51
|
To build and install the development branch yourself from the latest source:
|
|
@@ -285,7 +285,7 @@ module Twilio
|
|
|
285
285
|
def dependent_phone_numbers
|
|
286
286
|
unless @dependent_phone_numbers
|
|
287
287
|
@dependent_phone_numbers = DependentPhoneNumberList.new(
|
|
288
|
-
@version, account_sid: @solution[:account_sid], address_sid: @solution[:sid],
|
|
288
|
+
@version, account_sid: @solution[:account_sid], address_sid: @solution[:sid], )
|
|
289
289
|
end
|
|
290
290
|
@dependent_phone_numbers
|
|
291
291
|
end
|
|
@@ -170,7 +170,7 @@ module Twilio
|
|
|
170
170
|
def voip
|
|
171
171
|
unless @voip
|
|
172
172
|
@voip = VoipList.new(
|
|
173
|
-
@version, account_sid: @solution[:account_sid], country_code: @solution[:country_code],
|
|
173
|
+
@version, account_sid: @solution[:account_sid], country_code: @solution[:country_code], )
|
|
174
174
|
end
|
|
175
175
|
@voip
|
|
176
176
|
end
|
|
@@ -181,7 +181,7 @@ module Twilio
|
|
|
181
181
|
def national
|
|
182
182
|
unless @national
|
|
183
183
|
@national = NationalList.new(
|
|
184
|
-
@version, account_sid: @solution[:account_sid], country_code: @solution[:country_code],
|
|
184
|
+
@version, account_sid: @solution[:account_sid], country_code: @solution[:country_code], )
|
|
185
185
|
end
|
|
186
186
|
@national
|
|
187
187
|
end
|
|
@@ -192,7 +192,7 @@ module Twilio
|
|
|
192
192
|
def mobile
|
|
193
193
|
unless @mobile
|
|
194
194
|
@mobile = MobileList.new(
|
|
195
|
-
@version, account_sid: @solution[:account_sid], country_code: @solution[:country_code],
|
|
195
|
+
@version, account_sid: @solution[:account_sid], country_code: @solution[:country_code], )
|
|
196
196
|
end
|
|
197
197
|
@mobile
|
|
198
198
|
end
|
|
@@ -203,7 +203,7 @@ module Twilio
|
|
|
203
203
|
def machine_to_machine
|
|
204
204
|
unless @machine_to_machine
|
|
205
205
|
@machine_to_machine = MachineToMachineList.new(
|
|
206
|
-
@version, account_sid: @solution[:account_sid], country_code: @solution[:country_code],
|
|
206
|
+
@version, account_sid: @solution[:account_sid], country_code: @solution[:country_code], )
|
|
207
207
|
end
|
|
208
208
|
@machine_to_machine
|
|
209
209
|
end
|
|
@@ -214,7 +214,7 @@ module Twilio
|
|
|
214
214
|
def toll_free
|
|
215
215
|
unless @toll_free
|
|
216
216
|
@toll_free = TollFreeList.new(
|
|
217
|
-
@version, account_sid: @solution[:account_sid], country_code: @solution[:country_code],
|
|
217
|
+
@version, account_sid: @solution[:account_sid], country_code: @solution[:country_code], )
|
|
218
218
|
end
|
|
219
219
|
@toll_free
|
|
220
220
|
end
|
|
@@ -225,7 +225,7 @@ module Twilio
|
|
|
225
225
|
def shared_cost
|
|
226
226
|
unless @shared_cost
|
|
227
227
|
@shared_cost = SharedCostList.new(
|
|
228
|
-
@version, account_sid: @solution[:account_sid], country_code: @solution[:country_code],
|
|
228
|
+
@version, account_sid: @solution[:account_sid], country_code: @solution[:country_code], )
|
|
229
229
|
end
|
|
230
230
|
@shared_cost
|
|
231
231
|
end
|
|
@@ -236,7 +236,7 @@ module Twilio
|
|
|
236
236
|
def local
|
|
237
237
|
unless @local
|
|
238
238
|
@local = LocalList.new(
|
|
239
|
-
@version, account_sid: @solution[:account_sid], country_code: @solution[:country_code],
|
|
239
|
+
@version, account_sid: @solution[:account_sid], country_code: @solution[:country_code], )
|
|
240
240
|
end
|
|
241
241
|
@local
|
|
242
242
|
end
|
|
@@ -431,7 +431,7 @@ module Twilio
|
|
|
431
431
|
def events
|
|
432
432
|
unless @events
|
|
433
433
|
@events = EventList.new(
|
|
434
|
-
@version, account_sid: @solution[:account_sid], call_sid: @solution[:sid],
|
|
434
|
+
@version, account_sid: @solution[:account_sid], call_sid: @solution[:sid], )
|
|
435
435
|
end
|
|
436
436
|
@events
|
|
437
437
|
end
|
|
@@ -442,7 +442,7 @@ module Twilio
|
|
|
442
442
|
def user_defined_messages
|
|
443
443
|
unless @user_defined_messages
|
|
444
444
|
@user_defined_messages = UserDefinedMessageList.new(
|
|
445
|
-
@version, account_sid: @solution[:account_sid], call_sid: @solution[:sid],
|
|
445
|
+
@version, account_sid: @solution[:account_sid], call_sid: @solution[:sid], )
|
|
446
446
|
end
|
|
447
447
|
@user_defined_messages
|
|
448
448
|
end
|
|
@@ -460,7 +460,7 @@ module Twilio
|
|
|
460
460
|
|
|
461
461
|
unless @siprec
|
|
462
462
|
@siprec = SiprecList.new(
|
|
463
|
-
@version, account_sid: @solution[:account_sid], call_sid: @solution[:sid],
|
|
463
|
+
@version, account_sid: @solution[:account_sid], call_sid: @solution[:sid], )
|
|
464
464
|
end
|
|
465
465
|
|
|
466
466
|
@siprec
|
|
@@ -479,7 +479,7 @@ module Twilio
|
|
|
479
479
|
|
|
480
480
|
unless @user_defined_message_subscriptions
|
|
481
481
|
@user_defined_message_subscriptions = UserDefinedMessageSubscriptionList.new(
|
|
482
|
-
@version, account_sid: @solution[:account_sid], call_sid: @solution[:sid],
|
|
482
|
+
@version, account_sid: @solution[:account_sid], call_sid: @solution[:sid], )
|
|
483
483
|
end
|
|
484
484
|
|
|
485
485
|
@user_defined_message_subscriptions
|
|
@@ -498,7 +498,7 @@ module Twilio
|
|
|
498
498
|
|
|
499
499
|
unless @payments
|
|
500
500
|
@payments = PaymentList.new(
|
|
501
|
-
@version, account_sid: @solution[:account_sid], call_sid: @solution[:sid],
|
|
501
|
+
@version, account_sid: @solution[:account_sid], call_sid: @solution[:sid], )
|
|
502
502
|
end
|
|
503
503
|
|
|
504
504
|
@payments
|
|
@@ -517,7 +517,7 @@ module Twilio
|
|
|
517
517
|
|
|
518
518
|
unless @recordings
|
|
519
519
|
@recordings = RecordingList.new(
|
|
520
|
-
@version, account_sid: @solution[:account_sid], call_sid: @solution[:sid],
|
|
520
|
+
@version, account_sid: @solution[:account_sid], call_sid: @solution[:sid], )
|
|
521
521
|
end
|
|
522
522
|
|
|
523
523
|
@recordings
|
|
@@ -536,7 +536,7 @@ module Twilio
|
|
|
536
536
|
|
|
537
537
|
unless @notifications
|
|
538
538
|
@notifications = NotificationList.new(
|
|
539
|
-
@version, account_sid: @solution[:account_sid], call_sid: @solution[:sid],
|
|
539
|
+
@version, account_sid: @solution[:account_sid], call_sid: @solution[:sid], )
|
|
540
540
|
end
|
|
541
541
|
|
|
542
542
|
@notifications
|
|
@@ -566,7 +566,7 @@ module Twilio
|
|
|
566
566
|
|
|
567
567
|
unless @streams
|
|
568
568
|
@streams = StreamList.new(
|
|
569
|
-
@version, account_sid: @solution[:account_sid], call_sid: @solution[:sid],
|
|
569
|
+
@version, account_sid: @solution[:account_sid], call_sid: @solution[:sid], )
|
|
570
570
|
end
|
|
571
571
|
|
|
572
572
|
@streams
|
|
@@ -255,7 +255,7 @@ module Twilio
|
|
|
255
255
|
|
|
256
256
|
unless @recordings
|
|
257
257
|
@recordings = RecordingList.new(
|
|
258
|
-
@version, account_sid: @solution[:account_sid], conference_sid: @solution[:sid],
|
|
258
|
+
@version, account_sid: @solution[:account_sid], conference_sid: @solution[:sid], )
|
|
259
259
|
end
|
|
260
260
|
|
|
261
261
|
@recordings
|
|
@@ -274,7 +274,7 @@ module Twilio
|
|
|
274
274
|
|
|
275
275
|
unless @participants
|
|
276
276
|
@participants = ParticipantList.new(
|
|
277
|
-
@version, account_sid: @solution[:account_sid], conference_sid: @solution[:sid],
|
|
277
|
+
@version, account_sid: @solution[:account_sid], conference_sid: @solution[:sid], )
|
|
278
278
|
end
|
|
279
279
|
|
|
280
280
|
@participants
|
|
@@ -205,7 +205,7 @@ module Twilio
|
|
|
205
205
|
|
|
206
206
|
unless @extensions
|
|
207
207
|
@extensions = AssignedAddOnExtensionList.new(
|
|
208
|
-
@version, account_sid: @solution[:account_sid], resource_sid: @solution[:resource_sid], assigned_add_on_sid: @solution[:sid],
|
|
208
|
+
@version, account_sid: @solution[:account_sid], resource_sid: @solution[:resource_sid], assigned_add_on_sid: @solution[:sid], )
|
|
209
209
|
end
|
|
210
210
|
|
|
211
211
|
@extensions
|
|
@@ -407,7 +407,7 @@ module Twilio
|
|
|
407
407
|
|
|
408
408
|
unless @assigned_add_ons
|
|
409
409
|
@assigned_add_ons = AssignedAddOnList.new(
|
|
410
|
-
@version, account_sid: @solution[:account_sid], resource_sid: @solution[:sid],
|
|
410
|
+
@version, account_sid: @solution[:account_sid], resource_sid: @solution[:sid], )
|
|
411
411
|
end
|
|
412
412
|
|
|
413
413
|
@assigned_add_ons
|
|
@@ -315,7 +315,7 @@ module Twilio
|
|
|
315
315
|
def feedback
|
|
316
316
|
unless @feedback
|
|
317
317
|
@feedback = FeedbackList.new(
|
|
318
|
-
@version, account_sid: @solution[:account_sid], message_sid: @solution[:sid],
|
|
318
|
+
@version, account_sid: @solution[:account_sid], message_sid: @solution[:sid], )
|
|
319
319
|
end
|
|
320
320
|
@feedback
|
|
321
321
|
end
|
|
@@ -333,7 +333,7 @@ module Twilio
|
|
|
333
333
|
|
|
334
334
|
unless @media
|
|
335
335
|
@media = MediaList.new(
|
|
336
|
-
@version, account_sid: @solution[:account_sid], message_sid: @solution[:sid],
|
|
336
|
+
@version, account_sid: @solution[:account_sid], message_sid: @solution[:sid], )
|
|
337
337
|
end
|
|
338
338
|
|
|
339
339
|
@media
|
|
@@ -226,7 +226,7 @@ module Twilio
|
|
|
226
226
|
|
|
227
227
|
unless @members
|
|
228
228
|
@members = MemberList.new(
|
|
229
|
-
@version, account_sid: @solution[:account_sid], queue_sid: @solution[:sid],
|
|
229
|
+
@version, account_sid: @solution[:account_sid], queue_sid: @solution[:sid], )
|
|
230
230
|
end
|
|
231
231
|
|
|
232
232
|
@members
|
|
@@ -182,7 +182,7 @@ module Twilio
|
|
|
182
182
|
|
|
183
183
|
unless @payloads
|
|
184
184
|
@payloads = PayloadList.new(
|
|
185
|
-
@version, account_sid: @solution[:account_sid], reference_sid: @solution[:reference_sid], add_on_result_sid: @solution[:sid],
|
|
185
|
+
@version, account_sid: @solution[:account_sid], reference_sid: @solution[:reference_sid], add_on_result_sid: @solution[:sid], )
|
|
186
186
|
end
|
|
187
187
|
|
|
188
188
|
@payloads
|
|
@@ -228,7 +228,7 @@ module Twilio
|
|
|
228
228
|
|
|
229
229
|
unless @add_on_results
|
|
230
230
|
@add_on_results = AddOnResultList.new(
|
|
231
|
-
@version, account_sid: @solution[:account_sid],
|
|
231
|
+
@version, account_sid: @solution[:account_sid], reference_sid: @solution[:sid], )
|
|
232
232
|
end
|
|
233
233
|
|
|
234
234
|
@add_on_results
|
|
@@ -247,7 +247,7 @@ module Twilio
|
|
|
247
247
|
|
|
248
248
|
unless @transcriptions
|
|
249
249
|
@transcriptions = TranscriptionList.new(
|
|
250
|
-
@version, account_sid: @solution[:account_sid], recording_sid: @solution[:sid],
|
|
250
|
+
@version, account_sid: @solution[:account_sid], recording_sid: @solution[:sid], )
|
|
251
251
|
end
|
|
252
252
|
|
|
253
253
|
@transcriptions
|
|
@@ -221,7 +221,7 @@ module Twilio
|
|
|
221
221
|
|
|
222
222
|
unless @credentials
|
|
223
223
|
@credentials = CredentialList.new(
|
|
224
|
-
@version, account_sid: @solution[:account_sid], credential_list_sid: @solution[:sid],
|
|
224
|
+
@version, account_sid: @solution[:account_sid], credential_list_sid: @solution[:sid], )
|
|
225
225
|
end
|
|
226
226
|
|
|
227
227
|
@credentials
|
|
@@ -288,7 +288,7 @@ module Twilio
|
|
|
288
288
|
def auth
|
|
289
289
|
unless @auth
|
|
290
290
|
@auth = AuthTypesList.new(
|
|
291
|
-
@version, account_sid: @solution[:account_sid], domain_sid: @solution[:sid],
|
|
291
|
+
@version, account_sid: @solution[:account_sid], domain_sid: @solution[:sid], )
|
|
292
292
|
end
|
|
293
293
|
@auth
|
|
294
294
|
end
|
|
@@ -306,7 +306,7 @@ module Twilio
|
|
|
306
306
|
|
|
307
307
|
unless @ip_access_control_list_mappings
|
|
308
308
|
@ip_access_control_list_mappings = IpAccessControlListMappingList.new(
|
|
309
|
-
@version, account_sid: @solution[:account_sid], domain_sid: @solution[:sid],
|
|
309
|
+
@version, account_sid: @solution[:account_sid], domain_sid: @solution[:sid], )
|
|
310
310
|
end
|
|
311
311
|
|
|
312
312
|
@ip_access_control_list_mappings
|
|
@@ -325,7 +325,7 @@ module Twilio
|
|
|
325
325
|
|
|
326
326
|
unless @credential_list_mappings
|
|
327
327
|
@credential_list_mappings = CredentialListMappingList.new(
|
|
328
|
-
@version, account_sid: @solution[:account_sid], domain_sid: @solution[:sid],
|
|
328
|
+
@version, account_sid: @solution[:account_sid], domain_sid: @solution[:sid], )
|
|
329
329
|
end
|
|
330
330
|
|
|
331
331
|
@credential_list_mappings
|
|
@@ -221,7 +221,7 @@ module Twilio
|
|
|
221
221
|
|
|
222
222
|
unless @ip_addresses
|
|
223
223
|
@ip_addresses = IpAddressList.new(
|
|
224
|
-
@version, account_sid: @solution[:account_sid], ip_access_control_list_sid: @solution[:sid],
|
|
224
|
+
@version, account_sid: @solution[:account_sid], ip_access_control_list_sid: @solution[:sid], )
|
|
225
225
|
end
|
|
226
226
|
|
|
227
227
|
@ip_addresses
|
|
@@ -239,7 +239,7 @@ module Twilio
|
|
|
239
239
|
def usage
|
|
240
240
|
unless @usage
|
|
241
241
|
@usage = UsageList.new(
|
|
242
|
-
@version, account_sid: @solution[:sid],
|
|
242
|
+
@version, account_sid: @solution[:sid], )
|
|
243
243
|
end
|
|
244
244
|
@usage
|
|
245
245
|
end
|
|
@@ -250,7 +250,7 @@ module Twilio
|
|
|
250
250
|
def new_keys
|
|
251
251
|
unless @new_keys
|
|
252
252
|
@new_keys = NewKeyList.new(
|
|
253
|
-
@version, account_sid: @solution[:sid],
|
|
253
|
+
@version, account_sid: @solution[:sid], )
|
|
254
254
|
end
|
|
255
255
|
@new_keys
|
|
256
256
|
end
|
|
@@ -261,7 +261,7 @@ module Twilio
|
|
|
261
261
|
def validation_requests
|
|
262
262
|
unless @validation_requests
|
|
263
263
|
@validation_requests = ValidationRequestList.new(
|
|
264
|
-
@version, account_sid: @solution[:sid],
|
|
264
|
+
@version, account_sid: @solution[:sid], )
|
|
265
265
|
end
|
|
266
266
|
@validation_requests
|
|
267
267
|
end
|
|
@@ -272,7 +272,7 @@ module Twilio
|
|
|
272
272
|
def tokens
|
|
273
273
|
unless @tokens
|
|
274
274
|
@tokens = TokenList.new(
|
|
275
|
-
@version, account_sid: @solution[:sid],
|
|
275
|
+
@version, account_sid: @solution[:sid], )
|
|
276
276
|
end
|
|
277
277
|
@tokens
|
|
278
278
|
end
|
|
@@ -283,7 +283,7 @@ module Twilio
|
|
|
283
283
|
def balance
|
|
284
284
|
unless @balance
|
|
285
285
|
@balance = BalanceList.new(
|
|
286
|
-
@version, account_sid: @solution[:sid],
|
|
286
|
+
@version, account_sid: @solution[:sid], )
|
|
287
287
|
end
|
|
288
288
|
@balance
|
|
289
289
|
end
|
|
@@ -294,7 +294,7 @@ module Twilio
|
|
|
294
294
|
def sip
|
|
295
295
|
unless @sip
|
|
296
296
|
@sip = SipList.new(
|
|
297
|
-
@version, account_sid: @solution[:sid],
|
|
297
|
+
@version, account_sid: @solution[:sid], )
|
|
298
298
|
end
|
|
299
299
|
@sip
|
|
300
300
|
end
|
|
@@ -305,7 +305,7 @@ module Twilio
|
|
|
305
305
|
def new_signing_keys
|
|
306
306
|
unless @new_signing_keys
|
|
307
307
|
@new_signing_keys = NewSigningKeyList.new(
|
|
308
|
-
@version, account_sid: @solution[:sid],
|
|
308
|
+
@version, account_sid: @solution[:sid], )
|
|
309
309
|
end
|
|
310
310
|
@new_signing_keys
|
|
311
311
|
end
|
|
@@ -323,7 +323,7 @@ module Twilio
|
|
|
323
323
|
|
|
324
324
|
unless @applications
|
|
325
325
|
@applications = ApplicationList.new(
|
|
326
|
-
@version, account_sid: @solution[:sid],
|
|
326
|
+
@version, account_sid: @solution[:sid], )
|
|
327
327
|
end
|
|
328
328
|
|
|
329
329
|
@applications
|
|
@@ -342,7 +342,7 @@ module Twilio
|
|
|
342
342
|
|
|
343
343
|
unless @recordings
|
|
344
344
|
@recordings = RecordingList.new(
|
|
345
|
-
@version, account_sid: @solution[:sid],
|
|
345
|
+
@version, account_sid: @solution[:sid], )
|
|
346
346
|
end
|
|
347
347
|
|
|
348
348
|
@recordings
|
|
@@ -361,7 +361,7 @@ module Twilio
|
|
|
361
361
|
|
|
362
362
|
unless @connect_apps
|
|
363
363
|
@connect_apps = ConnectAppList.new(
|
|
364
|
-
@version, account_sid: @solution[:sid],
|
|
364
|
+
@version, account_sid: @solution[:sid], )
|
|
365
365
|
end
|
|
366
366
|
|
|
367
367
|
@connect_apps
|
|
@@ -380,7 +380,7 @@ module Twilio
|
|
|
380
380
|
|
|
381
381
|
unless @calls
|
|
382
382
|
@calls = CallList.new(
|
|
383
|
-
@version, account_sid: @solution[:sid],
|
|
383
|
+
@version, account_sid: @solution[:sid], )
|
|
384
384
|
end
|
|
385
385
|
|
|
386
386
|
@calls
|
|
@@ -399,7 +399,7 @@ module Twilio
|
|
|
399
399
|
|
|
400
400
|
unless @signing_keys
|
|
401
401
|
@signing_keys = SigningKeyList.new(
|
|
402
|
-
@version, account_sid: @solution[:sid],
|
|
402
|
+
@version, account_sid: @solution[:sid], )
|
|
403
403
|
end
|
|
404
404
|
|
|
405
405
|
@signing_keys
|
|
@@ -418,7 +418,7 @@ module Twilio
|
|
|
418
418
|
|
|
419
419
|
unless @outgoing_caller_ids
|
|
420
420
|
@outgoing_caller_ids = OutgoingCallerIdList.new(
|
|
421
|
-
@version, account_sid: @solution[:sid],
|
|
421
|
+
@version, account_sid: @solution[:sid], )
|
|
422
422
|
end
|
|
423
423
|
|
|
424
424
|
@outgoing_caller_ids
|
|
@@ -437,7 +437,7 @@ module Twilio
|
|
|
437
437
|
|
|
438
438
|
unless @short_codes
|
|
439
439
|
@short_codes = ShortCodeList.new(
|
|
440
|
-
@version, account_sid: @solution[:sid],
|
|
440
|
+
@version, account_sid: @solution[:sid], )
|
|
441
441
|
end
|
|
442
442
|
|
|
443
443
|
@short_codes
|
|
@@ -456,7 +456,7 @@ module Twilio
|
|
|
456
456
|
|
|
457
457
|
unless @incoming_phone_numbers
|
|
458
458
|
@incoming_phone_numbers = IncomingPhoneNumberList.new(
|
|
459
|
-
@version, account_sid: @solution[:sid],
|
|
459
|
+
@version, account_sid: @solution[:sid], )
|
|
460
460
|
end
|
|
461
461
|
|
|
462
462
|
@incoming_phone_numbers
|
|
@@ -475,7 +475,7 @@ module Twilio
|
|
|
475
475
|
|
|
476
476
|
unless @queues
|
|
477
477
|
@queues = QueueList.new(
|
|
478
|
-
@version, account_sid: @solution[:sid],
|
|
478
|
+
@version, account_sid: @solution[:sid], )
|
|
479
479
|
end
|
|
480
480
|
|
|
481
481
|
@queues
|
|
@@ -494,7 +494,7 @@ module Twilio
|
|
|
494
494
|
|
|
495
495
|
unless @authorized_connect_apps
|
|
496
496
|
@authorized_connect_apps = AuthorizedConnectAppList.new(
|
|
497
|
-
@version, account_sid: @solution[:sid],
|
|
497
|
+
@version, account_sid: @solution[:sid], )
|
|
498
498
|
end
|
|
499
499
|
|
|
500
500
|
@authorized_connect_apps
|
|
@@ -513,7 +513,7 @@ module Twilio
|
|
|
513
513
|
|
|
514
514
|
unless @available_phone_numbers
|
|
515
515
|
@available_phone_numbers = AvailablePhoneNumberCountryList.new(
|
|
516
|
-
@version, account_sid: @solution[:sid],
|
|
516
|
+
@version, account_sid: @solution[:sid], )
|
|
517
517
|
end
|
|
518
518
|
|
|
519
519
|
@available_phone_numbers
|
|
@@ -532,7 +532,7 @@ module Twilio
|
|
|
532
532
|
|
|
533
533
|
unless @addresses
|
|
534
534
|
@addresses = AddressList.new(
|
|
535
|
-
@version, account_sid: @solution[:sid],
|
|
535
|
+
@version, account_sid: @solution[:sid], )
|
|
536
536
|
end
|
|
537
537
|
|
|
538
538
|
@addresses
|
|
@@ -551,7 +551,7 @@ module Twilio
|
|
|
551
551
|
|
|
552
552
|
unless @transcriptions
|
|
553
553
|
@transcriptions = TranscriptionList.new(
|
|
554
|
-
@version, account_sid: @solution[:sid],
|
|
554
|
+
@version, account_sid: @solution[:sid], )
|
|
555
555
|
end
|
|
556
556
|
|
|
557
557
|
@transcriptions
|
|
@@ -570,7 +570,7 @@ module Twilio
|
|
|
570
570
|
|
|
571
571
|
unless @conferences
|
|
572
572
|
@conferences = ConferenceList.new(
|
|
573
|
-
@version, account_sid: @solution[:sid],
|
|
573
|
+
@version, account_sid: @solution[:sid], )
|
|
574
574
|
end
|
|
575
575
|
|
|
576
576
|
@conferences
|
|
@@ -589,7 +589,7 @@ module Twilio
|
|
|
589
589
|
|
|
590
590
|
unless @keys
|
|
591
591
|
@keys = KeyList.new(
|
|
592
|
-
@version, account_sid: @solution[:sid],
|
|
592
|
+
@version, account_sid: @solution[:sid], )
|
|
593
593
|
end
|
|
594
594
|
|
|
595
595
|
@keys
|
|
@@ -608,7 +608,7 @@ module Twilio
|
|
|
608
608
|
|
|
609
609
|
unless @notifications
|
|
610
610
|
@notifications = NotificationList.new(
|
|
611
|
-
@version, account_sid: @solution[:sid],
|
|
611
|
+
@version, account_sid: @solution[:sid], )
|
|
612
612
|
end
|
|
613
613
|
|
|
614
614
|
@notifications
|
|
@@ -627,7 +627,7 @@ module Twilio
|
|
|
627
627
|
|
|
628
628
|
unless @messages
|
|
629
629
|
@messages = MessageList.new(
|
|
630
|
-
@version, account_sid: @solution[:sid],
|
|
630
|
+
@version, account_sid: @solution[:sid], )
|
|
631
631
|
end
|
|
632
632
|
|
|
633
633
|
@messages
|
|
@@ -228,7 +228,7 @@ module Twilio
|
|
|
228
228
|
|
|
229
229
|
unless @field_values
|
|
230
230
|
@field_values = FieldValueList.new(
|
|
231
|
-
@version, assistant_sid: @solution[:assistant_sid], field_type_sid: @solution[:sid],
|
|
231
|
+
@version, assistant_sid: @solution[:assistant_sid], field_type_sid: @solution[:sid], )
|
|
232
232
|
end
|
|
233
233
|
|
|
234
234
|
@field_values
|
|
@@ -243,7 +243,7 @@ module Twilio
|
|
|
243
243
|
|
|
244
244
|
unless @samples
|
|
245
245
|
@samples = SampleList.new(
|
|
246
|
-
@version, assistant_sid: @solution[:assistant_sid], task_sid: @solution[:sid],
|
|
246
|
+
@version, assistant_sid: @solution[:assistant_sid], task_sid: @solution[:sid], )
|
|
247
247
|
end
|
|
248
248
|
|
|
249
249
|
@samples
|
|
@@ -284,7 +284,7 @@ module Twilio
|
|
|
284
284
|
|
|
285
285
|
unless @fields
|
|
286
286
|
@fields = FieldList.new(
|
|
287
|
-
@version, assistant_sid: @solution[:assistant_sid], task_sid: @solution[:sid],
|
|
287
|
+
@version, assistant_sid: @solution[:assistant_sid], task_sid: @solution[:sid], )
|
|
288
288
|
end
|
|
289
289
|
|
|
290
290
|
@fields
|
|
@@ -262,7 +262,7 @@ module Twilio
|
|
|
262
262
|
|
|
263
263
|
unless @tasks
|
|
264
264
|
@tasks = TaskList.new(
|
|
265
|
-
@version, assistant_sid: @solution[:sid],
|
|
265
|
+
@version, assistant_sid: @solution[:sid], )
|
|
266
266
|
end
|
|
267
267
|
|
|
268
268
|
@tasks
|
|
@@ -291,7 +291,7 @@ module Twilio
|
|
|
291
291
|
|
|
292
292
|
unless @webhooks
|
|
293
293
|
@webhooks = WebhookList.new(
|
|
294
|
-
@version, assistant_sid: @solution[:sid],
|
|
294
|
+
@version, assistant_sid: @solution[:sid], )
|
|
295
295
|
end
|
|
296
296
|
|
|
297
297
|
@webhooks
|
|
@@ -310,7 +310,7 @@ module Twilio
|
|
|
310
310
|
|
|
311
311
|
unless @dialogues
|
|
312
312
|
@dialogues = DialogueList.new(
|
|
313
|
-
@version, assistant_sid: @solution[:sid],
|
|
313
|
+
@version, assistant_sid: @solution[:sid], )
|
|
314
314
|
end
|
|
315
315
|
|
|
316
316
|
@dialogues
|
|
@@ -329,7 +329,7 @@ module Twilio
|
|
|
329
329
|
|
|
330
330
|
unless @model_builds
|
|
331
331
|
@model_builds = ModelBuildList.new(
|
|
332
|
-
@version, assistant_sid: @solution[:sid],
|
|
332
|
+
@version, assistant_sid: @solution[:sid], )
|
|
333
333
|
end
|
|
334
334
|
|
|
335
335
|
@model_builds
|
|
@@ -348,7 +348,7 @@ module Twilio
|
|
|
348
348
|
|
|
349
349
|
unless @field_types
|
|
350
350
|
@field_types = FieldTypeList.new(
|
|
351
|
-
@version, assistant_sid: @solution[:sid],
|
|
351
|
+
@version, assistant_sid: @solution[:sid], )
|
|
352
352
|
end
|
|
353
353
|
|
|
354
354
|
@field_types
|
|
@@ -377,7 +377,7 @@ module Twilio
|
|
|
377
377
|
|
|
378
378
|
unless @queries
|
|
379
379
|
@queries = QueryList.new(
|
|
380
|
-
@version, assistant_sid: @solution[:sid],
|
|
380
|
+
@version, assistant_sid: @solution[:sid], )
|
|
381
381
|
end
|
|
382
382
|
|
|
383
383
|
@queries
|
|
@@ -90,7 +90,7 @@ module Twilio
|
|
|
90
90
|
def export_custom_jobs
|
|
91
91
|
unless @export_custom_jobs
|
|
92
92
|
@export_custom_jobs = ExportCustomJobList.new(
|
|
93
|
-
@version, resource_type: @solution[:resource_type],
|
|
93
|
+
@version, resource_type: @solution[:resource_type], )
|
|
94
94
|
end
|
|
95
95
|
@export_custom_jobs
|
|
96
96
|
end
|
|
@@ -108,7 +108,7 @@ module Twilio
|
|
|
108
108
|
|
|
109
109
|
unless @days
|
|
110
110
|
@days = DayList.new(
|
|
111
|
-
@version, resource_type: @solution[:resource_type],
|
|
111
|
+
@version, resource_type: @solution[:resource_type], )
|
|
112
112
|
end
|
|
113
113
|
|
|
114
114
|
@days
|