@lumiastream/lumia-types 2.7.9 → 2.8.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/activity.types.d.ts +5 -39
- package/dist/activity.types.js +3 -39
- package/dist/alert.types.js +68 -264
- package/dist/custom-overlays/custom-overlays-alerts.d.ts +1 -1
- package/dist/custom-overlays/custom-overlays.d.ts +3 -53
- package/dist/custom-overlays.d.ts +3 -53
- package/dist/event.types.d.ts +2 -10
- package/dist/event.types.js +0 -6
- package/dist/eventlist.types.d.ts +1 -5
- package/dist/eventlist.types.js +1 -5
- package/dist/variables.types.d.ts +1 -47
- package/dist/variables.types.js +1 -95
- package/package.json +1 -1
package/dist/activity.types.d.ts
CHANGED
|
@@ -2,7 +2,6 @@ export declare enum LumiaStreamingSites {
|
|
|
2
2
|
TWITCH = "twitch",
|
|
3
3
|
YOUTUBE = "youtube",
|
|
4
4
|
FACEBOOK = "facebook",
|
|
5
|
-
TROVO = "trovo",
|
|
6
5
|
TIKTOK = "tiktok",
|
|
7
6
|
KICK = "kick",
|
|
8
7
|
TWITTER = "twitter",
|
|
@@ -29,7 +28,6 @@ export declare enum LumiaActivityCommandTypes {
|
|
|
29
28
|
TWITCH_EXTENSION = "twitch-extension",
|
|
30
29
|
TWITCH_EXTENSION_HFX = "twitch-extension-hfx",
|
|
31
30
|
KICK_POINTS = "kick-points",
|
|
32
|
-
TROVO_SPELLS = "trovo-spells",
|
|
33
31
|
STUDIO_SCENE = "studio-scene",
|
|
34
32
|
STUDIO_ANIMATION = "studio-animation",
|
|
35
33
|
STUDIO_THEME = "studio-theme",
|
|
@@ -96,11 +94,7 @@ export declare enum LumiaActivityCommandTypes {
|
|
|
96
94
|
HUD_OVERLAY_CHANGE = "hud-overlay-change",
|
|
97
95
|
HUD_TOGGLE = "hud-toggle",
|
|
98
96
|
HUD_VOLUME_SET = "hud-volume-set",
|
|
99
|
-
HUD_OPACITY_SET = "hud-opacity-set"
|
|
100
|
-
GAMESGLOW_ALERT = "gamesglow-alert",
|
|
101
|
-
GAMESGLOW_COMMAND = "gamesglow-command",
|
|
102
|
-
GAMESGLOW_VARIABLE = "gamesglow-variable",
|
|
103
|
-
GAMESGLOW_VIRTUALLIGHT = "gamesglow-virtuallight"
|
|
97
|
+
HUD_OPACITY_SET = "hud-opacity-set"
|
|
104
98
|
}
|
|
105
99
|
export declare enum LumiaExternalActivityCommandTypes {
|
|
106
100
|
ALERT = "alert",// value: { alert: AlertTypes, variation?: string }
|
|
@@ -113,7 +107,6 @@ export declare enum LumiaExternalActivityCommandTypes {
|
|
|
113
107
|
TWITCH_POINTS = "twitch-points",
|
|
114
108
|
TWITCH_EXTENSION = "twitch-extension",
|
|
115
109
|
KICK_POINTS = "kick-points",
|
|
116
|
-
TROVO_SPELLS = "trovo-spells",
|
|
117
110
|
STUDIO_SCENE = "studio-scene",
|
|
118
111
|
STUDIO_ANIMATION = "studio-animation",
|
|
119
112
|
STUDIO_THEME = "studio-theme",
|
|
@@ -191,6 +184,8 @@ export declare enum LumiaAlertValues {
|
|
|
191
184
|
TWITCH_RAID_OUT = "twitch-raidOut",
|
|
192
185
|
/** Bits cheered */
|
|
193
186
|
TWITCH_BITS = "twitch-bits",
|
|
187
|
+
/** Bits combo completed */
|
|
188
|
+
TWITCH_BITS_COMBO = "twitch-bitsCombo",
|
|
194
189
|
/** Total Session bits count */
|
|
195
190
|
TWITCH_SESSION_BITS = "twitch-sessionBits",
|
|
196
191
|
/** Channel points redemption */
|
|
@@ -309,26 +304,6 @@ export declare enum LumiaAlertValues {
|
|
|
309
304
|
FACEBOOK_SHARE = "facebook-share",
|
|
310
305
|
/** Facebook fan */
|
|
311
306
|
FACEBOOK_FAN = "facebook-fan",
|
|
312
|
-
/** Trovo stream went live */
|
|
313
|
-
TROVO_STREAM_LIVE = "trovo-streamLive",
|
|
314
|
-
/** Trovo stream went offline */
|
|
315
|
-
TROVO_STREAM_OFFLINE = "trovo-streamOffline",
|
|
316
|
-
/** First Trovo chat message */
|
|
317
|
-
TROVO_FIRST_CHATTER = "trovo-firstChatter",
|
|
318
|
-
/** Trovo user entrance */
|
|
319
|
-
TROVO_ENTRANCE = "trovo-entrance",
|
|
320
|
-
/** Trovo channel join */
|
|
321
|
-
TROVO_CHANNEL_JOIN = "trovo-channelJoin",
|
|
322
|
-
/** Trovo subscriber (potential, needs testing) */
|
|
323
|
-
TROVO_SUBSCRIBER = "trovo-subscriber",
|
|
324
|
-
/** Trovo follower (potential, needs testing) */
|
|
325
|
-
TROVO_FOLLOWER = "trovo-follower",
|
|
326
|
-
/** Trovo spell cast (potential, needs testing) */
|
|
327
|
-
TROVO_SPELL = "trovo-spell",
|
|
328
|
-
/** Trovo gift subscription */
|
|
329
|
-
TROVO_GIFT_SUBSCRIPTION = "trovo-giftSubscription",
|
|
330
|
-
/** Trovo raid */
|
|
331
|
-
TROVO_RAID = "trovo-raid",
|
|
332
307
|
/** First TikTok chat message */
|
|
333
308
|
TIKTOK_FIRST_CHATTER = "tiktok-firstChatter",
|
|
334
309
|
/** TikTok user entrance */
|
|
@@ -564,6 +539,7 @@ export declare const LumiaAlertFriendlyValues: {
|
|
|
564
539
|
"twitch-raid": string;
|
|
565
540
|
"twitch-raidOut": string;
|
|
566
541
|
"twitch-bits": string;
|
|
542
|
+
"twitch-bitsCombo": string;
|
|
567
543
|
"twitch-sessionBits": string;
|
|
568
544
|
"twitch-redemption": string;
|
|
569
545
|
"twitch-hypetrainStarted": string;
|
|
@@ -617,14 +593,6 @@ export declare const LumiaAlertFriendlyValues: {
|
|
|
617
593
|
"facebook-share": string;
|
|
618
594
|
"facebook-fan": string;
|
|
619
595
|
"facebook-entrance": string;
|
|
620
|
-
"trovo-firstChatter": string;
|
|
621
|
-
"trovo-follower": string;
|
|
622
|
-
"trovo-channelJoin": string;
|
|
623
|
-
"trovo-subscriber": string;
|
|
624
|
-
"trovo-giftSubscription": string;
|
|
625
|
-
"trovo-raid": string;
|
|
626
|
-
"trovo-spell": string;
|
|
627
|
-
"trovo-entrance": string;
|
|
628
596
|
"tiktok-firstChatter": string;
|
|
629
597
|
"tiktok-follower": string;
|
|
630
598
|
"tiktok-like": string;
|
|
@@ -732,14 +700,12 @@ export declare enum LumiaActivityOriginTypes {
|
|
|
732
700
|
TWITCH_POINTS = "twitch-points",
|
|
733
701
|
TWITCH_EXTENSION = "twitch-extension",
|
|
734
702
|
KICK_POINTS = "kick-points",
|
|
735
|
-
TROVO_SPELLS = "trovo-spells",
|
|
736
703
|
API = "api",
|
|
737
704
|
LUMIASTREAMLINK = "lumiastreamlink",
|
|
738
705
|
STREAMDECK = "streamdeck",
|
|
739
706
|
TOUCHPORTAL = "touchportal",
|
|
740
707
|
AVERMEDIA = "avermedia",
|
|
741
|
-
LOUPEDECK = "loupedeck"
|
|
742
|
-
GAMESGLOW = "gamesglow"
|
|
708
|
+
LOUPEDECK = "loupedeck"
|
|
743
709
|
}
|
|
744
710
|
export declare enum LumiaActivityApiValueType {
|
|
745
711
|
NO_VALUE = 0,
|
package/dist/activity.types.js
CHANGED
|
@@ -6,7 +6,6 @@ var LumiaStreamingSites;
|
|
|
6
6
|
LumiaStreamingSites["TWITCH"] = "twitch";
|
|
7
7
|
LumiaStreamingSites["YOUTUBE"] = "youtube";
|
|
8
8
|
LumiaStreamingSites["FACEBOOK"] = "facebook";
|
|
9
|
-
LumiaStreamingSites["TROVO"] = "trovo";
|
|
10
9
|
LumiaStreamingSites["TIKTOK"] = "tiktok";
|
|
11
10
|
LumiaStreamingSites["KICK"] = "kick";
|
|
12
11
|
LumiaStreamingSites["TWITTER"] = "twitter";
|
|
@@ -35,7 +34,6 @@ var LumiaActivityCommandTypes;
|
|
|
35
34
|
LumiaActivityCommandTypes["TWITCH_EXTENSION"] = "twitch-extension";
|
|
36
35
|
LumiaActivityCommandTypes["TWITCH_EXTENSION_HFX"] = "twitch-extension-hfx";
|
|
37
36
|
LumiaActivityCommandTypes["KICK_POINTS"] = "kick-points";
|
|
38
|
-
LumiaActivityCommandTypes["TROVO_SPELLS"] = "trovo-spells";
|
|
39
37
|
LumiaActivityCommandTypes["STUDIO_SCENE"] = "studio-scene";
|
|
40
38
|
LumiaActivityCommandTypes["STUDIO_ANIMATION"] = "studio-animation";
|
|
41
39
|
LumiaActivityCommandTypes["STUDIO_THEME"] = "studio-theme";
|
|
@@ -107,11 +105,6 @@ var LumiaActivityCommandTypes;
|
|
|
107
105
|
LumiaActivityCommandTypes["HUD_TOGGLE"] = "hud-toggle";
|
|
108
106
|
LumiaActivityCommandTypes["HUD_VOLUME_SET"] = "hud-volume-set";
|
|
109
107
|
LumiaActivityCommandTypes["HUD_OPACITY_SET"] = "hud-opacity-set";
|
|
110
|
-
// Games Glow Command Types
|
|
111
|
-
LumiaActivityCommandTypes["GAMESGLOW_ALERT"] = "gamesglow-alert";
|
|
112
|
-
LumiaActivityCommandTypes["GAMESGLOW_COMMAND"] = "gamesglow-command";
|
|
113
|
-
LumiaActivityCommandTypes["GAMESGLOW_VARIABLE"] = "gamesglow-variable";
|
|
114
|
-
LumiaActivityCommandTypes["GAMESGLOW_VIRTUALLIGHT"] = "gamesglow-virtuallight";
|
|
115
108
|
})(LumiaActivityCommandTypes || (exports.LumiaActivityCommandTypes = LumiaActivityCommandTypes = {}));
|
|
116
109
|
// Anything that comes through in an external way
|
|
117
110
|
var LumiaExternalActivityCommandTypes;
|
|
@@ -126,7 +119,6 @@ var LumiaExternalActivityCommandTypes;
|
|
|
126
119
|
LumiaExternalActivityCommandTypes["TWITCH_POINTS"] = "twitch-points";
|
|
127
120
|
LumiaExternalActivityCommandTypes["TWITCH_EXTENSION"] = "twitch-extension";
|
|
128
121
|
LumiaExternalActivityCommandTypes["KICK_POINTS"] = "kick-points";
|
|
129
|
-
LumiaExternalActivityCommandTypes["TROVO_SPELLS"] = "trovo-spells";
|
|
130
122
|
LumiaExternalActivityCommandTypes["STUDIO_SCENE"] = "studio-scene";
|
|
131
123
|
LumiaExternalActivityCommandTypes["STUDIO_ANIMATION"] = "studio-animation";
|
|
132
124
|
LumiaExternalActivityCommandTypes["STUDIO_THEME"] = "studio-theme";
|
|
@@ -207,6 +199,8 @@ var LumiaAlertValues;
|
|
|
207
199
|
LumiaAlertValues["TWITCH_RAID_OUT"] = "twitch-raidOut";
|
|
208
200
|
/** Bits cheered */
|
|
209
201
|
LumiaAlertValues["TWITCH_BITS"] = "twitch-bits";
|
|
202
|
+
/** Bits combo completed */
|
|
203
|
+
LumiaAlertValues["TWITCH_BITS_COMBO"] = "twitch-bitsCombo";
|
|
210
204
|
/** Total Session bits count */
|
|
211
205
|
LumiaAlertValues["TWITCH_SESSION_BITS"] = "twitch-sessionBits";
|
|
212
206
|
/** Channel points redemption */
|
|
@@ -327,27 +321,6 @@ var LumiaAlertValues;
|
|
|
327
321
|
LumiaAlertValues["FACEBOOK_SHARE"] = "facebook-share";
|
|
328
322
|
/** Facebook fan */
|
|
329
323
|
LumiaAlertValues["FACEBOOK_FAN"] = "facebook-fan";
|
|
330
|
-
// Trovo alerts
|
|
331
|
-
/** Trovo stream went live */
|
|
332
|
-
LumiaAlertValues["TROVO_STREAM_LIVE"] = "trovo-streamLive";
|
|
333
|
-
/** Trovo stream went offline */
|
|
334
|
-
LumiaAlertValues["TROVO_STREAM_OFFLINE"] = "trovo-streamOffline";
|
|
335
|
-
/** First Trovo chat message */
|
|
336
|
-
LumiaAlertValues["TROVO_FIRST_CHATTER"] = "trovo-firstChatter";
|
|
337
|
-
/** Trovo user entrance */
|
|
338
|
-
LumiaAlertValues["TROVO_ENTRANCE"] = "trovo-entrance";
|
|
339
|
-
/** Trovo channel join */
|
|
340
|
-
LumiaAlertValues["TROVO_CHANNEL_JOIN"] = "trovo-channelJoin";
|
|
341
|
-
/** Trovo subscriber (potential, needs testing) */
|
|
342
|
-
LumiaAlertValues["TROVO_SUBSCRIBER"] = "trovo-subscriber";
|
|
343
|
-
/** Trovo follower (potential, needs testing) */
|
|
344
|
-
LumiaAlertValues["TROVO_FOLLOWER"] = "trovo-follower";
|
|
345
|
-
/** Trovo spell cast (potential, needs testing) */
|
|
346
|
-
LumiaAlertValues["TROVO_SPELL"] = "trovo-spell";
|
|
347
|
-
/** Trovo gift subscription */
|
|
348
|
-
LumiaAlertValues["TROVO_GIFT_SUBSCRIPTION"] = "trovo-giftSubscription";
|
|
349
|
-
/** Trovo raid */
|
|
350
|
-
LumiaAlertValues["TROVO_RAID"] = "trovo-raid";
|
|
351
324
|
// TikTok alerts
|
|
352
325
|
/** First TikTok chat message */
|
|
353
326
|
LumiaAlertValues["TIKTOK_FIRST_CHATTER"] = "tiktok-firstChatter";
|
|
@@ -596,6 +569,7 @@ exports.LumiaAlertFriendlyValues = {
|
|
|
596
569
|
[LumiaAlertValues.TWITCH_RAID]: 'Twitch Raid',
|
|
597
570
|
[LumiaAlertValues.TWITCH_RAID_OUT]: 'Twitch Raid Out',
|
|
598
571
|
[LumiaAlertValues.TWITCH_BITS]: 'Twitch Bits',
|
|
572
|
+
[LumiaAlertValues.TWITCH_BITS_COMBO]: 'Twitch Bits Combo',
|
|
599
573
|
[LumiaAlertValues.TWITCH_SESSION_BITS]: 'Twitch Session Bits',
|
|
600
574
|
[LumiaAlertValues.TWITCH_REDEMPTION]: 'Twitch Redemption',
|
|
601
575
|
[LumiaAlertValues.TWITCH_HYPETRAIN_STARTED]: 'Twitch Hypetrain Started',
|
|
@@ -649,14 +623,6 @@ exports.LumiaAlertFriendlyValues = {
|
|
|
649
623
|
[LumiaAlertValues.FACEBOOK_SHARE]: 'Facebook Share',
|
|
650
624
|
[LumiaAlertValues.FACEBOOK_FAN]: 'Facebook Fan',
|
|
651
625
|
[LumiaAlertValues.FACEBOOK_ENTRANCE]: 'Facebook Entrance',
|
|
652
|
-
[LumiaAlertValues.TROVO_FIRST_CHATTER]: 'Trovo First Chatter',
|
|
653
|
-
[LumiaAlertValues.TROVO_FOLLOWER]: 'Trovo Follower',
|
|
654
|
-
[LumiaAlertValues.TROVO_CHANNEL_JOIN]: 'Trovo Channel Join',
|
|
655
|
-
[LumiaAlertValues.TROVO_SUBSCRIBER]: 'Trovo Subscriber',
|
|
656
|
-
[LumiaAlertValues.TROVO_GIFT_SUBSCRIPTION]: 'Trovo Gift Subscription',
|
|
657
|
-
[LumiaAlertValues.TROVO_RAID]: 'Trovo Raid',
|
|
658
|
-
[LumiaAlertValues.TROVO_SPELL]: 'Trovo Spell',
|
|
659
|
-
[LumiaAlertValues.TROVO_ENTRANCE]: 'Trovo Entrance',
|
|
660
626
|
[LumiaAlertValues.TIKTOK_FIRST_CHATTER]: 'Tiktok First Chatter',
|
|
661
627
|
[LumiaAlertValues.TIKTOK_FOLLOWER]: 'Tiktok Follower',
|
|
662
628
|
[LumiaAlertValues.TIKTOK_LIKE]: 'Tiktok Like',
|
|
@@ -768,14 +734,12 @@ var LumiaActivityOriginTypes;
|
|
|
768
734
|
LumiaActivityOriginTypes["TWITCH_POINTS"] = "twitch-points";
|
|
769
735
|
LumiaActivityOriginTypes["TWITCH_EXTENSION"] = "twitch-extension";
|
|
770
736
|
LumiaActivityOriginTypes["KICK_POINTS"] = "kick-points";
|
|
771
|
-
LumiaActivityOriginTypes["TROVO_SPELLS"] = "trovo-spells";
|
|
772
737
|
LumiaActivityOriginTypes["API"] = "api";
|
|
773
738
|
LumiaActivityOriginTypes["LUMIASTREAMLINK"] = "lumiastreamlink";
|
|
774
739
|
LumiaActivityOriginTypes["STREAMDECK"] = "streamdeck";
|
|
775
740
|
LumiaActivityOriginTypes["TOUCHPORTAL"] = "touchportal";
|
|
776
741
|
LumiaActivityOriginTypes["AVERMEDIA"] = "avermedia";
|
|
777
742
|
LumiaActivityOriginTypes["LOUPEDECK"] = "loupedeck";
|
|
778
|
-
LumiaActivityOriginTypes["GAMESGLOW"] = "gamesglow";
|
|
779
743
|
})(LumiaActivityOriginTypes || (exports.LumiaActivityOriginTypes = LumiaActivityOriginTypes = {}));
|
|
780
744
|
var LumiaActivityApiValueType;
|
|
781
745
|
(function (LumiaActivityApiValueType) {
|
package/dist/alert.types.js
CHANGED
|
@@ -1364,6 +1364,74 @@ exports.LumiaAlertConfigs = {
|
|
|
1364
1364
|
},
|
|
1365
1365
|
],
|
|
1366
1366
|
},
|
|
1367
|
+
[activity_types_1.LumiaAlertValues.TWITCH_BITS_COMBO]: {
|
|
1368
|
+
connection: event_types_1.LumiaIntegrations.TWITCH,
|
|
1369
|
+
message: '{{username}} finished a bits combo with {{amount}} bits. They said {{message}}',
|
|
1370
|
+
eventlistMessage: 'Bits Combo',
|
|
1371
|
+
eventlistDetailedMessage: 'finished a bits combo with {{amount}} bits',
|
|
1372
|
+
acceptedVariables: variables_types_1.AllVariables.twitch.alerts.bitsCombo,
|
|
1373
|
+
quickActions: [
|
|
1374
|
+
{
|
|
1375
|
+
label: '500 bits combo',
|
|
1376
|
+
dynamic: { value: 500 },
|
|
1377
|
+
extraSettings: {
|
|
1378
|
+
username: 'lumiastream',
|
|
1379
|
+
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
1380
|
+
amount: 500,
|
|
1381
|
+
bitsType: 'combo',
|
|
1382
|
+
},
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
label: '1000 bits combo',
|
|
1386
|
+
dynamic: { value: 1000 },
|
|
1387
|
+
extraSettings: {
|
|
1388
|
+
username: 'lumiastream',
|
|
1389
|
+
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
1390
|
+
amount: 1000,
|
|
1391
|
+
bitsType: 'combo',
|
|
1392
|
+
},
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
label: '2500 bits combo',
|
|
1396
|
+
dynamic: { value: 2500 },
|
|
1397
|
+
extraSettings: {
|
|
1398
|
+
username: 'lumiastream',
|
|
1399
|
+
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
1400
|
+
amount: 2500,
|
|
1401
|
+
bitsType: 'combo',
|
|
1402
|
+
},
|
|
1403
|
+
},
|
|
1404
|
+
],
|
|
1405
|
+
inputFields: [
|
|
1406
|
+
{
|
|
1407
|
+
type: 'text',
|
|
1408
|
+
label: 'Username',
|
|
1409
|
+
variableField: 'username',
|
|
1410
|
+
required: false,
|
|
1411
|
+
default: 'lumiastream',
|
|
1412
|
+
},
|
|
1413
|
+
{
|
|
1414
|
+
type: 'number',
|
|
1415
|
+
label: 'Amount of combo bits',
|
|
1416
|
+
dynamicField: 'value',
|
|
1417
|
+
variableField: 'amount',
|
|
1418
|
+
required: true,
|
|
1419
|
+
default: 500,
|
|
1420
|
+
},
|
|
1421
|
+
],
|
|
1422
|
+
LumiaVariationConditions: [
|
|
1423
|
+
{ type: LumiaVariationConditions.RANDOM },
|
|
1424
|
+
{
|
|
1425
|
+
type: LumiaVariationConditions.EQUAL_USERNAME,
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
type: LumiaVariationConditions.EQUAL_NUMBER,
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
1432
|
+
},
|
|
1433
|
+
],
|
|
1434
|
+
},
|
|
1367
1435
|
[activity_types_1.LumiaAlertValues.TWITCH_SESSION_BITS]: {
|
|
1368
1436
|
connection: event_types_1.LumiaIntegrations.TWITCH,
|
|
1369
1437
|
message: 'Reached {{total}} bits',
|
|
@@ -4283,270 +4351,6 @@ exports.LumiaAlertConfigs = {
|
|
|
4283
4351
|
LumiaVariationConditions: [{ type: LumiaVariationConditions.RANDOM }, { type: LumiaVariationConditions.EQUAL_USERNAME }],
|
|
4284
4352
|
},
|
|
4285
4353
|
// },
|
|
4286
|
-
// trovo: {
|
|
4287
|
-
[activity_types_1.LumiaAlertValues.TROVO_FIRST_CHATTER]: {
|
|
4288
|
-
connection: event_types_1.LumiaIntegrations.TROVO,
|
|
4289
|
-
message: '{{username}} is the first chatter!',
|
|
4290
|
-
eventlistMessage: 'First Chatter',
|
|
4291
|
-
eventlistDetailedMessage: 'was the first chatter',
|
|
4292
|
-
acceptedVariables: variables_types_1.AllVariables.trovo.alerts.firstChatter,
|
|
4293
|
-
LumiaVariationConditions: [
|
|
4294
|
-
{ type: LumiaVariationConditions.RANDOM },
|
|
4295
|
-
{
|
|
4296
|
-
type: LumiaVariationConditions.EQUAL_NUMBER,
|
|
4297
|
-
},
|
|
4298
|
-
{
|
|
4299
|
-
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
4300
|
-
},
|
|
4301
|
-
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
4302
|
-
],
|
|
4303
|
-
},
|
|
4304
|
-
[activity_types_1.LumiaAlertValues.TROVO_ENTRANCE]: {
|
|
4305
|
-
connection: event_types_1.LumiaIntegrations.TROVO,
|
|
4306
|
-
message: 'Welcome {{username}}',
|
|
4307
|
-
eventlistMessage: 'Entrance',
|
|
4308
|
-
eventlistDetailedMessage: '',
|
|
4309
|
-
acceptedVariables: variables_types_1.AllVariables.trovo.alerts.entrance,
|
|
4310
|
-
LumiaVariationConditions: [
|
|
4311
|
-
{ type: LumiaVariationConditions.RANDOM },
|
|
4312
|
-
{ type: LumiaVariationConditions.EQUAL_STRING, description: 'Username is equal to' },
|
|
4313
|
-
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
4314
|
-
{ type: LumiaVariationConditions.EQUAL_USER_LEVEL },
|
|
4315
|
-
],
|
|
4316
|
-
},
|
|
4317
|
-
[activity_types_1.LumiaAlertValues.TROVO_STREAM_LIVE]: {
|
|
4318
|
-
connection: event_types_1.LumiaIntegrations.TROVO,
|
|
4319
|
-
message: 'Trovo Stream is now live',
|
|
4320
|
-
acceptedVariables: variables_types_1.AllVariables.trovo.alerts.streamLive,
|
|
4321
|
-
LumiaVariationConditions: [{ type: LumiaVariationConditions.RANDOM }],
|
|
4322
|
-
},
|
|
4323
|
-
[activity_types_1.LumiaAlertValues.TROVO_STREAM_OFFLINE]: {
|
|
4324
|
-
connection: event_types_1.LumiaIntegrations.TROVO,
|
|
4325
|
-
message: 'Trovo Stream is now offline',
|
|
4326
|
-
acceptedVariables: variables_types_1.AllVariables.trovo.alerts.streamOffline,
|
|
4327
|
-
LumiaVariationConditions: [{ type: LumiaVariationConditions.RANDOM }],
|
|
4328
|
-
},
|
|
4329
|
-
[activity_types_1.LumiaAlertValues.TROVO_CHANNEL_JOIN]: {
|
|
4330
|
-
connection: event_types_1.LumiaIntegrations.TROVO,
|
|
4331
|
-
message: '{{username}} just joined the channel',
|
|
4332
|
-
eventlistMessage: 'Join',
|
|
4333
|
-
eventlistDetailedMessage: 'joined the channel',
|
|
4334
|
-
acceptedVariables: variables_types_1.AllVariables.trovo.alerts.channelJoin,
|
|
4335
|
-
quickActions: [
|
|
4336
|
-
{
|
|
4337
|
-
label: 'New Follow',
|
|
4338
|
-
dynamic: { value: 'lumiastream' },
|
|
4339
|
-
extraSettings: { username: 'lumiastream' },
|
|
4340
|
-
},
|
|
4341
|
-
],
|
|
4342
|
-
inputFields: [
|
|
4343
|
-
{
|
|
4344
|
-
type: 'text',
|
|
4345
|
-
label: 'Username',
|
|
4346
|
-
variableField: 'username',
|
|
4347
|
-
required: false,
|
|
4348
|
-
default: 'lumiastream',
|
|
4349
|
-
},
|
|
4350
|
-
],
|
|
4351
|
-
LumiaVariationConditions: [{ type: LumiaVariationConditions.RANDOM }],
|
|
4352
|
-
},
|
|
4353
|
-
[activity_types_1.LumiaAlertValues.TROVO_FOLLOWER]: {
|
|
4354
|
-
connection: event_types_1.LumiaIntegrations.TROVO,
|
|
4355
|
-
message: '{{username}} just followed',
|
|
4356
|
-
eventlistMessage: 'Followed',
|
|
4357
|
-
eventlistDetailedMessage: 'became a follower',
|
|
4358
|
-
acceptedVariables: variables_types_1.AllVariables.trovo.alerts.follower,
|
|
4359
|
-
quickActions: [
|
|
4360
|
-
{
|
|
4361
|
-
label: 'New Follow',
|
|
4362
|
-
dynamic: { value: 'lumiastream' },
|
|
4363
|
-
extraSettings: { username: 'lumiastream' },
|
|
4364
|
-
},
|
|
4365
|
-
],
|
|
4366
|
-
inputFields: [
|
|
4367
|
-
{
|
|
4368
|
-
type: 'text',
|
|
4369
|
-
label: 'Username',
|
|
4370
|
-
variableField: 'username',
|
|
4371
|
-
required: false,
|
|
4372
|
-
default: 'lumiastream',
|
|
4373
|
-
},
|
|
4374
|
-
],
|
|
4375
|
-
LumiaVariationConditions: [{ type: LumiaVariationConditions.RANDOM }, { type: LumiaVariationConditions.EQUAL_USERNAME }],
|
|
4376
|
-
},
|
|
4377
|
-
[activity_types_1.LumiaAlertValues.TROVO_SUBSCRIBER]: {
|
|
4378
|
-
connection: event_types_1.LumiaIntegrations.TROVO,
|
|
4379
|
-
message: '{{username}} just subscribed',
|
|
4380
|
-
eventlistMessage: 'Subscribed',
|
|
4381
|
-
eventlistDetailedMessage: 'became a subscriber',
|
|
4382
|
-
acceptedVariables: variables_types_1.AllVariables.trovo.alerts.subscriber,
|
|
4383
|
-
quickActions: [
|
|
4384
|
-
{
|
|
4385
|
-
label: 'New Subscriber',
|
|
4386
|
-
dynamic: { value: 'lumiastream' },
|
|
4387
|
-
extraSettings: { username: 'lumiastream' },
|
|
4388
|
-
},
|
|
4389
|
-
],
|
|
4390
|
-
inputFields: [
|
|
4391
|
-
{
|
|
4392
|
-
type: 'text',
|
|
4393
|
-
label: 'Username',
|
|
4394
|
-
variableField: 'username',
|
|
4395
|
-
required: false,
|
|
4396
|
-
default: 'lumiastream',
|
|
4397
|
-
},
|
|
4398
|
-
],
|
|
4399
|
-
LumiaVariationConditions: [
|
|
4400
|
-
{ type: LumiaVariationConditions.RANDOM },
|
|
4401
|
-
{
|
|
4402
|
-
type: LumiaVariationConditions.IS_GIFT,
|
|
4403
|
-
},
|
|
4404
|
-
],
|
|
4405
|
-
},
|
|
4406
|
-
[activity_types_1.LumiaAlertValues.TROVO_GIFT_SUBSCRIPTION]: {
|
|
4407
|
-
connection: event_types_1.LumiaIntegrations.TROVO,
|
|
4408
|
-
message: '{{gifter}} gifted {{giftAmount}} {{tier}} subs to {{recipients}}',
|
|
4409
|
-
eventlistMessage: 'Gifted {{giftAmount}} subs',
|
|
4410
|
-
eventlistDetailedMessage: 'gifted {{giftAmount}} {{tier}} subs to {{recipients}}',
|
|
4411
|
-
acceptedVariables: variables_types_1.AllVariables.trovo.alerts.subscriptionGift,
|
|
4412
|
-
quickActions: [
|
|
4413
|
-
{
|
|
4414
|
-
label: 'Gift 1 Sub',
|
|
4415
|
-
dynamic: { value: 1000, giftAmount: 1 },
|
|
4416
|
-
extraSettings: {
|
|
4417
|
-
username: 'lumiastream',
|
|
4418
|
-
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
4419
|
-
gifter: 'lumiastream',
|
|
4420
|
-
message: 'Great Stream',
|
|
4421
|
-
recipients: 'worldlights',
|
|
4422
|
-
recipientsRaw: [{ username: 'worldlights', avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures', userId: '123', userLevels: { subscriber: true } }],
|
|
4423
|
-
giftAmount: 1,
|
|
4424
|
-
totalGifts: 1,
|
|
4425
|
-
subMonths: 1,
|
|
4426
|
-
tier: 'Tier 1',
|
|
4427
|
-
subPlan: 1000,
|
|
4428
|
-
subPlanName: 'My Day ones',
|
|
4429
|
-
},
|
|
4430
|
-
},
|
|
4431
|
-
{
|
|
4432
|
-
label: 'Gift 5 Subs',
|
|
4433
|
-
dynamic: { value: 1000, giftAmount: 5 },
|
|
4434
|
-
extraSettings: {
|
|
4435
|
-
username: 'lumiastream',
|
|
4436
|
-
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
4437
|
-
gifter: 'lumiastream',
|
|
4438
|
-
message: 'Great Stream',
|
|
4439
|
-
recipients: 'worldlights,lumiastream,lumiatwitch,lumiakick,rgblumia',
|
|
4440
|
-
recipientsRaw: [
|
|
4441
|
-
{ username: 'worldlights', avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures', userId: '123', userLevels: { subscriber: true } },
|
|
4442
|
-
{ username: 'lumiastream', avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures', userId: '123', userLevels: { subscriber: true } },
|
|
4443
|
-
{ username: 'lumiatwitch', avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures', userId: '123', userLevels: { subscriber: true } },
|
|
4444
|
-
{ username: 'worldlights', avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures', userId: '123', userLevels: { subscriber: true } },
|
|
4445
|
-
{ username: 'rgblumia', avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures', userId: '123', userLevels: { subscriber: true } },
|
|
4446
|
-
],
|
|
4447
|
-
giftAmount: 5,
|
|
4448
|
-
totalGifts: 5,
|
|
4449
|
-
subMonths: 1,
|
|
4450
|
-
tier: 'Tier 1',
|
|
4451
|
-
subPlan: 1000,
|
|
4452
|
-
subPlanName: 'My Day ones',
|
|
4453
|
-
},
|
|
4454
|
-
},
|
|
4455
|
-
],
|
|
4456
|
-
inputFields: [
|
|
4457
|
-
{
|
|
4458
|
-
type: 'text',
|
|
4459
|
-
label: 'Gifter',
|
|
4460
|
-
variableField: 'gifter',
|
|
4461
|
-
required: false,
|
|
4462
|
-
default: 'lumiastream',
|
|
4463
|
-
},
|
|
4464
|
-
{
|
|
4465
|
-
type: 'text',
|
|
4466
|
-
label: 'Username',
|
|
4467
|
-
variableField: 'username',
|
|
4468
|
-
required: false,
|
|
4469
|
-
default: 'lumiastream',
|
|
4470
|
-
},
|
|
4471
|
-
{
|
|
4472
|
-
type: 'text',
|
|
4473
|
-
label: 'Gift Recipients',
|
|
4474
|
-
variableField: 'recipients',
|
|
4475
|
-
required: true,
|
|
4476
|
-
default: 'worldlights',
|
|
4477
|
-
},
|
|
4478
|
-
{
|
|
4479
|
-
type: 'number',
|
|
4480
|
-
label: 'Gift amount',
|
|
4481
|
-
dynamicField: 'giftAmount',
|
|
4482
|
-
variableField: 'giftAmount',
|
|
4483
|
-
required: true,
|
|
4484
|
-
default: 1,
|
|
4485
|
-
},
|
|
4486
|
-
{
|
|
4487
|
-
type: 'text',
|
|
4488
|
-
label: 'Message',
|
|
4489
|
-
variableField: 'message',
|
|
4490
|
-
required: false,
|
|
4491
|
-
default: 'Great stream',
|
|
4492
|
-
},
|
|
4493
|
-
],
|
|
4494
|
-
LumiaVariationConditions: [
|
|
4495
|
-
{ type: LumiaVariationConditions.RANDOM },
|
|
4496
|
-
{ type: LumiaVariationConditions.EQUAL_NUMBER },
|
|
4497
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER },
|
|
4498
|
-
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
4499
|
-
],
|
|
4500
|
-
},
|
|
4501
|
-
[activity_types_1.LumiaAlertValues.TROVO_RAID]: {
|
|
4502
|
-
connection: event_types_1.LumiaIntegrations.TROVO,
|
|
4503
|
-
message: '{{username}} raided with {{viewers}} viewers',
|
|
4504
|
-
eventlistMessage: 'Raided',
|
|
4505
|
-
eventlistDetailedMessage: 'raided with {{viewers}} viewers',
|
|
4506
|
-
acceptedVariables: variables_types_1.AllVariables.trovo.alerts.raid,
|
|
4507
|
-
quickActions: [
|
|
4508
|
-
{
|
|
4509
|
-
label: '10 viewers',
|
|
4510
|
-
dynamic: { value: 10 },
|
|
4511
|
-
extraSettings: { username: 'lumiastream', avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png', viewers: 10 },
|
|
4512
|
-
},
|
|
4513
|
-
{
|
|
4514
|
-
label: '50 viewers',
|
|
4515
|
-
dynamic: { value: 50 },
|
|
4516
|
-
extraSettings: { username: 'lumiastream', avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png', viewers: 50 },
|
|
4517
|
-
},
|
|
4518
|
-
{
|
|
4519
|
-
label: '100 viewers',
|
|
4520
|
-
dynamic: { value: 100 },
|
|
4521
|
-
extraSettings: { username: 'lumiastream', avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png', viewers: 100 },
|
|
4522
|
-
},
|
|
4523
|
-
],
|
|
4524
|
-
inputFields: [
|
|
4525
|
-
{
|
|
4526
|
-
type: 'text',
|
|
4527
|
-
label: 'Username',
|
|
4528
|
-
variableField: 'username',
|
|
4529
|
-
required: false,
|
|
4530
|
-
default: 'lumiastream',
|
|
4531
|
-
},
|
|
4532
|
-
{
|
|
4533
|
-
type: 'number',
|
|
4534
|
-
label: 'Amount of viewers',
|
|
4535
|
-
dynamicField: 'value',
|
|
4536
|
-
variableField: 'viewers',
|
|
4537
|
-
required: true,
|
|
4538
|
-
default: 100,
|
|
4539
|
-
},
|
|
4540
|
-
],
|
|
4541
|
-
LumiaVariationConditions: [
|
|
4542
|
-
{ type: LumiaVariationConditions.RANDOM },
|
|
4543
|
-
{
|
|
4544
|
-
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
4545
|
-
},
|
|
4546
|
-
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
4547
|
-
],
|
|
4548
|
-
},
|
|
4549
|
-
// },
|
|
4550
4354
|
// tiktok: {
|
|
4551
4355
|
[activity_types_1.LumiaAlertValues.TIKTOK_FIRST_CHATTER]: {
|
|
4552
4356
|
connection: event_types_1.LumiaIntegrations.TIKTOK,
|
|
@@ -7,7 +7,7 @@ import { LumiaAlertValues } from './custom-overlays';
|
|
|
7
7
|
/* -------------------------------------------------------------------------- */
|
|
8
8
|
|
|
9
9
|
/** Known platforms (extendable). */
|
|
10
|
-
type Platform = 'twitch' | 'youtube' | 'kick' | 'tiktok' | 'facebook' |
|
|
10
|
+
type Platform = 'twitch' | 'youtube' | 'kick' | 'tiktok' | 'facebook' | string;
|
|
11
11
|
|
|
12
12
|
/** ISO-8601 timestamp branding for better editor hints. */
|
|
13
13
|
type ISODateString = string & { __iso8601: true };
|
|
@@ -126,7 +126,7 @@ export interface AlertEvent {
|
|
|
126
126
|
/** ISO timestamp when the alert occurred */
|
|
127
127
|
timestamp: string;
|
|
128
128
|
/** Platform where the alert originated */
|
|
129
|
-
site: 'twitch' | 'kick' | 'youtube' | 'tiktok' | 'facebook' |
|
|
129
|
+
site: 'twitch' | 'kick' | 'youtube' | 'tiktok' | 'facebook' | string;
|
|
130
130
|
/** Whether timing type should be checked */
|
|
131
131
|
checkTimingType: boolean;
|
|
132
132
|
/** Type of timing for the alert */
|
|
@@ -454,6 +454,8 @@ export declare enum LumiaAlertValues {
|
|
|
454
454
|
TWITCH_RAID_OUT = "twitch-raidOut",
|
|
455
455
|
/** Bits cheered */
|
|
456
456
|
TWITCH_BITS = "twitch-bits",
|
|
457
|
+
/** Bits combo completed */
|
|
458
|
+
TWITCH_BITS_COMBO = "twitch-bitsCombo",
|
|
457
459
|
/** Total Session bits count */
|
|
458
460
|
TWITCH_SESSION_BITS = "twitch-sessionBits",
|
|
459
461
|
/** Channel points redemption */
|
|
@@ -572,26 +574,6 @@ export declare enum LumiaAlertValues {
|
|
|
572
574
|
FACEBOOK_SHARE = "facebook-share",
|
|
573
575
|
/** Facebook fan */
|
|
574
576
|
FACEBOOK_FAN = "facebook-fan",
|
|
575
|
-
/** Trovo stream went live */
|
|
576
|
-
TROVO_STREAM_LIVE = "trovo-streamLive",
|
|
577
|
-
/** Trovo stream went offline */
|
|
578
|
-
TROVO_STREAM_OFFLINE = "trovo-streamOffline",
|
|
579
|
-
/** First Trovo chat message */
|
|
580
|
-
TROVO_FIRST_CHATTER = "trovo-firstChatter",
|
|
581
|
-
/** Trovo user entrance */
|
|
582
|
-
TROVO_ENTRANCE = "trovo-entrance",
|
|
583
|
-
/** Trovo channel join */
|
|
584
|
-
TROVO_CHANNEL_JOIN = "trovo-channelJoin",
|
|
585
|
-
/** Trovo subscriber (potential, needs testing) */
|
|
586
|
-
TROVO_SUBSCRIBER = "trovo-subscriber",
|
|
587
|
-
/** Trovo follower (potential, needs testing) */
|
|
588
|
-
TROVO_FOLLOWER = "trovo-follower",
|
|
589
|
-
/** Trovo spell cast (potential, needs testing) */
|
|
590
|
-
TROVO_SPELL = "trovo-spell",
|
|
591
|
-
/** Trovo gift subscription */
|
|
592
|
-
TROVO_GIFT_SUBSCRIPTION = "trovo-giftSubscription",
|
|
593
|
-
/** Trovo raid */
|
|
594
|
-
TROVO_RAID = "trovo-raid",
|
|
595
577
|
/** First TikTok chat message */
|
|
596
578
|
TIKTOK_FIRST_CHATTER = "tiktok-firstChatter",
|
|
597
579
|
/** TikTok user entrance */
|
|
@@ -863,8 +845,6 @@ export declare enum SystemVariables {
|
|
|
863
845
|
YOUTUBE_UPTIME = "youtube_uptime",
|
|
864
846
|
/** Facebook stream uptime. Use as {{facebook_uptime}}. */
|
|
865
847
|
FACEBOOK_UPTIME = "facebook_uptime",
|
|
866
|
-
/** Trovo stream uptime. Use as {{trovo_uptime}}. */
|
|
867
|
-
TROVO_UPTIME = "trovo_uptime",
|
|
868
848
|
/** Twitch live status (true/false). Use as {{twitch_live}}. */
|
|
869
849
|
TWITCH_LIVE = "twitch_live",
|
|
870
850
|
/** YouTube live status (true/false). Use as {{youtube_live}}. */
|
|
@@ -1271,36 +1251,6 @@ export declare enum SystemVariables {
|
|
|
1271
1251
|
KICK_TOTAL_GIFT_SUBSCRIPTION_COUNT = "kick_total_gift_subscription_count",
|
|
1272
1252
|
/** Get avatar by username. Use as {{kick_get_avatar}}. */
|
|
1273
1253
|
KICK_GET_AVATAR = "kick_get_avatar",
|
|
1274
|
-
/** Live status (true/false). Use as {{trovo_live}}. */
|
|
1275
|
-
TROVO_LIVE = "trovo_live",
|
|
1276
|
-
/** Session chat count. Use as {{trovo_session_chat_count}}. */
|
|
1277
|
-
TROVO_SESSION_CHAT_COUNT = "trovo_session_chat_count",
|
|
1278
|
-
/** Last follower. Use as {{trovo_last_follower}}. */
|
|
1279
|
-
TROVO_LAST_FOLLOWER = "trovo_last_follower",
|
|
1280
|
-
/** Current first chatter. Use as {{trovo_current_first_chatter}}. */
|
|
1281
|
-
TROVO_CURRENT_FIRST_CHATTER = "trovo_current_first_chatter",
|
|
1282
|
-
/** Current first chatter count. Use as {{trovo_current_first_chatter_count}}. */
|
|
1283
|
-
TROVO_CURRENT_FIRST_CHATTER_COUNT = "trovo_current_first_chatter_count",
|
|
1284
|
-
/** Previous first chatter. Use as {{trovo_previous_first_chatter}}. */
|
|
1285
|
-
TROVO_PREVIOUS_FIRST_CHATTER = "trovo_previous_first_chatter",
|
|
1286
|
-
/** Previous first chatter count. Use as {{trovo_previous_first_chatter_count}}. */
|
|
1287
|
-
TROVO_PREVIOUS_FIRST_CHATTER_COUNT = "trovo_previous_first_chatter_count",// keep exact value
|
|
1288
|
-
/** Last chatter. Use as {{trovo_last_chatter}}. */
|
|
1289
|
-
TROVO_LAST_CHATTER = "trovo_last_chatter",
|
|
1290
|
-
/** Last raid amount. Use as {{trovo_last_raid_amount}}. */
|
|
1291
|
-
TROVO_LAST_RAID_AMOUNT = "trovo_last_raid_amount",
|
|
1292
|
-
/** Last raider. Use as {{trovo_last_raider}}. */
|
|
1293
|
-
TROVO_LAST_RAIDER = "trovo_last_raider",
|
|
1294
|
-
/** Session follower count. Use as {{trovo_session_follower_count}}. */
|
|
1295
|
-
TROVO_SESSION_FOLLOWER_COUNT = "trovo_session_follower_count",
|
|
1296
|
-
/** Session subscribers count. Use as {{trovo_session_subscribers_count}}. */
|
|
1297
|
-
TROVO_SESSION_SUBSCRIBERS_COUNT = "trovo_session_subscribers_count",
|
|
1298
|
-
/** Session raiders list. Use as {{trovo_session_raiders}}. */
|
|
1299
|
-
TROVO_SESSION_RAIDERS = "trovo_session_raiders",
|
|
1300
|
-
/** Last subscriber. Use as {{trovo_last_subscriber}}. */
|
|
1301
|
-
TROVO_LAST_SUBSCRIBER = "trovo_last_subscriber",
|
|
1302
|
-
/** Session subscribers list. Use as {{trovo_session_subscribers}}. */
|
|
1303
|
-
TROVO_SESSION_SUBSCRIBERS = "trovo_session_subscribers",
|
|
1304
1254
|
/** Now playing song title. Use as {{spotify_now_playing_song}}. */
|
|
1305
1255
|
SPOTIFY_NOW_PLAYING_SONG = "spotify_now_playing_song",
|
|
1306
1256
|
/** Now playing artwork URL. Use as {{spotify_now_playing_image}}. */
|
|
@@ -126,7 +126,7 @@ export interface AlertEvent {
|
|
|
126
126
|
/** ISO timestamp when the alert occurred */
|
|
127
127
|
timestamp: string;
|
|
128
128
|
/** Platform where the alert originated */
|
|
129
|
-
site: 'twitch' | 'kick' | 'youtube' | 'tiktok' | 'facebook' |
|
|
129
|
+
site: 'twitch' | 'kick' | 'youtube' | 'tiktok' | 'facebook' | string;
|
|
130
130
|
/** Whether timing type should be checked */
|
|
131
131
|
checkTimingType: boolean;
|
|
132
132
|
/** Type of timing for the alert */
|
|
@@ -454,6 +454,8 @@ export declare enum LumiaAlertValues {
|
|
|
454
454
|
TWITCH_RAID_OUT = "twitch-raidOut",
|
|
455
455
|
/** Bits cheered */
|
|
456
456
|
TWITCH_BITS = "twitch-bits",
|
|
457
|
+
/** Bits combo completed */
|
|
458
|
+
TWITCH_BITS_COMBO = "twitch-bitsCombo",
|
|
457
459
|
/** Total Session bits count */
|
|
458
460
|
TWITCH_SESSION_BITS = "twitch-sessionBits",
|
|
459
461
|
/** Channel points redemption */
|
|
@@ -572,26 +574,6 @@ export declare enum LumiaAlertValues {
|
|
|
572
574
|
FACEBOOK_SHARE = "facebook-share",
|
|
573
575
|
/** Facebook fan */
|
|
574
576
|
FACEBOOK_FAN = "facebook-fan",
|
|
575
|
-
/** Trovo stream went live */
|
|
576
|
-
TROVO_STREAM_LIVE = "trovo-streamLive",
|
|
577
|
-
/** Trovo stream went offline */
|
|
578
|
-
TROVO_STREAM_OFFLINE = "trovo-streamOffline",
|
|
579
|
-
/** First Trovo chat message */
|
|
580
|
-
TROVO_FIRST_CHATTER = "trovo-firstChatter",
|
|
581
|
-
/** Trovo user entrance */
|
|
582
|
-
TROVO_ENTRANCE = "trovo-entrance",
|
|
583
|
-
/** Trovo channel join */
|
|
584
|
-
TROVO_CHANNEL_JOIN = "trovo-channelJoin",
|
|
585
|
-
/** Trovo subscriber (potential, needs testing) */
|
|
586
|
-
TROVO_SUBSCRIBER = "trovo-subscriber",
|
|
587
|
-
/** Trovo follower (potential, needs testing) */
|
|
588
|
-
TROVO_FOLLOWER = "trovo-follower",
|
|
589
|
-
/** Trovo spell cast (potential, needs testing) */
|
|
590
|
-
TROVO_SPELL = "trovo-spell",
|
|
591
|
-
/** Trovo gift subscription */
|
|
592
|
-
TROVO_GIFT_SUBSCRIPTION = "trovo-giftSubscription",
|
|
593
|
-
/** Trovo raid */
|
|
594
|
-
TROVO_RAID = "trovo-raid",
|
|
595
577
|
/** First TikTok chat message */
|
|
596
578
|
TIKTOK_FIRST_CHATTER = "tiktok-firstChatter",
|
|
597
579
|
/** TikTok user entrance */
|
|
@@ -863,8 +845,6 @@ export declare enum SystemVariables {
|
|
|
863
845
|
YOUTUBE_UPTIME = "youtube_uptime",
|
|
864
846
|
/** Facebook stream uptime. Use as {{facebook_uptime}}. */
|
|
865
847
|
FACEBOOK_UPTIME = "facebook_uptime",
|
|
866
|
-
/** Trovo stream uptime. Use as {{trovo_uptime}}. */
|
|
867
|
-
TROVO_UPTIME = "trovo_uptime",
|
|
868
848
|
/** Twitch live status (true/false). Use as {{twitch_live}}. */
|
|
869
849
|
TWITCH_LIVE = "twitch_live",
|
|
870
850
|
/** YouTube live status (true/false). Use as {{youtube_live}}. */
|
|
@@ -1271,36 +1251,6 @@ export declare enum SystemVariables {
|
|
|
1271
1251
|
KICK_TOTAL_GIFT_SUBSCRIPTION_COUNT = "kick_total_gift_subscription_count",
|
|
1272
1252
|
/** Get avatar by username. Use as {{kick_get_avatar}}. */
|
|
1273
1253
|
KICK_GET_AVATAR = "kick_get_avatar",
|
|
1274
|
-
/** Live status (true/false). Use as {{trovo_live}}. */
|
|
1275
|
-
TROVO_LIVE = "trovo_live",
|
|
1276
|
-
/** Session chat count. Use as {{trovo_session_chat_count}}. */
|
|
1277
|
-
TROVO_SESSION_CHAT_COUNT = "trovo_session_chat_count",
|
|
1278
|
-
/** Last follower. Use as {{trovo_last_follower}}. */
|
|
1279
|
-
TROVO_LAST_FOLLOWER = "trovo_last_follower",
|
|
1280
|
-
/** Current first chatter. Use as {{trovo_current_first_chatter}}. */
|
|
1281
|
-
TROVO_CURRENT_FIRST_CHATTER = "trovo_current_first_chatter",
|
|
1282
|
-
/** Current first chatter count. Use as {{trovo_current_first_chatter_count}}. */
|
|
1283
|
-
TROVO_CURRENT_FIRST_CHATTER_COUNT = "trovo_current_first_chatter_count",
|
|
1284
|
-
/** Previous first chatter. Use as {{trovo_previous_first_chatter}}. */
|
|
1285
|
-
TROVO_PREVIOUS_FIRST_CHATTER = "trovo_previous_first_chatter",
|
|
1286
|
-
/** Previous first chatter count. Use as {{trovo_previous_first_chatter_count}}. */
|
|
1287
|
-
TROVO_PREVIOUS_FIRST_CHATTER_COUNT = "trovo_previous_first_chatter_count",// keep exact value
|
|
1288
|
-
/** Last chatter. Use as {{trovo_last_chatter}}. */
|
|
1289
|
-
TROVO_LAST_CHATTER = "trovo_last_chatter",
|
|
1290
|
-
/** Last raid amount. Use as {{trovo_last_raid_amount}}. */
|
|
1291
|
-
TROVO_LAST_RAID_AMOUNT = "trovo_last_raid_amount",
|
|
1292
|
-
/** Last raider. Use as {{trovo_last_raider}}. */
|
|
1293
|
-
TROVO_LAST_RAIDER = "trovo_last_raider",
|
|
1294
|
-
/** Session follower count. Use as {{trovo_session_follower_count}}. */
|
|
1295
|
-
TROVO_SESSION_FOLLOWER_COUNT = "trovo_session_follower_count",
|
|
1296
|
-
/** Session subscribers count. Use as {{trovo_session_subscribers_count}}. */
|
|
1297
|
-
TROVO_SESSION_SUBSCRIBERS_COUNT = "trovo_session_subscribers_count",
|
|
1298
|
-
/** Session raiders list. Use as {{trovo_session_raiders}}. */
|
|
1299
|
-
TROVO_SESSION_RAIDERS = "trovo_session_raiders",
|
|
1300
|
-
/** Last subscriber. Use as {{trovo_last_subscriber}}. */
|
|
1301
|
-
TROVO_LAST_SUBSCRIBER = "trovo_last_subscriber",
|
|
1302
|
-
/** Session subscribers list. Use as {{trovo_session_subscribers}}. */
|
|
1303
|
-
TROVO_SESSION_SUBSCRIBERS = "trovo_session_subscribers",
|
|
1304
1254
|
/** Now playing song title. Use as {{spotify_now_playing_song}}. */
|
|
1305
1255
|
SPOTIFY_NOW_PLAYING_SONG = "spotify_now_playing_song",
|
|
1306
1256
|
/** Now playing artwork URL. Use as {{spotify_now_playing_image}}. */
|
package/dist/event.types.d.ts
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { LumiaActivityCommandTypes } from './activity.types';
|
|
2
2
|
export interface ILumiaSendPack {
|
|
3
3
|
type: LumiaActivityCommandTypes;
|
|
4
|
-
gamesGlowId?: string;
|
|
5
|
-
gamesGlowKey?: string;
|
|
6
4
|
params?: {
|
|
7
5
|
value: string | boolean | {
|
|
8
6
|
r: number;
|
|
@@ -137,7 +135,6 @@ export declare enum LumiaIntegrations {
|
|
|
137
135
|
TWITCH = "twitch",
|
|
138
136
|
YOUTUBE = "youtube",
|
|
139
137
|
FACEBOOK = "facebook",
|
|
140
|
-
TROVO = "trovo",
|
|
141
138
|
TIKTOK = "tiktok",
|
|
142
139
|
KICK = "kick",
|
|
143
140
|
STREAMLABS = "streamlabs",
|
|
@@ -166,8 +163,7 @@ export declare enum LumiaIntegrations {
|
|
|
166
163
|
FOURTHWALL = "fourthwall",
|
|
167
164
|
CROWDCONTROL = "crowdcontrol",
|
|
168
165
|
VTUBESTUDIO = "vtubestudio",
|
|
169
|
-
MELD = "meld"
|
|
170
|
-
GAMESGLOW = "gamesglow"
|
|
166
|
+
MELD = "meld"
|
|
171
167
|
}
|
|
172
168
|
export declare enum LumiaEventTypes {
|
|
173
169
|
STATES = "states",
|
|
@@ -176,11 +172,7 @@ export declare enum LumiaEventTypes {
|
|
|
176
172
|
TWITCH_POINTS = "twitch_point",
|
|
177
173
|
TWITCH_EXTENSIONS = "twitch_extension",
|
|
178
174
|
KICK_POINTS = "kick_point",
|
|
179
|
-
TROVO_SPELL = "trovo_spell",
|
|
180
175
|
PULSE = "pulse",
|
|
181
|
-
ALERTS = "alert"
|
|
182
|
-
GAMESGLOW_ALERT = "gamesglow_alert",
|
|
183
|
-
GAMESGLOW_COMMAND = "gamesglow_command",
|
|
184
|
-
GAMESGLOW_VIRTUALLIGHT = "gamesglow_virtuallight"
|
|
176
|
+
ALERTS = "alert"
|
|
185
177
|
}
|
|
186
178
|
export {};
|
package/dist/event.types.js
CHANGED
|
@@ -8,7 +8,6 @@ var LumiaIntegrations;
|
|
|
8
8
|
LumiaIntegrations["TWITCH"] = "twitch";
|
|
9
9
|
LumiaIntegrations["YOUTUBE"] = "youtube";
|
|
10
10
|
LumiaIntegrations["FACEBOOK"] = "facebook";
|
|
11
|
-
LumiaIntegrations["TROVO"] = "trovo";
|
|
12
11
|
LumiaIntegrations["TIKTOK"] = "tiktok";
|
|
13
12
|
LumiaIntegrations["KICK"] = "kick";
|
|
14
13
|
LumiaIntegrations["STREAMLABS"] = "streamlabs";
|
|
@@ -38,7 +37,6 @@ var LumiaIntegrations;
|
|
|
38
37
|
LumiaIntegrations["CROWDCONTROL"] = "crowdcontrol";
|
|
39
38
|
LumiaIntegrations["VTUBESTUDIO"] = "vtubestudio";
|
|
40
39
|
LumiaIntegrations["MELD"] = "meld";
|
|
41
|
-
LumiaIntegrations["GAMESGLOW"] = "gamesglow";
|
|
42
40
|
})(LumiaIntegrations || (exports.LumiaIntegrations = LumiaIntegrations = {}));
|
|
43
41
|
var LumiaEventTypes;
|
|
44
42
|
(function (LumiaEventTypes) {
|
|
@@ -48,10 +46,6 @@ var LumiaEventTypes;
|
|
|
48
46
|
LumiaEventTypes["TWITCH_POINTS"] = "twitch_point";
|
|
49
47
|
LumiaEventTypes["TWITCH_EXTENSIONS"] = "twitch_extension";
|
|
50
48
|
LumiaEventTypes["KICK_POINTS"] = "kick_point";
|
|
51
|
-
LumiaEventTypes["TROVO_SPELL"] = "trovo_spell";
|
|
52
49
|
LumiaEventTypes["PULSE"] = "pulse";
|
|
53
50
|
LumiaEventTypes["ALERTS"] = "alert";
|
|
54
|
-
LumiaEventTypes["GAMESGLOW_ALERT"] = "gamesglow_alert";
|
|
55
|
-
LumiaEventTypes["GAMESGLOW_COMMAND"] = "gamesglow_command";
|
|
56
|
-
LumiaEventTypes["GAMESGLOW_VIRTUALLIGHT"] = "gamesglow_virtuallight";
|
|
57
51
|
})(LumiaEventTypes || (exports.LumiaEventTypes = LumiaEventTypes = {}));
|
|
@@ -70,12 +70,8 @@ export declare const LumiaMapAlertTypeToEventListType: {
|
|
|
70
70
|
"tiltify-campaignDonation": LumiaEventListTypes;
|
|
71
71
|
"tipeeestream-donation": LumiaEventListTypes;
|
|
72
72
|
"treatstream-treat": LumiaEventListTypes;
|
|
73
|
-
"trovo-follower": LumiaEventListTypes;
|
|
74
|
-
"trovo-giftSubscription": LumiaEventListTypes;
|
|
75
|
-
"trovo-raid": LumiaEventListTypes;
|
|
76
|
-
"trovo-spell": LumiaEventListTypes;
|
|
77
|
-
"trovo-subscriber": LumiaEventListTypes;
|
|
78
73
|
"twitch-bits": LumiaEventListTypes;
|
|
74
|
+
"twitch-bitsCombo": LumiaEventListTypes;
|
|
79
75
|
"twitch-sessionBits": LumiaEventListTypes;
|
|
80
76
|
"twitch-powerups": LumiaEventListTypes;
|
|
81
77
|
"twitch-powerupsPoints": LumiaEventListTypes;
|
package/dist/eventlist.types.js
CHANGED
|
@@ -75,12 +75,8 @@ exports.LumiaMapAlertTypeToEventListType = {
|
|
|
75
75
|
[activity_types_1.LumiaAlertValues.TILTIFY_DONATION]: LumiaEventListTypes.DONATION,
|
|
76
76
|
[activity_types_1.LumiaAlertValues.TIPEEESTREAM_DONATION]: LumiaEventListTypes.DONATION,
|
|
77
77
|
[activity_types_1.LumiaAlertValues.TREATSTREAM_TREAT]: LumiaEventListTypes.PURCHASES,
|
|
78
|
-
[activity_types_1.LumiaAlertValues.TROVO_FOLLOWER]: LumiaEventListTypes.FOLLOWER,
|
|
79
|
-
[activity_types_1.LumiaAlertValues.TROVO_GIFT_SUBSCRIPTION]: LumiaEventListTypes.GIFTS,
|
|
80
|
-
[activity_types_1.LumiaAlertValues.TROVO_RAID]: LumiaEventListTypes.RAIDS,
|
|
81
|
-
[activity_types_1.LumiaAlertValues.TROVO_SPELL]: LumiaEventListTypes.SPELLS,
|
|
82
|
-
[activity_types_1.LumiaAlertValues.TROVO_SUBSCRIBER]: LumiaEventListTypes.SUBSCRIBERS,
|
|
83
78
|
[activity_types_1.LumiaAlertValues.TWITCH_BITS]: LumiaEventListTypes.BITS,
|
|
79
|
+
[activity_types_1.LumiaAlertValues.TWITCH_BITS_COMBO]: LumiaEventListTypes.BITS,
|
|
84
80
|
[activity_types_1.LumiaAlertValues.TWITCH_SESSION_BITS]: LumiaEventListTypes.BITS,
|
|
85
81
|
[activity_types_1.LumiaAlertValues.TWITCH_POWERUPS]: LumiaEventListTypes.BITS,
|
|
86
82
|
[activity_types_1.LumiaAlertValues.TWITCH_POWERUPS_POINTS]: LumiaEventListTypes.POINTS,
|
|
@@ -59,8 +59,6 @@ export declare enum SystemVariables {
|
|
|
59
59
|
YOUTUBE_UPTIME = "youtube_uptime",
|
|
60
60
|
/** Facebook stream uptime. Use as {{facebook_uptime}}. */
|
|
61
61
|
FACEBOOK_UPTIME = "facebook_uptime",
|
|
62
|
-
/** Trovo stream uptime. Use as {{trovo_uptime}}. */
|
|
63
|
-
TROVO_UPTIME = "trovo_uptime",
|
|
64
62
|
/** Twitch live status (true/false). Use as {{twitch_live}}. */
|
|
65
63
|
TWITCH_LIVE = "twitch_live",
|
|
66
64
|
/** YouTube live status (true/false). Use as {{youtube_live}}. */
|
|
@@ -467,36 +465,6 @@ export declare enum SystemVariables {
|
|
|
467
465
|
KICK_TOTAL_GIFT_SUBSCRIPTION_COUNT = "kick_total_gift_subscription_count",
|
|
468
466
|
/** Get avatar by username. Use as {{kick_get_avatar}}. */
|
|
469
467
|
KICK_GET_AVATAR = "kick_get_avatar",
|
|
470
|
-
/** Live status (true/false). Use as {{trovo_live}}. */
|
|
471
|
-
TROVO_LIVE = "trovo_live",
|
|
472
|
-
/** Session chat count. Use as {{trovo_session_chat_count}}. */
|
|
473
|
-
TROVO_SESSION_CHAT_COUNT = "trovo_session_chat_count",
|
|
474
|
-
/** Last follower. Use as {{trovo_last_follower}}. */
|
|
475
|
-
TROVO_LAST_FOLLOWER = "trovo_last_follower",
|
|
476
|
-
/** Current first chatter. Use as {{trovo_current_first_chatter}}. */
|
|
477
|
-
TROVO_CURRENT_FIRST_CHATTER = "trovo_current_first_chatter",
|
|
478
|
-
/** Current first chatter count. Use as {{trovo_current_first_chatter_count}}. */
|
|
479
|
-
TROVO_CURRENT_FIRST_CHATTER_COUNT = "trovo_current_first_chatter_count",
|
|
480
|
-
/** Previous first chatter. Use as {{trovo_previous_first_chatter}}. */
|
|
481
|
-
TROVO_PREVIOUS_FIRST_CHATTER = "trovo_previous_first_chatter",
|
|
482
|
-
/** Previous first chatter count. Use as {{trovo_previous_first_chatter_count}}. */
|
|
483
|
-
TROVO_PREVIOUS_FIRST_CHATTER_COUNT = "trovo_previous_first_chatter_count",// keep exact value
|
|
484
|
-
/** Last chatter. Use as {{trovo_last_chatter}}. */
|
|
485
|
-
TROVO_LAST_CHATTER = "trovo_last_chatter",
|
|
486
|
-
/** Last raid amount. Use as {{trovo_last_raid_amount}}. */
|
|
487
|
-
TROVO_LAST_RAID_AMOUNT = "trovo_last_raid_amount",
|
|
488
|
-
/** Last raider. Use as {{trovo_last_raider}}. */
|
|
489
|
-
TROVO_LAST_RAIDER = "trovo_last_raider",
|
|
490
|
-
/** Session follower count. Use as {{trovo_session_follower_count}}. */
|
|
491
|
-
TROVO_SESSION_FOLLOWER_COUNT = "trovo_session_follower_count",
|
|
492
|
-
/** Session subscribers count. Use as {{trovo_session_subscribers_count}}. */
|
|
493
|
-
TROVO_SESSION_SUBSCRIBERS_COUNT = "trovo_session_subscribers_count",
|
|
494
|
-
/** Session raiders list. Use as {{trovo_session_raiders}}. */
|
|
495
|
-
TROVO_SESSION_RAIDERS = "trovo_session_raiders",
|
|
496
|
-
/** Last subscriber. Use as {{trovo_last_subscriber}}. */
|
|
497
|
-
TROVO_LAST_SUBSCRIBER = "trovo_last_subscriber",
|
|
498
|
-
/** Session subscribers list. Use as {{trovo_session_subscribers}}. */
|
|
499
|
-
TROVO_SESSION_SUBSCRIBERS = "trovo_session_subscribers",
|
|
500
468
|
/** Now playing song title. Use as {{spotify_now_playing_song}}. */
|
|
501
469
|
SPOTIFY_NOW_PLAYING_SONG = "spotify_now_playing_song",
|
|
502
470
|
/** Now playing artwork URL. Use as {{spotify_now_playing_image}}. */
|
|
@@ -668,7 +636,6 @@ export declare const AllVariables: {
|
|
|
668
636
|
chatbotCommand: string[];
|
|
669
637
|
twitchPoints: string[];
|
|
670
638
|
kickPoints: string[];
|
|
671
|
-
trovoSpells: string[];
|
|
672
639
|
twitchExtensions: string[];
|
|
673
640
|
fileWatcher: string[];
|
|
674
641
|
chatmatch: string[];
|
|
@@ -894,20 +861,6 @@ export declare const AllVariables: {
|
|
|
894
861
|
treat: string[];
|
|
895
862
|
};
|
|
896
863
|
};
|
|
897
|
-
trovo: {
|
|
898
|
-
variables: string[];
|
|
899
|
-
alerts: {
|
|
900
|
-
streamLive: never[];
|
|
901
|
-
streamOffline: never[];
|
|
902
|
-
firstChatter: string[];
|
|
903
|
-
entrance: string[];
|
|
904
|
-
channelJoin: string[];
|
|
905
|
-
follower: string[];
|
|
906
|
-
subscriber: string[];
|
|
907
|
-
subscriptionGift: string[];
|
|
908
|
-
raid: string[];
|
|
909
|
-
};
|
|
910
|
-
};
|
|
911
864
|
twitch: {
|
|
912
865
|
variables: string[];
|
|
913
866
|
alerts: {
|
|
@@ -922,6 +875,7 @@ export declare const AllVariables: {
|
|
|
922
875
|
giftSubscription: string[];
|
|
923
876
|
sessionGiftSubscriptions: string[];
|
|
924
877
|
bits: string[];
|
|
878
|
+
bitsCombo: string[];
|
|
925
879
|
sessionBits: string[];
|
|
926
880
|
raid: string[];
|
|
927
881
|
raidOut: string[];
|
package/dist/variables.types.js
CHANGED
|
@@ -69,8 +69,6 @@ var SystemVariables;
|
|
|
69
69
|
SystemVariables["YOUTUBE_UPTIME"] = "youtube_uptime";
|
|
70
70
|
/** Facebook stream uptime. Use as {{facebook_uptime}}. */
|
|
71
71
|
SystemVariables["FACEBOOK_UPTIME"] = "facebook_uptime";
|
|
72
|
-
/** Trovo stream uptime. Use as {{trovo_uptime}}. */
|
|
73
|
-
SystemVariables["TROVO_UPTIME"] = "trovo_uptime";
|
|
74
72
|
/** Twitch live status (true/false). Use as {{twitch_live}}. */
|
|
75
73
|
SystemVariables["TWITCH_LIVE"] = "twitch_live";
|
|
76
74
|
/** YouTube live status (true/false). Use as {{youtube_live}}. */
|
|
@@ -484,37 +482,6 @@ var SystemVariables;
|
|
|
484
482
|
SystemVariables["KICK_TOTAL_GIFT_SUBSCRIPTION_COUNT"] = "kick_total_gift_subscription_count";
|
|
485
483
|
/** Get avatar by username. Use as {{kick_get_avatar}}. */
|
|
486
484
|
SystemVariables["KICK_GET_AVATAR"] = "kick_get_avatar";
|
|
487
|
-
// ─────────────────────────────────── Trovo ────────────────────────────────────
|
|
488
|
-
/** Live status (true/false). Use as {{trovo_live}}. */
|
|
489
|
-
SystemVariables["TROVO_LIVE"] = "trovo_live";
|
|
490
|
-
/** Session chat count. Use as {{trovo_session_chat_count}}. */
|
|
491
|
-
SystemVariables["TROVO_SESSION_CHAT_COUNT"] = "trovo_session_chat_count";
|
|
492
|
-
/** Last follower. Use as {{trovo_last_follower}}. */
|
|
493
|
-
SystemVariables["TROVO_LAST_FOLLOWER"] = "trovo_last_follower";
|
|
494
|
-
/** Current first chatter. Use as {{trovo_current_first_chatter}}. */
|
|
495
|
-
SystemVariables["TROVO_CURRENT_FIRST_CHATTER"] = "trovo_current_first_chatter";
|
|
496
|
-
/** Current first chatter count. Use as {{trovo_current_first_chatter_count}}. */
|
|
497
|
-
SystemVariables["TROVO_CURRENT_FIRST_CHATTER_COUNT"] = "trovo_current_first_chatter_count";
|
|
498
|
-
/** Previous first chatter. Use as {{trovo_previous_first_chatter}}. */
|
|
499
|
-
SystemVariables["TROVO_PREVIOUS_FIRST_CHATTER"] = "trovo_previous_first_chatter";
|
|
500
|
-
/** Previous first chatter count. Use as {{trovo_previous_first_chatter_count}}. */
|
|
501
|
-
SystemVariables["TROVO_PREVIOUS_FIRST_CHATTER_COUNT"] = "trovo_previous_first_chatter_count";
|
|
502
|
-
/** Last chatter. Use as {{trovo_last_chatter}}. */
|
|
503
|
-
SystemVariables["TROVO_LAST_CHATTER"] = "trovo_last_chatter";
|
|
504
|
-
/** Last raid amount. Use as {{trovo_last_raid_amount}}. */
|
|
505
|
-
SystemVariables["TROVO_LAST_RAID_AMOUNT"] = "trovo_last_raid_amount";
|
|
506
|
-
/** Last raider. Use as {{trovo_last_raider}}. */
|
|
507
|
-
SystemVariables["TROVO_LAST_RAIDER"] = "trovo_last_raider";
|
|
508
|
-
/** Session follower count. Use as {{trovo_session_follower_count}}. */
|
|
509
|
-
SystemVariables["TROVO_SESSION_FOLLOWER_COUNT"] = "trovo_session_follower_count";
|
|
510
|
-
/** Session subscribers count. Use as {{trovo_session_subscribers_count}}. */
|
|
511
|
-
SystemVariables["TROVO_SESSION_SUBSCRIBERS_COUNT"] = "trovo_session_subscribers_count";
|
|
512
|
-
/** Session raiders list. Use as {{trovo_session_raiders}}. */
|
|
513
|
-
SystemVariables["TROVO_SESSION_RAIDERS"] = "trovo_session_raiders";
|
|
514
|
-
/** Last subscriber. Use as {{trovo_last_subscriber}}. */
|
|
515
|
-
SystemVariables["TROVO_LAST_SUBSCRIBER"] = "trovo_last_subscriber";
|
|
516
|
-
/** Session subscribers list. Use as {{trovo_session_subscribers}}. */
|
|
517
|
-
SystemVariables["TROVO_SESSION_SUBSCRIBERS"] = "trovo_session_subscribers";
|
|
518
485
|
// ─────────────────────────────────── Spotify ───────────────────────────────────
|
|
519
486
|
/** Now playing song title. Use as {{spotify_now_playing_song}}. */
|
|
520
487
|
SystemVariables["SPOTIFY_NOW_PLAYING_SONG"] = "spotify_now_playing_song";
|
|
@@ -971,20 +938,6 @@ exports.AllVariables = {
|
|
|
971
938
|
'title',
|
|
972
939
|
'timestamp',
|
|
973
940
|
],
|
|
974
|
-
trovoSpells: [
|
|
975
|
-
'username',
|
|
976
|
-
'displayname',
|
|
977
|
-
'spell',
|
|
978
|
-
'spell_quantity',
|
|
979
|
-
'spell_type',
|
|
980
|
-
'spell_value',
|
|
981
|
-
'spell_combined_value',
|
|
982
|
-
'spell_mana_value',
|
|
983
|
-
'spell_mana_combined_value',
|
|
984
|
-
'spell_elixir_value',
|
|
985
|
-
'spell_elixir_combined_value',
|
|
986
|
-
'timestamp',
|
|
987
|
-
],
|
|
988
941
|
twitchExtensions: [
|
|
989
942
|
'username',
|
|
990
943
|
'displayname',
|
|
@@ -1645,54 +1598,6 @@ exports.AllVariables = {
|
|
|
1645
1598
|
treat: ['username', 'treat'],
|
|
1646
1599
|
},
|
|
1647
1600
|
},
|
|
1648
|
-
trovo: {
|
|
1649
|
-
variables: [
|
|
1650
|
-
'trovo_uptime',
|
|
1651
|
-
'trovo_live',
|
|
1652
|
-
'trovo_session_chat_count',
|
|
1653
|
-
'trovo_last_follower',
|
|
1654
|
-
'trovo_current_first_chatter',
|
|
1655
|
-
'trovo_current_first_chatter_count',
|
|
1656
|
-
'trovo_previous_first_chatter',
|
|
1657
|
-
'trovo_previous_first_chatter_count',
|
|
1658
|
-
'trovo_last_chatter',
|
|
1659
|
-
'trovo_last_raider',
|
|
1660
|
-
'trovo_last_raid_amount',
|
|
1661
|
-
'trovo_session_follower_count',
|
|
1662
|
-
'trovo_session_subscribers_count',
|
|
1663
|
-
'trovo_session_raiders',
|
|
1664
|
-
'trovo_last_subscriber',
|
|
1665
|
-
'trovo_session_subscribers',
|
|
1666
|
-
],
|
|
1667
|
-
alerts: {
|
|
1668
|
-
streamLive: [],
|
|
1669
|
-
streamOffline: [],
|
|
1670
|
-
firstChatter: ['username', 'displayname', 'avatar', 'first_count', 'message'],
|
|
1671
|
-
entrance: ['username', 'displayname', 'avatar', 'message'],
|
|
1672
|
-
channelJoin: ['username', 'displayname', 'sub_tier', 'sub_level', 'avatar', 'roles', 'medals'],
|
|
1673
|
-
follower: ['username'],
|
|
1674
|
-
subscriber: ['username', 'displayname', 'sub_tier', 'sub_level', 'avatar', 'roles', 'medals'],
|
|
1675
|
-
subscriptionGift: [
|
|
1676
|
-
'username',
|
|
1677
|
-
'displayname',
|
|
1678
|
-
'avatar',
|
|
1679
|
-
'tier',
|
|
1680
|
-
'giftAmount',
|
|
1681
|
-
'recipients',
|
|
1682
|
-
'recipientsRaw',
|
|
1683
|
-
'gifter',
|
|
1684
|
-
'totalGifts',
|
|
1685
|
-
'subMonths',
|
|
1686
|
-
'streakMonths',
|
|
1687
|
-
'message',
|
|
1688
|
-
'subPlan',
|
|
1689
|
-
'subPlanName',
|
|
1690
|
-
'roles',
|
|
1691
|
-
'medals',
|
|
1692
|
-
],
|
|
1693
|
-
raid: ['username', 'viewers', 'displayname', 'viewers', 'sub_tier', 'sub_level', 'avatar', 'roles', 'medals'],
|
|
1694
|
-
},
|
|
1695
|
-
},
|
|
1696
1601
|
twitch: {
|
|
1697
1602
|
variables: [
|
|
1698
1603
|
'twitch_uptime',
|
|
@@ -1758,6 +1663,7 @@ exports.AllVariables = {
|
|
|
1758
1663
|
giftSubscription: ['username', 'avatar', 'tier', 'giftAmount', 'recipients', 'recipientsRaw', 'gifter', 'totalGifts', 'subMonths', 'streakMonths', 'message', 'subPlan', 'subPlanName'],
|
|
1759
1664
|
sessionGiftSubscriptions: ['total', 'previousTotal'],
|
|
1760
1665
|
bits: ['username', 'avatar', 'amount', 'message', 'rawMessage', 'full_message'],
|
|
1666
|
+
bitsCombo: ['username', 'avatar', 'amount', 'bitsType', 'message', 'rawMessage', 'full_message'],
|
|
1761
1667
|
sessionBits: ['total', 'previousTotal'],
|
|
1762
1668
|
raid: ['username', 'avatar', 'viewers'],
|
|
1763
1669
|
raidOut: ['username', 'avatar', 'viewers'],
|