ultracart_api 3.10.215 → 3.10.216

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: ef2d5bfbb218bfeb189559319a6b5f9522aaf5c0ada7cb2a1755a51c448c6c88
4
- data.tar.gz: 504d3407f3ac606890537e74351c3649c67fdc4f4169935652111ad88978cb6d
3
+ metadata.gz: 500ab5ea9af3b2d9dd75b4f354936b3f2daff21bd7e6b43ae8adc1974580fb25
4
+ data.tar.gz: 25069f4d87e2fdcb6acf11c4b71f2d05a57ed5525e5af499cabc3f5d364eaf18
5
5
  SHA512:
6
- metadata.gz: 5c2d799e2875186aac7f381a52945694d40ef848da27f68fccd3ca41d9bbca63b8031bbec44ed3522bd6bad3e5491f132e4f12dfda10d9232735abc3fed376c5
7
- data.tar.gz: 48bcbc6cf92f5ca85b3d3aa467af06af6ce9a8715fd22b866ca31359eb380eb9b487e7222c4093ceefa8eb981cddeb9789d89486320e62a31136f6bcedb671cd
6
+ metadata.gz: 3471d102462ee3b710f751dcf7a6ce26ae2a85e6f9f0599a4d938aa5e53e4878dfd9977ec3017c1c3f2e48469e02f36cd5dee9954fe37d252e51a372a409c3d5
7
+ data.tar.gz: e56b55897826dd34ffd80e0b160da3176573a22f1a0bf4ea4a6d3fac92161c4fcbe9bf2a7d736ffdd0e2231735eee0ef6fa11fa1c81329849707c833817ace6b
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.215
10
+ - Package version: 3.10.216
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.215.gem
27
+ gem install ./ultracart_api-3.10.216.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.10.215.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.10.216.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.215'
35
+ gem 'ultracart_api', '~> 3.10.216'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1510,6 +1510,7 @@ Not every change is committed to every SDK.
1510
1510
 
1511
1511
  | Version | Date | Comments |
1512
1512
  | --: | :-: | --- |
1513
+ | 3.10.216 | 09/18/2024 | order payment constant for PayPal Fastlane |
1513
1514
  | 3.10.215 | 08/29/2024 | add hold_for_transmission to item shipping object |
1514
1515
  | 3.10.214 | 08/08/2024 | added query_target to OrderApi.getOrdersBatch to allow cache usage |
1515
1516
  | 3.10.213 | 06/24/2024 | conversation object cleanup |
@@ -241,7 +241,7 @@ module UltracartClient
241
241
  def valid?
242
242
  api_version_validator = EnumAttributeValidator.new('String', ['2017-03-01'])
243
243
  return false unless api_version_validator.valid?(@api_version)
244
- authentication_type_validator = EnumAttributeValidator.new('String', ['none', 'basic'])
244
+ authentication_type_validator = EnumAttributeValidator.new('String', ['none', 'basic', 'api user', 'aws iam'])
245
245
  return false unless authentication_type_validator.valid?(@authentication_type)
246
246
  true
247
247
  end
@@ -259,7 +259,7 @@ module UltracartClient
259
259
  # Custom attribute writer method checking allowed values (enum).
260
260
  # @param [Object] authentication_type Object to be assigned
261
261
  def authentication_type=(authentication_type)
262
- validator = EnumAttributeValidator.new('String', ['none', 'basic'])
262
+ validator = EnumAttributeValidator.new('String', ['none', 'basic', 'api user', 'aws iam'])
263
263
  unless validator.valid?(authentication_type)
264
264
  fail ArgumentError, 'invalid value for "authentication_type", must be one of #{validator.allowable_values}.'
265
265
  end
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.10.215'
14
+ VERSION = '3.10.216'
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.215
4
+ version: 3.10.216
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-29 00:00:00.000000000 Z
11
+ date: 2024-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus