increase 1.338.0 → 1.339.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 +2 -1
- 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 +5 -2
- data/lib/increase/models/entity_create_params.rb +16 -8
- data/lib/increase/models/entity_update_params.rb +2 -1
- 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/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 +4 -2
- 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 +9 -2
- data/rbi/increase/models/entity_create_params.rbi +30 -15
- data/rbi/increase/models/entity_update_params.rbi +4 -2
- 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/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 +6 -2
- 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
|
@@ -121,9 +121,9 @@ module Increase
|
|
|
121
121
|
type in_ =
|
|
122
122
|
:pending_approval
|
|
123
123
|
| :canceled
|
|
124
|
+
| :pending_submission
|
|
124
125
|
| :pending_reviewing
|
|
125
126
|
| :requires_attention
|
|
126
|
-
| :pending_submission
|
|
127
127
|
| :submitted
|
|
128
128
|
| :complete
|
|
129
129
|
| :declined
|
|
@@ -137,15 +137,15 @@ module Increase
|
|
|
137
137
|
# The transfer has been canceled.
|
|
138
138
|
CANCELED: :canceled
|
|
139
139
|
|
|
140
|
+
# The transfer is queued to be submitted to the card network.
|
|
141
|
+
PENDING_SUBMISSION: :pending_submission
|
|
142
|
+
|
|
140
143
|
# The transfer is pending review by Increase.
|
|
141
144
|
PENDING_REVIEWING: :pending_reviewing
|
|
142
145
|
|
|
143
146
|
# The transfer requires attention from an Increase operator.
|
|
144
147
|
REQUIRES_ATTENTION: :requires_attention
|
|
145
148
|
|
|
146
|
-
# The transfer is queued to be submitted to the card network.
|
|
147
|
-
PENDING_SUBMISSION: :pending_submission
|
|
148
|
-
|
|
149
149
|
# The transfer has been submitted and is pending a response from the card network.
|
|
150
150
|
SUBMITTED: :submitted
|
|
151
151
|
|
|
@@ -520,6 +520,7 @@ module Increase
|
|
|
520
520
|
| :processed_for_delivery
|
|
521
521
|
| :delivered
|
|
522
522
|
| :delivery_issue
|
|
523
|
+
| :returning_to_sender
|
|
523
524
|
| :returned_to_sender
|
|
524
525
|
|
|
525
526
|
module Category
|
|
@@ -534,10 +535,13 @@ module Increase
|
|
|
534
535
|
# The check has been delivered. Note that some couriers track delivery status based on driver location data rather than an explicit scan. While uncommon, a single check may have more than one delivered event.
|
|
535
536
|
DELIVERED: :delivered
|
|
536
537
|
|
|
537
|
-
# There is an issue preventing delivery. The delivery will be attempted again if possible. If the issue cannot be resolved, the check will be
|
|
538
|
+
# There is an issue preventing delivery. The delivery will be attempted again if possible. If the issue cannot be resolved, the check will be rerouted to the return address.
|
|
538
539
|
DELIVERY_ISSUE: :delivery_issue
|
|
539
540
|
|
|
540
|
-
#
|
|
541
|
+
# The check has been rerouted to the return address.
|
|
542
|
+
RETURNING_TO_SENDER: :returning_to_sender
|
|
543
|
+
|
|
544
|
+
# The check has been delivered to the return address.
|
|
541
545
|
RETURNED_TO_SENDER: :returned_to_sender
|
|
542
546
|
|
|
543
547
|
def self?.values: -> ::Array[Increase::Models::CheckTransfer::PhysicalCheck::TrackingUpdate::category]
|
|
@@ -391,12 +391,12 @@ module Increase
|
|
|
391
391
|
end
|
|
392
392
|
|
|
393
393
|
type status =
|
|
394
|
-
:
|
|
394
|
+
:pending_submitting
|
|
395
|
+
| :pending_reviewing
|
|
395
396
|
| :canceled
|
|
396
397
|
| :reviewing_rejected
|
|
397
398
|
| :requires_attention
|
|
398
399
|
| :pending_approval
|
|
399
|
-
| :pending_submitting
|
|
400
400
|
| :pending_response
|
|
401
401
|
| :complete
|
|
402
402
|
| :rejected
|
|
@@ -404,6 +404,9 @@ module Increase
|
|
|
404
404
|
module Status
|
|
405
405
|
extend Increase::Internal::Type::Enum
|
|
406
406
|
|
|
407
|
+
# The transfer is queued to be submitted to FedNow.
|
|
408
|
+
PENDING_SUBMITTING: :pending_submitting
|
|
409
|
+
|
|
407
410
|
# The transfer is pending review by Increase.
|
|
408
411
|
PENDING_REVIEWING: :pending_reviewing
|
|
409
412
|
|
|
@@ -419,9 +422,6 @@ module Increase
|
|
|
419
422
|
# The transfer is pending approval.
|
|
420
423
|
PENDING_APPROVAL: :pending_approval
|
|
421
424
|
|
|
422
|
-
# The transfer is queued to be submitted to FedNow.
|
|
423
|
-
PENDING_SUBMITTING: :pending_submitting
|
|
424
|
-
|
|
425
425
|
# The transfer has been submitted and is pending a response from FedNow.
|
|
426
426
|
PENDING_RESPONSE: :pending_response
|
|
427
427
|
|
|
@@ -126,12 +126,12 @@ module Increase
|
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
type in_ =
|
|
129
|
-
:
|
|
129
|
+
:pending_submitting
|
|
130
|
+
| :pending_reviewing
|
|
130
131
|
| :canceled
|
|
131
132
|
| :reviewing_rejected
|
|
132
133
|
| :requires_attention
|
|
133
134
|
| :pending_approval
|
|
134
|
-
| :pending_submitting
|
|
135
135
|
| :pending_response
|
|
136
136
|
| :complete
|
|
137
137
|
| :rejected
|
|
@@ -139,6 +139,9 @@ module Increase
|
|
|
139
139
|
module In
|
|
140
140
|
extend Increase::Internal::Type::Enum
|
|
141
141
|
|
|
142
|
+
# The transfer is queued to be submitted to FedNow.
|
|
143
|
+
PENDING_SUBMITTING: :pending_submitting
|
|
144
|
+
|
|
142
145
|
# The transfer is pending review by Increase.
|
|
143
146
|
PENDING_REVIEWING: :pending_reviewing
|
|
144
147
|
|
|
@@ -154,9 +157,6 @@ module Increase
|
|
|
154
157
|
# The transfer is pending approval.
|
|
155
158
|
PENDING_APPROVAL: :pending_approval
|
|
156
159
|
|
|
157
|
-
# The transfer is queued to be submitted to FedNow.
|
|
158
|
-
PENDING_SUBMITTING: :pending_submitting
|
|
159
|
-
|
|
160
160
|
# The transfer has been submitted and is pending a response from FedNow.
|
|
161
161
|
PENDING_RESPONSE: :pending_response
|
|
162
162
|
|
|
@@ -181,7 +181,7 @@ module Increase
|
|
|
181
181
|
# The transfer is pending confirmation.
|
|
182
182
|
PENDING_CONFIRMING: :pending_confirming
|
|
183
183
|
|
|
184
|
-
# The transfer was not responded to in time.
|
|
184
|
+
# The transfer was not responded to in time. This is rare and represents an error at Increase.
|
|
185
185
|
TIMED_OUT: :timed_out
|
|
186
186
|
|
|
187
187
|
# The transfer has been received successfully and is confirmed.
|
|
@@ -1829,7 +1829,7 @@ module Increase
|
|
|
1829
1829
|
# The Pending Transaction is still awaiting confirmation.
|
|
1830
1830
|
PENDING: :pending
|
|
1831
1831
|
|
|
1832
|
-
# The Pending Transaction is confirmed. An associated Transaction exists for this object. The Pending Transaction will no longer count against your balance and can generally be hidden from UIs, etc.
|
|
1832
|
+
# The Pending Transaction is confirmed. An associated Transaction exists for this object. The Pending Transaction will no longer count against your balance and can generally be hidden from UIs, etc. The Pending Transaction's `amount` is not updated if the associated Transaction settles for a different amount.
|
|
1833
1833
|
COMPLETE: :complete
|
|
1834
1834
|
|
|
1835
1835
|
def self?.values: -> ::Array[Increase::Models::PendingTransaction::status]
|
|
@@ -228,7 +228,7 @@ module Increase
|
|
|
228
228
|
# The Pending Transaction is still awaiting confirmation.
|
|
229
229
|
PENDING: :pending
|
|
230
230
|
|
|
231
|
-
# The Pending Transaction is confirmed. An associated Transaction exists for this object. The Pending Transaction will no longer count against your balance and can generally be hidden from UIs, etc.
|
|
231
|
+
# The Pending Transaction is confirmed. An associated Transaction exists for this object. The Pending Transaction will no longer count against your balance and can generally be hidden from UIs, etc. The Pending Transaction's `amount` is not updated if the associated Transaction settles for a different amount.
|
|
232
232
|
COMPLETE: :complete
|
|
233
233
|
|
|
234
234
|
def self?.values: -> ::Array[Increase::Models::PendingTransactionListParams::Status::in_]
|
|
@@ -316,6 +316,7 @@ module Increase
|
|
|
316
316
|
| :processed_for_delivery
|
|
317
317
|
| :delivered
|
|
318
318
|
| :delivery_issue
|
|
319
|
+
| :returning_to_sender
|
|
319
320
|
| :returned_to_sender
|
|
320
321
|
|
|
321
322
|
module Category
|
|
@@ -330,10 +331,13 @@ module Increase
|
|
|
330
331
|
# 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.
|
|
331
332
|
DELIVERED: :delivered
|
|
332
333
|
|
|
333
|
-
# 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
|
|
334
|
+
# 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.
|
|
334
335
|
DELIVERY_ISSUE: :delivery_issue
|
|
335
336
|
|
|
336
|
-
#
|
|
337
|
+
# The physical card has been rerouted to the return address.
|
|
338
|
+
RETURNING_TO_SENDER: :returning_to_sender
|
|
339
|
+
|
|
340
|
+
# The physical card has been delivered to the return address.
|
|
337
341
|
RETURNED_TO_SENDER: :returned_to_sender
|
|
338
342
|
|
|
339
343
|
def self?.values: -> ::Array[Increase::Models::PhysicalCard::Shipment::Tracking::Update::category]
|
|
@@ -382,10 +382,10 @@ module Increase
|
|
|
382
382
|
type status =
|
|
383
383
|
:pending_approval
|
|
384
384
|
| :canceled
|
|
385
|
+
| :pending_submission
|
|
385
386
|
| :pending_reviewing
|
|
386
387
|
| :requires_attention
|
|
387
388
|
| :rejected
|
|
388
|
-
| :pending_submission
|
|
389
389
|
| :submitted
|
|
390
390
|
| :complete
|
|
391
391
|
|
|
@@ -398,6 +398,9 @@ module Increase
|
|
|
398
398
|
# The transfer has been canceled.
|
|
399
399
|
CANCELED: :canceled
|
|
400
400
|
|
|
401
|
+
# The transfer is queued to be submitted to Real-Time Payments.
|
|
402
|
+
PENDING_SUBMISSION: :pending_submission
|
|
403
|
+
|
|
401
404
|
# The transfer is pending review by Increase.
|
|
402
405
|
PENDING_REVIEWING: :pending_reviewing
|
|
403
406
|
|
|
@@ -407,9 +410,6 @@ module Increase
|
|
|
407
410
|
# The transfer was rejected by the network or the recipient's bank.
|
|
408
411
|
REJECTED: :rejected
|
|
409
412
|
|
|
410
|
-
# The transfer is queued to be submitted to Real-Time Payments.
|
|
411
|
-
PENDING_SUBMISSION: :pending_submission
|
|
412
|
-
|
|
413
413
|
# The transfer has been submitted and is pending a response from Real-Time Payments.
|
|
414
414
|
SUBMITTED: :submitted
|
|
415
415
|
|
|
@@ -128,10 +128,10 @@ module Increase
|
|
|
128
128
|
type in_ =
|
|
129
129
|
:pending_approval
|
|
130
130
|
| :canceled
|
|
131
|
+
| :pending_submission
|
|
131
132
|
| :pending_reviewing
|
|
132
133
|
| :requires_attention
|
|
133
134
|
| :rejected
|
|
134
|
-
| :pending_submission
|
|
135
135
|
| :submitted
|
|
136
136
|
| :complete
|
|
137
137
|
|
|
@@ -144,6 +144,9 @@ module Increase
|
|
|
144
144
|
# The transfer has been canceled.
|
|
145
145
|
CANCELED: :canceled
|
|
146
146
|
|
|
147
|
+
# The transfer is queued to be submitted to Real-Time Payments.
|
|
148
|
+
PENDING_SUBMISSION: :pending_submission
|
|
149
|
+
|
|
147
150
|
# The transfer is pending review by Increase.
|
|
148
151
|
PENDING_REVIEWING: :pending_reviewing
|
|
149
152
|
|
|
@@ -153,9 +156,6 @@ module Increase
|
|
|
153
156
|
# The transfer was rejected by the network or the recipient's bank.
|
|
154
157
|
REJECTED: :rejected
|
|
155
158
|
|
|
156
|
-
# The transfer is queued to be submitted to Real-Time Payments.
|
|
157
|
-
PENDING_SUBMISSION: :pending_submission
|
|
158
|
-
|
|
159
159
|
# The transfer has been submitted and is pending a response from Real-Time Payments.
|
|
160
160
|
SUBMITTED: :submitted
|
|
161
161
|
|
|
@@ -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.339.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-25 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
|