increase 1.234.0 → 1.235.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: c17f042673181ce2ce25d7e18530dc03efa3e6c43aaee6d9499b62a3029a6442
4
- data.tar.gz: 86db4a6fd21825d6dec8639c5a1d518b7a54940e710ad66540a8e56b0469b137
3
+ metadata.gz: b7b8b1fe09bc1ce545e7063f9b5612a325ae4ad2584e9977fbc9818c4871bc86
4
+ data.tar.gz: 2b56cb378b8a0bd769df0d13f2761a746fc3fa8cf309944e5537aaad5066176c
5
5
  SHA512:
6
- metadata.gz: 9714657d4a686b3e458efa07b137fe5c1f6f31d6294ae94c10fd9c4b00e06a20e5d6934ee218f033f8d5733dc91878183e6efd79a63970b9d84602af35139455
7
- data.tar.gz: d8f0e484536b4c72ee08c06b4cf594fd33a94976efac7bebaccea94f93373bafdd004521e25422ab03f9e9d8f4a9e2b11926b8b4ae9557aec8f9c4d5e3e50338
6
+ metadata.gz: 5db0f97c3eb0b4fdfe2a97a4296934979da293b313037e9fc7c954442404512420e14189111877688108148dfee00f60a7822f25583672db12e1a6417848e519
7
+ data.tar.gz: 7530bdfc2e4b9491c6642bfb9d6f9105551da956cb5c5b06b1f1fa0eba625f9eaa2c6a7fc672f3a78ffb197907adc80d32b32a0b6c45bf79b70930599354f4e7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.235.0 (2026-03-06)
4
+
5
+ Full Changelog: [v1.234.0...v1.235.0](https://github.com/Increase/increase-ruby/compare/v1.234.0...v1.235.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([1615eb2](https://github.com/Increase/increase-ruby/commit/1615eb20b76cee8d5258eff5049dbb5289cbe204))
10
+
3
11
  ## 1.234.0 (2026-03-06)
4
12
 
5
13
  Full Changelog: [v1.233.0...v1.234.0](https://github.com/Increase/increase-ruby/compare/v1.233.0...v1.234.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.234.0"
18
+ gem "increase", "~> 1.235.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -485,6 +485,13 @@ module Increase
485
485
  # @return [Integer, nil]
486
486
  required :purchase_amount, Integer, nil?: true
487
487
 
488
+ # @!attribute purchase_amount_cardholder_estimated
489
+ # The purchase amount in the cardholder's currency (i.e., USD) estimated using
490
+ # daily conversion rates from the card network.
491
+ #
492
+ # @return [Integer, nil]
493
+ required :purchase_amount_cardholder_estimated, Integer, nil?: true
494
+
488
495
  # @!attribute purchase_currency
489
496
  # The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
490
497
  # authentication attempt's purchase currency.
@@ -602,7 +609,7 @@ module Increase
602
609
  # @return [Symbol, Increase::Models::CardPayment::Element::CardAuthentication::Type]
603
610
  required :type, enum: -> { Increase::CardPayment::Element::CardAuthentication::Type }
604
611
 
605
- # @!method initialize(id:, access_control_server_transaction_id:, billing_address_city:, billing_address_country:, billing_address_line1:, billing_address_line2:, billing_address_line3:, billing_address_postal_code:, billing_address_state:, card_id:, card_payment_id:, cardholder_email:, cardholder_name:, category:, challenge:, created_at:, deny_reason:, device_channel:, directory_server_transaction_id:, merchant_acceptor_id:, merchant_category_code:, merchant_country:, merchant_name:, prior_card_authentication_id:, purchase_amount:, purchase_currency:, real_time_decision_id:, requestor_authentication_indicator:, requestor_challenge_indicator:, requestor_name:, requestor_url:, shipping_address_city:, shipping_address_country:, shipping_address_line1:, shipping_address_line2:, shipping_address_line3:, shipping_address_postal_code:, shipping_address_state:, status:, three_d_secure_server_transaction_id:, transaction_type:, type:)
612
+ # @!method initialize(id:, access_control_server_transaction_id:, billing_address_city:, billing_address_country:, billing_address_line1:, billing_address_line2:, billing_address_line3:, billing_address_postal_code:, billing_address_state:, card_id:, card_payment_id:, cardholder_email:, cardholder_name:, category:, challenge:, created_at:, deny_reason:, device_channel:, directory_server_transaction_id:, merchant_acceptor_id:, merchant_category_code:, merchant_country:, merchant_name:, prior_card_authentication_id:, purchase_amount:, purchase_amount_cardholder_estimated:, purchase_currency:, real_time_decision_id:, requestor_authentication_indicator:, requestor_challenge_indicator:, requestor_name:, requestor_url:, shipping_address_city:, shipping_address_country:, shipping_address_line1:, shipping_address_line2:, shipping_address_line3:, shipping_address_postal_code:, shipping_address_state:, status:, three_d_secure_server_transaction_id:, transaction_type:, type:)
606
613
  # Some parameter documentations has been truncated, see
607
614
  # {Increase::Models::CardPayment::Element::CardAuthentication} for more details.
608
615
  #
@@ -660,6 +667,8 @@ module Increase
660
667
  #
661
668
  # @param purchase_amount [Integer, nil] The purchase amount in minor units.
662
669
  #
670
+ # @param purchase_amount_cardholder_estimated [Integer, nil] The purchase amount in the cardholder's currency (i.e., USD) estimated using dai
671
+ #
663
672
  # @param purchase_currency [String, nil] The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the authenticati
664
673
  #
665
674
  # @param real_time_decision_id [String, nil] The identifier of the Real-Time Decision sent to approve or decline this authent
@@ -262,6 +262,13 @@ module Increase
262
262
  # @return [Integer, nil]
263
263
  required :purchase_amount, Integer, nil?: true
264
264
 
265
+ # @!attribute purchase_amount_cardholder_estimated
266
+ # The purchase amount in the cardholder's currency (i.e., USD) estimated using
267
+ # daily conversion rates from the card network.
268
+ #
269
+ # @return [Integer, nil]
270
+ required :purchase_amount_cardholder_estimated, Integer, nil?: true
271
+
265
272
  # @!attribute purchase_currency
266
273
  # The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
267
274
  # authentication attempt's purchase currency.
@@ -364,7 +371,7 @@ module Increase
364
371
  # @return [String]
365
372
  required :upcoming_card_payment_id, String
366
373
 
367
- # @!method initialize(access_control_server_transaction_id:, account_id:, billing_address_city:, billing_address_country:, billing_address_line1:, billing_address_line2:, billing_address_line3:, billing_address_postal_code:, billing_address_state:, card_id:, cardholder_email:, cardholder_name:, category:, decision:, device_channel:, directory_server_transaction_id:, merchant_acceptor_id:, merchant_category_code:, merchant_country:, merchant_name:, prior_card_authentication_id:, purchase_amount:, purchase_currency:, requestor_authentication_indicator:, requestor_challenge_indicator:, requestor_name:, requestor_url:, shipping_address_city:, shipping_address_country:, shipping_address_line1:, shipping_address_line2:, shipping_address_line3:, shipping_address_postal_code:, shipping_address_state:, three_d_secure_server_transaction_id:, transaction_type:, upcoming_card_payment_id:)
374
+ # @!method initialize(access_control_server_transaction_id:, account_id:, billing_address_city:, billing_address_country:, billing_address_line1:, billing_address_line2:, billing_address_line3:, billing_address_postal_code:, billing_address_state:, card_id:, cardholder_email:, cardholder_name:, category:, decision:, device_channel:, directory_server_transaction_id:, merchant_acceptor_id:, merchant_category_code:, merchant_country:, merchant_name:, prior_card_authentication_id:, purchase_amount:, purchase_amount_cardholder_estimated:, purchase_currency:, requestor_authentication_indicator:, requestor_challenge_indicator:, requestor_name:, requestor_url:, shipping_address_city:, shipping_address_country:, shipping_address_line1:, shipping_address_line2:, shipping_address_line3:, shipping_address_postal_code:, shipping_address_state:, three_d_secure_server_transaction_id:, transaction_type:, upcoming_card_payment_id:)
368
375
  # Some parameter documentations has been truncated, see
369
376
  # {Increase::Models::RealTimeDecision::CardAuthentication} for more details.
370
377
  #
@@ -414,6 +421,8 @@ module Increase
414
421
  #
415
422
  # @param purchase_amount [Integer, nil] The purchase amount in minor units.
416
423
  #
424
+ # @param purchase_amount_cardholder_estimated [Integer, nil] The purchase amount in the cardholder's currency (i.e., USD) estimated using dai
425
+ #
417
426
  # @param purchase_currency [String, nil] The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the authenticati
418
427
  #
419
428
  # @param requestor_authentication_indicator [Symbol, Increase::Models::RealTimeDecision::CardAuthentication::RequestorAuthenticationIndicator, nil] The 3DS requestor authentication indicator describes why the authentication atte
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Increase
4
- VERSION = "1.234.0"
4
+ VERSION = "1.235.0"
5
5
  end
@@ -775,6 +775,11 @@ module Increase
775
775
  sig { returns(T.nilable(Integer)) }
776
776
  attr_accessor :purchase_amount
777
777
 
778
+ # The purchase amount in the cardholder's currency (i.e., USD) estimated using
779
+ # daily conversion rates from the card network.
780
+ sig { returns(T.nilable(Integer)) }
781
+ attr_accessor :purchase_amount_cardholder_estimated
782
+
778
783
  # The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
779
784
  # authentication attempt's purchase currency.
780
785
  sig { returns(T.nilable(String)) }
@@ -914,6 +919,7 @@ module Increase
914
919
  merchant_name: String,
915
920
  prior_card_authentication_id: T.nilable(String),
916
921
  purchase_amount: T.nilable(Integer),
922
+ purchase_amount_cardholder_estimated: T.nilable(Integer),
917
923
  purchase_currency: T.nilable(String),
918
924
  real_time_decision_id: T.nilable(String),
919
925
  requestor_authentication_indicator:
@@ -1008,6 +1014,9 @@ module Increase
1008
1014
  prior_card_authentication_id:,
1009
1015
  # The purchase amount in minor units.
1010
1016
  purchase_amount:,
1017
+ # The purchase amount in the cardholder's currency (i.e., USD) estimated using
1018
+ # daily conversion rates from the card network.
1019
+ purchase_amount_cardholder_estimated:,
1011
1020
  # The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
1012
1021
  # authentication attempt's purchase currency.
1013
1022
  purchase_currency:,
@@ -1088,6 +1097,7 @@ module Increase
1088
1097
  merchant_name: String,
1089
1098
  prior_card_authentication_id: T.nilable(String),
1090
1099
  purchase_amount: T.nilable(Integer),
1100
+ purchase_amount_cardholder_estimated: T.nilable(Integer),
1091
1101
  purchase_currency: T.nilable(String),
1092
1102
  real_time_decision_id: T.nilable(String),
1093
1103
  requestor_authentication_indicator:
@@ -342,6 +342,11 @@ module Increase
342
342
  sig { returns(T.nilable(Integer)) }
343
343
  attr_accessor :purchase_amount
344
344
 
345
+ # The purchase amount in the cardholder's currency (i.e., USD) estimated using
346
+ # daily conversion rates from the card network.
347
+ sig { returns(T.nilable(Integer)) }
348
+ attr_accessor :purchase_amount_cardholder_estimated
349
+
345
350
  # The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
346
351
  # authentication attempt's purchase currency.
347
352
  sig { returns(T.nilable(String)) }
@@ -456,6 +461,7 @@ module Increase
456
461
  merchant_name: String,
457
462
  prior_card_authentication_id: T.nilable(String),
458
463
  purchase_amount: T.nilable(Integer),
464
+ purchase_amount_cardholder_estimated: T.nilable(Integer),
459
465
  purchase_currency: T.nilable(String),
460
466
  requestor_authentication_indicator:
461
467
  T.nilable(
@@ -539,6 +545,9 @@ module Increase
539
545
  prior_card_authentication_id:,
540
546
  # The purchase amount in minor units.
541
547
  purchase_amount:,
548
+ # The purchase amount in the cardholder's currency (i.e., USD) estimated using
549
+ # daily conversion rates from the card network.
550
+ purchase_amount_cardholder_estimated:,
542
551
  # The [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) code for the
543
552
  # authentication attempt's purchase currency.
544
553
  purchase_currency:,
@@ -608,6 +617,7 @@ module Increase
608
617
  merchant_name: String,
609
618
  prior_card_authentication_id: T.nilable(String),
610
619
  purchase_amount: T.nilable(Integer),
620
+ purchase_amount_cardholder_estimated: T.nilable(Integer),
611
621
  purchase_currency: T.nilable(String),
612
622
  requestor_authentication_indicator:
613
623
  T.nilable(
@@ -234,6 +234,7 @@ module Increase
234
234
  merchant_name: String,
235
235
  prior_card_authentication_id: String?,
236
236
  purchase_amount: Integer?,
237
+ purchase_amount_cardholder_estimated: Integer?,
237
238
  purchase_currency: String?,
238
239
  real_time_decision_id: String?,
239
240
  requestor_authentication_indicator: Increase::Models::CardPayment::Element::CardAuthentication::requestor_authentication_indicator?,
@@ -304,6 +305,8 @@ module Increase
304
305
 
305
306
  attr_accessor purchase_amount: Integer?
306
307
 
308
+ attr_accessor purchase_amount_cardholder_estimated: Integer?
309
+
307
310
  attr_accessor purchase_currency: String?
308
311
 
309
312
  attr_accessor real_time_decision_id: String?
@@ -364,6 +367,7 @@ module Increase
364
367
  merchant_name: String,
365
368
  prior_card_authentication_id: String?,
366
369
  purchase_amount: Integer?,
370
+ purchase_amount_cardholder_estimated: Integer?,
367
371
  purchase_currency: String?,
368
372
  real_time_decision_id: String?,
369
373
  requestor_authentication_indicator: Increase::Models::CardPayment::Element::CardAuthentication::requestor_authentication_indicator?,
@@ -409,6 +413,7 @@ module Increase
409
413
  merchant_name: String,
410
414
  prior_card_authentication_id: String?,
411
415
  purchase_amount: Integer?,
416
+ purchase_amount_cardholder_estimated: Integer?,
412
417
  purchase_currency: String?,
413
418
  real_time_decision_id: String?,
414
419
  requestor_authentication_indicator: Increase::Models::CardPayment::Element::CardAuthentication::requestor_authentication_indicator?,
@@ -95,6 +95,7 @@ module Increase
95
95
  merchant_name: String,
96
96
  prior_card_authentication_id: String?,
97
97
  purchase_amount: Integer?,
98
+ purchase_amount_cardholder_estimated: Integer?,
98
99
  purchase_currency: String?,
99
100
  requestor_authentication_indicator: Increase::Models::RealTimeDecision::CardAuthentication::requestor_authentication_indicator?,
100
101
  requestor_challenge_indicator: Increase::Models::RealTimeDecision::CardAuthentication::requestor_challenge_indicator?,
@@ -157,6 +158,8 @@ module Increase
157
158
 
158
159
  attr_accessor purchase_amount: Integer?
159
160
 
161
+ attr_accessor purchase_amount_cardholder_estimated: Integer?
162
+
160
163
  attr_accessor purchase_currency: String?
161
164
 
162
165
  attr_accessor requestor_authentication_indicator: Increase::Models::RealTimeDecision::CardAuthentication::requestor_authentication_indicator?
@@ -210,6 +213,7 @@ module Increase
210
213
  merchant_name: String,
211
214
  prior_card_authentication_id: String?,
212
215
  purchase_amount: Integer?,
216
+ purchase_amount_cardholder_estimated: Integer?,
213
217
  purchase_currency: String?,
214
218
  requestor_authentication_indicator: Increase::Models::RealTimeDecision::CardAuthentication::requestor_authentication_indicator?,
215
219
  requestor_challenge_indicator: Increase::Models::RealTimeDecision::CardAuthentication::requestor_challenge_indicator?,
@@ -250,6 +254,7 @@ module Increase
250
254
  merchant_name: String,
251
255
  prior_card_authentication_id: String?,
252
256
  purchase_amount: Integer?,
257
+ purchase_amount_cardholder_estimated: Integer?,
253
258
  purchase_currency: String?,
254
259
  requestor_authentication_indicator: Increase::Models::RealTimeDecision::CardAuthentication::requestor_authentication_indicator?,
255
260
  requestor_challenge_indicator: Increase::Models::RealTimeDecision::CardAuthentication::requestor_challenge_indicator?,
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.234.0
4
+ version: 1.235.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Increase