increase 1.118.0 → 1.120.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: 6b73f6f6c18a2975fe37f37cee2f2a9e33cd9f3d4c7495a520f57ffaaa243dcd
4
- data.tar.gz: 5a1fd6234d33ca6d1c4d1d51c0eab7545bd86e8a3ebbd6650dc13b914f7edaaa
3
+ metadata.gz: 6c02a9f705eb858df139c51f9e6530f9406e7109c29ec150cba73fae641752c3
4
+ data.tar.gz: 90a428353e5e021b7d03f49eed06e6fa35d411ac46c2155559fd00e1af8959e9
5
5
  SHA512:
6
- metadata.gz: e520fde5886db5bf195115bc439cd368dd0c66d385e6ef87d3697dcf27d5a52a7ba329d43f18f79248aebfd94a55af50070f6cf9b5dee4095400aa2daa171e2d
7
- data.tar.gz: d2f25212e1346181d4a6208d25afd20a016109d2c7a35992ea01b00d2c9b2116e13c2e3e345daa27ad21d421b56b6e9c21cb168dbe7573db9243b2bac5678988
6
+ metadata.gz: 4a7ceaee2d2f5d7231cb896b66b0f7c996441867dadcf7859344a2bb39e22f41b34b6e3b1e2783e74c0fd2103679af3d2e5ef9228f14dadb8689913121acae2c
7
+ data.tar.gz: afac6723d0d71c9db846c4733ad06b854da8394e07fd088220484814c87c47fb2eb19c925207bb7532b5cb243f9632329364e88702b666588e7bbf2bbfcac03a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.120.0 (2025-10-29)
4
+
5
+ Full Changelog: [v1.119.0...v1.120.0](https://github.com/Increase/increase-ruby/compare/v1.119.0...v1.120.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([50e4728](https://github.com/Increase/increase-ruby/commit/50e47280d36a4e8339026f810158a3b0ff127651))
10
+
11
+ ## 1.119.0 (2025-10-28)
12
+
13
+ Full Changelog: [v1.118.0...v1.119.0](https://github.com/Increase/increase-ruby/compare/v1.118.0...v1.119.0)
14
+
15
+ ### Features
16
+
17
+ * **api:** api update ([79f92ca](https://github.com/Increase/increase-ruby/commit/79f92caced5c476954660e4648ad6bd18a1034c2))
18
+
3
19
  ## 1.118.0 (2025-10-28)
4
20
 
5
21
  Full Changelog: [v1.117.0...v1.118.0](https://github.com/Increase/increase-ruby/compare/v1.117.0...v1.118.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.118.0"
18
+ gem "increase", "~> 1.120.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -21,7 +21,7 @@ module Increase
21
21
 
22
22
  # @!attribute informational_entity_id
23
23
  # The identifier of an Entity that, while not owning the Account, is associated
24
- # with its activity. Its relationship to your group must be `informational`.
24
+ # with its activity. This is generally the beneficiary of the funds.
25
25
  #
26
26
  # @return [String, nil]
27
27
  optional :informational_entity_id, String
@@ -280,18 +280,6 @@ module Increase
280
280
  # Occurs whenever an OAuth Connection is deactivated.
281
281
  OAUTH_CONNECTION_DEACTIVATED = :"oauth_connection.deactivated"
282
282
 
283
- # Occurs whenever a Card Push Transfer is created.
284
- OUTBOUND_CARD_PUSH_TRANSFER_CREATED = :"outbound_card_push_transfer.created"
285
-
286
- # Occurs whenever a Card Push Transfer is updated.
287
- OUTBOUND_CARD_PUSH_TRANSFER_UPDATED = :"outbound_card_push_transfer.updated"
288
-
289
- # Occurs whenever a Card Validation is created.
290
- OUTBOUND_CARD_VALIDATION_CREATED = :"outbound_card_validation.created"
291
-
292
- # Occurs whenever a Card Validation is updated.
293
- OUTBOUND_CARD_VALIDATION_UPDATED = :"outbound_card_validation.updated"
294
-
295
283
  # Occurs whenever a Card Push Transfer is created.
296
284
  CARD_PUSH_TRANSFER_CREATED = :"card_push_transfer.created"
297
285
 
@@ -282,18 +282,6 @@ module Increase
282
282
  # Occurs whenever an OAuth Connection is deactivated.
283
283
  OAUTH_CONNECTION_DEACTIVATED = :"oauth_connection.deactivated"
284
284
 
285
- # Occurs whenever a Card Push Transfer is created.
286
- OUTBOUND_CARD_PUSH_TRANSFER_CREATED = :"outbound_card_push_transfer.created"
287
-
288
- # Occurs whenever a Card Push Transfer is updated.
289
- OUTBOUND_CARD_PUSH_TRANSFER_UPDATED = :"outbound_card_push_transfer.updated"
290
-
291
- # Occurs whenever a Card Validation is created.
292
- OUTBOUND_CARD_VALIDATION_CREATED = :"outbound_card_validation.created"
293
-
294
- # Occurs whenever a Card Validation is updated.
295
- OUTBOUND_CARD_VALIDATION_UPDATED = :"outbound_card_validation.updated"
296
-
297
285
  # Occurs whenever a Card Push Transfer is created.
298
286
  CARD_PUSH_TRANSFER_CREATED = :"card_push_transfer.created"
299
287
 
@@ -303,18 +303,6 @@ module Increase
303
303
  # Occurs whenever an OAuth Connection is deactivated.
304
304
  OAUTH_CONNECTION_DEACTIVATED = :"oauth_connection.deactivated"
305
305
 
306
- # Occurs whenever a Card Push Transfer is created.
307
- OUTBOUND_CARD_PUSH_TRANSFER_CREATED = :"outbound_card_push_transfer.created"
308
-
309
- # Occurs whenever a Card Push Transfer is updated.
310
- OUTBOUND_CARD_PUSH_TRANSFER_UPDATED = :"outbound_card_push_transfer.updated"
311
-
312
- # Occurs whenever a Card Validation is created.
313
- OUTBOUND_CARD_VALIDATION_CREATED = :"outbound_card_validation.created"
314
-
315
- # Occurs whenever a Card Validation is updated.
316
- OUTBOUND_CARD_VALIDATION_UPDATED = :"outbound_card_validation.updated"
317
-
318
306
  # Occurs whenever a Card Push Transfer is created.
319
307
  CARD_PUSH_TRANSFER_CREATED = :"card_push_transfer.created"
320
308
 
@@ -272,18 +272,6 @@ module Increase
272
272
  # Occurs whenever an OAuth Connection is deactivated.
273
273
  OAUTH_CONNECTION_DEACTIVATED = :"oauth_connection.deactivated"
274
274
 
275
- # Occurs whenever a Card Push Transfer is created.
276
- OUTBOUND_CARD_PUSH_TRANSFER_CREATED = :"outbound_card_push_transfer.created"
277
-
278
- # Occurs whenever a Card Push Transfer is updated.
279
- OUTBOUND_CARD_PUSH_TRANSFER_UPDATED = :"outbound_card_push_transfer.updated"
280
-
281
- # Occurs whenever a Card Validation is created.
282
- OUTBOUND_CARD_VALIDATION_CREATED = :"outbound_card_validation.created"
283
-
284
- # Occurs whenever a Card Validation is updated.
285
- OUTBOUND_CARD_VALIDATION_UPDATED = :"outbound_card_validation.updated"
286
-
287
275
  # Occurs whenever a Card Push Transfer is created.
288
276
  CARD_PUSH_TRANSFER_CREATED = :"card_push_transfer.created"
289
277
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "1.118.0"
4
+ VERSION = "1.120.0"
5
5
  end
@@ -23,7 +23,7 @@ module Increase
23
23
  attr_writer :entity_id
24
24
 
25
25
  # The identifier of an Entity that, while not owning the Account, is associated
26
- # with its activity. Its relationship to your group must be `informational`.
26
+ # with its activity. This is generally the beneficiary of the funds.
27
27
  sig { returns(T.nilable(String)) }
28
28
  attr_reader :informational_entity_id
29
29
 
@@ -53,7 +53,7 @@ module Increase
53
53
  # The identifier for the Entity that will own the Account.
54
54
  entity_id: nil,
55
55
  # The identifier of an Entity that, while not owning the Account, is associated
56
- # with its activity. Its relationship to your group must be `informational`.
56
+ # with its activity. This is generally the beneficiary of the funds.
57
57
  informational_entity_id: nil,
58
58
  # The identifier for the Program that this Account falls under. Required if you
59
59
  # operate more than one Program.
@@ -535,34 +535,6 @@ module Increase
535
535
  Increase::Event::Category::TaggedSymbol
536
536
  )
537
537
 
538
- # Occurs whenever a Card Push Transfer is created.
539
- OUTBOUND_CARD_PUSH_TRANSFER_CREATED =
540
- T.let(
541
- :"outbound_card_push_transfer.created",
542
- Increase::Event::Category::TaggedSymbol
543
- )
544
-
545
- # Occurs whenever a Card Push Transfer is updated.
546
- OUTBOUND_CARD_PUSH_TRANSFER_UPDATED =
547
- T.let(
548
- :"outbound_card_push_transfer.updated",
549
- Increase::Event::Category::TaggedSymbol
550
- )
551
-
552
- # Occurs whenever a Card Validation is created.
553
- OUTBOUND_CARD_VALIDATION_CREATED =
554
- T.let(
555
- :"outbound_card_validation.created",
556
- Increase::Event::Category::TaggedSymbol
557
- )
558
-
559
- # Occurs whenever a Card Validation is updated.
560
- OUTBOUND_CARD_VALIDATION_UPDATED =
561
- T.let(
562
- :"outbound_card_validation.updated",
563
- Increase::Event::Category::TaggedSymbol
564
- )
565
-
566
538
  # Occurs whenever a Card Push Transfer is created.
567
539
  CARD_PUSH_TRANSFER_CREATED =
568
540
  T.let(
@@ -634,34 +634,6 @@ module Increase
634
634
  Increase::EventListParams::Category::In::TaggedSymbol
635
635
  )
636
636
 
637
- # Occurs whenever a Card Push Transfer is created.
638
- OUTBOUND_CARD_PUSH_TRANSFER_CREATED =
639
- T.let(
640
- :"outbound_card_push_transfer.created",
641
- Increase::EventListParams::Category::In::TaggedSymbol
642
- )
643
-
644
- # Occurs whenever a Card Push Transfer is updated.
645
- OUTBOUND_CARD_PUSH_TRANSFER_UPDATED =
646
- T.let(
647
- :"outbound_card_push_transfer.updated",
648
- Increase::EventListParams::Category::In::TaggedSymbol
649
- )
650
-
651
- # Occurs whenever a Card Validation is created.
652
- OUTBOUND_CARD_VALIDATION_CREATED =
653
- T.let(
654
- :"outbound_card_validation.created",
655
- Increase::EventListParams::Category::In::TaggedSymbol
656
- )
657
-
658
- # Occurs whenever a Card Validation is updated.
659
- OUTBOUND_CARD_VALIDATION_UPDATED =
660
- T.let(
661
- :"outbound_card_validation.updated",
662
- Increase::EventListParams::Category::In::TaggedSymbol
663
- )
664
-
665
637
  # Occurs whenever a Card Push Transfer is created.
666
638
  CARD_PUSH_TRANSFER_CREATED =
667
639
  T.let(
@@ -618,34 +618,6 @@ module Increase
618
618
  Increase::EventSubscription::SelectedEventCategory::TaggedSymbol
619
619
  )
620
620
 
621
- # Occurs whenever a Card Push Transfer is created.
622
- OUTBOUND_CARD_PUSH_TRANSFER_CREATED =
623
- T.let(
624
- :"outbound_card_push_transfer.created",
625
- Increase::EventSubscription::SelectedEventCategory::TaggedSymbol
626
- )
627
-
628
- # Occurs whenever a Card Push Transfer is updated.
629
- OUTBOUND_CARD_PUSH_TRANSFER_UPDATED =
630
- T.let(
631
- :"outbound_card_push_transfer.updated",
632
- Increase::EventSubscription::SelectedEventCategory::TaggedSymbol
633
- )
634
-
635
- # Occurs whenever a Card Validation is created.
636
- OUTBOUND_CARD_VALIDATION_CREATED =
637
- T.let(
638
- :"outbound_card_validation.created",
639
- Increase::EventSubscription::SelectedEventCategory::TaggedSymbol
640
- )
641
-
642
- # Occurs whenever a Card Validation is updated.
643
- OUTBOUND_CARD_VALIDATION_UPDATED =
644
- T.let(
645
- :"outbound_card_validation.updated",
646
- Increase::EventSubscription::SelectedEventCategory::TaggedSymbol
647
- )
648
-
649
621
  # Occurs whenever a Card Push Transfer is created.
650
622
  CARD_PUSH_TRANSFER_CREATED =
651
623
  T.let(
@@ -617,34 +617,6 @@ module Increase
617
617
  Increase::EventSubscriptionCreateParams::SelectedEventCategory::TaggedSymbol
618
618
  )
619
619
 
620
- # Occurs whenever a Card Push Transfer is created.
621
- OUTBOUND_CARD_PUSH_TRANSFER_CREATED =
622
- T.let(
623
- :"outbound_card_push_transfer.created",
624
- Increase::EventSubscriptionCreateParams::SelectedEventCategory::TaggedSymbol
625
- )
626
-
627
- # Occurs whenever a Card Push Transfer is updated.
628
- OUTBOUND_CARD_PUSH_TRANSFER_UPDATED =
629
- T.let(
630
- :"outbound_card_push_transfer.updated",
631
- Increase::EventSubscriptionCreateParams::SelectedEventCategory::TaggedSymbol
632
- )
633
-
634
- # Occurs whenever a Card Validation is created.
635
- OUTBOUND_CARD_VALIDATION_CREATED =
636
- T.let(
637
- :"outbound_card_validation.created",
638
- Increase::EventSubscriptionCreateParams::SelectedEventCategory::TaggedSymbol
639
- )
640
-
641
- # Occurs whenever a Card Validation is updated.
642
- OUTBOUND_CARD_VALIDATION_UPDATED =
643
- T.let(
644
- :"outbound_card_validation.updated",
645
- Increase::EventSubscriptionCreateParams::SelectedEventCategory::TaggedSymbol
646
- )
647
-
648
620
  # Occurs whenever a Card Push Transfer is created.
649
621
  CARD_PUSH_TRANSFER_CREATED =
650
622
  T.let(
@@ -19,7 +19,7 @@ module Increase
19
19
  # The identifier for the Entity that will own the Account.
20
20
  entity_id: nil,
21
21
  # The identifier of an Entity that, while not owning the Account, is associated
22
- # with its activity. Its relationship to your group must be `informational`.
22
+ # with its activity. This is generally the beneficiary of the funds.
23
23
  informational_entity_id: nil,
24
24
  # The identifier for the Program that this Account falls under. Required if you
25
25
  # operate more than one Program.
@@ -112,10 +112,6 @@ module Increase
112
112
  | :"lockbox.updated"
113
113
  | :"oauth_connection.created"
114
114
  | :"oauth_connection.deactivated"
115
- | :"outbound_card_push_transfer.created"
116
- | :"outbound_card_push_transfer.updated"
117
- | :"outbound_card_validation.created"
118
- | :"outbound_card_validation.updated"
119
115
  | :"card_push_transfer.created"
120
116
  | :"card_push_transfer.updated"
121
117
  | :"card_validation.created"
@@ -360,18 +356,6 @@ module Increase
360
356
  # Occurs whenever an OAuth Connection is deactivated.
361
357
  OAUTH_CONNECTION_DEACTIVATED: :"oauth_connection.deactivated"
362
358
 
363
- # Occurs whenever a Card Push Transfer is created.
364
- OUTBOUND_CARD_PUSH_TRANSFER_CREATED: :"outbound_card_push_transfer.created"
365
-
366
- # Occurs whenever a Card Push Transfer is updated.
367
- OUTBOUND_CARD_PUSH_TRANSFER_UPDATED: :"outbound_card_push_transfer.updated"
368
-
369
- # Occurs whenever a Card Validation is created.
370
- OUTBOUND_CARD_VALIDATION_CREATED: :"outbound_card_validation.created"
371
-
372
- # Occurs whenever a Card Validation is updated.
373
- OUTBOUND_CARD_VALIDATION_UPDATED: :"outbound_card_validation.updated"
374
-
375
359
  # Occurs whenever a Card Push Transfer is created.
376
360
  CARD_PUSH_TRANSFER_CREATED: :"card_push_transfer.created"
377
361
 
@@ -145,10 +145,6 @@ module Increase
145
145
  | :"lockbox.updated"
146
146
  | :"oauth_connection.created"
147
147
  | :"oauth_connection.deactivated"
148
- | :"outbound_card_push_transfer.created"
149
- | :"outbound_card_push_transfer.updated"
150
- | :"outbound_card_validation.created"
151
- | :"outbound_card_validation.updated"
152
148
  | :"card_push_transfer.created"
153
149
  | :"card_push_transfer.updated"
154
150
  | :"card_validation.created"
@@ -393,18 +389,6 @@ module Increase
393
389
  # Occurs whenever an OAuth Connection is deactivated.
394
390
  OAUTH_CONNECTION_DEACTIVATED: :"oauth_connection.deactivated"
395
391
 
396
- # Occurs whenever a Card Push Transfer is created.
397
- OUTBOUND_CARD_PUSH_TRANSFER_CREATED: :"outbound_card_push_transfer.created"
398
-
399
- # Occurs whenever a Card Push Transfer is updated.
400
- OUTBOUND_CARD_PUSH_TRANSFER_UPDATED: :"outbound_card_push_transfer.updated"
401
-
402
- # Occurs whenever a Card Validation is created.
403
- OUTBOUND_CARD_VALIDATION_CREATED: :"outbound_card_validation.created"
404
-
405
- # Occurs whenever a Card Validation is updated.
406
- OUTBOUND_CARD_VALIDATION_UPDATED: :"outbound_card_validation.updated"
407
-
408
392
  # Occurs whenever a Card Push Transfer is created.
409
393
  CARD_PUSH_TRANSFER_CREATED: :"card_push_transfer.created"
410
394
 
@@ -122,10 +122,6 @@ module Increase
122
122
  | :"lockbox.updated"
123
123
  | :"oauth_connection.created"
124
124
  | :"oauth_connection.deactivated"
125
- | :"outbound_card_push_transfer.created"
126
- | :"outbound_card_push_transfer.updated"
127
- | :"outbound_card_validation.created"
128
- | :"outbound_card_validation.updated"
129
125
  | :"card_push_transfer.created"
130
126
  | :"card_push_transfer.updated"
131
127
  | :"card_validation.created"
@@ -370,18 +366,6 @@ module Increase
370
366
  # Occurs whenever an OAuth Connection is deactivated.
371
367
  OAUTH_CONNECTION_DEACTIVATED: :"oauth_connection.deactivated"
372
368
 
373
- # Occurs whenever a Card Push Transfer is created.
374
- OUTBOUND_CARD_PUSH_TRANSFER_CREATED: :"outbound_card_push_transfer.created"
375
-
376
- # Occurs whenever a Card Push Transfer is updated.
377
- OUTBOUND_CARD_PUSH_TRANSFER_UPDATED: :"outbound_card_push_transfer.updated"
378
-
379
- # Occurs whenever a Card Validation is created.
380
- OUTBOUND_CARD_VALIDATION_CREATED: :"outbound_card_validation.created"
381
-
382
- # Occurs whenever a Card Validation is updated.
383
- OUTBOUND_CARD_VALIDATION_UPDATED: :"outbound_card_validation.updated"
384
-
385
369
  # Occurs whenever a Card Push Transfer is created.
386
370
  CARD_PUSH_TRANSFER_CREATED: :"card_push_transfer.created"
387
371
 
@@ -125,10 +125,6 @@ module Increase
125
125
  | :"lockbox.updated"
126
126
  | :"oauth_connection.created"
127
127
  | :"oauth_connection.deactivated"
128
- | :"outbound_card_push_transfer.created"
129
- | :"outbound_card_push_transfer.updated"
130
- | :"outbound_card_validation.created"
131
- | :"outbound_card_validation.updated"
132
128
  | :"card_push_transfer.created"
133
129
  | :"card_push_transfer.updated"
134
130
  | :"card_validation.created"
@@ -373,18 +369,6 @@ module Increase
373
369
  # Occurs whenever an OAuth Connection is deactivated.
374
370
  OAUTH_CONNECTION_DEACTIVATED: :"oauth_connection.deactivated"
375
371
 
376
- # Occurs whenever a Card Push Transfer is created.
377
- OUTBOUND_CARD_PUSH_TRANSFER_CREATED: :"outbound_card_push_transfer.created"
378
-
379
- # Occurs whenever a Card Push Transfer is updated.
380
- OUTBOUND_CARD_PUSH_TRANSFER_UPDATED: :"outbound_card_push_transfer.updated"
381
-
382
- # Occurs whenever a Card Validation is created.
383
- OUTBOUND_CARD_VALIDATION_CREATED: :"outbound_card_validation.created"
384
-
385
- # Occurs whenever a Card Validation is updated.
386
- OUTBOUND_CARD_VALIDATION_UPDATED: :"outbound_card_validation.updated"
387
-
388
372
  # Occurs whenever a Card Push Transfer is created.
389
373
  CARD_PUSH_TRANSFER_CREATED: :"card_push_transfer.created"
390
374
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: increase
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.118.0
4
+ version: 1.120.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Increase
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-10-28 00:00:00.000000000 Z
11
+ date: 2025-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: connection_pool