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
|
@@ -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
|
|
@@ -16,17 +16,25 @@ require 'time'
|
|
|
16
16
|
module AlogramPayRisk
|
|
17
17
|
# Canonical entity identifiers (tenant/client/user/device/session). Do not send raw PII. Hash emails/phones/addresses as sha256 and prefix with 'sha256_'. Tiered support: - tenantId is the top-level SaaS customer (required for all flows). - clientId is the tenant's downstream business customer (e.g. merchant/partner) and MAY be omitted for processor / bank / PSP-style integrations. - endCustomerId is the tenant/client's consumer or business account (cardholder, shopper, etc.) and MAY be omitted for purely device- or instrument-level checks.
|
|
18
18
|
class EntityIds < ApiModelBase
|
|
19
|
-
# Canonical ID for the paying organization (Tenant). Opaque, immutable, lowercase. Must start with \"tid_\"
|
|
19
|
+
# Canonical ID for the paying organization (Tenant). Opaque, immutable, lowercase. Must start with \"tid_\" (Legacy) or \"ten_\" (Preferred).
|
|
20
20
|
attr_accessor :tenant_id
|
|
21
21
|
|
|
22
|
-
# Canonical ID for the Tenant’s business customer (e.g., merchant/partner). Opaque, immutable, lowercase. Must start with
|
|
22
|
+
# Canonical ID for the Tenant’s business customer (e.g., merchant/partner). Opaque, immutable, lowercase. Must start with \"cid_\" (Legacy) or \"cli_\" (Preferred).
|
|
23
23
|
attr_accessor :client_id
|
|
24
24
|
|
|
25
|
-
# Canonical ID for the client’s end user / consumer (account holder). Opaque, immutable, lowercase.
|
|
25
|
+
# Canonical ID for the client’s end user / consumer (account holder). Opaque, immutable, lowercase. Supports \"ecid_\" slugs (Legacy) or \"cus_\" hex (Preferred).
|
|
26
26
|
attr_accessor :end_customer_id
|
|
27
27
|
|
|
28
|
-
# Canonical ID for a Tenant
|
|
29
|
-
attr_accessor :
|
|
28
|
+
# Canonical ID for a Tenant Operator (staff/automation) holding membership in the platform. Opaque, immutable, lowercase. Supports \"mid_\" slugs (Legacy) or \"op_\" hex (Preferred).
|
|
29
|
+
attr_accessor :operator_id
|
|
30
|
+
|
|
31
|
+
attr_accessor :auth
|
|
32
|
+
|
|
33
|
+
# Canonical ID for a marketplace product edition or billing SKU. Always follows the Fortress-36 (sku_ + 32 hex) format.
|
|
34
|
+
attr_accessor :sku_id
|
|
35
|
+
|
|
36
|
+
# Human-readable identifier for a SKU, used for logic and feature checks.
|
|
37
|
+
attr_accessor :sku_handle
|
|
30
38
|
|
|
31
39
|
# Tokenized instrument ID (non-PCI).
|
|
32
40
|
attr_accessor :payment_instrument_id
|
|
@@ -37,6 +45,8 @@ module AlogramPayRisk
|
|
|
37
45
|
# Application/user session identifier (login or checkout session). Typically rotates more frequently than deviceId and may be tied to authentication.
|
|
38
46
|
attr_accessor :session_id
|
|
39
47
|
|
|
48
|
+
attr_accessor :agent
|
|
49
|
+
|
|
40
50
|
# Normalized+lowercased email hash (e.g., sha256).
|
|
41
51
|
attr_accessor :email_hash
|
|
42
52
|
|
|
@@ -58,10 +68,14 @@ module AlogramPayRisk
|
|
|
58
68
|
:'tenant_id' => :'tenantId',
|
|
59
69
|
:'client_id' => :'clientId',
|
|
60
70
|
:'end_customer_id' => :'endCustomerId',
|
|
61
|
-
:'
|
|
71
|
+
:'operator_id' => :'operatorId',
|
|
72
|
+
:'auth' => :'auth',
|
|
73
|
+
:'sku_id' => :'skuId',
|
|
74
|
+
:'sku_handle' => :'skuHandle',
|
|
62
75
|
:'payment_instrument_id' => :'paymentInstrumentId',
|
|
63
76
|
:'device_id' => :'deviceId',
|
|
64
77
|
:'session_id' => :'sessionId',
|
|
78
|
+
:'agent' => :'agent',
|
|
65
79
|
:'email_hash' => :'emailHash',
|
|
66
80
|
:'email_domain_hash' => :'emailDomainHash',
|
|
67
81
|
:'phone_hash' => :'phoneHash',
|
|
@@ -86,10 +100,14 @@ module AlogramPayRisk
|
|
|
86
100
|
:'tenant_id' => :'String',
|
|
87
101
|
:'client_id' => :'String',
|
|
88
102
|
:'end_customer_id' => :'String',
|
|
89
|
-
:'
|
|
103
|
+
:'operator_id' => :'String',
|
|
104
|
+
:'auth' => :'AuthContext',
|
|
105
|
+
:'sku_id' => :'String',
|
|
106
|
+
:'sku_handle' => :'String',
|
|
90
107
|
:'payment_instrument_id' => :'String',
|
|
91
108
|
:'device_id' => :'String',
|
|
92
109
|
:'session_id' => :'String',
|
|
110
|
+
:'agent' => :'AgentManifest',
|
|
93
111
|
:'email_hash' => :'String',
|
|
94
112
|
:'email_domain_hash' => :'String',
|
|
95
113
|
:'phone_hash' => :'String',
|
|
@@ -132,8 +150,20 @@ module AlogramPayRisk
|
|
|
132
150
|
self.end_customer_id = attributes[:'end_customer_id']
|
|
133
151
|
end
|
|
134
152
|
|
|
135
|
-
if attributes.key?(:'
|
|
136
|
-
self.
|
|
153
|
+
if attributes.key?(:'operator_id')
|
|
154
|
+
self.operator_id = attributes[:'operator_id']
|
|
155
|
+
end
|
|
156
|
+
|
|
157
|
+
if attributes.key?(:'auth')
|
|
158
|
+
self.auth = attributes[:'auth']
|
|
159
|
+
end
|
|
160
|
+
|
|
161
|
+
if attributes.key?(:'sku_id')
|
|
162
|
+
self.sku_id = attributes[:'sku_id']
|
|
163
|
+
end
|
|
164
|
+
|
|
165
|
+
if attributes.key?(:'sku_handle')
|
|
166
|
+
self.sku_handle = attributes[:'sku_handle']
|
|
137
167
|
end
|
|
138
168
|
|
|
139
169
|
if attributes.key?(:'payment_instrument_id')
|
|
@@ -148,6 +178,10 @@ module AlogramPayRisk
|
|
|
148
178
|
self.session_id = attributes[:'session_id']
|
|
149
179
|
end
|
|
150
180
|
|
|
181
|
+
if attributes.key?(:'agent')
|
|
182
|
+
self.agent = attributes[:'agent']
|
|
183
|
+
end
|
|
184
|
+
|
|
151
185
|
if attributes.key?(:'email_hash')
|
|
152
186
|
self.email_hash = attributes[:'email_hash']
|
|
153
187
|
end
|
|
@@ -174,15 +208,15 @@ module AlogramPayRisk
|
|
|
174
208
|
def list_invalid_properties
|
|
175
209
|
warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
|
|
176
210
|
invalid_properties = Array.new
|
|
177
|
-
if !@tenant_id.nil? && @tenant_id.to_s.length >
|
|
178
|
-
invalid_properties.push('invalid value for "tenant_id", the character length must be smaller than or equal to
|
|
211
|
+
if !@tenant_id.nil? && @tenant_id.to_s.length > 68
|
|
212
|
+
invalid_properties.push('invalid value for "tenant_id", the character length must be smaller than or equal to 68.')
|
|
179
213
|
end
|
|
180
214
|
|
|
181
|
-
if !@tenant_id.nil? && @tenant_id.to_s.length <
|
|
182
|
-
invalid_properties.push('invalid value for "tenant_id", the character length must be greater than or equal to
|
|
215
|
+
if !@tenant_id.nil? && @tenant_id.to_s.length < 6
|
|
216
|
+
invalid_properties.push('invalid value for "tenant_id", the character length must be greater than or equal to 6.')
|
|
183
217
|
end
|
|
184
218
|
|
|
185
|
-
pattern = Regexp.new(/^
|
|
219
|
+
pattern = Regexp.new(/^(tid|ten)_[a-z0-9_-]{2,64}$/)
|
|
186
220
|
if !@tenant_id.nil? && @tenant_id !~ pattern
|
|
187
221
|
invalid_properties.push("invalid value for \"tenant_id\", must conform to the pattern #{pattern}.")
|
|
188
222
|
end
|
|
@@ -191,11 +225,11 @@ module AlogramPayRisk
|
|
|
191
225
|
invalid_properties.push('invalid value for "client_id", the character length must be smaller than or equal to 100.')
|
|
192
226
|
end
|
|
193
227
|
|
|
194
|
-
if !@client_id.nil? && @client_id.to_s.length <
|
|
195
|
-
invalid_properties.push('invalid value for "client_id", the character length must be greater than or equal to
|
|
228
|
+
if !@client_id.nil? && @client_id.to_s.length < 6
|
|
229
|
+
invalid_properties.push('invalid value for "client_id", the character length must be greater than or equal to 6.')
|
|
196
230
|
end
|
|
197
231
|
|
|
198
|
-
pattern = Regexp.new(/^
|
|
232
|
+
pattern = Regexp.new(/^(cid|cli)_[a-z0-9_-]{2,96}$/)
|
|
199
233
|
if !@client_id.nil? && @client_id !~ pattern
|
|
200
234
|
invalid_properties.push("invalid value for \"client_id\", must conform to the pattern #{pattern}.")
|
|
201
235
|
end
|
|
@@ -208,22 +242,48 @@ module AlogramPayRisk
|
|
|
208
242
|
invalid_properties.push('invalid value for "end_customer_id", the character length must be greater than or equal to 6.')
|
|
209
243
|
end
|
|
210
244
|
|
|
211
|
-
pattern = Regexp.new(/^ecid_[a-z0-9\-_]{2,96}$/)
|
|
245
|
+
pattern = Regexp.new(/^(ecid_[a-z0-9\-_]{2,96}|cus_[a-f0-9]{32})$/)
|
|
212
246
|
if !@end_customer_id.nil? && @end_customer_id !~ pattern
|
|
213
247
|
invalid_properties.push("invalid value for \"end_customer_id\", must conform to the pattern #{pattern}.")
|
|
214
248
|
end
|
|
215
249
|
|
|
216
|
-
if !@
|
|
217
|
-
invalid_properties.push('invalid value for "
|
|
250
|
+
if !@operator_id.nil? && @operator_id.to_s.length > 100
|
|
251
|
+
invalid_properties.push('invalid value for "operator_id", the character length must be smaller than or equal to 100.')
|
|
252
|
+
end
|
|
253
|
+
|
|
254
|
+
if !@operator_id.nil? && @operator_id.to_s.length < 5
|
|
255
|
+
invalid_properties.push('invalid value for "operator_id", the character length must be greater than or equal to 5.')
|
|
256
|
+
end
|
|
257
|
+
|
|
258
|
+
pattern = Regexp.new(/^(mid_[a-z0-9_-]{2,96}|op_[a-f0-9]{32})$/)
|
|
259
|
+
if !@operator_id.nil? && @operator_id !~ pattern
|
|
260
|
+
invalid_properties.push("invalid value for \"operator_id\", must conform to the pattern #{pattern}.")
|
|
218
261
|
end
|
|
219
262
|
|
|
220
|
-
if !@
|
|
221
|
-
invalid_properties.push('invalid value for "
|
|
263
|
+
if !@sku_id.nil? && @sku_id.to_s.length > 37
|
|
264
|
+
invalid_properties.push('invalid value for "sku_id", the character length must be smaller than or equal to 37.')
|
|
222
265
|
end
|
|
223
266
|
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
267
|
+
if !@sku_id.nil? && @sku_id.to_s.length < 36
|
|
268
|
+
invalid_properties.push('invalid value for "sku_id", the character length must be greater than or equal to 36.')
|
|
269
|
+
end
|
|
270
|
+
|
|
271
|
+
pattern = Regexp.new(/^sku_[a-f0-9]{32}$/)
|
|
272
|
+
if !@sku_id.nil? && @sku_id !~ pattern
|
|
273
|
+
invalid_properties.push("invalid value for \"sku_id\", must conform to the pattern #{pattern}.")
|
|
274
|
+
end
|
|
275
|
+
|
|
276
|
+
if !@sku_handle.nil? && @sku_handle.to_s.length > 64
|
|
277
|
+
invalid_properties.push('invalid value for "sku_handle", the character length must be smaller than or equal to 64.')
|
|
278
|
+
end
|
|
279
|
+
|
|
280
|
+
if !@sku_handle.nil? && @sku_handle.to_s.length < 2
|
|
281
|
+
invalid_properties.push('invalid value for "sku_handle", the character length must be greater than or equal to 2.')
|
|
282
|
+
end
|
|
283
|
+
|
|
284
|
+
pattern = Regexp.new(/^[a-z0-9\-_]{2,64}$/)
|
|
285
|
+
if !@sku_handle.nil? && @sku_handle !~ pattern
|
|
286
|
+
invalid_properties.push("invalid value for \"sku_handle\", must conform to the pattern #{pattern}.")
|
|
227
287
|
end
|
|
228
288
|
|
|
229
289
|
if !@payment_instrument_id.nil? && @payment_instrument_id.to_s.length > 100
|
|
@@ -305,18 +365,24 @@ module AlogramPayRisk
|
|
|
305
365
|
# @return true if the model is valid
|
|
306
366
|
def valid?
|
|
307
367
|
warn '[DEPRECATED] the `valid?` method is obsolete'
|
|
308
|
-
return false if !@tenant_id.nil? && @tenant_id.to_s.length >
|
|
309
|
-
return false if !@tenant_id.nil? && @tenant_id.to_s.length <
|
|
310
|
-
return false if !@tenant_id.nil? && @tenant_id !~ Regexp.new(/^
|
|
368
|
+
return false if !@tenant_id.nil? && @tenant_id.to_s.length > 68
|
|
369
|
+
return false if !@tenant_id.nil? && @tenant_id.to_s.length < 6
|
|
370
|
+
return false if !@tenant_id.nil? && @tenant_id !~ Regexp.new(/^(tid|ten)_[a-z0-9_-]{2,64}$/)
|
|
311
371
|
return false if !@client_id.nil? && @client_id.to_s.length > 100
|
|
312
|
-
return false if !@client_id.nil? && @client_id.to_s.length <
|
|
313
|
-
return false if !@client_id.nil? && @client_id !~ Regexp.new(/^
|
|
372
|
+
return false if !@client_id.nil? && @client_id.to_s.length < 6
|
|
373
|
+
return false if !@client_id.nil? && @client_id !~ Regexp.new(/^(cid|cli)_[a-z0-9_-]{2,96}$/)
|
|
314
374
|
return false if !@end_customer_id.nil? && @end_customer_id.to_s.length > 100
|
|
315
375
|
return false if !@end_customer_id.nil? && @end_customer_id.to_s.length < 6
|
|
316
|
-
return false if !@end_customer_id.nil? && @end_customer_id !~ Regexp.new(/^ecid_[a-z0-9\-_]{2,96}$/)
|
|
317
|
-
return false if !@
|
|
318
|
-
return false if !@
|
|
319
|
-
return false if !@
|
|
376
|
+
return false if !@end_customer_id.nil? && @end_customer_id !~ Regexp.new(/^(ecid_[a-z0-9\-_]{2,96}|cus_[a-f0-9]{32})$/)
|
|
377
|
+
return false if !@operator_id.nil? && @operator_id.to_s.length > 100
|
|
378
|
+
return false if !@operator_id.nil? && @operator_id.to_s.length < 5
|
|
379
|
+
return false if !@operator_id.nil? && @operator_id !~ Regexp.new(/^(mid_[a-z0-9_-]{2,96}|op_[a-f0-9]{32})$/)
|
|
380
|
+
return false if !@sku_id.nil? && @sku_id.to_s.length > 37
|
|
381
|
+
return false if !@sku_id.nil? && @sku_id.to_s.length < 36
|
|
382
|
+
return false if !@sku_id.nil? && @sku_id !~ Regexp.new(/^sku_[a-f0-9]{32}$/)
|
|
383
|
+
return false if !@sku_handle.nil? && @sku_handle.to_s.length > 64
|
|
384
|
+
return false if !@sku_handle.nil? && @sku_handle.to_s.length < 2
|
|
385
|
+
return false if !@sku_handle.nil? && @sku_handle !~ Regexp.new(/^[a-z0-9\-_]{2,64}$/)
|
|
320
386
|
return false if !@payment_instrument_id.nil? && @payment_instrument_id.to_s.length > 100
|
|
321
387
|
return false if !@payment_instrument_id.nil? && @payment_instrument_id !~ Regexp.new(/^[a-zA-Z0-9\-_:]{2,96}$/)
|
|
322
388
|
return false if !@device_id.nil? && @device_id.to_s.length > 100
|
|
@@ -339,19 +405,15 @@ module AlogramPayRisk
|
|
|
339
405
|
# Custom attribute writer method with validation
|
|
340
406
|
# @param [Object] tenant_id Value to be assigned
|
|
341
407
|
def tenant_id=(tenant_id)
|
|
342
|
-
if tenant_id.
|
|
343
|
-
fail ArgumentError, 'tenant_id
|
|
408
|
+
if tenant_id.to_s.length > 68
|
|
409
|
+
fail ArgumentError, 'invalid value for "tenant_id", the character length must be smaller than or equal to 68.'
|
|
344
410
|
end
|
|
345
411
|
|
|
346
|
-
if tenant_id.to_s.length
|
|
347
|
-
fail ArgumentError, 'invalid value for "tenant_id", the character length must be
|
|
412
|
+
if tenant_id.to_s.length < 6
|
|
413
|
+
fail ArgumentError, 'invalid value for "tenant_id", the character length must be greater than or equal to 6.'
|
|
348
414
|
end
|
|
349
415
|
|
|
350
|
-
|
|
351
|
-
fail ArgumentError, 'invalid value for "tenant_id", the character length must be greater than or equal to 5.'
|
|
352
|
-
end
|
|
353
|
-
|
|
354
|
-
pattern = Regexp.new(/^tid_[a-z0-9\-_]{2,60}$/)
|
|
416
|
+
pattern = Regexp.new(/^(tid|ten)_[a-z0-9_-]{2,64}$/)
|
|
355
417
|
if tenant_id !~ pattern
|
|
356
418
|
fail ArgumentError, "invalid value for \"tenant_id\", must conform to the pattern #{pattern}."
|
|
357
419
|
end
|
|
@@ -362,19 +424,15 @@ module AlogramPayRisk
|
|
|
362
424
|
# Custom attribute writer method with validation
|
|
363
425
|
# @param [Object] client_id Value to be assigned
|
|
364
426
|
def client_id=(client_id)
|
|
365
|
-
if client_id.nil?
|
|
366
|
-
fail ArgumentError, 'client_id cannot be nil'
|
|
367
|
-
end
|
|
368
|
-
|
|
369
427
|
if client_id.to_s.length > 100
|
|
370
428
|
fail ArgumentError, 'invalid value for "client_id", the character length must be smaller than or equal to 100.'
|
|
371
429
|
end
|
|
372
430
|
|
|
373
|
-
if client_id.to_s.length <
|
|
374
|
-
fail ArgumentError, 'invalid value for "client_id", the character length must be greater than or equal to
|
|
431
|
+
if client_id.to_s.length < 6
|
|
432
|
+
fail ArgumentError, 'invalid value for "client_id", the character length must be greater than or equal to 6.'
|
|
375
433
|
end
|
|
376
434
|
|
|
377
|
-
pattern = Regexp.new(/^
|
|
435
|
+
pattern = Regexp.new(/^(cid|cli)_[a-z0-9_-]{2,96}$/)
|
|
378
436
|
if client_id !~ pattern
|
|
379
437
|
fail ArgumentError, "invalid value for \"client_id\", must conform to the pattern #{pattern}."
|
|
380
438
|
end
|
|
@@ -385,10 +443,6 @@ module AlogramPayRisk
|
|
|
385
443
|
# Custom attribute writer method with validation
|
|
386
444
|
# @param [Object] end_customer_id Value to be assigned
|
|
387
445
|
def end_customer_id=(end_customer_id)
|
|
388
|
-
if end_customer_id.nil?
|
|
389
|
-
fail ArgumentError, 'end_customer_id cannot be nil'
|
|
390
|
-
end
|
|
391
|
-
|
|
392
446
|
if end_customer_id.to_s.length > 100
|
|
393
447
|
fail ArgumentError, 'invalid value for "end_customer_id", the character length must be smaller than or equal to 100.'
|
|
394
448
|
end
|
|
@@ -397,7 +451,7 @@ module AlogramPayRisk
|
|
|
397
451
|
fail ArgumentError, 'invalid value for "end_customer_id", the character length must be greater than or equal to 6.'
|
|
398
452
|
end
|
|
399
453
|
|
|
400
|
-
pattern = Regexp.new(/^ecid_[a-z0-9\-_]{2,96}$/)
|
|
454
|
+
pattern = Regexp.new(/^(ecid_[a-z0-9\-_]{2,96}|cus_[a-f0-9]{32})$/)
|
|
401
455
|
if end_customer_id !~ pattern
|
|
402
456
|
fail ArgumentError, "invalid value for \"end_customer_id\", must conform to the pattern #{pattern}."
|
|
403
457
|
end
|
|
@@ -406,35 +460,65 @@ module AlogramPayRisk
|
|
|
406
460
|
end
|
|
407
461
|
|
|
408
462
|
# Custom attribute writer method with validation
|
|
409
|
-
# @param [Object]
|
|
410
|
-
def
|
|
411
|
-
if
|
|
412
|
-
fail ArgumentError, '
|
|
463
|
+
# @param [Object] operator_id Value to be assigned
|
|
464
|
+
def operator_id=(operator_id)
|
|
465
|
+
if operator_id.to_s.length > 100
|
|
466
|
+
fail ArgumentError, 'invalid value for "operator_id", the character length must be smaller than or equal to 100.'
|
|
467
|
+
end
|
|
468
|
+
|
|
469
|
+
if operator_id.to_s.length < 5
|
|
470
|
+
fail ArgumentError, 'invalid value for "operator_id", the character length must be greater than or equal to 5.'
|
|
471
|
+
end
|
|
472
|
+
|
|
473
|
+
pattern = Regexp.new(/^(mid_[a-z0-9_-]{2,96}|op_[a-f0-9]{32})$/)
|
|
474
|
+
if operator_id !~ pattern
|
|
475
|
+
fail ArgumentError, "invalid value for \"operator_id\", must conform to the pattern #{pattern}."
|
|
476
|
+
end
|
|
477
|
+
|
|
478
|
+
@operator_id = operator_id
|
|
479
|
+
end
|
|
480
|
+
|
|
481
|
+
# Custom attribute writer method with validation
|
|
482
|
+
# @param [Object] sku_id Value to be assigned
|
|
483
|
+
def sku_id=(sku_id)
|
|
484
|
+
if sku_id.to_s.length > 37
|
|
485
|
+
fail ArgumentError, 'invalid value for "sku_id", the character length must be smaller than or equal to 37.'
|
|
413
486
|
end
|
|
414
487
|
|
|
415
|
-
if
|
|
416
|
-
fail ArgumentError, 'invalid value for "
|
|
488
|
+
if sku_id.to_s.length < 36
|
|
489
|
+
fail ArgumentError, 'invalid value for "sku_id", the character length must be greater than or equal to 36.'
|
|
417
490
|
end
|
|
418
491
|
|
|
419
|
-
|
|
420
|
-
|
|
492
|
+
pattern = Regexp.new(/^sku_[a-f0-9]{32}$/)
|
|
493
|
+
if sku_id !~ pattern
|
|
494
|
+
fail ArgumentError, "invalid value for \"sku_id\", must conform to the pattern #{pattern}."
|
|
421
495
|
end
|
|
422
496
|
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
497
|
+
@sku_id = sku_id
|
|
498
|
+
end
|
|
499
|
+
|
|
500
|
+
# Custom attribute writer method with validation
|
|
501
|
+
# @param [Object] sku_handle Value to be assigned
|
|
502
|
+
def sku_handle=(sku_handle)
|
|
503
|
+
if sku_handle.to_s.length > 64
|
|
504
|
+
fail ArgumentError, 'invalid value for "sku_handle", the character length must be smaller than or equal to 64.'
|
|
505
|
+
end
|
|
506
|
+
|
|
507
|
+
if sku_handle.to_s.length < 2
|
|
508
|
+
fail ArgumentError, 'invalid value for "sku_handle", the character length must be greater than or equal to 2.'
|
|
509
|
+
end
|
|
510
|
+
|
|
511
|
+
pattern = Regexp.new(/^[a-z0-9\-_]{2,64}$/)
|
|
512
|
+
if sku_handle !~ pattern
|
|
513
|
+
fail ArgumentError, "invalid value for \"sku_handle\", must conform to the pattern #{pattern}."
|
|
426
514
|
end
|
|
427
515
|
|
|
428
|
-
@
|
|
516
|
+
@sku_handle = sku_handle
|
|
429
517
|
end
|
|
430
518
|
|
|
431
519
|
# Custom attribute writer method with validation
|
|
432
520
|
# @param [Object] payment_instrument_id Value to be assigned
|
|
433
521
|
def payment_instrument_id=(payment_instrument_id)
|
|
434
|
-
if payment_instrument_id.nil?
|
|
435
|
-
fail ArgumentError, 'payment_instrument_id cannot be nil'
|
|
436
|
-
end
|
|
437
|
-
|
|
438
522
|
if payment_instrument_id.to_s.length > 100
|
|
439
523
|
fail ArgumentError, 'invalid value for "payment_instrument_id", the character length must be smaller than or equal to 100.'
|
|
440
524
|
end
|
|
@@ -450,10 +534,6 @@ module AlogramPayRisk
|
|
|
450
534
|
# Custom attribute writer method with validation
|
|
451
535
|
# @param [Object] device_id Value to be assigned
|
|
452
536
|
def device_id=(device_id)
|
|
453
|
-
if device_id.nil?
|
|
454
|
-
fail ArgumentError, 'device_id cannot be nil'
|
|
455
|
-
end
|
|
456
|
-
|
|
457
537
|
if device_id.to_s.length > 100
|
|
458
538
|
fail ArgumentError, 'invalid value for "device_id", the character length must be smaller than or equal to 100.'
|
|
459
539
|
end
|
|
@@ -469,10 +549,6 @@ module AlogramPayRisk
|
|
|
469
549
|
# Custom attribute writer method with validation
|
|
470
550
|
# @param [Object] session_id Value to be assigned
|
|
471
551
|
def session_id=(session_id)
|
|
472
|
-
if session_id.nil?
|
|
473
|
-
fail ArgumentError, 'session_id cannot be nil'
|
|
474
|
-
end
|
|
475
|
-
|
|
476
552
|
if session_id.to_s.length > 100
|
|
477
553
|
fail ArgumentError, 'invalid value for "session_id", the character length must be smaller than or equal to 100.'
|
|
478
554
|
end
|
|
@@ -488,10 +564,6 @@ module AlogramPayRisk
|
|
|
488
564
|
# Custom attribute writer method with validation
|
|
489
565
|
# @param [Object] email_hash Value to be assigned
|
|
490
566
|
def email_hash=(email_hash)
|
|
491
|
-
if email_hash.nil?
|
|
492
|
-
fail ArgumentError, 'email_hash cannot be nil'
|
|
493
|
-
end
|
|
494
|
-
|
|
495
567
|
if email_hash.to_s.length > 71
|
|
496
568
|
fail ArgumentError, 'invalid value for "email_hash", the character length must be smaller than or equal to 71.'
|
|
497
569
|
end
|
|
@@ -507,10 +579,6 @@ module AlogramPayRisk
|
|
|
507
579
|
# Custom attribute writer method with validation
|
|
508
580
|
# @param [Object] email_domain_hash Value to be assigned
|
|
509
581
|
def email_domain_hash=(email_domain_hash)
|
|
510
|
-
if email_domain_hash.nil?
|
|
511
|
-
fail ArgumentError, 'email_domain_hash cannot be nil'
|
|
512
|
-
end
|
|
513
|
-
|
|
514
582
|
if email_domain_hash.to_s.length > 71
|
|
515
583
|
fail ArgumentError, 'invalid value for "email_domain_hash", the character length must be smaller than or equal to 71.'
|
|
516
584
|
end
|
|
@@ -526,10 +594,6 @@ module AlogramPayRisk
|
|
|
526
594
|
# Custom attribute writer method with validation
|
|
527
595
|
# @param [Object] phone_hash Value to be assigned
|
|
528
596
|
def phone_hash=(phone_hash)
|
|
529
|
-
if phone_hash.nil?
|
|
530
|
-
fail ArgumentError, 'phone_hash cannot be nil'
|
|
531
|
-
end
|
|
532
|
-
|
|
533
597
|
if phone_hash.to_s.length > 71
|
|
534
598
|
fail ArgumentError, 'invalid value for "phone_hash", the character length must be smaller than or equal to 71.'
|
|
535
599
|
end
|
|
@@ -545,10 +609,6 @@ module AlogramPayRisk
|
|
|
545
609
|
# Custom attribute writer method with validation
|
|
546
610
|
# @param [Object] shipping_address_hash Value to be assigned
|
|
547
611
|
def shipping_address_hash=(shipping_address_hash)
|
|
548
|
-
if shipping_address_hash.nil?
|
|
549
|
-
fail ArgumentError, 'shipping_address_hash cannot be nil'
|
|
550
|
-
end
|
|
551
|
-
|
|
552
612
|
if shipping_address_hash.to_s.length > 71
|
|
553
613
|
fail ArgumentError, 'invalid value for "shipping_address_hash", the character length must be smaller than or equal to 71.'
|
|
554
614
|
end
|
|
@@ -564,10 +624,6 @@ module AlogramPayRisk
|
|
|
564
624
|
# Custom attribute writer method with validation
|
|
565
625
|
# @param [Object] billing_address_hash Value to be assigned
|
|
566
626
|
def billing_address_hash=(billing_address_hash)
|
|
567
|
-
if billing_address_hash.nil?
|
|
568
|
-
fail ArgumentError, 'billing_address_hash cannot be nil'
|
|
569
|
-
end
|
|
570
|
-
|
|
571
627
|
if billing_address_hash.to_s.length > 71
|
|
572
628
|
fail ArgumentError, 'invalid value for "billing_address_hash", the character length must be smaller than or equal to 71.'
|
|
573
629
|
end
|
|
@@ -588,10 +644,14 @@ module AlogramPayRisk
|
|
|
588
644
|
tenant_id == o.tenant_id &&
|
|
589
645
|
client_id == o.client_id &&
|
|
590
646
|
end_customer_id == o.end_customer_id &&
|
|
591
|
-
|
|
647
|
+
operator_id == o.operator_id &&
|
|
648
|
+
auth == o.auth &&
|
|
649
|
+
sku_id == o.sku_id &&
|
|
650
|
+
sku_handle == o.sku_handle &&
|
|
592
651
|
payment_instrument_id == o.payment_instrument_id &&
|
|
593
652
|
device_id == o.device_id &&
|
|
594
653
|
session_id == o.session_id &&
|
|
654
|
+
agent == o.agent &&
|
|
595
655
|
email_hash == o.email_hash &&
|
|
596
656
|
email_domain_hash == o.email_domain_hash &&
|
|
597
657
|
phone_hash == o.phone_hash &&
|
|
@@ -608,7 +668,7 @@ module AlogramPayRisk
|
|
|
608
668
|
# Calculates hash code according to all attributes.
|
|
609
669
|
# @return [Integer] Hash code
|
|
610
670
|
def hash
|
|
611
|
-
[tenant_id, client_id, end_customer_id,
|
|
671
|
+
[tenant_id, client_id, end_customer_id, operator_id, auth, sku_id, sku_handle, payment_instrument_id, device_id, session_id, agent, email_hash, email_domain_hash, phone_hash, shipping_address_hash, billing_address_hash].hash
|
|
612
672
|
end
|
|
613
673
|
|
|
614
674
|
# Builds the object from hash
|
|
@@ -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
|
|
@@ -199,10 +199,6 @@ module AlogramPayRisk
|
|
|
199
199
|
# Custom attribute writer method with validation
|
|
200
200
|
# @param [Object] metadata Value to be assigned
|
|
201
201
|
def metadata=(metadata)
|
|
202
|
-
if metadata.nil?
|
|
203
|
-
fail ArgumentError, 'metadata cannot be nil'
|
|
204
|
-
end
|
|
205
|
-
|
|
206
202
|
if metadata.to_s.length > 2048
|
|
207
203
|
fail ArgumentError, 'invalid value for "metadata", the character length must be smaller than or equal to 2048.'
|
|
208
204
|
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
|
|
@@ -167,10 +167,6 @@ module AlogramPayRisk
|
|
|
167
167
|
# Custom attribute writer method with validation
|
|
168
168
|
# @param [Object] score Value to be assigned
|
|
169
169
|
def score=(score)
|
|
170
|
-
if score.nil?
|
|
171
|
-
fail ArgumentError, 'score cannot be nil'
|
|
172
|
-
end
|
|
173
|
-
|
|
174
170
|
if score > 1.0
|
|
175
171
|
fail ArgumentError, 'invalid value for "score", must be smaller than or equal to 1.0.'
|
|
176
172
|
end
|
|
@@ -185,10 +181,6 @@ module AlogramPayRisk
|
|
|
185
181
|
# Custom attribute writer method with validation
|
|
186
182
|
# @param [Object] explanation Value to be assigned
|
|
187
183
|
def explanation=(explanation)
|
|
188
|
-
if explanation.nil?
|
|
189
|
-
fail ArgumentError, 'explanation cannot be nil'
|
|
190
|
-
end
|
|
191
|
-
|
|
192
184
|
if explanation.to_s.length > 512
|
|
193
185
|
fail ArgumentError, 'invalid value for "explanation", the character length must be smaller than or equal to 512.'
|
|
194
186
|
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
|
|
@@ -14,7 +14,7 @@ require 'date'
|
|
|
14
14
|
require 'time'
|
|
15
15
|
|
|
16
16
|
module AlogramPayRisk
|
|
17
|
-
# Optional raw identity details for the account associated with the purchase. These fields (email, phone, addresses) are used for normalization, hashing, and risk feature extraction (e.g., email/phone/domain scoring, address risk), and are not stored in raw form by Alogram. When provided, Alogram will derive and/or cross-check: - emailHash / phoneHash / shippingAddressHash / billingAddressHash in the
|
|
17
|
+
# Optional raw identity details for the account associated with the purchase. These fields (email, phone, addresses) are used for normalization, hashing, and risk feature extraction (e.g., email/phone/domain scoring, address risk), and are not stored in raw form by Alogram. When provided, Alogram will derive and/or cross-check: - emailHash / phoneHash / shippingAddressHash / billingAddressHash in the Alogram entity model - email/phone/domain risk signals - address consistency and geo-distance checks
|
|
18
18
|
class Identity < ApiModelBase
|
|
19
19
|
# Email address of the customer.
|
|
20
20
|
attr_accessor :email
|
|
@@ -207,10 +207,6 @@ module AlogramPayRisk
|
|
|
207
207
|
# Custom attribute writer method with validation
|
|
208
208
|
# @param [Object] email Value to be assigned
|
|
209
209
|
def email=(email)
|
|
210
|
-
if email.nil?
|
|
211
|
-
fail ArgumentError, 'email cannot be nil'
|
|
212
|
-
end
|
|
213
|
-
|
|
214
210
|
if email.to_s.length > 320
|
|
215
211
|
fail ArgumentError, 'invalid value for "email", the character length must be smaller than or equal to 320.'
|
|
216
212
|
end
|
|
@@ -230,10 +226,6 @@ module AlogramPayRisk
|
|
|
230
226
|
# Custom attribute writer method with validation
|
|
231
227
|
# @param [Object] email_domain Value to be assigned
|
|
232
228
|
def email_domain=(email_domain)
|
|
233
|
-
if email_domain.nil?
|
|
234
|
-
fail ArgumentError, 'email_domain cannot be nil'
|
|
235
|
-
end
|
|
236
|
-
|
|
237
229
|
if email_domain.to_s.length > 255
|
|
238
230
|
fail ArgumentError, 'invalid value for "email_domain", the character length must be smaller than or equal to 255.'
|
|
239
231
|
end
|
|
@@ -249,10 +241,6 @@ module AlogramPayRisk
|
|
|
249
241
|
# Custom attribute writer method with validation
|
|
250
242
|
# @param [Object] phone Value to be assigned
|
|
251
243
|
def phone=(phone)
|
|
252
|
-
if phone.nil?
|
|
253
|
-
fail ArgumentError, 'phone cannot be nil'
|
|
254
|
-
end
|
|
255
|
-
|
|
256
244
|
if phone.to_s.length > 20
|
|
257
245
|
fail ArgumentError, 'invalid value for "phone", the character length must be smaller than or equal to 20.'
|
|
258
246
|
end
|