ultracart_api 4.0.216 → 4.0.217

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: 6d82e08c35cd9aea6a661df348fc4e18f6d56c84172c47dc22ed8755625943ca
4
- data.tar.gz: 2a50c3e624284f2a982f54d122279180d3ecd3552b1a816a1eb2997c7ae9d550
3
+ metadata.gz: 6f8320b0726225d78b6c4e7c4129da6c81d7d246e1c5d5940887fd8567c3f40d
4
+ data.tar.gz: 14c366f1b1b4dd1fe44ac892ea0bef9aa3c18269deb89b742cdc31453df28fe7
5
5
  SHA512:
6
- metadata.gz: bc3349bea6b808b55112f041d6f6be7efd024af8652142f27c2d8ae6b9d4e4e98a249aa7bb909996c5b92445c95dd06b11b1e3f5841c3500b20bd8d9c99ae205
7
- data.tar.gz: cf6ba28b9bd5897698366807e0952d862bcb961b0347b11ee83dca7a9daaa498abe4d465b2df697b22f3d0aa98261f7fc7345163dd46a5da7b4c67870963c318
6
+ metadata.gz: c02d66ca9b1183552b16a6f2b4c36ab8c3156e21b77d471b8498a340044d141e412ff87657413545977929b03f5d9c03cc82d65c72a32415f857b06d6853fb53
7
+ data.tar.gz: 9ad9328792aa23936cf894c51aefbe7459e6b7461dbb8b63af98900a76ced78cb2a466b4169ce23e7a0b8df9c42e54771b1ceb908767aa8c1d58851eab35f828
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.216
10
+ - Package version: 4.0.217
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.216.gem
27
+ gem install ./ultracart_api-4.0.217.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ultracart_api-4.0.216.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ultracart_api-4.0.217.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.216'
36
+ gem 'ultracart_api', '~> 4.0.217'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -1513,6 +1513,7 @@ Not every change is committed to every SDK.
1513
1513
 
1514
1514
  | Version | Date | Comments |
1515
1515
  | --: | :-: | --- |
1516
+ | 4.0.217 | 05/13/2024 | conversation pbx - bug fix on camelCase property names |
1516
1517
  | 4.0.216 | 05/13/2024 | conversation pbx - allow nullable day of week in time range |
1517
1518
  | 4.0.215 | 05/08/2024 | added echeck fields to channel partner order import |
1518
1519
  | 4.0.214 | 05/02/2024 | conversation - new method to load pbx audio usage |
@@ -26,10 +26,10 @@ module UltracartClient
26
26
  # Attribute mapping from ruby-style variable name to JSON key.
27
27
  def self.attribute_map
28
28
  {
29
- :'conversation_pbx_time_based_uuid' => :'conversationPbxTimeBasedUuid',
30
- :'mapping_config' => :'mappingConfig',
31
- :'merchant_id' => :'merchantId',
32
- :'time_based_name' => :'timeBasedName'
29
+ :'conversation_pbx_time_based_uuid' => :'conversation_pbx_time_based_uuid',
30
+ :'mapping_config' => :'mapping_config',
31
+ :'merchant_id' => :'merchant_id',
32
+ :'time_based_name' => :'time_based_name'
33
33
  }
34
34
  end
35
35
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.0.1-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '4.0.216'
14
+ VERSION = '4.0.217'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultracart_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.216
4
+ version: 4.0.217
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart