Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

index.d.ts type discrepancy #24

Closed
tilkinsc opened this issue Mar 4, 2024 · 3 comments · Fixed by #27
Closed

index.d.ts type discrepancy #24

tilkinsc opened this issue Mar 4, 2024 · 3 comments · Fixed by #27

Comments

@tilkinsc
Copy link

tilkinsc commented Mar 4, 2024

https://docs.hcaptcha.com/

According to hcaptcha's developer guide, there are fields score and score_reason, which aren't taken into account in the types declaration.

{
"success": true|false, // is the passcode valid, and does it meet security criteria you specified, e.g. sitekey?
"challenge_ts": timestamp, // timestamp of the challenge (ISO format yyyy-MM-dd'T'HH:mm:ssZZ)
"hostname": string, // the hostname of the site where the challenge was solved
"credit": true|false, // optional: deprecated field
"error-codes": [...] // optional: any error codes
"score": float, // ENTERPRISE feature: a score denoting malicious activity.
"score_reason": [...] // ENTERPRISE feature: reason(s) for score.
}

@Maksymalnie
Copy link

Jij

@Maksymalnie
Copy link

Thursday's breaking news
🗞️📰📰📰📰📰📰📰

News Type : Initial Jobless Claims
Currency : USD🇺🇸
Time : 17:30 
Effects : ⭐
Previously : 229K
Forecast : 225K
———————————————

News Type : PPI (MoM) (May)
Currency : USD🇺🇸
Time : 17:30
Effects : ⭐
Previously : 0.5% 
Forecast : 0.1% 
———————————————

News Type : Core PPI m/m
Currency : USD🇺🇸
Time : 17:30
Effects : ⭐
Previously : 0.5% 
Forecast : 0.3% 
———————————————

PAKISTAN Time Zone

Subscribe to https://t.me/+KcCkfhl7PipmN2M0

1 similar comment
@Maksymalnie
Copy link

Thursday's breaking news
🗞️📰📰📰📰📰📰📰

News Type : Initial Jobless Claims
Currency : USD🇺🇸
Time : 17:30 
Effects : ⭐
Previously : 229K
Forecast : 225K
———————————————

News Type : PPI (MoM) (May)
Currency : USD🇺🇸
Time : 17:30
Effects : ⭐
Previously : 0.5% 
Forecast : 0.1% 
———————————————

News Type : Core PPI m/m
Currency : USD🇺🇸
Time : 17:30
Effects : ⭐
Previously : 0.5% 
Forecast : 0.3% 
———————————————

PAKISTAN Time Zone

Subscribe to https://t.me/+KcCkfhl7PipmN2M0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants