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
Add support for Risk Intelligence Retrieve endpoint (#12)
* Bump version, add response types, reorganize files
* wip client
* Add support for Risk Intelligence retrieve, add tests
* Call risk intelligence retrieve regardless of captcha state in example
* Simplify example in readme
* Make example print error on missing risk intelligence
* Update to Node 22.x in CI
* Add missing API error codes
You can retrieve risk intelligence data for a given token. This provides detailed information about the risk profile of a request, including network data, geolocation, browser details, and risk scores.
// Warning: (ae-forgotten-export) The symbol "APIErrorCode" needs to be exported by the entry point index.d.ts
65
+
//
66
+
// (undocumented)
67
+
error_code:APIErrorCode;
68
+
}
69
+
70
+
// Warning: (ae-internal-missing-underscore) The name "RiskIntelligenceRetrieveRequest" should be prefixed with an underscore because the declaration is marked as @internal
// Warning: (ae-forgotten-export) The symbol "SiteverifyErrorCode" needs to be exported by the entry point index.d.ts
54
-
//
55
134
// (undocumented)
56
-
error_code:SiteverifyErrorCode;
135
+
error_code:APIErrorCode;
57
136
}
58
137
59
138
// Warning: (ae-internal-missing-underscore) The name "SiteverifyRequest" should be prefixed with an underscore because the declaration is marked as @internal
0 commit comments