ultracart_api 3.2.7 → 3.2.8

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: c6bcb0f48790262e2bdcde23a09fbeefada2a059366145495e0645918b7d83f4
4
- data.tar.gz: 90cd78a8bc8b3214eb9074182990f21738dce96266606deb9454eebcd97761f5
3
+ metadata.gz: 31e2fdfbfd20df01153031b8ddb15e7e52e3067e5363d2570cabf9c1b9a13a4f
4
+ data.tar.gz: a56d611f5a9dce16aea40a3d52870d23ef1fc440325f734188edff0d517c393f
5
5
  SHA512:
6
- metadata.gz: 955b1598afefe7ee52de58ae7cab180a6ad19d7c456aebaf2c3cd9214bfd600448c5c295a0fb4d0c86512e5512d5783b9655672524d2bef94c5e87e27074782c
7
- data.tar.gz: bf6f0d38a928ab1ce6b8b827265a83ba3e194c3c59caf5a38b19053be55be455295d1086a35cc00bee978d6e11033f66535d20fd542e42f204de9963d4ff3514
6
+ metadata.gz: 7a58b429464a46a5816b9b33109794ab1e188e48eee3cdcdef7d3395dc7c150d2d611699d5f84cd122d4a637c8050b3a2db2a2334bb476e749e3d46396ebec35
7
+ data.tar.gz: f4f39efa0797bb513ef3bad3e69009e82df1b21c2cd5e433808789b00129862d89e05d01494fdadd1455e95cc0f7d0baa928d7a5df855c726998ab5c78527c3f
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.7
10
+ - Package version: 3.2.8
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.7.gem
27
+ gem install ./ultracart_api-3.2.8.gem
28
28
  ```
29
- (for development, run `gem install --dev ./ultracart_api-3.2.7.gem` to install the development dependencies)
29
+ (for development, run `gem install --dev ./ultracart_api-3.2.8.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.7'
35
+ gem 'ultracart_api', '~> 3.2.8'
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.8 | 07/06/2021 | intgeration logs - min max log date/time retured in filter values |
1035
1036
  | 3.2.7 | 07/05/2021 | integration logger bug fixes |
1036
1037
  | 3.2.6 | 06/25/2021 | integration log: added logger name |
1037
1038
  | 3.2.2 | 06/24/2021 | integration log file mime type added |
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
10
10
  **integration_log_oid** | **Integer** | | [optional]
11
11
  **item_id** | **String** | | [optional]
12
12
  **item_ipn_oid** | **Integer** | | [optional]
13
- **log_dts** | **String** | | [optional]
13
+ **log_dts** | **String** | Date/time the integration log was created | [optional]
14
14
  **log_type** | **String** | | [optional]
15
15
  **logger_id** | **String** | | [optional]
16
16
  **logger_name** | **String** | | [optional]
@@ -9,6 +9,8 @@ Name | Type | Description | Notes
9
9
  **file_names** | **Array<String>** | | [optional]
10
10
  **item_ids** | **Array<String>** | | [optional]
11
11
  **item_ipn_oids** | **Array<Integer>** | | [optional]
12
+ **log_dts_max** | **String** | Maximum date/time log date/time | [optional]
13
+ **log_dts_min** | **String** | Minimum date/time log date/time | [optional]
12
14
  **log_types** | **Array<String>** | | [optional]
13
15
  **logger_names** | **Array<String>** | | [optional]
14
16
  **order_ids** | **Array<String>** | | [optional]
@@ -28,6 +28,7 @@ module UltracartClient
28
28
 
29
29
  attr_accessor :item_ipn_oid
30
30
 
31
+ # Date/time the integration log was created
31
32
  attr_accessor :log_dts
32
33
 
33
34
  attr_accessor :log_type
@@ -26,6 +26,12 @@ module UltracartClient
26
26
 
27
27
  attr_accessor :item_ipn_oids
28
28
 
29
+ # Maximum date/time log date/time
30
+ attr_accessor :log_dts_max
31
+
32
+ # Minimum date/time log date/time
33
+ attr_accessor :log_dts_min
34
+
29
35
  attr_accessor :log_types
30
36
 
31
37
  attr_accessor :logger_names
@@ -43,6 +49,8 @@ module UltracartClient
43
49
  :'file_names' => :'file_names',
44
50
  :'item_ids' => :'item_ids',
45
51
  :'item_ipn_oids' => :'item_ipn_oids',
52
+ :'log_dts_max' => :'log_dts_max',
53
+ :'log_dts_min' => :'log_dts_min',
46
54
  :'log_types' => :'log_types',
47
55
  :'logger_names' => :'logger_names',
48
56
  :'order_ids' => :'order_ids',
@@ -59,6 +67,8 @@ module UltracartClient
59
67
  :'file_names' => :'Array<String>',
60
68
  :'item_ids' => :'Array<String>',
61
69
  :'item_ipn_oids' => :'Array<Integer>',
70
+ :'log_dts_max' => :'String',
71
+ :'log_dts_min' => :'String',
62
72
  :'log_types' => :'Array<String>',
63
73
  :'logger_names' => :'Array<String>',
64
74
  :'order_ids' => :'Array<String>',
@@ -110,6 +120,14 @@ module UltracartClient
110
120
  end
111
121
  end
112
122
 
123
+ if attributes.has_key?(:'log_dts_max')
124
+ self.log_dts_max = attributes[:'log_dts_max']
125
+ end
126
+
127
+ if attributes.has_key?(:'log_dts_min')
128
+ self.log_dts_min = attributes[:'log_dts_min']
129
+ end
130
+
113
131
  if attributes.has_key?(:'log_types')
114
132
  if (value = attributes[:'log_types']).is_a?(Array)
115
133
  self.log_types = value
@@ -159,6 +177,8 @@ module UltracartClient
159
177
  file_names == o.file_names &&
160
178
  item_ids == o.item_ids &&
161
179
  item_ipn_oids == o.item_ipn_oids &&
180
+ log_dts_max == o.log_dts_max &&
181
+ log_dts_min == o.log_dts_min &&
162
182
  log_types == o.log_types &&
163
183
  logger_names == o.logger_names &&
164
184
  order_ids == o.order_ids &&
@@ -174,7 +194,7 @@ module UltracartClient
174
194
  # Calculates hash code according to all attributes.
175
195
  # @return [Fixnum] Hash code
176
196
  def hash
177
- [actions, directions, emails, file_names, item_ids, item_ipn_oids, log_types, logger_names, order_ids, statuses].hash
197
+ [actions, directions, emails, file_names, item_ids, item_ipn_oids, log_dts_max, log_dts_min, log_types, logger_names, order_ids, statuses].hash
178
198
  end
179
199
 
180
200
  # 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.7'
14
+ VERSION = '3.2.8'
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.2.7
4
+ version: 3.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-05 00:00:00.000000000 Z
11
+ date: 2021-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus