alogram_payrisk 0.2.9 → 0.2.21

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 (519) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -2
  3. data/README.md +106 -218
  4. data/RELEASE.json +4 -4
  5. data/alogram_payrisk.gemspec +1 -1
  6. data/lib/alogram_payrisk/api/forensic_data_api.rb +6 -6
  7. data/lib/alogram_payrisk/api/risk_scoring_api.rb +4 -1
  8. data/lib/alogram_payrisk/api/roadmap_preview_api.rb +7 -1
  9. data/lib/alogram_payrisk/api/signal_intelligence_api.rb +19 -13
  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 +2 -2
  15. data/lib/alogram_payrisk/models/account.rb +1 -17
  16. data/lib/alogram_payrisk/models/account_check_request.rb +1 -1
  17. data/lib/alogram_payrisk/models/agent_manifest.rb +325 -0
  18. data/lib/alogram_payrisk/models/agent_provider.rb +44 -0
  19. data/lib/alogram_payrisk/models/auth_context.rb +194 -0
  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 -9
  23. data/lib/alogram_payrisk/models/card_network_enum.rb +1 -1
  24. data/lib/alogram_payrisk/models/category_signal.rb +1 -5
  25. data/lib/alogram_payrisk/models/channel_enum.rb +1 -1
  26. data/lib/alogram_payrisk/models/check_request.rb +1 -5
  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_response.rb +1 -13
  31. data/lib/alogram_payrisk/models/device_info.rb +1 -9
  32. data/lib/alogram_payrisk/models/discount_code.rb +1 -1
  33. data/lib/alogram_payrisk/models/entity_ids.rb +162 -102
  34. data/lib/alogram_payrisk/models/entry_method_enum.rb +1 -1
  35. data/lib/alogram_payrisk/models/external_assessment.rb +1 -5
  36. data/lib/alogram_payrisk/models/fraud_score.rb +1 -9
  37. data/lib/alogram_payrisk/models/identity.rb +2 -14
  38. data/lib/alogram_payrisk/models/ingest_payment_event202_response.rb +147 -0
  39. data/lib/alogram_payrisk/models/integrity.rb +1 -1
  40. data/lib/alogram_payrisk/models/interaction.rb +1 -13
  41. data/lib/alogram_payrisk/models/interaction_type_enum.rb +1 -1
  42. data/lib/alogram_payrisk/models/invoice.rb +1 -1
  43. data/lib/alogram_payrisk/models/ip_info.rb +1 -25
  44. data/lib/alogram_payrisk/models/kyc_check_request.rb +1 -1
  45. data/lib/alogram_payrisk/models/kyc_payload.rb +1 -9
  46. data/lib/alogram_payrisk/models/merchant_context.rb +1 -9
  47. data/lib/alogram_payrisk/models/order_context.rb +1 -9
  48. data/lib/alogram_payrisk/models/payer_type_enum.rb +1 -1
  49. data/lib/alogram_payrisk/models/payment_authorization_outcome.rb +1 -5
  50. data/lib/alogram_payrisk/models/payment_capture_outcome.rb +1 -1
  51. data/lib/alogram_payrisk/models/payment_card_type_enum.rb +1 -1
  52. data/lib/alogram_payrisk/models/payment_chargeback.rb +1 -5
  53. data/lib/alogram_payrisk/models/payment_chargeback_outcome.rb +1 -1
  54. data/lib/alogram_payrisk/models/payment_dispute_outcome.rb +1 -1
  55. data/lib/alogram_payrisk/models/payment_event.rb +1 -15
  56. data/lib/alogram_payrisk/models/payment_event_type.rb +1 -1
  57. data/lib/alogram_payrisk/models/payment_method.rb +1 -1
  58. data/lib/alogram_payrisk/models/payment_outcome.rb +1 -1
  59. data/lib/alogram_payrisk/models/payment_realtime_type_enum.rb +1 -1
  60. data/lib/alogram_payrisk/models/payment_refund_outcome.rb +1 -1
  61. data/lib/alogram_payrisk/models/payment_wallet_type_enum.rb +7 -2
  62. data/lib/alogram_payrisk/models/postal_address.rb +1 -25
  63. data/lib/alogram_payrisk/models/problem.rb +1 -21
  64. data/lib/alogram_payrisk/models/purchase.rb +1 -19
  65. data/lib/alogram_payrisk/models/purchase_initiator_enum.rb +1 -1
  66. data/lib/alogram_payrisk/models/purchase_sequence_enum.rb +1 -1
  67. data/lib/alogram_payrisk/models/purchase_usage_enum.rb +1 -1
  68. data/lib/alogram_payrisk/models/realtime.rb +1 -1
  69. data/lib/alogram_payrisk/models/reason_detail.rb +1 -1
  70. data/lib/alogram_payrisk/models/risk_breakdown.rb +1 -1
  71. data/lib/alogram_payrisk/models/risk_category_enum.rb +1 -1
  72. data/lib/alogram_payrisk/models/risk_level_enum.rb +1 -1
  73. data/lib/alogram_payrisk/models/sca_method_enum.rb +1 -1
  74. data/lib/alogram_payrisk/models/score_record.rb +1 -16
  75. data/lib/alogram_payrisk/models/scores_success_response.rb +1 -5
  76. data/lib/alogram_payrisk/models/signals_account_variant.rb +1 -1
  77. data/lib/alogram_payrisk/models/signals_interaction_variant.rb +1 -2
  78. data/lib/alogram_payrisk/models/signals_request.rb +1 -1
  79. data/lib/alogram_payrisk/models/stored_credential_context.rb +1 -1
  80. data/lib/alogram_payrisk/models/three_ds_data.rb +1 -1
  81. data/lib/alogram_payrisk/models/wallet.rb +1 -1
  82. data/lib/alogram_payrisk/version.rb +2 -2
  83. data/lib/alogram_payrisk.rb +5 -1
  84. data/spec/api/forensic_data_api_spec.rb +1 -1
  85. data/spec/api/risk_scoring_api_spec.rb +2 -1
  86. data/spec/api/roadmap_preview_api_spec.rb +3 -1
  87. data/spec/api/signal_intelligence_api_spec.rb +5 -3
  88. data/spec/api/system_api_spec.rb +1 -1
  89. data/spec/models/account_check_request_spec.rb +1 -1
  90. data/spec/models/account_spec.rb +1 -1
  91. data/spec/models/agent_manifest_spec.rb +60 -0
  92. data/spec/models/agent_provider_spec.rb +30 -0
  93. data/spec/models/auth_context_spec.rb +42 -0
  94. data/spec/models/avs_result_enum_spec.rb +1 -1
  95. data/spec/models/bank_transfer_spec.rb +1 -1
  96. data/spec/models/card_network_enum_spec.rb +1 -1
  97. data/spec/models/card_spec.rb +1 -1
  98. data/spec/models/category_signal_spec.rb +1 -1
  99. data/spec/models/channel_enum_spec.rb +1 -1
  100. data/spec/models/check_request_spec.rb +1 -1
  101. data/spec/models/confidence_enum_spec.rb +1 -1
  102. data/spec/models/crypto_spec.rb +1 -1
  103. data/spec/models/cvv_result_enum_spec.rb +1 -1
  104. data/spec/models/decision_response_spec.rb +1 -1
  105. data/spec/models/device_info_spec.rb +1 -1
  106. data/spec/models/discount_code_spec.rb +1 -1
  107. data/spec/models/entity_ids_spec.rb +26 -2
  108. data/spec/models/entry_method_enum_spec.rb +1 -1
  109. data/spec/models/external_assessment_spec.rb +1 -1
  110. data/spec/models/fraud_score_spec.rb +1 -1
  111. data/spec/models/identity_spec.rb +1 -1
  112. data/spec/models/ingest_payment_event202_response_spec.rb +36 -0
  113. data/spec/models/integrity_spec.rb +1 -1
  114. data/spec/models/interaction_spec.rb +1 -1
  115. data/spec/models/interaction_type_enum_spec.rb +1 -1
  116. data/spec/models/invoice_spec.rb +1 -1
  117. data/spec/models/ip_info_spec.rb +1 -1
  118. data/spec/models/kyc_check_request_spec.rb +1 -1
  119. data/spec/models/kyc_payload_spec.rb +1 -1
  120. data/spec/models/merchant_context_spec.rb +1 -1
  121. data/spec/models/order_context_spec.rb +1 -1
  122. data/spec/models/payer_type_enum_spec.rb +1 -1
  123. data/spec/models/payment_authorization_outcome_spec.rb +1 -1
  124. data/spec/models/payment_capture_outcome_spec.rb +1 -1
  125. data/spec/models/payment_card_type_enum_spec.rb +1 -1
  126. data/spec/models/payment_chargeback_outcome_spec.rb +1 -1
  127. data/spec/models/payment_chargeback_spec.rb +1 -1
  128. data/spec/models/payment_dispute_outcome_spec.rb +1 -1
  129. data/spec/models/payment_event_spec.rb +1 -1
  130. data/spec/models/payment_event_type_spec.rb +1 -1
  131. data/spec/models/payment_method_spec.rb +1 -1
  132. data/spec/models/payment_outcome_spec.rb +1 -1
  133. data/spec/models/payment_realtime_type_enum_spec.rb +1 -1
  134. data/spec/models/payment_refund_outcome_spec.rb +1 -1
  135. data/spec/models/payment_wallet_type_enum_spec.rb +1 -1
  136. data/spec/models/postal_address_spec.rb +1 -1
  137. data/spec/models/problem_spec.rb +1 -1
  138. data/spec/models/purchase_initiator_enum_spec.rb +1 -1
  139. data/spec/models/purchase_sequence_enum_spec.rb +1 -1
  140. data/spec/models/purchase_spec.rb +1 -1
  141. data/spec/models/purchase_usage_enum_spec.rb +1 -1
  142. data/spec/models/realtime_spec.rb +1 -1
  143. data/spec/models/reason_detail_spec.rb +1 -1
  144. data/spec/models/risk_breakdown_spec.rb +1 -1
  145. data/spec/models/risk_category_enum_spec.rb +1 -1
  146. data/spec/models/risk_level_enum_spec.rb +1 -1
  147. data/spec/models/sca_method_enum_spec.rb +1 -1
  148. data/spec/models/score_record_spec.rb +1 -1
  149. data/spec/models/scores_success_response_spec.rb +1 -1
  150. data/spec/models/signals_account_variant_spec.rb +1 -1
  151. data/spec/models/signals_interaction_variant_spec.rb +1 -1
  152. data/spec/models/signals_request_spec.rb +1 -1
  153. data/spec/models/stored_credential_context_spec.rb +1 -1
  154. data/spec/models/three_ds_data_spec.rb +1 -1
  155. data/spec/models/wallet_spec.rb +1 -1
  156. data/spec/spec_helper.rb +1 -1
  157. data/vendor/bundle/ruby/3.3.0/cache/httpx-1.7.8.gem +0 -0
  158. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-13.0.0/gem_make.out +5 -5
  159. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.5.1/gem_make.out +5 -5
  160. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/io-console-0.8.2/gem_make.out +5 -5
  161. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/jaro_winkler-1.5.6/gem_make.out +5 -5
  162. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.3.1/gem_make.out +5 -5
  163. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/gem_make.out +5 -5
  164. data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.2.0/gem_make.out +5 -5
  165. data/vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_7_7.md +17 -0
  166. data/vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_7_8.md +5 -0
  167. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/adapters/faraday.rb +0 -10
  168. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/adapters/webmock.rb +1 -1
  169. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/connection/http1.rb +37 -31
  170. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/connection/http2.rb +13 -13
  171. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/connection.rb +4 -4
  172. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/io/ssl.rb +4 -4
  173. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/loggable.rb +1 -1
  174. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/parser/http1.rb +0 -1
  175. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/auth/digest.rb +6 -0
  176. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/circuit_breaker/circuit.rb +1 -0
  177. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/cookies/cookie.rb +0 -1
  178. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/digest_auth.rb +3 -1
  179. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/follow_redirects.rb +13 -1
  180. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/h2c.rb +2 -12
  181. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/proxy/http.rb +1 -1
  182. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/proxy.rb +1 -1
  183. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/response_cache.rb +11 -4
  184. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/retries.rb +11 -5
  185. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/ssrf_filter.rb +1 -1
  186. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/tracing.rb +1 -6
  187. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/upgrade/h2.rb +1 -11
  188. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/upgrade.rb +17 -17
  189. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/request.rb +15 -2
  190. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/selector.rb +6 -1
  191. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/session.rb +27 -23
  192. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/version.rb +1 -1
  193. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/connection/http1.rbs +3 -1
  194. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/connection/http2.rbs +1 -1
  195. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/loggable.rbs +1 -1
  196. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/auth/basic.rbs +1 -1
  197. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/auth/digest.rbs +1 -1
  198. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/auth/ntlm.rbs +2 -0
  199. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/follow_redirects.rbs +1 -1
  200. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/proxy.rbs +1 -0
  201. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/response_cache.rbs +2 -0
  202. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/tracing.rbs +1 -1
  203. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/request.rbs +3 -0
  204. data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/session.rbs +0 -2
  205. data/vendor/bundle/ruby/3.3.0/specifications/{httpx-1.7.6.gemspec → httpx-1.7.8.gemspec} +4 -4
  206. metadata +421 -407
  207. data/vendor/bundle/ruby/3.3.0/cache/httpx-1.7.6.gem +0 -0
  208. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/LICENSE.txt +0 -0
  209. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/README.md +0 -0
  210. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_0_1.md +0 -0
  211. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_0_2.md +0 -0
  212. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_0_3.md +0 -0
  213. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_0_4.md +0 -0
  214. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_0_5.md +0 -0
  215. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_10_0.md +0 -0
  216. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_10_1.md +0 -0
  217. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_10_2.md +0 -0
  218. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_11_0.md +0 -0
  219. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_11_1.md +0 -0
  220. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_11_2.md +0 -0
  221. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_11_3.md +0 -0
  222. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_12_0.md +0 -0
  223. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_13_0.md +0 -0
  224. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_13_1.md +0 -0
  225. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_13_2.md +0 -0
  226. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_14_0.md +0 -0
  227. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_14_1.md +0 -0
  228. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_14_2.md +0 -0
  229. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_14_3.md +0 -0
  230. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_14_4.md +0 -0
  231. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_14_5.md +0 -0
  232. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_15_0.md +0 -0
  233. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_15_1.md +0 -0
  234. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_15_2.md +0 -0
  235. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_15_3.md +0 -0
  236. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_15_4.md +0 -0
  237. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_16_0.md +0 -0
  238. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_16_1.md +0 -0
  239. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_17_0.md +0 -0
  240. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_18_0.md +0 -0
  241. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_18_1.md +0 -0
  242. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_18_2.md +0 -0
  243. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_18_3.md +0 -0
  244. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_18_4.md +0 -0
  245. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_18_5.md +0 -0
  246. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_18_6.md +0 -0
  247. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_18_7.md +0 -0
  248. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_19_0.md +0 -0
  249. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_19_1.md +0 -0
  250. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_19_2.md +0 -0
  251. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_19_3.md +0 -0
  252. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_19_4.md +0 -0
  253. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_19_5.md +0 -0
  254. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_19_6.md +0 -0
  255. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_19_7.md +0 -0
  256. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_19_8.md +0 -0
  257. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_1_0.md +0 -0
  258. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_20_0.md +0 -0
  259. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_20_1.md +0 -0
  260. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_20_2.md +0 -0
  261. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_20_3.md +0 -0
  262. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_20_4.md +0 -0
  263. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_20_5.md +0 -0
  264. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_21_0.md +0 -0
  265. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_21_1.md +0 -0
  266. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_22_0.md +0 -0
  267. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_22_1.md +0 -0
  268. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_22_2.md +0 -0
  269. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_22_3.md +0 -0
  270. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_22_4.md +0 -0
  271. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_22_5.md +0 -0
  272. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_23_0.md +0 -0
  273. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_23_1.md +0 -0
  274. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_23_2.md +0 -0
  275. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_23_3.md +0 -0
  276. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_23_4.md +0 -0
  277. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_24_0.md +0 -0
  278. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_24_1.md +0 -0
  279. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_24_2.md +0 -0
  280. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_24_3.md +0 -0
  281. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_24_4.md +0 -0
  282. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_24_5.md +0 -0
  283. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_24_6.md +0 -0
  284. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_24_7.md +0 -0
  285. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_2_0.md +0 -0
  286. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_2_1.md +0 -0
  287. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_3_0.md +0 -0
  288. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_3_1.md +0 -0
  289. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_4_0.md +0 -0
  290. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_4_1.md +0 -0
  291. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_5_0.md +0 -0
  292. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_5_1.md +0 -0
  293. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_6_0.md +0 -0
  294. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_6_1.md +0 -0
  295. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_6_2.md +0 -0
  296. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_6_3.md +0 -0
  297. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_6_4.md +0 -0
  298. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_6_5.md +0 -0
  299. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_6_6.md +0 -0
  300. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_6_7.md +0 -0
  301. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_7_0.md +0 -0
  302. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_8_0.md +0 -0
  303. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_8_1.md +0 -0
  304. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_8_2.md +0 -0
  305. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/0_9_0.md +0 -0
  306. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_0_0.md +0 -0
  307. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_0_1.md +0 -0
  308. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_0_2.md +0 -0
  309. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_1_0.md +0 -0
  310. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_1_1.md +0 -0
  311. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_1_2.md +0 -0
  312. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_1_3.md +0 -0
  313. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_1_4.md +0 -0
  314. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_1_5.md +0 -0
  315. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_2_0.md +0 -0
  316. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_2_1.md +0 -0
  317. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_2_2.md +0 -0
  318. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_2_3.md +0 -0
  319. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_2_4.md +0 -0
  320. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_2_5.md +0 -0
  321. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_2_6.md +0 -0
  322. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_3_0.md +0 -0
  323. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_3_1.md +0 -0
  324. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_3_2.md +0 -0
  325. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_3_3.md +0 -0
  326. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_3_4.md +0 -0
  327. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_4_0.md +0 -0
  328. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_4_1.md +0 -0
  329. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_4_2.md +0 -0
  330. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_4_3.md +0 -0
  331. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_4_4.md +0 -0
  332. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_5_0.md +0 -0
  333. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_5_1.md +0 -0
  334. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_6_0.md +0 -0
  335. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_6_1.md +0 -0
  336. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_6_2.md +0 -0
  337. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_6_3.md +0 -0
  338. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_7_0.md +0 -0
  339. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_7_1.md +0 -0
  340. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_7_2.md +0 -0
  341. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_7_3.md +0 -0
  342. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_7_4.md +0 -0
  343. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_7_5.md +0 -0
  344. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/doc/release_notes/1_7_6.md +0 -0
  345. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/adapters/datadog.rb +0 -0
  346. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/adapters/sentry.rb +0 -0
  347. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/altsvc.rb +0 -0
  348. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/base64.rb +0 -0
  349. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/buffer.rb +0 -0
  350. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/callbacks.rb +0 -0
  351. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/chainable.rb +0 -0
  352. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/domain_name.rb +0 -0
  353. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/errors.rb +0 -0
  354. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/extensions.rb +0 -0
  355. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/headers.rb +0 -0
  356. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/io/tcp.rb +0 -0
  357. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/io/udp.rb +0 -0
  358. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/io/unix.rb +0 -0
  359. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/io.rb +0 -0
  360. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/options.rb +0 -0
  361. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/auth/basic.rb +0 -0
  362. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/auth/ntlm.rb +0 -0
  363. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/auth/socks5.rb +0 -0
  364. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/auth.rb +0 -0
  365. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/aws_sdk_authentication.rb +0 -0
  366. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/aws_sigv4.rb +0 -0
  367. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/basic_auth.rb +0 -0
  368. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/brotli.rb +0 -0
  369. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/callbacks.rb +0 -0
  370. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/circuit_breaker/circuit_store.rb +0 -0
  371. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/circuit_breaker.rb +0 -0
  372. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/content_digest.rb +0 -0
  373. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/cookies/jar.rb +0 -0
  374. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/cookies/set_cookie_parser.rb +0 -0
  375. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/cookies.rb +0 -0
  376. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/expect.rb +0 -0
  377. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/fiber_concurrency.rb +0 -0
  378. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/grpc/call.rb +0 -0
  379. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/grpc/grpc_encoding.rb +0 -0
  380. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/grpc/message.rb +0 -0
  381. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/grpc.rb +0 -0
  382. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/internal_telemetry.rb +0 -0
  383. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/ntlm_auth.rb +0 -0
  384. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/oauth.rb +0 -0
  385. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/persistent.rb +0 -0
  386. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/proxy/socks4.rb +0 -0
  387. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/proxy/socks5.rb +0 -0
  388. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/proxy/ssh.rb +0 -0
  389. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/push_promise.rb +0 -0
  390. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/query.rb +0 -0
  391. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/rate_limiter.rb +0 -0
  392. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/response_cache/file_store.rb +0 -0
  393. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/response_cache/store.rb +0 -0
  394. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/stream.rb +0 -0
  395. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/stream_bidi.rb +0 -0
  396. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/webdav.rb +0 -0
  397. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/xml.rb +0 -0
  398. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/pmatch_extensions.rb +0 -0
  399. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/pool.rb +0 -0
  400. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/punycode.rb +0 -0
  401. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/request/body.rb +0 -0
  402. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver/cache/base.rb +0 -0
  403. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver/cache/memory.rb +0 -0
  404. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver/cache.rb +0 -0
  405. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver/entry.rb +0 -0
  406. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver/https.rb +0 -0
  407. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver/multi.rb +0 -0
  408. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver/native.rb +0 -0
  409. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver/resolver.rb +0 -0
  410. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver/system.rb +0 -0
  411. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver.rb +0 -0
  412. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/response/body.rb +0 -0
  413. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/response/buffer.rb +0 -0
  414. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/response.rb +0 -0
  415. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/session_extensions.rb +0 -0
  416. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/timers.rb +0 -0
  417. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/body.rb +0 -0
  418. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/chunker.rb +0 -0
  419. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/deflate.rb +0 -0
  420. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/form.rb +0 -0
  421. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/gzip.rb +0 -0
  422. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/json.rb +0 -0
  423. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/multipart/decoder.rb +0 -0
  424. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/multipart/encoder.rb +0 -0
  425. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/multipart/mime_type_detector.rb +0 -0
  426. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/multipart/part.rb +0 -0
  427. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/multipart.rb +0 -0
  428. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/utils/body_reader.rb +0 -0
  429. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/utils/deflater.rb +0 -0
  430. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder.rb +0 -0
  431. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/utils.rb +0 -0
  432. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx.rb +0 -0
  433. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/altsvc.rbs +0 -0
  434. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/buffer.rbs +0 -0
  435. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/callbacks.rbs +0 -0
  436. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/chainable.rbs +0 -0
  437. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/connection.rbs +0 -0
  438. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/domain_name.rbs +0 -0
  439. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/errors.rbs +0 -0
  440. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/headers.rbs +0 -0
  441. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/httpx.rbs +0 -0
  442. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/io/ssl.rbs +0 -0
  443. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/io/tcp.rbs +0 -0
  444. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/io/udp.rbs +0 -0
  445. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/io/unix.rbs +0 -0
  446. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/io.rbs +0 -0
  447. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/options.rbs +0 -0
  448. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/parser/http1.rbs +0 -0
  449. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/auth/socks5.rbs +0 -0
  450. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/auth.rbs +0 -0
  451. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/aws_sdk_authentication.rbs +0 -0
  452. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/aws_sigv4.rbs +0 -0
  453. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/basic_auth.rbs +0 -0
  454. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/brotli.rbs +0 -0
  455. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/callbacks.rbs +0 -0
  456. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/circuit_breaker.rbs +0 -0
  457. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/compression.rbs +0 -0
  458. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/content_digest.rbs +0 -0
  459. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/cookies/cookie.rbs +0 -0
  460. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/cookies/jar.rbs +0 -0
  461. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/cookies/set_cookie_parser.rbs +0 -0
  462. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/cookies.rbs +0 -0
  463. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/digest_auth.rbs +0 -0
  464. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/expect.rbs +0 -0
  465. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/fiber_concurrency.rbs +0 -0
  466. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/grpc/call.rbs +0 -0
  467. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/grpc/grpc_encoding.rbs +0 -0
  468. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/grpc/message.rbs +0 -0
  469. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/grpc.rbs +0 -0
  470. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/h2c.rbs +0 -0
  471. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/ntlm_auth.rbs +0 -0
  472. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/oauth.rbs +0 -0
  473. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/persistent.rbs +0 -0
  474. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/proxy/http.rbs +0 -0
  475. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/proxy/socks4.rbs +0 -0
  476. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/proxy/socks5.rbs +0 -0
  477. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/proxy/ssh.rbs +0 -0
  478. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/push_promise.rbs +0 -0
  479. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/query.rbs +0 -0
  480. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/rate_limiter.rbs +0 -0
  481. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/response_cache/file_store.rbs +0 -0
  482. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/response_cache/store.rbs +0 -0
  483. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/retries.rbs +0 -0
  484. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/ssrf_filter.rbs +0 -0
  485. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/stream.rbs +0 -0
  486. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/stream_bidi.rbs +0 -0
  487. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/upgrade/h2.rbs +0 -0
  488. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/upgrade.rbs +0 -0
  489. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/webdav.rbs +0 -0
  490. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/xml.rbs +0 -0
  491. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/pool.rbs +0 -0
  492. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/punycode.rbs +0 -0
  493. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/request/body.rbs +0 -0
  494. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver/cache/base.rbs +0 -0
  495. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver/cache/memory.rbs +0 -0
  496. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver/cache.rbs +0 -0
  497. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver/entry.rbs +0 -0
  498. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver/https.rbs +0 -0
  499. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver/multi.rbs +0 -0
  500. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver/native.rbs +0 -0
  501. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver/resolver.rbs +0 -0
  502. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver/system.rbs +0 -0
  503. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver.rbs +0 -0
  504. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/response/body.rbs +0 -0
  505. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/response/buffer.rbs +0 -0
  506. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/response.rbs +0 -0
  507. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/selector.rbs +0 -0
  508. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/timers.rbs +0 -0
  509. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder/body.rbs +0 -0
  510. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder/chunker.rbs +0 -0
  511. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder/deflate.rbs +0 -0
  512. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder/form.rbs +0 -0
  513. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder/gzip.rbs +0 -0
  514. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder/json.rbs +0 -0
  515. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder/multipart.rbs +0 -0
  516. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder/utils/body_reader.rbs +0 -0
  517. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder/utils/deflater.rbs +0 -0
  518. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder.rbs +0 -0
  519. /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/utils.rbs +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e7591b22f8f3afc507e63979405aca564bf22757431658577e577cc91403141e
4
- data.tar.gz: 6a045bd1a4fed021407b366c5dfdc0f3fba3039c05502e4d128ab9df5ed79ed7
3
+ metadata.gz: a853047ede7c4da12e87360e5a0d0969201b6a9cea45e5c21a9ef1e11b40ae68
4
+ data.tar.gz: 8f1d49ec38d984545e24ba92ccce38806cf894e1cbd9abd8fac3508b5d97f306
5
5
  SHA512:
6
- metadata.gz: 2f7d2795681190c6ff7ba0e950cc6f679090b22064f281cfb540a758c5474a92aeaa5c594d40b49dd82791cb31100efde66ae020cefbce257304801585343ac5
7
- data.tar.gz: 2b58df2f404019b1e495176b7eae798370f5bb8fb74fb4660cf10e20489052c41f9805e11523cc392e3e6b6f1e5ece45a0cf8ea700350c782e2e3fd147183547
6
+ metadata.gz: f22d124f0db55817d80e8c6d6e840be432d80ef23d4314f7e2b13551d05839204d568d3bc184395ea54f0ae49370ad0385755026372f0fb03531755d2f92d630
7
+ data.tar.gz: 2101372e42d685511c09a0eb59ddf24b0018279deef1df38545b6148e6daa41613f9eba3bb79a2af7cfb0db4cb4e10ad9c972e5fde740a53684b2b786a41dbbd
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- alogram_payrisk (0.2.9)
4
+ alogram_payrisk (0.2.21)
5
5
  httpx (~> 1.0, >= 1.0.0)
6
6
 
7
7
  GEM
@@ -14,7 +14,7 @@ GEM
14
14
  date (3.5.1)
15
15
  diff-lcs (1.6.2)
16
16
  http-2 (1.1.3)
17
- httpx (1.7.6)
17
+ httpx (1.7.8)
18
18
  http-2 (>= 1.1.3)
19
19
  io-console (0.8.2)
20
20
  jaro_winkler (1.5.6)
data/README.md CHANGED
@@ -1,252 +1,140 @@
1
- # alogram_payrisk
1
+ # Alogram PayRisk Ruby SDK
2
2
 
3
- AlogramPayRisk - the Ruby gem for the Alogram PayRisk Engine
3
+ [![Gem Version](https://badge.fury.io/rb/alogram_payrisk.svg)](https://badge.fury.io/rb/alogram_payrisk)
4
+ [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
4
5
 
5
- Alogram PayRisk is an AI-native decision engine built for the speed and
6
- complexity of the modern commerce era. In a high-velocity world where
7
- AI-driven threats evolve in milliseconds, Alogram provides the real-time
8
- adaptability and forensic transparency needed to protect your ecosystem
9
- with total confidence. We solve the challenge of balancing frictionless
10
- growth with regulatory explainability, delivering instant, intelligent
11
- risk orchestration at enterprise scale.
6
+ The official Ruby client for the **Alogram PayRisk Engine**.
12
7
 
13
- ---
14
-
15
-
16
- ## Licensing & Terms
17
-
18
-
19
- Our client libraries and API specifications are open-source under the **Apache License 2.0**
20
- to ensure seamless integration into your tech stack.
21
-
22
- Use of the Alogram PayRisk API service is proprietary and governed by our
23
- [Terms of Service](https://alogram.ai/#tos) and your specific **Enterprise Agreement**,
24
- if applicable.
25
-
26
- To access the service, you must have:
27
- * A valid Alogram API Key.
28
- * An active subscription or signed Master Service Agreement.
29
-
30
- Unauthorized use, including automated scraping or reverse engineering of the
31
- scoring engine, is strictly prohibited.
8
+ Alogram is an AI-native risk orchestration platform built for high-velocity commerce. This SDK provides sub-millisecond risk scoring, behavioral intelligence ingestion, and forensic transparency for enterprise ecosystems.
32
9
 
10
+ ### 🏎️ High-Performance Networking
11
+ Built for scale, this SDK features:
12
+ * **HTTP/2 Native**: Multiplexed connections for low-latency parallel scoring.
13
+ * **Asynchronous I/O**: Built on `httpx` for non-blocking integration into modern Ruby apps (Fibers/Async).
14
+ * **TLS 1.3**: The highest standard of transit security for sensitive transaction data.
15
+ * **Spec-compliant**: Automatically kept in sync with the Alogram OpenAPI 3.0.4 specification.
33
16
 
34
17
  ---
35
18
 
19
+ ## 📦 Installation
36
20
 
37
- ## Support & Traceability
38
-
21
+ Add this line to your application's `Gemfile`:
39
22
 
40
- Every Alogram API response includes a unique **`x-trace-id`** header.
41
- Please include this ID when contacting [packages@alogram.ai](mailto:packages@alogram.ai)
42
- regarding specific transactions or errors.
23
+ ```ruby
24
+ gem 'alogram_payrisk', '~> 0.2.21'
25
+ ```
43
26
 
27
+ And then execute:
28
+ ```bash
29
+ bundle install
30
+ ```
44
31
 
45
32
  ---
46
33
 
34
+ ## 🚀 Quick Start (The "Full Circle" Lifecycle)
47
35
 
48
- ## Specification
49
-
36
+ Alogram is designed for a three-step risk lifecycle: **Score -> Ingest -> Query.**
50
37
 
51
- The authoritative OpenAPI specification for this version is available for download:
52
- **[Download openapi.yaml](https://developers.alogram.ai/openapi.yaml)** | **[Download openapi.json](https://developers.alogram.ai/openapi.json)**
53
-
54
-
55
- ---
56
-
57
- ### 🏎️ High Performance & Security
58
- The Alogram Ruby SDK is built for enterprise-scale workloads:
59
- * **Async-Ready**: Built on `httpx` with native support for Fibers and Event Loops.
60
- * **Modern Protocols**: Native support for **HTTP/2** multiplexing and **TLS 1.3**.
61
- * **Connection Pooling**: Persistent session management for sub-millisecond connection reuse.
62
- * **Traceable**: Full support for `x-trace-id` and `x-idempotency-key` for forensic audit compliance.
38
+ ### 1. Configure the Client
39
+ ```ruby
40
+ require 'alogram_payrisk'
63
41
 
64
- ---
42
+ AlogramPayRisk.configure do |config|
43
+ config.api_key['x-api-key'] = 'sk_live_your_key'
44
+ # For local development against the emulator:
45
+ # config.host = 'localhost:8080'
46
+ # config.scheme = 'http'
47
+ end
65
48
 
66
- ## Installation
49
+ api = AlogramPayRisk::RiskScoringApi.new
50
+ ```
67
51
 
68
- ### Build a gem
52
+ ### 2. Request a Risk Decision
53
+ Call Alogram *before* you charge the customer to get a real-time decision.
69
54
 
70
- To build the Ruby code into a gem:
55
+ ```ruby
56
+ request = AlogramPayRisk::CheckRequest.new({
57
+ entities: {
58
+ tenant_id: "your_tenant_id",
59
+ session_id: "sid_550e8400",
60
+ client_id: "cid_998234"
61
+ },
62
+ purchase: {
63
+ amount: 99.99,
64
+ currency: "USD",
65
+ payment_method: {
66
+ type: "card",
67
+ bin: "411111",
68
+ card_network: "visa"
69
+ }
70
+ }
71
+ })
71
72
 
72
- ```shell
73
- gem build alogram_payrisk.gemspec
73
+ begin
74
+ # Decision is returned in < 100ms
75
+ decision = api.risk_check("idk_unique_key_123", request)
76
+
77
+ if decision.decision == 'approve'
78
+ puts "✅ Transaction approved (Score: #{decision.decision_score})"
79
+ # Proceed with payment...
80
+ else
81
+ puts "❌ Transaction declined: #{decision.reason_codes}"
82
+ end
83
+ rescue AlogramPayRisk::ApiError => e
84
+ puts "Error: #{e.code} - #{e.response_body}"
85
+ end
74
86
  ```
75
87
 
76
- Then either install the gem locally:
88
+ ### 3. Ingest Lifecycle Events
89
+ Once the payment is processed, notify Alogram of the outcome to improve your AI model's accuracy.
77
90
 
78
- ```shell
79
- gem install ./alogram_payrisk-0.2.9.gem
91
+ ```ruby
92
+ events_api = AlogramPayRisk::SignalIntelligenceApi.new
93
+
94
+ event = AlogramPayRisk::PaymentEvent.new({
95
+ event_type: 'authorization',
96
+ payment_intent_id: decision.payment_intent_id,
97
+ outcome: {
98
+ status: 'success',
99
+ processor_response_code: '00'
100
+ }
101
+ })
102
+
103
+ events_api.ingest_payment_event("idk_event_123", event)
80
104
  ```
81
105
 
82
- (for development, run `gem install --dev ./alogram_payrisk-0.2.9.gem` to install the development dependencies)
83
-
84
- or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
85
-
86
- Finally add this to the Gemfile:
87
-
88
- gem 'alogram_payrisk', '~> 0.2.9'
89
-
90
- ### Install from Git
91
-
92
- If the Ruby gem is hosted at a git repository: https://github.com/alogram/alogram-ruby, then add the following in the Gemfile:
93
-
94
- gem 'alogram_payrisk', :git => 'https://github.com/alogram/alogram-ruby.git'
95
-
96
- ### Include the Ruby code directly
97
-
98
- Include the Ruby code directly using `-I` as follows:
99
-
100
- ```shell
101
- ruby -Ilib script.rb
102
- ```
106
+ ---
103
107
 
104
- ## Getting Started
108
+ ## 🧪 Local Development & Testing
105
109
 
106
- Please follow the [installation](#installation) procedure and then run the following code:
110
+ We provide a **Local Emulator** to let you test without network access or production keys.
107
111
 
108
- ```ruby
109
- # Load the gem
110
- require 'alogram_payrisk'
112
+ 1. **Start the Emulator**:
113
+ ```bash
114
+ docker run -p 8080:8080 us-docker.pkg.dev/alogram-public/sdk/payrisk-emulator:0.2.21
115
+ ```
116
+ 2. **Point the SDK to Localhost**:
117
+ ```ruby
118
+ AlogramPayRisk.configure do |config|
119
+ config.scheme = 'http'
120
+ config.host = 'localhost:8080'
121
+ config.api_key['x-api-key'] = 'test' # Accepts any string
122
+ end
123
+ ```
111
124
 
112
- # Setup authorization
113
- AlogramPayRisk.configure do |config|
114
- # Configure API key authorization: ApiKey
115
- config.api_key['x-api-key'] = 'YOUR API KEY'
116
- # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
117
- # config.api_key_prefix['x-api-key'] = 'Bearer'
118
- # Configure httpx session
119
- config.configure_session { |session| 'YOUR CONNECTION CONFIG PROC' }
120
-
121
- # Configure OAuth2 access token for authorization: oAuth2
122
- config.access_token = 'YOUR ACCESS TOKEN'
123
- # Configure a proc to get access tokens in lieu of the static access_token configuration
124
- config.access_token_getter = -> { 'YOUR TOKEN GETTER PROC' }
125
- # Configure httpx session
126
- config.configure_session { |session| 'YOUR CONNECTION CONFIG PROC' }
127
- end
125
+ ---
128
126
 
129
- api_instance = AlogramPayRisk::ForensicDataApi.new
130
- tenant_id = 'tenant_id_example' # String |
131
- opts = {
132
- x_trace_id: 'x_trace_id_example', # String | Echoed or generated trace ID for tracking requests.
133
- x_idempotency_key: 'x_idempotency_key_example', # String | Unique Idempotency-Key sent in the GET request etc.
134
- start_time: 'start_time_example', # String |
135
- end_time: 'end_time_example', # String |
136
- page_size: 56, # Integer |
137
- page_token: 'page_token_example' # String |
138
- }
127
+ ## 🛡️ Error Handling
139
128
 
140
- begin
141
- #Query Historical Assessments
142
- result = api_instance.get_fraud_scores(tenant_id, opts)
143
- p result
144
- rescue AlogramPayRisk::ApiError => e
145
- puts "Exception when calling ForensicDataApi->get_fraud_scores: #{e}"
146
- end
129
+ | Status | Meaning | Action |
130
+ | :--- | :--- | :--- |
131
+ | `401` | Unauthorized | Check your `x-api-key` configuration. |
132
+ | `422` | Validation Error | Ensure IDs follow the required patterns (e.g., `sid_`, `idk_`). |
133
+ | `429` | Rate Limited | Implement an exponential backoff. |
134
+ | `5xx` | Alogram Downtime | Fallback to a default 'approve' to avoid conversion loss. |
147
135
 
148
- ```
136
+ ---
149
137
 
150
- ## Documentation for API Endpoints
151
-
152
- All URIs are relative to *https://api.alogram.ai*
153
-
154
- Class | Method | HTTP request | Description
155
- ------------ | ------------- | ------------- | -------------
156
- *AlogramPayRisk::ForensicDataApi* | [**get_fraud_scores**](docs/ForensicDataApi.md#get_fraud_scores) | **GET** /v1/scores/{tenantId} | Query Historical Assessments
157
- *AlogramPayRisk::RiskScoringApi* | [**risk_check**](docs/RiskScoringApi.md#risk_check) | **POST** /v1/risk/check | Assess Transaction Risk
158
- *AlogramPayRisk::RoadmapPreviewApi* | [**account_risk_check**](docs/RoadmapPreviewApi.md#account_risk_check) | **POST** /v1/risk/account/check | Synchronous fraud decision for account/session events
159
- *AlogramPayRisk::RoadmapPreviewApi* | [**kyc_risk_check**](docs/RoadmapPreviewApi.md#kyc_risk_check) | **POST** /v1/risk/kyc/check | Synchronous decision for KYC/identity verification
160
- *AlogramPayRisk::SignalIntelligenceApi* | [**ingest_payment_event**](docs/SignalIntelligenceApi.md#ingest_payment_event) | **POST** /v1/events | Ingest Lifecycle Signals
161
- *AlogramPayRisk::SignalIntelligenceApi* | [**ingest_signals**](docs/SignalIntelligenceApi.md#ingest_signals) | **POST** /v1/signals | Submit Behavioral Intelligence
162
- *AlogramPayRisk::SystemApi* | [**health_check**](docs/SystemApi.md#health_check) | **GET** /v1/health | Health check for the service
163
-
164
-
165
- ## Documentation for Models
166
-
167
- - [AlogramPayRisk::Account](docs/Account.md)
168
- - [AlogramPayRisk::AccountCheckRequest](docs/AccountCheckRequest.md)
169
- - [AlogramPayRisk::AvsResultEnum](docs/AvsResultEnum.md)
170
- - [AlogramPayRisk::BankTransfer](docs/BankTransfer.md)
171
- - [AlogramPayRisk::Card](docs/Card.md)
172
- - [AlogramPayRisk::CardNetworkEnum](docs/CardNetworkEnum.md)
173
- - [AlogramPayRisk::CategorySignal](docs/CategorySignal.md)
174
- - [AlogramPayRisk::ChannelEnum](docs/ChannelEnum.md)
175
- - [AlogramPayRisk::CheckRequest](docs/CheckRequest.md)
176
- - [AlogramPayRisk::ConfidenceEnum](docs/ConfidenceEnum.md)
177
- - [AlogramPayRisk::Crypto](docs/Crypto.md)
178
- - [AlogramPayRisk::CvvResultEnum](docs/CvvResultEnum.md)
179
- - [AlogramPayRisk::DecisionResponse](docs/DecisionResponse.md)
180
- - [AlogramPayRisk::DeviceInfo](docs/DeviceInfo.md)
181
- - [AlogramPayRisk::DiscountCode](docs/DiscountCode.md)
182
- - [AlogramPayRisk::EntityIds](docs/EntityIds.md)
183
- - [AlogramPayRisk::EntryMethodEnum](docs/EntryMethodEnum.md)
184
- - [AlogramPayRisk::ExternalAssessment](docs/ExternalAssessment.md)
185
- - [AlogramPayRisk::FraudScore](docs/FraudScore.md)
186
- - [AlogramPayRisk::Identity](docs/Identity.md)
187
- - [AlogramPayRisk::Integrity](docs/Integrity.md)
188
- - [AlogramPayRisk::Interaction](docs/Interaction.md)
189
- - [AlogramPayRisk::InteractionTypeEnum](docs/InteractionTypeEnum.md)
190
- - [AlogramPayRisk::Invoice](docs/Invoice.md)
191
- - [AlogramPayRisk::IpInfo](docs/IpInfo.md)
192
- - [AlogramPayRisk::KycCheckRequest](docs/KycCheckRequest.md)
193
- - [AlogramPayRisk::KycPayload](docs/KycPayload.md)
194
- - [AlogramPayRisk::MerchantContext](docs/MerchantContext.md)
195
- - [AlogramPayRisk::OrderContext](docs/OrderContext.md)
196
- - [AlogramPayRisk::PayerTypeEnum](docs/PayerTypeEnum.md)
197
- - [AlogramPayRisk::PaymentAuthorizationOutcome](docs/PaymentAuthorizationOutcome.md)
198
- - [AlogramPayRisk::PaymentCaptureOutcome](docs/PaymentCaptureOutcome.md)
199
- - [AlogramPayRisk::PaymentCardTypeEnum](docs/PaymentCardTypeEnum.md)
200
- - [AlogramPayRisk::PaymentChargeback](docs/PaymentChargeback.md)
201
- - [AlogramPayRisk::PaymentChargebackOutcome](docs/PaymentChargebackOutcome.md)
202
- - [AlogramPayRisk::PaymentDisputeOutcome](docs/PaymentDisputeOutcome.md)
203
- - [AlogramPayRisk::PaymentEvent](docs/PaymentEvent.md)
204
- - [AlogramPayRisk::PaymentEventType](docs/PaymentEventType.md)
205
- - [AlogramPayRisk::PaymentMethod](docs/PaymentMethod.md)
206
- - [AlogramPayRisk::PaymentOutcome](docs/PaymentOutcome.md)
207
- - [AlogramPayRisk::PaymentRealtimeTypeEnum](docs/PaymentRealtimeTypeEnum.md)
208
- - [AlogramPayRisk::PaymentRefundOutcome](docs/PaymentRefundOutcome.md)
209
- - [AlogramPayRisk::PaymentWalletTypeEnum](docs/PaymentWalletTypeEnum.md)
210
- - [AlogramPayRisk::PostalAddress](docs/PostalAddress.md)
211
- - [AlogramPayRisk::Problem](docs/Problem.md)
212
- - [AlogramPayRisk::Purchase](docs/Purchase.md)
213
- - [AlogramPayRisk::PurchaseInitiatorEnum](docs/PurchaseInitiatorEnum.md)
214
- - [AlogramPayRisk::PurchaseSequenceEnum](docs/PurchaseSequenceEnum.md)
215
- - [AlogramPayRisk::PurchaseUsageEnum](docs/PurchaseUsageEnum.md)
216
- - [AlogramPayRisk::Realtime](docs/Realtime.md)
217
- - [AlogramPayRisk::ReasonDetail](docs/ReasonDetail.md)
218
- - [AlogramPayRisk::RiskBreakdown](docs/RiskBreakdown.md)
219
- - [AlogramPayRisk::RiskCategoryEnum](docs/RiskCategoryEnum.md)
220
- - [AlogramPayRisk::RiskLevelEnum](docs/RiskLevelEnum.md)
221
- - [AlogramPayRisk::ScaMethodEnum](docs/ScaMethodEnum.md)
222
- - [AlogramPayRisk::ScoreRecord](docs/ScoreRecord.md)
223
- - [AlogramPayRisk::ScoresSuccessResponse](docs/ScoresSuccessResponse.md)
224
- - [AlogramPayRisk::SignalsAccountVariant](docs/SignalsAccountVariant.md)
225
- - [AlogramPayRisk::SignalsInteractionVariant](docs/SignalsInteractionVariant.md)
226
- - [AlogramPayRisk::SignalsRequest](docs/SignalsRequest.md)
227
- - [AlogramPayRisk::StoredCredentialContext](docs/StoredCredentialContext.md)
228
- - [AlogramPayRisk::ThreeDSData](docs/ThreeDSData.md)
229
- - [AlogramPayRisk::Wallet](docs/Wallet.md)
230
-
231
-
232
- ## Documentation for Authorization
233
-
234
-
235
- Authentication schemes defined for the API:
236
- ### ApiKey
237
-
238
-
239
- - **Type**: API key
240
- - **API key parameter name**: x-api-key
241
- - **Location**: HTTP header
242
-
243
- ### oAuth2
244
-
245
-
246
- - **Type**: OAuth
247
- - **Flow**: accessCode
248
- - **Authorization URL**: https://api.alogram.ai/oauth2/authorize
249
- - **Scopes**:
250
- - payrisk.read: Read fraud scores and decisions.
251
- - payrisk.write: Submit fraud checks, events, and signals.
138
+ ## ⚖️ License
252
139
 
140
+ Apache License 2.0. See [LICENSE](LICENSE) for details.
data/RELEASE.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "sdk": "ruby",
3
- "version": "0.2.9",
4
- "monorepo_commit": "2596bfbe92f49e4c4cc4861bd5e414ecf12653a9",
3
+ "version": "0.2.21",
4
+ "monorepo_commit": "d89147606a9f961df146f43f941a2fb12c93649b",
5
5
  "openapi_path": "apis/payrisk-v1/openapi.yaml",
6
- "openapi_commit": "2596bfbe92f49e4c4cc4861bd5e414ecf12653a9",
6
+ "openapi_commit": "d89147606a9f961df146f43f941a2fb12c93649b",
7
7
  "generator": "openapi-generator-cli@7.19.0",
8
- "built_at": "2026-04-24T09:05:43Z"
8
+ "built_at": "2026-05-31T19:53:59Z"
9
9
  }
@@ -5,7 +5,7 @@
5
5
 
6
6
  #Alogram PayRisk is an AI-native decision engine built for the speed and complexity of the modern commerce era. In a high-velocity world where AI-driven threats evolve in milliseconds, Alogram provides the real-time adaptability and forensic transparency needed to protect your ecosystem with total confidence. We solve the challenge of balancing frictionless growth with regulatory explainability, delivering instant, intelligent risk orchestration at enterprise scale. --- ## Licensing & Terms Our client libraries and API specifications are open-source under the **Apache License 2.0** to ensure seamless integration into your tech stack. Use of the Alogram PayRisk API service is proprietary and governed by our [Terms of Service](https://alogram.ai/#tos) and your specific **Enterprise Agreement**, if applicable. To access the service, you must have: * A valid Alogram API Key. * An active subscription or signed Master Service Agreement. Unauthorized use, including automated scraping or reverse engineering of the scoring engine, is strictly prohibited. --- ## Support & Traceability Every Alogram API response includes a unique **`x-trace-id`** header. Please include this ID when contacting [packages@alogram.ai](mailto:packages@alogram.ai) regarding specific transactions or errors. --- ## Specification The authoritative OpenAPI specification for this version is available for download: **[Download openapi.yaml](https://developers.alogram.ai/openapi.yaml)** | **[Download openapi.json](https://developers.alogram.ai/openapi.json)**
7
7
 
8
- The version of the OpenAPI document: 0.2.9
8
+ The version of the OpenAPI document: 0.2.21
9
9
  Contact: packages@alogram.ai
10
10
  Generated by: https://openapi-generator.tech
11
11
  Generator version: 7.15.0
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Alogram PayRisk is an AI-native decision engine built for the speed and complexity of the modern commerce era. In a high-velocity world where AI-driven threats evolve in milliseconds, Alogram provides the real-time adaptability and forensic transparency needed to protect your ecosystem with total confidence. We solve the challenge of balancing frictionless growth with regulatory explainability, delivering instant, intelligent risk orchestration at enterprise scale. --- ## Licensing & Terms Our client libraries and API specifications are open-source under the **Apache License 2.0** to ensure seamless integration into your tech stack. Use of the Alogram PayRisk API service is proprietary and governed by our [Terms of Service](https://alogram.ai/#tos) and your specific **Enterprise Agreement**, if applicable. To access the service, you must have: * A valid Alogram API Key. * An active subscription or signed Master Service Agreement. Unauthorized use, including automated scraping or reverse engineering of the scoring engine, is strictly prohibited. --- ## Support & Traceability Every Alogram API response includes a unique **`x-trace-id`** header. Please include this ID when contacting [packages@alogram.ai](mailto:packages@alogram.ai) regarding specific transactions or errors. --- ## Specification The authoritative OpenAPI specification for this version is available for download: **[Download openapi.yaml](https://developers.alogram.ai/openapi.yaml)** | **[Download openapi.json](https://developers.alogram.ai/openapi.json)**
5
5
 
6
- The version of the OpenAPI document: 0.2.9
6
+ The version of the OpenAPI document: 0.2.21
7
7
  Contact: packages@alogram.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.15.0
@@ -52,15 +52,15 @@ module AlogramPayRisk
52
52
  if @api_client.config.client_side_validation && tenant_id.nil?
53
53
  fail ArgumentError, "Missing the required parameter 'tenant_id' when calling ForensicDataApi.get_fraud_scores"
54
54
  end
55
- if @api_client.config.client_side_validation && tenant_id.to_s.length > 64
56
- fail ArgumentError, 'invalid value for "tenant_id" when calling ForensicDataApi.get_fraud_scores, the character length must be smaller than or equal to 64.'
55
+ if @api_client.config.client_side_validation && tenant_id.to_s.length > 68
56
+ fail ArgumentError, 'invalid value for "tenant_id" when calling ForensicDataApi.get_fraud_scores, the character length must be smaller than or equal to 68.'
57
57
  end
58
58
 
59
- if @api_client.config.client_side_validation && tenant_id.to_s.length < 5
60
- fail ArgumentError, 'invalid value for "tenant_id" when calling ForensicDataApi.get_fraud_scores, the character length must be greater than or equal to 5.'
59
+ if @api_client.config.client_side_validation && tenant_id.to_s.length < 6
60
+ fail ArgumentError, 'invalid value for "tenant_id" when calling ForensicDataApi.get_fraud_scores, the character length must be greater than or equal to 6.'
61
61
  end
62
62
 
63
- pattern = Regexp.new(/^tid_[a-z0-9\-_]{2,60}$/)
63
+ pattern = Regexp.new(/^(tid|ten)_[a-z0-9_-]{2,64}$/)
64
64
  if @api_client.config.client_side_validation && tenant_id !~ pattern
65
65
  fail ArgumentError, "invalid value for 'tenant_id' when calling ForensicDataApi.get_fraud_scores, must conform to the pattern #{pattern}."
66
66
  end
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Alogram PayRisk is an AI-native decision engine built for the speed and complexity of the modern commerce era. In a high-velocity world where AI-driven threats evolve in milliseconds, Alogram provides the real-time adaptability and forensic transparency needed to protect your ecosystem with total confidence. We solve the challenge of balancing frictionless growth with regulatory explainability, delivering instant, intelligent risk orchestration at enterprise scale. --- ## Licensing & Terms Our client libraries and API specifications are open-source under the **Apache License 2.0** to ensure seamless integration into your tech stack. Use of the Alogram PayRisk API service is proprietary and governed by our [Terms of Service](https://alogram.ai/#tos) and your specific **Enterprise Agreement**, if applicable. To access the service, you must have: * A valid Alogram API Key. * An active subscription or signed Master Service Agreement. Unauthorized use, including automated scraping or reverse engineering of the scoring engine, is strictly prohibited. --- ## Support & Traceability Every Alogram API response includes a unique **`x-trace-id`** header. Please include this ID when contacting [packages@alogram.ai](mailto:packages@alogram.ai) regarding specific transactions or errors. --- ## Specification The authoritative OpenAPI specification for this version is available for download: **[Download openapi.yaml](https://developers.alogram.ai/openapi.yaml)** | **[Download openapi.json](https://developers.alogram.ai/openapi.json)**
5
5
 
6
- The version of the OpenAPI document: 0.2.9
6
+ The version of the OpenAPI document: 0.2.21
7
7
  Contact: packages@alogram.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.15.0
@@ -24,6 +24,7 @@ module AlogramPayRisk
24
24
  # @param check_request [CheckRequest]
25
25
  # @param [Hash] opts the optional parameters
26
26
  # @option opts [String] :x_trace_id Echoed or generated trace ID for tracking requests.
27
+ # @option opts [AgentManifest] :x_alogram_agent_manifest JSON-encoded AgentManifest for autonomous shopping agents. Required for machine-to-machine trust validation (UCP/MCP).
27
28
  # @return [DecisionResponse]
28
29
  def risk_check(x_idempotency_key, check_request, opts = {})
29
30
  data, _status_code, _headers = risk_check_with_http_info(x_idempotency_key, check_request, opts)
@@ -35,6 +36,7 @@ module AlogramPayRisk
35
36
  # @param check_request [CheckRequest]
36
37
  # @param [Hash] opts the optional parameters
37
38
  # @option opts [String] :x_trace_id Echoed or generated trace ID for tracking requests.
39
+ # @option opts [AgentManifest] :x_alogram_agent_manifest JSON-encoded AgentManifest for autonomous shopping agents. Required for machine-to-machine trust validation (UCP/MCP).
38
40
  # @return [Array<(DecisionResponse, Integer, Hash)>] DecisionResponse data, response status code and response headers
39
41
  def risk_check_with_http_info(x_idempotency_key, check_request, opts = {})
40
42
  if @api_client.config.debugging
@@ -91,6 +93,7 @@ module AlogramPayRisk
91
93
  end
92
94
  header_params[:'x-idempotency-key'] = x_idempotency_key
93
95
  header_params[:'x-trace-id'] = opts[:'x_trace_id'] if !opts[:'x_trace_id'].nil?
96
+ header_params[:'x-alogram-agent-manifest'] = opts[:'x_alogram_agent_manifest'] if !opts[:'x_alogram_agent_manifest'].nil?
94
97
 
95
98
  # form parameters
96
99
  form_params = opts[:form_params] || {}
@@ -3,7 +3,7 @@
3
3
 
4
4
  #Alogram PayRisk is an AI-native decision engine built for the speed and complexity of the modern commerce era. In a high-velocity world where AI-driven threats evolve in milliseconds, Alogram provides the real-time adaptability and forensic transparency needed to protect your ecosystem with total confidence. We solve the challenge of balancing frictionless growth with regulatory explainability, delivering instant, intelligent risk orchestration at enterprise scale. --- ## Licensing & Terms Our client libraries and API specifications are open-source under the **Apache License 2.0** to ensure seamless integration into your tech stack. Use of the Alogram PayRisk API service is proprietary and governed by our [Terms of Service](https://alogram.ai/#tos) and your specific **Enterprise Agreement**, if applicable. To access the service, you must have: * A valid Alogram API Key. * An active subscription or signed Master Service Agreement. Unauthorized use, including automated scraping or reverse engineering of the scoring engine, is strictly prohibited. --- ## Support & Traceability Every Alogram API response includes a unique **`x-trace-id`** header. Please include this ID when contacting [packages@alogram.ai](mailto:packages@alogram.ai) regarding specific transactions or errors. --- ## Specification The authoritative OpenAPI specification for this version is available for download: **[Download openapi.yaml](https://developers.alogram.ai/openapi.yaml)** | **[Download openapi.json](https://developers.alogram.ai/openapi.json)**
5
5
 
6
- The version of the OpenAPI document: 0.2.9
6
+ The version of the OpenAPI document: 0.2.21
7
7
  Contact: packages@alogram.ai
8
8
  Generated by: https://openapi-generator.tech
9
9
  Generator version: 7.15.0
@@ -25,6 +25,7 @@ module AlogramPayRisk
25
25
  # @param account_check_request [AccountCheckRequest]
26
26
  # @param [Hash] opts the optional parameters
27
27
  # @option opts [String] :x_trace_id Echoed or generated trace ID for tracking requests.
28
+ # @option opts [AgentManifest] :x_alogram_agent_manifest JSON-encoded AgentManifest for autonomous shopping agents. Required for machine-to-machine trust validation (UCP/MCP).
28
29
  # @return [DecisionResponse]
29
30
  def account_risk_check(x_idempotency_key, account_check_request, opts = {})
30
31
  data, _status_code, _headers = account_risk_check_with_http_info(x_idempotency_key, account_check_request, opts)
@@ -37,6 +38,7 @@ module AlogramPayRisk
37
38
  # @param account_check_request [AccountCheckRequest]
38
39
  # @param [Hash] opts the optional parameters
39
40
  # @option opts [String] :x_trace_id Echoed or generated trace ID for tracking requests.
41
+ # @option opts [AgentManifest] :x_alogram_agent_manifest JSON-encoded AgentManifest for autonomous shopping agents. Required for machine-to-machine trust validation (UCP/MCP).
40
42
  # @return [Array<(DecisionResponse, Integer, Hash)>] DecisionResponse data, response status code and response headers
41
43
  def account_risk_check_with_http_info(x_idempotency_key, account_check_request, opts = {})
42
44
  if @api_client.config.debugging
@@ -93,6 +95,7 @@ module AlogramPayRisk
93
95
  end
94
96
  header_params[:'x-idempotency-key'] = x_idempotency_key
95
97
  header_params[:'x-trace-id'] = opts[:'x_trace_id'] if !opts[:'x_trace_id'].nil?
98
+ header_params[:'x-alogram-agent-manifest'] = opts[:'x_alogram_agent_manifest'] if !opts[:'x_alogram_agent_manifest'].nil?
96
99
 
97
100
  # form parameters
98
101
  form_params = opts[:form_params] || {}
@@ -129,6 +132,7 @@ module AlogramPayRisk
129
132
  # @param kyc_check_request [KycCheckRequest]
130
133
  # @param [Hash] opts the optional parameters
131
134
  # @option opts [String] :x_trace_id Echoed or generated trace ID for tracking requests.
135
+ # @option opts [AgentManifest] :x_alogram_agent_manifest JSON-encoded AgentManifest for autonomous shopping agents. Required for machine-to-machine trust validation (UCP/MCP).
132
136
  # @return [DecisionResponse]
133
137
  def kyc_risk_check(x_idempotency_key, kyc_check_request, opts = {})
134
138
  data, _status_code, _headers = kyc_risk_check_with_http_info(x_idempotency_key, kyc_check_request, opts)
@@ -141,6 +145,7 @@ module AlogramPayRisk
141
145
  # @param kyc_check_request [KycCheckRequest]
142
146
  # @param [Hash] opts the optional parameters
143
147
  # @option opts [String] :x_trace_id Echoed or generated trace ID for tracking requests.
148
+ # @option opts [AgentManifest] :x_alogram_agent_manifest JSON-encoded AgentManifest for autonomous shopping agents. Required for machine-to-machine trust validation (UCP/MCP).
144
149
  # @return [Array<(DecisionResponse, Integer, Hash)>] DecisionResponse data, response status code and response headers
145
150
  def kyc_risk_check_with_http_info(x_idempotency_key, kyc_check_request, opts = {})
146
151
  if @api_client.config.debugging
@@ -197,6 +202,7 @@ module AlogramPayRisk
197
202
  end
198
203
  header_params[:'x-idempotency-key'] = x_idempotency_key
199
204
  header_params[:'x-trace-id'] = opts[:'x_trace_id'] if !opts[:'x_trace_id'].nil?
205
+ header_params[:'x-alogram-agent-manifest'] = opts[:'x_alogram_agent_manifest'] if !opts[:'x_alogram_agent_manifest'].nil?
200
206
 
201
207
  # form parameters
202
208
  form_params = opts[:form_params] || {}