-
-
Notifications
You must be signed in to change notification settings - Fork 100
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
refactor: port security scheme model to ts #513
refactor: port security scheme model to ts #513
Conversation
@magicmatatjahu should I add the flow object in this PR? |
@Souvikns Go ahead :) The sooner we rewrite the models the better. |
@magicmatatjahu, @smoya can you clarify that AuthFlows object in the server-api has been updated. It does not follow the |
Ready for review 🤞🏻 |
@Souvikns sorry for such a long delay.
|
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.
In this PR we should remove one field and we will implement it in next PRs - we have bug in parser-api
. I will handle that. Rest is good 🚀
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
LGTM!
Description
Porting
server-variable
object to typescript.Related issue(s)
See also #482