You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added CreditApplication, FundTransfer, and SimSwap to the EventType
enum.
Added the input /event/party. This is the party submitting the
transaction. You may provide this by providing party to Event.
Added the input /payment/method. This is the payment method associated
with the transaction. You may provide this by providing method to Payment.
Added new response.email.domain outputs:
classification - The domain type (business, education, government,
isp_email).
risk - A risk score from 0.01 to 99 associated with the email domain.
volume - Activity level for the domain across the minFraud network,
expressed in sightings per million.
Added new response.email.domain.visit outputs for low-volume domains:
status - Domain status from automated visit (live, dns_error,
network_error, http_error, parked, pre_development).
lastVisitedOn - The date the automated visit was completed.
hasRedirect - Whether the domain redirects to another URL.
Added the status property to WebServiceClientError. This property
contains the HTTP status code when the error is the result of an HTTP
response error. Network errors (timeouts, fetch errors) will not have a
status code.
Updated @maxmind/geoip2-node to 6.3.0, which includes new anonymizer
and IP risk outputs.