increase 1.75.0 → 1.76.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/CHANGELOG.md +8 -0
- data/README.md +1 -1
- data/lib/increase/models/pending_transaction.rb +12 -12
- data/lib/increase/models/pending_transaction_list_params.rb +2 -2
- data/lib/increase/models/transaction.rb +12 -12
- data/lib/increase/models/transaction_list_params.rb +2 -2
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/pending_transaction.rbi +18 -18
- data/rbi/increase/models/pending_transaction_list_params.rbi +3 -3
- data/rbi/increase/models/transaction.rbi +18 -18
- data/rbi/increase/models/transaction_list_params.rbi +3 -3
- data/sig/increase/models/pending_transaction.rbs +9 -9
- data/sig/increase/models/pending_transaction_list_params.rbs +3 -3
- data/sig/increase/models/transaction.rbs +9 -9
- data/sig/increase/models/transaction_list_params.rbs +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9995d1f18c110407cf18c5690368f9ba595af577f6bbff4a75c728baac53281b
|
4
|
+
data.tar.gz: 7ee2fbca6dc2b41a8fe414784133bf3cf551ccd46143c4fa54e432d35da3ceea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6dbdcfad61a5d72264aa688d22e553a3a534f567836f3ba367e96de63875d2e84b0a9eb87688646facfdf4a3d1b920f1042b2934a90e45f124af33b03eb066fa
|
7
|
+
data.tar.gz: 44c88a1b2a006be825799bb7eed11048414d70b7c0023279aa11dfb8bff84fecbef31ed08befa7eb8cd3e570e166b3bfb7fb8f09baedc45ec3c781ec066312ad
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 1.76.0 (2025-09-15)
|
4
|
+
|
5
|
+
Full Changelog: [v1.75.0...v1.76.0](https://github.com/Increase/increase-ruby/compare/v1.75.0...v1.76.0)
|
6
|
+
|
7
|
+
### Features
|
8
|
+
|
9
|
+
* **api:** api update ([f8dc0a1](https://github.com/Increase/increase-ruby/commit/f8dc0a1234a0ab8a7fde7e0a254f490cc3187959))
|
10
|
+
|
3
11
|
## 1.75.0 (2025-09-12)
|
4
12
|
|
5
13
|
Full Changelog: [v1.74.0...v1.75.0](https://github.com/Increase/increase-ruby/compare/v1.74.0...v1.75.0)
|
data/README.md
CHANGED
@@ -263,13 +263,13 @@ module Increase
|
|
263
263
|
-> { Increase::PendingTransaction::Source::CheckTransferInstruction },
|
264
264
|
nil?: true
|
265
265
|
|
266
|
-
# @!attribute
|
266
|
+
# @!attribute fednow_transfer_instruction
|
267
267
|
# A FedNow Transfer Instruction object. This field will be present in the JSON
|
268
|
-
# response if and only if `category` is equal to `
|
268
|
+
# response if and only if `category` is equal to `fednow_transfer_instruction`.
|
269
269
|
#
|
270
|
-
# @return [Increase::Models::PendingTransaction::Source::
|
271
|
-
required :
|
272
|
-
-> { Increase::PendingTransaction::Source::
|
270
|
+
# @return [Increase::Models::PendingTransaction::Source::FednowTransferInstruction, nil]
|
271
|
+
required :fednow_transfer_instruction,
|
272
|
+
-> { Increase::PendingTransaction::Source::FednowTransferInstruction },
|
273
273
|
nil?: true
|
274
274
|
|
275
275
|
# @!attribute inbound_funds_hold
|
@@ -339,7 +339,7 @@ module Increase
|
|
339
339
|
-> { Increase::PendingTransaction::Source::WireTransferInstruction },
|
340
340
|
nil?: true
|
341
341
|
|
342
|
-
# @!method initialize(account_transfer_instruction:, ach_transfer_instruction:, card_authorization:, card_push_transfer_instruction:, category:, check_deposit_instruction:, check_transfer_instruction:,
|
342
|
+
# @!method initialize(account_transfer_instruction:, ach_transfer_instruction:, card_authorization:, card_push_transfer_instruction:, category:, check_deposit_instruction:, check_transfer_instruction:, fednow_transfer_instruction:, inbound_funds_hold:, inbound_wire_transfer_reversal:, other:, real_time_payments_transfer_instruction:, swift_transfer_instruction:, user_initiated_hold:, wire_transfer_instruction:)
|
343
343
|
# Some parameter documentations has been truncated, see
|
344
344
|
# {Increase::Models::PendingTransaction::Source} for more details.
|
345
345
|
#
|
@@ -361,7 +361,7 @@ module Increase
|
|
361
361
|
#
|
362
362
|
# @param check_transfer_instruction [Increase::Models::PendingTransaction::Source::CheckTransferInstruction, nil] A Check Transfer Instruction object. This field will be present in the JSON resp
|
363
363
|
#
|
364
|
-
# @param
|
364
|
+
# @param fednow_transfer_instruction [Increase::Models::PendingTransaction::Source::FednowTransferInstruction, nil] A FedNow Transfer Instruction object. This field will be present in the JSON res
|
365
365
|
#
|
366
366
|
# @param inbound_funds_hold [Increase::Models::PendingTransaction::Source::InboundFundsHold, nil] An Inbound Funds Hold object. This field will be present in the JSON response if
|
367
367
|
#
|
@@ -1634,8 +1634,8 @@ module Increase
|
|
1634
1634
|
# Check Transfer Instruction: details will be under the `check_transfer_instruction` object.
|
1635
1635
|
CHECK_TRANSFER_INSTRUCTION = :check_transfer_instruction
|
1636
1636
|
|
1637
|
-
# FedNow Transfer Instruction: details will be under the `
|
1638
|
-
|
1637
|
+
# FedNow Transfer Instruction: details will be under the `fednow_transfer_instruction` object.
|
1638
|
+
FEDNOW_TRANSFER_INSTRUCTION = :fednow_transfer_instruction
|
1639
1639
|
|
1640
1640
|
# Inbound Funds Hold: details will be under the `inbound_funds_hold` object.
|
1641
1641
|
INBOUND_FUNDS_HOLD = :inbound_funds_hold
|
@@ -1813,8 +1813,8 @@ module Increase
|
|
1813
1813
|
end
|
1814
1814
|
end
|
1815
1815
|
|
1816
|
-
# @see Increase::Models::PendingTransaction::Source#
|
1817
|
-
class
|
1816
|
+
# @see Increase::Models::PendingTransaction::Source#fednow_transfer_instruction
|
1817
|
+
class FednowTransferInstruction < Increase::Internal::Type::BaseModel
|
1818
1818
|
# @!attribute transfer_id
|
1819
1819
|
# The identifier of the FedNow Transfer that led to this Pending Transaction.
|
1820
1820
|
#
|
@@ -1823,7 +1823,7 @@ module Increase
|
|
1823
1823
|
|
1824
1824
|
# @!method initialize(transfer_id:)
|
1825
1825
|
# A FedNow Transfer Instruction object. This field will be present in the JSON
|
1826
|
-
# response if and only if `category` is equal to `
|
1826
|
+
# response if and only if `category` is equal to `fednow_transfer_instruction`.
|
1827
1827
|
#
|
1828
1828
|
# @param transfer_id [String] The identifier of the FedNow Transfer that led to this Pending Transaction.
|
1829
1829
|
end
|
@@ -103,8 +103,8 @@ module Increase
|
|
103
103
|
# Check Transfer Instruction: details will be under the `check_transfer_instruction` object.
|
104
104
|
CHECK_TRANSFER_INSTRUCTION = :check_transfer_instruction
|
105
105
|
|
106
|
-
# FedNow Transfer Instruction: details will be under the `
|
107
|
-
|
106
|
+
# FedNow Transfer Instruction: details will be under the `fednow_transfer_instruction` object.
|
107
|
+
FEDNOW_TRANSFER_INSTRUCTION = :fednow_transfer_instruction
|
108
108
|
|
109
109
|
# Inbound Funds Hold: details will be under the `inbound_funds_hold` object.
|
110
110
|
INBOUND_FUNDS_HOLD = :inbound_funds_hold
|
@@ -338,15 +338,15 @@ module Increase
|
|
338
338
|
},
|
339
339
|
nil?: true
|
340
340
|
|
341
|
-
# @!attribute
|
341
|
+
# @!attribute fednow_transfer_acknowledgement
|
342
342
|
# A FedNow Transfer Acknowledgement object. This field will be present in the JSON
|
343
343
|
# response if and only if `category` is equal to
|
344
|
-
# `
|
344
|
+
# `fednow_transfer_acknowledgement`. A FedNow Transfer Acknowledgement is created
|
345
345
|
# when a FedNow Transfer sent from Increase is acknowledged by the receiving bank.
|
346
346
|
#
|
347
|
-
# @return [Increase::Models::Transaction::Source::
|
348
|
-
required :
|
349
|
-
-> { Increase::Transaction::Source::
|
347
|
+
# @return [Increase::Models::Transaction::Source::FednowTransferAcknowledgement, nil]
|
348
|
+
required :fednow_transfer_acknowledgement,
|
349
|
+
-> { Increase::Transaction::Source::FednowTransferAcknowledgement },
|
350
350
|
nil?: true
|
351
351
|
|
352
352
|
# @!attribute fee_payment
|
@@ -518,7 +518,7 @@ module Increase
|
|
518
518
|
},
|
519
519
|
nil?: true
|
520
520
|
|
521
|
-
# @!method initialize(account_revenue_payment:, account_transfer_intention:, ach_transfer_intention:, ach_transfer_rejection:, ach_transfer_return:, card_dispute_acceptance:, card_dispute_financial:, card_dispute_loss:, card_push_transfer_acceptance:, card_refund:, card_revenue_payment:, card_settlement:, cashback_payment:, category:, check_deposit_acceptance:, check_deposit_return:, check_transfer_deposit:,
|
521
|
+
# @!method initialize(account_revenue_payment:, account_transfer_intention:, ach_transfer_intention:, ach_transfer_rejection:, ach_transfer_return:, card_dispute_acceptance:, card_dispute_financial:, card_dispute_loss:, card_push_transfer_acceptance:, card_refund:, card_revenue_payment:, card_settlement:, cashback_payment:, category:, check_deposit_acceptance:, check_deposit_return:, check_transfer_deposit:, fednow_transfer_acknowledgement:, fee_payment:, inbound_ach_transfer:, inbound_ach_transfer_return_intention:, inbound_check_adjustment:, inbound_check_deposit_return_intention:, inbound_real_time_payments_transfer_confirmation:, inbound_wire_reversal:, inbound_wire_transfer:, inbound_wire_transfer_reversal:, interest_payment:, internal_source:, other:, real_time_payments_transfer_acknowledgement:, sample_funds:, swift_transfer_intention:, swift_transfer_return:, wire_transfer_intention:)
|
522
522
|
# Some parameter documentations has been truncated, see
|
523
523
|
# {Increase::Models::Transaction::Source} for more details.
|
524
524
|
#
|
@@ -561,7 +561,7 @@ module Increase
|
|
561
561
|
#
|
562
562
|
# @param check_transfer_deposit [Increase::Models::Transaction::Source::CheckTransferDeposit, nil] A Check Transfer Deposit object. This field will be present in the JSON response
|
563
563
|
#
|
564
|
-
# @param
|
564
|
+
# @param fednow_transfer_acknowledgement [Increase::Models::Transaction::Source::FednowTransferAcknowledgement, nil] A FedNow Transfer Acknowledgement object. This field will be present in the JSON
|
565
565
|
#
|
566
566
|
# @param fee_payment [Increase::Models::Transaction::Source::FeePayment, nil] A Fee Payment object. This field will be present in the JSON response if and onl
|
567
567
|
#
|
@@ -4260,8 +4260,8 @@ module Increase
|
|
4260
4260
|
# Check Deposit Return: details will be under the `check_deposit_return` object.
|
4261
4261
|
CHECK_DEPOSIT_RETURN = :check_deposit_return
|
4262
4262
|
|
4263
|
-
# FedNow Transfer Acknowledgement: details will be under the `
|
4264
|
-
|
4263
|
+
# FedNow Transfer Acknowledgement: details will be under the `fednow_transfer_acknowledgement` object.
|
4264
|
+
FEDNOW_TRANSFER_ACKNOWLEDGEMENT = :fednow_transfer_acknowledgement
|
4265
4265
|
|
4266
4266
|
# Check Transfer Deposit: details will be under the `check_transfer_deposit` object.
|
4267
4267
|
CHECK_TRANSFER_DEPOSIT = :check_transfer_deposit
|
@@ -4709,8 +4709,8 @@ module Increase
|
|
4709
4709
|
end
|
4710
4710
|
end
|
4711
4711
|
|
4712
|
-
# @see Increase::Models::Transaction::Source#
|
4713
|
-
class
|
4712
|
+
# @see Increase::Models::Transaction::Source#fednow_transfer_acknowledgement
|
4713
|
+
class FednowTransferAcknowledgement < Increase::Internal::Type::BaseModel
|
4714
4714
|
# @!attribute transfer_id
|
4715
4715
|
# The identifier of the FedNow Transfer that led to this Transaction.
|
4716
4716
|
#
|
@@ -4720,7 +4720,7 @@ module Increase
|
|
4720
4720
|
# @!method initialize(transfer_id:)
|
4721
4721
|
# A FedNow Transfer Acknowledgement object. This field will be present in the JSON
|
4722
4722
|
# response if and only if `category` is equal to
|
4723
|
-
# `
|
4723
|
+
# `fednow_transfer_acknowledgement`. A FedNow Transfer Acknowledgement is created
|
4724
4724
|
# when a FedNow Transfer sent from Increase is acknowledged by the receiving bank.
|
4725
4725
|
#
|
4726
4726
|
# @param transfer_id [String] The identifier of the FedNow Transfer that led to this Transaction.
|
@@ -121,8 +121,8 @@ module Increase
|
|
121
121
|
# Check Deposit Return: details will be under the `check_deposit_return` object.
|
122
122
|
CHECK_DEPOSIT_RETURN = :check_deposit_return
|
123
123
|
|
124
|
-
# FedNow Transfer Acknowledgement: details will be under the `
|
125
|
-
|
124
|
+
# FedNow Transfer Acknowledgement: details will be under the `fednow_transfer_acknowledgement` object.
|
125
|
+
FEDNOW_TRANSFER_ACKNOWLEDGEMENT = :fednow_transfer_acknowledgement
|
126
126
|
|
127
127
|
# Check Transfer Deposit: details will be under the `check_transfer_deposit` object.
|
128
128
|
CHECK_TRANSFER_DEPOSIT = :check_transfer_deposit
|
data/lib/increase/version.rb
CHANGED
@@ -417,25 +417,25 @@ module Increase
|
|
417
417
|
attr_writer :check_transfer_instruction
|
418
418
|
|
419
419
|
# A FedNow Transfer Instruction object. This field will be present in the JSON
|
420
|
-
# response if and only if `category` is equal to `
|
420
|
+
# response if and only if `category` is equal to `fednow_transfer_instruction`.
|
421
421
|
sig do
|
422
422
|
returns(
|
423
423
|
T.nilable(
|
424
|
-
Increase::PendingTransaction::Source::
|
424
|
+
Increase::PendingTransaction::Source::FednowTransferInstruction
|
425
425
|
)
|
426
426
|
)
|
427
427
|
end
|
428
|
-
attr_reader :
|
428
|
+
attr_reader :fednow_transfer_instruction
|
429
429
|
|
430
430
|
sig do
|
431
431
|
params(
|
432
|
-
|
432
|
+
fednow_transfer_instruction:
|
433
433
|
T.nilable(
|
434
|
-
Increase::PendingTransaction::Source::
|
434
|
+
Increase::PendingTransaction::Source::FednowTransferInstruction::OrHash
|
435
435
|
)
|
436
436
|
).void
|
437
437
|
end
|
438
|
-
attr_writer :
|
438
|
+
attr_writer :fednow_transfer_instruction
|
439
439
|
|
440
440
|
# An Inbound Funds Hold object. This field will be present in the JSON response if
|
441
441
|
# and only if `category` is equal to `inbound_funds_hold`. We hold funds for
|
@@ -586,9 +586,9 @@ module Increase
|
|
586
586
|
T.nilable(
|
587
587
|
Increase::PendingTransaction::Source::CheckTransferInstruction::OrHash
|
588
588
|
),
|
589
|
-
|
589
|
+
fednow_transfer_instruction:
|
590
590
|
T.nilable(
|
591
|
-
Increase::PendingTransaction::Source::
|
591
|
+
Increase::PendingTransaction::Source::FednowTransferInstruction::OrHash
|
592
592
|
),
|
593
593
|
inbound_funds_hold:
|
594
594
|
T.nilable(
|
@@ -639,8 +639,8 @@ module Increase
|
|
639
639
|
# response if and only if `category` is equal to `check_transfer_instruction`.
|
640
640
|
check_transfer_instruction:,
|
641
641
|
# A FedNow Transfer Instruction object. This field will be present in the JSON
|
642
|
-
# response if and only if `category` is equal to `
|
643
|
-
|
642
|
+
# response if and only if `category` is equal to `fednow_transfer_instruction`.
|
643
|
+
fednow_transfer_instruction:,
|
644
644
|
# An Inbound Funds Hold object. This field will be present in the JSON response if
|
645
645
|
# and only if `category` is equal to `inbound_funds_hold`. We hold funds for
|
646
646
|
# certain transaction types to account for return windows where funds might still
|
@@ -700,9 +700,9 @@ module Increase
|
|
700
700
|
T.nilable(
|
701
701
|
Increase::PendingTransaction::Source::CheckTransferInstruction
|
702
702
|
),
|
703
|
-
|
703
|
+
fednow_transfer_instruction:
|
704
704
|
T.nilable(
|
705
|
-
Increase::PendingTransaction::Source::
|
705
|
+
Increase::PendingTransaction::Source::FednowTransferInstruction
|
706
706
|
),
|
707
707
|
inbound_funds_hold:
|
708
708
|
T.nilable(
|
@@ -3089,10 +3089,10 @@ module Increase
|
|
3089
3089
|
Increase::PendingTransaction::Source::Category::TaggedSymbol
|
3090
3090
|
)
|
3091
3091
|
|
3092
|
-
# FedNow Transfer Instruction: details will be under the `
|
3093
|
-
|
3092
|
+
# FedNow Transfer Instruction: details will be under the `fednow_transfer_instruction` object.
|
3093
|
+
FEDNOW_TRANSFER_INSTRUCTION =
|
3094
3094
|
T.let(
|
3095
|
-
:
|
3095
|
+
:fednow_transfer_instruction,
|
3096
3096
|
Increase::PendingTransaction::Source::Category::TaggedSymbol
|
3097
3097
|
)
|
3098
3098
|
|
@@ -3439,11 +3439,11 @@ module Increase
|
|
3439
3439
|
end
|
3440
3440
|
end
|
3441
3441
|
|
3442
|
-
class
|
3442
|
+
class FednowTransferInstruction < Increase::Internal::Type::BaseModel
|
3443
3443
|
OrHash =
|
3444
3444
|
T.type_alias do
|
3445
3445
|
T.any(
|
3446
|
-
Increase::PendingTransaction::Source::
|
3446
|
+
Increase::PendingTransaction::Source::FednowTransferInstruction,
|
3447
3447
|
Increase::Internal::AnyHash
|
3448
3448
|
)
|
3449
3449
|
end
|
@@ -3453,7 +3453,7 @@ module Increase
|
|
3453
3453
|
attr_accessor :transfer_id
|
3454
3454
|
|
3455
3455
|
# A FedNow Transfer Instruction object. This field will be present in the JSON
|
3456
|
-
# response if and only if `category` is equal to `
|
3456
|
+
# response if and only if `category` is equal to `fednow_transfer_instruction`.
|
3457
3457
|
sig { params(transfer_id: String).returns(T.attached_class) }
|
3458
3458
|
def self.new(
|
3459
3459
|
# The identifier of the FedNow Transfer that led to this Pending Transaction.
|
@@ -230,10 +230,10 @@ module Increase
|
|
230
230
|
Increase::PendingTransactionListParams::Category::In::TaggedSymbol
|
231
231
|
)
|
232
232
|
|
233
|
-
# FedNow Transfer Instruction: details will be under the `
|
234
|
-
|
233
|
+
# FedNow Transfer Instruction: details will be under the `fednow_transfer_instruction` object.
|
234
|
+
FEDNOW_TRANSFER_INSTRUCTION =
|
235
235
|
T.let(
|
236
|
-
:
|
236
|
+
:fednow_transfer_instruction,
|
237
237
|
Increase::PendingTransactionListParams::Category::In::TaggedSymbol
|
238
238
|
)
|
239
239
|
|
@@ -527,26 +527,26 @@ module Increase
|
|
527
527
|
|
528
528
|
# A FedNow Transfer Acknowledgement object. This field will be present in the JSON
|
529
529
|
# response if and only if `category` is equal to
|
530
|
-
# `
|
530
|
+
# `fednow_transfer_acknowledgement`. A FedNow Transfer Acknowledgement is created
|
531
531
|
# when a FedNow Transfer sent from Increase is acknowledged by the receiving bank.
|
532
532
|
sig do
|
533
533
|
returns(
|
534
534
|
T.nilable(
|
535
|
-
Increase::Transaction::Source::
|
535
|
+
Increase::Transaction::Source::FednowTransferAcknowledgement
|
536
536
|
)
|
537
537
|
)
|
538
538
|
end
|
539
|
-
attr_reader :
|
539
|
+
attr_reader :fednow_transfer_acknowledgement
|
540
540
|
|
541
541
|
sig do
|
542
542
|
params(
|
543
|
-
|
543
|
+
fednow_transfer_acknowledgement:
|
544
544
|
T.nilable(
|
545
|
-
Increase::Transaction::Source::
|
545
|
+
Increase::Transaction::Source::FednowTransferAcknowledgement::OrHash
|
546
546
|
)
|
547
547
|
).void
|
548
548
|
end
|
549
|
-
attr_writer :
|
549
|
+
attr_writer :fednow_transfer_acknowledgement
|
550
550
|
|
551
551
|
# A Fee Payment object. This field will be present in the JSON response if and
|
552
552
|
# only if `category` is equal to `fee_payment`. A Fee Payment represents a payment
|
@@ -934,9 +934,9 @@ module Increase
|
|
934
934
|
T.nilable(
|
935
935
|
Increase::Transaction::Source::CheckTransferDeposit::OrHash
|
936
936
|
),
|
937
|
-
|
937
|
+
fednow_transfer_acknowledgement:
|
938
938
|
T.nilable(
|
939
|
-
Increase::Transaction::Source::
|
939
|
+
Increase::Transaction::Source::FednowTransferAcknowledgement::OrHash
|
940
940
|
),
|
941
941
|
fee_payment:
|
942
942
|
T.nilable(Increase::Transaction::Source::FeePayment::OrHash),
|
@@ -1086,9 +1086,9 @@ module Increase
|
|
1086
1086
|
check_transfer_deposit:,
|
1087
1087
|
# A FedNow Transfer Acknowledgement object. This field will be present in the JSON
|
1088
1088
|
# response if and only if `category` is equal to
|
1089
|
-
# `
|
1089
|
+
# `fednow_transfer_acknowledgement`. A FedNow Transfer Acknowledgement is created
|
1090
1090
|
# when a FedNow Transfer sent from Increase is acknowledged by the receiving bank.
|
1091
|
-
|
1091
|
+
fednow_transfer_acknowledgement:,
|
1092
1092
|
# A Fee Payment object. This field will be present in the JSON response if and
|
1093
1093
|
# only if `category` is equal to `fee_payment`. A Fee Payment represents a payment
|
1094
1094
|
# made to Increase.
|
@@ -1216,9 +1216,9 @@ module Increase
|
|
1216
1216
|
T.nilable(Increase::Transaction::Source::CheckDepositReturn),
|
1217
1217
|
check_transfer_deposit:
|
1218
1218
|
T.nilable(Increase::Transaction::Source::CheckTransferDeposit),
|
1219
|
-
|
1219
|
+
fednow_transfer_acknowledgement:
|
1220
1220
|
T.nilable(
|
1221
|
-
Increase::Transaction::Source::
|
1221
|
+
Increase::Transaction::Source::FednowTransferAcknowledgement
|
1222
1222
|
),
|
1223
1223
|
fee_payment: T.nilable(Increase::Transaction::Source::FeePayment),
|
1224
1224
|
inbound_ach_transfer:
|
@@ -7926,10 +7926,10 @@ module Increase
|
|
7926
7926
|
Increase::Transaction::Source::Category::TaggedSymbol
|
7927
7927
|
)
|
7928
7928
|
|
7929
|
-
# FedNow Transfer Acknowledgement: details will be under the `
|
7930
|
-
|
7929
|
+
# FedNow Transfer Acknowledgement: details will be under the `fednow_transfer_acknowledgement` object.
|
7930
|
+
FEDNOW_TRANSFER_ACKNOWLEDGEMENT =
|
7931
7931
|
T.let(
|
7932
|
-
:
|
7932
|
+
:fednow_transfer_acknowledgement,
|
7933
7933
|
Increase::Transaction::Source::Category::TaggedSymbol
|
7934
7934
|
)
|
7935
7935
|
|
@@ -8767,11 +8767,11 @@ module Increase
|
|
8767
8767
|
end
|
8768
8768
|
end
|
8769
8769
|
|
8770
|
-
class
|
8770
|
+
class FednowTransferAcknowledgement < Increase::Internal::Type::BaseModel
|
8771
8771
|
OrHash =
|
8772
8772
|
T.type_alias do
|
8773
8773
|
T.any(
|
8774
|
-
Increase::Transaction::Source::
|
8774
|
+
Increase::Transaction::Source::FednowTransferAcknowledgement,
|
8775
8775
|
Increase::Internal::AnyHash
|
8776
8776
|
)
|
8777
8777
|
end
|
@@ -8782,7 +8782,7 @@ module Increase
|
|
8782
8782
|
|
8783
8783
|
# A FedNow Transfer Acknowledgement object. This field will be present in the JSON
|
8784
8784
|
# response if and only if `category` is equal to
|
8785
|
-
# `
|
8785
|
+
# `fednow_transfer_acknowledgement`. A FedNow Transfer Acknowledgement is created
|
8786
8786
|
# when a FedNow Transfer sent from Increase is acknowledged by the receiving bank.
|
8787
8787
|
sig { params(transfer_id: String).returns(T.attached_class) }
|
8788
8788
|
def self.new(
|
@@ -257,10 +257,10 @@ module Increase
|
|
257
257
|
Increase::TransactionListParams::Category::In::TaggedSymbol
|
258
258
|
)
|
259
259
|
|
260
|
-
# FedNow Transfer Acknowledgement: details will be under the `
|
261
|
-
|
260
|
+
# FedNow Transfer Acknowledgement: details will be under the `fednow_transfer_acknowledgement` object.
|
261
|
+
FEDNOW_TRANSFER_ACKNOWLEDGEMENT =
|
262
262
|
T.let(
|
263
|
-
:
|
263
|
+
:fednow_transfer_acknowledgement,
|
264
264
|
Increase::TransactionListParams::Category::In::TaggedSymbol
|
265
265
|
)
|
266
266
|
|
@@ -142,7 +142,7 @@ module Increase
|
|
142
142
|
category: Increase::Models::PendingTransaction::Source::category,
|
143
143
|
check_deposit_instruction: Increase::PendingTransaction::Source::CheckDepositInstruction?,
|
144
144
|
check_transfer_instruction: Increase::PendingTransaction::Source::CheckTransferInstruction?,
|
145
|
-
|
145
|
+
fednow_transfer_instruction: Increase::PendingTransaction::Source::FednowTransferInstruction?,
|
146
146
|
inbound_funds_hold: Increase::PendingTransaction::Source::InboundFundsHold?,
|
147
147
|
inbound_wire_transfer_reversal: Increase::PendingTransaction::Source::InboundWireTransferReversal?,
|
148
148
|
other: top?,
|
@@ -167,7 +167,7 @@ module Increase
|
|
167
167
|
|
168
168
|
attr_accessor check_transfer_instruction: Increase::PendingTransaction::Source::CheckTransferInstruction?
|
169
169
|
|
170
|
-
attr_accessor
|
170
|
+
attr_accessor fednow_transfer_instruction: Increase::PendingTransaction::Source::FednowTransferInstruction?
|
171
171
|
|
172
172
|
attr_accessor inbound_funds_hold: Increase::PendingTransaction::Source::InboundFundsHold?
|
173
173
|
|
@@ -191,7 +191,7 @@ module Increase
|
|
191
191
|
category: Increase::Models::PendingTransaction::Source::category,
|
192
192
|
check_deposit_instruction: Increase::PendingTransaction::Source::CheckDepositInstruction?,
|
193
193
|
check_transfer_instruction: Increase::PendingTransaction::Source::CheckTransferInstruction?,
|
194
|
-
|
194
|
+
fednow_transfer_instruction: Increase::PendingTransaction::Source::FednowTransferInstruction?,
|
195
195
|
inbound_funds_hold: Increase::PendingTransaction::Source::InboundFundsHold?,
|
196
196
|
inbound_wire_transfer_reversal: Increase::PendingTransaction::Source::InboundWireTransferReversal?,
|
197
197
|
other: top?,
|
@@ -209,7 +209,7 @@ module Increase
|
|
209
209
|
category: Increase::Models::PendingTransaction::Source::category,
|
210
210
|
check_deposit_instruction: Increase::PendingTransaction::Source::CheckDepositInstruction?,
|
211
211
|
check_transfer_instruction: Increase::PendingTransaction::Source::CheckTransferInstruction?,
|
212
|
-
|
212
|
+
fednow_transfer_instruction: Increase::PendingTransaction::Source::FednowTransferInstruction?,
|
213
213
|
inbound_funds_hold: Increase::PendingTransaction::Source::InboundFundsHold?,
|
214
214
|
inbound_wire_transfer_reversal: Increase::PendingTransaction::Source::InboundWireTransferReversal?,
|
215
215
|
other: top?,
|
@@ -1067,7 +1067,7 @@ module Increase
|
|
1067
1067
|
| :card_authorization
|
1068
1068
|
| :check_deposit_instruction
|
1069
1069
|
| :check_transfer_instruction
|
1070
|
-
| :
|
1070
|
+
| :fednow_transfer_instruction
|
1071
1071
|
| :inbound_funds_hold
|
1072
1072
|
| :user_initiated_hold
|
1073
1073
|
| :real_time_payments_transfer_instruction
|
@@ -1095,8 +1095,8 @@ module Increase
|
|
1095
1095
|
# Check Transfer Instruction: details will be under the `check_transfer_instruction` object.
|
1096
1096
|
CHECK_TRANSFER_INSTRUCTION: :check_transfer_instruction
|
1097
1097
|
|
1098
|
-
# FedNow Transfer Instruction: details will be under the `
|
1099
|
-
|
1098
|
+
# FedNow Transfer Instruction: details will be under the `fednow_transfer_instruction` object.
|
1099
|
+
FEDNOW_TRANSFER_INSTRUCTION: :fednow_transfer_instruction
|
1100
1100
|
|
1101
1101
|
# Inbound Funds Hold: details will be under the `inbound_funds_hold` object.
|
1102
1102
|
INBOUND_FUNDS_HOLD: :inbound_funds_hold
|
@@ -1241,9 +1241,9 @@ module Increase
|
|
1241
1241
|
end
|
1242
1242
|
end
|
1243
1243
|
|
1244
|
-
type
|
1244
|
+
type fednow_transfer_instruction = { transfer_id: String }
|
1245
1245
|
|
1246
|
-
class
|
1246
|
+
class FednowTransferInstruction < Increase::Internal::Type::BaseModel
|
1247
1247
|
attr_accessor transfer_id: String
|
1248
1248
|
|
1249
1249
|
def initialize: (transfer_id: String) -> void
|
@@ -98,7 +98,7 @@ module Increase
|
|
98
98
|
| :card_authorization
|
99
99
|
| :check_deposit_instruction
|
100
100
|
| :check_transfer_instruction
|
101
|
-
| :
|
101
|
+
| :fednow_transfer_instruction
|
102
102
|
| :inbound_funds_hold
|
103
103
|
| :user_initiated_hold
|
104
104
|
| :real_time_payments_transfer_instruction
|
@@ -126,8 +126,8 @@ module Increase
|
|
126
126
|
# Check Transfer Instruction: details will be under the `check_transfer_instruction` object.
|
127
127
|
CHECK_TRANSFER_INSTRUCTION: :check_transfer_instruction
|
128
128
|
|
129
|
-
# FedNow Transfer Instruction: details will be under the `
|
130
|
-
|
129
|
+
# FedNow Transfer Instruction: details will be under the `fednow_transfer_instruction` object.
|
130
|
+
FEDNOW_TRANSFER_INSTRUCTION: :fednow_transfer_instruction
|
131
131
|
|
132
132
|
# Inbound Funds Hold: details will be under the `inbound_funds_hold` object.
|
133
133
|
INBOUND_FUNDS_HOLD: :inbound_funds_hold
|
@@ -123,7 +123,7 @@ module Increase
|
|
123
123
|
check_deposit_acceptance: Increase::Transaction::Source::CheckDepositAcceptance?,
|
124
124
|
check_deposit_return: Increase::Transaction::Source::CheckDepositReturn?,
|
125
125
|
check_transfer_deposit: Increase::Transaction::Source::CheckTransferDeposit?,
|
126
|
-
|
126
|
+
fednow_transfer_acknowledgement: Increase::Transaction::Source::FednowTransferAcknowledgement?,
|
127
127
|
fee_payment: Increase::Transaction::Source::FeePayment?,
|
128
128
|
inbound_ach_transfer: Increase::Transaction::Source::InboundACHTransfer?,
|
129
129
|
inbound_ach_transfer_return_intention: Increase::Transaction::Source::InboundACHTransferReturnIntention?,
|
@@ -178,7 +178,7 @@ module Increase
|
|
178
178
|
|
179
179
|
attr_accessor check_transfer_deposit: Increase::Transaction::Source::CheckTransferDeposit?
|
180
180
|
|
181
|
-
attr_accessor
|
181
|
+
attr_accessor fednow_transfer_acknowledgement: Increase::Transaction::Source::FednowTransferAcknowledgement?
|
182
182
|
|
183
183
|
attr_accessor fee_payment: Increase::Transaction::Source::FeePayment?
|
184
184
|
|
@@ -232,7 +232,7 @@ module Increase
|
|
232
232
|
check_deposit_acceptance: Increase::Transaction::Source::CheckDepositAcceptance?,
|
233
233
|
check_deposit_return: Increase::Transaction::Source::CheckDepositReturn?,
|
234
234
|
check_transfer_deposit: Increase::Transaction::Source::CheckTransferDeposit?,
|
235
|
-
|
235
|
+
fednow_transfer_acknowledgement: Increase::Transaction::Source::FednowTransferAcknowledgement?,
|
236
236
|
fee_payment: Increase::Transaction::Source::FeePayment?,
|
237
237
|
inbound_ach_transfer: Increase::Transaction::Source::InboundACHTransfer?,
|
238
238
|
inbound_ach_transfer_return_intention: Increase::Transaction::Source::InboundACHTransferReturnIntention?,
|
@@ -270,7 +270,7 @@ module Increase
|
|
270
270
|
check_deposit_acceptance: Increase::Transaction::Source::CheckDepositAcceptance?,
|
271
271
|
check_deposit_return: Increase::Transaction::Source::CheckDepositReturn?,
|
272
272
|
check_transfer_deposit: Increase::Transaction::Source::CheckTransferDeposit?,
|
273
|
-
|
273
|
+
fednow_transfer_acknowledgement: Increase::Transaction::Source::FednowTransferAcknowledgement?,
|
274
274
|
fee_payment: Increase::Transaction::Source::FeePayment?,
|
275
275
|
inbound_ach_transfer: Increase::Transaction::Source::InboundACHTransfer?,
|
276
276
|
inbound_ach_transfer_return_intention: Increase::Transaction::Source::InboundACHTransferReturnIntention?,
|
@@ -3149,7 +3149,7 @@ module Increase
|
|
3149
3149
|
| :card_revenue_payment
|
3150
3150
|
| :check_deposit_acceptance
|
3151
3151
|
| :check_deposit_return
|
3152
|
-
| :
|
3152
|
+
| :fednow_transfer_acknowledgement
|
3153
3153
|
| :check_transfer_deposit
|
3154
3154
|
| :fee_payment
|
3155
3155
|
| :inbound_ach_transfer
|
@@ -3213,8 +3213,8 @@ module Increase
|
|
3213
3213
|
# Check Deposit Return: details will be under the `check_deposit_return` object.
|
3214
3214
|
CHECK_DEPOSIT_RETURN: :check_deposit_return
|
3215
3215
|
|
3216
|
-
# FedNow Transfer Acknowledgement: details will be under the `
|
3217
|
-
|
3216
|
+
# FedNow Transfer Acknowledgement: details will be under the `fednow_transfer_acknowledgement` object.
|
3217
|
+
FEDNOW_TRANSFER_ACKNOWLEDGEMENT: :fednow_transfer_acknowledgement
|
3218
3218
|
|
3219
3219
|
# Check Transfer Deposit: details will be under the `check_transfer_deposit` object.
|
3220
3220
|
CHECK_TRANSFER_DEPOSIT: :check_transfer_deposit
|
@@ -3594,9 +3594,9 @@ module Increase
|
|
3594
3594
|
end
|
3595
3595
|
end
|
3596
3596
|
|
3597
|
-
type
|
3597
|
+
type fednow_transfer_acknowledgement = { transfer_id: String }
|
3598
3598
|
|
3599
|
-
class
|
3599
|
+
class FednowTransferAcknowledgement < Increase::Internal::Type::BaseModel
|
3600
3600
|
attr_accessor transfer_id: String
|
3601
3601
|
|
3602
3602
|
def initialize: (transfer_id: String) -> void
|
@@ -95,7 +95,7 @@ module Increase
|
|
95
95
|
| :card_revenue_payment
|
96
96
|
| :check_deposit_acceptance
|
97
97
|
| :check_deposit_return
|
98
|
-
| :
|
98
|
+
| :fednow_transfer_acknowledgement
|
99
99
|
| :check_transfer_deposit
|
100
100
|
| :fee_payment
|
101
101
|
| :inbound_ach_transfer
|
@@ -159,8 +159,8 @@ module Increase
|
|
159
159
|
# Check Deposit Return: details will be under the `check_deposit_return` object.
|
160
160
|
CHECK_DEPOSIT_RETURN: :check_deposit_return
|
161
161
|
|
162
|
-
# FedNow Transfer Acknowledgement: details will be under the `
|
163
|
-
|
162
|
+
# FedNow Transfer Acknowledgement: details will be under the `fednow_transfer_acknowledgement` object.
|
163
|
+
FEDNOW_TRANSFER_ACKNOWLEDGEMENT: :fednow_transfer_acknowledgement
|
164
164
|
|
165
165
|
# Check Transfer Deposit: details will be under the `check_transfer_deposit` object.
|
166
166
|
CHECK_TRANSFER_DEPOSIT: :check_transfer_deposit
|
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.76.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-09-
|
11
|
+
date: 2025-09-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: connection_pool
|