ultracart_api 3.1.12 → 3.1.13

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: c4afe9d6e08ea05d1da236a1ce08a2a6cc280cc3fd0c134b977c3314bfc4aed8
4
- data.tar.gz: bebee5627b1424ae09650c230a6422b4e9cfaa3a32c1cd833a0e2043cb8011a8
3
+ metadata.gz: b075e91a16305a02171170b3768412fc3ef993a3f8d5e4be98895131b6fcebb9
4
+ data.tar.gz: 7f6aea7cc33f951c15fdc53bec35a58c8662b77b16bf3214ae6273a525a30e58
5
5
  SHA512:
6
- metadata.gz: 3ce4d7c7dbff0304ee4165bfa91ee030ae3fa3c824786c57668b61d846a9887b399351e1fa788c3b63cfe26998f594c4602a5531823a6979ef7b97c44cf82b9c
7
- data.tar.gz: 7e9272a19f5e368cb774cd3afd27116651ae3df59093bc0ae5f6b380e72eff5aaedc6d18b39f7d1bfb74d9cd691c7cfec2a5af15e08fdc3e5de04bbebdd8a955
6
+ metadata.gz: f170255e208159b025980d9718730847d71d17a233f5cf486e9771ae16b5018e85d482b49790fafc12711b2a27c96a1a37d584fb492051fe1198bfa4da5b21da
7
+ data.tar.gz: 01d6930cbebea3dfd220abdef05df0293777161a703da5da1450351283edc6252cebda98203b111d15cf3f5a07042c3911060966fcea7f5c8ed64cf60cf25662
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.12
10
+ - Package version: 3.1.13
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.12.gem
27
+ gem install ./ultracart_api-3.1.13.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.1.12.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.1.13.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.12'
35
+ gem 'ultracart_api', '~> 3.1.13'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1006,6 +1006,7 @@ Not every change is committed to every SDK.
1006
1006
 
1007
1007
  | Version | Date | Comments |
1008
1008
  | --: | :-: | --- |
1009
+ | 3.1.13 | 03/02/2021 | new webhook order_payment_failed |
1009
1010
  | 3.1.12 | 02/25/2021 | added screen recording visitor_first_seen property |
1010
1011
  | 3.1.11 | 02/24/2021 | Added Screen recording visitor number |
1011
1012
  | 3.1.10 | 02/24/2021 | Added Screen recording merchant notes |
data/docs/CouponApi.md CHANGED
@@ -732,7 +732,7 @@ simple_key = '109ee846ee69f50177018ab12f008a00748a25aa28dbdc0177018ab12f008a00'
732
732
  api_instance = UltracartClient::CouponApi.new_using_api_key(simple_key, false, false)
733
733
 
734
734
 
735
- coupons_request = UltracartClient::CouponsRequest.new # CouponsRequest | Coupons to insert (maximum 20)
735
+ coupons_request = UltracartClient::CouponsRequest.new # CouponsRequest | Coupons to insert (maximum 50)
736
736
 
737
737
  opts = {
738
738
  _expand: '_expand_example', # String | The object expansion to perform on the result. See documentation for examples
@@ -752,7 +752,7 @@ end
752
752
 
753
753
  Name | Type | Description | Notes
754
754
  ------------- | ------------- | ------------- | -------------
755
- **coupons_request** | [**CouponsRequest**](CouponsRequest.md)| Coupons to insert (maximum 20) |
755
+ **coupons_request** | [**CouponsRequest**](CouponsRequest.md)| Coupons to insert (maximum 50) |
756
756
  **_expand** | **String**| The object expansion to perform on the result. See documentation for examples | [optional]
757
757
  **_placeholders** | **BOOLEAN**| Whether or not placeholder values should be returned in the result. Useful for UIs that consume this REST API. | [optional]
758
758
 
@@ -800,7 +800,7 @@ module UltracartClient
800
800
  end
801
801
  # Insert multiple coupons
802
802
  # Insert multiple coupon on the UltraCart account.
803
- # @param coupons_request Coupons to insert (maximum 20)
803
+ # @param coupons_request Coupons to insert (maximum 50)
804
804
  # @param [Hash] opts the optional parameters
805
805
  # @option opts [String] :_expand The object expansion to perform on the result. See documentation for examples
806
806
  # @option opts [BOOLEAN] :_placeholders Whether or not placeholder values should be returned in the result. Useful for UIs that consume this REST API.
@@ -812,7 +812,7 @@ module UltracartClient
812
812
 
813
813
  # Insert multiple coupons
814
814
  # Insert multiple coupon on the UltraCart account.
815
- # @param coupons_request Coupons to insert (maximum 20)
815
+ # @param coupons_request Coupons to insert (maximum 50)
816
816
  # @param [Hash] opts the optional parameters
817
817
  # @option opts [String] :_expand The object expansion to perform on the result. See documentation for examples
818
818
  # @option opts [BOOLEAN] :_placeholders Whether or not placeholder values should be returned in the result. Useful for UIs that consume this REST API.
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.1.12'
14
+ VERSION = '3.1.13'
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.12
4
+ version: 3.1.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-25 00:00:00.000000000 Z
11
+ date: 2021-03-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus