increase 1.338.0 → 1.340.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 +4 -4
- data/README.md +1 -1
- data/lib/increase/models/account_create_params.rb +4 -3
- data/lib/increase/models/ach_transfer.rb +19 -18
- data/lib/increase/models/ach_transfer_create_params.rb +48 -36
- data/lib/increase/models/ach_transfer_list_params.rb +1 -1
- data/lib/increase/models/beneficial_owner_create_params.rb +5 -3
- data/lib/increase/models/beneficial_owner_update_params.rb +2 -1
- data/lib/increase/models/card_push_transfer.rb +3 -3
- data/lib/increase/models/card_push_transfer_list_params.rb +3 -3
- data/lib/increase/models/check_transfer.rb +8 -2
- data/lib/increase/models/check_transfer_list_params.rb +3 -0
- data/lib/increase/models/entity.rb +8 -6
- data/lib/increase/models/entity_create_params.rb +19 -10
- data/lib/increase/models/entity_supplemental_document.rb +1 -1
- data/lib/increase/models/entity_update_params.rb +5 -4
- data/lib/increase/models/fednow_transfer.rb +3 -3
- data/lib/increase/models/fednow_transfer_list_params.rb +3 -3
- data/lib/increase/models/inbound_mail_item.rb +3 -1
- data/lib/increase/models/inbound_real_time_payments_transfer.rb +1 -1
- data/lib/increase/models/lockbox_address.rb +5 -1
- data/lib/increase/models/lockbox_recipient_create_params.rb +3 -2
- data/lib/increase/models/pending_transaction.rb +5 -2
- data/lib/increase/models/pending_transaction_list_params.rb +1 -1
- data/lib/increase/models/physical_card.rb +5 -2
- data/lib/increase/models/real_time_payments_transfer.rb +3 -3
- data/lib/increase/models/real_time_payments_transfer_list_params.rb +3 -3
- data/lib/increase/models/simulations/inbound_ach_transfer_create_params.rb +3 -2
- data/lib/increase/models/simulations/inbound_mail_item_create_params.rb +6 -4
- data/lib/increase/models/simulations/physical_card_create_params.rb +5 -2
- data/lib/increase/models/swift_transfer.rb +3 -3
- data/lib/increase/models/swift_transfer_list_params.rb +3 -3
- data/lib/increase/models/transaction.rb +7 -4
- data/lib/increase/models/wire_transfer.rb +3 -3
- data/lib/increase/models/wire_transfer_list_params.rb +3 -3
- data/lib/increase/resources/accounts.rb +1 -1
- data/lib/increase/resources/ach_transfers.rb +10 -10
- data/lib/increase/resources/beneficial_owners.rb +1 -1
- data/lib/increase/resources/inbound_mail_items.rb +3 -1
- data/lib/increase/resources/lockbox_addresses.rb +4 -1
- data/lib/increase/resources/lockbox_recipients.rb +1 -1
- data/lib/increase/resources/simulations/card_authorizations.rb +4 -1
- data/lib/increase/resources/simulations/inbound_ach_transfers.rb +1 -1
- data/lib/increase/resources/simulations/inbound_mail_items.rb +6 -3
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/account_create_params.rbi +6 -4
- data/rbi/increase/models/ach_transfer.rbi +22 -19
- data/rbi/increase/models/ach_transfer_create_params.rbi +67 -45
- data/rbi/increase/models/ach_transfer_list_params.rbi +1 -1
- data/rbi/increase/models/beneficial_owner_create_params.rbi +8 -4
- data/rbi/increase/models/beneficial_owner_update_params.rbi +4 -2
- data/rbi/increase/models/card_push_transfer.rbi +7 -7
- data/rbi/increase/models/card_push_transfer_list_params.rbi +7 -7
- data/rbi/increase/models/check_transfer.rbi +16 -2
- data/rbi/increase/models/check_transfer_list_params.rbi +7 -0
- data/rbi/increase/models/entity.rbi +9 -6
- data/rbi/increase/models/entity_create_params.rbi +34 -17
- data/rbi/increase/models/entity_supplemental_document.rbi +1 -1
- data/rbi/increase/models/entity_update_params.rbi +8 -6
- data/rbi/increase/models/fednow_transfer.rbi +7 -7
- data/rbi/increase/models/fednow_transfer_list_params.rbi +7 -7
- data/rbi/increase/models/inbound_mail_item.rbi +3 -1
- data/rbi/increase/models/inbound_real_time_payments_transfer.rbi +1 -1
- data/rbi/increase/models/lockbox_address.rbi +5 -1
- data/rbi/increase/models/lockbox_recipient_create_params.rbi +4 -2
- data/rbi/increase/models/pending_transaction.rbi +9 -3
- data/rbi/increase/models/pending_transaction_list_params.rbi +1 -1
- data/rbi/increase/models/physical_card.rbi +9 -2
- data/rbi/increase/models/real_time_payments_transfer.rbi +7 -7
- data/rbi/increase/models/real_time_payments_transfer_list_params.rbi +7 -7
- data/rbi/increase/models/simulations/inbound_ach_transfer_create_params.rbi +4 -2
- data/rbi/increase/models/simulations/inbound_mail_item_create_params.rbi +8 -4
- data/rbi/increase/models/simulations/physical_card_create_params.rbi +9 -2
- data/rbi/increase/models/swift_transfer.rbi +7 -7
- data/rbi/increase/models/swift_transfer_list_params.rbi +7 -7
- data/rbi/increase/models/transaction.rbi +10 -5
- data/rbi/increase/models/wire_transfer.rbi +4 -4
- data/rbi/increase/models/wire_transfer_list_params.rbi +7 -7
- data/rbi/increase/resources/accounts.rbi +3 -2
- data/rbi/increase/resources/ach_transfers.rbi +29 -19
- data/rbi/increase/resources/beneficial_owners.rbi +2 -1
- data/rbi/increase/resources/inbound_mail_items.rbi +3 -1
- data/rbi/increase/resources/lockbox_addresses.rbi +4 -1
- data/rbi/increase/resources/lockbox_recipients.rbi +2 -1
- data/rbi/increase/resources/simulations/card_authorizations.rbi +4 -1
- data/rbi/increase/resources/simulations/inbound_ach_transfers.rbi +2 -1
- data/rbi/increase/resources/simulations/inbound_mail_items.rbi +8 -3
- data/sig/increase/models/ach_transfer.rbs +2 -2
- data/sig/increase/models/ach_transfer_create_params.rbs +1 -1
- data/sig/increase/models/ach_transfer_list_params.rbs +1 -1
- data/sig/increase/models/card_push_transfer.rbs +4 -4
- data/sig/increase/models/card_push_transfer_list_params.rbs +4 -4
- data/sig/increase/models/check_transfer.rbs +10 -2
- data/sig/increase/models/check_transfer_list_params.rbs +4 -0
- data/sig/increase/models/fednow_transfer.rbs +5 -5
- data/sig/increase/models/fednow_transfer_list_params.rbs +5 -5
- data/sig/increase/models/inbound_real_time_payments_transfer.rbs +1 -1
- data/sig/increase/models/pending_transaction.rbs +1 -1
- data/sig/increase/models/pending_transaction_list_params.rbs +1 -1
- data/sig/increase/models/physical_card.rbs +6 -2
- data/sig/increase/models/real_time_payments_transfer.rbs +4 -4
- data/sig/increase/models/real_time_payments_transfer_list_params.rbs +4 -4
- data/sig/increase/models/simulations/physical_card_create_params.rbs +6 -2
- data/sig/increase/models/swift_transfer.rbs +4 -4
- data/sig/increase/models/swift_transfer_list_params.rbs +4 -4
- data/sig/increase/models/wire_transfer.rbs +4 -4
- data/sig/increase/models/wire_transfer_list_params.rbs +4 -4
- metadata +2 -3
- data/CHANGELOG.md +0 -4541
|
@@ -61,6 +61,7 @@ module Increase
|
|
|
61
61
|
| :processed_for_delivery
|
|
62
62
|
| :delivered
|
|
63
63
|
| :delivery_issue
|
|
64
|
+
| :returning_to_sender
|
|
64
65
|
| :returned_to_sender
|
|
65
66
|
|
|
66
67
|
module Category
|
|
@@ -75,10 +76,13 @@ module Increase
|
|
|
75
76
|
# The physical card has been delivered. Note that some couriers track delivery status based on driver location data rather than an explicit scan. While uncommon, a single physical card may have more than one delivered event.
|
|
76
77
|
DELIVERED: :delivered
|
|
77
78
|
|
|
78
|
-
# There is an issue preventing delivery. The delivery will be attempted again if possible. If the issue cannot be resolved, the physical card will be
|
|
79
|
+
# There is an issue preventing delivery. The delivery will be attempted again if possible. If the issue cannot be resolved, the physical card will be rerouted to the return address.
|
|
79
80
|
DELIVERY_ISSUE: :delivery_issue
|
|
80
81
|
|
|
81
|
-
#
|
|
82
|
+
# The physical card has been rerouted to the return address.
|
|
83
|
+
RETURNING_TO_SENDER: :returning_to_sender
|
|
84
|
+
|
|
85
|
+
# The physical card has been delivered to the return address.
|
|
82
86
|
RETURNED_TO_SENDER: :returned_to_sender
|
|
83
87
|
|
|
84
88
|
def self?.values: -> ::Array[Increase::Models::Simulations::PhysicalCardCreateParams::category]
|
|
@@ -298,9 +298,9 @@ module Increase
|
|
|
298
298
|
type status =
|
|
299
299
|
:pending_approval
|
|
300
300
|
| :canceled
|
|
301
|
+
| :pending_initiating
|
|
301
302
|
| :pending_reviewing
|
|
302
303
|
| :requires_attention
|
|
303
|
-
| :pending_initiating
|
|
304
304
|
| :initiated
|
|
305
305
|
| :rejected
|
|
306
306
|
| :returned
|
|
@@ -314,15 +314,15 @@ module Increase
|
|
|
314
314
|
# The transfer has been canceled.
|
|
315
315
|
CANCELED: :canceled
|
|
316
316
|
|
|
317
|
+
# The transfer is pending initiation.
|
|
318
|
+
PENDING_INITIATING: :pending_initiating
|
|
319
|
+
|
|
317
320
|
# The transfer is pending review by Increase.
|
|
318
321
|
PENDING_REVIEWING: :pending_reviewing
|
|
319
322
|
|
|
320
323
|
# The transfer requires attention from an Increase operator.
|
|
321
324
|
REQUIRES_ATTENTION: :requires_attention
|
|
322
325
|
|
|
323
|
-
# The transfer is pending initiation.
|
|
324
|
-
PENDING_INITIATING: :pending_initiating
|
|
325
|
-
|
|
326
326
|
# The transfer has been initiated.
|
|
327
327
|
INITIATED: :initiated
|
|
328
328
|
|
|
@@ -119,9 +119,9 @@ module Increase
|
|
|
119
119
|
type in_ =
|
|
120
120
|
:pending_approval
|
|
121
121
|
| :canceled
|
|
122
|
+
| :pending_initiating
|
|
122
123
|
| :pending_reviewing
|
|
123
124
|
| :requires_attention
|
|
124
|
-
| :pending_initiating
|
|
125
125
|
| :initiated
|
|
126
126
|
| :rejected
|
|
127
127
|
| :returned
|
|
@@ -135,15 +135,15 @@ module Increase
|
|
|
135
135
|
# The transfer has been canceled.
|
|
136
136
|
CANCELED: :canceled
|
|
137
137
|
|
|
138
|
+
# The transfer is pending initiation.
|
|
139
|
+
PENDING_INITIATING: :pending_initiating
|
|
140
|
+
|
|
138
141
|
# The transfer is pending review by Increase.
|
|
139
142
|
PENDING_REVIEWING: :pending_reviewing
|
|
140
143
|
|
|
141
144
|
# The transfer requires attention from an Increase operator.
|
|
142
145
|
REQUIRES_ATTENTION: :requires_attention
|
|
143
146
|
|
|
144
|
-
# The transfer is pending initiation.
|
|
145
|
-
PENDING_INITIATING: :pending_initiating
|
|
146
|
-
|
|
147
147
|
# The transfer has been initiated.
|
|
148
148
|
INITIATED: :initiated
|
|
149
149
|
|
|
@@ -537,10 +537,10 @@ module Increase
|
|
|
537
537
|
type status =
|
|
538
538
|
:pending_approval
|
|
539
539
|
| :canceled
|
|
540
|
+
| :pending_creating
|
|
540
541
|
| :pending_reviewing
|
|
541
542
|
| :rejected
|
|
542
543
|
| :requires_attention
|
|
543
|
-
| :pending_creating
|
|
544
544
|
| :reversed
|
|
545
545
|
| :submitted
|
|
546
546
|
| :complete
|
|
@@ -554,6 +554,9 @@ module Increase
|
|
|
554
554
|
# The transfer has been canceled.
|
|
555
555
|
CANCELED: :canceled
|
|
556
556
|
|
|
557
|
+
# The transfer is pending creation.
|
|
558
|
+
PENDING_CREATING: :pending_creating
|
|
559
|
+
|
|
557
560
|
# The transfer is pending review by Increase.
|
|
558
561
|
PENDING_REVIEWING: :pending_reviewing
|
|
559
562
|
|
|
@@ -563,9 +566,6 @@ module Increase
|
|
|
563
566
|
# The transfer requires attention from an Increase operator.
|
|
564
567
|
REQUIRES_ATTENTION: :requires_attention
|
|
565
568
|
|
|
566
|
-
# The transfer is pending creation.
|
|
567
|
-
PENDING_CREATING: :pending_creating
|
|
568
|
-
|
|
569
569
|
# The transfer has been reversed.
|
|
570
570
|
REVERSED: :reversed
|
|
571
571
|
|
|
@@ -126,10 +126,10 @@ module Increase
|
|
|
126
126
|
type in_ =
|
|
127
127
|
:pending_approval
|
|
128
128
|
| :canceled
|
|
129
|
+
| :pending_creating
|
|
129
130
|
| :pending_reviewing
|
|
130
131
|
| :rejected
|
|
131
132
|
| :requires_attention
|
|
132
|
-
| :pending_creating
|
|
133
133
|
| :reversed
|
|
134
134
|
| :submitted
|
|
135
135
|
| :complete
|
|
@@ -143,6 +143,9 @@ module Increase
|
|
|
143
143
|
# The transfer has been canceled.
|
|
144
144
|
CANCELED: :canceled
|
|
145
145
|
|
|
146
|
+
# The transfer is pending creation.
|
|
147
|
+
PENDING_CREATING: :pending_creating
|
|
148
|
+
|
|
146
149
|
# The transfer is pending review by Increase.
|
|
147
150
|
PENDING_REVIEWING: :pending_reviewing
|
|
148
151
|
|
|
@@ -152,9 +155,6 @@ module Increase
|
|
|
152
155
|
# The transfer requires attention from an Increase operator.
|
|
153
156
|
REQUIRES_ATTENTION: :requires_attention
|
|
154
157
|
|
|
155
|
-
# The transfer is pending creation.
|
|
156
|
-
PENDING_CREATING: :pending_creating
|
|
157
|
-
|
|
158
158
|
# The transfer has been reversed.
|
|
159
159
|
REVERSED: :reversed
|
|
160
160
|
|
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.
|
|
4
|
+
version: 1.340.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Increase
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-06-
|
|
11
|
+
date: 2026-06-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|
|
@@ -60,7 +60,6 @@ extra_rdoc_files:
|
|
|
60
60
|
- README.md
|
|
61
61
|
files:
|
|
62
62
|
- ".ignore"
|
|
63
|
-
- CHANGELOG.md
|
|
64
63
|
- README.md
|
|
65
64
|
- SECURITY.md
|
|
66
65
|
- lib/increase.rb
|