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 +4 -4
- data/README.md +5 -4
- data/lib/ultracart_api/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 365f65627aa74c9452de92176da77cbf3bee51ff96d820efa456b57648d02c1a
|
|
4
|
+
data.tar.gz: 9a107564f2a1966da6efc27ae46cd2334847644e251675fe4cb8f1615426431b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
27
|
+
gem install ./ultracart_api-3.11.56.gem
|
|
28
28
|
```
|
|
29
|
-
(for development, run `gem install --dev ./ultracart_api-3.11.
|
|
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.
|
|
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 |
|