@bluebottle_gg/league-broadcast-client 1.1.0 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -2983,6 +2983,7 @@ interface IngameEventHandlers {
2983
2983
  onFirstTowerEvent?: (teamId: Team) => void;
2984
2984
  onAnnouncementEvent?: (event: announcerEvent) => void;
2985
2985
  onKillFeedEvent?: (event: killFeedEvent) => void;
2986
+ onSmiteReactionEvent?: (event: smiteReactionResult) => void;
2986
2987
  }
2987
2988
  interface ChampSelectEventHandlers {
2988
2989
  /** Fired for every pick/ban action (hover, lock, ban reveal, phase transition). */