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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c64f2d670e637cdfd11a1003ff38150dcf0a0d03001d111883a5c955c0f63f2
4
- data.tar.gz: f5458dedc6f6519d1e74ab9631eeb3039ccc3231239e8193b7c7e9e5a3993965
3
+ metadata.gz: f37680929be7f700802faf7c672a24debc1194e6c4541025e158f38a84048fa9
4
+ data.tar.gz: 5e83ffd30822f714eda188689478e0e3e32f91e993add0eb7b287cbe6b2c5431
5
5
  SHA512:
6
- metadata.gz: 5d5c32a4f588ccbd37e6bc8604fdec1f824ca1304e5edf14122aa5d4fa36bfce8dea93145ae0fe5cc0c078ad403fd16b6965ca000e065150ba8a5e4e85af3026
7
- data.tar.gz: 389b7845e97a30c9496ec137ae0d3467a5ad63abffc06c105c82b75bc0d840386ca736ef03707d5035e2411bbfc4355737bab341a1858c856b1167c834112e56
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.17
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.17.gem
27
+ gem install ./ultracart_api-3.10.18.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.10.17.gem` to install the development dependencies)
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.17'
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 |
@@ -56,7 +56,7 @@ Name | Type | Description | Notes
56
56
 
57
57
  ### HTTP request headers
58
58
 
59
- - **Content-Type**: application/json; charset=UTF-8
59
+ - **Content-Type**: application/json
60
60
  - **Accept**: application/json
61
61
 
62
62
 
data/docs/CustomerApi.md CHANGED
@@ -173,7 +173,7 @@ nil (empty response body)
173
173
 
174
174
  ### HTTP request headers
175
175
 
176
- - **Content-Type**: application/json; charset=UTF-8
176
+ - **Content-Type**: application/json
177
177
  - **Accept**: application/json
178
178
 
179
179
 
data/docs/OrderApi.md CHANGED
@@ -230,7 +230,7 @@ Name | Type | Description | Notes
230
230
 
231
231
  ### HTTP request headers
232
232
 
233
- - **Content-Type**: application/json; charset=UTF-8
233
+ - **Content-Type**: application/json
234
234
  - **Accept**: application/json
235
235
 
236
236
 
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; charset=UTF-8
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; charset=UTF-8
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; charset=UTF-8
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; charset=UTF-8
113
+ - **Content-Type**: application/json
114
114
  - **Accept**: application/json
115
115
 
116
116
 
data/docs/WebhookApi.md CHANGED
@@ -383,7 +383,7 @@ Name | Type | Description | Notes
383
383
 
384
384
  ### HTTP request headers
385
385
 
386
- - **Content-Type**: application/json; charset=UTF-8
386
+ - **Content-Type**: application/json
387
387
  - **Accept**: application/json
388
388
 
389
389
 
@@ -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; charset=UTF-8'])
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; charset=UTF-8'])
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; charset=UTF-8'])
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; charset=UTF-8'])
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; charset=UTF-8'])
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; charset=UTF-8'])
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; charset=UTF-8'])
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; charset=UTF-8'])
429
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
430
430
 
431
431
  # form parameters
432
432
  form_params = {}
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.10.17'
14
+ VERSION = '3.10.18'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultracart_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.10.17
4
+ version: 3.10.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart