twilio-ruby 5.11.1 → 5.11.2

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.
Files changed (34) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES.md +18 -0
  3. data/README.md +3 -3
  4. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain.rb +24 -0
  5. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types.rb +133 -0
  6. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping.rb +161 -0
  7. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_credential_list_mapping.rb +349 -0
  8. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_ip_access_control_list_mapping.rb +349 -0
  9. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping.rb +135 -0
  10. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping/auth_registrations_credential_list_mapping.rb +349 -0
  11. data/lib/twilio-ruby/rest/preview.rb +8 -8
  12. data/lib/twilio-ruby/rest/preview/marketplace.rb +13 -13
  13. data/lib/twilio-ruby/rest/preview/understand/assistant.rb +3 -16
  14. data/lib/twilio-ruby/rest/proxy/v1/service/phone_number.rb +42 -2
  15. data/lib/twilio-ruby/rest/proxy/v1/service/short_code.rb +33 -0
  16. data/lib/twilio-ruby/rest/studio/v1/flow/execution.rb +27 -19
  17. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_context.rb +11 -11
  18. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step.rb +18 -18
  19. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step/execution_step_context.rb +17 -15
  20. data/lib/twilio-ruby/rest/video.rb +9 -9
  21. data/lib/twilio-ruby/rest/video/v1.rb +16 -16
  22. data/lib/twilio-ruby/rest/video/v1/room.rb +2 -1
  23. data/lib/twilio-ruby/twiml/voice_response.rb +20 -0
  24. data/lib/twilio-ruby/version.rb +1 -1
  25. data/spec/integration/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_credential_list_mapping_spec.rb +220 -0
  26. data/spec/integration/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_ip_access_control_list_mapping_spec.rb +220 -0
  27. data/spec/integration/api/v2010/account/sip/domain/auth_types/auth_calls_mapping_spec.rb +12 -0
  28. data/spec/integration/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping/auth_registrations_credential_list_mapping_spec.rb +220 -0
  29. data/spec/integration/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping_spec.rb +12 -0
  30. data/spec/integration/api/v2010/account/sip/domain/auth_types_spec.rb +12 -0
  31. data/spec/integration/preview/understand/assistant_spec.rb +0 -4
  32. data/spec/integration/proxy/v1/service/phone_number_spec.rb +51 -3
  33. data/spec/integration/proxy/v1/service/short_code_spec.rb +50 -3
  34. metadata +21 -3
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: twilio-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.11.1
4
+ version: 5.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Twilio API Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-17 00:00:00.000000000 Z
11
+ date: 2018-07-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jwt
@@ -210,6 +210,12 @@ files:
210
210
  - lib/twilio-ruby/rest/api/v2010/account/sip/credential_list.rb
211
211
  - lib/twilio-ruby/rest/api/v2010/account/sip/credential_list/credential.rb
212
212
  - lib/twilio-ruby/rest/api/v2010/account/sip/domain.rb
213
+ - lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types.rb
214
+ - lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping.rb
215
+ - lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_credential_list_mapping.rb
216
+ - lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_ip_access_control_list_mapping.rb
217
+ - lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping.rb
218
+ - lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping/auth_registrations_credential_list_mapping.rb
213
219
  - lib/twilio-ruby/rest/api/v2010/account/sip/domain/credential_list_mapping.rb
214
220
  - lib/twilio-ruby/rest/api/v2010/account/sip/domain/ip_access_control_list_mapping.rb
215
221
  - lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list.rb
@@ -519,6 +525,12 @@ files:
519
525
  - spec/integration/api/v2010/account/signing_key_spec.rb
520
526
  - spec/integration/api/v2010/account/sip/credential_list/credential_spec.rb
521
527
  - spec/integration/api/v2010/account/sip/credential_list_spec.rb
528
+ - spec/integration/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_credential_list_mapping_spec.rb
529
+ - spec/integration/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_ip_access_control_list_mapping_spec.rb
530
+ - spec/integration/api/v2010/account/sip/domain/auth_types/auth_calls_mapping_spec.rb
531
+ - spec/integration/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping/auth_registrations_credential_list_mapping_spec.rb
532
+ - spec/integration/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping_spec.rb
533
+ - spec/integration/api/v2010/account/sip/domain/auth_types_spec.rb
522
534
  - spec/integration/api/v2010/account/sip/domain/credential_list_mapping_spec.rb
523
535
  - spec/integration/api/v2010/account/sip/domain/ip_access_control_list_mapping_spec.rb
524
536
  - spec/integration/api/v2010/account/sip/domain_spec.rb
@@ -767,7 +779,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
767
779
  version: '0'
768
780
  requirements: []
769
781
  rubyforge_project:
770
- rubygems_version: 2.5.2.3
782
+ rubygems_version: 2.6.11
771
783
  signing_key:
772
784
  specification_version: 4
773
785
  summary: The official library for communicating with the Twilio REST API, building
@@ -826,6 +838,12 @@ test_files:
826
838
  - spec/integration/api/v2010/account/signing_key_spec.rb
827
839
  - spec/integration/api/v2010/account/sip/credential_list/credential_spec.rb
828
840
  - spec/integration/api/v2010/account/sip/credential_list_spec.rb
841
+ - spec/integration/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_credential_list_mapping_spec.rb
842
+ - spec/integration/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_ip_access_control_list_mapping_spec.rb
843
+ - spec/integration/api/v2010/account/sip/domain/auth_types/auth_calls_mapping_spec.rb
844
+ - spec/integration/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping/auth_registrations_credential_list_mapping_spec.rb
845
+ - spec/integration/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping_spec.rb
846
+ - spec/integration/api/v2010/account/sip/domain/auth_types_spec.rb
829
847
  - spec/integration/api/v2010/account/sip/domain/credential_list_mapping_spec.rb
830
848
  - spec/integration/api/v2010/account/sip/domain/ip_access_control_list_mapping_spec.rb
831
849
  - spec/integration/api/v2010/account/sip/domain_spec.rb