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 +4 -4
- data/README.md +5 -4
- data/lib/ultracart_api/models/conversation_pbx_time_based.rb +4 -4
- data/lib/ultracart_api/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6f8320b0726225d78b6c4e7c4129da6c81d7d246e1c5d5940887fd8567c3f40d
|
|
4
|
+
data.tar.gz: 14c366f1b1b4dd1fe44ac892ea0bef9aa3c18269deb89b742cdc31453df28fe7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
27
|
+
gem install ./ultracart_api-4.0.217.gem
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
(for development, run `gem install --dev ./ultracart_api-4.0.
|
|
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.
|
|
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' => :'
|
|
30
|
-
:'mapping_config' => :'
|
|
31
|
-
:'merchant_id' => :'
|
|
32
|
-
:'time_based_name' => :'
|
|
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
|
|