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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13c2fd610b217dfc2c71ed97fca15d2d6f4fbf1b
4
- data.tar.gz: e69c1e2d7e29c5dc66fff2d10f2f0ee110ea3860
3
+ metadata.gz: e3f9133af2a73f06ffdabad52f5350d1e9f178f6
4
+ data.tar.gz: a7725db00d443a0a02821491bdd2c091c0b7a280
5
5
  SHA512:
6
- metadata.gz: 0505f0b6b61652f3a45e4d2281440264877099dbc722cd2fa6e31fb88d3e24a7cc30aba4d482f62373a163ddf565bd9c9b22aa1c2baf0edd048bdbfaba684056
7
- data.tar.gz: b5507ed81a5899df3a6d3acb179c44a9e5c0c9d2c45a9ae14d27a1d5ed5646467142caad4cf4a8a64d5be34dc5cd7b4e9fb95d1b14423727a80898833aad7209
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
@@ -1,3 +1,3 @@
1
1
  module Plivo
2
- VERSION = "4.62.1".freeze
2
+ VERSION = "4.62.2".freeze
3
3
  end
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.1
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-08-06 00:00:00.000000000 Z
11
+ date: 2025-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday