moov_ruby 26.4.8 → 26.7.0.pre.dev.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.
Files changed (163) hide show
  1. checksums.yaml +4 -4
  2. data/lib/moov/account_terminal_applications.rb +16 -16
  3. data/lib/moov/accounts.rb +54 -52
  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 +178 -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 +1 -5
  26. data/lib/moov/models/components/amountdecimalrange.rb +36 -0
  27. data/lib/moov/models/components/amountdecimalrange.rbi +15 -0
  28. data/lib/moov/models/components/amountdecimalrangeupdate.rb +36 -0
  29. data/lib/moov/models/components/amountdecimalrangeupdate.rbi +15 -0
  30. data/lib/moov/models/components/authorizeduser.rb +36 -0
  31. data/lib/moov/models/components/authorizeduser.rbi +15 -0
  32. data/lib/moov/models/components/capability.rb +1 -7
  33. data/lib/moov/models/components/capabilityid.rb +1 -7
  34. data/lib/moov/models/components/cardmetadata.rb +79 -0
  35. data/lib/moov/models/components/cardmetadata.rbi +35 -0
  36. data/lib/moov/models/components/cardmetadatarequest.rb +38 -0
  37. data/lib/moov/models/components/cardmetadatarequest.rbi +15 -0
  38. data/lib/moov/models/components/createaccount.rb +1 -5
  39. data/lib/moov/models/components/createauthorizeduser.rb +40 -0
  40. data/lib/moov/models/components/createauthorizeduser.rbi +17 -0
  41. data/lib/moov/models/components/createauthorizedusererror.rb +40 -0
  42. data/lib/moov/models/components/createauthorizedusererror.rbi +17 -0
  43. data/lib/moov/models/components/createauthorizeduserupdate.rb +40 -0
  44. data/lib/moov/models/components/createauthorizeduserupdate.rbi +17 -0
  45. data/lib/moov/models/components/createdtransfer.rb +2 -6
  46. data/lib/moov/models/components/createdtransfer.rbi +0 -2
  47. data/lib/moov/models/components/createpaymentlink.rb +15 -15
  48. data/lib/moov/models/components/createpaymentlink.rbi +4 -4
  49. data/lib/moov/models/components/createpaymentlinkamountdetails.rb +32 -0
  50. data/lib/moov/models/components/createpaymentlinkamountdetails.rbi +13 -0
  51. data/lib/moov/models/components/createpaymentlinkamountdetailsvalidationerror.rb +32 -0
  52. data/lib/moov/models/components/createpaymentlinkamountdetailsvalidationerror.rbi +13 -0
  53. data/lib/moov/models/components/createtransfer.rb +2 -6
  54. data/lib/moov/models/components/createtransfer.rbi +0 -2
  55. data/lib/moov/models/components/createtransferamountdetails.rb +6 -2
  56. data/lib/moov/models/components/createtransferamountdetails.rbi +2 -0
  57. data/lib/moov/models/components/createtransferamountdetailsvalidationerror.rb +6 -2
  58. data/lib/moov/models/components/createtransferamountdetailsvalidationerror.rbi +2 -0
  59. data/lib/moov/models/components/fullissuedcard.rb +10 -22
  60. data/lib/moov/models/components/fullissuedcard.rbi +4 -10
  61. data/lib/moov/models/components/invoice.rb +1 -1
  62. data/lib/moov/models/components/issuedcard.rb +10 -22
  63. data/lib/moov/models/components/issuedcard.rbi +4 -10
  64. data/lib/moov/models/components/onboardinginvite.rb +1 -1
  65. data/lib/moov/models/components/onboardinginviterequest.rb +1 -1
  66. data/lib/moov/models/components/paymentlink.rb +15 -15
  67. data/lib/moov/models/components/paymentlink.rbi +4 -4
  68. data/lib/moov/models/components/paymentlinkamountdetails.rb +32 -0
  69. data/lib/moov/models/components/paymentlinkamountdetails.rbi +13 -0
  70. data/lib/moov/models/components/paymentlinkpaymentdetails.rb +14 -2
  71. data/lib/moov/models/components/paymentlinkpaymentdetails.rbi +6 -0
  72. data/lib/moov/models/components/paymentlinkpaymentdetails_amounttype.rb +19 -0
  73. data/lib/moov/models/components/paymentlinkpaymentdetails_amounttype.rbi +11 -0
  74. data/lib/moov/models/components/paymentlinkpaymentdetailsupdate.rb +14 -2
  75. data/lib/moov/models/components/paymentlinkpaymentdetailsupdate.rbi +6 -0
  76. data/lib/moov/models/components/paymentlinkpaymentdetailsupdate_amounttype.rb +19 -0
  77. data/lib/moov/models/components/paymentlinkpaymentdetailsupdate_amounttype.rbi +11 -0
  78. data/lib/moov/models/components/requestcard.rb +17 -17
  79. data/lib/moov/models/components/requestcard.rbi +8 -8
  80. data/lib/moov/models/components/transfer.rb +2 -6
  81. data/lib/moov/models/components/transfer.rbi +0 -2
  82. data/lib/moov/models/components/transferamountdetails.rb +6 -2
  83. data/lib/moov/models/components/transferamountdetails.rbi +2 -0
  84. data/lib/moov/models/components/transferconfig.rb +2 -6
  85. data/lib/moov/models/components/transferconfig.rbi +0 -2
  86. data/lib/moov/models/components/transferdestination.rb +2 -8
  87. data/lib/moov/models/components/transferdestination.rbi +0 -2
  88. data/lib/moov/models/components/updateinvoice.rb +6 -6
  89. data/lib/moov/models/components/updateissuedcard.rb +9 -13
  90. data/lib/moov/models/components/updateissuedcard.rbi +4 -6
  91. data/lib/moov/models/components/updatepaymentlink.rb +6 -6
  92. data/lib/moov/models/components/updatepaymentlink.rbi +2 -2
  93. data/lib/moov/models/components/updatepaymentlinkamountdetails.rb +32 -0
  94. data/lib/moov/models/components/updatepaymentlinkamountdetails.rbi +13 -0
  95. data/lib/moov/models/components/updatepaymentlinkamountdetailsvalidationerror.rb +32 -0
  96. data/lib/moov/models/components/updatepaymentlinkamountdetailsvalidationerror.rbi +13 -0
  97. data/lib/moov/models/components/webhookdatabankaccountdeleted.rb +2 -6
  98. data/lib/moov/models/components/webhookdatabankaccountdeleted.rbi +0 -2
  99. data/lib/moov/models/components/webhookdatacapabilityrequested.rb +1 -7
  100. data/lib/moov/models/components/webhookdatacapabilityupdated.rb +1 -7
  101. data/lib/moov/models/components/webhookdatasweepcreated.rb +2 -6
  102. data/lib/moov/models/components/webhookdatasweepcreated.rbi +0 -2
  103. data/lib/moov/models/components/webhookdatasweepupdated.rb +2 -6
  104. data/lib/moov/models/components/webhookdatasweepupdated.rbi +0 -2
  105. data/lib/moov/models/components/webhookevent.rb +2 -2
  106. data/lib/moov/models/components/webhookeventtype.rb +0 -1
  107. data/lib/moov/models/components.rb +15 -6
  108. data/lib/moov/models/errors/cardmetadatarequesterror.rb +44 -0
  109. data/lib/moov/models/errors/cardmetadatarequesterror.rbi +19 -0
  110. data/lib/moov/models/errors/createpaymentlinkerror.rb +6 -6
  111. data/lib/moov/models/errors/createpaymentlinkerror.rbi +2 -2
  112. data/lib/moov/models/errors/requestcarderror.rb +14 -14
  113. data/lib/moov/models/errors/requestcarderror.rbi +8 -8
  114. data/lib/moov/models/errors/transfer_error.rb +2 -6
  115. data/lib/moov/models/errors/transfer_error.rbi +0 -2
  116. data/lib/moov/models/errors/transfervalidationerror.rb +2 -6
  117. data/lib/moov/models/errors/transfervalidationerror.rbi +0 -2
  118. data/lib/moov/models/errors/updateissuedcarderror.rb +8 -12
  119. data/lib/moov/models/errors/updateissuedcarderror.rbi +4 -6
  120. data/lib/moov/models/errors/updatepaymentlinkerror.rb +6 -6
  121. data/lib/moov/models/errors/updatepaymentlinkerror.rbi +2 -2
  122. data/lib/moov/models/errors.rb +1 -0
  123. data/lib/moov/models/operations/disablecapability_request.rb +1 -7
  124. data/lib/moov/models/operations/getcapability_request.rb +1 -7
  125. data/lib/moov/models/operations/{listcancellations_response.rb → getcardmetadata_response.rb} +6 -6
  126. data/lib/moov/models/operations/{listcancellations_response.rbi → getcardmetadata_response.rbi} +4 -4
  127. data/lib/moov/models/operations.rb +1 -2
  128. data/lib/moov/onboarding.rb +16 -16
  129. data/lib/moov/payment_links.rb +24 -24
  130. data/lib/moov/payment_methods.rb +8 -8
  131. data/lib/moov/ping.rb +4 -4
  132. data/lib/moov/products.rb +20 -20
  133. data/lib/moov/receipts.rb +8 -8
  134. data/lib/moov/representatives.rb +20 -20
  135. data/lib/moov/resolution_links.rb +16 -16
  136. data/lib/moov/scheduling.rb +24 -24
  137. data/lib/moov/sdkconfiguration.rb +4 -4
  138. data/lib/moov/statements.rb +8 -8
  139. data/lib/moov/support.rb +20 -20
  140. data/lib/moov/sweeps.rb +24 -24
  141. data/lib/moov/terminal_applications.rb +20 -20
  142. data/lib/moov/transfer_config.rb +12 -12
  143. data/lib/moov/transfers.rb +48 -171
  144. data/lib/moov/underwriting.rb +12 -12
  145. data/lib/moov/utils/retries.rb +1 -4
  146. data/lib/moov/wallet_transactions.rb +8 -8
  147. data/lib/moov/wallets.rb +16 -16
  148. data/lib/moov/webhooks.rb +32 -32
  149. metadata +38 -20
  150. data/lib/moov/models/components/billingaddress.rb +0 -52
  151. data/lib/moov/models/components/billingaddress.rbi +0 -23
  152. data/lib/moov/models/components/rtpfailurecode.rb +0 -27
  153. data/lib/moov/models/components/rtpfailurecode.rbi +0 -11
  154. data/lib/moov/models/components/rtptransactiondetails.rb +0 -58
  155. data/lib/moov/models/components/rtptransactiondetails.rbi +0 -25
  156. data/lib/moov/models/components/rtptransactionstatus.rb +0 -21
  157. data/lib/moov/models/components/rtptransactionstatus.rbi +0 -11
  158. data/lib/moov/models/components/transfercontrols.rb +0 -48
  159. data/lib/moov/models/components/transfercontrols.rbi +0 -21
  160. data/lib/moov/models/components/webhookdataauthorizationexpiring.rb +0 -44
  161. data/lib/moov/models/components/webhookdataauthorizationexpiring.rbi +0 -19
  162. data/lib/moov/models/operations/listcancellations_request.rb +0 -36
  163. data/lib/moov/models/operations/listcancellations_request.rbi +0 -15
@@ -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')
@@ -237,7 +237,7 @@ module Moov
237
237
 
238
238
  timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
239
239
  timeout ||= @sdk_configuration.timeout
240
-
240
+
241
241
 
242
242
  connection = @sdk_configuration.client
243
243
 
@@ -252,7 +252,7 @@ module Moov
252
252
  error = T.let(nil, T.nilable(StandardError))
253
253
  http_response = T.let(nil, T.nilable(Faraday::Response))
254
254
 
255
-
255
+
256
256
  begin
257
257
  http_response = T.must(connection).get(url) do |req|
258
258
  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')
@@ -360,7 +360,7 @@ module Moov
360
360
 
361
361
  timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
362
362
  timeout ||= @sdk_configuration.timeout
363
-
363
+
364
364
 
365
365
  connection = @sdk_configuration.client
366
366
 
@@ -375,7 +375,7 @@ module Moov
375
375
  error = T.let(nil, T.nilable(StandardError))
376
376
  http_response = T.let(nil, T.nilable(Faraday::Response))
377
377
 
378
-
378
+
379
379
  begin
380
380
  http_response = T.must(connection).delete(url) do |req|
381
381
  req.headers.merge!(headers)
@@ -411,13 +411,13 @@ module Moov
411
411
  response: http_response
412
412
  )
413
413
  end
414
-
414
+
415
415
  if http_response.nil?
416
416
  raise error if !error.nil?
417
417
  raise 'no response'
418
418
  end
419
419
  end
420
-
420
+
421
421
  content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
422
422
  if Utils.match_status_code(http_response.status, ['204'])
423
423
  http_response = @sdk_configuration.hooks.after_success(
@@ -489,7 +489,7 @@ module Moov
489
489
 
490
490
  timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
491
491
  timeout ||= @sdk_configuration.timeout
492
-
492
+
493
493
 
494
494
  connection = @sdk_configuration.client
495
495
 
@@ -504,7 +504,7 @@ module Moov
504
504
  error = T.let(nil, T.nilable(StandardError))
505
505
  http_response = T.let(nil, T.nilable(Faraday::Response))
506
506
 
507
-
507
+
508
508
  begin
509
509
  http_response = T.must(connection).get(url) do |req|
510
510
  req.headers.merge!(headers)
@@ -540,13 +540,13 @@ module Moov
540
540
  response: http_response
541
541
  )
542
542
  end
543
-
543
+
544
544
  if http_response.nil?
545
545
  raise error if !error.nil?
546
546
  raise 'no response'
547
547
  end
548
548
  end
549
-
549
+
550
550
  content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
