ultracart_api 3.1.46 → 3.1.47

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: 5c398b15b9368d908a0cb8ce6cef0c4b8a893a37e4ffa6cff2495602be56c796
4
- data.tar.gz: ea50738ad74ac2f689dc9391b64b9cfd771b66dd3f6b711229d8bde6e8246057
3
+ metadata.gz: fc1598c02759ead7baee655363e0267c41ad7565baa2181aca07df8a59bb7a03
4
+ data.tar.gz: 64558108de3c9aac79c5fea2c9fbcf8e26e5227d72df272d5ed715d05cab84bf
5
5
  SHA512:
6
- metadata.gz: 15903b3c129004b4bd25d89a05cfc65a8ac3abee03d634c546cf5b25a3bb32fa0c2416255cf1ca62518d8aaff48d3640afcf8a8d6735fe525e1d78cedef3f2ba
7
- data.tar.gz: 0a7bc64aff99a8b224809a7f01de810f9c72edb8020cad4f7fbbb8e66d9fda3f710454245a83838a685be48c4de2d8440aa637779fd722509edc27adc415f184
6
+ metadata.gz: 8c9625cba309a39eb27ee90e833ff4ab6a2fab4133d0c9d8e6510af00f2a6337ee6d2f30d1a456f924fb399754dddcc8c34fbd6e6b64a5760469978bb90f655b
7
+ data.tar.gz: 100f489070993e75d290bb39bacb759f877707d3bfc82ff87618aabfe744ea727e9b58823c24545961ef400a996f310c57f8888f2f32b10ac7b24d1fce28319c
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.1.46
10
+ - Package version: 3.1.47
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.1.46.gem
27
+ gem install ./ultracart_api-3.1.47.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.1.46.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.1.47.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.1.46'
35
+ gem 'ultracart_api', '~> 3.1.47'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1020,6 +1020,7 @@ Not every change is committed to every SDK.
1020
1020
 
1021
1021
  | Version | Date | Comments |
1022
1022
  | --: | :-: | --- |
1023
+ | 3.1.47 | 06/16/2021 | Integrated Logging Rest API |
1023
1024
  | 3.1.46 | 06/14/2021 | Screen recording: server side paginated heat map index with url contains filters, Item: channel partner item mapping unit cost override |
1024
1025
  | 3.1.44 | 06/02/2021 | new boolean flag on items object to allow sharing of reviews between items |
1025
1026
  | 3.1.43 | 06/01/2021 | fix item serialized name of item serialized name for channel partner item mappings |
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.1.46'
14
+ VERSION = '3.1.47'
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.1.46
4
+ version: 3.1.47
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-06-14 00:00:00.000000000 Z
11
+ date: 2021-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus