ultracart_api 3.10.157 → 3.10.158

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: 9422a3a823966b8b815a5d403377e1a46007f350f94455be7e0bc7cc3e9fd159
4
- data.tar.gz: 8b3da13ea60a8af5a8849cf8874bff4233c29110de405987a30a70119f7e3f83
3
+ metadata.gz: 4e8132c184905005de8a5c2e27b6a27b6083c4161d382eb95227be5c9c0f6518
4
+ data.tar.gz: 496627357f5b5249b3a57314237176f9ef75ff43e91ea0fa1d7b158379a048a1
5
5
  SHA512:
6
- metadata.gz: 7cde5c51550144cbc3f826e423238b4e633eb4960598fd60b10f96157227efeeb77e34b1e687481766ba9b6565ceb6bac60f529c4138d4b077724685cd387561
7
- data.tar.gz: fca36061be93e641004f1e15946f10bd32103f0dd241e828c806120d5a54170bba4abec5a368a6200dd7f667de172f856ec9e791012fade17e48f1e896960a44
6
+ metadata.gz: d803672e42b45061591a99031b23f6406a607017fe5ba1b303fd8b9f5bcacaf237e01ef58416b398264b1d5898247f27e8da4ffc19bc94cb8544d20dffe2141b
7
+ data.tar.gz: eb6601e3af4e1b218057afc2794ac55ebbe21e96a3d092f8ba072a3b8c94fa324a4a0a76e8afc1876064bc975a3eae36369c989bec9f4181b28ed109ca2e181e
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.10.157
10
+ - Package version: 3.10.158
11
11
  - Build package: io.swagger.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://www.ultracart.com](http://www.ultracart.com)
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.10.157.gem
27
+ gem install ./ultracart_api-3.10.158.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.10.157.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.10.158.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.10.157'
35
+ gem 'ultracart_api', '~> 3.10.158'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1362,6 +1362,7 @@ Not every change is committed to every SDK.
1362
1362
 
1363
1363
  | Version | Date | Comments |
1364
1364
  | --: | :-: | --- |
1365
+ | 3.10.158 | 09/06/2023 | esp condition for survey trigger |
1365
1366
  | 3.10.157 | 09/05/2023 | auto order schedule - add intervals for 4 6 and 8 weeks |
1366
1367
  | 3.10.156 | 08/31/2023 | new coupon - free item and free shipping with purchase |
1367
1368
  | 3.10.155 | 08/16/2023 | added validate_original_order query param to auto order update method |
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.10.157'
14
+ VERSION = '3.10.158'
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.10.157
4
+ version: 3.10.158
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-05 00:00:00.000000000 Z
11
+ date: 2023-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus