increase 1.20.0 → 1.21.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: da9a5b980dca12feeaaa7bd93fa216dbff9329b92ca9118946885ff319d2374b
4
- data.tar.gz: 64e775efe19f77568d634e82cb5fa57e7bc8151f456cc4c298916990cd945ba4
3
+ metadata.gz: be3e7608f6914d94bac4d1271de985906c813852478e72b3f31792f822265757
4
+ data.tar.gz: 8ce52230284861a6cc452326cc918828d19df5f6d800556f685016acfe91b985
5
5
  SHA512:
6
- metadata.gz: 04b5cbc93c1b2e2a8361bbdbf59c368ede48bd0fcdfff212f9b39ba251268c1aff64a38b5e7ba7110b1d203d0fc603d3576eb3e45b9312f8f7b92eaaced6e715
7
- data.tar.gz: 2553e3b41c0bbdbfa360be327519b914fac84be966d8d2d73be1f20512c193be130c494bb04b262d55096c9e51364efd4c9abd7a5ac4142bc9f90002bfc89e63
6
+ metadata.gz: 19585e7a5eb6db12593f98d5666205363dd7da758de1784ef4c8139f7a27e4b95ba6afcdb12e298830ccef37e061c6235a3f3dc9e33f412cc288b8b07b43e551
7
+ data.tar.gz: 42ba409b65d6d604b518b2927a74a2b49b8fa96ea4b606b8acdcd90080c7ab7cbea36a7d032ff3bdf343608750be82faec3ca602558376e22a0fb0ae436403c0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.21.0 (2025-07-29)
4
+
5
+ Full Changelog: [v1.20.0...v1.21.0](https://github.com/Increase/increase-ruby/compare/v1.20.0...v1.21.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([8aa37f3](https://github.com/Increase/increase-ruby/commit/8aa37f3f48a32970bb8b33df798b30deaf30db2c))
10
+
3
11
  ## 1.20.0 (2025-07-29)
4
12
 
5
13
  Full Changelog: [v1.19.0...v1.20.0](https://github.com/Increase/increase-ruby/compare/v1.19.0...v1.20.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.20.0"
18
+ gem "increase", "~> 1.21.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -1932,6 +1932,13 @@ module Increase
1932
1932
  # @return [Symbol, Increase::Models::CardPayment::Element::CardDecline::Direction]
1933
1933
  required :direction, enum: -> { Increase::CardPayment::Element::CardDecline::Direction }
1934
1934
 
1935
+ # @!attribute incremented_card_authorization_id
1936
+ # The identifier of the card authorization this request attempted to incrementally
1937
+ # authorize.
1938
+ #
1939
+ # @return [String, nil]
1940
+ required :incremented_card_authorization_id, String, nil?: true
1941
+
1935
1942
  # @!attribute merchant_acceptor_id
1936
1943
  # The merchant identifier (commonly abbreviated as MID) of the merchant the card
1937
1944
  # is transacting with.
@@ -2062,7 +2069,7 @@ module Increase
2062
2069
  # @return [Increase::Models::CardPayment::Element::CardDecline::Verification]
2063
2070
  required :verification, -> { Increase::CardPayment::Element::CardDecline::Verification }
2064
2071
 
2065
- # @!method initialize(id:, actioner:, additional_amounts:, amount:, card_payment_id:, currency:, declined_transaction_id:, digital_wallet_token_id:, direction:, merchant_acceptor_id:, merchant_category_code:, merchant_city:, merchant_country:, merchant_descriptor:, merchant_postal_code:, merchant_state:, network_details:, network_identifiers:, network_risk_score:, physical_card_id:, presentment_amount:, presentment_currency:, processing_category:, real_time_decision_id:, real_time_decision_reason:, reason:, terminal_id:, verification:)
2072
+ # @!method initialize(id:, actioner:, additional_amounts:, amount:, card_payment_id:, currency:, declined_transaction_id:, digital_wallet_token_id:, direction:, incremented_card_authorization_id:, merchant_acceptor_id:, merchant_category_code:, merchant_city:, merchant_country:, merchant_descriptor:, merchant_postal_code:, merchant_state:, network_details:, network_identifiers:, network_risk_score:, physical_card_id:, presentment_amount:, presentment_currency:, processing_category:, real_time_decision_id:, real_time_decision_reason:, reason:, terminal_id:, verification:)
2066
2073
  # Some parameter documentations has been truncated, see
2067
2074
  # {Increase::Models::CardPayment::Element::CardDecline} for more details.
2068
2075
  #
@@ -2087,6 +2094,8 @@ module Increase
2087
2094
  #
2088
2095
  # @param direction [Symbol, Increase::Models::CardPayment::Element::CardDecline::Direction] The direction describes the direction the funds will move, either from the cardh
2089
2096
  #
2097
+ # @param incremented_card_authorization_id [String, nil] The identifier of the card authorization this request attempted to incrementally
2098
+ #
2090
2099
  # @param merchant_acceptor_id [String] The merchant identifier (commonly abbreviated as MID) of the merchant the card i
2091
2100
  #
2092
2101
  # @param merchant_category_code [String] The Merchant Category Code (commonly abbreviated as MCC) of the merchant the car
@@ -489,6 +489,13 @@ module Increase
489
489
  # @return [Symbol, Increase::Models::DeclinedTransaction::Source::CardDecline::Direction]
490
490
  required :direction, enum: -> { Increase::DeclinedTransaction::Source::CardDecline::Direction }
491
491
 
492
+ # @!attribute incremented_card_authorization_id
493
+ # The identifier of the card authorization this request attempted to incrementally
494
+ # authorize.
495
+ #
496
+ # @return [String, nil]
497
+ required :incremented_card_authorization_id, String, nil?: true
498
+
492
499
  # @!attribute merchant_acceptor_id
493
500
  # The merchant identifier (commonly abbreviated as MID) of the merchant the card
494
501
  # is transacting with.
@@ -617,7 +624,7 @@ module Increase
617
624
  # @return [Increase::Models::DeclinedTransaction::Source::CardDecline::Verification]
618
625
  required :verification, -> { Increase::DeclinedTransaction::Source::CardDecline::Verification }
619
626
 
620
- # @!method initialize(id:, actioner:, additional_amounts:, amount:, card_payment_id:, currency:, declined_transaction_id:, digital_wallet_token_id:, direction:, merchant_acceptor_id:, merchant_category_code:, merchant_city:, merchant_country:, merchant_descriptor:, merchant_postal_code:, merchant_state:, network_details:, network_identifiers:, network_risk_score:, physical_card_id:, presentment_amount:, presentment_currency:, processing_category:, real_time_decision_id:, real_time_decision_reason:, reason:, terminal_id:, verification:)
627
+ # @!method initialize(id:, actioner:, additional_amounts:, amount:, card_payment_id:, currency:, declined_transaction_id:, digital_wallet_token_id:, direction:, incremented_card_authorization_id:, merchant_acceptor_id:, merchant_category_code:, merchant_city:, merchant_country:, merchant_descriptor:, merchant_postal_code:, merchant_state:, network_details:, network_identifiers:, network_risk_score:, physical_card_id:, presentment_amount:, presentment_currency:, processing_category:, real_time_decision_id:, real_time_decision_reason:, reason:, terminal_id:, verification:)
621
628
  # Some parameter documentations has been truncated, see
622
629
  # {Increase::Models::DeclinedTransaction::Source::CardDecline} for more details.
623
630
  #
@@ -642,6 +649,8 @@ module Increase
642
649
  #
643
650
  # @param direction [Symbol, Increase::Models::DeclinedTransaction::Source::CardDecline::Direction] The direction describes the direction the funds will move, either from the cardh
644
651
  #
652
+ # @param incremented_card_authorization_id [String, nil] The identifier of the card authorization this request attempted to incrementally
653
+ #
645
654
  # @param merchant_acceptor_id [String] The merchant identifier (commonly abbreviated as MID) of the merchant the card i
646
655
  #
647
656
  # @param merchant_category_code [String] The Merchant Category Code (commonly abbreviated as MCC) of the merchant the car
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "1.20.0"
4
+ VERSION = "1.21.0"
5
5
  end
@@ -3585,6 +3585,11 @@ module Increase
3585
3585
  end
3586
3586
  attr_accessor :direction
3587
3587
 
3588
+ # The identifier of the card authorization this request attempted to incrementally
3589
+ # authorize.
3590
+ sig { returns(T.nilable(String)) }
3591
+ attr_accessor :incremented_card_authorization_id
3592
+
3588
3593
  # The merchant identifier (commonly abbreviated as MID) of the merchant the card
3589
3594
  # is transacting with.
3590
3595
  sig { returns(String) }
@@ -3734,6 +3739,7 @@ module Increase
3734
3739
  digital_wallet_token_id: T.nilable(String),
3735
3740
  direction:
3736
3741
  Increase::CardPayment::Element::CardDecline::Direction::OrSymbol,
3742
+ incremented_card_authorization_id: T.nilable(String),
3737
3743
  merchant_acceptor_id: String,
3738
3744
  merchant_category_code: String,
3739
3745
  merchant_city: T.nilable(String),
@@ -3789,6 +3795,9 @@ module Increase
3789
3795
  # The direction describes the direction the funds will move, either from the
3790
3796
  # cardholder to the merchant or from the merchant to the cardholder.
3791
3797
  direction:,
3798
+ # The identifier of the card authorization this request attempted to incrementally
3799
+ # authorize.
3800
+ incremented_card_authorization_id:,
3792
3801
  # The merchant identifier (commonly abbreviated as MID) of the merchant the card
3793
3802
  # is transacting with.
3794
3803
  merchant_acceptor_id:,
@@ -3856,6 +3865,7 @@ module Increase
3856
3865
  digital_wallet_token_id: T.nilable(String),
3857
3866
  direction:
3858
3867
  Increase::CardPayment::Element::CardDecline::Direction::TaggedSymbol,
3868
+ incremented_card_authorization_id: T.nilable(String),
3859
3869
  merchant_acceptor_id: String,
3860
3870
  merchant_category_code: String,
3861
3871
  merchant_city: T.nilable(String),
@@ -828,6 +828,11 @@ module Increase
828
828
  end
829
829
  attr_accessor :direction
830
830
 
831
+ # The identifier of the card authorization this request attempted to incrementally
832
+ # authorize.
833
+ sig { returns(T.nilable(String)) }
834
+ attr_accessor :incremented_card_authorization_id
835
+
831
836
  # The merchant identifier (commonly abbreviated as MID) of the merchant the card
832
837
  # is transacting with.
833
838
  sig { returns(String) }
@@ -981,6 +986,7 @@ module Increase
981
986
  digital_wallet_token_id: T.nilable(String),
982
987
  direction:
983
988
  Increase::DeclinedTransaction::Source::CardDecline::Direction::OrSymbol,
989
+ incremented_card_authorization_id: T.nilable(String),
984
990
  merchant_acceptor_id: String,
985
991
  merchant_category_code: String,
986
992
  merchant_city: T.nilable(String),
@@ -1036,6 +1042,9 @@ module Increase
1036
1042
  # The direction describes the direction the funds will move, either from the
1037
1043
  # cardholder to the merchant or from the merchant to the cardholder.
1038
1044
  direction:,
1045
+ # The identifier of the card authorization this request attempted to incrementally
1046
+ # authorize.
1047
+ incremented_card_authorization_id:,
1039
1048
  # The merchant identifier (commonly abbreviated as MID) of the merchant the card
1040
1049
  # is transacting with.
1041
1050
  merchant_acceptor_id:,
@@ -1103,6 +1112,7 @@ module Increase
1103
1112
  digital_wallet_token_id: T.nilable(String),
1104
1113
  direction:
1105
1114
  Increase::DeclinedTransaction::Source::CardDecline::Direction::TaggedSymbol,
1115
+ incremented_card_authorization_id: T.nilable(String),
1106
1116
  merchant_acceptor_id: String,
1107
1117
  merchant_category_code: String,
1108
1118
  merchant_city: T.nilable(String),
@@ -1300,6 +1300,7 @@ module Increase
1300
1300
  declined_transaction_id: String,
1301
1301
  digital_wallet_token_id: String?,
1302
1302
  direction: Increase::Models::CardPayment::Element::CardDecline::direction,
1303
+ incremented_card_authorization_id: String?,
1303
1304
  merchant_acceptor_id: String,
1304
1305
  merchant_category_code: String,
1305
1306
  merchant_city: String?,
@@ -1340,6 +1341,8 @@ module Increase
1340
1341
 
1341
1342
  attr_accessor direction: Increase::Models::CardPayment::Element::CardDecline::direction
1342
1343
 
1344
+ attr_accessor incremented_card_authorization_id: String?
1345
+
1343
1346
  attr_accessor merchant_acceptor_id: String
1344
1347
 
1345
1348
  attr_accessor merchant_category_code: String
@@ -1388,6 +1391,7 @@ module Increase
1388
1391
  declined_transaction_id: String,
1389
1392
  digital_wallet_token_id: String?,
1390
1393
  direction: Increase::Models::CardPayment::Element::CardDecline::direction,
1394
+ incremented_card_authorization_id: String?,
1391
1395
  merchant_acceptor_id: String,
1392
1396
  merchant_category_code: String,
1393
1397
  merchant_city: String?,
@@ -1419,6 +1423,7 @@ module Increase
1419
1423
  declined_transaction_id: String,
1420
1424
  digital_wallet_token_id: String?,
1421
1425
  direction: Increase::Models::CardPayment::Element::CardDecline::direction,
1426
+ incremented_card_authorization_id: String?,
1422
1427
  merchant_acceptor_id: String,
1423
1428
  merchant_category_code: String,
1424
1429
  merchant_city: String?,
@@ -324,6 +324,7 @@ module Increase
324
324
  declined_transaction_id: String,
325
325
  digital_wallet_token_id: String?,
326
326
  direction: Increase::Models::DeclinedTransaction::Source::CardDecline::direction,
327
+ incremented_card_authorization_id: String?,
327
328
  merchant_acceptor_id: String,
328
329
  merchant_category_code: String,
329
330
  merchant_city: String?,
@@ -364,6 +365,8 @@ module Increase
364
365
 
365
366
  attr_accessor direction: Increase::Models::DeclinedTransaction::Source::CardDecline::direction
366
367
 
368
+ attr_accessor incremented_card_authorization_id: String?
369
+
367
370
  attr_accessor merchant_acceptor_id: String
368
371
 
369
372
  attr_accessor merchant_category_code: String
@@ -412,6 +415,7 @@ module Increase
412
415
  declined_transaction_id: String,
413
416
  digital_wallet_token_id: String?,
414
417
  direction: Increase::Models::DeclinedTransaction::Source::CardDecline::direction,
418
+ incremented_card_authorization_id: String?,
415
419
  merchant_acceptor_id: String,
416
420
  merchant_category_code: String,
417
421
  merchant_city: String?,
@@ -443,6 +447,7 @@ module Increase
443
447
  declined_transaction_id: String,
444
448
  digital_wallet_token_id: String?,
445
449
  direction: Increase::Models::DeclinedTransaction::Source::CardDecline::direction,
450
+ incremented_card_authorization_id: String?,
446
451
  merchant_acceptor_id: String,
447
452
  merchant_category_code: String,
448
453
  merchant_city: String?,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: increase
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.20.0
4
+ version: 1.21.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Increase