Uh oh!
There was an error while loading. Please reload this page.
Add Proper types - #165
Conversation
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.
Handl vault response is using a structure that is similar to the one in ApiResponseError, Do we need a type for this as well?
kr1sp1n
commented
Aug 3, 2020
@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. |
sidharthv96
commented
Aug 4, 2020
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!
aviadhahami
commented
Nov 10, 2022
Hey @sidharthv96 -> do you mind resolving the conflicts? <3 |
aviadhahami
commented
May 11, 2023
@sidharthv96 another ping ❤️ |
These have been generated from the json schemas and added to index.d.ts manually.