ultracart_api 4.0.174 → 4.0.175

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: ad7b14b78d9cf22d310a28d5d5381524c637157a436a10d6b5fc9ce6fc441a25
4
- data.tar.gz: 739adbb8525fedcf5e55b480ef10134aade73d93bb6267ff71e721351f07ef57
3
+ metadata.gz: 01e64d5b16b2c79f98e4f8115be4fcf28bd2e9ceee18f9b285d536ee805491ef
4
+ data.tar.gz: 87468557cb2065ce0f955f81602a288e436cb434fc17fb9b5a1493cf78aee98e
5
5
  SHA512:
6
- metadata.gz: d087935b101af72470bfc6a444fdef7edb77ddf52eb87985deaf4208753230935b3a9c50c63820ec476bc1cb436d7b77ef66517c6f41066389ea4e5c7f8778ed
7
- data.tar.gz: 3f9a68d21da780b81b6b096437fb3278b2acb24e07f6338abdc648bcfbbda82ae01119854799cd559b4bcaa0aebf69980c255c2b0cad4c8838d909990b98c9d0
6
+ metadata.gz: b30a23be2553bdebcc167b9c30060f53e85a77f0278b2351c3dfc29d336de8a240414446c50dc790b3bd582baa09de9d63236dffa0590a4488652238233cc049
7
+ data.tar.gz: cf4fbd70b4dccf6e9d36755a41a6c083dbc92b908910bb79db926112603ed8390c3adb024a2bc892fff1afdf40605db5e5a407ceaab337726afb07f202cda723
data/README.md CHANGED
@@ -7,7 +7,7 @@ UltraCart REST API Version 2
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.0.174
10
+ - Package version: 4.0.175
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://www.ultracart.com](http://www.ultracart.com)
13
13
 
@@ -24,16 +24,16 @@ gem build ultracart_api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./ultracart_api-4.0.174.gem
27
+ gem install ./ultracart_api-4.0.175.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ultracart_api-4.0.174.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ultracart_api-4.0.175.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'ultracart_api', '~> 4.0.174'
36
+ gem 'ultracart_api', '~> 4.0.175'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -1370,6 +1370,7 @@ Not every change is committed to every SDK.
1370
1370
 
1371
1371
  | Version | Date | Comments |
1372
1372
  | --: | :-: | --- |
1373
+ | 4.0.175 | 09/06/2023 | esp condition for survey trigger |
1373
1374
  | 4.0.174 | 09/05/2023 | auto order schedule - add intervals for 4 6 and 8 weeks |
1374
1375
  | 4.0.173 | 08/31/2023 | new coupon - free item and free shipping with purchase |
1375
1376
  | 4.0.172 | 08/16/2023 | added validate_original_order query param to auto order update method |
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.0.1-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '4.0.174'
14
+ VERSION = '4.0.175'
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: 4.0.174
4
+ version: 4.0.175
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