ultracart_api 3.11.55 → 3.11.56

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
  SHA256:
3
- metadata.gz: f114612a9c5a10c76ebe558439cde83090b60928e6ca4543160b328d4217e24b
4
- data.tar.gz: e753dc3854ad90667eccc82a9a49388684c309f48754e79d80e205e574d4702e
3
+ metadata.gz: 365f65627aa74c9452de92176da77cbf3bee51ff96d820efa456b57648d02c1a
4
+ data.tar.gz: 9a107564f2a1966da6efc27ae46cd2334847644e251675fe4cb8f1615426431b
5
5
  SHA512:
6
- metadata.gz: bd1e133a7dcbc28bcc34141599dba4c0004f43465969b1fe8f44fe4cb72e0b178f47a991ede3c9f666f623b53051baef16caeba3bf2d7ab23fdc434d2b566fc3
7
- data.tar.gz: 71e0671b56e4d45567b395f34921a0c826b1cae22cb90bae9b554329c88c0d438696490be1c7ff4b5175f6fe7afb875545a3128ed97d9400ad3f6f1961aa5299
6
+ metadata.gz: ad4001c24ce562a93fa4b6c2c29bcdb9067be806b51903a373191010e73d19367c9b50a334c3039dbe5efe216e83bad42f5d0c9827bbdb49e7ccbf81e214bdc9
7
+ data.tar.gz: 4a57d91f3095d65e419baffeb9140b2018d75295e3e493b7970f34a8c8730b227171df7f59d361a59b17461938ad025ae1dc47ddce5875390649ed9401aec3d1
data/README.md CHANGED
@@ -7,7 +7,7 @@ UltraCart REST API Version 2
7
7
  This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
8
8
 
9
9
  - API version: 2.0.0
10
- - Package version: 3.11.55
10
+ - Package version: 3.11.56
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://www.ultracart.com/api/](http://www.ultracart.com/api/)
13
13
 
@@ -24,15 +24,15 @@ gem build ultracart_api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./ultracart_api-3.11.55.gem
27
+ gem install ./ultracart_api-3.11.56.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.11.55.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.11.56.gem` to install the development dependencies)
30
30
 
31
31
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
32
32
 
33
33
  Finally add this to the Gemfile:
34
34
 
35
- gem 'ultracart_api', '~> 3.11.55'
35
+ gem 'ultracart_api', '~> 3.11.56'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1658,6 +1658,7 @@ Not every change is committed to every SDK.
1658
1658
 
1659
1659
  | Version | Date | Comments |
1660
1660
  | --: | :-: | --- |
1661
+ | 3.11.56 | 02/02/2026 | conversations - add default phone number to the agent auth |
1661
1662
  | 3.11.55 | 02/02/2026 | conversations - add enumerated values for say voice on queue and agent |
1662
1663
  | 3.11.54 | 02/02/2026 | build error fix |
1663
1664
  | 3.11.53 | 02/02/2026 | conversations default pricing phone number settings |
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.11.55'
14
+ VERSION = '3.11.56'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultracart_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.11.55
4
+ version: 3.11.56
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart