@lumiastream/lumia-types 2.2.0-beta.1 → 2.2.0-beta.2
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/alert.types.js
CHANGED
|
@@ -1548,7 +1548,7 @@ exports.LumiaAlertConfigs = {
|
|
|
1548
1548
|
message: 'You raided {{username}} with {{viewers}} viewers',
|
|
1549
1549
|
eventlistMessage: 'Raid Out',
|
|
1550
1550
|
eventlistDetailedMessage: 'raided out {{username}} with {{viewers}} viewers',
|
|
1551
|
-
acceptedVariables: variables_types_1.AllVariables.twitch.alerts.
|
|
1551
|
+
acceptedVariables: variables_types_1.AllVariables.twitch.alerts.raidOut,
|
|
1552
1552
|
quickActions: [
|
|
1553
1553
|
{
|
|
1554
1554
|
label: '10 viewers',
|
|
@@ -185,6 +185,8 @@ export declare enum SystemVariables {
|
|
|
185
185
|
TWITCH_TOTAL_SUBSCRIBER_COUNT = "twitch_total_subscriber_count",
|
|
186
186
|
/** Session subs count. Use as {{twitch_session_subscribers_count}}. */
|
|
187
187
|
TWITCH_SESSION_SUBSCRIBERS_COUNT = "twitch_session_subscribers_count",
|
|
188
|
+
/** Session gifts count. Use as {{twitch_session_gifts_count}}. */
|
|
189
|
+
TWITCH_SESSION_GIFTS_COUNT = "twitch_session_gifts_count",
|
|
188
190
|
/** Current moderators (comma-separated). Use as {{twitch_current_mods}}. */
|
|
189
191
|
TWITCH_CURRENT_MODS = "twitch_current_mods",
|
|
190
192
|
/** Last follower. Use as {{twitch_last_follower}}. */
|
|
@@ -423,6 +425,8 @@ export declare enum SystemVariables {
|
|
|
423
425
|
KICK_TOTAL_SUBSCRIBER_COUNT = "kick_total_subscriber_count",
|
|
424
426
|
/** Session subs count. Use as {{kick_session_subscriber_count}}. */
|
|
425
427
|
KICK_SESSION_SUBSCRIBER_COUNT = "kick_session_subscriber_count",
|
|
428
|
+
/** Session gifts count. Use as {{kick_session_gifts_count}}. */
|
|
429
|
+
KICK_SESSION_GIFTS_COUNT = "kick_session_gifts_count",
|
|
426
430
|
/** Session subscribers list. Use as {{kick_session_subscribers}}. */
|
|
427
431
|
KICK_SESSION_SUBSCRIBERS = "kick_session_subscribers",
|
|
428
432
|
/** Last follower. Use as {{kick_last_follower}}. */
|
|
@@ -870,6 +874,7 @@ export declare const AllVariables: {
|
|
|
870
874
|
bits: string[];
|
|
871
875
|
sessionBits: string[];
|
|
872
876
|
raid: string[];
|
|
877
|
+
raidOut: string[];
|
|
873
878
|
hypetrainStarted: string[];
|
|
874
879
|
hypetrainProgressed: string[];
|
|
875
880
|
hypetrainLevelProgressed: string[];
|
package/dist/variables.types.js
CHANGED
|
@@ -197,6 +197,8 @@ var SystemVariables;
|
|
|
197
197
|
SystemVariables["TWITCH_TOTAL_SUBSCRIBER_COUNT"] = "twitch_total_subscriber_count";
|
|
198
198
|
/** Session subs count. Use as {{twitch_session_subscribers_count}}. */
|
|
199
199
|
SystemVariables["TWITCH_SESSION_SUBSCRIBERS_COUNT"] = "twitch_session_subscribers_count";
|
|
200
|
+
/** Session gifts count. Use as {{twitch_session_gifts_count}}. */
|
|
201
|
+
SystemVariables["TWITCH_SESSION_GIFTS_COUNT"] = "twitch_session_gifts_count";
|
|
200
202
|
/** Current moderators (comma-separated). Use as {{twitch_current_mods}}. */
|
|
201
203
|
SystemVariables["TWITCH_CURRENT_MODS"] = "twitch_current_mods";
|
|
202
204
|
/** Last follower. Use as {{twitch_last_follower}}. */
|
|
@@ -439,6 +441,8 @@ var SystemVariables;
|
|
|
439
441
|
SystemVariables["KICK_TOTAL_SUBSCRIBER_COUNT"] = "kick_total_subscriber_count";
|
|
440
442
|
/** Session subs count. Use as {{kick_session_subscriber_count}}. */
|
|
441
443
|
SystemVariables["KICK_SESSION_SUBSCRIBER_COUNT"] = "kick_session_subscriber_count";
|
|
444
|
+
/** Session gifts count. Use as {{kick_session_gifts_count}}. */
|
|
445
|
+
SystemVariables["KICK_SESSION_GIFTS_COUNT"] = "kick_session_gifts_count";
|
|
442
446
|
/** Session subscribers list. Use as {{kick_session_subscribers}}. */
|
|
443
447
|
SystemVariables["KICK_SESSION_SUBSCRIBERS"] = "kick_session_subscribers";
|
|
444
448
|
/** Last follower. Use as {{kick_last_follower}}. */
|
|
@@ -1311,6 +1315,7 @@ exports.AllVariables = {
|
|
|
1311
1315
|
'kick_session_follower_count',
|
|
1312
1316
|
'kick_total_subscriber_count',
|
|
1313
1317
|
'kick_session_subscriber_count',
|
|
1318
|
+
'kick_session_gifts_count',
|
|
1314
1319
|
'kick_session_subscribers',
|
|
1315
1320
|
'kick_last_follower',
|
|
1316
1321
|
'kick_last_subscriber',
|
|
@@ -1587,6 +1592,7 @@ exports.AllVariables = {
|
|
|
1587
1592
|
'twitch_current_subscribers',
|
|
1588
1593
|
'twitch_total_subscriber_count',
|
|
1589
1594
|
'twitch_session_subscribers_count',
|
|
1595
|
+
'twitch_session_gifts_count',
|
|
1590
1596
|
'twitch_current_mods',
|
|
1591
1597
|
'twitch_last_follower',
|
|
1592
1598
|
'twitch_session_follower',
|
|
@@ -1625,7 +1631,7 @@ exports.AllVariables = {
|
|
|
1625
1631
|
firstChatter: ['username', 'userId', 'displayname', 'avatar', 'first_count', 'message'],
|
|
1626
1632
|
entrance: ['username', 'userId', 'displayname', 'avatar', 'message'],
|
|
1627
1633
|
follower: ['username', 'avatar'],
|
|
1628
|
-
sessionFollowers: ['
|
|
1634
|
+
sessionFollowers: ['total'],
|
|
1629
1635
|
subscriber: ['username', 'avatar', 'tier', 'recipient', 'subMonths', 'streakMonths', 'message', 'subPlan', 'subPlanName'],
|
|
1630
1636
|
sessionSubs: ['total'],
|
|
1631
1637
|
giftSubscription: ['username', 'avatar', 'tier', 'giftAmount', 'recipients', 'recipientsRaw', 'gifter', 'totalGifts', 'subMonths', 'streakMonths', 'message', 'subPlan', 'subPlanName'],
|
|
@@ -1633,6 +1639,7 @@ exports.AllVariables = {
|
|
|
1633
1639
|
bits: ['username', 'avatar', 'amount', 'message', 'rawMessage', 'full_message'],
|
|
1634
1640
|
sessionBits: ['total'],
|
|
1635
1641
|
raid: ['username', 'avatar', 'viewers'],
|
|
1642
|
+
raidOut: ['username', 'avatar', 'viewers'],
|
|
1636
1643
|
hypetrainStarted: ['total', 'progress', 'goal'],
|
|
1637
1644
|
hypetrainProgressed: ['level', 'total', 'progress', 'goal'],
|
|
1638
1645
|
hypetrainLevelProgressed: ['level', 'total', 'progress', 'goal'],
|