ultracart_api 3.2.4 → 3.2.6

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: 591cbd71a8e7aeec268d0332e3a160ca6df51930738276db32e549e815764249
4
- data.tar.gz: '0318d7de8052bf912cf33d4f61e24801926b0418b0070391bb6264a6bf76a846'
3
+ metadata.gz: c9ddfacc5f6d4f8a61ca42c1755339fbed8781dc91f6b49d685491ca4baa9c34
4
+ data.tar.gz: 37bfa27f2b0268e2368547d206175c17a13951c337bf4cc3fca04a5cd1af90a9
5
5
  SHA512:
6
- metadata.gz: eec18f7ed974a58e3e65879729e928d0332a959ac790db38c7e76439af431cd8f4666b64487055386ded8a376574509562b5b92959444e41a0f557a38b76a2e4
7
- data.tar.gz: 1c287ce7245e6835205516eed72400fa44da022a1ab2976ceeb6fcfd3a0a00a610aad5189916f0cbedcfd99dddfaeffdb4fd391e2306a6619f884e704d456812
6
+ metadata.gz: a804bace186c26bacf27fc7f212909a42207399e07ffc6ff7e6e2e391c1b357be32d1ab1085ea47e2978075731f8427610c747b6589820083c36d515cb22d218
7
+ data.tar.gz: a0474e6f20abc6edf7ed4e2e9931fe190f2f8f4e533f0d79a277d94f3353826bc5bd58013fa8e8fa7efad8c1e03428af1e6197d9b9d546cc265c7f394d0f50d1
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.2.4
10
+ - Package version: 3.2.6
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.2.4.gem
27
+ gem install ./ultracart_api-3.2.6.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.2.4.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.2.6.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.2.4'
35
+ gem 'ultracart_api', '~> 3.2.6'
36
36
 
37
37
  ### Install from Git
38
38
 
@@ -1032,6 +1032,7 @@ Not every change is committed to every SDK.
1032
1032
 
1033
1033
  | Version | Date | Comments |
1034
1034
  | --: | :-: | --- |
1035
+ | 3.2.6 | 06/25/2021 | integration log: added logger name |
1035
1036
  | 3.2.2 | 06/24/2021 | integration log file mime type added |
1036
1037
  | 3.2.0 | 06/23/2021 | Changed 4 methods due to naming conflicts revealed through swagger validator. All internal methods, so impact should be negligible |
1037
1038
  | 3.1.50 | 06/23/2021 | Integrated Logging: returning back streamed files for log requests |
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
13
13
  **log_dts** | **String** | | [optional]
14
14
  **log_type** | **String** | | [optional]
15
15
  **logger_id** | **String** | | [optional]
16
+ **logger_name** | **String** | | [optional]
16
17
  **logs** | [**Array<IntegrationLogLog>**](IntegrationLogLog.md) | | [optional]
17
18
  **order_ids** | **Array<String>** | | [optional]
18
19
  **pk** | **String** | | [optional]
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
10
10
  **item_ids** | **Array<String>** | | [optional]
11
11
  **item_ipn_oids** | **Array<Integer>** | | [optional]
12
12
  **log_types** | **Array<String>** | | [optional]
13
+ **logger_names** | **Array<String>** | | [optional]
13
14
  **order_ids** | **Array<String>** | | [optional]
14
15
  **statuses** | **Array<String>** | | [optional]
15
16
 
@@ -13,6 +13,7 @@ Name | Type | Description | Notes
13
13
  **log_dts_end** | **String** | Log date/time end | [optional]
14
14
  **log_type** | **String** | | [optional]
15
15
  **logger_id** | **String** | | [optional]
16
+ **logger_name** | **String** | | [optional]
16
17
  **order_ids** | **Array<String>** | | [optional]
17
18
  **status** | **String** | | [optional]
18
19
 
@@ -34,6 +34,8 @@ module UltracartClient
34
34
 
35
35
  attr_accessor :logger_id
36
36
 
37
+ attr_accessor :logger_name
38
+
37
39
  attr_accessor :logs
38
40
 
39
41
  attr_accessor :order_ids
@@ -57,6 +59,7 @@ module UltracartClient
57
59
  :'log_dts' => :'log_dts',
58
60
  :'log_type' => :'log_type',
59
61
  :'logger_id' => :'logger_id',
62
+ :'logger_name' => :'logger_name',
60
63
  :'logs' => :'logs',
61
64
  :'order_ids' => :'order_ids',
62
65
  :'pk' => :'pk',
@@ -78,6 +81,7 @@ module UltracartClient
78
81
  :'log_dts' => :'String',
79
82
  :'log_type' => :'String',
80
83
  :'logger_id' => :'String',
84
+ :'logger_name' => :'String',
81
85
  :'logs' => :'Array<IntegrationLogLog>',
82
86
  :'order_ids' => :'Array<String>',
83
87
  :'pk' => :'String',
@@ -136,6 +140,10 @@ module UltracartClient
136
140
  self.logger_id = attributes[:'logger_id']
137
141
  end
138
142
 
143
+ if attributes.has_key?(:'logger_name')
144
+ self.logger_name = attributes[:'logger_name']
145
+ end
146
+
139
147
  if attributes.has_key?(:'logs')
140
148
  if (value = attributes[:'logs']).is_a?(Array)
141
149
  self.logs = value
@@ -189,6 +197,7 @@ module UltracartClient
189
197
  log_dts == o.log_dts &&
190
198
  log_type == o.log_type &&
191
199
  logger_id == o.logger_id &&
200
+ logger_name == o.logger_name &&
192
201
  logs == o.logs &&
193
202
  order_ids == o.order_ids &&
