silas / node-jenkins

Jenkins client
https://www.npmjs.com/package/jenkins
MIT License
356 stars 86 forks source link

No type definitions for v1 #115

Open webark opened 1 year ago

webark commented 1 year ago

After the v1 api update, there is not type definition yet released for that. Should look into that, and want to create a binder here to there for that work.

https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jenkins

silas commented 1 year ago

I wouldn't be against hosting the type definitions in this repo (I'll be more likely to keep them up-to-date). I'm not sure I'll have the time to do it anytime soon, but if someone does the work I'm happy to accept a PR.

webark commented 1 year ago

Ok. I can see what I could maybe do in the next week.

webark commented 1 year ago

and agree getting it in this repo would be a lot easier.

trinhpham commented 1 year ago

@silas @webark I made a simple PR #120 to solve this. Please give me your idea.

naoya7076 commented 12 months ago

@silas @trinhpham @webark I created update @types/node PR and I hope it helps you!