-
Notifications
You must be signed in to change notification settings - Fork 730
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
Fix errors in type definitions #1263
Conversation
} | ||
return true | ||
}) | ||
if (foundTrue && foundFalse) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can imagine an endpoint with false | 'some_string'
parameter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know, I'm being overcautious here :D
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are you going to release it as rc2
?
are we still waiting for the ES team response on the deleteByNamespace
interface?
Yes, I'll release as many as we need until we solve elastic/kibana#70431.
I've just asked, but we can merge this one in the meantime already. |
ignore
paramater is part of the request options and not the request params.'true'
andfalse'
), this pr generates them asboolean
.The type definition fix will be generated once in
master
,7.x
, and7.9
.Related: elastic/kibana#72388 elastic/kibana#72289