increase 1.43.0 → 1.45.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.
@@ -9,21 +9,19 @@ module Increase
9
9
  params(
10
10
  account_number_id: String,
11
11
  amount: Integer,
12
- beneficiary_address_line1: String,
13
- beneficiary_address_line2: String,
14
- beneficiary_address_line3: String,
15
- beneficiary_name: String,
16
- beneficiary_reference: String,
17
- originator_address_line1: String,
18
- originator_address_line2: String,
19
- originator_address_line3: String,
20
- originator_name: String,
21
- originator_routing_number: String,
22
- originator_to_beneficiary_information_line1: String,
23
- originator_to_beneficiary_information_line2: String,
24
- originator_to_beneficiary_information_line3: String,
25
- originator_to_beneficiary_information_line4: String,
26
- sender_reference: String,
12
+ creditor_address_line1: String,
13
+ creditor_address_line2: String,
14
+ creditor_address_line3: String,
15
+ creditor_name: String,
16
+ debtor_address_line1: String,
17
+ debtor_address_line2: String,
18
+ debtor_address_line3: String,
19
+ debtor_name: String,
20
+ end_to_end_identification: String,
21
+ instructing_agent_routing_number: String,
22
+ instruction_identification: String,
23
+ unique_end_to_end_transaction_reference: String,
24
+ unstructured_remittance_information: String,
27
25
  wire_drawdown_request_id: String,
28
26
  request_options: Increase::RequestOptions::OrHash
29
27
  ).returns(Increase::InboundWireTransfer)
@@ -33,51 +31,45 @@ module Increase
33
31
  account_number_id:,
34
32
  # The transfer amount in cents. Must be positive.
35
33
  amount:,
36
- # The sending bank will set beneficiary_address_line1 in production. You can
37
- # simulate any value here.
38
- beneficiary_address_line1: nil,
39
- # The sending bank will set beneficiary_address_line2 in production. You can
40
- # simulate any value here.
41
- beneficiary_address_line2: nil,
42
- # The sending bank will set beneficiary_address_line3 in production. You can
43
- # simulate any value here.
44
- beneficiary_address_line3: nil,
45
- # The sending bank will set beneficiary_name in production. You can simulate any
34
+ # The sending bank will set creditor_address_line1 in production. You can simulate
35
+ # any value here.
36
+ creditor_address_line1: nil,
37
+ # The sending bank will set creditor_address_line2 in production. You can simulate
38
+ # any value here.
39
+ creditor_address_line2: nil,
40
+ # The sending bank will set creditor_address_line3 in production. You can simulate
41
+ # any value here.
42
+ creditor_address_line3: nil,
43
+ # The sending bank will set creditor_name in production. You can simulate any
46
44
  # value here.
47
- beneficiary_name: nil,
48
- # The sending bank will set beneficiary_reference in production. You can simulate
45
+ creditor_name: nil,
46
+ # The sending bank will set debtor_address_line1 in production. You can simulate
49
47
  # any value here.
50
- beneficiary_reference: nil,
51
- # The sending bank will set originator_address_line1 in production. You can
52
- # simulate any value here.
53
- originator_address_line1: nil,
54
- # The sending bank will set originator_address_line2 in production. You can
55
- # simulate any value here.
56
- originator_address_line2: nil,
57
- # The sending bank will set originator_address_line3 in production. You can
48
+ debtor_address_line1: nil,
49
+ # The sending bank will set debtor_address_line2 in production. You can simulate
50
+ # any value here.
51
+ debtor_address_line2: nil,
52
+ # The sending bank will set debtor_address_line3 in production. You can simulate
53
+ # any value here.
54
+ debtor_address_line3: nil,
55
+ # The sending bank will set debtor_name in production. You can simulate any value
56
+ # here.
57
+ debtor_name: nil,
58
+ # The sending bank will set end_to_end_identification in production. You can
58
59
  # simulate any value here.
59
- originator_address_line3: nil,
60
- # The sending bank will set originator_name in production. You can simulate any
61
- # value here.
62
- originator_name: nil,
63
- # The sending bank will set originator_routing_number in production. You can
60
+ end_to_end_identification: nil,
61
+ # The sending bank will set instructing_agent_routing_number in production. You
62
+ # can simulate any value here.
63
+ instructing_agent_routing_number: nil,
64
+ # The sending bank will set instruction_identification in production. You can
64
65
  # simulate any value here.
65
- originator_routing_number: nil,
66
- # The sending bank will set originator_to_beneficiary_information_line1 in
67
- # production. You can simulate any value here.
68
- originator_to_beneficiary_information_line1: nil,
69
- # The sending bank will set originator_to_beneficiary_information_line2 in
70
- # production. You can simulate any value here.
71
- originator_to_beneficiary_information_line2: nil,
72
- # The sending bank will set originator_to_beneficiary_information_line3 in
73
- # production. You can simulate any value here.
74
- originator_to_beneficiary_information_line3: nil,
75
- # The sending bank will set originator_to_beneficiary_information_line4 in
76
- # production. You can simulate any value here.
77
- originator_to_beneficiary_information_line4: nil,
78
- # The sending bank will set sender_reference in production. You can simulate any
79
- # value here.
80
- sender_reference: nil,
66
+ instruction_identification: nil,
67
+ # The sending bank will set unique_end_to_end_transaction_reference in production.
68
+ # You can simulate any value here.
69
+ unique_end_to_end_transaction_reference: nil,
70
+ # The sending bank will set unstructured_remittance_information in production. You
71
+ # can simulate any value here.
72
+ unstructured_remittance_information: nil,
81
73
  # The identifier of a Wire Drawdown Request the inbound Wire Transfer is
82
74
  # fulfilling.
83
75
  wire_drawdown_request_id: nil,
@@ -5,21 +5,19 @@ module Increase
5
5
  {
6
6
  account_number_id: String,
7
7
  amount: Integer,
8
- :beneficiary_address_line1 => String,
9
- :beneficiary_address_line2 => String,
10
- :beneficiary_address_line3 => String,
11
- beneficiary_name: String,
12
- beneficiary_reference: String,
13
- :originator_address_line1 => String,
14
- :originator_address_line2 => String,
15
- :originator_address_line3 => String,
16
- originator_name: String,
17
- originator_routing_number: String,
18
- :originator_to_beneficiary_information_line1 => String,
19
- :originator_to_beneficiary_information_line2 => String,
20
- :originator_to_beneficiary_information_line3 => String,
21
- :originator_to_beneficiary_information_line4 => String,
22
- sender_reference: String,
8
+ :creditor_address_line1 => String,
9
+ :creditor_address_line2 => String,
10
+ :creditor_address_line3 => String,
11
+ creditor_name: String,
12
+ :debtor_address_line1 => String,
13
+ :debtor_address_line2 => String,
14
+ :debtor_address_line3 => String,
15
+ debtor_name: String,
16
+ end_to_end_identification: String,
17
+ instructing_agent_routing_number: String,
18
+ instruction_identification: String,
19
+ unique_end_to_end_transaction_reference: String,
20
+ unstructured_remittance_information: String,
23
21
  wire_drawdown_request_id: String
24
22
  }
25
23
  & Increase::Internal::Type::request_parameters
@@ -32,65 +30,57 @@ module Increase
32
30
 
33
31
  attr_accessor amount: Integer
34
32
 
35
- attr_reader beneficiary_address_line1: String?
33
+ attr_reader creditor_address_line1: String?
36
34
 
37
- def beneficiary_address_line1=: (String) -> String
35
+ def creditor_address_line1=: (String) -> String
38
36
 
39
- attr_reader beneficiary_address_line2: String?
37
+ attr_reader creditor_address_line2: String?
40
38
 
41
- def beneficiary_address_line2=: (String) -> String
39
+ def creditor_address_line2=: (String) -> String
42
40
 
43
- attr_reader beneficiary_address_line3: String?
41
+ attr_reader creditor_address_line3: String?
44
42
 
45
- def beneficiary_address_line3=: (String) -> String
43
+ def creditor_address_line3=: (String) -> String
46
44
 
47
- attr_reader beneficiary_name: String?
45
+ attr_reader creditor_name: String?
48
46
 
49
- def beneficiary_name=: (String) -> String
47
+ def creditor_name=: (String) -> String
50
48
 
51
- attr_reader beneficiary_reference: String?
49
+ attr_reader debtor_address_line1: String?
52
50
 
53
- def beneficiary_reference=: (String) -> String
51
+ def debtor_address_line1=: (String) -> String
54
52
 
55
- attr_reader originator_address_line1: String?
53
+ attr_reader debtor_address_line2: String?
56
54
 
57
- def originator_address_line1=: (String) -> String
55
+ def debtor_address_line2=: (String) -> String
58
56
 
59
- attr_reader originator_address_line2: String?
57
+ attr_reader debtor_address_line3: String?
60
58
 
61
- def originator_address_line2=: (String) -> String
59
+ def debtor_address_line3=: (String) -> String
62
60
 
63
- attr_reader originator_address_line3: String?
61
+ attr_reader debtor_name: String?
64
62
 
65
- def originator_address_line3=: (String) -> String
63
+ def debtor_name=: (String) -> String
66
64
 
67
- attr_reader originator_name: String?
65
+ attr_reader end_to_end_identification: String?
68
66
 
69
- def originator_name=: (String) -> String
67
+ def end_to_end_identification=: (String) -> String
70
68
 
71
- attr_reader originator_routing_number: String?
69
+ attr_reader instructing_agent_routing_number: String?
72
70
 
73
- def originator_routing_number=: (String) -> String
71
+ def instructing_agent_routing_number=: (String) -> String
74
72
 
75
- attr_reader originator_to_beneficiary_information_line1: String?
73
+ attr_reader instruction_identification: String?
76
74
 
77
- def originator_to_beneficiary_information_line1=: (String) -> String
75
+ def instruction_identification=: (String) -> String
78
76
 
79
- attr_reader originator_to_beneficiary_information_line2: String?
77
+ attr_reader unique_end_to_end_transaction_reference: String?
80
78
 
81
- def originator_to_beneficiary_information_line2=: (String) -> String
79
+ def unique_end_to_end_transaction_reference=: (String) -> String
82
80
 
83
- attr_reader originator_to_beneficiary_information_line3: String?
81
+ attr_reader unstructured_remittance_information: String?
84
82
 
85
- def originator_to_beneficiary_information_line3=: (String) -> String
86
-
87
- attr_reader originator_to_beneficiary_information_line4: String?
88
-
89
- def originator_to_beneficiary_information_line4=: (String) -> String
90
-
91
- attr_reader sender_reference: String?
92
-
93
- def sender_reference=: (String) -> String
83
+ def unstructured_remittance_information=: (String) -> String
94
84
 
95
85
  attr_reader wire_drawdown_request_id: String?
96
86
 
@@ -99,21 +89,19 @@ module Increase
99
89
  def initialize: (
100
90
  account_number_id: String,
101
91
  amount: Integer,
102
- ?beneficiary_address_line1: String,
103
- ?beneficiary_address_line2: String,
104
- ?beneficiary_address_line3: String,
105
- ?beneficiary_name: String,
106
- ?beneficiary_reference: String,
107
- ?originator_address_line1: String,
108
- ?originator_address_line2: String,
109
- ?originator_address_line3: String,
110
- ?originator_name: String,
111
- ?originator_routing_number: String,
112
- ?originator_to_beneficiary_information_line1: String,
113
- ?originator_to_beneficiary_information_line2: String,
114
- ?originator_to_beneficiary_information_line3: String,
115
- ?originator_to_beneficiary_information_line4: String,
116
- ?sender_reference: String,
92
+ ?creditor_address_line1: String,
93
+ ?creditor_address_line2: String,
94
+ ?creditor_address_line3: String,
95
+ ?creditor_name: String,
96
+ ?debtor_address_line1: String,
97
+ ?debtor_address_line2: String,
98
+ ?debtor_address_line3: String,
99
+ ?debtor_name: String,
100
+ ?end_to_end_identification: String,
101
+ ?instructing_agent_routing_number: String,
102
+ ?instruction_identification: String,
103
+ ?unique_end_to_end_transaction_reference: String,
104
+ ?unstructured_remittance_information: String,
117
105
  ?wire_drawdown_request_id: String,
118
106
  ?request_options: Increase::request_opts
119
107
  ) -> void
@@ -121,21 +109,19 @@ module Increase
121
109
  def to_hash: -> {
122
110
  account_number_id: String,
123
111
  amount: Integer,
124
- :beneficiary_address_line1 => String,
125
- :beneficiary_address_line2 => String,
126
- :beneficiary_address_line3 => String,
127
- beneficiary_name: String,
128
- beneficiary_reference: String,
129
- :originator_address_line1 => String,
130
- :originator_address_line2 => String,
131
- :originator_address_line3 => String,
132
- originator_name: String,
133
- originator_routing_number: String,
134
- :originator_to_beneficiary_information_line1 => String,
135
- :originator_to_beneficiary_information_line2 => String,
136
- :originator_to_beneficiary_information_line3 => String,
137
- :originator_to_beneficiary_information_line4 => String,
138
- sender_reference: String,
112
+ :creditor_address_line1 => String,
113
+ :creditor_address_line2 => String,
114
+ :creditor_address_line3 => String,
115
+ creditor_name: String,
116
+ :debtor_address_line1 => String,
117
+ :debtor_address_line2 => String,
118
+ :debtor_address_line3 => String,
119
+ debtor_name: String,
120
+ end_to_end_identification: String,
121
+ instructing_agent_routing_number: String,
122
+ instruction_identification: String,
123
+ unique_end_to_end_transaction_reference: String,
124
+ unstructured_remittance_information: String,
139
125
  wire_drawdown_request_id: String,
140
126
  request_options: Increase::RequestOptions
141
127
  }
@@ -4116,107 +4116,97 @@ module Increase
4116
4116
  type inbound_wire_transfer =
4117
4117
  {
4118
4118
  amount: Integer,
4119
- :beneficiary_address_line1 => String?,
4120
- :beneficiary_address_line2 => String?,
4121
- :beneficiary_address_line3 => String?,
4122
- beneficiary_name: String?,
4123
- beneficiary_reference: String?,
4119
+ :creditor_address_line1 => String?,
4120
+ :creditor_address_line2 => String?,
4121
+ :creditor_address_line3 => String?,
4122
+ creditor_name: String?,
4123
+ :debtor_address_line1 => String?,
4124
+ :debtor_address_line2 => String?,
4125
+ :debtor_address_line3 => String?,
4126
+ debtor_name: String?,
4124
4127
  description: String,
4128
+ end_to_end_identification: String?,
4125
4129
  input_message_accountability_data: String?,
4126
- :originator_address_line1 => String?,
4127
- :originator_address_line2 => String?,
4128
- :originator_address_line3 => String?,
4129
- originator_name: String?,
4130
- originator_routing_number: String?,
4131
- originator_to_beneficiary_information: String?,
4132
- :originator_to_beneficiary_information_line1 => String?,
4133
- :originator_to_beneficiary_information_line2 => String?,
4134
- :originator_to_beneficiary_information_line3 => String?,
4135
- :originator_to_beneficiary_information_line4 => String?,
4136
- transfer_id: String
4130
+ instructing_agent_routing_number: String?,
4131
+ instruction_identification: String?,
4132
+ transfer_id: String,
4133
+ unique_end_to_end_transaction_reference: String?,
4134
+ unstructured_remittance_information: String?
4137
4135
  }
4138
4136
 
4139
4137
  class InboundWireTransfer < Increase::Internal::Type::BaseModel
4140
4138
  attr_accessor amount: Integer
4141
4139
 
4142
- attr_accessor beneficiary_address_line1: String?
4143
-
4144
- attr_accessor beneficiary_address_line2: String?
4145
-
4146
- attr_accessor beneficiary_address_line3: String?
4140
+ attr_accessor creditor_address_line1: String?
4147
4141
 
4148
- attr_accessor beneficiary_name: String?
4142
+ attr_accessor creditor_address_line2: String?
4149
4143
 
4150
- attr_accessor beneficiary_reference: String?
4144
+ attr_accessor creditor_address_line3: String?
4151
4145
 
4152
- attr_accessor description: String
4146
+ attr_accessor creditor_name: String?
4153
4147
 
4154
- attr_accessor input_message_accountability_data: String?
4148
+ attr_accessor debtor_address_line1: String?
4155
4149
 
4156
- attr_accessor originator_address_line1: String?
4150
+ attr_accessor debtor_address_line2: String?
4157
4151
 
4158
- attr_accessor originator_address_line2: String?
4152
+ attr_accessor debtor_address_line3: String?
4159
4153
 
4160
- attr_accessor originator_address_line3: String?
4154
+ attr_accessor debtor_name: String?
4161
4155
 
4162
- attr_accessor originator_name: String?
4156
+ attr_accessor description: String
4163
4157
 
4164
- attr_accessor originator_routing_number: String?
4158
+ attr_accessor end_to_end_identification: String?
4165
4159
 
4166
- attr_accessor originator_to_beneficiary_information: String?
4160
+ attr_accessor input_message_accountability_data: String?
4167
4161
 
4168
- attr_accessor originator_to_beneficiary_information_line1: String?
4162
+ attr_accessor instructing_agent_routing_number: String?
4169
4163
 
4170
- attr_accessor originator_to_beneficiary_information_line2: String?
4164
+ attr_accessor instruction_identification: String?
4171
4165
 
4172
- attr_accessor originator_to_beneficiary_information_line3: String?
4166
+ attr_accessor transfer_id: String
4173
4167
 
4174
- attr_accessor originator_to_beneficiary_information_line4: String?
4168
+ attr_accessor unique_end_to_end_transaction_reference: String?
4175
4169
 
4176
- attr_accessor transfer_id: String
4170
+ attr_accessor unstructured_remittance_information: String?
4177
4171
 
4178
4172
  def initialize: (
4179
4173
  amount: Integer,
4180
- beneficiary_address_line1: String?,
4181
- beneficiary_address_line2: String?,
4182
- beneficiary_address_line3: String?,
4183
- beneficiary_name: String?,
4184
- beneficiary_reference: String?,
4174
+ creditor_address_line1: String?,
4175
+ creditor_address_line2: String?,
4176
+ creditor_address_line3: String?,
4177
+ creditor_name: String?,
4178
+ debtor_address_line1: String?,
4179
+ debtor_address_line2: String?,
4180
+ debtor_address_line3: String?,
4181
+ debtor_name: String?,
4185
4182
  description: String,
4183
+ end_to_end_identification: String?,
4186
4184
  input_message_accountability_data: String?,
4187
- originator_address_line1: String?,
4188
- originator_address_line2: String?,
4189
- originator_address_line3: String?,
4190
- originator_name: String?,
4191
- originator_routing_number: String?,
4192
- originator_to_beneficiary_information: String?,
4193
- originator_to_beneficiary_information_line1: String?,
4194
- originator_to_beneficiary_information_line2: String?,
4195
- originator_to_beneficiary_information_line3: String?,
4196
- originator_to_beneficiary_information_line4: String?,
4197
- transfer_id: String
4185
+ instructing_agent_routing_number: String?,
4186
+ instruction_identification: String?,
4187
+ transfer_id: String,
4188
+ unique_end_to_end_transaction_reference: String?,
4189
+ unstructured_remittance_information: String?
4198
4190
  ) -> void
4199
4191
 
4200
4192
  def to_hash: -> {
4201
4193
  amount: Integer,
4202
- :beneficiary_address_line1 => String?,
4203
- :beneficiary_address_line2 => String?,
4204
- :beneficiary_address_line3 => String?,
4205
- beneficiary_name: String?,
4206
- beneficiary_reference: String?,
4194
+ :creditor_address_line1 => String?,
4195
+ :creditor_address_line2 => String?,
4196
+ :creditor_address_line3 => String?,
4197
+ creditor_name: String?,
4198
+ :debtor_address_line1 => String?,
4199
+ :debtor_address_line2 => String?,
4200
+ :debtor_address_line3 => String?,
4201
+ debtor_name: String?,
4207
4202
  description: String,
4203
+ end_to_end_identification: String?,
4208
4204
  input_message_accountability_data: String?,
4209
- :originator_address_line1 => String?,
4210
- :originator_address_line2 => String?,
4211
- :originator_address_line3 => String?,
4212
- originator_name: String?,
4213
- originator_routing_number: String?,
4214
- originator_to_beneficiary_information: String?,
4215
- :originator_to_beneficiary_information_line1 => String?,
4216
- :originator_to_beneficiary_information_line2 => String?,
4217
- :originator_to_beneficiary_information_line3 => String?,
4218
- :originator_to_beneficiary_information_line4 => String?,
4219
- transfer_id: String
4205
+ instructing_agent_routing_number: String?,
4206
+ instruction_identification: String?,
4207
+ transfer_id: String,
4208
+ unique_end_to_end_transaction_reference: String?,
4209
+ unstructured_remittance_information: String?
4220
4210
  }
4221
4211
  end
4222
4212
 
@@ -5,21 +5,19 @@ module Increase
5
5
  def create: (
6
6
  account_number_id: String,
7
7
  amount: Integer,
8
- ?beneficiary_address_line1: String,
9
- ?beneficiary_address_line2: String,
10
- ?beneficiary_address_line3: String,
11
- ?beneficiary_name: String,
12
- ?beneficiary_reference: String,
13
- ?originator_address_line1: String,
14
- ?originator_address_line2: String,
15
- ?originator_address_line3: String,
16
- ?originator_name: String,
17
- ?originator_routing_number: String,
18
- ?originator_to_beneficiary_information_line1: String,
19
- ?originator_to_beneficiary_information_line2: String,
20
- ?originator_to_beneficiary_information_line3: String,
21
- ?originator_to_beneficiary_information_line4: String,
22
- ?sender_reference: String,
8
+ ?creditor_address_line1: String,
9
+ ?creditor_address_line2: String,
10
+ ?creditor_address_line3: String,
11
+ ?creditor_name: String,
12
+ ?debtor_address_line1: String,
13
+ ?debtor_address_line2: String,
14
+ ?debtor_address_line3: String,
15
+ ?debtor_name: String,
16
+ ?end_to_end_identification: String,
17
+ ?instructing_agent_routing_number: String,
18
+ ?instruction_identification: String,
19
+ ?unique_end_to_end_transaction_reference: String,
20
+ ?unstructured_remittance_information: String,
23
21
  ?wire_drawdown_request_id: String,
24
22
  ?request_options: Increase::request_opts
25
23
  ) -> Increase::InboundWireTransfer
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.43.0
4
+ version: 1.45.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-08-20 00:00:00.000000000 Z
11
+ date: 2025-08-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: connection_pool