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?
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?