ultracart_api 4.1.105 → 4.1.106
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 +3 -2
- data/lib/ultracart_api/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7bdf06a454b9bc65d9e76db3331a677557759f471de99c3ccac874e474a95d03
|
|
4
|
+
data.tar.gz: f019dc3be4519ff3f51a4a12d68a7cb01ae60ebefa4d66e7c7dc65df74bef214
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e5a4ffac453932139076b8cb25ee2e986275bdeba470c753045c544175a808ae7e0f0400d22f3ca78c6c562bd34a900b722b261cd1e993431eac1d0ee8300651
|
|
7
|
+
data.tar.gz: a4907a29a24b461143379bbe430fde4d7b1123d4088df1b680fa820a4b2cfda960275a9cdbd7633bf8d82e42ae3e942a611bd0d2cdca0c2b062b024daff1ad08
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Note: Every method has a sample for every language. See https://github.com/Ultr
|
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
8
8
|
|
|
9
9
|
- API version: 2.0.0
|
|
10
|
-
- Package version: 4.1.
|
|
10
|
+
- Package version: 4.1.106
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
12
12
|
- For more information, please visit [http://www.ultracart.com/api/](http://www.ultracart.com/api/)
|
|
13
13
|
|
|
@@ -16,7 +16,7 @@ This SDK is automatically generated by the [OpenAPI Generator](https://openapi-g
|
|
|
16
16
|
gemfile:
|
|
17
17
|
|
|
18
18
|
```shell
|
|
19
|
-
gem 'ultracart_api', '4.1.
|
|
19
|
+
gem 'ultracart_api', '4.1.106'
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
install:
|
|
@@ -1793,6 +1793,7 @@ Not every change is committed to every SDK.
|
|
|
1793
1793
|
|
|
1794
1794
|
| Version | Date | Comments |
|
|
1795
1795
|
| --: | :-: | --- |
|
|
1796
|
+
| 4.1.106 | 07/03/2026 | bulk import endpoints (alpha) |
|
|
1796
1797
|
| 4.1.105 | 07/01/2026 | conversation - updatePbxCall support additional zoho desk values |
|
|
1797
1798
|
| 4.1.104 | 06/30/2026 | conversations - customer snapshot zoho desk tickets included |
|
|
1798
1799
|
| 4.1.103 | 06/18/2026 | affiliate api alpha |
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ultracart_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.1.
|
|
4
|
+
version: 4.1.106
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- UltraCart
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-07-
|
|
11
|
+
date: 2026-07-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|