increase 1.107.1 → 1.109.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.
@@ -816,7 +816,7 @@ module Increase
816
816
  visa: Increase::Transaction::Source::CardDisputeFinancial::Visa?
817
817
  }
818
818
 
819
- type network = :visa
819
+ type network = :visa | :pulse
820
820
 
821
821
  module Network
822
822
  extend Increase::Internal::Type::Enum
@@ -824,6 +824,9 @@ module Increase
824
824
  # Visa: details will be under the `visa` object.
825
825
  VISA: :visa
826
826
 
827
+ # Pulse: details will be under the `pulse` object.
828
+ PULSE: :pulse
829
+
827
830
  def self?.values: -> ::Array[Increase::Models::Transaction::Source::CardDisputeFinancial::network]
828
831
  end
829
832
 
@@ -1275,25 +1278,30 @@ module Increase
1275
1278
  type network_details =
1276
1279
  {
1277
1280
  category: Increase::Models::Transaction::Source::CardFinancial::NetworkDetails::category,
1281
+ pulse: top?,
1278
1282
  visa: Increase::Transaction::Source::CardFinancial::NetworkDetails::Visa?
1279
1283
  }
1280
1284
 
1281
1285
  class NetworkDetails < Increase::Internal::Type::BaseModel
1282
1286
  attr_accessor category: Increase::Models::Transaction::Source::CardFinancial::NetworkDetails::category
1283
1287
 
1288
+ attr_accessor pulse: top?
1289
+
1284
1290
  attr_accessor visa: Increase::Transaction::Source::CardFinancial::NetworkDetails::Visa?
1285
1291
 
1286
1292
  def initialize: (
1287
1293
  category: Increase::Models::Transaction::Source::CardFinancial::NetworkDetails::category,
1294
+ pulse: top?,
1288
1295
  visa: Increase::Transaction::Source::CardFinancial::NetworkDetails::Visa?
1289
1296
  ) -> void
1290
1297
 
1291
1298
  def to_hash: -> {
1292
1299
  category: Increase::Models::Transaction::Source::CardFinancial::NetworkDetails::category,
1300
+ pulse: top?,
1293
1301
  visa: Increase::Transaction::Source::CardFinancial::NetworkDetails::Visa?
1294
1302
  }
1295
1303
 
1296
- type category = :visa
1304
+ type category = :visa | :pulse
1297
1305
 
1298
1306
  module Category
1299
1307
  extend Increase::Internal::Type::Enum
@@ -1301,6 +1309,9 @@ module Increase
1301
1309
  # Visa
1302
1310
  VISA: :visa
1303
1311
 
1312
+ # Pulse
1313
+ PULSE: :pulse
1314
+
1304
1315
  def self?.values: -> ::Array[Increase::Models::Transaction::Source::CardFinancial::NetworkDetails::category]
1305
1316
  end
1306
1317
 
@@ -1458,12 +1469,15 @@ module Increase
1458
1469
 
1459
1470
  type network_identifiers =
1460
1471
  {
1472
+ authorization_identification_response: String?,
1461
1473
  retrieval_reference_number: String?,
1462
1474
  trace_number: String?,
1463
1475
  transaction_id: String?
1464
1476
  }
1465
1477
 
1466
1478
  class NetworkIdentifiers < Increase::Internal::Type::BaseModel
1479
+ attr_accessor authorization_identification_response: String?
1480
+
1467
1481
  attr_accessor retrieval_reference_number: String?
1468
1482
 
1469
1483
  attr_accessor trace_number: String?
@@ -1471,12 +1485,14 @@ module Increase
1471
1485
  attr_accessor transaction_id: String?
1472
1486
 
1473
1487
  def initialize: (
1488
+ authorization_identification_response: String?,
1474
1489
  retrieval_reference_number: String?,
1475
1490
  trace_number: String?,
1476
1491
  transaction_id: String?
1477
1492
  ) -> void
1478
1493
 
1479
1494
  def to_hash: -> {
1495
+ authorization_identification_response: String?,
1480
1496
  retrieval_reference_number: String?,
1481
1497
  trace_number: String?,
1482
1498
  transaction_id: String?
@@ -1913,6 +1929,7 @@ module Increase
1913
1929
  {
1914
1930
  acquirer_business_id: String,
1915
1931
  acquirer_reference_number: String,
1932
+ authorization_identification_response: String?,
1916
1933
  transaction_id: String?
1917
1934
  }
1918
1935
 
@@ -1921,17 +1938,21 @@ module Increase
1921
1938
 
1922
1939
  attr_accessor acquirer_reference_number: String
1923
1940
 
1941
+ attr_accessor authorization_identification_response: String?
1942
+
1924
1943
  attr_accessor transaction_id: String?
1925
1944
 
1926
1945
  def initialize: (
1927
1946
  acquirer_business_id: String,
1928
1947
  acquirer_reference_number: String,
1948
+ authorization_identification_response: String?,
1929
1949
  transaction_id: String?
1930
1950
  ) -> void
1931
1951
 
1932
1952
  def to_hash: -> {
1933
1953
  acquirer_business_id: String,
1934
1954
  acquirer_reference_number: String,
1955
+ authorization_identification_response: String?,
1935
1956
  transaction_id: String?
1936
1957
  }
1937
1958
  end
@@ -3018,7 +3039,7 @@ module Increase
3018
3039
  end
3019
3040
  end
3020
3041
 
3021
- type network = :visa
3042
+ type network = :visa | :pulse
3022
3043
 
3023
3044
  module Network
3024
3045
  extend Increase::Internal::Type::Enum
@@ -3026,6 +3047,9 @@ module Increase
3026
3047
  # Visa
3027
3048
  VISA: :visa
3028
3049
 
3050
+ # Pulse
3051
+ PULSE: :pulse
3052
+
3029
3053
  def self?.values: -> ::Array[Increase::Models::Transaction::Source::CardSettlement::network]
3030
3054
  end
3031
3055
 
@@ -3033,6 +3057,7 @@ module Increase
3033
3057
  {
3034
3058
  acquirer_business_id: String,
3035
3059
  acquirer_reference_number: String,
3060
+ authorization_identification_response: String?,
3036
3061
  transaction_id: String?
3037
3062
  }
3038
3063
 
@@ -3041,17 +3066,21 @@ module Increase
3041
3066
 
3042
3067
  attr_accessor acquirer_reference_number: String
3043
3068
 
3069
+ attr_accessor authorization_identification_response: String?
3070
+
3044
3071
  attr_accessor transaction_id: String?
3045
3072
 
3046
3073
  def initialize: (
3047
3074
  acquirer_business_id: String,
3048
3075
  acquirer_reference_number: String,
3076
+ authorization_identification_response: String?,
3049
3077
  transaction_id: String?
3050
3078
  ) -> void
3051
3079
 
3052
3080
  def to_hash: -> {
3053
3081
  acquirer_business_id: String,
3054
3082
  acquirer_reference_number: String,
3083
+ authorization_identification_response: String?,
3055
3084
  transaction_id: String?
3056
3085
  }
3057
3086
  end
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.107.1
4
+ version: 1.109.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Increase