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.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/README.md +106 -218
- 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 -17
- 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 -9
- data/lib/alogram_payrisk/models/card_network_enum.rb +1 -1
- data/lib/alogram_payrisk/models/category_signal.rb +1 -5
- data/lib/alogram_payrisk/models/channel_enum.rb +1 -1
- data/lib/alogram_payrisk/models/check_request.rb +1 -5
- 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 -13
- data/lib/alogram_payrisk/models/device_info.rb +1 -9
- data/lib/alogram_payrisk/models/discount_code.rb +1 -1
- data/lib/alogram_payrisk/models/entity_ids.rb +162 -102
- data/lib/alogram_payrisk/models/entry_method_enum.rb +1 -1
- data/lib/alogram_payrisk/models/external_assessment.rb +1 -5
- data/lib/alogram_payrisk/models/fraud_score.rb +1 -9
- data/lib/alogram_payrisk/models/identity.rb +2 -14
- 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 -13
- 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 -25
- data/lib/alogram_payrisk/models/kyc_check_request.rb +1 -1
- data/lib/alogram_payrisk/models/kyc_payload.rb +1 -9
- data/lib/alogram_payrisk/models/merchant_context.rb +1 -9
- data/lib/alogram_payrisk/models/order_context.rb +1 -9
- data/lib/alogram_payrisk/models/payer_type_enum.rb +1 -1
- data/lib/alogram_payrisk/models/payment_authorization_outcome.rb +1 -5
- 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 -5
- 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 -15
- 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 -25
- data/lib/alogram_payrisk/models/problem.rb +1 -21
- data/lib/alogram_payrisk/models/purchase.rb +1 -19
- 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 -16
- data/lib/alogram_payrisk/models/scores_success_response.rb +1 -5
- data/lib/alogram_payrisk/models/signals_account_variant.rb +1 -1
- data/lib/alogram_payrisk/models/signals_interaction_variant.rb +1 -2
- 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
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Alogram PayRisk Engine
|
|
3
|
+
|
|
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
|
+
|
|
6
|
+
The version of the OpenAPI document: 0.2.21
|
|
7
|
+
Contact: packages@alogram.ai
|
|
8
|
+
Generated by: https://openapi-generator.tech
|
|
9
|
+
Generator version: 7.15.0
|
|
10
|
+
|
|
11
|
+
=end
|
|
12
|
+
|
|
13
|
+
require 'date'
|
|
14
|
+
require 'time'
|
|
15
|
+
|
|
16
|
+
module AlogramPayRisk
|
|
17
|
+
class IngestPaymentEvent202Response < ApiModelBase
|
|
18
|
+
attr_accessor :status
|
|
19
|
+
|
|
20
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
21
|
+
def self.attribute_map
|
|
22
|
+
{
|
|
23
|
+
:'status' => :'status'
|
|
24
|
+
}
|
|
25
|
+
end
|
|
26
|
+
|
|
27
|
+
# Returns attribute mapping this model knows about
|
|
28
|
+
def self.acceptable_attribute_map
|
|
29
|
+
attribute_map
|
|
30
|
+
end
|
|
31
|
+
|
|
32
|
+
# Returns all the JSON keys this model knows about
|
|
33
|
+
def self.acceptable_attributes
|
|
34
|
+
acceptable_attribute_map.values
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
# Attribute type mapping.
|
|
38
|
+
def self.openapi_types
|
|
39
|
+
{
|
|
40
|
+
:'status' => :'String'
|
|
41
|
+
}
|
|
42
|
+
end
|
|
43
|
+
|
|
44
|
+
# List of attributes with nullable: true
|
|
45
|
+
def self.openapi_nullable
|
|
46
|
+
Set.new([
|
|
47
|
+
])
|
|
48
|
+
end
|
|
49
|
+
|
|
50
|
+
# Initializes the object
|
|
51
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
52
|
+
def initialize(attributes = {})
|
|
53
|
+
if (!attributes.is_a?(Hash))
|
|
54
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `AlogramPayRisk::IngestPaymentEvent202Response` initialize method"
|
|
55
|
+
end
|
|
56
|
+
|
|
57
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
|
58
|
+
acceptable_attribute_map = self.class.acceptable_attribute_map
|
|
59
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
60
|
+
if (!acceptable_attribute_map.key?(k.to_sym))
|
|
61
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `AlogramPayRisk::IngestPaymentEvent202Response`. Please check the name to make sure it's valid. List of attributes: " + acceptable_attribute_map.keys.inspect
|
|
62
|
+
end
|
|
63
|
+
h[k.to_sym] = v
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
if attributes.key?(:'status')
|
|
67
|
+
self.status = attributes[:'status']
|
|
68
|
+
end
|
|
69
|
+
end
|
|
70
|
+
|
|
71
|
+
# Show invalid properties with the reasons. Usually used together with valid?
|
|
72
|
+
# @return Array for valid properties with the reasons
|
|
73
|
+
def list_invalid_properties
|
|
74
|
+
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
|
75
|
+
invalid_properties = Array.new
|
|
76
|
+
invalid_properties
|
|
77
|
+
end
|
|
78
|
+
|
|
79
|
+
# Check to see if the all the properties in the model are valid
|
|
80
|
+
# @return true if the model is valid
|
|
81
|
+
def valid?
|
|
82
|
+
warn '[DEPRECATED] the `valid?` method is obsolete'
|
|
83
|
+
true
|
|
84
|
+
end
|
|
85
|
+
|
|
86
|
+
# Checks equality by comparing each attribute.
|
|
87
|
+
# @param [Object] Object to be compared
|
|
88
|
+
def ==(o)
|
|
89
|
+
return true if self.equal?(o)
|
|
90
|
+
self.class == o.class &&
|
|
91
|
+
status == o.status
|
|
92
|
+
end
|
|
93
|
+
|
|
94
|
+
# @see the `==` method
|
|
95
|
+
# @param [Object] Object to be compared
|
|
96
|
+
def eql?(o)
|
|
97
|
+
self == o
|
|
98
|
+
end
|
|
99
|
+
|
|
100
|
+
# Calculates hash code according to all attributes.
|
|
101
|
+
# @return [Integer] Hash code
|
|
102
|
+
def hash
|
|
103
|
+
[status].hash
|
|
104
|
+
end
|
|
105
|
+
|
|
106
|
+
# Builds the object from hash
|
|
107
|
+
# @param [Hash] attributes Model attributes in the form of hash
|
|
108
|
+
# @return [Object] Returns the model itself
|
|
109
|
+
def self.build_from_hash(attributes)
|
|
110
|
+
return nil unless attributes.is_a?(Hash)
|
|
111
|
+
attributes = attributes.transform_keys(&:to_sym)
|
|
112
|
+
transformed_hash = {}
|
|
113
|
+
openapi_types.each_pair do |key, type|
|
|
114
|
+
if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
|
|
115
|
+
transformed_hash["#{key}"] = nil
|
|
116
|
+
elsif type =~ /\AArray<(.*)>/i
|
|
117
|
+
# check to ensure the input is an array given that the attribute
|
|
118
|
+
# is documented as an array but the input is not
|
|
119
|
+
if attributes[attribute_map[key]].is_a?(Array)
|
|
120
|
+
transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
|
|
121
|
+
end
|
|
122
|
+
elsif !attributes[attribute_map[key]].nil?
|
|
123
|
+
transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
|
|
124
|
+
end
|
|
125
|
+
end
|
|
126
|
+
new(transformed_hash)
|
|
127
|
+
end
|
|
128
|
+
|
|
129
|
+
# Returns the object in the form of hash
|
|
130
|
+
# @return [Hash] Returns the object in the form of hash
|
|
131
|
+
def to_hash
|
|
132
|
+
hash = {}
|
|
133
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
134
|
+
value = self.send(attr)
|
|
135
|
+
if value.nil?
|
|
136
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
137
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
138
|
+
end
|
|
139
|
+
|
|
140
|
+
hash[param] = _to_hash(value)
|
|
141
|
+
end
|
|
142
|
+
hash
|
|
143
|
+
end
|
|
144
|
+
|
|
145
|
+
end
|
|
146
|
+
|
|
147
|
+
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.
|
|
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
|
|
@@ -183,10 +183,6 @@ module AlogramPayRisk
|
|
|
183
183
|
# Custom attribute writer method with validation
|
|
184
184
|
# @param [Object] location_id Value to be assigned
|
|
185
185
|
def location_id=(location_id)
|
|
186
|
-
if location_id.nil?
|
|
187
|
-
fail ArgumentError, 'location_id cannot be nil'
|
|
188
|
-
end
|
|
189
|
-
|
|
190
186
|
if location_id.to_s.length > 50
|
|
191
187
|
fail ArgumentError, 'invalid value for "location_id", the character length must be smaller than or equal to 50.'
|
|
192
188
|
end
|
|
@@ -206,10 +202,6 @@ module AlogramPayRisk
|
|
|
206
202
|
# Custom attribute writer method with validation
|
|
207
203
|
# @param [Object] timestamp Value to be assigned
|
|
208
204
|
def timestamp=(timestamp)
|
|
209
|
-
if timestamp.nil?
|
|
210
|
-
fail ArgumentError, 'timestamp cannot be nil'
|
|
211
|
-
end
|
|
212
|
-
|
|
213
205
|
pattern = Regexp.new(/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{1,9})?(Z|[+-]\d{2}:\d{2})$/)
|
|
214
206
|
if timestamp !~ pattern
|
|
215
207
|
fail ArgumentError, "invalid value for \"timestamp\", must conform to the pattern #{pattern}."
|
|
@@ -231,10 +223,6 @@ module AlogramPayRisk
|
|
|
231
223
|
# Custom attribute writer method with validation
|
|
232
224
|
# @param [Object] metadata Value to be assigned
|
|
233
225
|
def metadata=(metadata)
|
|
234
|
-
if metadata.nil?
|
|
235
|
-
fail ArgumentError, 'metadata cannot be nil'
|
|
236
|
-
end
|
|
237
|
-
|
|
238
226
|
if metadata.to_s.length > 2048
|
|
239
227
|
fail ArgumentError, 'invalid value for "metadata", the character length must be smaller than or equal to 2048.'
|
|
240
228
|
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.
|
|
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
|
|
@@ -271,10 +271,6 @@ module AlogramPayRisk
|
|
|
271
271
|
# Custom attribute writer method with validation
|
|
272
272
|
# @param [Object] ip_address Value to be assigned
|
|
273
273
|
def ip_address=(ip_address)
|
|
274
|
-
if ip_address.nil?
|
|
275
|
-
fail ArgumentError, 'ip_address cannot be nil'
|
|
276
|
-
end
|
|
277
|
-
|
|
278
274
|
if ip_address.to_s.length > 15
|
|
279
275
|
fail ArgumentError, 'invalid value for "ip_address", the character length must be smaller than or equal to 15.'
|
|
280
276
|
end
|
|
@@ -304,10 +300,6 @@ module AlogramPayRisk
|
|
|
304
300
|
# Custom attribute writer method with validation
|
|
305
301
|
# @param [Object] asn Value to be assigned
|
|
306
302
|
def asn=(asn)
|
|
307
|
-
if asn.nil?
|
|
308
|
-
fail ArgumentError, 'asn cannot be nil'
|
|
309
|
-
end
|
|
310
|
-
|
|
311
303
|
pattern = Regexp.new(/^AS\d+$/)
|
|
312
304
|
if asn !~ pattern
|
|
313
305
|
fail ArgumentError, "invalid value for \"asn\", must conform to the pattern #{pattern}."
|
|
@@ -319,10 +311,6 @@ module AlogramPayRisk
|
|
|
319
311
|
# Custom attribute writer method with validation
|
|
320
312
|
# @param [Object] country Value to be assigned
|
|
321
313
|
def country=(country)
|
|
322
|
-
if country.nil?
|
|
323
|
-
fail ArgumentError, 'country cannot be nil'
|
|
324
|
-
end
|
|
325
|
-
|
|
326
314
|
if country.to_s.length > 2
|
|
327
315
|
fail ArgumentError, 'invalid value for "country", the character length must be smaller than or equal to 2.'
|
|
328
316
|
end
|
|
@@ -342,10 +330,6 @@ module AlogramPayRisk
|
|
|
342
330
|
# Custom attribute writer method with validation
|
|
343
331
|
# @param [Object] region Value to be assigned
|
|
344
332
|
def region=(region)
|
|
345
|
-
if region.nil?
|
|
346
|
-
fail ArgumentError, 'region cannot be nil'
|
|
347
|
-
end
|
|
348
|
-
|
|
349
333
|
if region.to_s.length > 60
|
|
350
334
|
fail ArgumentError, 'invalid value for "region", the character length must be smaller than or equal to 60.'
|
|
351
335
|
end
|
|
@@ -360,10 +344,6 @@ module AlogramPayRisk
|
|
|
360
344
|
# Custom attribute writer method with validation
|
|
361
345
|
# @param [Object] city Value to be assigned
|
|
362
346
|
def city=(city)
|
|
363
|
-
if city.nil?
|
|
364
|
-
fail ArgumentError, 'city cannot be nil'
|
|
365
|
-
end
|
|
366
|
-
|
|
367
347
|
if city.to_s.length > 60
|
|
368
348
|
fail ArgumentError, 'invalid value for "city", the character length must be smaller than or equal to 60.'
|
|
369
349
|
end
|
|
@@ -378,10 +358,6 @@ module AlogramPayRisk
|
|
|
378
358
|
# Custom attribute writer method with validation
|
|
379
359
|
# @param [Object] postal_code Value to be assigned
|
|
380
360
|
def postal_code=(postal_code)
|
|
381
|
-
if postal_code.nil?
|
|
382
|
-
fail ArgumentError, 'postal_code cannot be nil'
|
|
383
|
-
end
|
|
384
|
-
|
|
385
361
|
if postal_code.to_s.length > 10
|
|
386
362
|
fail ArgumentError, 'invalid value for "postal_code", the character length must be smaller than or equal to 10.'
|
|
387
363
|
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.
|
|
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
|
|
@@ -189,10 +189,6 @@ module AlogramPayRisk
|
|
|
189
189
|
# Custom attribute writer method with validation
|
|
190
190
|
# @param [Object] country Value to be assigned
|
|
191
191
|
def country=(country)
|
|
192
|
-
if country.nil?
|
|
193
|
-
fail ArgumentError, 'country cannot be nil'
|
|
194
|
-
end
|
|
195
|
-
|
|
196
192
|
if country.to_s.length > 2
|
|
197
193
|
fail ArgumentError, 'invalid value for "country", the character length must be smaller than or equal to 2.'
|
|
198
194
|
end
|
|
@@ -217,10 +213,6 @@ module AlogramPayRisk
|
|
|
217
213
|
# Custom attribute writer method with validation
|
|
218
214
|
# @param [Object] metadata Value to be assigned
|
|
219
215
|
def metadata=(metadata)
|
|
220
|
-
if metadata.nil?
|
|
221
|
-
fail ArgumentError, 'metadata cannot be nil'
|
|
222
|
-
end
|
|
223
|
-
|
|
224
216
|
if metadata.to_s.length > 2048
|
|
225
217
|
fail ArgumentError, 'invalid value for "metadata", the character length must be smaller than or equal to 2048.'
|
|
226
218
|
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.
|
|
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
|
|
@@ -129,10 +129,6 @@ module AlogramPayRisk
|
|
|
129
129
|
# Custom attribute writer method with validation
|
|
130
130
|
# @param [Object] mcc Value to be assigned
|
|
131
131
|
def mcc=(mcc)
|
|
132
|
-
if mcc.nil?
|
|
133
|
-
fail ArgumentError, 'mcc cannot be nil'
|
|
134
|
-
end
|
|
135
|
-
|
|
136
132
|
if mcc.to_s.length > 4
|
|
137
133
|
fail ArgumentError, 'invalid value for "mcc", the character length must be smaller than or equal to 4.'
|
|
138
134
|
end
|
|
@@ -152,10 +148,6 @@ module AlogramPayRisk
|
|
|
152
148
|
# Custom attribute writer method with validation
|
|
153
149
|
# @param [Object] merchant_country Value to be assigned
|
|
154
150
|
def merchant_country=(merchant_country)
|
|
155
|
-
if merchant_country.nil?
|
|
156
|
-
fail ArgumentError, 'merchant_country cannot be nil'
|
|
157
|
-
end
|
|
158
|
-
|
|
159
151
|
if merchant_country.to_s.length > 2
|
|
160
152
|
fail ArgumentError, 'invalid value for "merchant_country", the character length must be smaller than or equal to 2.'
|
|
161
153
|
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.
|
|
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
|
|
@@ -159,10 +159,6 @@ module AlogramPayRisk
|
|
|
159
159
|
# Custom attribute writer method with validation
|
|
160
160
|
# @param [Object] order_total Value to be assigned
|
|
161
161
|
def order_total=(order_total)
|
|
162
|
-
if order_total.nil?
|
|
163
|
-
fail ArgumentError, 'order_total cannot be nil'
|
|
164
|
-
end
|
|
165
|
-
|
|
166
162
|
if order_total > 1.0E+7
|
|
167
163
|
fail ArgumentError, 'invalid value for "order_total", must be smaller than or equal to 1.0E+7.'
|
|
168
164
|
end
|
|
@@ -187,10 +183,6 @@ module AlogramPayRisk
|
|
|
187
183
|
# Custom attribute writer method with validation
|
|
188
184
|
# @param [Object] line_item_count Value to be assigned
|
|
189
185
|
def line_item_count=(line_item_count)
|
|
190
|
-
if line_item_count.nil?
|
|
191
|
-
fail ArgumentError, 'line_item_count cannot be nil'
|
|
192
|
-
end
|
|
193
|
-
|
|
194
186
|
if line_item_count > 100
|
|
195
187
|
fail ArgumentError, 'invalid value for "line_item_count", must be smaller than or equal to 100.'
|
|
196
188
|
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.
|
|
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
|
|
@@ -102,10 +102,6 @@ module AlogramPayRisk
|
|
|
102
102
|
# Custom attribute writer method with validation
|
|
103
103
|
# @param [Object] response_code Value to be assigned
|
|
104
104
|
def response_code=(response_code)
|
|
105
|
-
if response_code.nil?
|
|
106
|
-
fail ArgumentError, 'response_code cannot be nil'
|
|
107
|
-
end
|
|
108
|
-
|
|
109
105
|
if response_code.to_s.length > 16
|
|
110
106
|
fail ArgumentError, 'invalid value for "response_code", the character length must be smaller than or equal to 16.'
|
|
111
107
|
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.
|
|
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
|
|
@@ -93,10 +93,6 @@ module AlogramPayRisk
|
|
|
93
93
|
# Custom attribute writer method with validation
|
|
94
94
|
# @param [Object] reason Value to be assigned
|
|
95
95
|
def reason=(reason)
|
|
96
|
-
if reason.nil?
|
|
97
|
-
fail ArgumentError, 'reason cannot be nil'
|
|
98
|
-
end
|
|
99
|
-
|
|
100
96
|
if reason.to_s.length > 32
|
|
101
97
|
fail ArgumentError, 'invalid value for "reason", the character length must be smaller than or equal to 32.'
|
|
102
98
|
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.
|
|
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
|
|
@@ -244,7 +244,6 @@ module AlogramPayRisk
|
|
|
244
244
|
if payment_intent_id.nil?
|
|
245
245
|
fail ArgumentError, 'payment_intent_id cannot be nil'
|
|
246
246
|
end
|
|
247
|
-
|
|
248
247
|
if payment_intent_id.to_s.length > 35
|
|
249
248
|
fail ArgumentError, 'invalid value for "payment_intent_id", the character length must be smaller than or equal to 35.'
|
|
250
249
|
end
|
|
@@ -277,7 +276,6 @@ module AlogramPayRisk
|
|
|
277
276
|
if timestamp.nil?
|
|
278
277
|
fail ArgumentError, 'timestamp cannot be nil'
|
|
279
278
|
end
|
|
280
|
-
|
|
281
279
|
pattern = Regexp.new(/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{1,9})?(Z|[+-]\d{2}:\d{2})$/)
|
|
282
280
|
if timestamp !~ pattern
|
|
283
281
|
fail ArgumentError, "invalid value for \"timestamp\", must conform to the pattern #{pattern}."
|
|
@@ -289,10 +287,6 @@ module AlogramPayRisk
|
|
|
289
287
|
# Custom attribute writer method with validation
|
|
290
288
|
# @param [Object] amount Value to be assigned
|
|
291
289
|
def amount=(amount)
|
|
292
|
-
if amount.nil?
|
|
293
|
-
fail ArgumentError, 'amount cannot be nil'
|
|
294
|
-
end
|
|
295
|
-
|
|
296
290
|
if amount > 1.0E+7
|
|
297
291
|
fail ArgumentError, 'invalid value for "amount", must be smaller than or equal to 1.0E+7.'
|
|
298
292
|
end
|
|
@@ -307,10 +301,6 @@ module AlogramPayRisk
|
|
|
307
301
|
# Custom attribute writer method with validation
|
|
308
302
|
# @param [Object] currency Value to be assigned
|
|
309
303
|
def currency=(currency)
|
|
310
|
-
if currency.nil?
|
|
311
|
-
fail ArgumentError, 'currency cannot be nil'
|
|
312
|
-
end
|
|
313
|
-
|
|
314
304
|
if currency.to_s.length > 3
|
|
315
305
|
fail ArgumentError, 'invalid value for "currency", the character length must be smaller than or equal to 3.'
|
|
316
306
|
end
|
|
@@ -330,10 +320,6 @@ module AlogramPayRisk
|
|
|
330
320
|
# Custom attribute writer method with validation
|
|
331
321
|
# @param [Object] metadata Value to be assigned
|
|
332
322
|
def metadata=(metadata)
|
|
333
|
-
if metadata.nil?
|
|
334
|
-
fail ArgumentError, 'metadata cannot be nil'
|
|
335
|
-
end
|
|
336
|
-
|
|
337
323
|
if metadata.to_s.length > 2048
|
|
338
324
|
fail ArgumentError, 'invalid value for "metadata", the character length must be smaller than or equal to 2048.'
|
|
339
325
|
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.
|
|
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
|