ultracart_api 3.11.59 → 3.11.60

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: 3bcfeeadda2c8de9963d6dda4df9d5ab8bb087e2f75e7eeed39e9de5faf5766c
4
- data.tar.gz: b2a4237f32c4b83cd0747ae6f70107b81aa7fbade0e25438ee5001381479cc20
3
+ metadata.gz: d645d8fe7701dd98541484ce2bde5eb99ac5276aaf3524b599a066b0a72e91d4
4
+ data.tar.gz: 0607a8225cde620584edfe7b76139f4c63530f6e6bf7751e6934dd517dc8eade
5
5
  SHA512:
6
- metadata.gz: bb0a126310c79f2747febbcc8d1e85a31a77798e00926b6393f05920c4bd785f506c37a2195f58fb2649fb4c590d7cd3abeb027db5bf42d42dd15c15dc4a4090
7
- data.tar.gz: 9c38a4fcfe6515ce0ad8aa717e344c37a994d09a613578711d45ad6122c991ba7bf4559b7493f4cd6d01edb7736d96fd27ee12c204b02ffdced9b9938b3ce7b7
6
+ metadata.gz: 2ef49585b5a19a8e82177a5f9c82f128fbe394e9f3108036c122c678b592c2b1efb0a5e02bdd5fda68003151893039bd9b05e76766afa6b4c3cb2c7d970e4f65
7
+ data.tar.gz: 1be04e158738e9ee145793da81ae55b13d133823d2ea97c46633f9a7ff5b44819b1ae7b3ff8aa19664bbf2f6fd2859540a38755b697cad85c10bb296a0bfd1d3
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.59
10
+ - Package version: 3.11.60
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.59.gem
27
+ gem install ./ultracart_api-3.11.60.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.11.59.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.11.60.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.59'
35
+ gem 'ultracart_api', '~> 3.11.60'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1665,6 +1665,7 @@ Not every change is committed to every SDK.
1665
1665
 
1666
1666
  | Version | Date | Comments |
1667
1667
  | --: | :-: | --- |
1668
+ | 3.11.60 | 02/12/2026 | auto order - properties, item add-ons, and item properties |
1668
1669
  | 3.11.59 | 02/10/2026 | conversations - new method to look up an item with sparse variations |
1669
1670
  | 3.11.58 | 02/10/2026 | conversations - new method to look up an item with sparse variations. |
1670
1671
  | 3.11.57 | 02/03/2026 | conversations - pbx class of service objects and endpoints |
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.11.59'
14
+ VERSION = '3.11.60'
15
15
  end
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: 3.11.59
4
+ version: 3.11.60
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-02-10 00:00:00.000000000 Z
11
+ date: 2026-02-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus