@lumiastream/lumia-types 3.1.8 → 3.2.0
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 +3 -9
- package/dist/activity.types.js +3 -9
- package/dist/alert.types.js +62 -58
- package/dist/custom-overlays/custom-overlays.d.ts +2 -24
- package/dist/custom-overlays.d.ts +2 -24
- package/dist/eventlist.types.d.ts +1 -3
- package/dist/eventlist.types.js +1 -3
- package/dist/variables.types.d.ts +1 -21
- package/dist/variables.types.js +2 -41
- package/package.json +1 -1
package/dist/activity.types.d.ts
CHANGED
|
@@ -134,12 +134,6 @@ export declare enum LumiaAlertValues {
|
|
|
134
134
|
LUMIASTREAM_RAFFLE_STOP = "lumiastream-raffleStop",
|
|
135
135
|
/** Raffle winner selected */
|
|
136
136
|
LUMIASTREAM_RAFFLE_WINNER = "lumiastream-raffleWinner",
|
|
137
|
-
/** Tournament started */
|
|
138
|
-
LUMIASTREAM_TOURNAMENT_START = "lumiastream-tournamentStart",
|
|
139
|
-
/** Tournament ended */
|
|
140
|
-
LUMIASTREAM_TOURNAMENT_END = "lumiastream-tournamentEnd",
|
|
141
|
-
/** Tournament winner selected */
|
|
142
|
-
LUMIASTREAM_TOURNAMENT_WINNER = "lumiastream-tournamentWinner",
|
|
143
137
|
/** Spin wheel winner selected */
|
|
144
138
|
LUMIASTREAM_SPINWHEEL_WINNER = "lumiastream-spinwheelWinner",
|
|
145
139
|
/** Poll started */
|
|
@@ -252,6 +246,8 @@ export declare enum LumiaAlertValues {
|
|
|
252
246
|
TWITCH_AD_STARTED = "twitch-adStarted",
|
|
253
247
|
/** Ad break ended */
|
|
254
248
|
TWITCH_AD_STOPPED = "twitch-adStopped",
|
|
249
|
+
/** Watch streak milestone */
|
|
250
|
+
TWITCH_WATCH_STREAK = "twitch-watchStreak",
|
|
255
251
|
/** Power-ups used */
|
|
256
252
|
TWITCH_POWERUPS = "twitch-powerups",
|
|
257
253
|
/** Power-up points earned */
|
|
@@ -548,9 +544,6 @@ export declare const LumiaAlertFriendlyValues: {
|
|
|
548
544
|
"lumiastream-raffleStart": string;
|
|
549
545
|
"lumiastream-raffleStop": string;
|
|
550
546
|
"lumiastream-raffleWinner": string;
|
|
551
|
-
"lumiastream-tournamentStart": string;
|
|
552
|
-
"lumiastream-tournamentEnd": string;
|
|
553
|
-
"lumiastream-tournamentWinner": string;
|
|
554
547
|
"lumiastream-spinwheelWinner": string;
|
|
555
548
|
"lumiastream-pollStarted": string;
|
|
556
549
|
"lumiastream-pollProgressed": string;
|
|
@@ -607,6 +600,7 @@ export declare const LumiaAlertFriendlyValues: {
|
|
|
607
600
|
"twitch-shoutoutReceive": string;
|
|
608
601
|
"twitch-adStarted": string;
|
|
609
602
|
"twitch-adStopped": string;
|
|
603
|
+
"twitch-watchStreak": string;
|
|
610
604
|
"twitch-powerups": string;
|
|
611
605
|
"twitch-powerupsPoints": string;
|
|
612
606
|
"youtube-streamLive": string;
|
package/dist/activity.types.js
CHANGED
|
@@ -148,12 +148,6 @@ var LumiaAlertValues;
|
|
|
148
148
|
LumiaAlertValues["LUMIASTREAM_RAFFLE_STOP"] = "lumiastream-raffleStop";
|
|
149
149
|
/** Raffle winner selected */
|
|
150
150
|
LumiaAlertValues["LUMIASTREAM_RAFFLE_WINNER"] = "lumiastream-raffleWinner";
|
|
151
|
-
/** Tournament started */
|
|
152
|
-
LumiaAlertValues["LUMIASTREAM_TOURNAMENT_START"] = "lumiastream-tournamentStart";
|
|
153
|
-
/** Tournament ended */
|
|
154
|
-
LumiaAlertValues["LUMIASTREAM_TOURNAMENT_END"] = "lumiastream-tournamentEnd";
|
|
155
|
-
/** Tournament winner selected */
|
|
156
|
-
LumiaAlertValues["LUMIASTREAM_TOURNAMENT_WINNER"] = "lumiastream-tournamentWinner";
|
|
157
151
|
/** Spin wheel winner selected */
|
|
158
152
|
LumiaAlertValues["LUMIASTREAM_SPINWHEEL_WINNER"] = "lumiastream-spinwheelWinner";
|
|
159
153
|
/** Poll started */
|
|
@@ -267,6 +261,8 @@ var LumiaAlertValues;
|
|
|
267
261
|
LumiaAlertValues["TWITCH_AD_STARTED"] = "twitch-adStarted";
|
|
268
262
|
/** Ad break ended */
|
|
269
263
|
LumiaAlertValues["TWITCH_AD_STOPPED"] = "twitch-adStopped";
|
|
264
|
+
/** Watch streak milestone */
|
|
265
|
+
LumiaAlertValues["TWITCH_WATCH_STREAK"] = "twitch-watchStreak";
|
|
270
266
|
/** Power-ups used */
|
|
271
267
|
LumiaAlertValues["TWITCH_POWERUPS"] = "twitch-powerups";
|
|
272
268
|
/** Power-up points earned */
|
|
@@ -578,9 +574,6 @@ exports.LumiaAlertFriendlyValues = {
|
|
|
578
574
|
[LumiaAlertValues.LUMIASTREAM_RAFFLE_START]: 'Raffle Start',
|
|
579
575
|
[LumiaAlertValues.LUMIASTREAM_RAFFLE_STOP]: 'Raffle Stop',
|
|
580
576
|
[LumiaAlertValues.LUMIASTREAM_RAFFLE_WINNER]: 'Raffle Winner',
|
|
581
|
-
[LumiaAlertValues.LUMIASTREAM_TOURNAMENT_START]: 'Tournament Start',
|
|
582
|
-
[LumiaAlertValues.LUMIASTREAM_TOURNAMENT_END]: 'Tournament End',
|
|
583
|
-
[LumiaAlertValues.LUMIASTREAM_TOURNAMENT_WINNER]: 'Tournament Winner',
|
|
584
577
|
[LumiaAlertValues.LUMIASTREAM_SPINWHEEL_WINNER]: 'Spinwheel Winner',
|
|
585
578
|
[LumiaAlertValues.LUMIASTREAM_POLL_STARTED]: 'Poll Started',
|
|
586
579
|
[LumiaAlertValues.LUMIASTREAM_POLL_PROGRESSED]: 'Poll Progressed',
|
|
@@ -637,6 +630,7 @@ exports.LumiaAlertFriendlyValues = {
|
|
|
637
630
|
[LumiaAlertValues.TWITCH_SHOUTOUT_RECEIVE]: 'Twitch Shoutout Receive',
|
|
638
631
|
[LumiaAlertValues.TWITCH_AD_STARTED]: 'Twitch Ad Started',
|
|
639
632
|
[LumiaAlertValues.TWITCH_AD_STOPPED]: 'Twitch Ad Stopped',
|
|
633
|
+
[LumiaAlertValues.TWITCH_WATCH_STREAK]: 'Twitch Watch Streak',
|
|
640
634
|
[LumiaAlertValues.TWITCH_POWERUPS]: 'Twitch Powerups',
|
|
641
635
|
[LumiaAlertValues.TWITCH_POWERUPS_POINTS]: 'Twitch Powerups points',
|
|
642
636
|
[LumiaAlertValues.YOUTUBE_STREAM_LIVE]: 'Youtube Stream Live',
|
package/dist/alert.types.js
CHANGED
|
@@ -333,64 +333,6 @@ exports.LumiaAlertConfigs = {
|
|
|
333
333
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
334
334
|
],
|
|
335
335
|
},
|
|
336
|
-
[activity_types_1.LumiaAlertValues.LUMIASTREAM_TOURNAMENT_START]: {
|
|
337
|
-
connection: event_types_1.LumiaIntegrations.LUMIASTREAM,
|
|
338
|
-
message: '{{tournament_title}} started! Type {{tournament_entry_command}} to join the tournament',
|
|
339
|
-
eventlistMessage: 'Tournament Start',
|
|
340
|
-
eventlistDetailedMessage: '{{tournament_title}} started! Type {{tournament_entry_command}} to join the tournament',
|
|
341
|
-
acceptedVariables: variables_types_1.AllVariables.lumiastream.alerts.tournamentStart,
|
|
342
|
-
inputFields: [
|
|
343
|
-
{
|
|
344
|
-
type: 'text',
|
|
345
|
-
label: 'Tournament Title',
|
|
346
|
-
variableField: 'tournament_title',
|
|
347
|
-
required: false,
|
|
348
|
-
default: '',
|
|
349
|
-
},
|
|
350
|
-
],
|
|
351
|
-
LumiaVariationConditions: [{ type: LumiaVariationConditions.RANDOM }, { type: LumiaVariationConditions.EQUAL_VARIABLE }],
|
|
352
|
-
},
|
|
353
|
-
[activity_types_1.LumiaAlertValues.LUMIASTREAM_TOURNAMENT_END]: {
|
|
354
|
-
connection: event_types_1.LumiaIntegrations.LUMIASTREAM,
|
|
355
|
-
message: '{{tournament_title}} has ended!',
|
|
356
|
-
eventlistMessage: 'Tournament End',
|
|
357
|
-
eventlistDetailedMessage: '{{tournament_title}} has ended!',
|
|
358
|
-
acceptedVariables: variables_types_1.AllVariables.lumiastream.alerts.tournamentEnd,
|
|
359
|
-
inputFields: [
|
|
360
|
-
{
|
|
361
|
-
type: 'text',
|
|
362
|
-
label: 'Tournament Title',
|
|
363
|
-
variableField: 'tournament_title',
|
|
364
|
-
required: false,
|
|
365
|
-
default: '',
|
|
366
|
-
},
|
|
367
|
-
],
|
|
368
|
-
LumiaVariationConditions: [{ type: LumiaVariationConditions.RANDOM }, { type: LumiaVariationConditions.EQUAL_VARIABLE }],
|
|
369
|
-
},
|
|
370
|
-
[activity_types_1.LumiaAlertValues.LUMIASTREAM_TOURNAMENT_WINNER]: {
|
|
371
|
-
connection: event_types_1.LumiaIntegrations.LUMIASTREAM,
|
|
372
|
-
message: 'Congratulations {{tournament_winner}} for winning {{tournament_title}}!',
|
|
373
|
-
eventlistMessage: 'Tournament Winner',
|
|
374
|
-
eventlistDetailedMessage: 'Congratulations {{tournament_winner}} for winning {{tournament_title}}!',
|
|
375
|
-
acceptedVariables: variables_types_1.AllVariables.lumiastream.alerts.tournamentWinner,
|
|
376
|
-
inputFields: [
|
|
377
|
-
{
|
|
378
|
-
type: 'text',
|
|
379
|
-
label: 'Tournament Title',
|
|
380
|
-
variableField: 'tournament_title',
|
|
381
|
-
required: false,
|
|
382
|
-
default: '',
|
|
383
|
-
},
|
|
384
|
-
{
|
|
385
|
-
type: 'text',
|
|
386
|
-
label: 'Winner',
|
|
387
|
-
variableField: 'tournament_winner',
|
|
388
|
-
required: false,
|
|
389
|
-
default: '',
|
|
390
|
-
},
|
|
391
|
-
],
|
|
392
|
-
LumiaVariationConditions: [{ type: LumiaVariationConditions.RANDOM }, { type: LumiaVariationConditions.EQUAL_USERNAME }, { type: LumiaVariationConditions.EQUAL_VARIABLE }],
|
|
393
|
-
},
|
|
394
336
|
[activity_types_1.LumiaAlertValues.LUMIASTREAM_SPINWHEEL_WINNER]: {
|
|
395
337
|
connection: event_types_1.LumiaIntegrations.LUMIASTREAM,
|
|
396
338
|
message: 'Congratulations {{spinwheel_winner}} for winning {{spinwheel_item}}!',
|
|
@@ -1574,6 +1516,68 @@ exports.LumiaAlertConfigs = {
|
|
|
1574
1516
|
{ type: LumiaVariationConditions.COUNT_IS_MULTIPLE_OF, description: 'Total Session Bit Count is a multiple of' },
|
|
1575
1517
|
],
|
|
1576
1518
|
},
|
|
1519
|
+
[activity_types_1.LumiaAlertValues.TWITCH_WATCH_STREAK]: {
|
|
1520
|
+
connection: event_types_1.LumiaIntegrations.TWITCH,
|
|
1521
|
+
message: '{{username}} reached a watch streak of {{streak_count}} and earned {{amount}} points',
|
|
1522
|
+
eventlistMessage: 'Watch Streak',
|
|
1523
|
+
eventlistDetailedMessage: 'reached a watch streak of {{streak_count}} and earned {{amount}} points',
|
|
1524
|
+
acceptedVariables: variables_types_1.AllVariables.twitch.alerts.watchStreak,
|
|
1525
|
+
quickActions: [
|
|
1526
|
+
{
|
|
1527
|
+
label: '3 stream streak',
|
|
1528
|
+
dynamic: { value: 3, username: 'lumiastream' },
|
|
1529
|
+
extraSettings: {
|
|
1530
|
+
username: 'lumiastream',
|
|
1531
|
+
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
1532
|
+
streak_count: 3,
|
|
1533
|
+
channel_points_awarded: 300,
|
|
1534
|
+
amount: 300,
|
|
1535
|
+
},
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
label: '10 stream streak',
|
|
1539
|
+
dynamic: { value: 10, username: 'lumiastream' },
|
|
1540
|
+
extraSettings: {
|
|
1541
|
+
username: 'lumiastream',
|
|
1542
|
+
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
1543
|
+
streak_count: 10,
|
|
1544
|
+
channel_points_awarded: 1000,
|
|
1545
|
+
amount: 1000,
|
|
1546
|
+
},
|
|
1547
|
+
},
|
|
1548
|
+
],
|
|
1549
|
+
inputFields: [
|
|
1550
|
+
{
|
|
1551
|
+
type: 'text',
|
|
1552
|
+
label: 'Username',
|
|
1553
|
+
variableField: 'username',
|
|
1554
|
+
required: false,
|
|
1555
|
+
default: 'lumiastream',
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
type: 'number',
|
|
1559
|
+
label: 'Streak count',
|
|
1560
|
+
dynamicField: 'value',
|
|
1561
|
+
variableField: 'streak_count',
|
|
1562
|
+
required: true,
|
|
1563
|
+
default: 3,
|
|
1564
|
+
},
|
|
1565
|
+
{
|
|
1566
|
+
type: 'number',
|
|
1567
|
+
label: 'Points awarded',
|
|
1568
|
+
variableField: 'amount',
|
|
1569
|
+
required: true,
|
|
1570
|
+
default: 300,
|
|
1571
|
+
},
|
|
1572
|
+
],
|
|
1573
|
+
LumiaVariationConditions: [
|
|
1574
|
+
{ type: LumiaVariationConditions.RANDOM },
|
|
1575
|
+
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
1576
|
+
{ type: LumiaVariationConditions.EQUAL_NUMBER, description: 'Watch Streak Count' },
|
|
1577
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Watch Streak Count Greater Than' },
|
|
1578
|
+
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
1579
|
+
],
|
|
1580
|
+
},
|
|
1577
1581
|
[activity_types_1.LumiaAlertValues.TWITCH_POWERUPS]: {
|
|
1578
1582
|
connection: event_types_1.LumiaIntegrations.TWITCH,
|
|
1579
1583
|
message: '{{username}} redeemed {{type}} and cheered {{amount}} bits. They said {{message}}',
|
|
@@ -404,12 +404,6 @@ export declare enum LumiaAlertValues {
|
|
|
404
404
|
LUMIASTREAM_RAFFLE_STOP = "lumiastream-raffleStop",
|
|
405
405
|
/** Raffle winner selected */
|
|
406
406
|
LUMIASTREAM_RAFFLE_WINNER = "lumiastream-raffleWinner",
|
|
407
|
-
/** Tournament started */
|
|
408
|
-
LUMIASTREAM_TOURNAMENT_START = "lumiastream-tournamentStart",
|
|
409
|
-
/** Tournament ended */
|
|
410
|
-
LUMIASTREAM_TOURNAMENT_END = "lumiastream-tournamentEnd",
|
|
411
|
-
/** Tournament winner selected */
|
|
412
|
-
LUMIASTREAM_TOURNAMENT_WINNER = "lumiastream-tournamentWinner",
|
|
413
407
|
/** Spin wheel winner selected */
|
|
414
408
|
LUMIASTREAM_SPINWHEEL_WINNER = "lumiastream-spinwheelWinner",
|
|
415
409
|
/** Poll started */
|
|
@@ -522,6 +516,8 @@ export declare enum LumiaAlertValues {
|
|
|
522
516
|
TWITCH_AD_STARTED = "twitch-adStarted",
|
|
523
517
|
/** Ad break ended */
|
|
524
518
|
TWITCH_AD_STOPPED = "twitch-adStopped",
|
|
519
|
+
/** Watch streak milestone */
|
|
520
|
+
TWITCH_WATCH_STREAK = "twitch-watchStreak",
|
|
525
521
|
/** Power-ups used */
|
|
526
522
|
TWITCH_POWERUPS = "twitch-powerups",
|
|
527
523
|
/** Power-up points earned */
|
|
@@ -989,24 +985,6 @@ export declare enum SystemVariables {
|
|
|
989
985
|
RAFFLE_WINNER_AVATAR = "raffle_winner_avatar",
|
|
990
986
|
/** Command used to enter the raffle (e.g., !join). Use as {{raffle_entry_command}}. */
|
|
991
987
|
RAFFLE_ENTRY_COMMAND = "raffle_entry_command",
|
|
992
|
-
/** Tournament title. Use as {{tournament_title}}. */
|
|
993
|
-
TOURNAMENT_TITLE = "tournament_title",
|
|
994
|
-
/** Tournament description. Use as {{tournament_description}}. */
|
|
995
|
-
TOURNAMENT_DESCRIPTION = "tournament_description",
|
|
996
|
-
/** Tournament game. Use as {{tournament_game}}. */
|
|
997
|
-
TOURNAMENT_GAME = "tournament_game",
|
|
998
|
-
/** Tournament format. Use as {{tournament_format}}. */
|
|
999
|
-
TOURNAMENT_FORMAT = "tournament_format",
|
|
1000
|
-
/** Tournament state. Use as {{tournament_state}}. */
|
|
1001
|
-
TOURNAMENT_STATE = "tournament_state",
|
|
1002
|
-
/** Tournament participants count. Use as {{tournament_participants_count}}. */
|
|
1003
|
-
TOURNAMENT_PARTICIPANTS_COUNT = "tournament_participants_count",
|
|
1004
|
-
/** Tournament entry command (e.g., !tournament). Use as {{tournament_entry_command}}. */
|
|
1005
|
-
TOURNAMENT_ENTRY_COMMAND = "tournament_entry_command",
|
|
1006
|
-
/** Tournament winner. Use as {{tournament_winner}}. */
|
|
1007
|
-
TOURNAMENT_WINNER = "tournament_winner",
|
|
1008
|
-
/** Tournament winner avatar URL. Use as {{tournament_winner_avatar}}. */
|
|
1009
|
-
TOURNAMENT_WINNER_AVATAR = "tournament_winner_avatar",
|
|
1010
988
|
/** Viewer queue title. Use as {{viewerqueue_title}}. */
|
|
1011
989
|
VIEWERQUEUE_TITLE = "viewerqueue_title",
|
|
1012
990
|
/** Viewer queue entry command (e.g., !joinq). Use as {{viewerqueue_entry_command}}. */
|
|
@@ -404,12 +404,6 @@ export declare enum LumiaAlertValues {
|
|
|
404
404
|
LUMIASTREAM_RAFFLE_STOP = "lumiastream-raffleStop",
|
|
405
405
|
/** Raffle winner selected */
|
|
406
406
|
LUMIASTREAM_RAFFLE_WINNER = "lumiastream-raffleWinner",
|
|
407
|
-
/** Tournament started */
|
|
408
|
-
LUMIASTREAM_TOURNAMENT_START = "lumiastream-tournamentStart",
|
|
409
|
-
/** Tournament ended */
|
|
410
|
-
LUMIASTREAM_TOURNAMENT_END = "lumiastream-tournamentEnd",
|
|
411
|
-
/** Tournament winner selected */
|
|
412
|
-
LUMIASTREAM_TOURNAMENT_WINNER = "lumiastream-tournamentWinner",
|
|
413
407
|
/** Spin wheel winner selected */
|
|
414
408
|
LUMIASTREAM_SPINWHEEL_WINNER = "lumiastream-spinwheelWinner",
|
|
415
409
|
/** Poll started */
|
|
@@ -522,6 +516,8 @@ export declare enum LumiaAlertValues {
|
|
|
522
516
|
TWITCH_AD_STARTED = "twitch-adStarted",
|
|
523
517
|
/** Ad break ended */
|
|
524
518
|
TWITCH_AD_STOPPED = "twitch-adStopped",
|
|
519
|
+
/** Watch streak milestone */
|
|
520
|
+
TWITCH_WATCH_STREAK = "twitch-watchStreak",
|
|
525
521
|
/** Power-ups used */
|
|
526
522
|
TWITCH_POWERUPS = "twitch-powerups",
|
|
527
523
|
/** Power-up points earned */
|
|
@@ -989,24 +985,6 @@ export declare enum SystemVariables {
|
|
|
989
985
|
RAFFLE_WINNER_AVATAR = "raffle_winner_avatar",
|
|
990
986
|
/** Command used to enter the raffle (e.g., !join). Use as {{raffle_entry_command}}. */
|
|
991
987
|
RAFFLE_ENTRY_COMMAND = "raffle_entry_command",
|
|
992
|
-
/** Tournament title. Use as {{tournament_title}}. */
|
|
993
|
-
TOURNAMENT_TITLE = "tournament_title",
|
|
994
|
-
/** Tournament description. Use as {{tournament_description}}. */
|
|
995
|
-
TOURNAMENT_DESCRIPTION = "tournament_description",
|
|
996
|
-
/** Tournament game. Use as {{tournament_game}}. */
|
|
997
|
-
TOURNAMENT_GAME = "tournament_game",
|
|
998
|
-
/** Tournament format. Use as {{tournament_format}}. */
|
|
999
|
-
TOURNAMENT_FORMAT = "tournament_format",
|
|
1000
|
-
/** Tournament state. Use as {{tournament_state}}. */
|
|
1001
|
-
TOURNAMENT_STATE = "tournament_state",
|
|
1002
|
-
/** Tournament participants count. Use as {{tournament_participants_count}}. */
|
|
1003
|
-
TOURNAMENT_PARTICIPANTS_COUNT = "tournament_participants_count",
|
|
1004
|
-
/** Tournament entry command (e.g., !tournament). Use as {{tournament_entry_command}}. */
|
|
1005
|
-
TOURNAMENT_ENTRY_COMMAND = "tournament_entry_command",
|
|
1006
|
-
/** Tournament winner. Use as {{tournament_winner}}. */
|
|
1007
|
-
TOURNAMENT_WINNER = "tournament_winner",
|
|
1008
|
-
/** Tournament winner avatar URL. Use as {{tournament_winner_avatar}}. */
|
|
1009
|
-
TOURNAMENT_WINNER_AVATAR = "tournament_winner_avatar",
|
|
1010
988
|
/** Viewer queue title. Use as {{viewerqueue_title}}. */
|
|
1011
989
|
VIEWERQUEUE_TITLE = "viewerqueue_title",
|
|
1012
990
|
/** Viewer queue entry command (e.g., !joinq). Use as {{viewerqueue_entry_command}}. */
|
|
@@ -30,9 +30,6 @@ export declare const LumiaMapAlertTypeToEventListType: {
|
|
|
30
30
|
"lumiastream-raffleStart": LumiaEventListTypes;
|
|
31
31
|
"lumiastream-raffleStop": LumiaEventListTypes;
|
|
32
32
|
"lumiastream-raffleWinner": LumiaEventListTypes;
|
|
33
|
-
"lumiastream-tournamentStart": LumiaEventListTypes;
|
|
34
|
-
"lumiastream-tournamentEnd": LumiaEventListTypes;
|
|
35
|
-
"lumiastream-tournamentWinner": LumiaEventListTypes;
|
|
36
33
|
"facebook-fan": LumiaEventListTypes;
|
|
37
34
|
"facebook-follower": LumiaEventListTypes;
|
|
38
35
|
"facebook-subscriptionGift": LumiaEventListTypes;
|
|
@@ -107,6 +104,7 @@ export declare const LumiaMapAlertTypeToEventListType: {
|
|
|
107
104
|
"twitch-charityDonation": LumiaEventListTypes;
|
|
108
105
|
"twitch-adStarted": LumiaEventListTypes;
|
|
109
106
|
"twitch-adStopped": LumiaEventListTypes;
|
|
107
|
+
"twitch-watchStreak": LumiaEventListTypes;
|
|
110
108
|
"twitter-follower": LumiaEventListTypes;
|
|
111
109
|
"twitter-like": LumiaEventListTypes;
|
|
112
110
|
"twitter-retweet": LumiaEventListTypes;
|
package/dist/eventlist.types.js
CHANGED
|
@@ -35,9 +35,6 @@ exports.LumiaMapAlertTypeToEventListType = {
|
|
|
35
35
|
[activity_types_1.LumiaAlertValues.LUMIASTREAM_RAFFLE_START]: LumiaEventListTypes.RAFFLE,
|
|
36
36
|
[activity_types_1.LumiaAlertValues.LUMIASTREAM_RAFFLE_STOP]: LumiaEventListTypes.RAFFLE,
|
|
37
37
|
[activity_types_1.LumiaAlertValues.LUMIASTREAM_RAFFLE_WINNER]: LumiaEventListTypes.RAFFLE,
|
|
38
|
-
[activity_types_1.LumiaAlertValues.LUMIASTREAM_TOURNAMENT_START]: LumiaEventListTypes.OTHERS,
|
|
39
|
-
[activity_types_1.LumiaAlertValues.LUMIASTREAM_TOURNAMENT_END]: LumiaEventListTypes.OTHERS,
|
|
40
|
-
[activity_types_1.LumiaAlertValues.LUMIASTREAM_TOURNAMENT_WINNER]: LumiaEventListTypes.OTHERS,
|
|
41
38
|
[activity_types_1.LumiaAlertValues.FACEBOOK_FAN]: LumiaEventListTypes.FANS,
|
|
42
39
|
[activity_types_1.LumiaAlertValues.FACEBOOK_FOLLOWER]: LumiaEventListTypes.FOLLOWER,
|
|
43
40
|
[activity_types_1.LumiaAlertValues.FACEBOOK_GIFT_SUBSCRIPTION]: LumiaEventListTypes.GIFTS,
|
|
@@ -112,6 +109,7 @@ exports.LumiaMapAlertTypeToEventListType = {
|
|
|
112
109
|
[activity_types_1.LumiaAlertValues.TWITCH_CHARITY_DONATION]: LumiaEventListTypes.DONATION,
|
|
113
110
|
[activity_types_1.LumiaAlertValues.TWITCH_AD_STARTED]: LumiaEventListTypes.OTHERS,
|
|
114
111
|
[activity_types_1.LumiaAlertValues.TWITCH_AD_STOPPED]: LumiaEventListTypes.OTHERS,
|
|
112
|
+
[activity_types_1.LumiaAlertValues.TWITCH_WATCH_STREAK]: LumiaEventListTypes.OTHERS,
|
|
115
113
|
[activity_types_1.LumiaAlertValues.TWITTER_FOLLOWER]: LumiaEventListTypes.FOLLOWER,
|
|
116
114
|
[activity_types_1.LumiaAlertValues.TWITTER_LIKE]: LumiaEventListTypes.LIKES,
|
|
117
115
|
[activity_types_1.LumiaAlertValues.TWITTER_RETWEET]: LumiaEventListTypes.RETWEETS,
|
|
@@ -169,24 +169,6 @@ export declare enum SystemVariables {
|
|
|
169
169
|
RAFFLE_WINNER_AVATAR = "raffle_winner_avatar",
|
|
170
170
|
/** Command used to enter the raffle (e.g., !join). Use as {{raffle_entry_command}}. */
|
|
171
171
|
RAFFLE_ENTRY_COMMAND = "raffle_entry_command",
|
|
172
|
-
/** Tournament title. Use as {{tournament_title}}. */
|
|
173
|
-
TOURNAMENT_TITLE = "tournament_title",
|
|
174
|
-
/** Tournament description. Use as {{tournament_description}}. */
|
|
175
|
-
TOURNAMENT_DESCRIPTION = "tournament_description",
|
|
176
|
-
/** Tournament game. Use as {{tournament_game}}. */
|
|
177
|
-
TOURNAMENT_GAME = "tournament_game",
|
|
178
|
-
/** Tournament format. Use as {{tournament_format}}. */
|
|
179
|
-
TOURNAMENT_FORMAT = "tournament_format",
|
|
180
|
-
/** Tournament state. Use as {{tournament_state}}. */
|
|
181
|
-
TOURNAMENT_STATE = "tournament_state",
|
|
182
|
-
/** Tournament participants count. Use as {{tournament_participants_count}}. */
|
|
183
|
-
TOURNAMENT_PARTICIPANTS_COUNT = "tournament_participants_count",
|
|
184
|
-
/** Tournament entry command (e.g., !tournament). Use as {{tournament_entry_command}}. */
|
|
185
|
-
TOURNAMENT_ENTRY_COMMAND = "tournament_entry_command",
|
|
186
|
-
/** Tournament winner. Use as {{tournament_winner}}. */
|
|
187
|
-
TOURNAMENT_WINNER = "tournament_winner",
|
|
188
|
-
/** Tournament winner avatar URL. Use as {{tournament_winner_avatar}}. */
|
|
189
|
-
TOURNAMENT_WINNER_AVATAR = "tournament_winner_avatar",
|
|
190
172
|
/** Viewer queue title. Use as {{viewerqueue_title}}. */
|
|
191
173
|
VIEWERQUEUE_TITLE = "viewerqueue_title",
|
|
192
174
|
/** Viewer queue entry command (e.g., !joinq). Use as {{viewerqueue_entry_command}}. */
|
|
@@ -715,9 +697,6 @@ export declare const AllVariables: {
|
|
|
715
697
|
raffleStart: string[];
|
|
716
698
|
raffleStop: string[];
|
|
717
699
|
raffleWinner: string[];
|
|
718
|
-
tournamentStart: string[];
|
|
719
|
-
tournamentEnd: string[];
|
|
720
|
-
tournamentWinner: string[];
|
|
721
700
|
pollStarted: string[];
|
|
722
701
|
pollProgressed: string[];
|
|
723
702
|
pollEnded: string[];
|
|
@@ -978,6 +957,7 @@ export declare const AllVariables: {
|
|
|
978
957
|
shoutoutReceive: string[];
|
|
979
958
|
adStarted: string[];
|
|
980
959
|
adStopped: string[];
|
|
960
|
+
watchStreak: string[];
|
|
981
961
|
powerups: string[];
|
|
982
962
|
powerupsPoints: string[];
|
|
983
963
|
};
|
package/dist/variables.types.js
CHANGED
|
@@ -181,24 +181,6 @@ var SystemVariables;
|
|
|
181
181
|
SystemVariables["RAFFLE_WINNER_AVATAR"] = "raffle_winner_avatar";
|
|
182
182
|
/** Command used to enter the raffle (e.g., !join). Use as {{raffle_entry_command}}. */
|
|
183
183
|
SystemVariables["RAFFLE_ENTRY_COMMAND"] = "raffle_entry_command";
|
|
184
|
-
/** Tournament title. Use as {{tournament_title}}. */
|
|
185
|
-
SystemVariables["TOURNAMENT_TITLE"] = "tournament_title";
|
|
186
|
-
/** Tournament description. Use as {{tournament_description}}. */
|
|
187
|
-
SystemVariables["TOURNAMENT_DESCRIPTION"] = "tournament_description";
|
|
188
|
-
/** Tournament game. Use as {{tournament_game}}. */
|
|
189
|
-
SystemVariables["TOURNAMENT_GAME"] = "tournament_game";
|
|
190
|
-
/** Tournament format. Use as {{tournament_format}}. */
|
|
191
|
-
SystemVariables["TOURNAMENT_FORMAT"] = "tournament_format";
|
|
192
|
-
/** Tournament state. Use as {{tournament_state}}. */
|
|
193
|
-
SystemVariables["TOURNAMENT_STATE"] = "tournament_state";
|
|
194
|
-
/** Tournament participants count. Use as {{tournament_participants_count}}. */
|
|
195
|
-
SystemVariables["TOURNAMENT_PARTICIPANTS_COUNT"] = "tournament_participants_count";
|
|
196
|
-
/** Tournament entry command (e.g., !tournament). Use as {{tournament_entry_command}}. */
|
|
197
|
-
SystemVariables["TOURNAMENT_ENTRY_COMMAND"] = "tournament_entry_command";
|
|
198
|
-
/** Tournament winner. Use as {{tournament_winner}}. */
|
|
199
|
-
SystemVariables["TOURNAMENT_WINNER"] = "tournament_winner";
|
|
200
|
-
/** Tournament winner avatar URL. Use as {{tournament_winner_avatar}}. */
|
|
201
|
-
SystemVariables["TOURNAMENT_WINNER_AVATAR"] = "tournament_winner_avatar";
|
|
202
184
|
/** Viewer queue title. Use as {{viewerqueue_title}}. */
|
|
203
185
|
SystemVariables["VIEWERQUEUE_TITLE"] = "viewerqueue_title";
|
|
204
186
|
/** Viewer queue entry command (e.g., !joinq). Use as {{viewerqueue_entry_command}}. */
|
|
@@ -893,15 +875,6 @@ exports.AllVariables = {
|
|
|
893
875
|
'raffle_winner',
|
|
894
876
|
'raffle_winner_avatar',
|
|
895
877
|
'raffle_entry_command',
|
|
896
|
-
'tournament_title',
|
|
897
|
-
'tournament_description',
|
|
898
|
-
'tournament_game',
|
|
899
|
-
'tournament_format',
|
|
900
|
-
'tournament_state',
|
|
901
|
-
'tournament_participants_count',
|
|
902
|
-
'tournament_entry_command',
|
|
903
|
-
'tournament_winner',
|
|
904
|
-
'tournament_winner_avatar',
|
|
905
878
|
'viewerqueue_title',
|
|
906
879
|
'viewerqueue_entry_command',
|
|
907
880
|
'viewerqueue_entries',
|
|
@@ -1333,19 +1306,6 @@ exports.AllVariables = {
|
|
|
1333
1306
|
'duration',
|
|
1334
1307
|
'raffle_generated_number',
|
|
1335
1308
|
],
|
|
1336
|
-
tournamentStart: ['tournament_title', 'tournament_description', 'tournament_game', 'tournament_format', 'tournament_state', 'tournament_participants_count', 'tournament_entry_command'],
|
|
1337
|
-
tournamentEnd: ['tournament_title', 'tournament_description', 'tournament_game', 'tournament_format', 'tournament_state', 'tournament_participants_count', 'tournament_entry_command'],
|
|
1338
|
-
tournamentWinner: [
|
|
1339
|
-
'tournament_title',
|
|
1340
|
-
'tournament_description',
|
|
1341
|
-
'tournament_game',
|
|
1342
|
-
'tournament_format',
|
|
1343
|
-
'tournament_state',
|
|
1344
|
-
'tournament_participants_count',
|
|
1345
|
-
'tournament_entry_command',
|
|
1346
|
-
'tournament_winner',
|
|
1347
|
-
'tournament_winner_avatar',
|
|
1348
|
-
],
|
|
1349
1309
|
pollStarted: ['poll_title', 'poll_id', 'poll_choices'],
|
|
1350
1310
|
pollProgressed: ['poll_title', 'poll_id', 'poll_choices', 'poll_winning_title', 'poll_winning_id', 'poll_winning_votes', 'poll_total_votes'],
|
|
1351
1311
|
pollEnded: ['poll_id', 'poll_title', 'poll_choices', 'poll_winning_title', 'poll_winning_id', 'poll_winning_votes', 'poll_total_votes'],
|
|
@@ -1878,7 +1838,8 @@ exports.AllVariables = {
|
|
|
1878
1838
|
shoutoutReceive: ['username', 'userId', 'displayname', 'avatar', 'viewer_count', 'started_at'],
|
|
1879
1839
|
adStarted: ['length', 'is_automatic', 'started_at', 'twitch_next_ad'],
|
|
1880
1840
|
adStopped: ['length', 'is_automatic', 'started_at', 'twitch_next_ad'],
|
|
1881
|
-
|
|
1841
|
+
watchStreak: ['username', 'userId', 'displayname', 'avatar', 'streak_count', 'channel_points_awarded', 'amount', 'message', 'system_message'],
|
|
1842
|
+
powerups: ['username', 'avatar', 'type', 'amount', 'message', 'reward_id', 'powerup_source'],
|
|
1882
1843
|
powerupsPoints: ['username', 'avatar', 'type', 'amount', 'message'],
|
|
1883
1844
|
},
|
|
1884
1845
|
},
|