-
Notifications
You must be signed in to change notification settings - Fork 161
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
Add Proper types #165
base: master
Are you sure you want to change the base?
Add Proper types #165
Conversation
Signed-off-by: Sidharth Vinod <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #165 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 146 146
Branches 37 37
=========================================
Hits 146 146 Continue to review full report at Codecov.
|
response: { | ||
statusCode: number, | ||
body: any |
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.
Handl vault response is using a structure that is similar to the one in ApiResponseError, Do we need a type for this as well?
@sidharthv96 Thanks for your PR 🙏 At the moment I do not care so much about types, so I will review your changes a little bit later. Furthermore what about all those new dev dependencies? Could you please explain why you added them? Thanks. |
Hi @kr1sp1n , I've added only a single dependency Types are extremely important to our use case and if they are added in the main library, it will be a huge help for us. You can also run Thanks for making node-vault! |
Is there any update on this @kr1sp1n? We'd also really appreciate these missing types being added and released! |
based on nodevault#165 - thanks!
Hey @sidharthv96 -> do you mind resolving the conflicts? <3 |
@sidharthv96 another ping ❤️ |
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.
need PR fixes
These have been generated from the json schemas and added to index.d.ts manually.