-
Notifications
You must be signed in to change notification settings - Fork 893
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
Incorrect auth typing in 9.8.0: Cannot find name 'PhoneOrOauthTokenResponse #6246
Labels
Comments
Something about #6151 caused api-extractor to try to export |
Will there be a quick patch, as it makes that release unusable? |
Merged, will try to get a release out today. |
Merged
Released in 9.8.1 |
Thanks @hsubox76 |
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
[REQUIRED] Describe the problem
The TypeScript typings of version 9.8.0 are incorrect. When compiling against them, I get the error
And indeed, if we look into the referenced file, we find, at line 2440:
So the type PhoneOrOauthTokenResponse has been commented out, but it's used at line 3137:
The same issue exists with UserInternal. At line3468, we have
but at line 3429, we have
The text was updated successfully, but these errors were encountered: