plivo 4.62.1 → 4.62.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/plivo/resources/regulatory_compliance.rb +1 -0
- data/lib/plivo/version.rb +1 -1
- metadata +2 -2
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA1:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: e3f9133af2a73f06ffdabad52f5350d1e9f178f6
         | 
| 4 | 
            +
              data.tar.gz: a7725db00d443a0a02821491bdd2c091c0b7a280
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 4937f37ae2f514a5209c7452538a2555d9f8d7483e03a7ed92d53dfc147ca209210575e837bab3b1fd3e9c4786fc18a816966c2bfdd365e9fd28f552e3ee2ec9
         | 
| 7 | 
            +
              data.tar.gz: b58ff23e1d5028c42210ce15831bc9c73a2c55315abb9f90f7fc02386c70baa4609257541733c518a17dda1430220fdffdafa9c690d7cb2e736a6c8092ac295a
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    | @@ -1,5 +1,9 @@ | |
| 1 1 | 
             
            # Change Log
         | 
| 2 2 |  | 
| 3 | 
            +
            ## [4.62.2](https://github.com/plivo/plivo-ruby/tree/v4.62.2) (2025-10-17)
         | 
| 4 | 
            +
            **Feature - Regulatory Compliance: Add rejection_reason to Compliance Application**
         | 
| 5 | 
            +
            - Added `rejection_reason` field to Compliance Application response object.
         | 
| 6 | 
            +
             | 
| 3 7 | 
             
            ## [4.62.1](https://github.com/plivo/plivo-ruby/tree/v4.62.1) (2025-08-06)
         | 
| 4 8 | 
             
            **Feature - Expanded Media Type Support for Media Upload**
         | 
| 5 9 | 
             
            - Added support for additional media file formats: GIF, MP3, WAV, OGG, 3GPP, 3GPP2, VCARD, CSV, XLS, XLSX, and PLAIN text files
         | 
| @@ -453,6 +453,7 @@ module Plivo | |
| 453 453 | 
             
                      country_iso2: @country_iso2,
         | 
| 454 454 | 
             
                      number_type: @number_type,
         | 
| 455 455 | 
             
                      compliance_requirement_id: @compliance_requirement_id,
         | 
| 456 | 
            +
                      rejection_reason: @rejection_reason,
         | 
| 456 457 | 
             
                      documents: @documents,
         | 
| 457 458 | 
             
                    }.delete_if { |key, value| value.nil? }.to_s
         | 
| 458 459 | 
             
                  end
         | 
    
        data/lib/plivo/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: plivo
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 4.62. | 
| 4 | 
            +
              version: 4.62.2
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - The Plivo SDKs Team
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2025- | 
| 11 | 
            +
            date: 2025-10-24 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: faraday
         |