ultracart_api 3.11.13 → 3.11.14

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: 656f56eb03edbe8d3fcea4b31483a94fbe1b59a1da823f4013651c8516b8c7b8
4
- data.tar.gz: 686a268af6211e982927372fbceebe8f1b8928afffb0cb3c0397d240acd4ab8f
3
+ metadata.gz: a7022dda8948a45a7c5163cc0b21adc9c5c43cabbab93f4888ac81cb42621aae
4
+ data.tar.gz: 497539a61dae4af96603ac6c3c5148e223883bbb980e8940b69f32f897021d66
5
5
  SHA512:
6
- metadata.gz: 7c3ed31f2dcc4dd982973caf97c6da4141750386e003aea8cc8edea593f4a174bd65a9f8656d3883afcd4c6030ab55627541fd7b64e09ccca688c5275b6b2a25
7
- data.tar.gz: 188eccb8f4461e294feea9f14de956749b5ef32b7a25bf0242216aa2e12bbe802ccd7bf440c427e67fcd7f4e5a0e91af549f99fd232402e19b0bc21df659665c
6
+ metadata.gz: f08b1b532ba32b17ae964e8263c92668c9fd5c85a6102fecef2bca2da14847d784af53e4fd25b780415e9b6b4787e6929bd43d7d01048e35655216acc5acabcf
7
+ data.tar.gz: d0419da92d5da3dcf4572ed2a92f29254e51d9454e7d193a54d6a442717a04395cefe23f9e711729d755025801aebed8ebcfabaa76def6dae414d6d204ef9483
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.13
10
+ - Package version: 3.11.14
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.13.gem
27
+ gem install ./ultracart_api-3.11.14.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.11.13.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.11.14.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.13'
35
+ gem 'ultracart_api', '~> 3.11.14'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1532,6 +1532,7 @@ Not every change is committed to every SDK.
1532
1532
 
1533
1533
  | Version | Date | Comments |
1534
1534
  | --: | :-: | --- |
1535
+ | 3.11.14 | 07/10/2025 | automation test |
1535
1536
  | 3.11.13 | 05/20/2025 | conversation - virtual agent flag and virtual agent cost |
1536
1537
  | 3.11.12 | 05/19/2025 | conversations - AI agent capabilities method |
1537
1538
  | 3.11.11 | 05/19/2025 | conversations - virtual AI budgets |
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.11.13'
14
+ VERSION = '3.11.14'
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.13
4
+ version: 3.11.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-20 00:00:00.000000000 Z
11
+ date: 2025-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus