@lumiastream/lumia-types 2.2.4 → 2.2.6
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/activity.types.d.ts
CHANGED
|
@@ -248,7 +248,7 @@ export declare enum LumiaAlertValues {
|
|
|
248
248
|
/** Power-ups used */
|
|
249
249
|
TWITCH_POWERUPS = "twitch-powerups",
|
|
250
250
|
/** Power-up points earned */
|
|
251
|
-
TWITCH_POWERUPS_POINTS = "twitch-
|
|
251
|
+
TWITCH_POWERUPS_POINTS = "twitch-powerupsPoints",
|
|
252
252
|
/** YouTube stream went live */
|
|
253
253
|
YOUTUBE_STREAM_LIVE = "youtube-streamLive",
|
|
254
254
|
/** YouTube stream went offline */
|
|
@@ -567,7 +567,7 @@ export declare const LumiaAlertFriendlyValues: {
|
|
|
567
567
|
"twitch-adStarted": string;
|
|
568
568
|
"twitch-adStopped": string;
|
|
569
569
|
"twitch-powerups": string;
|
|
570
|
-
"twitch-
|
|
570
|
+
"twitch-powerupsPoints": string;
|
|
571
571
|
"youtube-streamLive": string;
|
|
572
572
|
"youtube-streamOffline": string;
|
|
573
573
|
"youtube-firstChatter": string;
|
package/dist/activity.types.js
CHANGED
|
@@ -264,7 +264,7 @@ var LumiaAlertValues;
|
|
|
264
264
|
/** Power-ups used */
|
|
265
265
|
LumiaAlertValues["TWITCH_POWERUPS"] = "twitch-powerups";
|
|
266
266
|
/** Power-up points earned */
|
|
267
|
-
LumiaAlertValues["TWITCH_POWERUPS_POINTS"] = "twitch-
|
|
267
|
+
LumiaAlertValues["TWITCH_POWERUPS_POINTS"] = "twitch-powerupsPoints";
|
|
268
268
|
// YouTube alerts
|
|
269
269
|
/** YouTube stream went live */
|
|
270
270
|
LumiaAlertValues["YOUTUBE_STREAM_LIVE"] = "youtube-streamLive";
|
|
@@ -77,7 +77,7 @@ export declare const LumiaMapAlertTypeToEventListType: {
|
|
|
77
77
|
"twitch-bits": LumiaEventListTypes;
|
|
78
78
|
"twitch-sessionBits": LumiaEventListTypes;
|
|
79
79
|
"twitch-powerups": LumiaEventListTypes;
|
|
80
|
-
"twitch-
|
|
80
|
+
"twitch-powerupsPoints": LumiaEventListTypes;
|
|
81
81
|
"twitch-clip": LumiaEventListTypes;
|
|
82
82
|
"twitch-extension": LumiaEventListTypes;
|
|
83
83
|
"twitch-follower": LumiaEventListTypes;
|