551
551
  if Utils.match_status_code(http_response.status, ['200'])
552
552
  if Utils.match_content_type(content_type, 'application/json')
@@ -637,7 +637,7 @@ module Moov
637
637
 
638
638
  timeout = (timeout_ms.to_f / 1000) unless timeout_ms.nil?
639
639
  timeout ||= @sdk_configuration.timeout
640
-
640
+
641
641
 
642
642
  connection = @sdk_configuration.client
643
643
 
@@ -652,7 +652,7 @@ module Moov
652
652
  error = T.let(nil, T.nilable(StandardError))
653
653
  http_response = T.let(nil, T.nilable(Faraday::Response))
654
654
 
655
-
655
+
656
656
  begin
657
657
  http_response = T.must(connection).patch(url) do |req|
658
658
  req.body = body
@@ -689,13 +689,13 @@ module Moov
689
689
  response: http_response
690
690
  )
691
691
  end
692
-
692
+
693
693
  if http_response.nil?
694
694
  raise error if !error.nil?
695
695
  raise 'no response'
696
696
  end
697
697
  end
698
-
698
+
699
699
  content_type = http_response.headers.fetch('Content-Type', 'application/octet-stream')
700
700
  if Utils.match_status_code(http_response.status, ['200'])
701
701
  if Utils.match_content_type(content_type, 'application/json')
@@ -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')
@@ -87,10 +87,10 @@ module Moov
87
87
  @security_source = -> { security }
88
88
  end
89
89
  @language = 'ruby'
90
- @openapi_doc_version = 'v2026.04.00'
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'
90
+ @openapi_doc_version = 'v2026.07.00'
91
+ @sdk_version = '26.7.0-dev.0'
92
+ @gen_version = '2.884.0'
93
+ @user_agent = 'speakeasy-sdk/ruby 26.7.0-dev.0 2.884.0 v2026.07.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')