moov_ruby 26.4.7 → 26.4.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.
Files changed (94) hide show
  1. checksums.yaml +4 -4
  2. data/lib/moov/account_terminal_applications.rb +16 -16
  3. data/lib/moov/accounts.rb +52 -54
  4. data/lib/moov/adjustments.rb +8 -8
  5. data/lib/moov/apple_pay.rb +20 -20
  6. data/lib/moov/authentication.rb +8 -8
  7. data/lib/moov/avatars.rb +4 -4
  8. data/lib/moov/bank_accounts.rb +36 -36
  9. data/lib/moov/branding.rb +12 -12
  10. data/lib/moov/capabilities.rb +20 -20
  11. data/lib/moov/card_issuing.rb +25 -25
  12. data/lib/moov/cards.rb +20 -20
  13. data/lib/moov/disputes.rb +44 -44
  14. data/lib/moov/end_to_end_encryption.rb +8 -8
  15. data/lib/moov/enriched_address.rb +4 -4
  16. data/lib/moov/enriched_profile.rb +4 -4
  17. data/lib/moov/fee_plans.rb +40 -40
  18. data/lib/moov/files.rb +12 -12
  19. data/lib/moov/google_pay.rb +4 -4
  20. data/lib/moov/images.rb +28 -28
  21. data/lib/moov/industries.rb +4 -4
  22. data/lib/moov/institutions.rb +8 -8
  23. data/lib/moov/invoices.rb +28 -28
  24. data/lib/moov/issuing_transactions.rb +20 -20
  25. data/lib/moov/models/components/addcapabilities.rb +5 -1
  26. data/lib/moov/models/components/billingaddress.rb +52 -0
  27. data/lib/moov/models/components/billingaddress.rbi +23 -0
  28. data/lib/moov/models/components/capability.rb +7 -1
  29. data/lib/moov/models/components/capabilityid.rb +7 -1
  30. data/lib/moov/models/components/createaccount.rb +5 -1
  31. data/lib/moov/models/components/createpaymentlink.rb +4 -4
  32. data/lib/moov/models/components/fullissuedcard.rb +22 -10
  33. data/lib/moov/models/components/fullissuedcard.rbi +10 -4
  34. data/lib/moov/models/components/issuedcard.rb +22 -10
  35. data/lib/moov/models/components/issuedcard.rbi +10 -4
  36. data/lib/moov/models/components/onboardinginvite.rb +1 -1
  37. data/lib/moov/models/components/onboardinginviterequest.rb +1 -1
  38. data/lib/moov/models/components/paymentlink.rb +3 -3
  39. data/lib/moov/models/components/requestcard.rb +17 -17
  40. data/lib/moov/models/components/requestcard.rbi +8 -8
  41. data/lib/moov/models/components/updateissuedcard.rb +13 -9
  42. data/lib/moov/models/components/updateissuedcard.rbi +6 -4
  43. data/lib/moov/models/components/webhookdataauthorizationexpiring.rb +44 -0
  44. data/lib/moov/models/components/webhookdataauthorizationexpiring.rbi +19 -0
  45. data/lib/moov/models/components/webhookdatacapabilityrequested.rb +7 -1
  46. data/lib/moov/models/components/webhookdatacapabilityupdated.rb +7 -1
  47. data/lib/moov/models/components/webhookdatasweepcreated.rb +6 -2
  48. data/lib/moov/models/components/webhookdatasweepcreated.rbi +2 -0
  49. data/lib/moov/models/components/webhookdatasweepupdated.rb +6 -2
  50. data/lib/moov/models/components/webhookdatasweepupdated.rbi +2 -0
  51. data/lib/moov/models/components/webhookevent.rb +2 -2
  52. data/lib/moov/models/components/webhookeventtype.rb +1 -0
  53. data/lib/moov/models/components.rb +2 -4
  54. data/lib/moov/models/errors/requestcarderror.rb +14 -14
  55. data/lib/moov/models/errors/requestcarderror.rbi +8 -8
  56. data/lib/moov/models/errors/updateissuedcarderror.rb +12 -8
  57. data/lib/moov/models/errors/updateissuedcarderror.rbi +6 -4
  58. data/lib/moov/models/operations/disablecapability_request.rb +7 -1
  59. data/lib/moov/models/operations/getcapability_request.rb +7 -1
  60. data/lib/moov/models/operations/listcancellations_request.rb +36 -0
  61. data/lib/moov/models/operations/listcancellations_request.rbi +15 -0
  62. data/lib/moov/models/operations/listcancellations_response.rb +48 -0
  63. data/lib/moov/models/operations/listcancellations_response.rbi +21 -0
  64. data/lib/moov/models/operations.rb +2 -0
  65. data/lib/moov/onboarding.rb +16 -16
  66. data/lib/moov/payment_links.rb +24 -24
  67. data/lib/moov/payment_methods.rb +8 -8
  68. data/lib/moov/ping.rb +4 -4
  69. data/lib/moov/products.rb +20 -20
  70. data/lib/moov/receipts.rb +8 -8
  71. data/lib/moov/representatives.rb +20 -20
  72. data/lib/moov/resolution_links.rb +16 -16
  73. data/lib/moov/scheduling.rb +24 -24
  74. data/lib/moov/sdkconfiguration.rb +3 -3
  75. data/lib/moov/statements.rb +8 -8
  76. data/lib/moov/support.rb +20 -20
  77. data/lib/moov/sweeps.rb +24 -24
  78. data/lib/moov/terminal_applications.rb +20 -20
  79. data/lib/moov/transfer_config.rb +12 -12
  80. data/lib/moov/transfers.rb +171 -48
  81. data/lib/moov/underwriting.rb +12 -12
  82. data/lib/moov/utils/retries.rb +4 -1
  83. data/lib/moov/wallet_transactions.rb +8 -8
  84. data/lib/moov/wallets.rb +16 -16
  85. data/lib/moov/webhooks.rb +32 -32
  86. metadata +10 -10
  87. data/lib/moov/models/components/authorizeduser.rb +0 -36
  88. data/lib/moov/models/components/authorizeduser.rbi +0 -15
  89. data/lib/moov/models/components/createauthorizeduser.rb +0 -40
  90. data/lib/moov/models/components/createauthorizeduser.rbi +0 -17
  91. data/lib/moov/models/components/createauthorizedusererror.rb +0 -40
  92. data/lib/moov/models/components/createauthorizedusererror.rbi +0 -17
  93. data/lib/moov/models/components/createauthorizeduserupdate.rb +0 -40
  94. data/lib/moov/models/components/createauthorizeduserupdate.rbi +0 -17
@@ -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)
@@ -285,13 +285,13 @@ module Moov
285
285
  response: http_response
286
286
  )
287
287
  end
288
-
288
+
289
289
  if http_response.nil?
290
290
  raise error if !error.nil?
291
291
  raise 'no response'
292
292
  end
293
293
  end
294
-
294
+
295
295
  content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
296
296
  if Utils.match_status_code(http_response.status, ['200'])
297
297
  if Utils.match_content_type(content_type, 'application/json')
@@ -357,7 +357,7 @@ module Moov
357
357
 
358
358
  timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
359
359
  timeout ||= @sdk_configuration.timeout
360
-
360
+
361
361
 
362
362
  connection = @sdk_configuration.client
363
363
 
@@ -372,7 +372,7 @@ module Moov
372
372
  error = T.let(nil, T.nilable(StandardError))
373
373
  http_response = T.let(nil, T.nilable(Faraday::Response))
374
374
 
375
-
375
+
376
376
  begin
377
377
  http_response = T.must(connection).get(url) do |req|
378
378
  req.headers.merge!(headers)
@@ -408,13 +408,13 @@ module Moov
408
408
  response: http_response
409
409
  )
410
410
  end
411
-
411
+
412
412
  if http_response.nil?
413
413
  raise error if !error.nil?
414
414
  raise 'no response'
415
415
  end
416
416
  end
417
-
417
+
418
418
  content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
419
419
  if Utils.match_status_code(http_response.status, ['200'])
420
420
  if Utils.match_content_type(content_type, 'application/json')
@@ -480,7 +480,7 @@ module Moov
480
480
 
481
481
  timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
482
482
  timeout ||= @sdk_configuration.timeout
483
-
483
+
484
484
 
485
485
  connection = @sdk_configuration.client
486
486
 
@@ -495,7 +495,7 @@ module Moov
495
495
  error = T.let(nil, T.nilable(StandardError))
496
496
  http_response = T.let(nil, T.nilable(Faraday::Response))
497
497
 
498
-
498
+
499
499
  begin
500
500
  http_response = T.must(connection).delete(url) do |req|
501
501
  req.headers.merge!(headers)
@@ -531,13 +531,13 @@ module Moov
531
531
  response: http_response
532
532
  )
533
533
  end
534
-
534
+
535
535
  if http_response.nil?
536
536
  raise error if !error.nil?
537
537
  raise 'no response'
538
538
  end
539
539
  end
540
-
540
+
541
541
  content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
542
542
  if Utils.match_status_code(http_response.status, ['204'])
543
543
  http_response = @sdk_configuration.hooks.after_success(
@@ -79,7 +79,7 @@ module Moov
79
79
 
80
80
  timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
81
81
  timeout ||= @sdk_configuration.timeout
82
-
82
+
83
83
 
84
84
  connection = @sdk_configuration.client
85
85
 
@@ -94,7 +94,7 @@ module Moov
94
94
  error = T.let(nil, T.nilable(StandardError))
95
95
  http_response = T.let(nil, T.nilable(Faraday::Response))
96
96
 
97
-
97
+
98
98
  begin
99
99
  http_response = T.must(connection).post(url) do |req|
100
100
  req.body = body
@@ -131,13 +131,13 @@ module Moov
131
131
  response: http_response
132
132
  )
133
133
  end
134
-
134
+
135
135
  if http_response.nil?
136
136
  raise error if !error.nil?
137
137
  raise 'no response'
138
138
  end
139
139
  end
140
-
140
+
141
141
  content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
142
142
  if Utils.match_status_code(http_response.status, ['200'])
143
143
  if Utils.match_content_type(content_type, 'application/json')
@@ -236,7 +236,7 @@ module Moov
236
236
 
237
237
  timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
238
238
  timeout ||= @sdk_configuration.timeout
239
-
239
+
240
240
 
241
241
  connection = @sdk_configuration.client
242
242
 
@@ -251,7 +251,7 @@ module Moov
251
251
  error = T.let(nil, T.nilable(StandardError))
252
252
  http_response = T.let(nil, T.nilable(Faraday::Response))
253
253
 
254
-
254
+
255
255
  begin
256
256
  http_response = T.must(connection).get(url) do |req|
257
257
  req.headers.merge!(headers)
@@ -288,13 +288,13 @@ module Moov
288
288
  response: http_response
289
289
  )
290
290
  end
291
-
291
+
292
292
  if http_response.nil?
293
293
  raise error if !error.nil?
294
294
  raise 'no response'
295
295
  end
296
296
  end
297
-
297
+
298
298
  content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
299
299
  if Utils.match_status_code(http_response.status, ['200'])
300
300
  if Utils.match_content_type(content_type, 'application/json')
@@ -372,7 +372,7 @@ module Moov
372
372
 
373
373
  timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
374
374
  timeout ||= @sdk_configuration.timeout
375
-
375
+
376
376
 
377
377
  connection = @sdk_configuration.client
378
378
 
@@ -387,7 +387,7 @@ module Moov
387
387
  error = T.let(nil, T.nilable(StandardError))
388
388
  http_response = T.let(nil, T.nilable(Faraday::Response))
389
389
 
390
-
390
+
391
391
  begin
392
392
  http_response = T.must(connection).put(url) do |req|
393
393
  req.body = body
@@ -424,13 +424,13 @@ module Moov
424
424
  response: http_response
425
425
  )
426
426
  end
427
-
427
+
428
428
  if http_response.nil?
429
429
  raise error if !error.nil?
430
430
  raise 'no response'
431
431
  end
432
432
  end
433
-
433
+
434
434
  content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
435
435
  if Utils.match_status_code(http_response.status, ['200'])
436
436
  if Utils.match_content_type(content_type, 'application/json')
@@ -526,7 +526,7 @@ module Moov
526
526
 
527
527
  timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
528
528
  timeout ||= @sdk_configuration.timeout
529
-
529
+
530
530
 
531
531
  connection = @sdk_configuration.client
532
532
 
@@ -541,7 +541,7 @@ module Moov
541
541
  error = T.let(nil, T.nilable(StandardError))
542
542
  http_response = T.let(nil, T.nilable(Faraday::Response))
543
543
 
544
-
544
+
545
545
  begin
546
546
  http_response = T.must(connection).get(url) do |req|
547
547
  req.headers.merge!(headers)
@@ -577,13 +577,13 @@ module Moov
577
577
  response: http_response
578
578
  )
579
579
  end
580
-
580
+
581
581
  if http_response.nil?
582
582
  raise error if !error.nil?
583
583
  raise 'no response'
584
584
  end
585
585
  end
586
-
586
+
587
587
  content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
588
588
  if Utils.match_status_code(http_response.status, ['200'])
589
589
  if Utils.match_content_type(content_type, 'application/json')
@@ -649,7 +649,7 @@ module Moov
649
649
 
650
650
  timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
651
651
  timeout ||= @sdk_configuration.timeout
652
-
652
+
653
653
 
654
654
  connection = @sdk_configuration.client
655
655
 
@@ -664,7 +664,7 @@ module Moov
664
664
  error = T.let(nil, T.nilable(StandardError))
665
665
  http_response = T.let(nil, T.nilable(Faraday::Response))
666
666
 
667
-
667
+
668
668
  begin
669
669
  http_response = T.must(connection).delete(url) do |req|
670
670
  req.headers.merge!(headers)
@@ -700,13 +700,13 @@ module Moov
700
700
  response: http_response
701
701
  )
702
702
  end
703
-
703
+
704
704
  if http_response.nil?
705
705
  raise error if !error.nil?
706
706
  raise 'no response'
707
707
  end
708
708
  end
709
-
709
+
710
710
  content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
711
711
  if Utils.match_status_code(http_response.status, ['204'])
712
712
  http_response = @sdk_configuration.hooks.after_success(
@@ -779,7 +779,7 @@ module Moov
779
779
 
780
780
  timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
781
781
  timeout ||= @sdk_configuration.timeout
782
-
782
+
783
783
 
784
784
  connection = @sdk_configuration.client
785
785
 
@@ -794,7 +794,7 @@ module Moov
794
794
  error = T.let(nil, T.nilable(StandardError))
795
795
  http_response = T.let(nil, T.nilable(Faraday::Response))
796
796
 
797
-
797
+
798
798
  begin
799
799
  http_response = T.must(connection).get(url) do |req|
800
800
  req.headers.merge!(headers)
@@ -830,13 +830,13 @@ module Moov
830
830
  response: http_response
831
831
  )
832
832
  end
833
-
833
+
834
834
  if http_response.nil?
835
835
  raise error if !error.nil?
836
836
  raise 'no response'
837
837
  end
838
838
  end
839
-
839
+
840
840
  content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
841
841
  if Utils.match_status_code(http_response.status, ['200'])
842
842
  if Utils.match_content_type(content_type, 'application/json')
@@ -88,9 +88,9 @@ module Moov
88
88
  end
89
89
  @language = 'ruby'
90
90
  @openapi_doc_version = 'v2026.04.00'
91
- @sdk_version = '26.4.7'
92
- @gen_version = '2.893.0'
93
- @user_agent = 'speakeasy-sdk/ruby 26.4.7 2.893.0 v2026.04.00 moov_ruby'
91
+ @sdk_version = '26.4.8'
92
+ @gen_version = '2.910.1'
93
+ @user_agent = 'speakeasy-sdk/ruby 26.4.8 2.910.1 v2026.04.00 moov_ruby'
94
94
  end
95
95
 
96
96
  sig { returns([String, T::Hash[Symbol, String]]) }
@@ -65,7 +65,7 @@ module Moov
65
65
 
66
66
  timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
67
67
  timeout ||= @sdk_configuration.timeout
68
-
68
+
69
69
 
70
70
  connection = @sdk_configuration.client
71
71
 
@@ -80,7 +80,7 @@ module Moov
80
80
  error = T.let(nil, T.nilable(StandardError))
81
81
  http_response = T.let(nil, T.nilable(Faraday::Response))
82
82
 
83
-
83
+
84
84
  begin
85
85
  http_response = T.must(connection).get(url) do |req|
86
86
  req.headers.merge!(headers)
@@ -117,13 +117,13 @@ module Moov
117
117
  response: http_response
118
118
  )
119
119
  end
120
-
120
+
121
121
  if http_response.nil?
122
122
  raise error if !error.nil?
123
123
  raise 'no response'
124
124
  end
125
125
  end
126
-
126
+
127
127
  content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
128
128
  if Utils.match_status_code(http_response.status, ['200'])
129
129
  if Utils.match_content_type(content_type, 'application/json')
@@ -206,7 +206,7 @@ module Moov
206
206
 
207
207
  timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
208
208
  timeout ||= @sdk_configuration.timeout
209
-
209
+
210
210
 
211
211
  connection = @sdk_configuration.client
212
212
 
@@ -221,7 +221,7 @@ module Moov
221
221
  error = T.let(nil, T.nilable(StandardError))
222
222
  http_response = T.let(nil, T.nilable(Faraday::Response))
223
223
 
224
-
224
+
225
225
  begin
226
226
  http_response = T.must(connection).get(url) do |req|
227
227
  req.headers.merge!(headers)
@@ -257,13 +257,13 @@ module Moov
257
257
  response: http_response
258
258
  )
259
259
  end
260
-
260
+
261
261
  if http_response.nil?
262
262
  raise error if !error.nil?
263
263
  raise 'no response'
264
264
  end
265
265
  end
266
-
266
+
267
267
  content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
268
268
  if Utils.match_status_code(http_response.status, ['200'])
269
269
  if Utils.match_content_type(content_type, 'application/json')
data/lib/moov/support.rb CHANGED
@@ -82,7 +82,7 @@ module Moov
82
82
 
83
83
  timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
84
84
  timeout ||= @sdk_configuration.timeout
85
-
85
+
86
86
 
87
87
  connection = @sdk_configuration.client
88
88
 
@@ -97,7 +97,7 @@ module Moov
97
97
  error = T.let(nil, T.nilable(StandardError))
98
98
  http_response = T.let(nil, T.nilable(Faraday::Response))
99
99
 
100
-
100
+
101
101
  begin
102
102
  http_response = T.must(connection).post(url) do |req|
103
103
  req.body = body
@@ -134,13 +134,13 @@ module Moov
134
134
  response: http_response
135
135
  )
136
136
  end
137
-
137
+
138
138
  if http_response.nil?
139
139
  raise error if !error.nil?
140
140
  raise 'no response'
141
141
  end
142
142
  end
143
-
143
+
144
144
  content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
145
145
  if Utils.match_status_code(http_response.status, ['200'])
146
146
  if Utils.match_content_type(content_type, 'application/json')
@@ -236,7 +236,7 @@ module Moov
236
236
 
237
237
  timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
238
238
  timeout ||= @sdk_configuration.timeout
239
-
239
+
240
240
 
241
241
  connection = @sdk_configuration.client
242
242
 
@@ -251,7 +251,7 @@ module Moov
251
251
  error = T.let(nil, T.nilable(StandardError))
252
252
  http_response = T.let(nil, T.nilable(Faraday::Response))
253
253
 
254
-
254
+
255
255
  begin
256
256
  http_response = T.must(connection).get(url) do |req|
257
257
  req.headers.merge!(headers)
@@ -288,13 +288,13 @@ module Moov
288
288
  response: http_response
289
289
  )
290
290
  end
291
-
291
+
292
292
  if http_response.nil?
293
293
  raise error if !error.nil?
294
294
  raise 'no response'
295
295
  end
296
296
  end
297
-
297
+
298
298
  content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
299
299
  if Utils.match_status_code(http_response.status, ['200'])
300
300
  if Utils.match_content_type(content_type, 'application/json')
@@ -363,7 +363,7 @@ module Moov
363
363
 
364
364
  timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
365
365
  timeout ||= @sdk_configuration.timeout
366
-
366
+
367
367
 
368
368
  connection = @sdk_configuration.client
369
369
 
@@ -378,7 +378,7 @@ module Moov
378
378
  error = T.let(nil, T.nilable(StandardError))
379
379
  http_response = T.let(nil, T.nilable(Faraday::Response))
380
380
 
381
-
381
+
382
382
  begin
383
383
  http_response = T.must(connection).get(url) do |req|
384
384
  req.headers.merge!(headers)
@@ -414,13 +414,13 @@ module Moov
414
414
  response: http_response
415
415
  )
416
416
  end
417
-
417
+
418
418
  if http_response.nil?
419
419
  raise error if !error.nil?
420
420
  raise 'no response'
421
421
  end
422
422
  end
423
-
423
+
424
424
  content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
425
425
  if Utils.match_status_code(http_response.status, ['200'])
426
426
  if Utils.match_content_type(content_type, 'application/json')
@@ -501,7 +501,7 @@ module Moov
501
501
 
502
502
  timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
503
503
  timeout ||= @sdk_configuration.timeout
504
-
504
+
505
505
 
506
506
  connection = @sdk_configuration.client
507
507
 
@@ -516,7 +516,7 @@ module Moov
516
516
  error = T.let(nil, T.nilable(StandardError))
517
517
  http_response = T.let(nil, T.nilable(Faraday::Response))
518
518
 
519
-
519
+
520
520
  begin
521
521
  http_response = T.must(connection).patch(url) do |req|
522
522
  req.body = body
@@ -553,13 +553,13 @@ module Moov
553
553
  response: http_response
554
554
  )
555
555
  end
556
-
556
+
557
557
  if http_response.nil?
558
558
  raise error if !error.nil?
559
559
  raise 'no response'
560
560
  end
561
561
  end
562
-
562
+
563
563
  content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
564
564
  if Utils.match_status_code(http_response.status, ['200'])
565
565
  if Utils.match_content_type(content_type, 'application/json')
@@ -658,7 +658,7 @@ module Moov
658
658
 
659
659
  timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
660
660
  timeout ||= @sdk_configuration.timeout
661
-
661
+
662
662
 
663
663
  connection = @sdk_configuration.client
664
664
 
@@ -673,7 +673,7 @@ module Moov
673
673
  error = T.let(nil, T.nilable(StandardError))
674
674
  http_response = T.let(nil, T.nilable(Faraday::Response))
675
675
 
676
-
676
+
677
677
  begin
678
678
  http_response = T.must(connection).get(url) do |req|
679
679
  req.headers.merge!(headers)
@@ -709,13 +709,13 @@ module Moov
709
709
  response: http_response
710
710
  )
711
711
  end
712
-
712
+
713
713
  if http_response.nil?
714
714
  raise error if !error.nil?
715
715
  raise 'no response'
716
716
  end
717
717
  end
718
-
718
+
719
719
  content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
720
720
  if Utils.match_status_code(http_response.status, ['200'])
721
721
  if Utils.match_content_type(content_type, 'application/json')