muxinc/mux-node-sdk

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

Opened this issue · 2 comments

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.

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!

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