moov_ruby 26.2.7 → 26.2.8
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/lib/moov/account_terminal_applications.rb +16 -16
- data/lib/moov/accounts.rb +52 -54
- data/lib/moov/adjustments.rb +8 -8
- data/lib/moov/apple_pay.rb +20 -20
- data/lib/moov/authentication.rb +8 -8
- data/lib/moov/avatars.rb +4 -4
- data/lib/moov/bank_accounts.rb +36 -36
- data/lib/moov/branding.rb +12 -12
- data/lib/moov/capabilities.rb +20 -20
- data/lib/moov/card_issuing.rb +25 -25
- data/lib/moov/cards.rb +20 -20
- data/lib/moov/disputes.rb +44 -44
- data/lib/moov/end_to_end_encryption.rb +8 -8
- data/lib/moov/enriched_address.rb +4 -4
- data/lib/moov/enriched_profile.rb +4 -4
- data/lib/moov/fee_plans.rb +40 -40
- data/lib/moov/files.rb +12 -12
- data/lib/moov/images.rb +28 -28
- data/lib/moov/industries.rb +4 -4
- data/lib/moov/institutions.rb +8 -8
- data/lib/moov/issuing_transactions.rb +20 -20
- data/lib/moov/models/components/addcapabilities.rb +5 -1
- data/lib/moov/models/components/billingaddress.rb +52 -0
- data/lib/moov/models/components/billingaddress.rbi +23 -0
- data/lib/moov/models/components/capability.rb +7 -1
- data/lib/moov/models/components/capabilityid.rb +7 -1
- data/lib/moov/models/components/createaccount.rb +5 -1
- data/lib/moov/models/components/createpaymentlink.rb +4 -4
- data/lib/moov/models/components/fullissuedcard.rb +22 -10
- data/lib/moov/models/components/fullissuedcard.rbi +10 -4
- data/lib/moov/models/components/issuedcard.rb +22 -10
- data/lib/moov/models/components/issuedcard.rbi +10 -4
- data/lib/moov/models/components/onboardinginvite.rb +1 -1
- data/lib/moov/models/components/onboardinginviterequest.rb +1 -1
- data/lib/moov/models/components/paymentlink.rb +3 -3
- data/lib/moov/models/components/requestcard.rb +17 -17
- data/lib/moov/models/components/requestcard.rbi +8 -8
- data/lib/moov/models/components/updateissuedcard.rb +13 -9
- data/lib/moov/models/components/updateissuedcard.rbi +6 -4
- data/lib/moov/models/components/webhookdataauthorizationexpiring.rb +44 -0
- data/lib/moov/models/components/webhookdataauthorizationexpiring.rbi +19 -0
- data/lib/moov/models/components/webhookdatacapabilityrequested.rb +7 -1
- data/lib/moov/models/components/webhookdatacapabilityupdated.rb +7 -1
- data/lib/moov/models/components/webhookdatasweepcreated.rb +6 -2
- data/lib/moov/models/components/webhookdatasweepcreated.rbi +2 -0
- data/lib/moov/models/components/webhookdatasweepupdated.rb +6 -2
- data/lib/moov/models/components/webhookdatasweepupdated.rbi +2 -0
- data/lib/moov/models/components/webhookevent.rb +2 -2
- data/lib/moov/models/components/webhookeventtype.rb +1 -0
- data/lib/moov/models/components.rb +2 -4
- data/lib/moov/models/errors/requestcarderror.rb +14 -14
- data/lib/moov/models/errors/requestcarderror.rbi +8 -8
- data/lib/moov/models/errors/updateissuedcarderror.rb +12 -8
- data/lib/moov/models/errors/updateissuedcarderror.rbi +6 -4
- data/lib/moov/models/operations/disablecapability_request.rb +7 -1
- data/lib/moov/models/operations/getcapability_request.rb +7 -1
- data/lib/moov/models/operations/listcancellations_request.rb +36 -0
- data/lib/moov/models/operations/listcancellations_request.rbi +15 -0
- data/lib/moov/models/operations/listcancellations_response.rb +48 -0
- data/lib/moov/models/operations/listcancellations_response.rbi +21 -0
- data/lib/moov/models/operations.rb +2 -0
- data/lib/moov/onboarding.rb +16 -16
- data/lib/moov/payment_links.rb +24 -24
- data/lib/moov/payment_methods.rb +8 -8
- data/lib/moov/ping.rb +4 -4
- data/lib/moov/products.rb +20 -20
- data/lib/moov/receipts.rb +8 -8
- data/lib/moov/representatives.rb +20 -20
- data/lib/moov/scheduling.rb +24 -24
- data/lib/moov/sdkconfiguration.rb +3 -3
- data/lib/moov/statements.rb +8 -8
- data/lib/moov/support.rb +20 -20
- data/lib/moov/sweeps.rb +24 -24
- data/lib/moov/terminal_applications.rb +20 -20
- data/lib/moov/transfers.rb +171 -48
- data/lib/moov/underwriting.rb +12 -12
- data/lib/moov/utils/retries.rb +4 -1
- data/lib/moov/wallet_transactions.rb +8 -8
- data/lib/moov/wallets.rb +16 -16
- data/lib/moov/webhooks.rb +32 -32
- metadata +10 -10
- data/lib/moov/models/components/authorizeduser.rb +0 -36
- data/lib/moov/models/components/authorizeduser.rbi +0 -15
- data/lib/moov/models/components/createauthorizeduser.rb +0 -40
- data/lib/moov/models/components/createauthorizeduser.rbi +0 -17
- data/lib/moov/models/components/createauthorizedusererror.rb +0 -40
- data/lib/moov/models/components/createauthorizedusererror.rbi +0 -17
- data/lib/moov/models/components/createauthorizeduserupdate.rb +0 -40
- data/lib/moov/models/components/createauthorizeduserupdate.rbi +0 -17
|
@@ -67,7 +67,7 @@ module Moov
|
|
|
67
67
|
|
|
68
68
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
69
69
|
timeout ||= @sdk_configuration.timeout
|
|
70
|
-
|
|
70
|
+
|
|
71
71
|
|
|
72
72
|
connection = @sdk_configuration.client
|
|
73
73
|
|
|
@@ -82,7 +82,7 @@ module Moov
|
|
|
82
82
|
error = T.let(nil, T.nilable(StandardError))
|
|
83
83
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
84
84
|
|
|
85
|
-
|
|
85
|
+
|
|
86
86
|
begin
|
|
87
87
|
http_response = T.must(connection).get(url) do |req|
|
|
88
88
|
req.headers.merge!(headers)
|
|
@@ -119,13 +119,13 @@ module Moov
|
|
|
119
119
|
response: http_response
|
|
120
120
|
)
|
|
121
121
|
end
|
|
122
|
-
|
|
122
|
+
|
|
123
123
|
if http_response.nil?
|
|
124
124
|
raise error if !error.nil?
|
|
125
125
|
raise 'no response'
|
|
126
126
|
end
|
|
127
127
|
end
|
|
128
|
-
|
|
128
|
+
|
|
129
129
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
130
130
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
131
131
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -209,7 +209,7 @@ module Moov
|
|
|
209
209
|
|
|
210
210
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
211
211
|
timeout ||= @sdk_configuration.timeout
|
|
212
|
-
|
|
212
|
+
|
|
213
213
|
|
|
214
214
|
connection = @sdk_configuration.client
|
|
215
215
|
|
|
@@ -224,7 +224,7 @@ module Moov
|
|
|
224
224
|
error = T.let(nil, T.nilable(StandardError))
|
|
225
225
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
226
226
|
|
|
227
|
-
|
|
227
|
+
|
|
228
228
|
begin
|
|
229
229
|
http_response = T.must(connection).get(url) do |req|
|
|
230
230
|
req.headers.merge!(headers)
|
|
@@ -260,13 +260,13 @@ module Moov
|
|
|
260
260
|
response: http_response
|
|
261
261
|
)
|
|
262
262
|
end
|
|
263
|
-
|
|
263
|
+
|
|
264
264
|
if http_response.nil?
|
|
265
265
|
raise error if !error.nil?
|
|
266
266
|
raise 'no response'
|
|
267
267
|
end
|
|
268
268
|
end
|
|
269
|
-
|
|
269
|
+
|
|
270
270
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
271
271
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
272
272
|
if Utils.match_content_type(content_type, 'application/json')
|
data/lib/moov/wallets.rb
CHANGED
|
@@ -81,7 +81,7 @@ module Moov
|
|
|
81
81
|
|
|
82
82
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
83
83
|
timeout ||= @sdk_configuration.timeout
|
|
84
|
-
|
|
84
|
+
|
|
85
85
|
|
|
86
86
|
connection = @sdk_configuration.client
|
|
87
87
|
|
|
@@ -96,7 +96,7 @@ module Moov
|
|
|
96
96
|
error = T.let(nil, T.nilable(StandardError))
|
|
97
97
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
98
98
|
|
|
99
|
-
|
|
99
|
+
|
|
100
100
|
begin
|
|
101
101
|
http_response = T.must(connection).post(url) do |req|
|
|
102
102
|
req.body = body
|
|
@@ -133,13 +133,13 @@ module Moov
|
|
|
133
133
|
response: http_response
|
|
134
134
|
)
|
|
135
135
|
end
|
|
136
|
-
|
|
136
|
+
|
|
137
137
|
if http_response.nil?
|
|
138
138
|
raise error if !error.nil?
|
|
139
139
|
raise 'no response'
|
|
140
140
|
end
|
|
141
141
|
end
|
|
142
|
-
|
|
142
|
+
|
|
143
143
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
144
144
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
145
145
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -234,7 +234,7 @@ module Moov
|
|
|
234
234
|
|
|
235
235
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
236
236
|
timeout ||= @sdk_configuration.timeout
|
|
237
|
-
|
|
237
|
+
|
|
238
238
|
|
|
239
239
|
connection = @sdk_configuration.client
|
|
240
240
|
|
|
@@ -249,7 +249,7 @@ module Moov
|
|
|
249
249
|
error = T.let(nil, T.nilable(StandardError))
|
|
250
250
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
251
251
|
|
|
252
|
-
|
|
252
|
+
|
|
253
253
|
begin
|
|
254
254
|
http_response = T.must(connection).get(url) do |req|
|
|
255
255
|
req.headers.merge!(headers)
|
|
@@ -286,13 +286,13 @@ module Moov
|
|
|
286
286
|
response: http_response
|
|
287
287
|
)
|
|
288
288
|
end
|
|
289
|
-
|
|
289
|
+
|
|
290
290
|
if http_response.nil?
|
|
291
291
|
raise error if !error.nil?
|
|
292
292
|
raise 'no response'
|
|
293
293
|
end
|
|
294
294
|
end
|
|
295
|
-
|
|
295
|
+
|
|
296
296
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
297
297
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
298
298
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -375,7 +375,7 @@ module Moov
|
|
|
375
375
|
|
|
376
376
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
377
377
|
timeout ||= @sdk_configuration.timeout
|
|
378
|
-
|
|
378
|
+
|
|
379
379
|
|
|
380
380
|
connection = @sdk_configuration.client
|
|
381
381
|
|
|
@@ -390,7 +390,7 @@ module Moov
|
|
|
390
390
|
error = T.let(nil, T.nilable(StandardError))
|
|
391
391
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
392
392
|
|
|
393
|
-
|
|
393
|
+
|
|
394
394
|
begin
|
|
395
395
|
http_response = T.must(connection).get(url) do |req|
|
|
396
396
|
req.headers.merge!(headers)
|
|
@@ -426,13 +426,13 @@ module Moov
|
|
|
426
426
|
response: http_response
|
|
427
427
|
)
|
|
428
428
|
end
|
|
429
|
-
|
|
429
|
+
|
|
430
430
|
if http_response.nil?
|
|
431
431
|
raise error if !error.nil?
|
|
432
432
|
raise 'no response'
|
|
433
433
|
end
|
|
434
434
|
end
|
|
435
|
-
|
|
435
|
+
|
|
436
436
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
437
437
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
438
438
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -512,7 +512,7 @@ module Moov
|
|
|
512
512
|
|
|
513
513
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
514
514
|
timeout ||= @sdk_configuration.timeout
|
|
515
|
-
|
|
515
|
+
|
|
516
516
|
|
|
517
517
|
connection = @sdk_configuration.client
|
|
518
518
|
|
|
@@ -527,7 +527,7 @@ module Moov
|
|
|
527
527
|
error = T.let(nil, T.nilable(StandardError))
|
|
528
528
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
529
529
|
|
|
530
|
-
|
|
530
|
+
|
|
531
531
|
begin
|
|
532
532
|
http_response = T.must(connection).patch(url) do |req|
|
|
533
533
|
req.body = body
|
|
@@ -564,13 +564,13 @@ module Moov
|
|
|
564
564
|
response: http_response
|
|
565
565
|
)
|
|
566
566
|
end
|
|
567
|
-
|
|
567
|
+
|
|
568
568
|
if http_response.nil?
|
|
569
569
|
raise error if !error.nil?
|
|
570
570
|
raise 'no response'
|
|
571
571
|
end
|
|
572
572
|
end
|
|
573
|
-
|
|
573
|
+
|
|
574
574
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
575
575
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
576
576
|
if Utils.match_content_type(content_type, 'application/json')
|
data/lib/moov/webhooks.rb
CHANGED
|
@@ -56,7 +56,7 @@ module Moov
|
|
|
56
56
|
|
|
57
57
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
58
58
|
timeout ||= @sdk_configuration.timeout
|
|
59
|
-
|
|
59
|
+
|
|
60
60
|
|
|
61
61
|
connection = @sdk_configuration.client
|
|
62
62
|
|
|
@@ -71,7 +71,7 @@ module Moov
|
|
|
71
71
|
error = T.let(nil, T.nilable(StandardError))
|
|
72
72
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
73
73
|
|
|
74
|
-
|
|
74
|
+
|
|
75
75
|
begin
|
|
76
76
|
http_response = T.must(connection).get(url) do |req|
|
|
77
77
|
req.headers.merge!(headers)
|
|
@@ -107,13 +107,13 @@ module Moov
|
|
|
107
107
|
response: http_response
|
|
108
108
|
)
|
|
109
109
|
end
|
|
110
|
-
|
|
110
|
+
|
|
111
111
|
if http_response.nil?
|
|
112
112
|
raise error if !error.nil?
|
|
113
113
|
raise 'no response'
|
|
114
114
|
end
|
|
115
115
|
end
|
|
116
|
-
|
|
116
|
+
|
|
117
117
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
118
118
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
119
119
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -167,7 +167,7 @@ module Moov
|
|
|
167
167
|
|
|
168
168
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
169
169
|
timeout ||= @sdk_configuration.timeout
|
|
170
|
-
|
|
170
|
+
|
|
171
171
|
|
|
172
172
|
connection = @sdk_configuration.client
|
|
173
173
|
|
|
@@ -182,7 +182,7 @@ module Moov
|
|
|
182
182
|
error = T.let(nil, T.nilable(StandardError))
|
|
183
183
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
184
184
|
|
|
185
|
-
|
|
185
|
+
|
|
186
186
|
begin
|
|
187
187
|
http_response = T.must(connection).get(url) do |req|
|
|
188
188
|
req.headers.merge!(headers)
|
|
@@ -218,13 +218,13 @@ module Moov
|
|
|
218
218
|
response: http_response
|
|
219
219
|
)
|
|
220
220
|
end
|
|
221
|
-
|
|
221
|
+
|
|
222
222
|
if http_response.nil?
|
|
223
223
|
raise error if !error.nil?
|
|
224
224
|
raise 'no response'
|
|
225
225
|
end
|
|
226
226
|
end
|
|
227
|
-
|
|
227
|
+
|
|
228
228
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
229
229
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
230
230
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -289,7 +289,7 @@ module Moov
|
|
|
289
289
|
|
|
290
290
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
291
291
|
timeout ||= @sdk_configuration.timeout
|
|
292
|
-
|
|
292
|
+
|
|
293
293
|
|
|
294
294
|
connection = @sdk_configuration.client
|
|
295
295
|
|
|
@@ -304,7 +304,7 @@ module Moov
|
|
|
304
304
|
error = T.let(nil, T.nilable(StandardError))
|
|
305
305
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
306
306
|
|
|
307
|
-
|
|
307
|
+
|
|
308
308
|
begin
|
|
309
309
|
http_response = T.must(connection).post(url) do |req|
|
|
310
310
|
req.body = body
|
|
@@ -341,13 +341,13 @@ module Moov
|
|
|
341
341
|
response: http_response
|
|
342
342
|
)
|
|
343
343
|
end
|
|
344
|
-
|
|
344
|
+
|
|
345
345
|
if http_response.nil?
|
|
346
346
|
raise error if !error.nil?
|
|
347
347
|
raise 'no response'
|
|
348
348
|
end
|
|
349
349
|
end
|
|
350
|
-
|
|
350
|
+
|
|
351
351
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
352
352
|
if Utils.match_status_code(http_response.status, ['201'])
|
|
353
353
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -439,7 +439,7 @@ module Moov
|
|
|
439
439
|
|
|
440
440
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
441
441
|
timeout ||= @sdk_configuration.timeout
|
|
442
|
-
|
|
442
|
+
|
|
443
443
|
|
|
444
444
|
connection = @sdk_configuration.client
|
|
445
445
|
|
|
@@ -454,7 +454,7 @@ module Moov
|
|
|
454
454
|
error = T.let(nil, T.nilable(StandardError))
|
|
455
455
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
456
456
|
|
|
457
|
-
|
|
457
|
+
|
|
458
458
|
begin
|
|
459
459
|
http_response = T.must(connection).get(url) do |req|
|
|
460
460
|
req.headers.merge!(headers)
|
|
@@ -490,13 +490,13 @@ module Moov
|
|
|
490
490
|
response: http_response
|
|
491
491
|
)
|
|
492
492
|
end
|
|
493
|
-
|
|
493
|
+
|
|
494
494
|
if http_response.nil?
|
|
495
495
|
raise error if !error.nil?
|
|
496
496
|
raise 'no response'
|
|
497
497
|
end
|
|
498
498
|
end
|
|
499
|
-
|
|
499
|
+
|
|
500
500
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
501
501
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
502
502
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -570,7 +570,7 @@ module Moov
|
|
|
570
570
|
|
|
571
571
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
572
572
|
timeout ||= @sdk_configuration.timeout
|
|
573
|
-
|
|
573
|
+
|
|
574
574
|
|
|
575
575
|
connection = @sdk_configuration.client
|
|
576
576
|
|
|
@@ -585,7 +585,7 @@ module Moov
|
|
|
585
585
|
error = T.let(nil, T.nilable(StandardError))
|
|
586
586
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
587
587
|
|
|
588
|
-
|
|
588
|
+
|
|
589
589
|
begin
|
|
590
590
|
http_response = T.must(connection).put(url) do |req|
|
|
591
591
|
req.body = body
|
|
@@ -622,13 +622,13 @@ module Moov
|
|
|
622
622
|
response: http_response
|
|
623
623
|
)
|
|
624
624
|
end
|
|
625
|
-
|
|
625
|
+
|
|
626
626
|
if http_response.nil?
|
|
627
627
|
raise error if !error.nil?
|
|
628
628
|
raise 'no response'
|
|
629
629
|
end
|
|
630
630
|
end
|
|
631
|
-
|
|
631
|
+
|
|
632
632
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
633
633
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
634
634
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -720,7 +720,7 @@ module Moov
|
|
|
720
720
|
|
|
721
721
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
722
722
|
timeout ||= @sdk_configuration.timeout
|
|
723
|
-
|
|
723
|
+
|
|
724
724
|
|
|
725
725
|
connection = @sdk_configuration.client
|
|
726
726
|
|
|
@@ -735,7 +735,7 @@ module Moov
|
|
|
735
735
|
error = T.let(nil, T.nilable(StandardError))
|
|
736
736
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
737
737
|
|
|
738
|
-
|
|
738
|
+
|
|
739
739
|
begin
|
|
740
740
|
http_response = T.must(connection).delete(url) do |req|
|
|
741
741
|
req.headers.merge!(headers)
|
|
@@ -771,13 +771,13 @@ module Moov
|
|
|
771
771
|
response: http_response
|
|
772
772
|
)
|
|
773
773
|
end
|
|
774
|
-
|
|
774
|
+
|
|
775
775
|
if http_response.nil?
|
|
776
776
|
raise error if !error.nil?
|
|
777
777
|
raise 'no response'
|
|
778
778
|
end
|
|
779
779
|
end
|
|
780
|
-
|
|
780
|
+
|
|
781
781
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
782
782
|
if Utils.match_status_code(http_response.status, ['204'])
|
|
783
783
|
http_response = @sdk_configuration.hooks.after_success(
|
|
@@ -845,7 +845,7 @@ module Moov
|
|
|
845
845
|
|
|
846
846
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
847
847
|
timeout ||= @sdk_configuration.timeout
|
|
848
|
-
|
|
848
|
+
|
|
849
849
|
|
|
850
850
|
connection = @sdk_configuration.client
|
|
851
851
|
|
|
@@ -860,7 +860,7 @@ module Moov
|
|
|
860
860
|
error = T.let(nil, T.nilable(StandardError))
|
|
861
861
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
862
862
|
|
|
863
|
-
|
|
863
|
+
|
|
864
864
|
begin
|
|
865
865
|
http_response = T.must(connection).post(url) do |req|
|
|
866
866
|
req.headers.merge!(headers)
|
|
@@ -896,13 +896,13 @@ module Moov
|
|
|
896
896
|
response: http_response
|
|
897
897
|
)
|
|
898
898
|
end
|
|
899
|
-
|
|
899
|
+
|
|
900
900
|
if http_response.nil?
|
|
901
901
|
raise error if !error.nil?
|
|
902
902
|
raise 'no response'
|
|
903
903
|
end
|
|
904
904
|
end
|
|
905
|
-
|
|
905
|
+
|
|
906
906
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
907
907
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
908
908
|
if Utils.match_content_type(content_type, 'application/json')
|
|
@@ -964,7 +964,7 @@ module Moov
|
|
|
964
964
|
|
|
965
965
|
timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
|
|
966
966
|
timeout ||= @sdk_configuration.timeout
|
|
967
|
-
|
|
967
|
+
|
|
968
968
|
|
|
969
969
|
connection = @sdk_configuration.client
|
|
970
970
|
|
|
@@ -979,7 +979,7 @@ module Moov
|
|
|
979
979
|
error = T.let(nil, T.nilable(StandardError))
|
|
980
980
|
http_response = T.let(nil, T.nilable(Faraday::Response))
|
|
981
981
|
|
|
982
|
-
|
|
982
|
+
|
|
983
983
|
begin
|
|
984
984
|
http_response = T.must(connection).get(url) do |req|
|
|
985
985
|
req.headers.merge!(headers)
|
|
@@ -1015,13 +1015,13 @@ module Moov
|
|
|
1015
1015
|
response: http_response
|
|
1016
1016
|
)
|
|
1017
1017
|
end
|
|
1018
|
-
|
|
1018
|
+
|
|
1019
1019
|
if http_response.nil?
|
|
1020
1020
|
raise error if !error.nil?
|
|
1021
1021
|
raise 'no response'
|
|
1022
1022
|
end
|
|
1023
1023
|
end
|
|
1024
|
-
|
|
1024
|
+
|
|
1025
1025
|
content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
|
|
1026
1026
|
if Utils.match_status_code(http_response.status, ['200'])
|
|
1027
1027
|
if Utils.match_content_type(content_type, 'application/json')
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: moov_ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 26.2.
|
|
4
|
+
version: 26.2.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Speakeasy
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-06-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: base64
|
|
@@ -386,8 +386,6 @@ files:
|
|
|
386
386
|
- lib/moov/models/components/asynccreatedrefund.rbi
|
|
387
387
|
- lib/moov/models/components/asynctransfer.rb
|
|
388
388
|
- lib/moov/models/components/asynctransfer.rbi
|
|
389
|
-
- lib/moov/models/components/authorizeduser.rb
|
|
390
|
-
- lib/moov/models/components/authorizeduser.rbi
|
|
391
389
|
- lib/moov/models/components/authtoken.rb
|
|
392
390
|
- lib/moov/models/components/authtoken.rbi
|
|
393
391
|
- lib/moov/models/components/authtokenrequest.rb
|
|
@@ -424,6 +422,8 @@ files:
|
|
|
424
422
|
- lib/moov/models/components/batchgettransfersrequest.rbi
|
|
425
423
|
- lib/moov/models/components/billablefee.rb
|
|
426
424
|
- lib/moov/models/components/billablefee.rbi
|
|
425
|
+
- lib/moov/models/components/billingaddress.rb
|
|
426
|
+
- lib/moov/models/components/billingaddress.rbi
|
|
427
427
|
- lib/moov/models/components/billingcountandamount.rb
|
|
428
428
|
- lib/moov/models/components/billingcountandamount.rbi
|
|
429
429
|
- lib/moov/models/components/billinginterchangeprogramfee.rb
|
|
@@ -582,12 +582,6 @@ files:
|
|
|
582
582
|
- lib/moov/models/components/createaccounttype.rbi
|
|
583
583
|
- lib/moov/models/components/createapplepaysession.rb
|
|
584
584
|
- lib/moov/models/components/createapplepaysession.rbi
|
|
585
|
-
- lib/moov/models/components/createauthorizeduser.rb
|
|
586
|
-
- lib/moov/models/components/createauthorizeduser.rbi
|
|
587
|
-
- lib/moov/models/components/createauthorizedusererror.rb
|
|
588
|
-
- lib/moov/models/components/createauthorizedusererror.rbi
|
|
589
|
-
- lib/moov/models/components/createauthorizeduserupdate.rb
|
|
590
|
-
- lib/moov/models/components/createauthorizeduserupdate.rbi
|
|
591
585
|
- lib/moov/models/components/createbusinesserror.rb
|
|
592
586
|
- lib/moov/models/components/createbusinesserror.rbi
|
|
593
587
|
- lib/moov/models/components/createbusinesserror_ein.rb
|
|
@@ -1430,6 +1424,8 @@ files:
|
|
|
1430
1424
|
- lib/moov/models/components/webhookdataaccountdisconnected.rbi
|
|
1431
1425
|
- lib/moov/models/components/webhookdataaccountupdated.rb
|
|
1432
1426
|
- lib/moov/models/components/webhookdataaccountupdated.rbi
|
|
1427
|
+
- lib/moov/models/components/webhookdataauthorizationexpiring.rb
|
|
1428
|
+
- lib/moov/models/components/webhookdataauthorizationexpiring.rbi
|
|
1433
1429
|
- lib/moov/models/components/webhookdatabalanceupdated.rb
|
|
1434
1430
|
- lib/moov/models/components/webhookdatabalanceupdated.rbi
|
|
1435
1431
|
- lib/moov/models/components/webhookdatabankaccountcreated.rb
|
|
@@ -2000,6 +1996,10 @@ files:
|
|
|
2000
1996
|
- lib/moov/models/operations/listbankaccounts_request.rbi
|
|
2001
1997
|
- lib/moov/models/operations/listbankaccounts_response.rb
|
|
2002
1998
|
- lib/moov/models/operations/listbankaccounts_response.rbi
|
|
1999
|
+
- lib/moov/models/operations/listcancellations_request.rb
|
|
2000
|
+
- lib/moov/models/operations/listcancellations_request.rbi
|
|
2001
|
+
- lib/moov/models/operations/listcancellations_response.rb
|
|
2002
|
+
- lib/moov/models/operations/listcancellations_response.rbi
|
|
2003
2003
|
- lib/moov/models/operations/listcapabilities_request.rb
|
|
2004
2004
|
- lib/moov/models/operations/listcapabilities_request.rbi
|
|
2005
2005
|
- lib/moov/models/operations/listcapabilities_response.rb
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
module Moov
|
|
8
|
-
module Models
|
|
9
|
-
module Components
|
|
10
|
-
# Fields for identifying an authorized individual.
|
|
11
|
-
class AuthorizedUser
|
|
12
|
-
extend T::Sig
|
|
13
|
-
include Crystalline::MetadataFields
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
field :first_name, ::String, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('firstName'), required: true } }
|
|
17
|
-
|
|
18
|
-
field :last_name, ::String, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('lastName'), required: true } }
|
|
19
|
-
|
|
20
|
-
sig { params(first_name: ::String, last_name: ::String).void }
|
|
21
|
-
def initialize(first_name:, last_name:)
|
|
22
|
-
@first_name = first_name
|
|
23
|
-
@last_name = last_name
|
|
24
|
-
end
|
|
25
|
-
|
|
26
|
-
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
27
|
-
def ==(other)
|
|
28
|
-
return false unless other.is_a? self.class
|
|
29
|
-
return false unless @first_name == other.first_name
|
|
30
|
-
return false unless @last_name == other.last_name
|
|
31
|
-
true
|
|
32
|
-
end
|
|
33
|
-
end
|
|
34
|
-
end
|
|
35
|
-
end
|
|
36
|
-
end
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
# typed: true
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
class Moov::Models::Components::AuthorizedUser
|
|
6
|
-
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
-
end
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
class Moov::Models::Components::AuthorizedUser
|
|
11
|
-
def first_name(); end
|
|
12
|
-
def first_name=(str_); end
|
|
13
|
-
def last_name(); end
|
|
14
|
-
def last_name=(str_); end
|
|
15
|
-
end
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
module Moov
|
|
8
|
-
module Models
|
|
9
|
-
module Components
|
|
10
|
-
# Fields for identifying an authorized individual.
|
|
11
|
-
class CreateAuthorizedUser
|
|
12
|
-
extend T::Sig
|
|
13
|
-
include Crystalline::MetadataFields
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
field :first_name, ::String, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('firstName'), required: true } }
|
|
17
|
-
|
|
18
|
-
field :last_name, ::String, { 'format_json': { 'letter_case': ::Moov::Utils.field_name('lastName'), required: true } }
|
|
19
|
-
|
|
20
|
-
field :birth_date, Crystalline::Nilable.new(Models::Components::BirthDate), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('birthDate') } }
|
|
21
|
-
|
|
22
|
-
sig { params(first_name: ::String, last_name: ::String, birth_date: T.nilable(Models::Components::BirthDate)).void }
|
|
23
|
-
def initialize(first_name:, last_name:, birth_date: nil)
|
|
24
|
-
@first_name = first_name
|
|
25
|
-
@last_name = last_name
|
|
26
|
-
@birth_date = birth_date
|
|
27
|
-
end
|
|
28
|
-
|
|
29
|
-
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
30
|
-
def ==(other)
|
|
31
|
-
return false unless other.is_a? self.class
|
|
32
|
-
return false unless @first_name == other.first_name
|
|
33
|
-
return false unless @last_name == other.last_name
|
|
34
|
-
return false unless @birth_date == other.birth_date
|
|
35
|
-
true
|
|
36
|
-
end
|
|
37
|
-
end
|
|
38
|
-
end
|
|
39
|
-
end
|
|
40
|
-
end
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# typed: true
|
|
2
|
-
# frozen_string_literal: true
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
class Moov::Models::Components::CreateAuthorizedUser
|
|
6
|
-
extend ::Crystalline::MetadataFields::ClassMethods
|
|
7
|
-
end
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
class Moov::Models::Components::CreateAuthorizedUser
|
|
11
|
-
def first_name(); end
|
|
12
|
-
def first_name=(str_); end
|
|
13
|
-
def last_name(); end
|
|
14
|
-
def last_name=(str_); end
|
|
15
|
-
def birth_date(); end
|
|
16
|
-
def birth_date=(str_); end
|
|
17
|
-
end
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
2
|
-
|
|
3
|
-
# typed: true
|
|
4
|
-
# frozen_string_literal: true
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
module Moov
|
|
8
|
-
module Models
|
|
9
|
-
module Components
|
|
10
|
-
|
|
11
|
-
class CreateAuthorizedUserError
|
|
12
|
-
extend T::Sig
|
|
13
|
-
include Crystalline::MetadataFields
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
field :first_name, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('firstName') } }
|
|
17
|
-
|
|
18
|
-
field :last_name, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('lastName') } }
|
|
19
|
-
|
|
20
|
-
field :birth_date, Crystalline::Nilable.new(Models::Components::BirthDateError), { 'format_json': { 'letter_case': ::Moov::Utils.field_name('birthDate') } }
|
|
21
|
-
|
|
22
|
-
sig { params(first_name: T.nilable(::String), last_name: T.nilable(::String), birth_date: T.nilable(Models::Components::BirthDateError)).void }
|
|
23
|
-
def initialize(first_name: nil, last_name: nil, birth_date: nil)
|
|
24
|
-
@first_name = first_name
|
|
25
|
-
@last_name = last_name
|
|
26
|
-
@birth_date = birth_date
|
|
27
|
-
end
|
|
28
|
-
|
|
29
|
-
sig { params(other: T.untyped).returns(T::Boolean) }
|
|
30
|
-
def ==(other)
|
|
31
|
-
return false unless other.is_a? self.class
|
|
32
|
-
return false unless @first_name == other.first_name
|
|
33
|
-
return false unless @last_name == other.last_name
|
|
34
|
-
return false unless @birth_date == other.birth_date
|
|
35
|
-
true
|
|
36
|
-
end
|
|
37
|
-
end
|
|
38
|
-
end
|
|
39
|
-
end
|
|
40
|
-
end
|