ultracart_api 4.0.109.rc → 4.0.110.rc

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2abbdd1e667e1c8dabee7de8b5ccbe1e9fa22037f8c2392593c27ebf5e1028a8
4
- data.tar.gz: a09e2a431fb2f9fde5765891c4ee0e3f4bceee82b276acffbe4b7e5d901e6f87
3
+ metadata.gz: 55ed4d64dd1436752aebe59d5a83206ad26640b1ed9b289d84214c7b2029dc3e
4
+ data.tar.gz: 619a9eb800741cff9bed0c698713d796e3f8a71dd6a4f189f959c3f640be910b
5
5
  SHA512:
6
- metadata.gz: 7be98f22c1d05ab1c1b60d6bdb552f58c6fffd17ff32154468221e2fd39456599a64cbd6d96c88846855bbb95ed46becd4d2b05d4946810b25a039774bb596a8
7
- data.tar.gz: 52e5529ae6b76d87b47edadec6e7a3bcbc9bf37a6b1b21871b77613b2b668d2aee7cee144b02166aa2ba4c296e6bb6e1d86a2810121c83b81bba5eacbe7a0add
6
+ metadata.gz: 14c6f279b301e579e552f653e37c350356b41eba1754e683cc4ae47a244e57b990dc5343c9ff5e567143fe86f5f26c836a89b9d3c5062b0ddc00f58a29d10a2c
7
+ data.tar.gz: 96110747debb83eb4115a34e927d33df44d4c606246e583193f485c1c13774d9224e4ea6be249f10395b5d576e0152c6c9bc7ad36ce77783768c67f4d850df76
data/README.md CHANGED
@@ -7,7 +7,7 @@ UltraCart REST API Version 2
7
7
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
8
8
 
9
9
  - API version: 2.0.0
10
- - Package version: 4.0.109.rc
10
+ - Package version: 4.0.110.rc
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  For more information, please visit [http://www.ultracart.com](http://www.ultracart.com)
13
13
 
@@ -24,16 +24,16 @@ gem build ultracart_api.gemspec
24
24
  Then either install the gem locally:
25
25
 
26
26
  ```shell
27
- gem install ./ultracart_api-4.0.109.rc.gem
27
+ gem install ./ultracart_api-4.0.110.rc.gem
28
28
  ```
29
29
 
30
- (for development, run `gem install --dev ./ultracart_api-4.0.109.rc.gem` to install the development dependencies)
30
+ (for development, run `gem install --dev ./ultracart_api-4.0.110.rc.gem` to install the development dependencies)
31
31
 
32
32
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
33
 
34
34
  Finally add this to the Gemfile:
35
35
 
36
- gem 'ultracart_api', '~> 4.0.109.rc'
36
+ gem 'ultracart_api', '~> 4.0.110.rc'
37
37
 
38
38
  ### Install from Git
39
39
 
@@ -1279,6 +1279,7 @@ Not every change is committed to every SDK.
1279
1279
 
1280
1280
  | Version | Date | Comments |
1281
1281
  | --: | :-: | --- |
1282
+ | 4.0.110-RC | 01/10/2023 | add method to query integration log record by oid |
1282
1283
  | 4.0.109-RC | 01/10/2023 | bug fix for typescript enum error due to apost |
1283
1284
  | 4.0.108-RC | 01/10/2023 | integration log tracking of associated auto order oids |
1284
1285
  | 4.0.107-RC | 01/06/2023 | conversation search response object bug fix |
@@ -10,6 +10,7 @@
10
10
  | **direction** | **String** | | [optional] |
11
11
  | **email** | **String** | | [optional] |
12
12
  | **file_names** | **Array<String>** | | [optional] |
13
+ | **integration_log_oid** | **Integer** | | [optional] |
13
14
  | **item_id** | **String** | | [optional] |
14
15
  | **item_ipn_oid** | **Integer** | | [optional] |
15
16
  | **log_dts_begin** | **String** | Log date/time begin | [optional] |
@@ -32,6 +33,7 @@ instance = UltracartClient::IntegrationLogQueryRequest.new(
32
33
  direction: null,
33
34
  email: null,
34
35
  file_names: null,
36
+ integration_log_oid: null,
35
37
  item_id: null,
36
38
  item_ipn_oid: null,
37
39
  log_dts_begin: null,
@@ -27,6 +27,8 @@ module UltracartClient
27
27
 
28
28
  attr_accessor :file_names
29
29
 
30
+ attr_accessor :integration_log_oid
31
+
30
32
  attr_accessor :item_id
31
33
 
32
34
  attr_accessor :item_ipn_oid
@@ -56,6 +58,7 @@ module UltracartClient
56
58
  :'direction' => :'direction',
57
59
  :'email' => :'email',
58
60
  :'file_names' => :'file_names',
61
+ :'integration_log_oid' => :'integration_log_oid',
59
62
  :'item_id' => :'item_id',
60
63
  :'item_ipn_oid' => :'item_ipn_oid',
61
64
  :'log_dts_begin' => :'log_dts_begin',
@@ -82,6 +85,7 @@ module UltracartClient
82
85
  :'direction' => :'String',
83
86
  :'email' => :'String',
84
87
  :'file_names' => :'Array<String>',
88
+ :'integration_log_oid' => :'Integer',
85
89
  :'item_id' => :'String',
86
90
  :'item_ipn_oid' => :'Integer',
87
91
  :'log_dts_begin' => :'String',
@@ -145,6 +149,10 @@ module UltracartClient
145
149
  end
146
150
  end
147
151
 
152
+ if attributes.key?(:'integration_log_oid')
153
+ self.integration_log_oid = attributes[:'integration_log_oid']
154
+ end
155
+
148
156
  if attributes.key?(:'item_id')
149
157
  self.item_id = attributes[:'item_id']
150
158
  end
@@ -208,6 +216,7 @@ module UltracartClient
208
216
  direction == o.direction &&
209
217
  email == o.email &&
210
218
  file_names == o.file_names &&
219
+ integration_log_oid == o.integration_log_oid &&
211
220
  item_id == o.item_id &&
212
221
  item_ipn_oid == o.item_ipn_oid &&
213
222
  log_dts_begin == o.log_dts_begin &&
@@ -228,7 +237,7 @@ module UltracartClient
228
237
  # Calculates hash code according to all attributes.
229
238
  # @return [Integer] Hash code
230
239
  def hash
231
- [action, auto_order_ids, auto_order_oids, 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
240
+ [action, auto_order_ids, auto_order_oids, direction, email, file_names, integration_log_oid, item_id, item_ipn_oid, log_dts_begin, log_dts_end, log_type, logger_id, logger_name, order_ids, status].hash
232
241
  end
233
242
 
234
243
  # Builds the object from hash
@@ -11,5 +11,5 @@ OpenAPI Generator version: 6.0.1-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module UltracartClient
14
- VERSION = '4.0.109.rc'
14
+ VERSION = '4.0.110.rc'
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: 4.0.109.rc
4
+ version: 4.0.110.rc
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart