alogram_payrisk 0.2.10 → 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.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/README.md +2 -2
- data/RELEASE.json +4 -4
- data/alogram_payrisk.gemspec +1 -1
- data/lib/alogram_payrisk/api/forensic_data_api.rb +6 -6
- data/lib/alogram_payrisk/api/risk_scoring_api.rb +4 -1
- data/lib/alogram_payrisk/api/roadmap_preview_api.rb +7 -1
- data/lib/alogram_payrisk/api/signal_intelligence_api.rb +19 -13
- data/lib/alogram_payrisk/api/system_api.rb +1 -1
- data/lib/alogram_payrisk/api_client.rb +1 -1
- data/lib/alogram_payrisk/api_error.rb +1 -1
- data/lib/alogram_payrisk/api_model_base.rb +1 -1
- data/lib/alogram_payrisk/configuration.rb +2 -2
- data/lib/alogram_payrisk/models/account.rb +1 -1
- data/lib/alogram_payrisk/models/account_check_request.rb +1 -1
- data/lib/alogram_payrisk/models/agent_manifest.rb +325 -0
- data/lib/alogram_payrisk/models/agent_provider.rb +44 -0
- data/lib/alogram_payrisk/models/auth_context.rb +194 -0
- data/lib/alogram_payrisk/models/avs_result_enum.rb +1 -1
- data/lib/alogram_payrisk/models/bank_transfer.rb +1 -1
- data/lib/alogram_payrisk/models/card.rb +1 -1
- data/lib/alogram_payrisk/models/card_network_enum.rb +1 -1
- data/lib/alogram_payrisk/models/category_signal.rb +1 -1
- data/lib/alogram_payrisk/models/channel_enum.rb +1 -1
- data/lib/alogram_payrisk/models/check_request.rb +1 -1
- data/lib/alogram_payrisk/models/confidence_enum.rb +1 -1
- data/lib/alogram_payrisk/models/crypto.rb +1 -1
- data/lib/alogram_payrisk/models/cvv_result_enum.rb +1 -1
- data/lib/alogram_payrisk/models/decision_response.rb +1 -1
- data/lib/alogram_payrisk/models/device_info.rb +1 -1
- data/lib/alogram_payrisk/models/discount_code.rb +1 -1
- data/lib/alogram_payrisk/models/entity_ids.rb +164 -56
- data/lib/alogram_payrisk/models/entry_method_enum.rb +1 -1
- data/lib/alogram_payrisk/models/external_assessment.rb +1 -1
- data/lib/alogram_payrisk/models/fraud_score.rb +1 -1
- data/lib/alogram_payrisk/models/identity.rb +2 -2
- data/lib/alogram_payrisk/models/ingest_payment_event202_response.rb +147 -0
- data/lib/alogram_payrisk/models/integrity.rb +1 -1
- data/lib/alogram_payrisk/models/interaction.rb +1 -1
- data/lib/alogram_payrisk/models/interaction_type_enum.rb +1 -1
- data/lib/alogram_payrisk/models/invoice.rb +1 -1
- data/lib/alogram_payrisk/models/ip_info.rb +1 -1
- data/lib/alogram_payrisk/models/kyc_check_request.rb +1 -1
- data/lib/alogram_payrisk/models/kyc_payload.rb +1 -1
- data/lib/alogram_payrisk/models/merchant_context.rb +1 -1
- data/lib/alogram_payrisk/models/order_context.rb +1 -1
- data/lib/alogram_payrisk/models/payer_type_enum.rb +1 -1
- data/lib/alogram_payrisk/models/payment_authorization_outcome.rb +1 -1
- data/lib/alogram_payrisk/models/payment_capture_outcome.rb +1 -1
- data/lib/alogram_payrisk/models/payment_card_type_enum.rb +1 -1
- data/lib/alogram_payrisk/models/payment_chargeback.rb +1 -1
- data/lib/alogram_payrisk/models/payment_chargeback_outcome.rb +1 -1
- data/lib/alogram_payrisk/models/payment_dispute_outcome.rb +1 -1
- data/lib/alogram_payrisk/models/payment_event.rb +1 -1
- data/lib/alogram_payrisk/models/payment_event_type.rb +1 -1
- data/lib/alogram_payrisk/models/payment_method.rb +1 -1
- data/lib/alogram_payrisk/models/payment_outcome.rb +1 -1
- data/lib/alogram_payrisk/models/payment_realtime_type_enum.rb +1 -1
- data/lib/alogram_payrisk/models/payment_refund_outcome.rb +1 -1
- data/lib/alogram_payrisk/models/payment_wallet_type_enum.rb +7 -2
- data/lib/alogram_payrisk/models/postal_address.rb +1 -1
- data/lib/alogram_payrisk/models/problem.rb +1 -1
- data/lib/alogram_payrisk/models/purchase.rb +1 -1
- data/lib/alogram_payrisk/models/purchase_initiator_enum.rb +1 -1
- data/lib/alogram_payrisk/models/purchase_sequence_enum.rb +1 -1
- data/lib/alogram_payrisk/models/purchase_usage_enum.rb +1 -1
- data/lib/alogram_payrisk/models/realtime.rb +1 -1
- data/lib/alogram_payrisk/models/reason_detail.rb +1 -1
- data/lib/alogram_payrisk/models/risk_breakdown.rb +1 -1
- data/lib/alogram_payrisk/models/risk_category_enum.rb +1 -1
- data/lib/alogram_payrisk/models/risk_level_enum.rb +1 -1
- data/lib/alogram_payrisk/models/sca_method_enum.rb +1 -1
- data/lib/alogram_payrisk/models/score_record.rb +1 -1
- data/lib/alogram_payrisk/models/scores_success_response.rb +1 -1
- data/lib/alogram_payrisk/models/signals_account_variant.rb +1 -1
- data/lib/alogram_payrisk/models/signals_interaction_variant.rb +1 -1
- data/lib/alogram_payrisk/models/signals_request.rb +1 -1
- data/lib/alogram_payrisk/models/stored_credential_context.rb +1 -1
- data/lib/alogram_payrisk/models/three_ds_data.rb +1 -1
- data/lib/alogram_payrisk/models/wallet.rb +1 -1
- data/lib/alogram_payrisk/version.rb +2 -2
- data/lib/alogram_payrisk.rb +5 -1
- data/spec/api/forensic_data_api_spec.rb +1 -1
- data/spec/api/risk_scoring_api_spec.rb +2 -1
- data/spec/api/roadmap_preview_api_spec.rb +3 -1
- data/spec/api/signal_intelligence_api_spec.rb +5 -3
- data/spec/api/system_api_spec.rb +1 -1
- data/spec/models/account_check_request_spec.rb +1 -1
- data/spec/models/account_spec.rb +1 -1
- data/spec/models/agent_manifest_spec.rb +60 -0
- data/spec/models/agent_provider_spec.rb +30 -0
- data/spec/models/auth_context_spec.rb +42 -0
- data/spec/models/avs_result_enum_spec.rb +1 -1
- data/spec/models/bank_transfer_spec.rb +1 -1
- data/spec/models/card_network_enum_spec.rb +1 -1
- data/spec/models/card_spec.rb +1 -1
- data/spec/models/category_signal_spec.rb +1 -1
- data/spec/models/channel_enum_spec.rb +1 -1
- data/spec/models/check_request_spec.rb +1 -1
- data/spec/models/confidence_enum_spec.rb +1 -1
- data/spec/models/crypto_spec.rb +1 -1
- data/spec/models/cvv_result_enum_spec.rb +1 -1
- data/spec/models/decision_response_spec.rb +1 -1
- data/spec/models/device_info_spec.rb +1 -1
- data/spec/models/discount_code_spec.rb +1 -1
- data/spec/models/entity_ids_spec.rb +26 -2
- data/spec/models/entry_method_enum_spec.rb +1 -1
- data/spec/models/external_assessment_spec.rb +1 -1
- data/spec/models/fraud_score_spec.rb +1 -1
- data/spec/models/identity_spec.rb +1 -1
- data/spec/models/ingest_payment_event202_response_spec.rb +36 -0
- data/spec/models/integrity_spec.rb +1 -1
- data/spec/models/interaction_spec.rb +1 -1
- data/spec/models/interaction_type_enum_spec.rb +1 -1
- data/spec/models/invoice_spec.rb +1 -1
- data/spec/models/ip_info_spec.rb +1 -1
- data/spec/models/kyc_check_request_spec.rb +1 -1
- data/spec/models/kyc_payload_spec.rb +1 -1
- data/spec/models/merchant_context_spec.rb +1 -1
- data/spec/models/order_context_spec.rb +1 -1
- data/spec/models/payer_type_enum_spec.rb +1 -1
- data/spec/models/payment_authorization_outcome_spec.rb +1 -1
- data/spec/models/payment_capture_outcome_spec.rb +1 -1
- data/spec/models/payment_card_type_enum_spec.rb +1 -1
- data/spec/models/payment_chargeback_outcome_spec.rb +1 -1
- data/spec/models/payment_chargeback_spec.rb +1 -1
- data/spec/models/payment_dispute_outcome_spec.rb +1 -1
- data/spec/models/payment_event_spec.rb +1 -1
- data/spec/models/payment_event_type_spec.rb +1 -1
- data/spec/models/payment_method_spec.rb +1 -1
- data/spec/models/payment_outcome_spec.rb +1 -1
- data/spec/models/payment_realtime_type_enum_spec.rb +1 -1
- data/spec/models/payment_refund_outcome_spec.rb +1 -1
- data/spec/models/payment_wallet_type_enum_spec.rb +1 -1
- data/spec/models/postal_address_spec.rb +1 -1
- data/spec/models/problem_spec.rb +1 -1
- data/spec/models/purchase_initiator_enum_spec.rb +1 -1
- data/spec/models/purchase_sequence_enum_spec.rb +1 -1
- data/spec/models/purchase_spec.rb +1 -1
- data/spec/models/purchase_usage_enum_spec.rb +1 -1
- data/spec/models/realtime_spec.rb +1 -1
- data/spec/models/reason_detail_spec.rb +1 -1
- data/spec/models/risk_breakdown_spec.rb +1 -1
- data/spec/models/risk_category_enum_spec.rb +1 -1
- data/spec/models/risk_level_enum_spec.rb +1 -1
- data/spec/models/sca_method_enum_spec.rb +1 -1
- data/spec/models/score_record_spec.rb +1 -1
- data/spec/models/scores_success_response_spec.rb +1 -1
- data/spec/models/signals_account_variant_spec.rb +1 -1
- data/spec/models/signals_interaction_variant_spec.rb +1 -1
- data/spec/models/signals_request_spec.rb +1 -1
- data/spec/models/stored_credential_context_spec.rb +1 -1
- data/spec/models/three_ds_data_spec.rb +1 -1
- data/spec/models/wallet_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/cache/httpx-1.7.8.gem +0 -0
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/byebug-13.0.0/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/date-3.5.1/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/io-console-0.8.2/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/jaro_winkler-1.5.6/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/psych-5.3.1/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/racc-1.8.1/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/extensions/x86_64-linux/3.3.0/stringio-3.2.0/gem_make.out +5 -5
- data/vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_7_7.md +17 -0
- data/vendor/bundle/ruby/3.3.0/gems/httpx-1.7.8/doc/release_notes/1_7_8.md +5 -0
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/adapters/faraday.rb +0 -10
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/adapters/webmock.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/connection/http1.rb +37 -31
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/connection/http2.rb +13 -13
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/connection.rb +4 -4
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/io/ssl.rb +4 -4
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/loggable.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/parser/http1.rb +0 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/auth/digest.rb +6 -0
- 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
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/cookies/cookie.rb +0 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/digest_auth.rb +3 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/follow_redirects.rb +13 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/h2c.rb +2 -12
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/proxy/http.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/proxy.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/response_cache.rb +11 -4
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/retries.rb +11 -5
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/ssrf_filter.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/tracing.rb +1 -6
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/upgrade/h2.rb +1 -11
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/upgrade.rb +17 -17
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/request.rb +15 -2
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/selector.rb +6 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/session.rb +27 -23
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/version.rb +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/connection/http1.rbs +3 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/connection/http2.rbs +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/loggable.rbs +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/auth/basic.rbs +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/auth/digest.rbs +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/auth/ntlm.rbs +2 -0
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/follow_redirects.rbs +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/proxy.rbs +1 -0
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/response_cache.rbs +2 -0
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/tracing.rbs +1 -1
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/request.rbs +3 -0
- data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/session.rbs +0 -2
- data/vendor/bundle/ruby/3.3.0/specifications/{httpx-1.7.6.gemspec → httpx-1.7.8.gemspec} +4 -4
- metadata +421 -407
- data/vendor/bundle/ruby/3.3.0/cache/httpx-1.7.6.gem +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/LICENSE.txt +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/README.md +0 -0
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /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
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/adapters/datadog.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/adapters/sentry.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/altsvc.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/base64.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/buffer.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/callbacks.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/chainable.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/domain_name.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/errors.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/extensions.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/headers.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/io/tcp.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/io/udp.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/io/unix.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/io.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/options.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/auth/basic.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/auth/ntlm.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/auth/socks5.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/auth.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/aws_sigv4.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/basic_auth.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/brotli.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/callbacks.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/circuit_breaker.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/content_digest.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/cookies/jar.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/cookies.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/expect.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/fiber_concurrency.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/grpc/call.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/grpc/message.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/grpc.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/internal_telemetry.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/ntlm_auth.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/oauth.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/persistent.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/proxy/socks4.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/proxy/socks5.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/proxy/ssh.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/push_promise.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/query.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/rate_limiter.rb +0 -0
- /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
- /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
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/stream.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/stream_bidi.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/webdav.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/plugins/xml.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/pmatch_extensions.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/pool.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/punycode.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/request/body.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver/cache/base.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver/cache/memory.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver/cache.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver/entry.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver/https.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver/multi.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver/native.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver/resolver.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver/system.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/resolver.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/response/body.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/response/buffer.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/response.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/session_extensions.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/timers.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/body.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/chunker.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/deflate.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/form.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/gzip.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/json.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/multipart/decoder.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/multipart/encoder.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/multipart/part.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/multipart.rb +0 -0
- /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
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder/utils/deflater.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/transcoder.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/utils.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx.rb +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/altsvc.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/buffer.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/callbacks.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/chainable.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/connection.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/domain_name.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/errors.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/headers.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/httpx.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/io/ssl.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/io/tcp.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/io/udp.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/io/unix.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/io.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/options.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/parser/http1.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/auth/socks5.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/auth.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/aws_sdk_authentication.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/aws_sigv4.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/basic_auth.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/brotli.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/callbacks.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/circuit_breaker.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/compression.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/content_digest.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/cookies/cookie.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/cookies/jar.rbs +0 -0
- /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
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/cookies.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/digest_auth.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/expect.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/fiber_concurrency.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/grpc/call.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/grpc/grpc_encoding.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/grpc/message.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/grpc.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/h2c.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/ntlm_auth.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/oauth.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/persistent.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/proxy/http.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/proxy/socks4.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/proxy/socks5.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/proxy/ssh.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/push_promise.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/query.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/rate_limiter.rbs +0 -0
- /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
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/response_cache/store.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/retries.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/ssrf_filter.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/stream.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/stream_bidi.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/upgrade/h2.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/upgrade.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/webdav.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/plugins/xml.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/pool.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/punycode.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/request/body.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver/cache/base.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver/cache/memory.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver/cache.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver/entry.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver/https.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver/multi.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver/native.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver/resolver.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver/system.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/resolver.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/response/body.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/response/buffer.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/response.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/selector.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/timers.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder/body.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder/chunker.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder/deflate.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder/form.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder/gzip.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder/json.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder/multipart.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder/utils/body_reader.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder/utils/deflater.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/transcoder.rbs +0 -0
- /data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/sig/utils.rbs +0 -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.
|
|
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
|
|
@@ -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.
|
|
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
|
|
@@ -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.
|
|
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
|
|
@@ -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.
|
|
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
|
|
@@ -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.
|
|
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
|
|
@@ -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.
|
|
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
|
|
@@ -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.
|
|
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
|
data/spec/models/wallet_spec.rb
CHANGED
|
@@ -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.
|
|
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
|
data/spec/spec_helper.rb
CHANGED
|
@@ -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.
|
|
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
|
|
Binary file
|
|
@@ -3,10 +3,10 @@ current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/rub
|
|
|
3
3
|
creating Makefile
|
|
4
4
|
|
|
5
5
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/byebug-13.0.0/ext/byebug
|
|
6
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
6
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-82fbmw sitelibdir\=./.gem.20260531-2400-82fbmw clean
|
|
7
7
|
|
|
8
8
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/byebug-13.0.0/ext/byebug
|
|
9
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
9
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-82fbmw sitelibdir\=./.gem.20260531-2400-82fbmw
|
|
10
10
|
compiling breakpoint.c
|
|
11
11
|
compiling byebug.c
|
|
12
12
|
byebug.c: In function ‘check_started’:
|
|
@@ -35,8 +35,8 @@ compiling threads.c
|
|
|
35
35
|
linking shared-object byebug/byebug.so
|
|
36
36
|
|
|
37
37
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/byebug-13.0.0/ext/byebug
|
|
38
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
39
|
-
/usr/bin/install -c -m 0755 byebug.so ./.gem.
|
|
38
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-82fbmw sitelibdir\=./.gem.20260531-2400-82fbmw install
|
|
39
|
+
/usr/bin/install -c -m 0755 byebug.so ./.gem.20260531-2400-82fbmw/byebug
|
|
40
40
|
|
|
41
41
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/byebug-13.0.0/ext/byebug
|
|
42
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
42
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-82fbmw sitelibdir\=./.gem.20260531-2400-82fbmw clean
|
|
@@ -6,10 +6,10 @@ checking for altzone in time.h with -Werror... no
|
|
|
6
6
|
creating Makefile
|
|
7
7
|
|
|
8
8
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/date-3.5.1/ext/date
|
|
9
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
9
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-tneq19 sitelibdir\=./.gem.20260531-2400-tneq19 clean
|
|
10
10
|
|
|
11
11
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/date-3.5.1/ext/date
|
|
12
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
12
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-tneq19 sitelibdir\=./.gem.20260531-2400-tneq19
|
|
13
13
|
compiling date_core.c
|
|
14
14
|
compiling date_parse.c
|
|
15
15
|
compiling date_strftime.c
|
|
@@ -17,8 +17,8 @@ compiling date_strptime.c
|
|
|
17
17
|
linking shared-object date_core.so
|
|
18
18
|
|
|
19
19
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/date-3.5.1/ext/date
|
|
20
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
21
|
-
/usr/bin/install -c -m 0755 date_core.so ./.gem.
|
|
20
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-tneq19 sitelibdir\=./.gem.20260531-2400-tneq19 install
|
|
21
|
+
/usr/bin/install -c -m 0755 date_core.so ./.gem.20260531-2400-tneq19
|
|
22
22
|
|
|
23
23
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/date-3.5.1/ext/date
|
|
24
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
24
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-tneq19 sitelibdir\=./.gem.20260531-2400-tneq19 clean
|
|
@@ -16,16 +16,16 @@ checking for ttyname_r()... yes
|
|
|
16
16
|
creating Makefile
|
|
17
17
|
|
|
18
18
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/ext/io/console
|
|
19
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
19
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-pk8b3i sitelibdir\=./.gem.20260531-2400-pk8b3i clean
|
|
20
20
|
|
|
21
21
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/ext/io/console
|
|
22
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
22
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-pk8b3i sitelibdir\=./.gem.20260531-2400-pk8b3i
|
|
23
23
|
compiling console.c
|
|
24
24
|
linking shared-object io/console.so
|
|
25
25
|
|
|
26
26
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/ext/io/console
|
|
27
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
28
|
-
/usr/bin/install -c -m 0755 console.so ./.gem.
|
|
27
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-pk8b3i sitelibdir\=./.gem.20260531-2400-pk8b3i install
|
|
28
|
+
/usr/bin/install -c -m 0755 console.so ./.gem.20260531-2400-pk8b3i/io
|
|
29
29
|
|
|
30
30
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/io-console-0.8.2/ext/io/console
|
|
31
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
31
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-pk8b3i sitelibdir\=./.gem.20260531-2400-pk8b3i clean
|
|
@@ -3,10 +3,10 @@ current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/rub
|
|
|
3
3
|
creating Makefile
|
|
4
4
|
|
|
5
5
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
|
|
6
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
6
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-ezoq3l sitelibdir\=./.gem.20260531-2400-ezoq3l clean
|
|
7
7
|
|
|
8
8
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
|
|
9
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
9
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-ezoq3l sitelibdir\=./.gem.20260531-2400-ezoq3l
|
|
10
10
|
compiling adj_matrix.c
|
|
11
11
|
adj_matrix.c: In function ‘adj_matrix_default’:
|
|
12
12
|
adj_matrix.c:82:12: warning: old-style function definition [-Wold-style-definition]
|
|
@@ -22,8 +22,8 @@ compiling jaro_winkler.c
|
|
|
22
22
|
linking shared-object jaro_winkler/jaro_winkler_ext.so
|
|
23
23
|
|
|
24
24
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
|
|
25
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
26
|
-
/usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.
|
|
25
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-ezoq3l sitelibdir\=./.gem.20260531-2400-ezoq3l install
|
|
26
|
+
/usr/bin/install -c -m 0755 jaro_winkler_ext.so ./.gem.20260531-2400-ezoq3l/jaro_winkler
|
|
27
27
|
|
|
28
28
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/jaro_winkler-1.5.6/ext/jaro_winkler
|
|
29
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
29
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-ezoq3l sitelibdir\=./.gem.20260531-2400-ezoq3l clean
|
|
@@ -4,13 +4,13 @@ checking for pkg-config for yaml-0.1... [" ", "", "-lyaml"]
|
|
|
4
4
|
creating Makefile
|
|
5
5
|
|
|
6
6
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.3.1/ext/psych
|
|
7
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
7
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-dlh8pn sitelibdir\=./.gem.20260531-2400-dlh8pn clean
|
|
8
8
|
cd libyaml && make clean
|
|
9
9
|
/bin/sh: 1: cd: can't cd to libyaml
|
|
10
10
|
make: [Makefile:283: clean-so] Error 2 (ignored)
|
|
11
11
|
|
|
12
12
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.3.1/ext/psych
|
|
13
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
13
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-dlh8pn sitelibdir\=./.gem.20260531-2400-dlh8pn
|
|
14
14
|
compiling psych.c
|
|
15
15
|
compiling psych_emitter.c
|
|
16
16
|
compiling psych_parser.c
|
|
@@ -19,11 +19,11 @@ compiling psych_yaml_tree.c
|
|
|
19
19
|
linking shared-object psych.so
|
|
20
20
|
|
|
21
21
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.3.1/ext/psych
|
|
22
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
23
|
-
/usr/bin/install -c -m 0755 psych.so ./.gem.
|
|
22
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-dlh8pn sitelibdir\=./.gem.20260531-2400-dlh8pn install
|
|
23
|
+
/usr/bin/install -c -m 0755 psych.so ./.gem.20260531-2400-dlh8pn
|
|
24
24
|
|
|
25
25
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/psych-5.3.1/ext/psych
|
|
26
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
26
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-dlh8pn sitelibdir\=./.gem.20260531-2400-dlh8pn clean
|
|
27
27
|
cd libyaml && make clean
|
|
28
28
|
/bin/sh: 1: cd: can't cd to libyaml
|
|
29
29
|
make: [Makefile:283: clean-so] Error 2 (ignored)
|
|
@@ -3,16 +3,16 @@ current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/rub
|
|
|
3
3
|
creating Makefile
|
|
4
4
|
|
|
5
5
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse
|
|
6
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
6
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-6089z2 sitelibdir\=./.gem.20260531-2400-6089z2 clean
|
|
7
7
|
|
|
8
8
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse
|
|
9
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
9
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-6089z2 sitelibdir\=./.gem.20260531-2400-6089z2
|
|
10
10
|
compiling cparse.c
|
|
11
11
|
linking shared-object racc/cparse.so
|
|
12
12
|
|
|
13
13
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse
|
|
14
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
15
|
-
/usr/bin/install -c -m 0755 cparse.so ./.gem.
|
|
14
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-6089z2 sitelibdir\=./.gem.20260531-2400-6089z2 install
|
|
15
|
+
/usr/bin/install -c -m 0755 cparse.so ./.gem.20260531-2400-6089z2/racc
|
|
16
16
|
|
|
17
17
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/racc-1.8.1/ext/racc/cparse
|
|
18
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
18
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-6089z2 sitelibdir\=./.gem.20260531-2400-6089z2 clean
|
|
@@ -4,16 +4,16 @@ checking for rb_io_mode_t in ruby/io.h... no
|
|
|
4
4
|
creating Makefile
|
|
5
5
|
|
|
6
6
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.2.0/ext/stringio
|
|
7
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
7
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-8pfcx3 sitelibdir\=./.gem.20260531-2400-8pfcx3 clean
|
|
8
8
|
|
|
9
9
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.2.0/ext/stringio
|
|
10
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
10
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-8pfcx3 sitelibdir\=./.gem.20260531-2400-8pfcx3
|
|
11
11
|
compiling stringio.c
|
|
12
12
|
linking shared-object stringio.so
|
|
13
13
|
|
|
14
14
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.2.0/ext/stringio
|
|
15
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
16
|
-
/usr/bin/install -c -m 0755 stringio.so ./.gem.
|
|
15
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-8pfcx3 sitelibdir\=./.gem.20260531-2400-8pfcx3 install
|
|
16
|
+
/usr/bin/install -c -m 0755 stringio.so ./.gem.20260531-2400-8pfcx3
|
|
17
17
|
|
|
18
18
|
current directory: /home/runner/work/alogram-ruby/alogram-ruby/vendor/bundle/ruby/3.3.0/gems/stringio-3.2.0/ext/stringio
|
|
19
|
-
make DESTDIR\= sitearchdir\=./.gem.
|
|
19
|
+
make DESTDIR\= sitearchdir\=./.gem.20260531-2400-8pfcx3 sitelibdir\=./.gem.20260531-2400-8pfcx3 clean
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# 1.7.7
|
|
2
|
+
|
|
3
|
+
## Improvements
|
|
4
|
+
|
|
5
|
+
* ssl cert info will also be redacted when `:debug_redact` option is enabled.
|
|
6
|
+
* fix performance regression of #receive_requests recent loop change (which also improved performance of previous baseline).
|
|
7
|
+
* header/data logs indexed by request (instead of parser).
|
|
8
|
+
|
|
9
|
+
## Bugfixes
|
|
10
|
+
|
|
11
|
+
* proxy: fixed issue when basic auth to proxy failed with 407 and it'd raise NoMethodError when retrying (marked as unretriable now).
|
|
12
|
+
* selector: prevent removal of wrong selectable when previous closed via `#on_close` during selectables traversal.
|
|
13
|
+
* http1: only reset requests which weren't completed (prevent issuing errors twice).
|
|
14
|
+
* http1: forego clearing buffer on reset (avoid deleting potential next request bytes).
|
|
15
|
+
* response_cache: reset cached response age on successful cache revalidation, as per RFC.
|
|
16
|
+
* rate_limiter: do not apply jitter when delay comes from `retry-after` header.
|
|
17
|
+
* digest: digest header parsing issues results in an error response (instead of an exception raised).
|
data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/adapters/faraday.rb
RENAMED
|
@@ -182,15 +182,6 @@ module Faraday
|
|
|
182
182
|
@on_response
|
|
183
183
|
end
|
|
184
184
|
end
|
|
185
|
-
|
|
186
|
-
def on_complete(&blk)
|
|
187
|
-
if blk
|
|
188
|
-
@on_complete = blk
|
|
189
|
-
self
|
|
190
|
-
else
|
|
191
|
-
@on_complete
|
|
192
|
-
end
|
|
193
|
-
end
|
|
194
185
|
end
|
|
195
186
|
|
|
196
187
|
include RequestMixin
|
|
@@ -224,7 +215,6 @@ module Faraday
|
|
|
224
215
|
Array(responses).each_with_index do |response, index|
|
|
225
216
|
handler = @handlers[index]
|
|
226
217
|
handler.on_response.call(response)
|
|
227
|
-
handler.on_complete.call(handler.env) if handler.on_complete
|
|
228
218
|
end
|
|
229
219
|
end
|
|
230
220
|
end
|
data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/adapters/webmock.rb
RENAMED
|
@@ -132,7 +132,7 @@ module WebMock
|
|
|
132
132
|
request.transition(:done)
|
|
133
133
|
response.finish!
|
|
134
134
|
request.response = response
|
|
135
|
-
request.
|
|
135
|
+
request.emit_response(response)
|
|
136
136
|
request_signature.headers = request.headers.to_h
|
|
137
137
|
|
|
138
138
|
response << mock_response.body.dup unless response.is_a?(HTTPX::ErrorResponse)
|
data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/connection/http1.rb
RENAMED
|
@@ -54,9 +54,12 @@ module HTTPX
|
|
|
54
54
|
end
|
|
55
55
|
|
|
56
56
|
def reset_requests
|
|
57
|
-
requests
|
|
58
|
-
|
|
59
|
-
|
|
57
|
+
@requests.reverse_each do |request|
|
|
58
|
+
next if request.response
|
|
59
|
+
|
|
60
|
+
request.transition(:idle)
|
|
61
|
+
@pending.unshift(request)
|
|
62
|
+
end
|
|
60
63
|
@requests.clear
|
|
61
64
|
end
|
|
62
65
|
|
|
@@ -116,30 +119,32 @@ module HTTPX
|
|
|
116
119
|
end
|
|
117
120
|
|
|
118
121
|
def on_headers(h)
|
|
119
|
-
@request = @requests.first
|
|
122
|
+
request = @request = @requests.first
|
|
120
123
|
|
|
121
|
-
return if
|
|
124
|
+
return if request.response
|
|
122
125
|
|
|
123
|
-
log(level: 2) { "headers received" }
|
|
124
|
-
headers =
|
|
125
|
-
response =
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
log(color: :yellow) { "-> HEADLINE: #{response.status} HTTP/#{@parser.http_version.join(".")}" }
|
|
130
|
-
log(color: :yellow) { response.headers.each.map { |f, v| "-> HEADER: #{f}: #{log_redact_headers(v)}" }.join("\n") }
|
|
126
|
+
request.log(level: 2) { "headers received" }
|
|
127
|
+
headers = request.options.headers_class.new(h)
|
|
128
|
+
response = request.options.response_class.new(request,
|
|
129
|
+
@parser.status_code,
|
|
130
|
+
@parser.http_version.join("."),
|
|
131
|
+
headers)
|
|
132
|
+
request.log(color: :yellow) { "-> HEADLINE: #{response.status} HTTP/#{@parser.http_version.join(".")}" }
|
|
133
|
+
request.log(color: :yellow) { response.headers.each.map { |f, v| "-> HEADER: #{f}: #{log_redact_headers(v)}" }.join("\n") }
|
|
131
134
|
|
|
132
|
-
|
|
135
|
+
request.response = response
|
|
133
136
|
on_complete if response.finished?
|
|
134
137
|
end
|
|
135
138
|
|
|
136
139
|
def on_trailers(h)
|
|
137
|
-
|
|
140
|
+
request = @request
|
|
138
141
|
|
|
139
|
-
|
|
140
|
-
log(level: 2) { "trailer headers received" }
|
|
142
|
+
return unless request
|
|
141
143
|
|
|
142
|
-
|
|
144
|
+
response = request.response
|
|
145
|
+
|
|
146
|
+
request.log(level: 2) { "trailer headers received" }
|
|
147
|
+
request.log(color: :yellow) { h.each.map { |f, v| "-> HEADER: #{f}: #{log_redact_headers(v.join(", "))}" }.join("\n") }
|
|
143
148
|
response.merge_headers(h)
|
|
144
149
|
end
|
|
145
150
|
|
|
@@ -149,8 +154,9 @@ module HTTPX
|
|
|
149
154
|
return unless request
|
|
150
155
|
|
|
151
156
|
begin
|
|
152
|
-
log(color: :green) { "-> DATA: #{chunk.bytesize} bytes..." }
|
|
153
|
-
log(level: 2, color: :green) { "-> #{log_redact_body(chunk.inspect)}" }
|
|
157
|
+
request.log(color: :green) { "-> DATA: #{chunk.bytesize} bytes..." }
|
|
158
|
+
request.log(level: 2, color: :green) { "-> #{log_redact_body(chunk.inspect)}" }
|
|
159
|
+
|
|
154
160
|
response = request.response
|
|
155
161
|
|
|
156
162
|
response << chunk
|
|
@@ -166,7 +172,7 @@ module HTTPX
|
|
|
166
172
|
|
|
167
173
|
return unless request
|
|
168
174
|
|
|
169
|
-
log(level: 2) { "parsing complete" }
|
|
175
|
+
request.log(level: 2) { "parsing complete" }
|
|
170
176
|
dispatch(request)
|
|
171
177
|
end
|
|
172
178
|
|
|
@@ -293,7 +299,7 @@ module HTTPX
|
|
|
293
299
|
return if @max_concurrent_requests == 1
|
|
294
300
|
|
|
295
301
|
@requests.each do |r|
|
|
296
|
-
r.transition(:idle)
|
|
302
|
+
r.transition(:idle) if r.response.nil?
|
|
297
303
|
|
|
298
304
|
# when we disable pipelining, we still want to try keep-alive.
|
|
299
305
|
# only when keep-alive with one request fails, do we fallback to
|
|
@@ -362,10 +368,10 @@ module HTTPX
|
|
|
362
368
|
def join_headers(request)
|
|
363
369
|
headline = join_headline(request)
|
|
364
370
|
@buffer << headline << CRLF
|
|
365
|
-
log(color: :yellow) { "<- HEADLINE: #{headline.chomp.inspect}" }
|
|
371
|
+
request.log(color: :yellow) { "<- HEADLINE: #{headline.chomp.inspect}" }
|
|
366
372
|
extra_headers = set_protocol_headers(request)
|
|
367
|
-
join_headers2(request.headers.each(extra_headers))
|
|
368
|
-
log { "<- " }
|
|
373
|
+
join_headers2(request, request.headers.each(extra_headers))
|
|
374
|
+
request.log { "<- " }
|
|
369
375
|
@buffer << CRLF
|
|
370
376
|
end
|
|
371
377
|
|
|
@@ -373,8 +379,8 @@ module HTTPX
|
|
|
373
379
|
return if request.body.empty?
|
|
374
380
|
|
|
375
381
|
while (chunk = request.drain_body)
|
|
376
|
-
log(color: :green) { "<- DATA: #{chunk.bytesize} bytes..." }
|
|
377
|
-
log(level: 2, color: :green) { "<- #{log_redact_body(chunk.inspect)}" }
|
|
382
|
+
request.log(color: :green) { "<- DATA: #{chunk.bytesize} bytes..." }
|
|
383
|
+
request.log(level: 2, color: :green) { "<- #{log_redact_body(chunk.inspect)}" }
|
|
378
384
|
@buffer << chunk
|
|
379
385
|
throw(:buffer_full, request) if @buffer.full?
|
|
380
386
|
end
|
|
@@ -387,15 +393,15 @@ module HTTPX
|
|
|
387
393
|
def join_trailers(request)
|
|
388
394
|
return unless request.trailers? && request.callbacks_for?(:trailers)
|
|
389
395
|
|
|
390
|
-
join_headers2(request.trailers)
|
|
391
|
-
log { "<- " }
|
|
396
|
+
join_headers2(request, request.trailers)
|
|
397
|
+
request.log { "<- " }
|
|
392
398
|
@buffer << CRLF
|
|
393
399
|
end
|
|
394
400
|
|
|
395
|
-
def join_headers2(headers)
|
|
401
|
+
def join_headers2(request, headers)
|
|
396
402
|
headers.each do |field, value|
|
|
397
403
|
field = capitalized(field)
|
|
398
|
-
log(color: :yellow) { "<- HEADER: #{[field, log_redact_headers(value)].join(": ")}" }
|
|
404
|
+
request.log(color: :yellow) { "<- HEADER: #{[field, log_redact_headers(value)].join(": ")}" }
|
|
399
405
|
@buffer << "#{field}: #{value}#{CRLF}"
|
|
400
406
|
end
|
|
401
407
|
end
|
data/vendor/bundle/ruby/3.3.0/gems/{httpx-1.7.6 → httpx-1.7.8}/lib/httpx/connection/http2.rb
RENAMED
|
@@ -242,11 +242,11 @@ module HTTPX
|
|
|
242
242
|
extra_headers = set_protocol_headers(request)
|
|
243
243
|
|
|
244
244
|
if request.headers.key?("host")
|
|
245
|
-
log { "forbidden \"host\" header found (#{log_redact_headers(request.headers["host"])}), will use it as authority..." }
|
|
245
|
+
request.log { "forbidden \"host\" header found (#{log_redact_headers(request.headers["host"])}), will use it as authority..." }
|
|
246
246
|
extra_headers[":authority"] = request.headers["host"]
|
|
247
247
|
end
|
|
248
248
|
|
|
249
|
-
log(level: 1, color: :yellow) do
|
|
249
|
+
request.log(level: 1, color: :yellow) do
|
|
250
250
|
"\n#{request.headers.merge(extra_headers).each.map { |k, v| "#{stream.id}: -> HEADER: #{k}: #{log_redact_headers(v)}" }.join("\n")}"
|
|
251
251
|
end
|
|
252
252
|
stream.headers(request.headers.each(extra_headers), end_stream: request.body.empty?)
|
|
@@ -258,7 +258,7 @@ module HTTPX
|
|
|
258
258
|
return
|
|
259
259
|
end
|
|
260
260
|
|
|
261
|
-
log(level: 1, color: :yellow) do
|
|
261
|
+
request.log(level: 1, color: :yellow) do
|
|
262
262
|
request.trailers.each.map { |k, v| "#{stream.id}: -> HEADER: #{k}: #{log_redact_headers(v)}" }.join("\n")
|
|
263
263
|
end
|
|
264
264
|
stream.headers(request.trailers.each, end_stream: true)
|
|
@@ -286,8 +286,8 @@ module HTTPX
|
|
|
286
286
|
end
|
|
287
287
|
|
|
288
288
|
def send_chunk(request, stream, chunk, next_chunk)
|
|
289
|
-
log(level: 1, color: :green) { "#{stream.id}: -> DATA: #{chunk.bytesize} bytes..." }
|
|
290
|
-
log(level: 2, color: :green) { "#{stream.id}: -> #{log_redact_body(chunk.inspect)}" }
|
|
289
|
+
request.log(level: 1, color: :green) { "#{stream.id}: -> DATA: #{chunk.bytesize} bytes..." }
|
|
290
|
+
request.log(level: 2, color: :green) { "#{stream.id}: -> #{log_redact_body(chunk.inspect)}" }
|
|
291
291
|
stream.data(chunk, end_stream: end_stream?(request, next_chunk))
|
|
292
292
|
end
|
|
293
293
|
|
|
@@ -303,11 +303,11 @@ module HTTPX
|
|
|
303
303
|
response = request.response
|
|
304
304
|
|
|
305
305
|
if response.is_a?(Response) && response.version == "2.0"
|
|
306
|
-
on_stream_trailers(stream, response, h)
|
|
306
|
+
on_stream_trailers(stream, request, response, h)
|
|
307
307
|
return
|
|
308
308
|
end
|
|
309
309
|
|
|
310
|
-
log(color: :yellow) do
|
|
310
|
+
request.log(color: :yellow) do
|
|
311
311
|
h.map { |k, v| "#{stream.id}: <- HEADER: #{k}: #{k == ":status" ? v : log_redact_headers(v)}" }.join("\n")
|
|
312
312
|
end
|
|
313
313
|
_, status = h.shift
|
|
@@ -319,16 +319,16 @@ module HTTPX
|
|
|
319
319
|
handle(request, stream) if request.expects?
|
|
320
320
|
end
|
|
321
321
|
|
|
322
|
-
def on_stream_trailers(stream, response, h)
|
|
323
|
-
log(color: :yellow) do
|
|
322
|
+
def on_stream_trailers(stream, request, response, h)
|
|
323
|
+
request.log(color: :yellow) do
|
|
324
324
|
h.map { |k, v| "#{stream.id}: <- HEADER: #{k}: #{log_redact_headers(v)}" }.join("\n")
|
|
325
325
|
end
|
|
326
326
|
response.merge_headers(h)
|
|
327
327
|
end
|
|
328
328
|
|
|
329
329
|
def on_stream_data(stream, request, data)
|
|
330
|
-
log(level: 1, color: :green) { "#{stream.id}: <- DATA: #{data.bytesize} bytes..." }
|
|
331
|
-
log(level: 2, color: :green) { "#{stream.id}: <- #{log_redact_body(data.inspect)}" }
|
|
330
|
+
request.log(level: 1, color: :green) { "#{stream.id}: <- DATA: #{data.bytesize} bytes..." }
|
|
331
|
+
request.log(level: 2, color: :green) { "#{stream.id}: <- #{log_redact_body(data.inspect)}" }
|
|
332
332
|
request.response << data
|
|
333
333
|
end
|
|
334
334
|
|
|
@@ -337,14 +337,14 @@ module HTTPX
|
|
|
337
337
|
stream.close
|
|
338
338
|
end
|
|
339
339
|
|
|
340
|
-
def on_stream_half_close(stream,
|
|
340
|
+
def on_stream_half_close(stream, request)
|
|
341
341
|
unless stream.send_buffer.empty?
|
|
342
342
|
stream.send_buffer.clear
|
|
343
343
|
stream.data("", end_stream: true)
|
|
344
344
|
end
|
|
345
345
|
|
|
346
346
|
# TODO: omit log line if response already here
|
|
347
|
-
log(level: 2) { "#{stream.id}: waiting for response..." }
|
|
347
|
+
request.log(level: 2) { "#{stream.id}: waiting for response..." }
|
|
348
348
|
end
|
|
349
349
|
|
|
350
350
|
def on_stream_close(stream, request, error)
|
|
@@ -643,7 +643,7 @@ module HTTPX
|
|
|
643
643
|
@no_more_requests_counter = 0
|
|
644
644
|
@inflight -= 1
|
|
645
645
|
response.finish!
|
|
646
|
-
request.
|
|
646
|
+
request.emit_response(response)
|
|
647
647
|
end
|
|
648
648
|
parser.on(:altsvc) do |alt_origin, origin, alt_params|
|
|
649
649
|
build_altsvc_connection(alt_origin, origin, alt_params)
|
|
@@ -707,7 +707,7 @@ module HTTPX
|
|
|
707
707
|
@inflight -= 1
|
|
708
708
|
response = ErrorResponse.new(request, error)
|
|
709
709
|
request.response = response
|
|
710
|
-
request.
|
|
710
|
+
request.emit_response(response)
|
|
711
711
|
end
|
|
712
712
|
end
|
|
713
713
|
|
|
@@ -938,7 +938,7 @@ module HTTPX
|
|
|
938
938
|
@inflight -= 1
|
|
939
939
|
response = ErrorResponse.new(request, error)
|
|
940
940
|
request.response = response
|
|
941
|
-
request.
|
|
941
|
+
request.emit_response(response)
|
|
942
942
|
end
|
|
943
943
|
|
|
944
944
|
pending = @pending
|
|
@@ -955,7 +955,7 @@ module HTTPX
|
|
|
955
955
|
|
|
956
956
|
resp = ErrorResponse.new(req, error)
|
|
957
957
|
req.response = resp
|
|
958
|
-
req.
|
|
958
|
+
req.emit_response(resp)
|
|
959
959
|
end
|
|
960
960
|
end
|
|
961
961
|
|