increase 1.154.0 → 1.155.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/card_payment.rb +9 -0
- data/lib/increase/models/declined_transaction.rb +3 -0
- data/lib/increase/models/pending_transaction.rb +3 -0
- data/lib/increase/models/real_time_decision.rb +3 -0
- data/lib/increase/models/simulations/card_authorization_create_params.rb +3 -0
- data/lib/increase/models/transaction.rb +3 -0
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/card_payment.rbi +21 -0
- data/rbi/increase/models/declined_transaction.rbi +7 -0
- data/rbi/increase/models/pending_transaction.rbi +7 -0
- data/rbi/increase/models/real_time_decision.rbi +7 -0
- data/rbi/increase/models/simulations/card_authorization_create_params.rbi +7 -0
- data/rbi/increase/models/transaction.rbi +7 -0
- data/sig/increase/models/card_payment.rbs +12 -0
- data/sig/increase/models/declined_transaction.rbs +4 -0
- data/sig/increase/models/pending_transaction.rbs +4 -0
- data/sig/increase/models/real_time_decision.rbs +4 -0
- data/sig/increase/models/simulations/card_authorization_create_params.rbs +4 -0
- data/sig/increase/models/transaction.rbs +4 -0
- 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: f532cf5b4081f57e39874dc1c552091c230be98555312a9d0f2ab071206b127b
|
|
4
|
+
data.tar.gz: c8b8960f0c295eae4cdd7f34215cca329115771783fbbba676aab41d2201a002
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc494ee8ac59971f5168b22ac73b5696df4216a4a4f7d25328f3d7ce3f36439b933bc6278623e3f6a98851b17dd8b8dfbb689dd314cfab5e32dfdc88b2c3bcfc
|
|
7
|
+
data.tar.gz: 182aa7d5fa009ee94a165104f081b17cc6191f5ab9b16b8cdbd208c4d1e5fde278d588f322250b17ed989b16f5f8bea2ddcf5b9cf453f12a2add1313752ae02f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.155.0 (2025-12-06)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.154.0...v1.155.0](https://github.com/Increase/increase-ruby/compare/v1.154.0...v1.155.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([a988d72](https://github.com/Increase/increase-ruby/commit/a988d7210e3bc9b3f471655c2e6b407904049d5b))
|
|
10
|
+
|
|
3
11
|
## 1.154.0 (2025-12-05)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v1.153.0...v1.154.0](https://github.com/Increase/increase-ruby/compare/v1.153.0...v1.154.0)
|
data/README.md
CHANGED
|
@@ -1646,6 +1646,9 @@ module Increase
|
|
|
1646
1646
|
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
|
|
1647
1647
|
CASH_DISBURSEMENT = :cash_disbursement
|
|
1648
1648
|
|
|
1649
|
+
# A balance inquiry transaction is used to check the balance of an account associated with a card.
|
|
1650
|
+
BALANCE_INQUIRY = :balance_inquiry
|
|
1651
|
+
|
|
1649
1652
|
# The processing category is unknown.
|
|
1650
1653
|
UNKNOWN = :unknown
|
|
1651
1654
|
|
|
@@ -2936,6 +2939,9 @@ module Increase
|
|
|
2936
2939
|
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
|
|
2937
2940
|
CASH_DISBURSEMENT = :cash_disbursement
|
|
2938
2941
|
|
|
2942
|
+
# A balance inquiry transaction is used to check the balance of an account associated with a card.
|
|
2943
|
+
BALANCE_INQUIRY = :balance_inquiry
|
|
2944
|
+
|
|
2939
2945
|
# The processing category is unknown.
|
|
2940
2946
|
UNKNOWN = :unknown
|
|
2941
2947
|
|
|
@@ -4187,6 +4193,9 @@ module Increase
|
|
|
4187
4193
|
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
|
|
4188
4194
|
CASH_DISBURSEMENT = :cash_disbursement
|
|
4189
4195
|
|
|
4196
|
+
# A balance inquiry transaction is used to check the balance of an account associated with a card.
|
|
4197
|
+
BALANCE_INQUIRY = :balance_inquiry
|
|
4198
|
+
|
|
4190
4199
|
# The processing category is unknown.
|
|
4191
4200
|
UNKNOWN = :unknown
|
|
4192
4201
|
|
|
@@ -1440,6 +1440,9 @@ module Increase
|
|
|
1440
1440
|
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
|
|
1441
1441
|
CASH_DISBURSEMENT = :cash_disbursement
|
|
1442
1442
|
|
|
1443
|
+
# A balance inquiry transaction is used to check the balance of an account associated with a card.
|
|
1444
|
+
BALANCE_INQUIRY = :balance_inquiry
|
|
1445
|
+
|
|
1443
1446
|
# The processing category is unknown.
|
|
1444
1447
|
UNKNOWN = :unknown
|
|
1445
1448
|
|
|
@@ -1451,6 +1451,9 @@ module Increase
|
|
|
1451
1451
|
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
|
|
1452
1452
|
CASH_DISBURSEMENT = :cash_disbursement
|
|
1453
1453
|
|
|
1454
|
+
# A balance inquiry transaction is used to check the balance of an account associated with a card.
|
|
1455
|
+
BALANCE_INQUIRY = :balance_inquiry
|
|
1456
|
+
|
|
1454
1457
|
# The processing category is unknown.
|
|
1455
1458
|
UNKNOWN = :unknown
|
|
1456
1459
|
|
|
@@ -1316,6 +1316,9 @@ module Increase
|
|
|
1316
1316
|
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
|
|
1317
1317
|
CASH_DISBURSEMENT = :cash_disbursement
|
|
1318
1318
|
|
|
1319
|
+
# A balance inquiry transaction is used to check the balance of an account associated with a card.
|
|
1320
|
+
BALANCE_INQUIRY = :balance_inquiry
|
|
1321
|
+
|
|
1319
1322
|
# The processing category is unknown.
|
|
1320
1323
|
UNKNOWN = :unknown
|
|
1321
1324
|
|
|
@@ -349,6 +349,9 @@ module Increase
|
|
|
349
349
|
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
|
|
350
350
|
CASH_DISBURSEMENT = :cash_disbursement
|
|
351
351
|
|
|
352
|
+
# A balance inquiry transaction is used to check the balance of an account associated with a card.
|
|
353
|
+
BALANCE_INQUIRY = :balance_inquiry
|
|
354
|
+
|
|
352
355
|
# @!method self.values
|
|
353
356
|
# @return [Array<Symbol>]
|
|
354
357
|
end
|
|
@@ -2252,6 +2252,9 @@ module Increase
|
|
|
2252
2252
|
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
|
|
2253
2253
|
CASH_DISBURSEMENT = :cash_disbursement
|
|
2254
2254
|
|
|
2255
|
+
# A balance inquiry transaction is used to check the balance of an account associated with a card.
|
|
2256
|
+
BALANCE_INQUIRY = :balance_inquiry
|
|
2257
|
+
|
|
2255
2258
|
# The processing category is unknown.
|
|
2256
2259
|
UNKNOWN = :unknown
|
|
2257
2260
|
|
data/lib/increase/version.rb
CHANGED
|
@@ -3092,6 +3092,13 @@ module Increase
|
|
|
3092
3092
|
Increase::CardPayment::Element::CardAuthorization::ProcessingCategory::TaggedSymbol
|
|
3093
3093
|
)
|
|
3094
3094
|
|
|
3095
|
+
# A balance inquiry transaction is used to check the balance of an account associated with a card.
|
|
3096
|
+
BALANCE_INQUIRY =
|
|
3097
|
+
T.let(
|
|
3098
|
+
:balance_inquiry,
|
|
3099
|
+
Increase::CardPayment::Element::CardAuthorization::ProcessingCategory::TaggedSymbol
|
|
3100
|
+
)
|
|
3101
|
+
|
|
3095
3102
|
# The processing category is unknown.
|
|
3096
3103
|
UNKNOWN =
|
|
3097
3104
|
T.let(
|
|
@@ -5558,6 +5565,13 @@ module Increase
|
|
|
5558
5565
|
Increase::CardPayment::Element::CardDecline::ProcessingCategory::TaggedSymbol
|
|
5559
5566
|
)
|
|
5560
5567
|
|
|
5568
|
+
# A balance inquiry transaction is used to check the balance of an account associated with a card.
|
|
5569
|
+
BALANCE_INQUIRY =
|
|
5570
|
+
T.let(
|
|
5571
|
+
:balance_inquiry,
|
|
5572
|
+
Increase::CardPayment::Element::CardDecline::ProcessingCategory::TaggedSymbol
|
|
5573
|
+
)
|
|
5574
|
+
|
|
5561
5575
|
# The processing category is unknown.
|
|
5562
5576
|
UNKNOWN =
|
|
5563
5577
|
T.let(
|
|
@@ -7993,6 +8007,13 @@ module Increase
|
|
|
7993
8007
|
Increase::CardPayment::Element::CardFinancial::ProcessingCategory::TaggedSymbol
|
|
7994
8008
|
)
|
|
7995
8009
|
|
|
8010
|
+
# A balance inquiry transaction is used to check the balance of an account associated with a card.
|
|
8011
|
+
BALANCE_INQUIRY =
|
|
8012
|
+
T.let(
|
|
8013
|
+
:balance_inquiry,
|
|
8014
|
+
Increase::CardPayment::Element::CardFinancial::ProcessingCategory::TaggedSymbol
|
|
8015
|
+
)
|
|
8016
|
+
|
|
7996
8017
|
# The processing category is unknown.
|
|
7997
8018
|
UNKNOWN =
|
|
7998
8019
|
T.let(
|
|
@@ -2689,6 +2689,13 @@ module Increase
|
|
|
2689
2689
|
Increase::DeclinedTransaction::Source::CardDecline::ProcessingCategory::TaggedSymbol
|
|
2690
2690
|
)
|
|
2691
2691
|
|
|
2692
|
+
# A balance inquiry transaction is used to check the balance of an account associated with a card.
|
|
2693
|
+
BALANCE_INQUIRY =
|
|
2694
|
+
T.let(
|
|
2695
|
+
:balance_inquiry,
|
|
2696
|
+
Increase::DeclinedTransaction::Source::CardDecline::ProcessingCategory::TaggedSymbol
|
|
2697
|
+
)
|
|
2698
|
+
|
|
2692
2699
|
# The processing category is unknown.
|
|
2693
2700
|
UNKNOWN =
|
|
2694
2701
|
T.let(
|
|
@@ -2716,6 +2716,13 @@ module Increase
|
|
|
2716
2716
|
Increase::PendingTransaction::Source::CardAuthorization::ProcessingCategory::TaggedSymbol
|
|
2717
2717
|
)
|
|
2718
2718
|
|
|
2719
|
+
# A balance inquiry transaction is used to check the balance of an account associated with a card.
|
|
2720
|
+
BALANCE_INQUIRY =
|
|
2721
|
+
T.let(
|
|
2722
|
+
:balance_inquiry,
|
|
2723
|
+
Increase::PendingTransaction::Source::CardAuthorization::ProcessingCategory::TaggedSymbol
|
|
2724
|
+
)
|
|
2725
|
+
|
|
2719
2726
|
# The processing category is unknown.
|
|
2720
2727
|
UNKNOWN =
|
|
2721
2728
|
T.let(
|
|
@@ -2516,6 +2516,13 @@ module Increase
|
|
|
2516
2516
|
Increase::RealTimeDecision::CardAuthorization::ProcessingCategory::TaggedSymbol
|
|
2517
2517
|
)
|
|
2518
2518
|
|
|
2519
|
+
# A balance inquiry transaction is used to check the balance of an account associated with a card.
|
|
2520
|
+
BALANCE_INQUIRY =
|
|
2521
|
+
T.let(
|
|
2522
|
+
:balance_inquiry,
|
|
2523
|
+
Increase::RealTimeDecision::CardAuthorization::ProcessingCategory::TaggedSymbol
|
|
2524
|
+
)
|
|
2525
|
+
|
|
2519
2526
|
# The processing category is unknown.
|
|
2520
2527
|
UNKNOWN =
|
|
2521
2528
|
T.let(
|
|
@@ -756,6 +756,13 @@ module Increase
|
|
|
756
756
|
Increase::Simulations::CardAuthorizationCreateParams::ProcessingCategory::Category::TaggedSymbol
|
|
757
757
|
)
|
|
758
758
|
|
|
759
|
+
# A balance inquiry transaction is used to check the balance of an account associated with a card.
|
|
760
|
+
BALANCE_INQUIRY =
|
|
761
|
+
T.let(
|
|
762
|
+
:balance_inquiry,
|
|
763
|
+
Increase::Simulations::CardAuthorizationCreateParams::ProcessingCategory::Category::TaggedSymbol
|
|
764
|
+
)
|
|
765
|
+
|
|
759
766
|
sig do
|
|
760
767
|
override.returns(
|
|
761
768
|
T::Array[
|
|
@@ -4443,6 +4443,13 @@ module Increase
|
|
|
4443
4443
|
Increase::Transaction::Source::CardFinancial::ProcessingCategory::TaggedSymbol
|
|
4444
4444
|
)
|
|
4445
4445
|
|
|
4446
|
+
# A balance inquiry transaction is used to check the balance of an account associated with a card.
|
|
4447
|
+
BALANCE_INQUIRY =
|
|
4448
|
+
T.let(
|
|
4449
|
+
:balance_inquiry,
|
|
4450
|
+
Increase::Transaction::Source::CardFinancial::ProcessingCategory::TaggedSymbol
|
|
4451
|
+
)
|
|
4452
|
+
|
|
4446
4453
|
# The processing category is unknown.
|
|
4447
4454
|
UNKNOWN =
|
|
4448
4455
|
T.let(
|
|
@@ -1057,6 +1057,7 @@ module Increase
|
|
|
1057
1057
|
| :quasi_cash
|
|
1058
1058
|
| :refund
|
|
1059
1059
|
| :cash_disbursement
|
|
1060
|
+
| :balance_inquiry
|
|
1060
1061
|
| :unknown
|
|
1061
1062
|
|
|
1062
1063
|
module ProcessingCategory
|
|
@@ -1086,6 +1087,9 @@ module Increase
|
|
|
1086
1087
|
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
|
|
1087
1088
|
CASH_DISBURSEMENT: :cash_disbursement
|
|
1088
1089
|
|
|
1090
|
+
# A balance inquiry transaction is used to check the balance of an account associated with a card.
|
|
1091
|
+
BALANCE_INQUIRY: :balance_inquiry
|
|
1092
|
+
|
|
1089
1093
|
# The processing category is unknown.
|
|
1090
1094
|
UNKNOWN: :unknown
|
|
1091
1095
|
|
|
@@ -1926,6 +1930,7 @@ module Increase
|
|
|
1926
1930
|
| :quasi_cash
|
|
1927
1931
|
| :refund
|
|
1928
1932
|
| :cash_disbursement
|
|
1933
|
+
| :balance_inquiry
|
|
1929
1934
|
| :unknown
|
|
1930
1935
|
|
|
1931
1936
|
module ProcessingCategory
|
|
@@ -1955,6 +1960,9 @@ module Increase
|
|
|
1955
1960
|
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
|
|
1956
1961
|
CASH_DISBURSEMENT: :cash_disbursement
|
|
1957
1962
|
|
|
1963
|
+
# A balance inquiry transaction is used to check the balance of an account associated with a card.
|
|
1964
|
+
BALANCE_INQUIRY: :balance_inquiry
|
|
1965
|
+
|
|
1958
1966
|
# The processing category is unknown.
|
|
1959
1967
|
UNKNOWN: :unknown
|
|
1960
1968
|
|
|
@@ -2818,6 +2826,7 @@ module Increase
|
|
|
2818
2826
|
| :quasi_cash
|
|
2819
2827
|
| :refund
|
|
2820
2828
|
| :cash_disbursement
|
|
2829
|
+
| :balance_inquiry
|
|
2821
2830
|
| :unknown
|
|
2822
2831
|
|
|
2823
2832
|
module ProcessingCategory
|
|
@@ -2847,6 +2856,9 @@ module Increase
|
|
|
2847
2856
|
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
|
|
2848
2857
|
CASH_DISBURSEMENT: :cash_disbursement
|
|
2849
2858
|
|
|
2859
|
+
# A balance inquiry transaction is used to check the balance of an account associated with a card.
|
|
2860
|
+
BALANCE_INQUIRY: :balance_inquiry
|
|
2861
|
+
|
|
2850
2862
|
# The processing category is unknown.
|
|
2851
2863
|
UNKNOWN: :unknown
|
|
2852
2864
|
|
|
@@ -924,6 +924,7 @@ module Increase
|
|
|
924
924
|
| :quasi_cash
|
|
925
925
|
| :refund
|
|
926
926
|
| :cash_disbursement
|
|
927
|
+
| :balance_inquiry
|
|
927
928
|
| :unknown
|
|
928
929
|
|
|
929
930
|
module ProcessingCategory
|
|
@@ -953,6 +954,9 @@ module Increase
|
|
|
953
954
|
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
|
|
954
955
|
CASH_DISBURSEMENT: :cash_disbursement
|
|
955
956
|
|
|
957
|
+
# A balance inquiry transaction is used to check the balance of an account associated with a card.
|
|
958
|
+
BALANCE_INQUIRY: :balance_inquiry
|
|
959
|
+
|
|
956
960
|
# The processing category is unknown.
|
|
957
961
|
UNKNOWN: :unknown
|
|
958
962
|
|
|
@@ -856,6 +856,7 @@ module Increase
|
|
|
856
856
|
| :quasi_cash
|
|
857
857
|
| :refund
|
|
858
858
|
| :cash_disbursement
|
|
859
|
+
| :balance_inquiry
|
|
859
860
|
| :unknown
|
|
860
861
|
|
|
861
862
|
module ProcessingCategory
|
|
@@ -885,6 +886,9 @@ module Increase
|
|
|
885
886
|
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
|
|
886
887
|
CASH_DISBURSEMENT: :cash_disbursement
|
|
887
888
|
|
|
889
|
+
# A balance inquiry transaction is used to check the balance of an account associated with a card.
|
|
890
|
+
BALANCE_INQUIRY: :balance_inquiry
|
|
891
|
+
|
|
888
892
|
# The processing category is unknown.
|
|
889
893
|
UNKNOWN: :unknown
|
|
890
894
|
|
|
@@ -846,6 +846,7 @@ module Increase
|
|
|
846
846
|
| :quasi_cash
|
|
847
847
|
| :refund
|
|
848
848
|
| :cash_disbursement
|
|
849
|
+
| :balance_inquiry
|
|
849
850
|
| :unknown
|
|
850
851
|
|
|
851
852
|
module ProcessingCategory
|
|
@@ -875,6 +876,9 @@ module Increase
|
|
|
875
876
|
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
|
|
876
877
|
CASH_DISBURSEMENT: :cash_disbursement
|
|
877
878
|
|
|
879
|
+
# A balance inquiry transaction is used to check the balance of an account associated with a card.
|
|
880
|
+
BALANCE_INQUIRY: :balance_inquiry
|
|
881
|
+
|
|
878
882
|
# The processing category is unknown.
|
|
879
883
|
UNKNOWN: :unknown
|
|
880
884
|
|
|
@@ -337,6 +337,7 @@ module Increase
|
|
|
337
337
|
| :quasi_cash
|
|
338
338
|
| :refund
|
|
339
339
|
| :cash_disbursement
|
|
340
|
+
| :balance_inquiry
|
|
340
341
|
|
|
341
342
|
module Category
|
|
342
343
|
extend Increase::Internal::Type::Enum
|
|
@@ -365,6 +366,9 @@ module Increase
|
|
|
365
366
|
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
|
|
366
367
|
CASH_DISBURSEMENT: :cash_disbursement
|
|
367
368
|
|
|
369
|
+
# A balance inquiry transaction is used to check the balance of an account associated with a card.
|
|
370
|
+
BALANCE_INQUIRY: :balance_inquiry
|
|
371
|
+
|
|
368
372
|
def self?.values: -> ::Array[Increase::Models::Simulations::CardAuthorizationCreateParams::ProcessingCategory::category]
|
|
369
373
|
end
|
|
370
374
|
|
|
@@ -1488,6 +1488,7 @@ module Increase
|
|
|
1488
1488
|
| :quasi_cash
|
|
1489
1489
|
| :refund
|
|
1490
1490
|
| :cash_disbursement
|
|
1491
|
+
| :balance_inquiry
|
|
1491
1492
|
| :unknown
|
|
1492
1493
|
|
|
1493
1494
|
module ProcessingCategory
|
|
@@ -1517,6 +1518,9 @@ module Increase
|
|
|
1517
1518
|
# Cash disbursement transactions are used to withdraw cash from an ATM or a point of sale.
|
|
1518
1519
|
CASH_DISBURSEMENT: :cash_disbursement
|
|
1519
1520
|
|
|
1521
|
+
# A balance inquiry transaction is used to check the balance of an account associated with a card.
|
|
1522
|
+
BALANCE_INQUIRY: :balance_inquiry
|
|
1523
|
+
|
|
1520
1524
|
# The processing category is unknown.
|
|
1521
1525
|
UNKNOWN: :unknown
|
|
1522
1526
|
|
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.155.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-12-
|
|
11
|
+
date: 2025-12-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: connection_pool
|