ultracart_api 3.10.222 → 3.10.223
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/docs/CustomerApi.md +0 -2
- data/lib/ultracart_api/api/customer_api.rb +0 -3
- 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: 7568456a760f91787d594b2eb381c8b6d64b9a352b76ddaa0b54b27c65902c95
|
4
|
+
data.tar.gz: 9259fc9e57333a3732ad8845a91205867c243e7b1da1e9e6cb608d98f576a6ff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8294de1a8ff28442945ee27db4edf9679fd21d02e54e70bfb45a46c78b8736df57c0f32199793d26cbf05ee1e4b4d5a2edbfa3c887bae3537fd676f98bd11f6
|
7
|
+
data.tar.gz: 5a37849895c6dc3f56ea4b6b7a38dad38034d4a9e8e2665644e31ced94de8c469b574f6e4e9ce72cc8002e1dc26ff813d237cc049a1a9e9b718f69f5a2726c93
|
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.
|
10
|
+
- Package version: 3.10.223
|
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.
|
27
|
+
gem install ./ultracart_api-3.10.223.gem
|
28
28
|
```
|
29
|
-
(for development, run `gem install --dev ./ultracart_api-3.10.
|
29
|
+
(for development, run `gem install --dev ./ultracart_api-3.10.223.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.
|
35
|
+
gem 'ultracart_api', '~> 3.10.223'
|
36
36
|
|
37
37
|
### Install from Git
|
38
38
|
|
@@ -1515,6 +1515,7 @@ Not every change is committed to every SDK.
|
|
1515
1515
|
|
1516
1516
|
| Version | Date | Comments |
|
1517
1517
|
| --: | :-: | --- |
|
1518
|
+
| 3.10.223 | 01/09/2025 | fix for broken 4.0.39 due to incorrect query sig on getCustomers |
|
1518
1519
|
| 3.10.222 | 01/09/2025 | added emails parameter to customer queries, refundOrder added to Channel partner |
|
1519
1520
|
| 3.10.221 | 12/13/2024 | added user and group ids to conversation agent auth object |
|
1520
1521
|
| 3.10.220 | 11/11/2024 | added seo properties to item.content object |
|
data/docs/CustomerApi.md
CHANGED
@@ -634,7 +634,6 @@ opts = {
|
|
634
634
|
shipping_evening_phone: 'shipping_evening_phone_example', # String | Shipping evening phone
|
635
635
|
pricing_tier_oid: 56, # Integer | Pricing tier oid
|
636
636
|
pricing_tier_name: 'pricing_tier_name_example', # String | Pricing tier name
|
637
|
-
emails: nil, # Object | Emails
|
638
637
|
_limit: 100, # Integer | The maximum number of records to return on this one API call. (Max 200)
|
639
638
|
_offset: 0, # Integer | Pagination of the record set. Offset is a zero based index.
|
640
639
|
_since: '_since_example', # String | Fetch customers that have been created/modified since this date/time.
|
@@ -682,7 +681,6 @@ Name | Type | Description | Notes
|
|
682
681
|
**shipping_evening_phone** | **String**| Shipping evening phone | [optional]
|
683
682
|
**pricing_tier_oid** | **Integer**| Pricing tier oid | [optional]
|
684
683
|
**pricing_tier_name** | **String**| Pricing tier name | [optional]
|
685
|
-
**emails** | [**Object**](.md)| Emails | [optional]
|
686
684
|
**_limit** | **Integer**| The maximum number of records to return on this one API call. (Max 200) | [optional] [default to 100]
|
687
685
|
**_offset** | **Integer**| Pagination of the record set. Offset is a zero based index. | [optional] [default to 0]
|
688
686
|
**_since** | **String**| Fetch customers that have been created/modified since this date/time. | [optional]
|
@@ -684,7 +684,6 @@ module UltracartClient
|
|
684
684
|
# @option opts [String] :shipping_evening_phone Shipping evening phone
|
685
685
|
# @option opts [Integer] :pricing_tier_oid Pricing tier oid
|
686
686
|
# @option opts [String] :pricing_tier_name Pricing tier name
|
687
|
-
# @option opts [Object] :emails Emails
|
688
687
|
# @option opts [Integer] :_limit The maximum number of records to return on this one API call. (Max 200) (default to 100)
|
689
688
|
# @option opts [Integer] :_offset Pagination of the record set. Offset is a zero based index. (default to 0)
|
690
689
|
# @option opts [String] :_since Fetch customers that have been created/modified since this date/time.
|
@@ -726,7 +725,6 @@ module UltracartClient
|
|
726
725
|
# @option opts [String] :shipping_evening_phone Shipping evening phone
|
727
726
|
# @option opts [Integer] :pricing_tier_oid Pricing tier oid
|
728
727
|
# @option opts [String] :pricing_tier_name Pricing tier name
|
729
|
-
# @option opts [Object] :emails Emails
|
730
728
|
# @option opts [Integer] :_limit The maximum number of records to return on this one API call. (Max 200)
|
731
729
|
# @option opts [Integer] :_offset Pagination of the record set. Offset is a zero based index.
|
732
730
|
# @option opts [String] :_since Fetch customers that have been created/modified since this date/time.
|
@@ -769,7 +767,6 @@ module UltracartClient
|
|
769
767
|
query_params[:'shipping_evening_phone'] = opts[:'shipping_evening_phone'] if !opts[:'shipping_evening_phone'].nil?
|
770
768
|
query_params[:'pricing_tier_oid'] = opts[:'pricing_tier_oid'] if !opts[:'pricing_tier_oid'].nil?
|
771
769
|
query_params[:'pricing_tier_name'] = opts[:'pricing_tier_name'] if !opts[:'pricing_tier_name'].nil?
|
772
|
-
query_params[:'emails'] = opts[:'emails'] if !opts[:'emails'].nil?
|
773
770
|
query_params[:'_limit'] = opts[:'_limit'] if !opts[:'_limit'].nil?
|
774
771
|
query_params[:'_offset'] = opts[:'_offset'] if !opts[:'_offset'].nil?
|
775
772
|
query_params[:'_since'] = opts[:'_since'] if !opts[:'_since'].nil?
|