ultracart_api 4.1.98 → 4.1.99

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: 5d16fc9086ba10e99c5f7d108ef3d87718de83a82ff33936b7c7a2b1bc9e4f7b
4
- data.tar.gz: 5023254127cd0016835b4a18768ce5f87bf79459413c9b219c6d7071df1f2c3b
3
+ metadata.gz: ec3ce14d847ba7f1a33442c114e7622786f3911974d0039854b774b4151dce4a
4
+ data.tar.gz: 6af56f85c3a89ace440d5350e975a9ffe7596657936151dbbedeb2aeea0236e5
5
5
  SHA512:
6
- metadata.gz: c7a92f38ba33f63d9d8181607d8c11cce9e78b92cdae238c5e48ad33e98bf1baeeff2612a06a15ff377f74d49a9a944d3aa85a484abcf3cff24b809c1f409919
7
- data.tar.gz: 76fe42c6ba9869960f889ea36166ae123463f33939db590d47b468c614f48285abca2e46046675c8aa0c6951648a85bd7bcad43603cecb3a82910af1403af575
6
+ metadata.gz: 6c6093eee2a3978e6122c411d809c8d5c1766165ef89f799fb66e8cf9ac735eec647cb7214f43a6a21502a557f449e8795e80ce7b8b5bfb55ea499e173970c04
7
+ data.tar.gz: 78a3b3550a63202119daa911d03574ea1339f912b987f63a463eda8ac96af0360e8a18f73fe51deb9594dd8a8614ef00d360c341c5b2d909fb51385c2c0d64ef
data/README.md CHANGED
@@ -7,7 +7,7 @@ Note: Every method has a sample for every language. See https://github.com/Ultr
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.1.98
10
+ - Package version: 4.1.99
11
11
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
12
  - For more information, please visit [http://www.ultracart.com/api/](http://www.ultracart.com/api/)
13
13
 
@@ -16,7 +16,7 @@ This SDK is automatically generated by the [OpenAPI Generator](https://openapi-g
16
16
  gemfile:
17
17
 
18
18
  ```shell
19
- gem 'ultracart_api', '4.1.98'
19
+ gem 'ultracart_api', '4.1.99'
20
20
  ```
21
21
 
22
22
  install:
@@ -1775,6 +1775,7 @@ Not every change is committed to every SDK.
1775
1775
 
1776
1776
  | Version | Date | Comments |
1777
1777
  | --: | :-: | --- |
1778
+ | 4.1.99 | 06/05/2026 | added webhook name and merchant_comments |
1778
1779
  | 4.1.98 | 06/04/2026 | coupon - new coupon type for amount off items with free shipping |
1779
1780
  | 4.1.97 | 06/03/2026 | fraud api alpha version |
1780
1781
  | 4.1.96 | 06/03/2026 | fraud api alpha build |
data/docs/Webhook.md CHANGED
@@ -18,7 +18,9 @@
18
18
  | **iam_secret_key** | **String** | IAM Secret Key for AWS SQS Delivery | [optional] |
19
19
  | **maximum_events** | **Integer** | The maximum number of events in the payload that UltraCart will deliver | [optional] |
20
20
  | **maximum_size** | **Integer** | The maximum size of the payload that UltraCart will deliver | [optional] |
21
+ | **merchant_comments** | **String** | Merchant comments about this webhook | [optional] |
21
22
  | **merchant_id** | **String** | The UltraCart merchant ID that owns this webhook | [optional] |
23
+ | **name** | **String** | Friendly name to help identify this webhook | [optional] |
22
24
  | **next_retry_after** | **String** | The next time UltraCart will attempt delivery if failures have been occurring | [optional] |
23
25
  | **pending** | **Integer** | The number of pending events for this webhook | [optional] |
24
26
  | **webhook_oid** | **Integer** | The object identifier for this webhook | [optional] |
@@ -44,7 +46,9 @@ instance = UltracartClient::Webhook.new(
44
46
  iam_secret_key: null,
45
47
  maximum_events: null,
46
48
  maximum_size: null,
49
+ merchant_comments: null,
47
50
  merchant_id: null,
51
+ name: null,
48
52
  next_retry_after: null,
49
53
  pending: null,
50
54
  webhook_oid: null,
@@ -56,9 +56,15 @@ module UltracartClient
56
56
  # The maximum size of the payload that UltraCart will deliver
57
57
  attr_accessor :maximum_size
58
58
 
59
+ # Merchant comments about this webhook
60
+ attr_accessor :merchant_comments
61
+
59
62
  # The UltraCart merchant ID that owns this webhook
60
63
  attr_accessor :merchant_id
61
64
 
65
+ # Friendly name to help identify this webhook
66
+ attr_accessor :name
67
+
62
68
  # The next time UltraCart will attempt delivery if failures have been occurring
63
69
  attr_accessor :next_retry_after
64
70
 
@@ -110,7 +116,9 @@ module UltracartClient
110
116
  :'iam_secret_key' => :'iam_secret_key',
111
117
  :'maximum_events' => :'maximum_events',
112
118
  :'maximum_size' => :'maximum_size',
119
+ :'merchant_comments' => :'merchant_comments',
113
120
  :'merchant_id' => :'merchant_id',
121
+ :'name' => :'name',
114
122
  :'next_retry_after' => :'next_retry_after',
115
123
  :'pending' => :'pending',
116
124
  :'webhook_oid' => :'webhook_oid',
@@ -140,7 +148,9 @@ module UltracartClient
140
148
  :'iam_secret_key' => :'String',
141
149
  :'maximum_events' => :'Integer',
142
150
  :'maximum_size' => :'Integer',
151
+ :'merchant_comments' => :'String',
143
152
  :'merchant_id' => :'String',
153
+ :'name' => :'String',
144
154
  :'next_retry_after' => :'String',
145
155
  :'pending' => :'Integer',
146
156
  :'webhook_oid' => :'Integer',
@@ -227,10 +237,18 @@ module UltracartClient
227
237
  self.maximum_size = attributes[:'maximum_size']
228
238
  end
229
239
 
240
+ if attributes.key?(:'merchant_comments')
241
+ self.merchant_comments = attributes[:'merchant_comments']
242
+ end
243
+
230
244
  if attributes.key?(:'merchant_id')
231
245
  self.merchant_id = attributes[:'merchant_id']
232
246
  end
233
247
 
248
+ if attributes.key?(:'name')
249
+ self.name = attributes[:'name']
250
+ end
251
+
234
252
  if attributes.key?(:'next_retry_after')
235
253
  self.next_retry_after = attributes[:'next_retry_after']
236
254
  end
@@ -304,7 +322,9 @@ module UltracartClient
304
322
  iam_secret_key == o.iam_secret_key &&
305
323
  maximum_events == o.maximum_events &&
306
324
  maximum_size == o.maximum_size &&
325
+ merchant_comments == o.merchant_comments &&
307
326
  merchant_id == o.merchant_id &&
327
+ name == o.name &&
308
328
  next_retry_after == o.next_retry_after &&
309
329
  pending == o.pending &&
310
330
  webhook_oid == o.webhook_oid &&
@@ -320,7 +340,7 @@ module UltracartClient
320
340
  # Calculates hash code according to all attributes.
321
341
  # @return [Integer] Hash code
322
342
  def hash
323
- [api_user_oid, api_version, application_profile, authentication_type, basic_password, basic_username, compress_events, consecutive_failures, disabled, event_categories, iam_access_key, iam_secret_key, maximum_events, maximum_size, merchant_id, next_retry_after, pending, webhook_oid, webhook_url].hash
343
+ [api_user_oid, api_version, application_profile, authentication_type, basic_password, basic_username, compress_events, consecutive_failures, disabled, event_categories, iam_access_key, iam_secret_key, maximum_events, maximum_size, merchant_comments, merchant_id, name, next_retry_after, pending, webhook_oid, webhook_url].hash
324
344
  end
325
345
 
326
346
  # 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.1.98'
14
+ VERSION = '4.1.99'
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: 4.1.98
4
+ version: 4.1.99
5
5
  platform: ruby
6
6
  authors:
7
7
  - UltraCart
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-04 00:00:00.000000000 Z
11
+ date: 2026-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus