increase 1.291.0 → 1.292.0

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: 04701f5cc966f87c80be5d546a0ebfb2c4aceaf452662f5c255ec44700432474
4
- data.tar.gz: f093c60a4d264cc201740c2a011e5cbcc428543e3657e40b397f8cdfc9a279f4
3
+ metadata.gz: b24eedb7f63c0c1f0f735cc2e9ccc0c4bbb1cc4a2460788b29eb544a6231080b
4
+ data.tar.gz: f802d9d1223e6d842e44f2eb7641f4e0584644563678997dc9d867454f37af0e
5
5
  SHA512:
6
- metadata.gz: 9940ffa0a2c97e0135d6b68e1e45480b5becbe596f7615c64e3fa5393ba4075f27f7bfeea819825e96842f1e8a62840a72796e11178b034cd301f7fc8873c195
7
- data.tar.gz: 498d8f2ced98f35711a0aa64fb24a308be1458b870a79245d61483368605292a63e4dda62360e915c261e647d1eb01ea36cc8299b7774e10951225ad2e63de2e
6
+ metadata.gz: 27c29454d2720a5d51cb3b4e94a5eba19d3a9f64224a4582ecbd92b17445e584dc0cf97a719979f82f278e04041cceb3528a466cb0d3858935197867830279e4
7
+ data.tar.gz: c839a7c57216d0c48d0fcc1d54b6c4b794fb6448a8dd626856781f254f6441e2d38859e904d7d17c34edf14a0472e5d214a93f52a6a4c9316cc7fda636b7af1f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.292.0 (2026-04-12)
4
+
5
+ Full Changelog: [v1.291.0...v1.292.0](https://github.com/Increase/increase-ruby/compare/v1.291.0...v1.292.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([7e88207](https://github.com/Increase/increase-ruby/commit/7e8820749f18fd75ac2e5b8e971e61d35b7776bb))
10
+
3
11
  ## 1.291.0 (2026-04-12)
4
12
 
5
13
  Full Changelog: [v1.290.0...v1.291.0](https://github.com/Increase/increase-ruby/compare/v1.290.0...v1.291.0)
data/README.md CHANGED
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
15
15
  <!-- x-release-please-start-version -->
16
16
 
17
17
  ```ruby
18
- gem "increase", "~> 1.291.0"
18
+ gem "increase", "~> 1.292.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -142,6 +142,9 @@ module Increase
142
142
  # Occurs whenever a Card Payment is updated.
143
143
  CARD_PAYMENT_UPDATED = :"card_payment.updated"
144
144
 
145
+ # Occurs whenever a Card Purchase Supplement is created.
146
+ CARD_PURCHASE_SUPPLEMENT_CREATED = :"card_purchase_supplement.created"
147
+
145
148
  # Occurs whenever a Card Profile is created.
146
149
  CARD_PROFILE_CREATED = :"card_profile.created"
147
150
 
@@ -144,6 +144,9 @@ module Increase
144
144
  # Occurs whenever a Card Payment is updated.
145
145
  CARD_PAYMENT_UPDATED = :"card_payment.updated"
146
146
 
147
+ # Occurs whenever a Card Purchase Supplement is created.
148
+ CARD_PURCHASE_SUPPLEMENT_CREATED = :"card_purchase_supplement.created"
149
+
147
150
  # Occurs whenever a Card Profile is created.
148
151
  CARD_PROFILE_CREATED = :"card_profile.created"
149
152
 
@@ -176,6 +176,9 @@ module Increase
176
176
  # Occurs whenever a Card Payment is updated.
177
177
  CARD_PAYMENT_UPDATED = :"card_payment.updated"
178
178
 
179
+ # Occurs whenever a Card Purchase Supplement is created.
180
+ CARD_PURCHASE_SUPPLEMENT_CREATED = :"card_purchase_supplement.created"
181
+
179
182
  # Occurs whenever a Card Profile is created.
180
183
  CARD_PROFILE_CREATED = :"card_profile.created"
181
184
 
@@ -147,6 +147,9 @@ module Increase
147
147
  # Occurs whenever a Card Payment is updated.
148
148
  CARD_PAYMENT_UPDATED = :"card_payment.updated"
149
149
 
150
+ # Occurs whenever a Card Purchase Supplement is created.
151
+ CARD_PURCHASE_SUPPLEMENT_CREATED = :"card_purchase_supplement.created"
152
+
150
153
  # Occurs whenever a Card Profile is created.
151
154
  CARD_PROFILE_CREATED = :"card_profile.created"
152
155
 
@@ -141,6 +141,9 @@ module Increase
141
141
  # Occurs whenever a Card Payment is updated.
142
142
  CARD_PAYMENT_UPDATED = :"card_payment.updated"
143
143
 
144
+ # Occurs whenever a Card Purchase Supplement is created.
145
+ CARD_PURCHASE_SUPPLEMENT_CREATED = :"card_purchase_supplement.created"
146
+
144
147
  # Occurs whenever a Card Profile is created.
145
148
  CARD_PROFILE_CREATED = :"card_profile.created"
146
149
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "1.291.0"
4
+ VERSION = "1.292.0"
5
5
  end
@@ -243,6 +243,13 @@ module Increase
243
243
  Increase::Event::Category::TaggedSymbol
244
244
  )
245
245
 
246
+ # Occurs whenever a Card Purchase Supplement is created.
247
+ CARD_PURCHASE_SUPPLEMENT_CREATED =
248
+ T.let(
249
+ :"card_purchase_supplement.created",
250
+ Increase::Event::Category::TaggedSymbol
251
+ )
252
+
246
253
  # Occurs whenever a Card Profile is created.
247
254
  CARD_PROFILE_CREATED =
248
255
  T.let(
@@ -312,6 +312,13 @@ module Increase
312
312
  Increase::EventListParams::Category::In::TaggedSymbol
313
313
  )
314
314
 
315
+ # Occurs whenever a Card Purchase Supplement is created.
316
+ CARD_PURCHASE_SUPPLEMENT_CREATED =
317
+ T.let(
318
+ :"card_purchase_supplement.created",
319
+ Increase::EventListParams::Category::In::TaggedSymbol
320
+ )
321
+
315
322
  # Occurs whenever a Card Profile is created.
316
323
  CARD_PROFILE_CREATED =
317
324
  T.let(
@@ -346,6 +346,13 @@ module Increase
346
346
  Increase::EventSubscription::SelectedEventCategory::EventCategory::TaggedSymbol
347
347
  )
348
348
 
349
+ # Occurs whenever a Card Purchase Supplement is created.
350
+ CARD_PURCHASE_SUPPLEMENT_CREATED =
351
+ T.let(
352
+ :"card_purchase_supplement.created",
353
+ Increase::EventSubscription::SelectedEventCategory::EventCategory::TaggedSymbol
354
+ )
355
+
349
356
  # Occurs whenever a Card Profile is created.
350
357
  CARD_PROFILE_CREATED =
351
358
  T.let(
@@ -344,6 +344,13 @@ module Increase
344
344
  Increase::EventSubscriptionCreateParams::SelectedEventCategory::EventCategory::TaggedSymbol
345
345
  )
346
346
 
347
+ # Occurs whenever a Card Purchase Supplement is created.
348
+ CARD_PURCHASE_SUPPLEMENT_CREATED =
349
+ T.let(
350
+ :"card_purchase_supplement.created",
351
+ Increase::EventSubscriptionCreateParams::SelectedEventCategory::EventCategory::TaggedSymbol
352
+ )
353
+
347
354
  # Occurs whenever a Card Profile is created.
348
355
  CARD_PROFILE_CREATED =
349
356
  T.let(
@@ -258,6 +258,13 @@ module Increase
258
258
  Increase::UnwrapWebhookEvent::Category::TaggedSymbol
259
259
  )
260
260
 
261
+ # Occurs whenever a Card Purchase Supplement is created.
262
+ CARD_PURCHASE_SUPPLEMENT_CREATED =
263
+ T.let(
264
+ :"card_purchase_supplement.created",
265
+ Increase::UnwrapWebhookEvent::Category::TaggedSymbol
266
+ )
267
+
261
268
  # Occurs whenever a Card Profile is created.
262
269
  CARD_PROFILE_CREATED =
263
270
  T.let(
@@ -66,6 +66,7 @@ module Increase
66
66
  | :"card.updated"
67
67
  | :"card_payment.created"
68
68
  | :"card_payment.updated"
69
+ | :"card_purchase_supplement.created"
69
70
  | :"card_profile.created"
70
71
  | :"card_profile.updated"
71
72
  | :"card_dispute.created"
@@ -227,6 +228,9 @@ module Increase
227
228
  # Occurs whenever a Card Payment is updated.
228
229
  CARD_PAYMENT_UPDATED: :"card_payment.updated"
229
230
 
231
+ # Occurs whenever a Card Purchase Supplement is created.
232
+ CARD_PURCHASE_SUPPLEMENT_CREATED: :"card_purchase_supplement.created"
233
+
230
234
  # Occurs whenever a Card Profile is created.
231
235
  CARD_PROFILE_CREATED: :"card_profile.created"
232
236
 
@@ -99,6 +99,7 @@ module Increase
99
99
  | :"card.updated"
100
100
  | :"card_payment.created"
101
101
  | :"card_payment.updated"
102
+ | :"card_purchase_supplement.created"
102
103
  | :"card_profile.created"
103
104
  | :"card_profile.updated"
104
105
  | :"card_dispute.created"
@@ -260,6 +261,9 @@ module Increase
260
261
  # Occurs whenever a Card Payment is updated.
261
262
  CARD_PAYMENT_UPDATED: :"card_payment.updated"
262
263
 
264
+ # Occurs whenever a Card Purchase Supplement is created.
265
+ CARD_PURCHASE_SUPPLEMENT_CREATED: :"card_purchase_supplement.created"
266
+
263
267
  # Occurs whenever a Card Profile is created.
264
268
  CARD_PROFILE_CREATED: :"card_profile.created"
265
269
 
@@ -92,6 +92,7 @@ module Increase
92
92
  | :"card.updated"
93
93
  | :"card_payment.created"
94
94
  | :"card_payment.updated"
95
+ | :"card_purchase_supplement.created"
95
96
  | :"card_profile.created"
96
97
  | :"card_profile.updated"
97
98
  | :"card_dispute.created"
@@ -253,6 +254,9 @@ module Increase
253
254
  # Occurs whenever a Card Payment is updated.
254
255
  CARD_PAYMENT_UPDATED: :"card_payment.updated"
255
256
 
257
+ # Occurs whenever a Card Purchase Supplement is created.
258
+ CARD_PURCHASE_SUPPLEMENT_CREATED: :"card_purchase_supplement.created"
259
+
256
260
  # Occurs whenever a Card Profile is created.
257
261
  CARD_PROFILE_CREATED: :"card_profile.created"
258
262
 
@@ -95,6 +95,7 @@ module Increase
95
95
  | :"card.updated"
96
96
  | :"card_payment.created"
97
97
  | :"card_payment.updated"
98
+ | :"card_purchase_supplement.created"
98
99
  | :"card_profile.created"
99
100
  | :"card_profile.updated"
100
101
  | :"card_dispute.created"
@@ -256,6 +257,9 @@ module Increase
256
257
  # Occurs whenever a Card Payment is updated.
257
258
  CARD_PAYMENT_UPDATED: :"card_payment.updated"
258
259
 
260
+ # Occurs whenever a Card Purchase Supplement is created.
261
+ CARD_PURCHASE_SUPPLEMENT_CREATED: :"card_purchase_supplement.created"
262
+
259
263
  # Occurs whenever a Card Profile is created.
260
264
  CARD_PROFILE_CREATED: :"card_profile.created"
261
265
 
@@ -66,6 +66,7 @@ module Increase
66
66
  | :"card.updated"
67
67
  | :"card_payment.created"
68
68
  | :"card_payment.updated"
69
+ | :"card_purchase_supplement.created"
69
70
  | :"card_profile.created"
70
71
  | :"card_profile.updated"
71
72
  | :"card_dispute.created"
@@ -227,6 +228,9 @@ module Increase
227
228
  # Occurs whenever a Card Payment is updated.
228
229
  CARD_PAYMENT_UPDATED: :"card_payment.updated"
229
230
 
231
+ # Occurs whenever a Card Purchase Supplement is created.
232
+ CARD_PURCHASE_SUPPLEMENT_CREATED: :"card_purchase_supplement.created"
233
+
230
234
  # Occurs whenever a Card Profile is created.
231
235
  CARD_PROFILE_CREATED: :"card_profile.created"
232
236
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: increase
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.291.0
4
+ version: 1.292.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Increase