alogram_payrisk 0.2.23 → 0.3.1

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 (579) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +4 -4
  3. data/README.md +2 -2
  4. data/RELEASE.json +4 -4
  5. data/alogram_payrisk.gemspec +1 -1
  6. data/lib/alogram_payrisk/api/forensic_data_api.rb +19 -19
  7. data/lib/alogram_payrisk/api/risk_scoring_api.rb +28 -28
  8. data/lib/alogram_payrisk/api/roadmap_preview_api.rb +55 -55
  9. data/lib/alogram_payrisk/api/signal_intelligence_api.rb +55 -55
  10. data/lib/alogram_payrisk/api/system_api.rb +1 -1
  11. data/lib/alogram_payrisk/api_client.rb +1 -1
  12. data/lib/alogram_payrisk/api_error.rb +1 -1
  13. data/lib/alogram_payrisk/api_model_base.rb +1 -1
  14. data/lib/alogram_payrisk/configuration.rb +1 -1
  15. data/lib/alogram_payrisk/models/account.rb +1 -1
  16. data/lib/alogram_payrisk/models/account_check_request.rb +1 -1
  17. data/lib/alogram_payrisk/models/agent_manifest.rb +1 -1
  18. data/lib/alogram_payrisk/models/agent_provider.rb +1 -1
  19. data/lib/alogram_payrisk/models/auth_context.rb +1 -1
  20. data/lib/alogram_payrisk/models/avs_result_enum.rb +1 -1
  21. data/lib/alogram_payrisk/models/bank_transfer.rb +1 -1
  22. data/lib/alogram_payrisk/models/card.rb +1 -1
  23. data/lib/alogram_payrisk/models/card_network_enum.rb +1 -1
  24. data/lib/alogram_payrisk/models/category_signal.rb +1 -1
  25. data/lib/alogram_payrisk/models/channel_enum.rb +1 -1
  26. data/lib/alogram_payrisk/models/check_request.rb +1 -1
  27. data/lib/alogram_payrisk/models/confidence_enum.rb +1 -1
  28. data/lib/alogram_payrisk/models/crypto.rb +1 -1
  29. data/lib/alogram_payrisk/models/cvv_result_enum.rb +1 -1
  30. data/lib/alogram_payrisk/models/decision_resolution_request.rb +1 -1
  31. data/lib/alogram_payrisk/models/decision_resolution_request_analyst.rb +1 -1
  32. data/lib/alogram_payrisk/models/decision_resolution_response.rb +1 -1
  33. data/lib/alogram_payrisk/models/decision_response.rb +32 -216
  34. data/lib/alogram_payrisk/models/decision_response_policy.rb +159 -0
  35. data/lib/alogram_payrisk/models/device_info.rb +1 -1
  36. data/lib/alogram_payrisk/models/discount_code.rb +2 -18
  37. data/lib/alogram_payrisk/models/entity_ids.rb +36 -5
  38. data/lib/alogram_payrisk/models/entry_method_enum.rb +1 -1
  39. data/lib/alogram_payrisk/models/external_assessment.rb +1 -1
  40. data/lib/alogram_payrisk/models/fraud_score.rb +1 -1
  41. data/lib/alogram_payrisk/models/identity.rb +1 -1
  42. data/lib/alogram_payrisk/models/ingest_payment_event202_response.rb +1 -1
  43. data/lib/alogram_payrisk/models/integrity.rb +1 -1
  44. data/lib/alogram_payrisk/models/interaction.rb +1 -1
  45. data/lib/alogram_payrisk/models/interaction_type_enum.rb +1 -1
  46. data/lib/alogram_payrisk/models/invoice.rb +1 -1
  47. data/lib/alogram_payrisk/models/ip_info.rb +1 -1
  48. data/lib/alogram_payrisk/models/kyc_check_request.rb +1 -1
  49. data/lib/alogram_payrisk/models/kyc_payload.rb +1 -1
  50. data/lib/alogram_payrisk/models/merchant_context.rb +1 -1
  51. data/lib/alogram_payrisk/models/operator_type.rb +42 -0
  52. data/lib/alogram_payrisk/models/order_context.rb +1 -1
  53. data/lib/alogram_payrisk/models/payer_type_enum.rb +1 -1
  54. data/lib/alogram_payrisk/models/payment_authorization_outcome.rb +1 -1
  55. data/lib/alogram_payrisk/models/payment_capture_outcome.rb +1 -1
  56. data/lib/alogram_payrisk/models/payment_card_type_enum.rb +1 -1
  57. data/lib/alogram_payrisk/models/payment_chargeback.rb +1 -1
  58. data/lib/alogram_payrisk/models/payment_chargeback_outcome.rb +1 -1
  59. data/lib/alogram_payrisk/models/payment_dispute_outcome.rb +1 -1
  60. data/lib/alogram_payrisk/models/payment_event.rb +1 -1
  61. data/lib/alogram_payrisk/models/payment_event_type.rb +1 -1
  62. data/lib/alogram_payrisk/models/payment_method.rb +1 -1
  63. data/lib/alogram_payrisk/models/payment_outcome.rb +1 -1
  64. data/lib/alogram_payrisk/models/payment_realtime_type_enum.rb +1 -1
  65. data/lib/alogram_payrisk/models/payment_refund_outcome.rb +1 -1
  66. data/lib/alogram_payrisk/models/payment_wallet_type_enum.rb +1 -1
  67. data/lib/alogram_payrisk/models/postal_address.rb +1 -1
  68. data/lib/alogram_payrisk/models/problem.rb +1 -1
  69. data/lib/alogram_payrisk/models/purchase.rb +1 -1
  70. data/lib/alogram_payrisk/models/purchase_initiator_enum.rb +1 -1
  71. data/lib/alogram_payrisk/models/purchase_sequence_enum.rb +1 -1
  72. data/lib/alogram_payrisk/models/purchase_usage_enum.rb +1 -1
  73. data/lib/alogram_payrisk/models/realtime.rb +1 -1
  74. data/lib/alogram_payrisk/models/reason_detail.rb +15 -5
  75. data/lib/alogram_payrisk/models/risk_breakdown.rb +1 -1
  76. data/lib/alogram_payrisk/models/risk_category_enum.rb +1 -1
  77. data/lib/alogram_payrisk/models/risk_level_enum.rb +1 -1
  78. data/lib/alogram_payrisk/models/sca_method_enum.rb +1 -1
  79. data/lib/alogram_payrisk/models/score_record.rb +19 -117
  80. data/lib/alogram_payrisk/models/scores_success_response.rb +1 -1
  81. data/lib/alogram_payrisk/models/signals_account_variant.rb +1 -1
  82. data/lib/alogram_payrisk/models/signals_interaction_variant.rb +1 -1
  83. data/lib/alogram_payrisk/models/signals_request.rb +1 -1
  84. data/lib/alogram_payrisk/models/stored_credential_context.rb +1 -1
  85. data/lib/alogram_payrisk/models/three_ds_data.rb +1 -1
  86. data/lib/alogram_payrisk/models/wallet.rb +1 -1
  87. data/lib/alogram_payrisk/version.rb +2 -2
  88. data/lib/alogram_payrisk.rb +3 -1
  89. data/spec/api/forensic_data_api_spec.rb +3 -3
  90. data/spec/api/risk_scoring_api_spec.rb +4 -4
  91. data/spec/api/roadmap_preview_api_spec.rb +7 -7
  92. data/spec/api/signal_intelligence_api_spec.rb +7 -7
  93. data/spec/api/system_api_spec.rb +1 -1
  94. data/spec/models/account_check_request_spec.rb +1 -1
  95. data/spec/models/account_spec.rb +1 -1
  96. data/spec/models/agent_manifest_spec.rb +1 -1
  97. data/spec/models/agent_provider_spec.rb +1 -1
  98. data/spec/models/auth_context_spec.rb +1 -1
  99. data/spec/models/avs_result_enum_spec.rb +1 -1
  100. data/spec/models/bank_transfer_spec.rb +1 -1
  101. data/spec/models/card_network_enum_spec.rb +1 -1
  102. data/spec/models/card_spec.rb +1 -1
  103. data/spec/models/category_signal_spec.rb +1 -1
  104. data/spec/models/channel_enum_spec.rb +1 -1
  105. data/spec/models/check_request_spec.rb +1 -1
  106. data/spec/models/confidence_enum_spec.rb +1 -1
  107. data/spec/models/crypto_spec.rb +1 -1
  108. data/spec/models/cvv_result_enum_spec.rb +1 -1
  109. data/spec/models/decision_resolution_request_analyst_spec.rb +1 -1
  110. data/spec/models/decision_resolution_request_spec.rb +1 -1
  111. data/spec/models/decision_resolution_response_spec.rb +1 -1
  112. data/spec/models/decision_response_policy_spec.rb +42 -0
  113. data/spec/models/decision_response_spec.rb +4 -50
  114. data/spec/models/device_info_spec.rb +1 -1
  115. data/spec/models/discount_code_spec.rb +1 -1
  116. data/spec/models/entity_ids_spec.rb +7 -1
  117. data/spec/models/entry_method_enum_spec.rb +1 -1
  118. data/spec/models/external_assessment_spec.rb +1 -1
  119. data/spec/models/fraud_score_spec.rb +1 -1
  120. data/spec/models/identity_spec.rb +1 -1
  121. data/spec/models/ingest_payment_event202_response_spec.rb +1 -1
  122. data/spec/models/integrity_spec.rb +1 -1
  123. data/spec/models/interaction_spec.rb +1 -1
  124. data/spec/models/interaction_type_enum_spec.rb +1 -1
  125. data/spec/models/invoice_spec.rb +1 -1
  126. data/spec/models/ip_info_spec.rb +1 -1
  127. data/spec/models/kyc_check_request_spec.rb +1 -1
  128. data/spec/models/kyc_payload_spec.rb +1 -1
  129. data/spec/models/merchant_context_spec.rb +1 -1
  130. data/spec/models/operator_type_spec.rb +30 -0
  131. data/spec/models/order_context_spec.rb +1 -1
  132. data/spec/models/payer_type_enum_spec.rb +1 -1
  133. data/spec/models/payment_authorization_outcome_spec.rb +1 -1
  134. data/spec/models/payment_capture_outcome_spec.rb +1 -1
  135. data/spec/models/payment_card_type_enum_spec.rb +1 -1
  136. data/spec/models/payment_chargeback_outcome_spec.rb +1 -1
  137. data/spec/models/payment_chargeback_spec.rb +1 -1
  138. data/spec/models/payment_dispute_outcome_spec.rb +1 -1
  139. data/spec/models/payment_event_spec.rb +1 -1
  140. data/spec/models/payment_event_type_spec.rb +1 -1
  141. data/spec/models/payment_method_spec.rb +1 -1
  142. data/spec/models/payment_outcome_spec.rb +1 -1
  143. data/spec/models/payment_realtime_type_enum_spec.rb +1 -1
  144. data/spec/models/payment_refund_outcome_spec.rb +1 -1
  145. data/spec/models/payment_wallet_type_enum_spec.rb +1 -1
  146. data/spec/models/postal_address_spec.rb +1 -1
  147. data/spec/models/problem_spec.rb +1 -1
  148. data/spec/models/purchase_initiator_enum_spec.rb +1 -1
  149. data/spec/models/purchase_sequence_enum_spec.rb +1 -1
  150. data/spec/models/purchase_spec.rb +1 -1
  151. data/spec/models/purchase_usage_enum_spec.rb +1 -1
  152. data/spec/models/realtime_spec.rb +1 -1
  153. data/spec/models/reason_detail_spec.rb +7 -1
  154. data/spec/models/risk_breakdown_spec.rb +1 -1
  155. data/spec/models/risk_category_enum_spec.rb +1 -1
  156. data/spec/models/risk_level_enum_spec.rb +1 -1
  157. data/spec/models/sca_method_enum_spec.rb +1 -1
  158. data/spec/models/score_record_spec.rb +2 -20
  159. data/spec/models/scores_success_response_spec.rb +1 -1
  160. data/spec/models/signals_account_variant_spec.rb +1 -1
  161. data/spec/models/signals_interaction_variant_spec.rb +1 -1
  162. data/spec/models/signals_request_spec.rb +1 -1
  163. data/spec/models/stored_credential_context_spec.rb +1 -1
  164. data/spec/models/three_ds_data_spec.rb +1 -1
  165. data/spec/models/wallet_spec.rb +1 -1
  166. data/spec/spec_helper.rb +1 -1
  167. data/vendor/bundle/ruby/3.3.0/cache/http-2-1.2.0.gem +0 -0
  168. data/vendor/bundle/ruby/3.3.0/cache/httpx-1.8.0.gem +0 -0
  169. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-13.0.0/gem_make.out +5 -5
  170. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.5.1/gem_make.out +5 -5
  171. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/io-console-0.8.2/gem_make.out +5 -5
  172. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/jaro_winkler-1.5.6/gem_make.out +5 -5
  173. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.4.0/gem_make.out +5 -5
  174. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/gem_make.out +5 -5
  175. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.2.0/gem_make.out +5 -5
  176. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/client.rb +1 -1
  177. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/connection.rb +79 -62
  178. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/extensions.rb +16 -10
  179. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/flow_buffer.rb +7 -7
  180. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/framer.rb +98 -98
  181. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/header/compressor.rb +15 -4
  182. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/header/decompressor.rb +11 -10
  183. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/header/encoding_context.rb +18 -6
  184. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/header/huffman.rb +6 -4
  185. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/server.rb +12 -18
  186. data/vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/lib/http/2/settings.rb +42 -0
  187. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/stream.rb +19 -12
  188. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/version.rb +1 -1
  189. data/vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/sig/2.rbs +161 -0
  190. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/connection.rbs +11 -9
  191. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/flow_buffer.rbs +2 -2
  192. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/frame_buffer.rbs +4 -2
  193. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/framer.rbs +8 -4
  194. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/header/compressor.rbs +1 -0
  195. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/header/encoding_context.rbs +4 -0
  196. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/header/huffman.rbs +2 -0
  197. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/server.rbs +1 -1
  198. data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/stream.rbs +7 -8
  199. data/vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_8_0.md +100 -0
  200. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/adapters/datadog.rb +3 -1
  201. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/connection/http1.rb +10 -1
  202. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/connection/http2.rb +37 -4
  203. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/connection.rb +76 -7
  204. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/errors.rb +8 -1
  205. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/io/tcp.rb +11 -1
  206. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/options.rb +16 -4
  207. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/parser/http1.rb +8 -2
  208. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/auth.rb +52 -4
  209. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8/lib/httpx/plugins/response_cache → httpx-1.8.0/lib/httpx/plugins/cache}/file_store.rb +1 -1
  210. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8/lib/httpx/plugins/response_cache → httpx-1.8.0/lib/httpx/plugins/cache}/store.rb +1 -1
  211. data/vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/cache.rb +221 -0
  212. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/fiber_concurrency.rb +50 -3
  213. data/vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/ntlm_v2_auth.rb +92 -0
  214. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/oauth.rb +66 -14
  215. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/proxy.rb +5 -0
  216. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/response_cache.rb +26 -105
  217. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/retries.rb +7 -5
  218. data/vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/server_sent_events.rb +158 -0
  219. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/ssrf_filter.rb +16 -1
  220. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/stream.rb +7 -3
  221. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/tracing.rb +15 -4
  222. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/request.rb +18 -1
  223. data/vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/resolver/cache/file.rb +56 -0
  224. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/resolver/native.rb +14 -3
  225. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/response/body.rb +4 -2
  226. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/response.rb +9 -1
  227. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/selector.rb +7 -1
  228. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/version.rb +1 -1
  229. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/chainable.rbs +3 -0
  230. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/connection/http1.rbs +1 -1
  231. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/connection/http2.rbs +1 -1
  232. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/connection.rbs +11 -8
  233. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/errors.rbs +9 -3
  234. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/httpx.rbs +2 -0
  235. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/io/tcp.rbs +2 -0
  236. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/loggable.rbs +4 -0
  237. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/options.rbs +25 -12
  238. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/parser/http1.rbs +3 -1
  239. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/auth/ntlm.rbs +1 -1
  240. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8/sig/plugins/response_cache → httpx-1.8.0/sig/plugins/cache}/file_store.rbs +2 -2
  241. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8/sig/plugins/response_cache → httpx-1.8.0/sig/plugins/cache}/store.rbs +2 -2
  242. data/vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/cache.rbs +69 -0
  243. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/fiber_concurrency.rbs +4 -0
  244. data/vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/ntlm_v2_auth.rbs +36 -0
  245. data/vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/response_cache.rbs +67 -0
  246. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/retries.rbs +5 -5
  247. data/vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/server_sent_events.rbs +45 -0
  248. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/ssrf_filter.rbs +5 -1
  249. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/stream.rbs +1 -1
  250. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/stream_bidi.rbs +0 -2
  251. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/webdav.rbs +1 -1
  252. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/pool.rbs +2 -2
  253. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/request.rbs +7 -3
  254. data/vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/resolver/cache/file.rbs +13 -0
  255. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/resolver/entry.rbs +1 -1
  256. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/resolver/https.rbs +3 -3
  257. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/resolver/multi.rbs +1 -1
  258. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/resolver/native.rbs +5 -5
  259. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/resolver/resolver.rbs +1 -3
  260. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/resolver/system.rbs +2 -2
  261. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/resolver.rbs +3 -0
  262. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/response.rbs +3 -0
  263. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/selector.rbs +11 -8
  264. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/timers.rbs +5 -5
  265. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/transcoder/body.rbs +1 -1
  266. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/transcoder/gzip.rbs +3 -2
  267. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/transcoder/multipart.rbs +4 -1
  268. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/transcoder/utils/deflater.rbs +2 -0
  269. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/transcoder.rbs +2 -0
  270. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/utils.rbs +1 -1
  271. data/vendor/bundle/ruby/3.3.0/specifications/{http-2-1.1.3.gemspec → http-2-1.2.0.gemspec} +2 -2
  272. data/vendor/bundle/ruby/3.3.0/specifications/{httpx-1.7.8.gemspec → httpx-1.8.0.gemspec} +5 -5
  273. metadata +464 -448
  274. data/vendor/bundle/ruby/3.3.0/cache/http-2-1.1.3.gem +0 -0
  275. data/vendor/bundle/ruby/3.3.0/cache/httpx-1.7.8.gem +0 -0
  276. data/vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/sig/2.rbs +0 -112
  277. data/vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/response_cache.rbs +0 -92
  278. /data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/README.md +0 -0
  279. /data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/base64.rb +0 -0
  280. /data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/emitter.rb +0 -0
  281. /data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/error.rb +0 -0
  282. /data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/header/huffman_statemachine.rb +0 -0
  283. /data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2/header.rb +0 -0
  284. /data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/lib/http/2.rb +0 -0
  285. /data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/client.rbs +0 -0
  286. /data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/emitter.rbs +0 -0
  287. /data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/error.rbs +0 -0
  288. /data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/extensions.rbs +0 -0
  289. /data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/header/decompressor.rbs +0 -0
  290. /data/vendor/bundle/ruby/3.3.0/gems/{http-2-1.1.3 → http-2-1.2.0}/sig/header.rbs +0 -0
  291. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/LICENSE.txt +0 -0
  292. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/README.md +0 -0
  293. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_0_1.md +0 -0
  294. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_0_2.md +0 -0
  295. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_0_3.md +0 -0
  296. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_0_4.md +0 -0
  297. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_0_5.md +0 -0
  298. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_10_0.md +0 -0
  299. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_10_1.md +0 -0
  300. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_10_2.md +0 -0
  301. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_11_0.md +0 -0
  302. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_11_1.md +0 -0
  303. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_11_2.md +0 -0
  304. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_11_3.md +0 -0
  305. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_12_0.md +0 -0
  306. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_13_0.md +0 -0
  307. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_13_1.md +0 -0
  308. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_13_2.md +0 -0
  309. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_14_0.md +0 -0
  310. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_14_1.md +0 -0
  311. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_14_2.md +0 -0
  312. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_14_3.md +0 -0
  313. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_14_4.md +0 -0
  314. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_14_5.md +0 -0
  315. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_15_0.md +0 -0
  316. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_15_1.md +0 -0
  317. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_15_2.md +0 -0
  318. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_15_3.md +0 -0
  319. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_15_4.md +0 -0
  320. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_16_0.md +0 -0
  321. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_16_1.md +0 -0
  322. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_17_0.md +0 -0
  323. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_18_0.md +0 -0
  324. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_18_1.md +0 -0
  325. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_18_2.md +0 -0
  326. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_18_3.md +0 -0
  327. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_18_4.md +0 -0
  328. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_18_5.md +0 -0
  329. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_18_6.md +0 -0
  330. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_18_7.md +0 -0
  331. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_19_0.md +0 -0
  332. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_19_1.md +0 -0
  333. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_19_2.md +0 -0
  334. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_19_3.md +0 -0
  335. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_19_4.md +0 -0
  336. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_19_5.md +0 -0
  337. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_19_6.md +0 -0
  338. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_19_7.md +0 -0
  339. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_19_8.md +0 -0
  340. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_1_0.md +0 -0
  341. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_20_0.md +0 -0
  342. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_20_1.md +0 -0
  343. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_20_2.md +0 -0
  344. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_20_3.md +0 -0
  345. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_20_4.md +0 -0
  346. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_20_5.md +0 -0
  347. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_21_0.md +0 -0
  348. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_21_1.md +0 -0
  349. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_22_0.md +0 -0
  350. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_22_1.md +0 -0
  351. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_22_2.md +0 -0
  352. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_22_3.md +0 -0
  353. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_22_4.md +0 -0
  354. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_22_5.md +0 -0
  355. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_23_0.md +0 -0
  356. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_23_1.md +0 -0
  357. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_23_2.md +0 -0
  358. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_23_3.md +0 -0
  359. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_23_4.md +0 -0
  360. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_24_0.md +0 -0
  361. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_24_1.md +0 -0
  362. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_24_2.md +0 -0
  363. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_24_3.md +0 -0
  364. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_24_4.md +0 -0
  365. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_24_5.md +0 -0
  366. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_24_6.md +0 -0
  367. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_24_7.md +0 -0
  368. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_2_0.md +0 -0
  369. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_2_1.md +0 -0
  370. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_3_0.md +0 -0
  371. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_3_1.md +0 -0
  372. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_4_0.md +0 -0
  373. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_4_1.md +0 -0
  374. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_5_0.md +0 -0
  375. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_5_1.md +0 -0
  376. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_6_0.md +0 -0
  377. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_6_1.md +0 -0
  378. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_6_2.md +0 -0
  379. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_6_3.md +0 -0
  380. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_6_4.md +0 -0
  381. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_6_5.md +0 -0
  382. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_6_6.md +0 -0
  383. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_6_7.md +0 -0
  384. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_7_0.md +0 -0
  385. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_8_0.md +0 -0
  386. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_8_1.md +0 -0
  387. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_8_2.md +0 -0
  388. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/0_9_0.md +0 -0
  389. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_0_0.md +0 -0
  390. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_0_1.md +0 -0
  391. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_0_2.md +0 -0
  392. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_1_0.md +0 -0
  393. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_1_1.md +0 -0
  394. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_1_2.md +0 -0
  395. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_1_3.md +0 -0
  396. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_1_4.md +0 -0
  397. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_1_5.md +0 -0
  398. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_2_0.md +0 -0
  399. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_2_1.md +0 -0
  400. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_2_2.md +0 -0
  401. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_2_3.md +0 -0
  402. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_2_4.md +0 -0
  403. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_2_5.md +0 -0
  404. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_2_6.md +0 -0
  405. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_3_0.md +0 -0
  406. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_3_1.md +0 -0
  407. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_3_2.md +0 -0
  408. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_3_3.md +0 -0
  409. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_3_4.md +0 -0
  410. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_4_0.md +0 -0
  411. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_4_1.md +0 -0
  412. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_4_2.md +0 -0
  413. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_4_3.md +0 -0
  414. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_4_4.md +0 -0
  415. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_5_0.md +0 -0
  416. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_5_1.md +0 -0
  417. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_6_0.md +0 -0
  418. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_6_1.md +0 -0
  419. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_6_2.md +0 -0
  420. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_6_3.md +0 -0
  421. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_7_0.md +0 -0
  422. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_7_1.md +0 -0
  423. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_7_2.md +0 -0
  424. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_7_3.md +0 -0
  425. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_7_4.md +0 -0
  426. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_7_5.md +0 -0
  427. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_7_6.md +0 -0
  428. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_7_7.md +0 -0
  429. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/doc/release_notes/1_7_8.md +0 -0
  430. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/adapters/faraday.rb +0 -0
  431. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/adapters/sentry.rb +0 -0
  432. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/adapters/webmock.rb +0 -0
  433. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/altsvc.rb +0 -0
  434. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/base64.rb +0 -0
  435. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/buffer.rb +0 -0
  436. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/callbacks.rb +0 -0
  437. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/chainable.rb +0 -0
  438. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/domain_name.rb +0 -0
  439. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/extensions.rb +0 -0
  440. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/headers.rb +0 -0
  441. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/io/ssl.rb +0 -0
  442. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/io/udp.rb +0 -0
  443. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/io/unix.rb +0 -0
  444. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/io.rb +0 -0
  445. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/loggable.rb +0 -0
  446. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/auth/basic.rb +0 -0
  447. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/auth/digest.rb +0 -0
  448. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/auth/ntlm.rb +0 -0
  449. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/auth/socks5.rb +0 -0
  450. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/aws_sdk_authentication.rb +0 -0
  451. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/aws_sigv4.rb +0 -0
  452. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/basic_auth.rb +0 -0
  453. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/brotli.rb +0 -0
  454. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/callbacks.rb +0 -0
  455. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/circuit_breaker/circuit.rb +0 -0
  456. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/circuit_breaker/circuit_store.rb +0 -0
  457. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/circuit_breaker.rb +0 -0
  458. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/content_digest.rb +0 -0
  459. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/cookies/cookie.rb +0 -0
  460. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/cookies/jar.rb +0 -0
  461. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/cookies/set_cookie_parser.rb +0 -0
  462. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/cookies.rb +0 -0
  463. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/digest_auth.rb +0 -0
  464. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/expect.rb +0 -0
  465. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/follow_redirects.rb +0 -0
  466. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/grpc/call.rb +0 -0
  467. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/grpc/grpc_encoding.rb +0 -0
  468. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/grpc/message.rb +0 -0
  469. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/grpc.rb +0 -0
  470. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/h2c.rb +0 -0
  471. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/internal_telemetry.rb +0 -0
  472. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/ntlm_auth.rb +0 -0
  473. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/persistent.rb +0 -0
  474. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/proxy/http.rb +0 -0
  475. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/proxy/socks4.rb +0 -0
  476. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/proxy/socks5.rb +0 -0
  477. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/proxy/ssh.rb +0 -0
  478. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/push_promise.rb +0 -0
  479. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/query.rb +0 -0
  480. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/rate_limiter.rb +0 -0
  481. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/stream_bidi.rb +0 -0
  482. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/upgrade/h2.rb +0 -0
  483. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/upgrade.rb +0 -0
  484. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/webdav.rb +0 -0
  485. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/plugins/xml.rb +0 -0
  486. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/pmatch_extensions.rb +0 -0
  487. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/pool.rb +0 -0
  488. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/punycode.rb +0 -0
  489. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/request/body.rb +0 -0
  490. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/resolver/cache/base.rb +0 -0
  491. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/resolver/cache/memory.rb +0 -0
  492. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/resolver/cache.rb +0 -0
  493. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/resolver/entry.rb +0 -0
  494. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/resolver/https.rb +0 -0
  495. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/resolver/multi.rb +0 -0
  496. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/resolver/resolver.rb +0 -0
  497. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/resolver/system.rb +0 -0
  498. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/resolver.rb +0 -0
  499. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/response/buffer.rb +0 -0
  500. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/session.rb +0 -0
  501. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/session_extensions.rb +0 -0
  502. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/timers.rb +0 -0
  503. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder/body.rb +0 -0
  504. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder/chunker.rb +0 -0
  505. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder/deflate.rb +0 -0
  506. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder/form.rb +0 -0
  507. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder/gzip.rb +0 -0
  508. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder/json.rb +0 -0
  509. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder/multipart/decoder.rb +0 -0
  510. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder/multipart/encoder.rb +0 -0
  511. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder/multipart/mime_type_detector.rb +0 -0
  512. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder/multipart/part.rb +0 -0
  513. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder/multipart.rb +0 -0
  514. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder/utils/body_reader.rb +0 -0
  515. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder/utils/deflater.rb +0 -0
  516. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/transcoder.rb +0 -0
  517. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx/utils.rb +0 -0
  518. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/lib/httpx.rb +0 -0
  519. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/altsvc.rbs +0 -0
  520. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/buffer.rbs +0 -0
  521. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/callbacks.rbs +0 -0
  522. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/domain_name.rbs +0 -0
  523. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/headers.rbs +0 -0
  524. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/io/ssl.rbs +0 -0
  525. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/io/udp.rbs +0 -0
  526. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/io/unix.rbs +0 -0
  527. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/io.rbs +0 -0
  528. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/auth/basic.rbs +0 -0
  529. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/auth/digest.rbs +0 -0
  530. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/auth/socks5.rbs +0 -0
  531. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/auth.rbs +0 -0
  532. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/aws_sdk_authentication.rbs +0 -0
  533. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/aws_sigv4.rbs +0 -0
  534. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/basic_auth.rbs +0 -0
  535. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/brotli.rbs +0 -0
  536. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/callbacks.rbs +0 -0
  537. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/circuit_breaker.rbs +0 -0
  538. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/compression.rbs +0 -0
  539. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/content_digest.rbs +0 -0
  540. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/cookies/cookie.rbs +0 -0
  541. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/cookies/jar.rbs +0 -0
  542. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/cookies/set_cookie_parser.rbs +0 -0
  543. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/cookies.rbs +0 -0
  544. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/digest_auth.rbs +0 -0
  545. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/expect.rbs +0 -0
  546. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/follow_redirects.rbs +0 -0
  547. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/grpc/call.rbs +0 -0
  548. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/grpc/grpc_encoding.rbs +0 -0
  549. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/grpc/message.rbs +0 -0
  550. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/grpc.rbs +0 -0
  551. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/h2c.rbs +0 -0
  552. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/ntlm_auth.rbs +0 -0
  553. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/oauth.rbs +0 -0
  554. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/persistent.rbs +0 -0
  555. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/proxy/http.rbs +0 -0
  556. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/proxy/socks4.rbs +0 -0
  557. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/proxy/socks5.rbs +0 -0
  558. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/proxy/ssh.rbs +0 -0
  559. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/proxy.rbs +0 -0
  560. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/push_promise.rbs +0 -0
  561. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/query.rbs +0 -0
  562. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/rate_limiter.rbs +0 -0
  563. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/tracing.rbs +0 -0
  564. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/upgrade/h2.rbs +0 -0
  565. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/upgrade.rbs +0 -0
  566. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/plugins/xml.rbs +0 -0
  567. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/punycode.rbs +0 -0
  568. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/request/body.rbs +0 -0
  569. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/resolver/cache/base.rbs +0 -0
  570. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/resolver/cache/memory.rbs +0 -0
  571. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/resolver/cache.rbs +0 -0
  572. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/response/body.rbs +0 -0
  573. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/response/buffer.rbs +0 -0
  574. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/session.rbs +0 -0
  575. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/transcoder/chunker.rbs +0 -0
  576. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/transcoder/deflate.rbs +0 -0
  577. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/transcoder/form.rbs +0 -0
  578. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/transcoder/json.rbs +0 -0
  579. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.8 → httpx-1.8.0}/sig/transcoder/utils/body_reader.rbs +0 -0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alogram_payrisk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.23
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alogram Engineering
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-06-04 00:00:00.000000000 Z
11
+ date: 2026-06-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httpx
@@ -108,6 +108,7 @@ files:
108
108
  - lib/alogram_payrisk/models/decision_resolution_request_analyst.rb
109
109
  - lib/alogram_payrisk/models/decision_resolution_response.rb
110
110
  - lib/alogram_payrisk/models/decision_response.rb
111
+ - lib/alogram_payrisk/models/decision_response_policy.rb
111
112
  - lib/alogram_payrisk/models/device_info.rb
112
113
  - lib/alogram_payrisk/models/discount_code.rb
113
114
  - lib/alogram_payrisk/models/entity_ids.rb
@@ -124,6 +125,7 @@ files:
124
125
  - lib/alogram_payrisk/models/kyc_check_request.rb
125
126
  - lib/alogram_payrisk/models/kyc_payload.rb
126
127
  - lib/alogram_payrisk/models/merchant_context.rb
128
+ - lib/alogram_payrisk/models/operator_type.rb
127
129
  - lib/alogram_payrisk/models/order_context.rb
128
130
  - lib/alogram_payrisk/models/payer_type_enum.rb
129
131
  - lib/alogram_payrisk/models/payment_authorization_outcome.rb
@@ -183,6 +185,7 @@ files:
183
185
  - spec/models/decision_resolution_request_analyst_spec.rb
184
186
  - spec/models/decision_resolution_request_spec.rb
185
187
  - spec/models/decision_resolution_response_spec.rb
188
+ - spec/models/decision_response_policy_spec.rb
186
189
  - spec/models/decision_response_spec.rb
187
190
  - spec/models/device_info_spec.rb
188
191
  - spec/models/discount_code_spec.rb
@@ -200,6 +203,7 @@ files:
200
203
  - spec/models/kyc_check_request_spec.rb
201
204
  - spec/models/kyc_payload_spec.rb
202
205
  - spec/models/merchant_context_spec.rb
206
+ - spec/models/operator_type_spec.rb
203
207
  - spec/models/order_context_spec.rb
204
208
  - spec/models/payer_type_enum_spec.rb
205
209
  - spec/models/payment_authorization_outcome_spec.rb
@@ -252,8 +256,8 @@ files:
252
256
  - vendor/bundle/ruby/3.3.0/cache/coderay-1.1.3.gem
253
257
  - vendor/bundle/ruby/3.3.0/cache/date-3.5.1.gem
254
258
  - vendor/bundle/ruby/3.3.0/cache/diff-lcs-1.6.2.gem
255
- - vendor/bundle/ruby/3.3.0/cache/http-2-1.1.3.gem
256
- - vendor/bundle/ruby/3.3.0/cache/httpx-1.7.8.gem
259
+ - vendor/bundle/ruby/3.3.0/cache/http-2-1.2.0.gem
260
+ - vendor/bundle/ruby/3.3.0/cache/httpx-1.8.0.gem
257
261
  - vendor/bundle/ruby/3.3.0/cache/io-console-0.8.2.gem
258
262
  - vendor/bundle/ruby/3.3.0/cache/jaro_winkler-1.5.6.gem
259
263
  - vendor/bundle/ruby/3.3.0/cache/method_source-1.1.0.gem
@@ -644,393 +648,403 @@ files:
644
648
  - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.2/spec/spec_helper.rb
645
649
  - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.2/spec/traverse_balanced_spec.rb
646
650
  - vendor/bundle/ruby/3.3.0/gems/diff-lcs-1.6.2/spec/traverse_sequences_spec.rb
647
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/README.md
648
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/lib/http/2.rb
649
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/lib/http/2/base64.rb
650
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/lib/http/2/client.rb
651
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/lib/http/2/connection.rb
652
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/lib/http/2/emitter.rb
653
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/lib/http/2/error.rb
654
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/lib/http/2/extensions.rb
655
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/lib/http/2/flow_buffer.rb
656
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/lib/http/2/framer.rb
657
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/lib/http/2/header.rb
658
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/lib/http/2/header/compressor.rb
659
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/lib/http/2/header/decompressor.rb
660
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/lib/http/2/header/encoding_context.rb
661
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/lib/http/2/header/huffman.rb
662
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/lib/http/2/header/huffman_statemachine.rb
663
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/lib/http/2/server.rb
664
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/lib/http/2/stream.rb
665
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/lib/http/2/version.rb
666
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/sig/2.rbs
667
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/sig/client.rbs
668
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/sig/connection.rbs
669
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/sig/emitter.rbs
670
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/sig/error.rbs
671
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/sig/extensions.rbs
672
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/sig/flow_buffer.rbs
673
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/sig/frame_buffer.rbs
674
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/sig/framer.rbs
675
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/sig/header.rbs
676
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/sig/header/compressor.rbs
677
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/sig/header/decompressor.rbs
678
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/sig/header/encoding_context.rbs
679
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/sig/header/huffman.rbs
680
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/sig/server.rbs
681
- - vendor/bundle/ruby/3.3.0/gems/http-2-1.1.3/sig/stream.rbs
682
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/LICENSE.txt
683
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/README.md
684
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_0_1.md
685
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_0_2.md
686
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_0_3.md
687
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_0_4.md
688
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_0_5.md
689
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_10_0.md
690
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_10_1.md
691
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_10_2.md
692
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_11_0.md
693
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_11_1.md
694
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_11_2.md
695
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_11_3.md
696
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_12_0.md
697
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_13_0.md
698
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_13_1.md
699
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_13_2.md
700
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_14_0.md
701
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_14_1.md
702
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_14_2.md
703
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_14_3.md
704
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_14_4.md
705
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_14_5.md
706
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_15_0.md
707
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_15_1.md
708
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_15_2.md
709
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_15_3.md
710
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_15_4.md
711
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_16_0.md
712
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_16_1.md
713
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_17_0.md
714
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_18_0.md
715
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_18_1.md
716
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_18_2.md
717
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_18_3.md
718
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_18_4.md
719
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_18_5.md
720
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_18_6.md
721
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_18_7.md
722
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_19_0.md
723
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_19_1.md
724
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_19_2.md
725
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_19_3.md
726
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_19_4.md
727
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_19_5.md
728
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_19_6.md
729
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_19_7.md
730
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_19_8.md
731
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_1_0.md
732
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_20_0.md
733
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_20_1.md
734
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_20_2.md
735
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_20_3.md
736
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_20_4.md
737
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_20_5.md
738
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_21_0.md
739
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_21_1.md
740
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_22_0.md
741
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_22_1.md
742
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_22_2.md
743
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_22_3.md
744
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_22_4.md
745
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_22_5.md
746
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_23_0.md
747
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_23_1.md
748
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_23_2.md
749
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_23_3.md
750
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_23_4.md
751
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_24_0.md
752
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_24_1.md
753
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_24_2.md
754
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_24_3.md
755
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_24_4.md
756
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_24_5.md
757
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_24_6.md
758
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_24_7.md
759
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_2_0.md
760
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_2_1.md
761
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_3_0.md
762
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_3_1.md
763
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_4_0.md
764
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_4_1.md
765
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_5_0.md
766
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_5_1.md
767
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_6_0.md
768
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_6_1.md
769
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_6_2.md
770
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_6_3.md
771
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_6_4.md
772
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_6_5.md
773
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_6_6.md
774
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_6_7.md
775
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_7_0.md
776
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_8_0.md
777
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_8_1.md
778
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_8_2.md
779
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/0_9_0.md
780
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_0_0.md
781
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_0_1.md
782
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_0_2.md
783
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_1_0.md
784
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_1_1.md
785
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_1_2.md
786
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_1_3.md
787
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_1_4.md
788
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_1_5.md
789
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_2_0.md
790
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_2_1.md
791
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_2_2.md
792
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_2_3.md
793
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_2_4.md
794
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_2_5.md
795
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_2_6.md
796
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_3_0.md
797
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_3_1.md
798
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_3_2.md
799
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_3_3.md
800
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_3_4.md
801
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_4_0.md
802
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_4_1.md
803
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_4_2.md
804
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_4_3.md
805
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_4_4.md
806
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_5_0.md
807
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_5_1.md
808
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_6_0.md
809
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_6_1.md
810
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_6_2.md
811
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_6_3.md
812
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_7_0.md
813
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_7_1.md
814
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_7_2.md
815
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_7_3.md
816
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_7_4.md
817
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_7_5.md
818
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_7_6.md
819
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_7_7.md
820
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_7_8.md
821
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx.rb
822
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/adapters/datadog.rb
823
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/adapters/faraday.rb
824
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/adapters/sentry.rb
825
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/adapters/webmock.rb
826
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/altsvc.rb
827
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/base64.rb
828
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/buffer.rb
829
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/callbacks.rb
830
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/chainable.rb
831
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/connection.rb
832
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/connection/http1.rb
833
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/connection/http2.rb
834
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/domain_name.rb
835
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/errors.rb
836
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/extensions.rb
837
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/headers.rb
838
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/io.rb
839
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/io/ssl.rb
840
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/io/tcp.rb
841
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/io/udp.rb
842
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/io/unix.rb
843
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/loggable.rb
844
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/options.rb
845
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/parser/http1.rb
846
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/auth.rb
847
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/auth/basic.rb
848
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/auth/digest.rb
849
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/auth/ntlm.rb
850
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/auth/socks5.rb
851
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/aws_sdk_authentication.rb
852
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/aws_sigv4.rb
853
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/basic_auth.rb
854
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/brotli.rb
855
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/callbacks.rb
856
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/circuit_breaker.rb
857
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/circuit_breaker/circuit.rb
858
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/circuit_breaker/circuit_store.rb
859
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/content_digest.rb
860
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/cookies.rb
861
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/cookies/cookie.rb
862
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/cookies/jar.rb
863
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/cookies/set_cookie_parser.rb
864
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/digest_auth.rb
865
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/expect.rb
866
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/fiber_concurrency.rb
867
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/follow_redirects.rb
868
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/grpc.rb
869
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/grpc/call.rb
870
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/grpc/grpc_encoding.rb
871
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/grpc/message.rb
872
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/h2c.rb
873
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/internal_telemetry.rb
874
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/ntlm_auth.rb
875
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/oauth.rb
876
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/persistent.rb
877
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/proxy.rb
878
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/proxy/http.rb
879
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/proxy/socks4.rb
880
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/proxy/socks5.rb
881
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/proxy/ssh.rb
882
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/push_promise.rb
883
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/query.rb
884
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/rate_limiter.rb
885
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/response_cache.rb
886
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/response_cache/file_store.rb
887
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/response_cache/store.rb
888
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/retries.rb
889
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/ssrf_filter.rb
890
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/stream.rb
891
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/stream_bidi.rb
892
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/tracing.rb
893
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/upgrade.rb
894
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/upgrade/h2.rb
895
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/webdav.rb
896
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/plugins/xml.rb
897
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/pmatch_extensions.rb
898
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/pool.rb
899
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/punycode.rb
900
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/request.rb
901
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/request/body.rb
902
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/resolver.rb
903
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/resolver/cache.rb
904
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/resolver/cache/base.rb
905
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/resolver/cache/memory.rb
906
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/resolver/entry.rb
907
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/resolver/https.rb
908
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/resolver/multi.rb
909
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/resolver/native.rb
910
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/resolver/resolver.rb
911
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/resolver/system.rb
912
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/response.rb
913
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/response/body.rb
914
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/response/buffer.rb
915
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/selector.rb
916
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/session.rb
917
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/session_extensions.rb
918
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/timers.rb
919
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder.rb
920
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder/body.rb
921
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder/chunker.rb
922
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder/deflate.rb
923
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder/form.rb
924
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder/gzip.rb
925
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder/json.rb
926
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder/multipart.rb
927
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder/multipart/decoder.rb
928
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder/multipart/encoder.rb
929
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder/multipart/mime_type_detector.rb
930
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder/multipart/part.rb
931
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder/utils/body_reader.rb
932
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/transcoder/utils/deflater.rb
933
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/utils.rb
934
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/lib/httpx/version.rb
935
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/altsvc.rbs
936
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/buffer.rbs
937
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/callbacks.rbs
938
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/chainable.rbs
939
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/connection.rbs
940
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/connection/http1.rbs
941
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/connection/http2.rbs
942
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/domain_name.rbs
943
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/errors.rbs
944
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/headers.rbs
945
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/httpx.rbs
946
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/io.rbs
947
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/io/ssl.rbs
948
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/io/tcp.rbs
949
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/io/udp.rbs
950
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/io/unix.rbs
951
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/loggable.rbs
952
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/options.rbs
953
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/parser/http1.rbs
954
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/auth.rbs
955
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/auth/basic.rbs
956
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/auth/digest.rbs
957
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/auth/ntlm.rbs
958
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/auth/socks5.rbs
959
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/aws_sdk_authentication.rbs
960
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/aws_sigv4.rbs
961
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/basic_auth.rbs
962
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/brotli.rbs
963
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/callbacks.rbs
964
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/circuit_breaker.rbs
965
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/compression.rbs
966
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/content_digest.rbs
967
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/cookies.rbs
968
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/cookies/cookie.rbs
969
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/cookies/jar.rbs
970
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/cookies/set_cookie_parser.rbs
971
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/digest_auth.rbs
972
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/expect.rbs
973
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/fiber_concurrency.rbs
974
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/follow_redirects.rbs
975
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/grpc.rbs
976
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/grpc/call.rbs
977
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/grpc/grpc_encoding.rbs
978
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/grpc/message.rbs
979
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/h2c.rbs
980
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/ntlm_auth.rbs
981
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/oauth.rbs
982
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/persistent.rbs
983
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/proxy.rbs
984
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/proxy/http.rbs
985
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/proxy/socks4.rbs
986
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/proxy/socks5.rbs
987
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/proxy/ssh.rbs
988
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/push_promise.rbs
989
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/query.rbs
990
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/rate_limiter.rbs
991
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/response_cache.rbs
992
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/response_cache/file_store.rbs
993
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/response_cache/store.rbs
994
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/retries.rbs
995
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/ssrf_filter.rbs
996
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/stream.rbs
997
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/stream_bidi.rbs
998
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/tracing.rbs
999
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/upgrade.rbs
1000
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/upgrade/h2.rbs
1001
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/webdav.rbs
1002
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/plugins/xml.rbs
1003
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/pool.rbs
1004
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/punycode.rbs
1005
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/request.rbs
1006
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/request/body.rbs
1007
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/resolver.rbs
1008
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/resolver/cache.rbs
1009
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/resolver/cache/base.rbs
1010
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/resolver/cache/memory.rbs
1011
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/resolver/entry.rbs
1012
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/resolver/https.rbs
1013
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/resolver/multi.rbs
1014
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/resolver/native.rbs
1015
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/resolver/resolver.rbs
1016
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/resolver/system.rbs
1017
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/response.rbs
1018
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/response/body.rbs
1019
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/response/buffer.rbs
1020
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/selector.rbs
1021
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/session.rbs
1022
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/timers.rbs
1023
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/transcoder.rbs
1024
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/transcoder/body.rbs
1025
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/transcoder/chunker.rbs
1026
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/transcoder/deflate.rbs
1027
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/transcoder/form.rbs
1028
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/transcoder/gzip.rbs
1029
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/transcoder/json.rbs
1030
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/transcoder/multipart.rbs
1031
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/transcoder/utils/body_reader.rbs
1032
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/transcoder/utils/deflater.rbs
1033
- - vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/sig/utils.rbs
651
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/README.md
652
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/lib/http/2.rb
653
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/lib/http/2/base64.rb
654
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/lib/http/2/client.rb
655
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/lib/http/2/connection.rb
656
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/lib/http/2/emitter.rb
657
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/lib/http/2/error.rb
658
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/lib/http/2/extensions.rb
659
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/lib/http/2/flow_buffer.rb
660
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/lib/http/2/framer.rb
661
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/lib/http/2/header.rb
662
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/lib/http/2/header/compressor.rb
663
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/lib/http/2/header/decompressor.rb
664
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/lib/http/2/header/encoding_context.rb
665
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/lib/http/2/header/huffman.rb
666
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/lib/http/2/header/huffman_statemachine.rb
667
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/lib/http/2/server.rb
668
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/lib/http/2/settings.rb
669
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/lib/http/2/stream.rb
670
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/lib/http/2/version.rb
671
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/sig/2.rbs
672
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/sig/client.rbs
673
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/sig/connection.rbs
674
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/sig/emitter.rbs
675
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/sig/error.rbs
676
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/sig/extensions.rbs
677
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/sig/flow_buffer.rbs
678
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/sig/frame_buffer.rbs
679
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/sig/framer.rbs
680
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/sig/header.rbs
681
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/sig/header/compressor.rbs
682
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/sig/header/decompressor.rbs
683
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/sig/header/encoding_context.rbs
684
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/sig/header/huffman.rbs
685
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/sig/server.rbs
686
+ - vendor/bundle/ruby/3.3.0/gems/http-2-1.2.0/sig/stream.rbs
687
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/LICENSE.txt
688
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/README.md
689
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_0_1.md
690
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_0_2.md
691
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_0_3.md
692
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_0_4.md
693
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_0_5.md
694
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_10_0.md
695
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_10_1.md
696
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_10_2.md
697
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_11_0.md
698
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_11_1.md
699
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_11_2.md
700
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_11_3.md
701
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_12_0.md
702
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_13_0.md
703
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_13_1.md
704
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_13_2.md
705
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_14_0.md
706
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_14_1.md
707
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_14_2.md
708
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_14_3.md
709
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_14_4.md
710
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_14_5.md
711
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_15_0.md
712
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_15_1.md
713
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_15_2.md
714
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_15_3.md
715
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_15_4.md
716
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_16_0.md
717
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_16_1.md
718
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_17_0.md
719
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_18_0.md
720
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_18_1.md
721
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_18_2.md
722
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_18_3.md
723
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_18_4.md
724
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_18_5.md
725
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_18_6.md
726
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_18_7.md
727
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_19_0.md
728
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_19_1.md
729
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_19_2.md
730
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_19_3.md
731
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_19_4.md
732
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_19_5.md
733
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_19_6.md
734
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_19_7.md
735
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_19_8.md
736
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_1_0.md
737
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_20_0.md
738
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_20_1.md
739
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_20_2.md
740
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_20_3.md
741
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_20_4.md
742
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_20_5.md
743
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_21_0.md
744
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_21_1.md
745
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_22_0.md
746
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_22_1.md
747
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_22_2.md
748
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_22_3.md
749
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_22_4.md
750
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_22_5.md
751
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_23_0.md
752
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_23_1.md
753
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_23_2.md
754
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_23_3.md
755
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_23_4.md
756
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_24_0.md
757
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_24_1.md
758
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_24_2.md
759
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_24_3.md
760
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_24_4.md
761
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_24_5.md
762
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_24_6.md
763
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_24_7.md
764
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_2_0.md
765
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_2_1.md
766
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_3_0.md
767
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_3_1.md
768
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_4_0.md
769
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_4_1.md
770
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_5_0.md
771
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_5_1.md
772
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_6_0.md
773
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_6_1.md
774
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_6_2.md
775
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_6_3.md
776
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_6_4.md
777
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_6_5.md
778
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_6_6.md
779
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_6_7.md
780
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_7_0.md
781
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_8_0.md
782
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_8_1.md
783
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_8_2.md
784
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/0_9_0.md
785
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_0_0.md
786
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_0_1.md
787
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_0_2.md
788
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_1_0.md
789
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_1_1.md
790
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_1_2.md
791
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_1_3.md
792
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_1_4.md
793
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_1_5.md
794
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_2_0.md
795
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_2_1.md
796
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_2_2.md
797
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_2_3.md
798
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_2_4.md
799
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_2_5.md
800
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_2_6.md
801
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_3_0.md
802
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_3_1.md
803
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_3_2.md
804
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_3_3.md
805
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_3_4.md
806
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_4_0.md
807
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_4_1.md
808
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_4_2.md
809
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_4_3.md
810
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_4_4.md
811
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_5_0.md
812
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_5_1.md
813
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_6_0.md
814
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_6_1.md
815
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_6_2.md
816
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_6_3.md
817
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_7_0.md
818
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_7_1.md
819
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_7_2.md
820
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_7_3.md
821
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_7_4.md
822
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_7_5.md
823
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_7_6.md
824
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_7_7.md
825
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_7_8.md
826
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/doc/release_notes/1_8_0.md
827
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx.rb
828
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/adapters/datadog.rb
829
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/adapters/faraday.rb
830
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/adapters/sentry.rb
831
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/adapters/webmock.rb
832
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/altsvc.rb
833
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/base64.rb
834
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/buffer.rb
835
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/callbacks.rb
836
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/chainable.rb
837
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/connection.rb
838
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/connection/http1.rb
839
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/connection/http2.rb
840
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/domain_name.rb
841
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/errors.rb
842
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/extensions.rb
843
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/headers.rb
844
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/io.rb
845
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/io/ssl.rb
846
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/io/tcp.rb
847
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/io/udp.rb
848
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/io/unix.rb
849
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/loggable.rb
850
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/options.rb
851
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/parser/http1.rb
852
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/auth.rb
853
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/auth/basic.rb
854
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/auth/digest.rb
855
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/auth/ntlm.rb
856
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/auth/socks5.rb
857
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/aws_sdk_authentication.rb
858
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/aws_sigv4.rb
859
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/basic_auth.rb
860
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/brotli.rb
861
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/cache.rb
862
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/cache/file_store.rb
863
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/cache/store.rb
864
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/callbacks.rb
865
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/circuit_breaker.rb
866
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/circuit_breaker/circuit.rb
867
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/circuit_breaker/circuit_store.rb
868
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/content_digest.rb
869
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/cookies.rb
870
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/cookies/cookie.rb
871
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/cookies/jar.rb
872
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/cookies/set_cookie_parser.rb
873
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/digest_auth.rb
874
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/expect.rb
875
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/fiber_concurrency.rb
876
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/follow_redirects.rb
877
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/grpc.rb
878
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/grpc/call.rb
879
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/grpc/grpc_encoding.rb
880
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/grpc/message.rb
881
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/h2c.rb
882
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/internal_telemetry.rb
883
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/ntlm_auth.rb
884
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/ntlm_v2_auth.rb
885
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/oauth.rb
886
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/persistent.rb
887
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/proxy.rb
888
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/proxy/http.rb
889
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/proxy/socks4.rb
890
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/proxy/socks5.rb
891
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/proxy/ssh.rb
892
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/push_promise.rb
893
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/query.rb
894
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/rate_limiter.rb
895
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/response_cache.rb
896
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/retries.rb
897
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/server_sent_events.rb
898
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/ssrf_filter.rb
899
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/stream.rb
900
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/stream_bidi.rb
901
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/tracing.rb
902
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/upgrade.rb
903
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/upgrade/h2.rb
904
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/webdav.rb
905
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/plugins/xml.rb
906
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/pmatch_extensions.rb
907
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/pool.rb
908
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/punycode.rb
909
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/request.rb
910
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/request/body.rb
911
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/resolver.rb
912
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/resolver/cache.rb
913
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/resolver/cache/base.rb
914
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/resolver/cache/file.rb
915
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/resolver/cache/memory.rb
916
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/resolver/entry.rb
917
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/resolver/https.rb
918
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/resolver/multi.rb
919
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/resolver/native.rb
920
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/resolver/resolver.rb
921
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/resolver/system.rb
922
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/response.rb
923
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/response/body.rb
924
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/response/buffer.rb
925
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/selector.rb
926
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/session.rb
927
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/session_extensions.rb
928
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/timers.rb
929
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/transcoder.rb
930
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/transcoder/body.rb
931
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/transcoder/chunker.rb
932
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/transcoder/deflate.rb
933
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/transcoder/form.rb
934
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/transcoder/gzip.rb
935
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/transcoder/json.rb
936
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/transcoder/multipart.rb
937
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/transcoder/multipart/decoder.rb
938
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/transcoder/multipart/encoder.rb
939
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/transcoder/multipart/mime_type_detector.rb
940
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/transcoder/multipart/part.rb
941
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/transcoder/utils/body_reader.rb
942
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/transcoder/utils/deflater.rb
943
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/utils.rb
944
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/lib/httpx/version.rb
945
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/altsvc.rbs
946
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/buffer.rbs
947
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/callbacks.rbs
948
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/chainable.rbs
949
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/connection.rbs
950
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/connection/http1.rbs
951
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/connection/http2.rbs
952
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/domain_name.rbs
953
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/errors.rbs
954
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/headers.rbs
955
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/httpx.rbs
956
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/io.rbs
957
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/io/ssl.rbs
958
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/io/tcp.rbs
959
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/io/udp.rbs
960
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/io/unix.rbs
961
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/loggable.rbs
962
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/options.rbs
963
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/parser/http1.rbs
964
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/auth.rbs
965
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/auth/basic.rbs
966
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/auth/digest.rbs
967
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/auth/ntlm.rbs
968
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/auth/socks5.rbs
969
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/aws_sdk_authentication.rbs
970
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/aws_sigv4.rbs
971
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/basic_auth.rbs
972
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/brotli.rbs
973
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/cache.rbs
974
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/cache/file_store.rbs
975
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/cache/store.rbs
976
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/callbacks.rbs
977
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/circuit_breaker.rbs
978
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/compression.rbs
979
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/content_digest.rbs
980
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/cookies.rbs
981
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/cookies/cookie.rbs
982
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/cookies/jar.rbs
983
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/cookies/set_cookie_parser.rbs
984
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/digest_auth.rbs
985
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/expect.rbs
986
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/fiber_concurrency.rbs
987
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/follow_redirects.rbs
988
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/grpc.rbs
989
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/grpc/call.rbs
990
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/grpc/grpc_encoding.rbs
991
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/grpc/message.rbs
992
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/h2c.rbs
993
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/ntlm_auth.rbs
994
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/ntlm_v2_auth.rbs
995
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/oauth.rbs
996
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/persistent.rbs
997
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/proxy.rbs
998
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/proxy/http.rbs
999
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/proxy/socks4.rbs
1000
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/proxy/socks5.rbs
1001
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/proxy/ssh.rbs
1002
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/push_promise.rbs
1003
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/query.rbs
1004
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/rate_limiter.rbs
1005
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/response_cache.rbs
1006
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/retries.rbs
1007
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/server_sent_events.rbs
1008
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/ssrf_filter.rbs
1009
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/stream.rbs
1010
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/stream_bidi.rbs
1011
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/tracing.rbs
1012
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/upgrade.rbs
1013
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/upgrade/h2.rbs
1014
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/webdav.rbs
1015
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/plugins/xml.rbs
1016
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/pool.rbs
1017
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/punycode.rbs
1018
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/request.rbs
1019
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/request/body.rbs
1020
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/resolver.rbs
1021
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/resolver/cache.rbs
1022
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/resolver/cache/base.rbs
1023
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/resolver/cache/file.rbs
1024
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/resolver/cache/memory.rbs
1025
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/resolver/entry.rbs
1026
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/resolver/https.rbs
1027
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/resolver/multi.rbs
1028
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/resolver/native.rbs
1029
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/resolver/resolver.rbs
1030
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/resolver/system.rbs
1031
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/response.rbs
1032
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/response/body.rbs
1033
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/response/buffer.rbs
1034
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/selector.rbs
1035
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/session.rbs
1036
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/timers.rbs
1037
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/transcoder.rbs
1038
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/transcoder/body.rbs
1039
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/transcoder/chunker.rbs
1040
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/transcoder/deflate.rbs
1041
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/transcoder/form.rbs
1042
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/transcoder/gzip.rbs
1043
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/transcoder/json.rbs
1044
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/transcoder/multipart.rbs
1045
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/transcoder/utils/body_reader.rbs
1046
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/transcoder/utils/deflater.rbs
1047
+ - vendor/bundle/ruby/3.3.0/gems/httpx-1.8.0/sig/utils.rbs
1034
1048
  - vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/.document
1035
1049
  - vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/BSDL
1036
1050
  - vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/COPYING
@@ -2430,8 +2444,8 @@ files:
2430
2444
  - vendor/bundle/ruby/3.3.0/specifications/coderay-1.1.3.gemspec
2431
2445
  - vendor/bundle/ruby/3.3.0/specifications/date-3.5.1.gemspec
2432
2446
  - vendor/bundle/ruby/3.3.0/specifications/diff-lcs-1.6.2.gemspec
2433
- - vendor/bundle/ruby/3.3.0/specifications/http-2-1.1.3.gemspec
2434
- - vendor/bundle/ruby/3.3.0/specifications/httpx-1.7.8.gemspec
2447
+ - vendor/bundle/ruby/3.3.0/specifications/http-2-1.2.0.gemspec
2448
+ - vendor/bundle/ruby/3.3.0/specifications/httpx-1.8.0.gemspec
2435
2449
  - vendor/bundle/ruby/3.3.0/specifications/io-console-0.8.2.gemspec
2436
2450
  - vendor/bundle/ruby/3.3.0/specifications/jaro_winkler-1.5.6.gemspec
2437
2451
  - vendor/bundle/ruby/3.3.0/specifications/method_source-1.1.0.gemspec
@@ -2477,79 +2491,81 @@ signing_key:
2477
2491
  specification_version: 4
2478
2492
  summary: Alogram PayRisk Ruby SDK
2479
2493
  test_files:
2480
- - spec/api/forensic_data_api_spec.rb
2481
2494
  - spec/api/risk_scoring_api_spec.rb
2482
- - spec/api/system_api_spec.rb
2483
2495
  - spec/api/roadmap_preview_api_spec.rb
2484
2496
  - spec/api/signal_intelligence_api_spec.rb
2485
- - spec/models/avs_result_enum_spec.rb
2486
- - spec/models/check_request_spec.rb
2487
- - spec/models/payment_event_type_spec.rb
2488
- - spec/models/payment_event_spec.rb
2489
- - spec/models/realtime_spec.rb
2490
- - spec/models/interaction_type_enum_spec.rb
2497
+ - spec/api/forensic_data_api_spec.rb
2498
+ - spec/api/system_api_spec.rb
2499
+ - spec/models/payment_card_type_enum_spec.rb
2491
2500
  - spec/models/invoice_spec.rb
2492
2501
  - spec/models/device_info_spec.rb
2493
- - spec/models/purchase_initiator_enum_spec.rb
2494
- - spec/models/entity_ids_spec.rb
2502
+ - spec/models/entry_method_enum_spec.rb
2503
+ - spec/models/operator_type_spec.rb
2495
2504
  - spec/models/account_check_request_spec.rb
2496
- - spec/models/discount_code_spec.rb
2497
- - spec/models/payer_type_enum_spec.rb
2498
- - spec/models/wallet_spec.rb
2499
2505
  - spec/models/card_network_enum_spec.rb
2506
+ - spec/models/stored_credential_context_spec.rb
2507
+ - spec/models/risk_breakdown_spec.rb
2508
+ - spec/models/identity_spec.rb
2509
+ - spec/models/signals_interaction_variant_spec.rb
2510
+ - spec/models/account_spec.rb
2500
2511
  - spec/models/postal_address_spec.rb
2501
- - spec/models/sca_method_enum_spec.rb
2502
- - spec/models/channel_enum_spec.rb
2503
- - spec/models/decision_resolution_response_spec.rb
2512
+ - spec/models/purchase_initiator_enum_spec.rb
2513
+ - spec/models/discount_code_spec.rb
2514
+ - spec/models/bank_transfer_spec.rb
2504
2515
  - spec/models/payment_refund_outcome_spec.rb
2505
- - spec/models/score_record_spec.rb
2506
- - spec/models/payment_card_type_enum_spec.rb
2507
- - spec/models/agent_provider_spec.rb
2508
- - spec/models/stored_credential_context_spec.rb
2509
- - spec/models/risk_category_enum_spec.rb
2510
- - spec/models/fraud_score_spec.rb
2511
- - spec/models/payment_method_spec.rb
2512
- - spec/models/risk_level_enum_spec.rb
2516
+ - spec/models/check_request_spec.rb
2517
+ - spec/models/category_signal_spec.rb
2513
2518
  - spec/models/payment_dispute_outcome_spec.rb
2519
+ - spec/models/purchase_usage_enum_spec.rb
2520
+ - spec/models/wallet_spec.rb
2521
+ - spec/models/risk_category_enum_spec.rb
2514
2522
  - spec/models/signals_account_variant_spec.rb
2515
- - spec/models/merchant_context_spec.rb
2516
- - spec/models/integrity_spec.rb
2517
- - spec/models/signals_interaction_variant_spec.rb
2518
- - spec/models/payment_chargeback_outcome_spec.rb
2519
- - spec/models/agent_manifest_spec.rb
2520
- - spec/models/external_assessment_spec.rb
2521
- - spec/models/risk_breakdown_spec.rb
2523
+ - spec/models/card_spec.rb
2522
2524
  - spec/models/purchase_spec.rb
2523
- - spec/models/kyc_check_request_spec.rb
2524
- - spec/models/payment_outcome_spec.rb
2525
- - spec/models/purchase_usage_enum_spec.rb
2526
- - spec/models/reason_detail_spec.rb
2525
+ - spec/models/entity_ids_spec.rb
2526
+ - spec/models/interaction_spec.rb
2527
2527
  - spec/models/payment_wallet_type_enum_spec.rb
2528
- - spec/models/auth_context_spec.rb
2529
- - spec/models/crypto_spec.rb
2530
- - spec/models/identity_spec.rb
2531
2528
  - spec/models/scores_success_response_spec.rb
2532
- - spec/models/signals_request_spec.rb
2533
2529
  - spec/models/ingest_payment_event202_response_spec.rb
2534
- - spec/models/purchase_sequence_enum_spec.rb
2535
2530
  - spec/models/decision_response_spec.rb
2536
- - spec/models/card_spec.rb
2537
- - spec/models/payment_realtime_type_enum_spec.rb
2531
+ - spec/models/problem_spec.rb
2532
+ - spec/models/reason_detail_spec.rb
2533
+ - spec/models/interaction_type_enum_spec.rb
2534
+ - spec/models/ip_info_spec.rb
2535
+ - spec/models/crypto_spec.rb
2536
+ - spec/models/three_ds_data_spec.rb
2537
+ - spec/models/kyc_check_request_spec.rb
2538
+ - spec/models/payer_type_enum_spec.rb
2539
+ - spec/models/purchase_sequence_enum_spec.rb
2540
+ - spec/models/payment_method_spec.rb
2541
+ - spec/models/auth_context_spec.rb
2542
+ - spec/models/order_context_spec.rb
2543
+ - spec/models/payment_event_type_spec.rb
2544
+ - spec/models/fraud_score_spec.rb
2545
+ - spec/models/avs_result_enum_spec.rb
2546
+ - spec/models/integrity_spec.rb
2547
+ - spec/models/kyc_payload_spec.rb
2548
+ - spec/models/score_record_spec.rb
2549
+ - spec/models/agent_provider_spec.rb
2538
2550
  - spec/models/confidence_enum_spec.rb
2551
+ - spec/models/agent_manifest_spec.rb
2552
+ - spec/models/risk_level_enum_spec.rb
2553
+ - spec/models/payment_realtime_type_enum_spec.rb
2554
+ - spec/models/decision_resolution_request_spec.rb
2555
+ - spec/models/sca_method_enum_spec.rb
2556
+ - spec/models/external_assessment_spec.rb
2557
+ - spec/models/decision_resolution_response_spec.rb
2558
+ - spec/models/realtime_spec.rb
2559
+ - spec/models/merchant_context_spec.rb
2539
2560
  - spec/models/decision_resolution_request_analyst_spec.rb
2561
+ - spec/models/payment_event_spec.rb
2562
+ - spec/models/decision_response_policy_spec.rb
2563
+ - spec/models/payment_capture_outcome_spec.rb
2564
+ - spec/models/payment_chargeback_outcome_spec.rb
2565
+ - spec/models/payment_authorization_outcome_spec.rb
2566
+ - spec/models/channel_enum_spec.rb
2567
+ - spec/models/payment_outcome_spec.rb
2540
2568
  - spec/models/cvv_result_enum_spec.rb
2541
2569
  - spec/models/payment_chargeback_spec.rb
2542
- - spec/models/decision_resolution_request_spec.rb
2543
- - spec/models/entry_method_enum_spec.rb
2544
- - spec/models/kyc_payload_spec.rb
2545
- - spec/models/payment_authorization_outcome_spec.rb
2546
- - spec/models/bank_transfer_spec.rb
2547
- - spec/models/order_context_spec.rb
2548
- - spec/models/category_signal_spec.rb
2549
- - spec/models/account_spec.rb
2550
- - spec/models/payment_capture_outcome_spec.rb
2551
- - spec/models/ip_info_spec.rb
2552
- - spec/models/interaction_spec.rb
2553
- - spec/models/problem_spec.rb
2554
- - spec/models/three_ds_data_spec.rb
2570
+ - spec/models/signals_request_spec.rb
2555
2571
  - spec/spec_helper.rb