194
203
  pk == o.pk &&
@@ -205,7 +214,7 @@ module UltracartClient
205
214
  # Calculates hash code according to all attributes.
206
215
  # @return [Fixnum] Hash code
207
216
  def hash
208
- [action, direction, email, files, integration_log_oid, item_id, item_ipn_oid, log_dts, log_type, logger_id, logs, order_ids, pk, sk, status].hash
217
+ [action, direction, email, files, integration_log_oid, item_id, item_ipn_oid, log_dts, log_type, logger_id, logger_name, logs, order_ids, pk, sk, status].hash
209
218
  end
210
219
 
211
220
  # Builds the object from hash
@@ -28,6 +28,8 @@ module UltracartClient
28
28
 
29
29
  attr_accessor :log_types
30
30
 
31
+ attr_accessor :logger_names
32
+
31
33
  attr_accessor :order_ids
32
34
 
33
35
  attr_accessor :statuses
@@ -42,6 +44,7 @@ module UltracartClient
42
44
  :'item_ids' => :'item_ids',
43
45
  :'item_ipn_oids' => :'item_ipn_oids',
44
46
  :'log_types' => :'log_types',
47
+ :'logger_names' => :'logger_names',
45
48
  :'order_ids' => :'order_ids',
46
49
  :'statuses' => :'statuses'
47
50
  }
@@ -57,6 +60,7 @@ module UltracartClient
57
60
  :'item_ids' => :'Array<String>',
58
61
  :'item_ipn_oids' => :'Array<Integer>',
59
62
  :'log_types' => :'Array<String>',
63
+ :'logger_names' => :'Array<String>',
60
64
  :'order_ids' => :'Array<String>',
61
65
  :'statuses' => :'Array<String>'
62
66
  }
@@ -112,6 +116,12 @@ module UltracartClient
112
116
  end
113
117
  end
114
118
 
119
+ if attributes.has_key?(:'logger_names')
120
+ if (value = attributes[:'logger_names']).is_a?(Array)
121
+ self.logger_names = value
122
+ end
123
+ end
124
+
115
125
  if attributes.has_key?(:'order_ids')
116
126
  if (value = attributes[:'order_ids']).is_a?(Array)
117
127
  self.order_ids = value
@@ -150,6 +160,7 @@ module UltracartClient
150
160
  item_ids == o.item_ids &&
151
161
  item_ipn_oids == o.item_ipn_oids &&
152
162
  log_types == o.log_types &&
163
+ logger_names == o.logger_names &&
153
164
  order_ids == o.order_ids &&
154
165
  statuses == o.statuses
155
166
  end
@@ -163,7 +174,7 @@ module UltracartClient
163
174
  # Calculates hash code according to all attributes.
164
175
  # @return [Fixnum] Hash code
165
176
  def hash
166
- [actions, directions, emails, file_names, item_ids, item_ipn_oids, log_types, order_ids, statuses].hash
177
+ [actions, directions, emails, file_names, item_ids, item_ipn_oids, log_types, logger_names, order_ids, statuses].hash
167
178
  end
168
179
 
169
180
  # Builds the object from hash
@@ -36,6 +36,8 @@ module UltracartClient
36
36
 
37
37
  attr_accessor :logger_id
38
38
 
39
+ attr_accessor :logger_name
40
+
39
41
  attr_accessor :order_ids
40
42
 
41
43
  attr_accessor :status
@@ -53,6 +55,7 @@ module UltracartClient
53
55
  :'log_dts_end' => :'log_dts_end',
54
56
  :'log_type' => :'log_type',
55
57
  :'logger_id' => :'logger_id',
58
+ :'logger_name' => :'logger_name',
56
59
  :'order_ids' => :'order_ids',
57
60
  :'status' => :'status'
58
61
  }
@@ -71,6 +74,7 @@ module UltracartClient
71
74
  :'log_dts_end' => :'String',
72
75
  :'log_type' => :'String',
73
76
  :'logger_id' => :'String',
77
+ :'logger_name' => :'String',
74
78
  :'order_ids' => :'Array<String>',
75
79
  :'status' => :'String'
76
80
  }
@@ -126,6 +130,10 @@ module UltracartClient
126
130
  self.logger_id = attributes[:'logger_id']
127
131
  end
128
132
 
133
+ if attributes.has_key?(:'logger_name')
134
+ self.logger_name = attributes[:'logger_name']
135
+ end
136
+
129
137
  if attributes.has_key?(:'order_ids')
130
138
  if (value = attributes[:'order_ids']).is_a?(Array)
131
139
  self.order_ids = value
@@ -165,6 +173,7 @@ module UltracartClient
165
173
  log_dts_end == o.log_dts_end &&
166
174
  log_type == o.log_type &&
167
175
  logger_id == o.logger_id &&
176
+ logger_name == o.logger_name &&
168
177
  order_ids == o.order_ids &&
169
178
  status == o.status
170
179
  end
@@ -178,7 +187,7 @@ module UltracartClient
178
187
  # Calculates hash code according to all attributes.
179
188
  # @return [Fixnum] Hash code
180
189
  def hash
181
- [action, direction, email, file_names, item_id, item_ipn_oid, log_dts_begin, log_dts_end, log_type, logger_id, order_ids, status].hash
190
+ [action, direction, email, file_names, item_id, item_ipn_oid, log_dts_begin, log_dts_end, log_type, logger_id, logger_name, order_ids, status].hash
182
191
  end
183
192
 
184
193
  # Builds the object from hash
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.15-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '3.2.4'
14
+ VERSION = '3.2.6'
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.2.4
4
+ version: 3.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart