twilio-ruby 5.67.0 → 5.67.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7701af5fb4015c43f3cb33005487afe3b041e183
4
- data.tar.gz: ecdf6d5493148b024f336215e37d63b7f81e8bcd
3
+ metadata.gz: c6345545d46bc90a2b705addecfd9da1263fb88b
4
+ data.tar.gz: e28fbfa799178f1d2020446d93f39c2d14827e65
5
5
  SHA512:
6
- metadata.gz: 9bcaa3d09a723a6093c8f108c6b3104c66751ca3ccc6c159f88fcd34311b77a6695ea2c7a01ea58136569daae4984cb9f607e34db53b094a8e5b339f5630e9ff
7
- data.tar.gz: 7ca90f7c1ef070172105178679e1f05ed6f05570b4f8f12437788f8eaa1c333499444aee475f69033fe1411977d5573a1d03c32fae22eb67cacc3d2f6273749a
6
+ metadata.gz: a3006fd5b54b53f17e5c03290296b3bc780f1b563bda5f0691d0cc817e1cf7d50e946e13823c218a77d539c3aeec263d28e8751467368a1b3515f56609afb747
7
+ data.tar.gz: 9d281c6010c7526c298b7eb8aa227e936a4a828570c0cfc53575b893bed2ae53a5abf4af318047564904349bf14e0d09767427ed5a2d3539dd388a95202ba4cf
data/CHANGES.md CHANGED
@@ -1,6 +1,15 @@
1
1
  twilio-ruby changelog
2
2
  =====================
3
3
 
4
+ [2022-05-18] Version 5.67.1
5
+ ---------------------------
6
+ **Api**
7
+ - Add property `media_url` to the recording resources
8
+
9
+ **Verify**
10
+ - Include `silent` as a channel type in the verifications API.
11
+
12
+
4
13
  [2022-05-04] Version 5.67.0
5
14
  ---------------------------
6
15
  **Library - Fix**
data/README.md CHANGED
@@ -34,13 +34,13 @@ This library supports the following Ruby implementations:
34
34
  To install using [Bundler][bundler] grab the latest stable version:
35
35
 
36
36
  ```ruby
37
- gem 'twilio-ruby', '~> 5.67.0'
37
+ gem 'twilio-ruby', '~> 5.67.1'
38
38
  ```
39
39
 
40
40
  To manually install `twilio-ruby` via [Rubygems][rubygems] simply gem install:
41
41
 
42
42
  ```bash
43
- gem install twilio-ruby -v 5.67.0
43
+ gem install twilio-ruby -v 5.67.1
44
44
  ```
45
45
 
46
46
  To build and install the development branch yourself from the latest source:
@@ -335,6 +335,7 @@ module Twilio
335
335
  'uri' => payload['uri'],
336
336
  'encryption_details' => payload['encryption_details'],
337
337
  'subresource_uris' => payload['subresource_uris'],
338
+ 'media_url' => payload['media_url'],
338
339
  }
339
340
 
340
341
  # Context
@@ -461,6 +462,12 @@ module Twilio
461
462
  @properties['subresource_uris']
462
463
  end
463
464
 
465
+ ##
466
+ # @return [String] The URL of the media file.
467
+ def media_url
468
+ @properties['media_url']
469
+ end
470
+
464
471
  ##
465
472
  # Fetch the RecordingInstance
466
473
  # @param [Boolean] include_soft_deleted A boolean parameter indicating whether to
@@ -1,3 +1,3 @@
1
1
  module Twilio
2
- VERSION = '5.67.0'
2
+ VERSION = '5.67.1'
3
3
  end
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.67.0
4
+ version: 5.67.1
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: 2022-05-04 00:00:00.000000000 Z
11
+ date: 2022-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jwt