ultracart_api 3.10.17 → 3.10.18
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/ChargebackApi.md +1 -1
- data/docs/CustomerApi.md +1 -1
- data/docs/OrderApi.md +1 -1
- data/docs/SsoApi.md +2 -2
- data/docs/UserApi.md +2 -2
- data/docs/WebhookApi.md +1 -1
- data/lib/ultracart_api/api/chargeback_api.rb +1 -1
- data/lib/ultracart_api/api/customer_api.rb +1 -1
- data/lib/ultracart_api/api/order_api.rb +1 -1
- data/lib/ultracart_api/api/sso_api.rb +2 -2
- data/lib/ultracart_api/api/user_api.rb +2 -2
- data/lib/ultracart_api/api/webhook_api.rb +1 -1
- 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: f37680929be7f700802faf7c672a24debc1194e6c4541025e158f38a84048fa9
|
|
4
|
+
data.tar.gz: 5e83ffd30822f714eda188689478e0e3e32f91e993add0eb7b287cbe6b2c5431
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a7ad9001ea6e6bed8ffae58a7ea2ad07d7b4b479f8bb2e7c8ce78209c00d94135a5f0886221126ece44383e6626cdcfcbd8051207b8798ebecf42fdff6ae311
|
|
7
|
+
data.tar.gz: 55b3decb2da6580d62fccb1c064a98f0910b50a4b4ed3e88bf61a8b558eade9b5a5977ee6f198a42d64887f6dd8198ee6d20e7dba9eb8a17045e3432d890cf30
|
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.18
|
|
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.18.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.18.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.18'
|
|
36
36
|
|
|
37
37
|
### Install from Git
|
|
38
38
|
|
|
@@ -1132,6 +1132,7 @@ Not every change is committed to every SDK.
|
|
|
1132
1132
|
|
|
1133
1133
|
| Version | Date | Comments |
|
|
1134
1134
|
| --: | :-: | --- |
|
|
1135
|
+
| 3.10.18 | 06/23/2022 | removed unneeded consumes declarations on several api calls (yaml fix) |
|
|
1135
1136
|
| 3.10.17 | 06/23/2022 | automation test |
|
|
1136
1137
|
| 3.10.16 | 06/23/2022 | automation test |
|
|
1137
1138
|
| 3.10.15 | 06/21/2022 | ChannelPartnerApi.estimateShipping |
|
data/docs/ChargebackApi.md
CHANGED
data/docs/CustomerApi.md
CHANGED
data/docs/OrderApi.md
CHANGED
data/docs/SsoApi.md
CHANGED
|
@@ -50,7 +50,7 @@ This endpoint does not need any parameter.
|
|
|
50
50
|
|
|
51
51
|
### HTTP request headers
|
|
52
52
|
|
|
53
|
-
- **Content-Type**: application/json
|
|
53
|
+
- **Content-Type**: application/json
|
|
54
54
|
- **Accept**: application/json
|
|
55
55
|
|
|
56
56
|
|
|
@@ -144,7 +144,7 @@ nil (empty response body)
|
|
|
144
144
|
|
|
145
145
|
### HTTP request headers
|
|
146
146
|
|
|
147
|
-
- **Content-Type**: application/json
|
|
147
|
+
- **Content-Type**: application/json
|
|
148
148
|
- **Accept**: application/json
|
|
149
149
|
|
|
150
150
|
|
data/docs/UserApi.md
CHANGED
|
@@ -61,7 +61,7 @@ nil (empty response body)
|
|
|
61
61
|
|
|
62
62
|
### HTTP request headers
|
|
63
63
|
|
|
64
|
-
- **Content-Type**: application/json
|
|
64
|
+
- **Content-Type**: application/json
|
|
65
65
|
- **Accept**: application/json
|
|
66
66
|
|
|
67
67
|
|
|
@@ -110,7 +110,7 @@ nil (empty response body)
|
|
|
110
110
|
|
|
111
111
|
### HTTP request headers
|
|
112
112
|
|
|
113
|
-
- **Content-Type**: application/json
|
|
113
|
+
- **Content-Type**: application/json
|
|
114
114
|
- **Accept**: application/json
|
|
115
115
|
|
|
116
116
|
|
data/docs/WebhookApi.md
CHANGED
|
@@ -67,7 +67,7 @@ module UltracartClient
|
|
|
67
67
|
# HTTP header 'Accept' (if needed)
|
|
68
68
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
69
69
|
# HTTP header 'Content-Type'
|
|
70
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json
|
|
70
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
71
71
|
|
|
72
72
|
# form parameters
|
|
73
73
|
form_params = {}
|
|
@@ -189,7 +189,7 @@ module UltracartClient
|
|
|
189
189
|
# HTTP header 'Accept' (if needed)
|
|
190
190
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
191
191
|
# HTTP header 'Content-Type'
|
|
192
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json
|
|
192
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
193
193
|
|
|
194
194
|
# form parameters
|
|
195
195
|
form_params = {}
|
|
@@ -240,7 +240,7 @@ module UltracartClient
|
|
|
240
240
|
# HTTP header 'Accept' (if needed)
|
|
241
241
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
242
242
|
# HTTP header 'Content-Type'
|
|
243
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json
|
|
243
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
244
244
|
|
|
245
245
|
# form parameters
|
|
246
246
|
form_params = {}
|
|
@@ -61,7 +61,7 @@ module UltracartClient
|
|
|
61
61
|
# HTTP header 'Accept' (if needed)
|
|
62
62
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
63
63
|
# HTTP header 'Content-Type'
|
|
64
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json
|
|
64
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
65
65
|
|
|
66
66
|
# form parameters
|
|
67
67
|
form_params = {}
|
|
@@ -165,7 +165,7 @@ module UltracartClient
|
|
|
165
165
|
# HTTP header 'Accept' (if needed)
|
|
166
166
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
167
167
|
# HTTP header 'Content-Type'
|
|
168
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json
|
|
168
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
169
169
|
|
|
170
170
|
# form parameters
|
|
171
171
|
form_params = {}
|
|
@@ -67,7 +67,7 @@ module UltracartClient
|
|
|
67
67
|
# HTTP header 'Accept' (if needed)
|
|
68
68
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
69
69
|
# HTTP header 'Content-Type'
|
|
70
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json
|
|
70
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
71
71
|
|
|
72
72
|
# form parameters
|
|
73
73
|
form_params = {}
|
|
@@ -121,7 +121,7 @@ module UltracartClient
|
|
|
121
121
|
# HTTP header 'Accept' (if needed)
|
|
122
122
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
123
123
|
# HTTP header 'Content-Type'
|
|
124
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json
|
|
124
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
125
125
|
|
|
126
126
|
# form parameters
|
|
127
127
|
form_params = {}
|
|
@@ -426,7 +426,7 @@ module UltracartClient
|
|
|
426
426
|
# HTTP header 'Accept' (if needed)
|
|
427
427
|
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
428
428
|
# HTTP header 'Content-Type'
|
|
429
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json
|
|
429
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
430
430
|
|
|
431
431
|
# form parameters
|
|
432
432
|
form_params = {}
|