| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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.
|
Sorry, something went wrong.
| response: { | ||
| statusCode: number, | ||
| body: any |
There was a problem hiding this comment.
Handl vault response is using a structure that is similar to the one in ApiResponseError, Do we need a type for this as well?
Sorry, something went wrong.
|
@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. |
Sorry, something went wrong.
|
Hi @kr1sp1n , I've added only a single dependency json-schema-to-typescript which converts the json schemas that you have to typescript classes. The diff you see in the yarn.lock files are automatic updates by yarn itself, which can be ignored. 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 node scripts/gen-types.js to verify the correctness of types. Thanks for making node-vault! |
Sorry, something went wrong.
|
Is there any update on this @kr1sp1n? We'd also really appreciate these missing types being added and released! |
Sorry, something went wrong.
based on nodevault#165 - thanks!
|
Hey @sidharthv96 -> do you mind resolving the conflicts? <3 |
Sorry, something went wrong.
There was a problem hiding this comment.
need PR fixes
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
These have been generated from the json schemas and added to index.d.ts manually.