muxinc / mux-node-sdk

Official Mux API wrapper for Node projects, supporting both Mux Data and Mux Video.
https://mux.com/for/node
Apache License 2.0
153 stars 59 forks source link

missing `data.asset_id` in `video.asset.track.ready` webhook event #446

Open xxRockOnxx opened 2 weeks ago

xxRockOnxx commented 2 weeks ago

According to:

The asset_id should be avaiable in the data object.

However, the Track interface (https://github.com/muxinc/mux-node-sdk/blob/v8.8.0/src/resources/video/assets.ts#L1164) does not define it.

Is this intended or a bug? I can probably submit a PR if it's as simple as adding a property.

JacquiManzi commented 1 week ago

Hey @xxRockOnxx , thanks for bringing this to our attention!

We're currently looking into some anomalies in our SDK generation process, which this might be a result of. Since these are generated SDKs, a PR to add it would be overwritten on the next generation.

I'll update this issue when we have more information, thanks!

JacquiManzi commented 1 week ago

We confirmed this is resulting from an SDK generation workflow issue and we will be working to get this resolved in an upcoming release.