team-telnyx / telnyx-node

Node SDK for the Telnyx API
https://developers.telnyx.com/docs/api/v2/overview
MIT License
54 stars 20 forks source link

Please create typescript declarations for the library #32

Open kenptr opened 4 years ago

kenptr commented 4 years ago

https://www.typescriptlang.org/docs/handbook/declaration-files/introduction.html

lucasassisrosa commented 4 years ago

thanks for the suggestion @kenptr. I will triage and let you know when we have that ready

austonpramodh commented 4 years ago

+1

dineshrachumalla commented 3 years ago

+1

alexandr2110pro commented 3 years ago

Hey guys, do you have any estimate on when you deliver that? @lucasassisrosa

csskevin commented 3 years ago

Any updates on that? Would like to implement this service in my application, but without types it is not really useful for a production application.

AnthonyLzq commented 2 years ago

Guys, this issue is more than 2 years old, any updates @lucasassisrosa ?

anthonycollinnadeau commented 2 years ago

Any updates?

Rockbass commented 1 year ago

hey guys, any update? :)

pbelbin commented 1 year ago

hellooooooo! is this going to be done?

bradrf commented 1 year ago

+1

KrisStadler commented 1 year ago

Any update on this? At this point any type hinting would be great.

ADandyGuyInSpace commented 1 year ago

We are looking into this and should be releasing this with the next update.

Apologies for the delay of this requested feature!

dmexs commented 11 months ago

Exploring the API and would love to have some IntelliSense completion, even if the types aren't finisihed.

tgbv commented 10 months ago

Any updates on this one?

Converting the entire library to TS would be massive 🌞

elzii commented 9 months ago

TELNYX.D.TS

PLZZZ

cgilly2fast commented 9 months ago

Yes please add

mathsnunes commented 6 months ago

+1

EvanBarnesAZ commented 5 months ago

4 years later smh

csmykay commented 5 months ago

We also require this for our application management.

ElhananFine commented 5 months ago

Any updates on this one?

henryStelle commented 4 months ago

I see that TS prep was specifically mentioned in the v1.26 release. Any ETA for this v2 release?

dmmc12 commented 4 months ago

Hi everyone,

Thank you for your patience regarding the implementation of Typescript declarations for our Telnyx Node SDK. I wanted to provide an update: although it’s not on our roadmap for the rest of this year, we are currently planning the requirements and potential work involved to eventually deliver as we know it will provide a much needed and improved user experience.

While we can't commit to a firm date right now, we anticipate beginning work in Q1 2025.

This timeline may change, and work could start earlier. We will keep this thread updated at the beginning of Q4 2024.

mschunke commented 3 months ago

Going for another provider then...

dmmc12 commented 2 months ago

Hi everyone, I mentioned that I would share an update at the beginning of Q4 regarding this projects prioritisation.

I’m pleased to share an earlier update to confirm that the revision is now underway! Specifically, we're updating project dependencies and starting the conversion of library files and endpoints to TypeScript, as well as any potential missing endpoints.

I hope that you all hear from me again by the end of September if not earlier.

dmmc12 commented 1 month ago

Hi everyone,

Time has certainly flown by. The team has been hard at work, and we now have an alpha version ready for internal testing.

We expect to release a beta version between mid and late October, and would love your help with further testing when it’s available.

Expect another update by then!

mpareja-godaddy commented 1 month ago

I've been reviewing progress and very excited for the upcoming release. It would be helpful if the Webhook dto's were explicitly defined in the SDK so we can import them directly into our application. Attributes like event_type and state are poorly documented and leave us blind as to their possible values.

egdelwonk commented 1 month ago

Great progress on this! It'd also be helpful if v2 also exported as CommonJS. Some projects are not quite ready to adopt ESM.

mpareja-godaddy commented 4 weeks ago

I'm not entirely sure I agree with maintaining CJS support anymore, I reserve the right to be wrong but ESM is the future of JS and it has been for some time. The only time I see maintainers gripping onto CJS is when the codebase is not well maintained.

However the glory of OS is you can fork and build your own release.