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
I will be happy to create a PR but only if you actually approve it once it meets the project's needs. I do not want to code, have my PR closed and have the code re-done by somebody else.
As seen in the 2Captcha documentation for Amazon WAF CAPTCHAs,
challengeScript
andcaptchaScript
are missing in the type definitionparamsAmazonWAF
entirely:2captcha-javascript/src/structs/2captcha.ts
Lines 142 to 152 in 40bc217
Also the response typing is incorrect. For Amazon WAF it's actually structured like this:
But it's implemented like this (data is NOT a string!!!):
2captcha-javascript/src/structs/2captcha.ts
Lines 232 to 237 in 40bc217
I suspect many more typings will be incorrect as well.
The text was updated successfully, but these errors were encountered: