plivo 4.62.3 → 4.62.4
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/profile.rb +1 -1
- 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: 0d0945a2ae156dd9a5a3ce33992452b8f2c51144
|
|
4
|
+
data.tar.gz: ae3707663dccf9789e092471577ad75fc46b7761
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 91d74f17d1d3e49cb04c3756f5d9b640c2a14e94df7defa641bfc4ac55a9deadd3fc90ce8e352cd6d626c67cacabbc7a930cbbac4226ec8b82b5ef476ed0d1be
|
|
7
|
+
data.tar.gz: 505800d50b308b6958ab8c68201114660e618d7346ef9819e9f7060e90a14b50fd5c6382efb7d40e6493221758a418b07d7a5283e64fc8ab423ec96aa4060c67
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [4.62.4](https://github.com/plivo/plivo-ruby/tree/v4.62.4) (2026-01-13)
|
|
4
|
+
**Feature - Profile API business_contact_email support**
|
|
5
|
+
- Added `business_contact_email` parameter support to Profile `create` and `update` methods for PUBLIC entity types
|
|
6
|
+
|
|
3
7
|
## [4.62.3](https://github.com/plivo/plivo-ruby/tree/v4.62.3) (2026-01-08)
|
|
4
8
|
**Bug Fix - Lookup valid param fix**
|
|
5
9
|
- Fixed undefined method valid_param error in LookupBaseResource class by adding missing include Plivo::Utils module inclusion
|
|
@@ -83,7 +83,7 @@ module Plivo
|
|
|
83
83
|
|
|
84
84
|
##
|
|
85
85
|
# Update a Profile
|
|
86
|
-
# {'address': {}, 'authorized_contact': {}, 'entity_type':'', 'vertical': '', 'company_name': '', 'website':''}
|
|
86
|
+
# {'address': {}, 'authorized_contact': {}, 'entity_type':'', 'vertical': '', 'company_name': '', 'website':'', 'business_contact_email':''}
|
|
87
87
|
def update(profile_uuid, options = nil)
|
|
88
88
|
valid_param?(:options, options, Hash, true)
|
|
89
89
|
perform_action_with_identifier(profile_uuid, "POST", options)
|
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.4
|
|
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: 2026-01-
|
|
11
|
+
date: 2026-01-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|