@lumiastream/lumia-types 2.1.17 → 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/activity.types.d.ts +224 -16
- package/dist/activity.types.js +238 -14
- package/dist/alert.types.d.ts +1 -0
- package/dist/alert.types.js +354 -7
- package/dist/eventlist.types.d.ts +9 -2
- package/dist/eventlist.types.js +9 -2
- package/dist/helpers.js +1 -0
- package/dist/variables.types.d.ts +325 -8
- package/dist/variables.types.js +344 -7
- package/package.json +1 -1
package/dist/activity.types.d.ts
CHANGED
|
@@ -118,189 +118,390 @@ export declare enum LumiaExternalActivityCommandTypes {
|
|
|
118
118
|
CHATBOT_MESSAGE = "chatbot-messsage",
|
|
119
119
|
TTS = "tts"
|
|
120
120
|
}
|
|
121
|
+
/**
|
|
122
|
+
* Comprehensive enum of all Lumia alert types.
|
|
123
|
+
* Used to identify specific events in AlertEvent.alert field.
|
|
124
|
+
*/
|
|
121
125
|
export declare enum LumiaAlertValues {
|
|
126
|
+
/** Lumia Stream donation received */
|
|
122
127
|
LUMIASTREAM_DONATION = "lumiastream-donation",
|
|
128
|
+
/** Lumia application opened */
|
|
123
129
|
LUMIASTREAM_LUMIA_OPENED = "lumiastream-lumiaOpened",
|
|
130
|
+
/** Lumia application closed */
|
|
124
131
|
LUMIASTREAM_LUMIA_CLOSED = "lumiastream-lumiaClosed",
|
|
132
|
+
/** Stream mode activated */
|
|
125
133
|
LUMIASTREAM_STREAMMODE_ON = "lumiastream-streammodeOn",
|
|
134
|
+
/** Stream mode deactivated */
|
|
126
135
|
LUMIASTREAM_STREAMMODE_OFF = "lumiastream-streammodeOff",
|
|
136
|
+
/** Raffle started */
|
|
127
137
|
LUMIASTREAM_RAFFLE_START = "lumiastream-raffleStart",
|
|
138
|
+
/** Raffle stopped */
|
|
128
139
|
LUMIASTREAM_RAFFLE_STOP = "lumiastream-raffleStop",
|
|
140
|
+
/** Raffle winner selected */
|
|
129
141
|
LUMIASTREAM_RAFFLE_WINNER = "lumiastream-raffleWinner",
|
|
142
|
+
/** Spin wheel winner selected */
|
|
130
143
|
LUMIASTREAM_SPINWHEEL_WINNER = "lumiastream-spinwheelWinner",
|
|
144
|
+
/** Poll started */
|
|
131
145
|
LUMIASTREAM_POLL_STARTED = "lumiastream-pollStarted",
|
|
146
|
+
/** Poll progress update */
|
|
132
147
|
LUMIASTREAM_POLL_PROGRESSED = "lumiastream-pollProgressed",
|
|
148
|
+
/** Poll ended */
|
|
133
149
|
LUMIASTREAM_POLL_ENDED = "lumiastream-pollEnded",
|
|
150
|
+
/** Viewer queue started */
|
|
134
151
|
LUMIASTREAM_VIEWERQUEUE_STARTED = "lumiastream-viewerqueueStarted",
|
|
152
|
+
/** Viewer queue ended */
|
|
135
153
|
LUMIASTREAM_VIEWERQUEUE_ENDED = "lumiastream-viewerqueueEnded",
|
|
154
|
+
/** Roulette winner selected */
|
|
136
155
|
LUMIASTREAM_ROULETTE_WINNER = "lumiastream-rouletteWinner",
|
|
156
|
+
/** Slots winner */
|
|
137
157
|
LUMIASTREAM_SLOTS_WINNER = "lumiastream-slotsWinner",
|
|
158
|
+
/** Twitch extension interaction */
|
|
138
159
|
TWITCH_EXTENSION = "twitch-extension",
|
|
160
|
+
/** Twitch channel points redemption */
|
|
139
161
|
TWITCH_POINTS = "twitch-points",
|
|
162
|
+
/** Twitch stream went live */
|
|
140
163
|
TWITCH_STREAM_LIVE = "twitch-streamLive",
|
|
164
|
+
/** Twitch stream went offline */
|
|
141
165
|
TWITCH_STREAM_OFFLINE = "twitch-streamOffline",
|
|
166
|
+
/** First chat message in stream */
|
|
142
167
|
TWITCH_FIRST_CHATTER = "twitch-firstChatter",
|
|
168
|
+
/** User entered the stream */
|
|
143
169
|
TWITCH_ENTRANCE = "twitch-entrance",
|
|
170
|
+
/** New follower */
|
|
144
171
|
TWITCH_FOLLOWER = "twitch-follower",
|
|
172
|
+
/** Total Session followers count */
|
|
173
|
+
TWITCH_SESSION_FOLLOWERS = "twitch-sessionFollowers",
|
|
174
|
+
/** New subscription */
|
|
145
175
|
TWITCH_SUBSCRIBER = "twitch-subscriber",
|
|
176
|
+
/** Total Session subs count */
|
|
177
|
+
TWITCH_SESSION_SUBS = "twitch-sessionSubs",
|
|
178
|
+
/** Gift subscription given */
|
|
146
179
|
TWITCH_GIFT_SUBSCRIPTION = "twitch-giftSubscription",
|
|
180
|
+
/** Total Session gifts count */
|
|
181
|
+
TWITCH_SESSION_GIFTS = "twitch-sessionGifts",
|
|
182
|
+
/** Incoming raid */
|
|
147
183
|
TWITCH_RAID = "twitch-raid",
|
|
184
|
+
/** Outgoing raid */
|
|
148
185
|
TWITCH_RAID_OUT = "twitch-raidOut",
|
|
186
|
+
/** Bits cheered */
|
|
149
187
|
TWITCH_BITS = "twitch-bits",
|
|
188
|
+
/** Total Session bits count */
|
|
189
|
+
TWITCH_SESSION_BITS = "twitch-sessionBits",
|
|
190
|
+
/** Channel points redemption */
|
|
150
191
|
TWITCH_REDEMPTION = "twitch-redemption",
|
|
192
|
+
/** Hype train started */
|
|
151
193
|
TWITCH_HYPETRAIN_STARTED = "twitch-hypetrainStarted",
|
|
194
|
+
/** Hype train progress */
|
|
152
195
|
TWITCH_HYPETRAIN_PROGRESSED = "twitch-hypetrainProgressed",
|
|
196
|
+
/** Hype train level increased */
|
|
153
197
|
TWITCH_HYPETRAIN_LEVEL_PROGRESSED = "twitch-hypetrainLevelProgressed",
|
|
198
|
+
/** Hype train ended */
|
|
154
199
|
TWITCH_HYPETRAIN_ENDED = "twitch-hypetrainEnded",
|
|
200
|
+
/** Poll started */
|
|
155
201
|
TWITCH_POLL_STARTED = "twitch-pollStarted",
|
|
202
|
+
/** Poll progress update */
|
|
156
203
|
TWITCH_POLL_PROGRESSED = "twitch-pollProgressed",
|
|
204
|
+
/** Poll ended */
|
|
157
205
|
TWITCH_POLL_ENDED = "twitch-pollEnded",
|
|
206
|
+
/** Prediction started */
|
|
158
207
|
TWITCH_PREDICTION_STARTED = "twitch-predictionStarted",
|
|
208
|
+
/** Prediction progress update */
|
|
159
209
|
TWITCH_PREDICTION_PROGRESSED = "twitch-predictionProgressed",
|
|
210
|
+
/** Prediction locked */
|
|
160
211
|
TWITCH_PREDICTION_LOCKED = "twitch-predictionLocked",
|
|
212
|
+
/** Prediction ended */
|
|
161
213
|
TWITCH_PREDICTION_ENDED = "twitch-predictionEnded",
|
|
214
|
+
/** Goal started */
|
|
162
215
|
TWITCH_GOAL_STARTED = "twitch-goalStarted",
|
|
216
|
+
/** Goal progress update */
|
|
163
217
|
TWITCH_GOAL_PROGRESSED = "twitch-goalProgressed",
|
|
218
|
+
/** Goal completed */
|
|
164
219
|
TWITCH_GOAL_ENDED = "twitch-goalEnded",
|
|
220
|
+
/** Charity donation */
|
|
165
221
|
TWITCH_CHARITY_DONATION = "twitch-charityDonation",
|
|
222
|
+
/** Charity campaign started */
|
|
166
223
|
TWITCH_CHARITY_CAMPAIGN_STARTED = "twitch-charityCampaignStarted",
|
|
224
|
+
/** Charity campaign progress */
|
|
167
225
|
TWITCH_CHARITY_CAMPAIGN_PROGRESSED = "twitch-charityCampaignProgressed",
|
|
226
|
+
/** Charity campaign stopped */
|
|
168
227
|
TWITCH_CHARITY_CAMPAIGN_STOPPED = "twitch-charityCampaignStopped",
|
|
228
|
+
/** Stream category changed */
|
|
169
229
|
TWITCH_CATEGORY = "twitch-categoryChanged",
|
|
230
|
+
/** Clip created */
|
|
170
231
|
TWITCH_CLIP = "twitch-clip",
|
|
232
|
+
/** User joined channel */
|
|
171
233
|
TWITCH_CHANNEL_JOIN = "twitch-channelJoin",
|
|
234
|
+
/** User left channel */
|
|
172
235
|
TWITCH_CHANNEL_LEAVE = "twitch-channelLeave",
|
|
236
|
+
/** User banned */
|
|
173
237
|
TWITCH_BANNED = "twitch-banned",
|
|
238
|
+
/** User timed out */
|
|
174
239
|
TWITCH_TIMEOUT = "twitch-timeout",
|
|
240
|
+
/** User timeout expired */
|
|
175
241
|
TWITCH_TIMEOUT_OVER = "twitch-timeoutOver",
|
|
242
|
+
/** Shoutout received */
|
|
176
243
|
TWITCH_SHOUTOUT_RECEIVE = "twitch-shoutoutReceive",
|
|
244
|
+
/** Ad break started */
|
|
177
245
|
TWITCH_AD_STARTED = "twitch-adStarted",
|
|
246
|
+
/** Ad break ended */
|
|
178
247
|
TWITCH_AD_STOPPED = "twitch-adStopped",
|
|
248
|
+
/** Power-ups used */
|
|
179
249
|
TWITCH_POWERUPS = "twitch-powerups",
|
|
250
|
+
/** Power-up points earned */
|
|
180
251
|
TWITCH_POWERUPS_POINTS = "twitch-powerups-points",
|
|
252
|
+
/** YouTube stream went live */
|
|
181
253
|
YOUTUBE_STREAM_LIVE = "youtube-streamLive",
|
|
254
|
+
/** YouTube stream went offline */
|
|
182
255
|
YOUTUBE_STREAM_OFFLINE = "youtube-streamOffline",
|
|
256
|
+
/** First YouTube chat message */
|
|
183
257
|
YOUTUBE_FIRST_CHATTER = "youtube-firstChatter",
|
|
258
|
+
/** YouTube user entrance */
|
|
184
259
|
YOUTUBE_ENTRANCE = "youtube-entrance",
|
|
260
|
+
/** YouTube channel membership */
|
|
185
261
|
YOUTUBE_MEMBER = "youtube-member",
|
|
262
|
+
/** YouTube new subscriber */
|
|
186
263
|
YOUTUBE_SUBSCRIBER = "youtube-subscriber",
|
|
264
|
+
/** YouTube Super Chat */
|
|
187
265
|
YOUTUBE_SUPERCHAT = "youtube-superchat",
|
|
266
|
+
/** YouTube Super Sticker */
|
|
188
267
|
YOUTUBE_SUPERSTICKER = "youtube-supersticker",
|
|
268
|
+
/** YouTube total likes */
|
|
189
269
|
YOUTUBE_LIKE = "youtube-like",
|
|
270
|
+
/** YouTube total views */
|
|
190
271
|
YOUTUBE_VIEWERS = "youtube-viewers",
|
|
272
|
+
/** Facebook stream went live */
|
|
191
273
|
FACEBOOK_STREAM_LIVE = "facebook-streamLive",
|
|
274
|
+
/** Facebook stream went offline */
|
|
192
275
|
FACEBOOK_STREAM_OFFLINE = "facebook-streamOffline",
|
|
276
|
+
/** First Facebook chat message */
|
|
193
277
|
FACEBOOK_FIRST_CHATTER = "facebook-firstChatter",
|
|
278
|
+
/** Facebook user entrance */
|
|
194
279
|
FACEBOOK_ENTRANCE = "facebook-entrance",
|
|
280
|
+
/** Facebook new follower */
|
|
195
281
|
FACEBOOK_FOLLOWER = "facebook-follower",
|
|
282
|
+
/** Facebook reaction */
|
|
196
283
|
FACEBOOK_REACTION = "facebook-reaction",
|
|
284
|
+
/** Facebook stars received */
|
|
197
285
|
FACEBOOK_STAR = "facebook-star",
|
|
286
|
+
/** Facebook support */
|
|
198
287
|
FACEBOOK_SUPPORT = "facebook-support",
|
|
288
|
+
/** Facebook gift subscription */
|
|
199
289
|
FACEBOOK_GIFT_SUBSCRIPTION = "facebook-subscriptionGift",
|
|
290
|
+
/** Facebook share */
|
|
200
291
|
FACEBOOK_SHARE = "facebook-share",
|
|
292
|
+
/** Facebook fan */
|
|
201
293
|
FACEBOOK_FAN = "facebook-fan",
|
|
294
|
+
/** Trovo stream went live */
|
|
202
295
|
TROVO_STREAM_LIVE = "trovo-streamLive",
|
|
296
|
+
/** Trovo stream went offline */
|
|
203
297
|
TROVO_STREAM_OFFLINE = "trovo-streamOffline",
|
|
298
|
+
/** First Trovo chat message */
|
|
204
299
|
TROVO_FIRST_CHATTER = "trovo-firstChatter",
|
|
300
|
+
/** Trovo user entrance */
|
|
205
301
|
TROVO_ENTRANCE = "trovo-entrance",
|
|
302
|
+
/** Trovo channel join */
|
|
206
303
|
TROVO_CHANNEL_JOIN = "trovo-channelJoin",
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
304
|
+
/** Trovo subscriber (potential, needs testing) */
|
|
305
|
+
TROVO_SUBSCRIBER = "trovo-subscriber",
|
|
306
|
+
/** Trovo follower (potential, needs testing) */
|
|
307
|
+
TROVO_FOLLOWER = "trovo-follower",
|
|
308
|
+
/** Trovo spell cast (potential, needs testing) */
|
|
309
|
+
TROVO_SPELL = "trovo-spell",
|
|
310
|
+
/** Trovo gift subscription */
|
|
210
311
|
TROVO_GIFT_SUBSCRIPTION = "trovo-giftSubscription",
|
|
312
|
+
/** Trovo raid */
|
|
211
313
|
TROVO_RAID = "trovo-raid",
|
|
314
|
+
/** First TikTok chat message */
|
|
212
315
|
TIKTOK_FIRST_CHATTER = "tiktok-firstChatter",
|
|
316
|
+
/** TikTok user entrance */
|
|
213
317
|
TIKTOK_ENTRANCE = "tiktok-entrance",
|
|
318
|
+
/** TikTok new follower */
|
|
214
319
|
TIKTOK_FOLLOWER = "tiktok-follower",
|
|
320
|
+
/** TikTok like received */
|
|
215
321
|
TIKTOK_LIKE = "tiktok-like",
|
|
322
|
+
/** TikTok total likes */
|
|
216
323
|
TIKTOK_TOTAL_LIKES = "tiktok-totalLikes",
|
|
324
|
+
/** TikTok gift received */
|
|
217
325
|
TIKTOK_GIFT = "tiktok-gift",
|
|
326
|
+
/** TikTok new subscriber */
|
|
218
327
|
TIKTOK_SUBSCRIBER = "tiktok-subscriber",
|
|
328
|
+
/** TikTok share */
|
|
219
329
|
TIKTOK_SHARE = "tiktok-share",
|
|
330
|
+
/** TikTok stream ended */
|
|
220
331
|
TIKTOK_STREAM_END = "tiktok-streamEnd",
|
|
332
|
+
/** New TikTok video posted */
|
|
221
333
|
TIKTOK_NEW_VIDEO = "tiktok-newVideo",
|
|
334
|
+
/** Kick points earned */
|
|
222
335
|
KICK_POINTS = "kick-points",
|
|
336
|
+
/** First Kick chat message */
|
|
223
337
|
KICK_FIRST_CHATTER = "kick-firstChatter",
|
|
338
|
+
/** Kick user entrance */
|
|
224
339
|
KICK_ENTRANCE = "kick-entrance",
|
|
340
|
+
/** Kick new follower */
|
|
225
341
|
KICK_FOLLOWER = "kick-follower",
|
|
342
|
+
/** Total Session followers count */
|
|
343
|
+
KICK_SESSION_FOLLOWERS = "kick-sessionFollowers",
|
|
344
|
+
/** Kick new subscriber */
|
|
226
345
|
KICK_SUBSCRIBER = "kick-subscriber",
|
|
346
|
+
/** Total Session subs count */
|
|
347
|
+
KICK_SESSION_SUBS = "kick-sessionSubs",
|
|
348
|
+
/** Kick gift subscription */
|
|
227
349
|
KICK_GIFT_SUBSCRIPTION = "kick-subscriptionGift",
|
|
350
|
+
/** Total Session gifts count */
|
|
351
|
+
KICK_SESSION_GIFTS = "kick-sessionGifts",
|
|
352
|
+
/** Kick host */
|
|
228
353
|
KICK_HOST = "kick-host",
|
|
354
|
+
/** Kick user banned */
|
|
229
355
|
KICK_BANNED = "kick-banned",
|
|
356
|
+
/** Kick user unbanned */
|
|
230
357
|
KICK_UNBANNED = "kick-unbanned",
|
|
358
|
+
/** First Discord message */
|
|
231
359
|
DISCORD_FIRST_CHATTER = "discord-firstChatter",
|
|
360
|
+
/** Discord user entrance */
|
|
232
361
|
DISCORD_ENTRANCE = "discord-entrance",
|
|
362
|
+
/** Streamlabs donation */
|
|
233
363
|
STREAMLABS_DONATION = "streamlabs-donation",
|
|
364
|
+
/** Streamlabs charity donation */
|
|
234
365
|
STREAMLABS_CHARITY = "streamlabs-charity",
|
|
366
|
+
/** Streamlabs merchandise purchase */
|
|
235
367
|
STREAMLABS_MERCH = "streamlabs-merch",
|
|
368
|
+
/** Streamlabs redemption */
|
|
236
369
|
STREAMLABS_REDEMPTION = "streamlabs-redemption",
|
|
370
|
+
/** Streamlabs Prime gift */
|
|
237
371
|
STREAMLABS_PRIMEGIFT = "streamlabs-primegift",
|
|
372
|
+
/** StreamElements donation */
|
|
238
373
|
STREAMELEMENTS_DONATION = "streamelements-donation",
|
|
374
|
+
/** Extra Life donation */
|
|
239
375
|
EXTRALIFE_DONATION = "extralife-donation",
|
|
376
|
+
/** DonorDrive donation */
|
|
240
377
|
DONORDRIVE_DONATION = "donordrive-donation",
|
|
378
|
+
/** Tiltify campaign donation */
|
|
241
379
|
TILTIFY_DONATION = "tiltify-campaignDonation",
|
|
380
|
+
/** TipeeeStream donation */
|
|
242
381
|
TIPEEESTREAM_DONATION = "tipeeestream-donation",
|
|
382
|
+
/** TreatStream treat */
|
|
243
383
|
TREATSTREAM_TREAT = "treatstream-treat",
|
|
384
|
+
/** Patreon pledge */
|
|
244
385
|
PATREON_PLEDGE = "patreon-campaignPledge",
|
|
386
|
+
/** Ko-fi donation */
|
|
387
|
+
KOFI_DONATION = "kofi-donation",
|
|
388
|
+
/** Ko-fi subscription */
|
|
389
|
+
KOFI_SUBSCRIPTION = "kofi-subscription",
|
|
390
|
+
/** Ko-fi commission */
|
|
391
|
+
KOFI_COMMISSION = "kofi-commission",
|
|
392
|
+
/** Ko-fi shop order */
|
|
393
|
+
KOFI_SHOPORDER = "kofi-shopOrder",
|
|
394
|
+
/** Fourthwall shop order */
|
|
395
|
+
FOURTHWALL_SHOPORDER = "fourthwall-shopOrder",
|
|
396
|
+
/** Fourthwall donation */
|
|
397
|
+
FOURTHWALL_DONATION = "fourthwall-donation",
|
|
398
|
+
/** Fourthwall subscription */
|
|
399
|
+
FOURTHWALL_SUBSCRIPTION = "fourthwall-subscription",
|
|
400
|
+
/** Fourthwall gift purchase */
|
|
401
|
+
FOURTHWALL_GIFTPURCHASE = "fourthwall-giftpurchase",
|
|
402
|
+
/** Fourthwall giveaway started */
|
|
403
|
+
FOURTHWALL_GIVEAWAY_STARTED = "fourthwall-giveawayStarted",
|
|
404
|
+
/** Fourthwall giveaway ended */
|
|
405
|
+
FOURTHWALL_GIVEAWAY_ENDED = "fourthwall-giveawayEnded",
|
|
406
|
+
/** Fourthwall thank you sent */
|
|
407
|
+
FOURTHWALL_THANKYOU_SENT = "fourthwall-thankyouSent",
|
|
408
|
+
/** OBS profile switched */
|
|
245
409
|
OBS_SWITCH_PROFILE = "obs-switchProfile",
|
|
410
|
+
/** OBS scene switched */
|
|
246
411
|
OBS_SWITCH_SCENE = "obs-switchScene",
|
|
412
|
+
/** OBS scene item visibility changed */
|
|
247
413
|
OBS_SCENE_ITEM_VISIBILITY = "obs-sceneItemVisibility",
|
|
414
|
+
/** OBS scene item hidden */
|
|
248
415
|
OBS_SCENE_ITEM_HIDDEN = "obs-sceneItemHidden",
|
|
249
|
-
|
|
416
|
+
/** OBS transition switched */
|
|
417
|
+
OBS_SWITCH_TRANSITION = "obs-switch-transition",
|
|
418
|
+
/** OBS transition started */
|
|
250
419
|
OBS_TRANSITION_BEGIN = "obs-transitionBegin",
|
|
420
|
+
/** OBS transition ended */
|
|
251
421
|
OBS_TRANSITION_END = "obs-transitionEnd",
|
|
422
|
+
/** OBS stream starting */
|
|
252
423
|
OBS_STREAM_STARTING = "obs-streamStarting",
|
|
424
|
+
/** OBS stream stopping */
|
|
253
425
|
OBS_STREAM_STOPPING = "obs-streamStopping",
|
|
426
|
+
/** OBS recording starting */
|
|
254
427
|
OBS_RECORDING_STARTING = "obs-recordingStarting",
|
|
428
|
+
/** OBS recording stopping */
|
|
255
429
|
OBS_RECORDING_STOPPING = "obs-recordingStopping",
|
|
430
|
+
/** OBS replay buffer saved */
|
|
256
431
|
OBS_REPLAY_BUFFER_SAVED = "obs-replayBufferSaved",
|
|
432
|
+
/** OBS vertical backtrack saved */
|
|
257
433
|
OBS_VERTICAL_BACKTRACK_SAVED = "obs-verticalBacktrackSaved",
|
|
434
|
+
/** OBS vendor-specific event */
|
|
258
435
|
OBS_VENDOR_EVENT = "obs-vendorEvent",
|
|
436
|
+
/** SLOBS scene collection switched */
|
|
259
437
|
SLOBS_SWITCH_SCENE_COLLECTION = "slobs-switchSceneCollection",
|
|
438
|
+
/** SLOBS scene switched */
|
|
260
439
|
SLOBS_SWITCH_SCENE = "slobs-switchScene",
|
|
440
|
+
/** SLOBS scene item visibility changed */
|
|
261
441
|
SLOBS_SCENE_ITEM_VISIBILITY = "slobs-sceneItemVisibility",
|
|
442
|
+
/** SLOBS scene item hidden */
|
|
262
443
|
SLOBS_SCENE_ITEM_HIDDEN = "slobs-sceneItemHidden",
|
|
444
|
+
/** Spotify song changed */
|
|
263
445
|
SPOTIFY_SWITCH_SONG = "spotify-switchSong",
|
|
446
|
+
/** Spotify song started playing */
|
|
264
447
|
SPOTIFY_SONG_PLAYED = "spotify-songPlayed",
|
|
448
|
+
/** Spotify song paused */
|
|
265
449
|
SPOTIFY_SONG_PAUSED = "spotify-songPaused",
|
|
450
|
+
/** YouTube Music song changed */
|
|
266
451
|
YOUTUBEMUSIC_SWITCH_SONG = "youtubemusic-switchSong",
|
|
452
|
+
/** YouTube Music song started playing */
|
|
267
453
|
YOUTUBEMUSIC_SONG_PLAYED = "youtubemusic-songPlayed",
|
|
454
|
+
/** YouTube Music song paused */
|
|
268
455
|
YOUTUBEMUSIC_SONG_PAUSED = "youtubemusic-songPaused",
|
|
456
|
+
/** Now Playing song changed */
|
|
269
457
|
NOWPLAYING_SWITCH_SONG = "nowplaying-switchSong",
|
|
458
|
+
/** Now Playing song started */
|
|
270
459
|
NOWPLAYING_SONG_PLAYED = "nowplaying-songPlayed",
|
|
460
|
+
/** Now Playing song paused */
|
|
271
461
|
NOWPLAYING_SONG_PAUSED = "nowplaying-songPaused",
|
|
462
|
+
/** VLC song changed */
|
|
272
463
|
VLC_SWITCH_SONG = "vlc-switchSong",
|
|
464
|
+
/** VLC song started playing */
|
|
273
465
|
VLC_SONG_PLAYED = "vlc-songPlayed",
|
|
466
|
+
/** VLC song paused */
|
|
274
467
|
VLC_SONG_PAUSED = "vlc-songPaused",
|
|
468
|
+
/** Heart rate update from Pulse */
|
|
275
469
|
PULSE_HEARTRATE = "pulse-heartrate",
|
|
470
|
+
/** Calories burned update from Pulse */
|
|
276
471
|
PULSE_CALORIES = "pulse-calories",
|
|
472
|
+
/** New Twitter/X follower */
|
|
277
473
|
TWITTER_FOLLOWER = "twitter-follower",
|
|
474
|
+
/** Twitter/X like received */
|
|
278
475
|
TWITTER_LIKE = "twitter-like",
|
|
476
|
+
/** Twitter/X retweet */
|
|
279
477
|
TWITTER_RETWEET = "twitter-retweet",
|
|
478
|
+
/** WooCommerce order received */
|
|
280
479
|
WOOCOMMERCE_ORDER = "woocommerce-order",
|
|
281
|
-
|
|
282
|
-
KOFI_SUBSCRIPTION = "kofi-subscription",
|
|
283
|
-
KOFI_COMMISSION = "kofi-commission",
|
|
284
|
-
KOFI_SHOPORDER = "kofi-shopOrder",
|
|
480
|
+
/** Streamer.bot action executed */
|
|
285
481
|
STREAMERBOT_ACTION = "streamerbot-action",
|
|
286
|
-
|
|
287
|
-
FOURTHWALL_DONATION = "fourthwall-donation",
|
|
288
|
-
FOURTHWALL_SUBSCRIPTION = "fourthwall-subscription",
|
|
289
|
-
FOURTHWALL_GIFTPURCHASE = "fourthwall-giftpurchase",
|
|
290
|
-
FOURTHWALL_GIVEAWAY_STARTED = "fourthwall-giveawayStarted",
|
|
291
|
-
FOURTHWALL_GIVEAWAY_ENDED = "fourthwall-giveawayEnded",
|
|
292
|
-
FOURTHWALL_THANKYOU_SENT = "fourthwall-thankyouSent",
|
|
482
|
+
/** Crowd Control effect triggered */
|
|
293
483
|
CROWDCONTROL_EFFECT = "crowdcontrol-effect",
|
|
484
|
+
/** VTube Studio hotkey triggered */
|
|
294
485
|
VTUBESTUDIO_HOTKEY_TRIGGERED = "vtubestudio-hotkeyTriggered",
|
|
486
|
+
/** VTube Studio model loaded */
|
|
295
487
|
VTUBESTUDIO_MODEL_LOADED = "vtubestudio-modelLoaded",
|
|
488
|
+
/** VTube Studio animation started */
|
|
296
489
|
VTUBESTUDIO_ANIMATION_START = "vtubestudio-animationStart",
|
|
490
|
+
/** VTube Studio animation ended */
|
|
297
491
|
VTUBESTUDIO_ANIMATION_END = "vtubestudio-animationEnd",
|
|
492
|
+
/** VTube Studio item added */
|
|
298
493
|
VTUBESTUDIO_ITEM_ADDED = "vtubestudio-itemAdded",
|
|
494
|
+
/** VTube Studio item removed */
|
|
299
495
|
VTUBESTUDIO_ITEM_REMOVED = "vtubestudio-itemRemoved",
|
|
496
|
+
/** VTube Studio background changed */
|
|
300
497
|
VTUBESTUDIO_BACKGROUND_CHANGED = "vtubestudio-backgroundChanged",
|
|
498
|
+
/** Meld stream starting */
|
|
301
499
|
MELD_STREAM_STARTING = "meld-streamStarting",
|
|
500
|
+
/** Meld stream stopping */
|
|
302
501
|
MELD_STREAM_STOPPING = "meld-streamStopping",
|
|
502
|
+
/** Meld recording starting */
|
|
303
503
|
MELD_RECORDING_STARTING = "meld-recordingStarting",
|
|
504
|
+
/** Meld recording stopping */
|
|
304
505
|
MELD_RECORDING_STOPPING = "meld-recordingStopping"
|
|
305
506
|
}
|
|
306
507
|
export declare const LumiaAlertFriendlyValues: {
|
|
@@ -327,11 +528,15 @@ export declare const LumiaAlertFriendlyValues: {
|
|
|
327
528
|
"twitch-firstChatter": string;
|
|
328
529
|
"twitch-entrance": string;
|
|
329
530
|
"twitch-follower": string;
|
|
531
|
+
"twitch-sessionFollowers": string;
|
|
330
532
|
"twitch-subscriber": string;
|
|
533
|
+
"twitch-sessionSubs": string;
|
|
331
534
|
"twitch-giftSubscription": string;
|
|
535
|
+
"twitch-sessionGifts": string;
|
|
332
536
|
"twitch-raid": string;
|
|
333
537
|
"twitch-raidOut": string;
|
|
334
538
|
"twitch-bits": string;
|
|
539
|
+
"twitch-sessionBits": string;
|
|
335
540
|
"twitch-redemption": string;
|
|
336
541
|
"twitch-hypetrainStarted": string;
|
|
337
542
|
"twitch-hypetrainProgressed": string;
|
|
@@ -403,8 +608,11 @@ export declare const LumiaAlertFriendlyValues: {
|
|
|
403
608
|
"kick-points": string;
|
|
404
609
|
"kick-firstChatter": string;
|
|
405
610
|
"kick-follower": string;
|
|
611
|
+
"kick-sessionFollowers": string;
|
|
406
612
|
"kick-subscriber": string;
|
|
613
|
+
"kick-sessionSubs": string;
|
|
407
614
|
"kick-subscriptionGift": string;
|
|
615
|
+
"kick-sessionGifts": string;
|
|
408
616
|
"kick-host": string;
|
|
409
617
|
"kick-banned": string;
|
|
410
618
|
"kick-unbanned": string;
|
|
@@ -427,7 +635,7 @@ export declare const LumiaAlertFriendlyValues: {
|
|
|
427
635
|
"obs-switchScene": string;
|
|
428
636
|
"obs-sceneItemVisibility": string;
|
|
429
637
|
"obs-sceneItemHidden": string;
|
|
430
|
-
"obs-
|
|
638
|
+
"obs-switch-transition": string;
|
|
431
639
|
"obs-transitionBegin": string;
|
|
432
640
|
"obs-transitionEnd": string;
|
|
433
641
|
"obs-streamStarting": string;
|