Multivit4min / TS3-NodeJS-Library

TeamSpeak 3 Server Query Library supports SSH and RAW Query
https://multivit4min.github.io/TS3-NodeJS-Library/
MIT License
149 stars 20 forks source link

Update typings for events due to the id type change (number -> string) #151

Closed BrandonSchmitt closed 3 years ago

BrandonSchmitt commented 3 years ago

During the type change of ids across the library the typings of the events where not updated. This PR fixes that. I have checked every type by registering and debugging an event handler.

As a sidenote: ChannelMove.order is still a number. Shouldn't it be also a string now?