@lumiastream/lumia-types 3.5.2 → 3.5.4

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.
@@ -260,8 +260,6 @@ export declare enum LumiaAlertValues {
260
260
  TWITCH_WATCH_STREAK = "twitch-watchStreak",
261
261
  /** Power-ups used */
262
262
  TWITCH_POWERUPS = "twitch-powerups",
263
- /** Power-up points earned */
264
- TWITCH_POWERUPS_POINTS = "twitch-powerupsPoints",
265
263
  /** YouTube stream went live */
266
264
  YOUTUBE_STREAM_LIVE = "youtube-streamLive",
267
265
  /** YouTube stream went offline */
@@ -629,7 +627,6 @@ export declare const LumiaAlertFriendlyValues: {
629
627
  "twitch-adStopped": string;
630
628
  "twitch-watchStreak": string;
631
629
  "twitch-powerups": string;
632
- "twitch-powerupsPoints": string;
633
630
  "youtube-streamLive": string;
634
631
  "youtube-streamOffline": string;
635
632
  "youtube-firstChatter": string;
@@ -278,8 +278,6 @@ var LumiaAlertValues;
278
278
  LumiaAlertValues["TWITCH_WATCH_STREAK"] = "twitch-watchStreak";
279
279
  /** Power-ups used */
280
280
  LumiaAlertValues["TWITCH_POWERUPS"] = "twitch-powerups";
281
- /** Power-up points earned */
282
- LumiaAlertValues["TWITCH_POWERUPS_POINTS"] = "twitch-powerupsPoints";
283
281
  // YouTube alerts
284
282
  /** YouTube stream went live */
285
283
  LumiaAlertValues["YOUTUBE_STREAM_LIVE"] = "youtube-streamLive";
@@ -662,7 +660,6 @@ exports.LumiaAlertFriendlyValues = {
662
660
  [LumiaAlertValues.TWITCH_AD_STOPPED]: 'Twitch Ad Stopped',
663
661
  [LumiaAlertValues.TWITCH_WATCH_STREAK]: 'Twitch Watch Streak',
664
662
  [LumiaAlertValues.TWITCH_POWERUPS]: 'Twitch Powerups',
665
- [LumiaAlertValues.TWITCH_POWERUPS_POINTS]: 'Twitch Powerups points',
666
663
  [LumiaAlertValues.YOUTUBE_STREAM_LIVE]: 'Youtube Stream Live',
667
664
  [LumiaAlertValues.YOUTUBE_STREAM_OFFLINE]: 'Youtube Stream Offline',
668
665
  [LumiaAlertValues.YOUTUBE_FIRST_CHATTER]: 'Youtube First Chatter',