@lumiastream/lumia-types 3.5.4 → 3.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1275,6 +1275,64 @@ export declare enum SystemVariables {
1275
1275
  MONTH_TOP_DONATOR_LIST = "month_top_donator_list",
1276
1276
  /** Amounts for MONTH_TOP_DONATOR_LIST. Use as {{month_top_donator_list_amount}}. */
1277
1277
  MONTH_TOP_DONATOR_LIST_AMOUNT = "month_top_donator_list_amount",
1278
+ /** Followers this session across all platforms. Use as {{session_follower_count}}. */
1279
+ SESSION_FOLLOWER_COUNT = "session_follower_count",
1280
+ /** Followers this week across all platforms. Use as {{week_follower_count}}. */
1281
+ WEEK_FOLLOWER_COUNT = "week_follower_count",
1282
+ /** Followers this month across all platforms. Use as {{month_follower_count}}. */
1283
+ MONTH_FOLLOWER_COUNT = "month_follower_count",
1284
+ /** Lifetime followers across all platforms. Use as {{total_follower_count}}. */
1285
+ TOTAL_FOLLOWER_COUNT = "total_follower_count",
1286
+ /** Most recent follower (any platform). Use as {{last_follower}}. */
1287
+ LAST_FOLLOWER = "last_follower",
1288
+ /** Subscribers this session across all platforms (new + resub + gifted). Use as {{session_subscriber_count}}. */
1289
+ SESSION_SUBSCRIBER_COUNT = "session_subscriber_count",
1290
+ /** New (first-time) subscribers this session. Use as {{session_new_subscribers_count}}. */
1291
+ SESSION_NEW_SUBSCRIBERS_COUNT = "session_new_subscribers_count",
1292
+ /** Resubscribers this session. Use as {{session_resub_subscribers_count}}. */
1293
+ SESSION_RESUB_SUBSCRIBERS_COUNT = "session_resub_subscribers_count",
1294
+ /** Gifted subs this session. Use as {{session_gifted_subscribers_count}}. */
1295
+ SESSION_GIFTED_SUBSCRIBERS_COUNT = "session_gifted_subscribers_count",
1296
+ /** Subscribers this week across all platforms. Use as {{week_subscriber_count}}. */
1297
+ WEEK_SUBSCRIBER_COUNT = "week_subscriber_count",
1298
+ /** Subscribers this month across all platforms. Use as {{month_subscriber_count}}. */
1299
+ MONTH_SUBSCRIBER_COUNT = "month_subscriber_count",
1300
+ /** Lifetime subscribers across all platforms. Use as {{total_subscriber_count}}. */
1301
+ TOTAL_SUBSCRIBER_COUNT = "total_subscriber_count",
1302
+ /** Most recent subscriber (any platform). Use as {{last_subscriber}}. */
1303
+ LAST_SUBSCRIBER = "last_subscriber",
1304
+ /** All-time top gifter (any platform). Use as {{alltime_top_gifter}}. */
1305
+ ALLTIME_TOP_GIFTER = "alltime_top_gifter",
1306
+ /** Bits/cheers count this session. Use as {{session_bits_count}}. */
1307
+ SESSION_BITS_COUNT = "session_bits_count",
1308
+ /** Bits/cheers count this week. Use as {{week_bits_count}}. */
1309
+ WEEK_BITS_COUNT = "week_bits_count",
1310
+ /** Bits/cheers count this month. Use as {{month_bits_count}}. */
1311
+ MONTH_BITS_COUNT = "month_bits_count",
1312
+ /** Top cheerer (by total bits) this session. Use as {{session_top_cheerer}}. */
1313
+ SESSION_TOP_CHEERER = "session_top_cheerer",
1314
+ /** Amount for SESSION_TOP_CHEERER. Use as {{session_top_cheerer_amount}}. */
1315
+ SESSION_TOP_CHEERER_AMOUNT = "session_top_cheerer_amount",
1316
+ /** Top cheerer this week. Use as {{week_top_cheerer}}. */
1317
+ WEEK_TOP_CHEERER = "week_top_cheerer",
1318
+ /** Amount for WEEK_TOP_CHEERER. Use as {{week_top_cheerer_amount}}. */
1319
+ WEEK_TOP_CHEERER_AMOUNT = "week_top_cheerer_amount",
1320
+ /** Top cheerer this month. Use as {{month_top_cheerer}}. */
1321
+ MONTH_TOP_CHEERER = "month_top_cheerer",
1322
+ /** Amount for MONTH_TOP_CHEERER. Use as {{month_top_cheerer_amount}}. */
1323
+ MONTH_TOP_CHEERER_AMOUNT = "month_top_cheerer_amount",
1324
+ /** All-time top cheerer. Use as {{alltime_top_cheerer}}. */
1325
+ ALLTIME_TOP_CHEERER = "alltime_top_cheerer",
1326
+ /** Amount for ALLTIME_TOP_CHEERER. Use as {{alltime_top_cheerer_amount}}. */
1327
+ ALLTIME_TOP_CHEERER_AMOUNT = "alltime_top_cheerer_amount",
1328
+ /** Largest single cheer this session. Use as {{session_top_cheer}}. */
1329
+ SESSION_TOP_CHEER = "session_top_cheer",
1330
+ /** Amount for SESSION_TOP_CHEER. Use as {{session_top_cheer_amount}}. */
1331
+ SESSION_TOP_CHEER_AMOUNT = "session_top_cheer_amount",
1332
+ /** Most recent raider/host (any platform). Use as {{last_raider}}. */
1333
+ LAST_RAIDER = "last_raider",
1334
+ /** Viewer count for LAST_RAIDER. Use as {{last_raid_amount}}. */
1335
+ LAST_RAID_AMOUNT = "last_raid_amount",
1278
1336
  /** Raffle title. Use as {{raffle_title}}. */
1279
1337
  RAFFLE_TITLE = "raffle_title",
1280
1338
  /** Raffle description. Use as {{raffle_description}}. */
@@ -1797,8 +1855,6 @@ export declare enum SystemVariables {
1797
1855
  SPOTIFY_NOW_PLAYING_URI = "spotify_now_playing_uri",
1798
1856
  /** Now playing track duration in seconds. Use as {{spotify_now_playing_duration}}. */
1799
1857
  SPOTIFY_NOW_PLAYING_DURATION = "spotify_now_playing_duration",
1800
- /** Now playing track progress (current position) in seconds. Use as {{spotify_now_playing_progress}}. */
1801
- SPOTIFY_NOW_PLAYING_PROGRESS = "spotify_now_playing_progress",
1802
1858
  /** Next song title. Use as {{spotify_next_song}}. */
1803
1859
  SPOTIFY_NEXT_SONG = "spotify_next_song",
1804
1860
  /** Next song artwork URL. Use as {{spotify_next_image}}. */
@@ -1825,8 +1881,6 @@ export declare enum SystemVariables {
1825
1881
  YOUTUBEMUSIC_NOW_PLAYING_URL = "youtubemusic_now_playing_url",
1826
1882
  /** Now playing track duration in seconds. Use as {{youtubemusic_now_playing_duration}}. */
1827
1883
  YOUTUBEMUSIC_NOW_PLAYING_DURATION = "youtubemusic_now_playing_duration",
1828
- /** Now playing track progress (current position) in seconds. Use as {{youtubemusic_now_playing_progress}}. */
1829
- YOUTUBEMUSIC_NOW_PLAYING_PROGRESS = "youtubemusic_now_playing_progress",
1830
1884
  /** Next song title. Use as {{youtubemusic_next_song}}. */
1831
1885
  YOUTUBEMUSIC_NEXT_SONG = "youtubemusic_next_song",
1832
1886
  /** Next song artwork URL. Use as {{youtubemusic_next_image}}. */
@@ -1883,8 +1937,6 @@ export declare enum SystemVariables {
1883
1937
  VLC_NOW_PLAYING_URL = "vlc_now_playing_url",
1884
1938
  /** Now playing media duration in seconds. Use as {{vlc_now_playing_duration}}. */
1885
1939
  VLC_NOW_PLAYING_DURATION = "vlc_now_playing_duration",
1886
- /** Now playing media progress (current position) in seconds. Use as {{vlc_now_playing_progress}}. */
1887
- VLC_NOW_PLAYING_PROGRESS = "vlc_now_playing_progress",
1888
1940
  /** Media URI. Use as {{vlc_now_playing_uri}}. */
1889
1941
  VLC_NOW_PLAYING_URI = "vlc_now_playing_uri",
1890
1942
  /** Voice changer on (true/false). Use as {{voicemod_voice_changer_on}}. */
@@ -1275,6 +1275,64 @@ export declare enum SystemVariables {
1275
1275
  MONTH_TOP_DONATOR_LIST = "month_top_donator_list",
1276
1276
  /** Amounts for MONTH_TOP_DONATOR_LIST. Use as {{month_top_donator_list_amount}}. */
1277
1277
  MONTH_TOP_DONATOR_LIST_AMOUNT = "month_top_donator_list_amount",
1278
+ /** Followers this session across all platforms. Use as {{session_follower_count}}. */
1279
+ SESSION_FOLLOWER_COUNT = "session_follower_count",
1280
+ /** Followers this week across all platforms. Use as {{week_follower_count}}. */
1281
+ WEEK_FOLLOWER_COUNT = "week_follower_count",
1282
+ /** Followers this month across all platforms. Use as {{month_follower_count}}. */
1283
+ MONTH_FOLLOWER_COUNT = "month_follower_count",
1284
+ /** Lifetime followers across all platforms. Use as {{total_follower_count}}. */
1285
+ TOTAL_FOLLOWER_COUNT = "total_follower_count",
1286
+ /** Most recent follower (any platform). Use as {{last_follower}}. */
1287
+ LAST_FOLLOWER = "last_follower",
1288
+ /** Subscribers this session across all platforms (new + resub + gifted). Use as {{session_subscriber_count}}. */
1289
+ SESSION_SUBSCRIBER_COUNT = "session_subscriber_count",
1290
+ /** New (first-time) subscribers this session. Use as {{session_new_subscribers_count}}. */
1291
+ SESSION_NEW_SUBSCRIBERS_COUNT = "session_new_subscribers_count",
1292
+ /** Resubscribers this session. Use as {{session_resub_subscribers_count}}. */
1293
+ SESSION_RESUB_SUBSCRIBERS_COUNT = "session_resub_subscribers_count",
1294
+ /** Gifted subs this session. Use as {{session_gifted_subscribers_count}}. */
1295
+ SESSION_GIFTED_SUBSCRIBERS_COUNT = "session_gifted_subscribers_count",
1296
+ /** Subscribers this week across all platforms. Use as {{week_subscriber_count}}. */
1297
+ WEEK_SUBSCRIBER_COUNT = "week_subscriber_count",
1298
+ /** Subscribers this month across all platforms. Use as {{month_subscriber_count}}. */
1299
+ MONTH_SUBSCRIBER_COUNT = "month_subscriber_count",
1300
+ /** Lifetime subscribers across all platforms. Use as {{total_subscriber_count}}. */
1301
+ TOTAL_SUBSCRIBER_COUNT = "total_subscriber_count",
1302
+ /** Most recent subscriber (any platform). Use as {{last_subscriber}}. */
1303
+ LAST_SUBSCRIBER = "last_subscriber",
1304
+ /** All-time top gifter (any platform). Use as {{alltime_top_gifter}}. */
1305
+ ALLTIME_TOP_GIFTER = "alltime_top_gifter",
1306
+ /** Bits/cheers count this session. Use as {{session_bits_count}}. */
1307
+ SESSION_BITS_COUNT = "session_bits_count",
1308
+ /** Bits/cheers count this week. Use as {{week_bits_count}}. */
1309
+ WEEK_BITS_COUNT = "week_bits_count",
1310
+ /** Bits/cheers count this month. Use as {{month_bits_count}}. */
1311
+ MONTH_BITS_COUNT = "month_bits_count",
1312
+ /** Top cheerer (by total bits) this session. Use as {{session_top_cheerer}}. */
1313
+ SESSION_TOP_CHEERER = "session_top_cheerer",
1314
+ /** Amount for SESSION_TOP_CHEERER. Use as {{session_top_cheerer_amount}}. */
1315
+ SESSION_TOP_CHEERER_AMOUNT = "session_top_cheerer_amount",
1316
+ /** Top cheerer this week. Use as {{week_top_cheerer}}. */
1317
+ WEEK_TOP_CHEERER = "week_top_cheerer",
1318
+ /** Amount for WEEK_TOP_CHEERER. Use as {{week_top_cheerer_amount}}. */
1319
+ WEEK_TOP_CHEERER_AMOUNT = "week_top_cheerer_amount",
1320
+ /** Top cheerer this month. Use as {{month_top_cheerer}}. */
1321
+ MONTH_TOP_CHEERER = "month_top_cheerer",
1322
+ /** Amount for MONTH_TOP_CHEERER. Use as {{month_top_cheerer_amount}}. */
1323
+ MONTH_TOP_CHEERER_AMOUNT = "month_top_cheerer_amount",
1324
+ /** All-time top cheerer. Use as {{alltime_top_cheerer}}. */
1325
+ ALLTIME_TOP_CHEERER = "alltime_top_cheerer",
1326
+ /** Amount for ALLTIME_TOP_CHEERER. Use as {{alltime_top_cheerer_amount}}. */
1327
+ ALLTIME_TOP_CHEERER_AMOUNT = "alltime_top_cheerer_amount",
1328
+ /** Largest single cheer this session. Use as {{session_top_cheer}}. */
1329
+ SESSION_TOP_CHEER = "session_top_cheer",
1330
+ /** Amount for SESSION_TOP_CHEER. Use as {{session_top_cheer_amount}}. */
1331
+ SESSION_TOP_CHEER_AMOUNT = "session_top_cheer_amount",
1332
+ /** Most recent raider/host (any platform). Use as {{last_raider}}. */
1333
+ LAST_RAIDER = "last_raider",
1334
+ /** Viewer count for LAST_RAIDER. Use as {{last_raid_amount}}. */
1335
+ LAST_RAID_AMOUNT = "last_raid_amount",
1278
1336
  /** Raffle title. Use as {{raffle_title}}. */
1279
1337
  RAFFLE_TITLE = "raffle_title",
1280
1338
  /** Raffle description. Use as {{raffle_description}}. */
@@ -1797,8 +1855,6 @@ export declare enum SystemVariables {
1797
1855
  SPOTIFY_NOW_PLAYING_URI = "spotify_now_playing_uri",
1798
1856
  /** Now playing track duration in seconds. Use as {{spotify_now_playing_duration}}. */
1799
1857
  SPOTIFY_NOW_PLAYING_DURATION = "spotify_now_playing_duration",
1800
- /** Now playing track progress (current position) in seconds. Use as {{spotify_now_playing_progress}}. */
1801
- SPOTIFY_NOW_PLAYING_PROGRESS = "spotify_now_playing_progress",
1802
1858
  /** Next song title. Use as {{spotify_next_song}}. */
1803
1859
  SPOTIFY_NEXT_SONG = "spotify_next_song",
1804
1860
  /** Next song artwork URL. Use as {{spotify_next_image}}. */
@@ -1825,8 +1881,6 @@ export declare enum SystemVariables {
1825
1881
  YOUTUBEMUSIC_NOW_PLAYING_URL = "youtubemusic_now_playing_url",
1826
1882
  /** Now playing track duration in seconds. Use as {{youtubemusic_now_playing_duration}}. */
1827
1883
  YOUTUBEMUSIC_NOW_PLAYING_DURATION = "youtubemusic_now_playing_duration",
1828
- /** Now playing track progress (current position) in seconds. Use as {{youtubemusic_now_playing_progress}}. */
1829
- YOUTUBEMUSIC_NOW_PLAYING_PROGRESS = "youtubemusic_now_playing_progress",
1830
1884
  /** Next song title. Use as {{youtubemusic_next_song}}. */
1831
1885
  YOUTUBEMUSIC_NEXT_SONG = "youtubemusic_next_song",
1832
1886
  /** Next song artwork URL. Use as {{youtubemusic_next_image}}. */
@@ -1883,8 +1937,6 @@ export declare enum SystemVariables {
1883
1937
  VLC_NOW_PLAYING_URL = "vlc_now_playing_url",
1884
1938
  /** Now playing media duration in seconds. Use as {{vlc_now_playing_duration}}. */
1885
1939
  VLC_NOW_PLAYING_DURATION = "vlc_now_playing_duration",
1886
- /** Now playing media progress (current position) in seconds. Use as {{vlc_now_playing_progress}}. */
1887
- VLC_NOW_PLAYING_PROGRESS = "vlc_now_playing_progress",
1888
1940
  /** Media URI. Use as {{vlc_now_playing_uri}}. */
1889
1941
  VLC_NOW_PLAYING_URI = "vlc_now_playing_uri",
1890
1942
  /** Voice changer on (true/false). Use as {{voicemod_voice_changer_on}}. */
@@ -200,6 +200,69 @@ export var SystemVariables;
200
200
  SystemVariables["MONTH_TOP_DONATOR_LIST"] = "month_top_donator_list";
201
201
  /** Amounts for MONTH_TOP_DONATOR_LIST. Use as {{month_top_donator_list_amount}}. */
202
202
  SystemVariables["MONTH_TOP_DONATOR_LIST_AMOUNT"] = "month_top_donator_list_amount";
203
+ // ─── Cross-platform follower / subscriber / cheer / raid (SE-shaped names) ───
204
+ // Mirror StreamElements' session keys without a platform prefix so SE → Lumia
205
+ // is a 1:1 map and labels can reference one counter that aggregates across
206
+ // Twitch, YouTube, Kick, etc. Platform-specific variants (TWITCH_*, KICK_*,
207
+ // YOUTUBE_*) remain available for labels that need a single-platform view.
208
+ /** Followers this session across all platforms. Use as {{session_follower_count}}. */
209
+ SystemVariables["SESSION_FOLLOWER_COUNT"] = "session_follower_count";
210
+ /** Followers this week across all platforms. Use as {{week_follower_count}}. */
211
+ SystemVariables["WEEK_FOLLOWER_COUNT"] = "week_follower_count";
212
+ /** Followers this month across all platforms. Use as {{month_follower_count}}. */
213
+ SystemVariables["MONTH_FOLLOWER_COUNT"] = "month_follower_count";
214
+ /** Lifetime followers across all platforms. Use as {{total_follower_count}}. */
215
+ SystemVariables["TOTAL_FOLLOWER_COUNT"] = "total_follower_count";
216
+ /** Most recent follower (any platform). Use as {{last_follower}}. */
217
+ SystemVariables["LAST_FOLLOWER"] = "last_follower";
218
+ /** Subscribers this session across all platforms (new + resub + gifted). Use as {{session_subscriber_count}}. */
219
+ SystemVariables["SESSION_SUBSCRIBER_COUNT"] = "session_subscriber_count";
220
+ /** New (first-time) subscribers this session. Use as {{session_new_subscribers_count}}. */
221
+ SystemVariables["SESSION_NEW_SUBSCRIBERS_COUNT"] = "session_new_subscribers_count";
222
+ /** Resubscribers this session. Use as {{session_resub_subscribers_count}}. */
223
+ SystemVariables["SESSION_RESUB_SUBSCRIBERS_COUNT"] = "session_resub_subscribers_count";
224
+ /** Gifted subs this session. Use as {{session_gifted_subscribers_count}}. */
225
+ SystemVariables["SESSION_GIFTED_SUBSCRIBERS_COUNT"] = "session_gifted_subscribers_count";
226
+ /** Subscribers this week across all platforms. Use as {{week_subscriber_count}}. */
227
+ SystemVariables["WEEK_SUBSCRIBER_COUNT"] = "week_subscriber_count";
228
+ /** Subscribers this month across all platforms. Use as {{month_subscriber_count}}. */
229
+ SystemVariables["MONTH_SUBSCRIBER_COUNT"] = "month_subscriber_count";
230
+ /** Lifetime subscribers across all platforms. Use as {{total_subscriber_count}}. */
231
+ SystemVariables["TOTAL_SUBSCRIBER_COUNT"] = "total_subscriber_count";
232
+ /** Most recent subscriber (any platform). Use as {{last_subscriber}}. */
233
+ SystemVariables["LAST_SUBSCRIBER"] = "last_subscriber";
234
+ /** All-time top gifter (any platform). Use as {{alltime_top_gifter}}. */
235
+ SystemVariables["ALLTIME_TOP_GIFTER"] = "alltime_top_gifter";
236
+ /** Bits/cheers count this session. Use as {{session_bits_count}}. */
237
+ SystemVariables["SESSION_BITS_COUNT"] = "session_bits_count";
238
+ /** Bits/cheers count this week. Use as {{week_bits_count}}. */
239
+ SystemVariables["WEEK_BITS_COUNT"] = "week_bits_count";
240
+ /** Bits/cheers count this month. Use as {{month_bits_count}}. */
241
+ SystemVariables["MONTH_BITS_COUNT"] = "month_bits_count";
242
+ /** Top cheerer (by total bits) this session. Use as {{session_top_cheerer}}. */
243
+ SystemVariables["SESSION_TOP_CHEERER"] = "session_top_cheerer";
244
+ /** Amount for SESSION_TOP_CHEERER. Use as {{session_top_cheerer_amount}}. */
245
+ SystemVariables["SESSION_TOP_CHEERER_AMOUNT"] = "session_top_cheerer_amount";
246
+ /** Top cheerer this week. Use as {{week_top_cheerer}}. */
247
+ SystemVariables["WEEK_TOP_CHEERER"] = "week_top_cheerer";
248
+ /** Amount for WEEK_TOP_CHEERER. Use as {{week_top_cheerer_amount}}. */
249
+ SystemVariables["WEEK_TOP_CHEERER_AMOUNT"] = "week_top_cheerer_amount";
250
+ /** Top cheerer this month. Use as {{month_top_cheerer}}. */
251
+ SystemVariables["MONTH_TOP_CHEERER"] = "month_top_cheerer";
252
+ /** Amount for MONTH_TOP_CHEERER. Use as {{month_top_cheerer_amount}}. */
253
+ SystemVariables["MONTH_TOP_CHEERER_AMOUNT"] = "month_top_cheerer_amount";
254
+ /** All-time top cheerer. Use as {{alltime_top_cheerer}}. */
255
+ SystemVariables["ALLTIME_TOP_CHEERER"] = "alltime_top_cheerer";
256
+ /** Amount for ALLTIME_TOP_CHEERER. Use as {{alltime_top_cheerer_amount}}. */
257
+ SystemVariables["ALLTIME_TOP_CHEERER_AMOUNT"] = "alltime_top_cheerer_amount";
258
+ /** Largest single cheer this session. Use as {{session_top_cheer}}. */
259
+ SystemVariables["SESSION_TOP_CHEER"] = "session_top_cheer";
260
+ /** Amount for SESSION_TOP_CHEER. Use as {{session_top_cheer_amount}}. */
261
+ SystemVariables["SESSION_TOP_CHEER_AMOUNT"] = "session_top_cheer_amount";
262
+ /** Most recent raider/host (any platform). Use as {{last_raider}}. */
263
+ SystemVariables["LAST_RAIDER"] = "last_raider";
264
+ /** Viewer count for LAST_RAIDER. Use as {{last_raid_amount}}. */
265
+ SystemVariables["LAST_RAID_AMOUNT"] = "last_raid_amount";
203
266
  // ─────────────────────────────────── Games ────────────────────────────────────
204
267
  /** Raffle title. Use as {{raffle_title}}. */
205
268
  SystemVariables["RAFFLE_TITLE"] = "raffle_title";
@@ -729,8 +792,8 @@ export var SystemVariables;
729
792
  SystemVariables["SPOTIFY_NOW_PLAYING_URI"] = "spotify_now_playing_uri";
730
793
  /** Now playing track duration in seconds. Use as {{spotify_now_playing_duration}}. */
731
794
  SystemVariables["SPOTIFY_NOW_PLAYING_DURATION"] = "spotify_now_playing_duration";
732
- /** Now playing track progress (current position) in seconds. Use as {{spotify_now_playing_progress}}. */
733
- SystemVariables["SPOTIFY_NOW_PLAYING_PROGRESS"] = "spotify_now_playing_progress";
795
+ // /** Now playing track progress (current position) in seconds. Use as {{spotify_now_playing_progress}}. */
796
+ // SPOTIFY_NOW_PLAYING_PROGRESS = 'spotify_now_playing_progress',
734
797
  /** Next song title. Use as {{spotify_next_song}}. */
735
798
  SystemVariables["SPOTIFY_NEXT_SONG"] = "spotify_next_song";
736
799
  /** Next song artwork URL. Use as {{spotify_next_image}}. */
@@ -758,8 +821,8 @@ export var SystemVariables;
758
821
  SystemVariables["YOUTUBEMUSIC_NOW_PLAYING_URL"] = "youtubemusic_now_playing_url";
759
822
  /** Now playing track duration in seconds. Use as {{youtubemusic_now_playing_duration}}. */
760
823
  SystemVariables["YOUTUBEMUSIC_NOW_PLAYING_DURATION"] = "youtubemusic_now_playing_duration";
761
- /** Now playing track progress (current position) in seconds. Use as {{youtubemusic_now_playing_progress}}. */
762
- SystemVariables["YOUTUBEMUSIC_NOW_PLAYING_PROGRESS"] = "youtubemusic_now_playing_progress";
824
+ // /** Now playing track progress (current position) in seconds. Use as {{youtubemusic_now_playing_progress}}. */
825
+ // YOUTUBEMUSIC_NOW_PLAYING_PROGRESS = 'youtubemusic_now_playing_progress',
763
826
  /** Next song title. Use as {{youtubemusic_next_song}}. */
764
827
  SystemVariables["YOUTUBEMUSIC_NEXT_SONG"] = "youtubemusic_next_song";
765
828
  /** Next song artwork URL. Use as {{youtubemusic_next_image}}. */
@@ -818,8 +881,8 @@ export var SystemVariables;
818
881
  SystemVariables["VLC_NOW_PLAYING_URL"] = "vlc_now_playing_url";
819
882
  /** Now playing media duration in seconds. Use as {{vlc_now_playing_duration}}. */
820
883
  SystemVariables["VLC_NOW_PLAYING_DURATION"] = "vlc_now_playing_duration";
821
- /** Now playing media progress (current position) in seconds. Use as {{vlc_now_playing_progress}}. */
822
- SystemVariables["VLC_NOW_PLAYING_PROGRESS"] = "vlc_now_playing_progress";
884
+ // /** Now playing media progress (current position) in seconds. Use as {{vlc_now_playing_progress}}. */
885
+ // VLC_NOW_PLAYING_PROGRESS = 'vlc_now_playing_progress',
823
886
  /** Media URI. Use as {{vlc_now_playing_uri}}. */
824
887
  SystemVariables["VLC_NOW_PLAYING_URI"] = "vlc_now_playing_uri";
825
888
  // ────────────────────────────────── Voicemod ──────────────────────────────────
@@ -2244,7 +2307,7 @@ export const AllVariables = {
2244
2307
  'spotify_now_playing_uri',
2245
2308
  'spotify_now_playing_url',
2246
2309
  'spotify_now_playing_duration',
2247
- 'spotify_now_playing_progress',
2310
+ // 'spotify_now_playing_progress',
2248
2311
  'spotify_next_song',
2249
2312
  'spotify_next_image',
2250
2313
  'spotify_next_artist',
@@ -2650,7 +2713,7 @@ export const AllVariables = {
2650
2713
  },
2651
2714
  },
2652
2715
  vlc: {
2653
- variables: ['vlc_now_playing_media', 'vlc_now_playing_image', 'vlc_now_playing_id', 'vlc_now_playing_artist', 'vlc_now_playing_uri', 'vlc_now_playing_url', 'vlc_now_playing_duration', 'vlc_now_playing_progress'],
2716
+ variables: ['vlc_now_playing_media', 'vlc_now_playing_image', 'vlc_now_playing_id', 'vlc_now_playing_artist', 'vlc_now_playing_uri', 'vlc_now_playing_url', 'vlc_now_playing_duration' /* , 'vlc_now_playing_progress' */],
2654
2717
  alerts: {
2655
2718
  switchSong: ['name', 'uri', 'image'],
2656
2719
  songPlayed: ['name', 'uri', 'image'],
@@ -2786,7 +2849,7 @@ export const AllVariables = {
2786
2849
  'youtubemusic_now_playing_artist',
2787
2850
  'youtubemusic_now_playing_url',
2788
2851
  'youtubemusic_now_playing_duration',
2789
- 'youtubemusic_now_playing_progress',
2852
+ // 'youtubemusic_now_playing_progress',
2790
2853
  'youtubemusic_next_song',
2791
2854
  'youtubemusic_next_image',
2792
2855
  'youtubemusic_next_artist',
@@ -199,6 +199,64 @@ export declare enum SystemVariables {
199
199
  MONTH_TOP_DONATOR_LIST = "month_top_donator_list",
200
200
  /** Amounts for MONTH_TOP_DONATOR_LIST. Use as {{month_top_donator_list_amount}}. */
201
201
  MONTH_TOP_DONATOR_LIST_AMOUNT = "month_top_donator_list_amount",
202
+ /** Followers this session across all platforms. Use as {{session_follower_count}}. */
203
+ SESSION_FOLLOWER_COUNT = "session_follower_count",
204
+ /** Followers this week across all platforms. Use as {{week_follower_count}}. */
205
+ WEEK_FOLLOWER_COUNT = "week_follower_count",
206
+ /** Followers this month across all platforms. Use as {{month_follower_count}}. */
207
+ MONTH_FOLLOWER_COUNT = "month_follower_count",
208
+ /** Lifetime followers across all platforms. Use as {{total_follower_count}}. */
209
+ TOTAL_FOLLOWER_COUNT = "total_follower_count",
210
+ /** Most recent follower (any platform). Use as {{last_follower}}. */
211
+ LAST_FOLLOWER = "last_follower",
212
+ /** Subscribers this session across all platforms (new + resub + gifted). Use as {{session_subscriber_count}}. */
213
+ SESSION_SUBSCRIBER_COUNT = "session_subscriber_count",
214
+ /** New (first-time) subscribers this session. Use as {{session_new_subscribers_count}}. */
215
+ SESSION_NEW_SUBSCRIBERS_COUNT = "session_new_subscribers_count",
216
+ /** Resubscribers this session. Use as {{session_resub_subscribers_count}}. */
217
+ SESSION_RESUB_SUBSCRIBERS_COUNT = "session_resub_subscribers_count",
218
+ /** Gifted subs this session. Use as {{session_gifted_subscribers_count}}. */
219
+ SESSION_GIFTED_SUBSCRIBERS_COUNT = "session_gifted_subscribers_count",
220
+ /** Subscribers this week across all platforms. Use as {{week_subscriber_count}}. */
221
+ WEEK_SUBSCRIBER_COUNT = "week_subscriber_count",
222
+ /** Subscribers this month across all platforms. Use as {{month_subscriber_count}}. */
223
+ MONTH_SUBSCRIBER_COUNT = "month_subscriber_count",
224
+ /** Lifetime subscribers across all platforms. Use as {{total_subscriber_count}}. */
225
+ TOTAL_SUBSCRIBER_COUNT = "total_subscriber_count",
226
+ /** Most recent subscriber (any platform). Use as {{last_subscriber}}. */
227
+ LAST_SUBSCRIBER = "last_subscriber",
228
+ /** All-time top gifter (any platform). Use as {{alltime_top_gifter}}. */
229
+ ALLTIME_TOP_GIFTER = "alltime_top_gifter",
230
+ /** Bits/cheers count this session. Use as {{session_bits_count}}. */
231
+ SESSION_BITS_COUNT = "session_bits_count",
232
+ /** Bits/cheers count this week. Use as {{week_bits_count}}. */
233
+ WEEK_BITS_COUNT = "week_bits_count",
234
+ /** Bits/cheers count this month. Use as {{month_bits_count}}. */
235
+ MONTH_BITS_COUNT = "month_bits_count",
236
+ /** Top cheerer (by total bits) this session. Use as {{session_top_cheerer}}. */
237
+ SESSION_TOP_CHEERER = "session_top_cheerer",
238
+ /** Amount for SESSION_TOP_CHEERER. Use as {{session_top_cheerer_amount}}. */
239
+ SESSION_TOP_CHEERER_AMOUNT = "session_top_cheerer_amount",
240
+ /** Top cheerer this week. Use as {{week_top_cheerer}}. */
241
+ WEEK_TOP_CHEERER = "week_top_cheerer",
242
+ /** Amount for WEEK_TOP_CHEERER. Use as {{week_top_cheerer_amount}}. */
243
+ WEEK_TOP_CHEERER_AMOUNT = "week_top_cheerer_amount",
244
+ /** Top cheerer this month. Use as {{month_top_cheerer}}. */
245
+ MONTH_TOP_CHEERER = "month_top_cheerer",
246
+ /** Amount for MONTH_TOP_CHEERER. Use as {{month_top_cheerer_amount}}. */
247
+ MONTH_TOP_CHEERER_AMOUNT = "month_top_cheerer_amount",
248
+ /** All-time top cheerer. Use as {{alltime_top_cheerer}}. */
249
+ ALLTIME_TOP_CHEERER = "alltime_top_cheerer",
250
+ /** Amount for ALLTIME_TOP_CHEERER. Use as {{alltime_top_cheerer_amount}}. */
251
+ ALLTIME_TOP_CHEERER_AMOUNT = "alltime_top_cheerer_amount",
252
+ /** Largest single cheer this session. Use as {{session_top_cheer}}. */
253
+ SESSION_TOP_CHEER = "session_top_cheer",
254
+ /** Amount for SESSION_TOP_CHEER. Use as {{session_top_cheer_amount}}. */
255
+ SESSION_TOP_CHEER_AMOUNT = "session_top_cheer_amount",
256
+ /** Most recent raider/host (any platform). Use as {{last_raider}}. */
257
+ LAST_RAIDER = "last_raider",
258
+ /** Viewer count for LAST_RAIDER. Use as {{last_raid_amount}}. */
259
+ LAST_RAID_AMOUNT = "last_raid_amount",
202
260
  /** Raffle title. Use as {{raffle_title}}. */
203
261
  RAFFLE_TITLE = "raffle_title",
204
262
  /** Raffle description. Use as {{raffle_description}}. */
@@ -721,8 +779,6 @@ export declare enum SystemVariables {
721
779
  SPOTIFY_NOW_PLAYING_URI = "spotify_now_playing_uri",
722
780
  /** Now playing track duration in seconds. Use as {{spotify_now_playing_duration}}. */
723
781
  SPOTIFY_NOW_PLAYING_DURATION = "spotify_now_playing_duration",
724
- /** Now playing track progress (current position) in seconds. Use as {{spotify_now_playing_progress}}. */
725
- SPOTIFY_NOW_PLAYING_PROGRESS = "spotify_now_playing_progress",
726
782
  /** Next song title. Use as {{spotify_next_song}}. */
727
783
  SPOTIFY_NEXT_SONG = "spotify_next_song",
728
784
  /** Next song artwork URL. Use as {{spotify_next_image}}. */
@@ -749,8 +805,6 @@ export declare enum SystemVariables {
749
805
  YOUTUBEMUSIC_NOW_PLAYING_URL = "youtubemusic_now_playing_url",
750
806
  /** Now playing track duration in seconds. Use as {{youtubemusic_now_playing_duration}}. */
751
807
  YOUTUBEMUSIC_NOW_PLAYING_DURATION = "youtubemusic_now_playing_duration",
752
- /** Now playing track progress (current position) in seconds. Use as {{youtubemusic_now_playing_progress}}. */
753
- YOUTUBEMUSIC_NOW_PLAYING_PROGRESS = "youtubemusic_now_playing_progress",
754
808
  /** Next song title. Use as {{youtubemusic_next_song}}. */
755
809
  YOUTUBEMUSIC_NEXT_SONG = "youtubemusic_next_song",
756
810
  /** Next song artwork URL. Use as {{youtubemusic_next_image}}. */
@@ -807,8 +861,6 @@ export declare enum SystemVariables {
807
861
  VLC_NOW_PLAYING_URL = "vlc_now_playing_url",
808
862
  /** Now playing media duration in seconds. Use as {{vlc_now_playing_duration}}. */
809
863
  VLC_NOW_PLAYING_DURATION = "vlc_now_playing_duration",
810
- /** Now playing media progress (current position) in seconds. Use as {{vlc_now_playing_progress}}. */
811
- VLC_NOW_PLAYING_PROGRESS = "vlc_now_playing_progress",
812
864
  /** Media URI. Use as {{vlc_now_playing_uri}}. */
813
865
  VLC_NOW_PLAYING_URI = "vlc_now_playing_uri",
814
866
  /** Voice changer on (true/false). Use as {{voicemod_voice_changer_on}}. */
@@ -205,6 +205,69 @@ var SystemVariables;
205
205
  SystemVariables["MONTH_TOP_DONATOR_LIST"] = "month_top_donator_list";
206
206
  /** Amounts for MONTH_TOP_DONATOR_LIST. Use as {{month_top_donator_list_amount}}. */
207
207
  SystemVariables["MONTH_TOP_DONATOR_LIST_AMOUNT"] = "month_top_donator_list_amount";
208
+ // ─── Cross-platform follower / subscriber / cheer / raid (SE-shaped names) ───
209
+ // Mirror StreamElements' session keys without a platform prefix so SE → Lumia
210
+ // is a 1:1 map and labels can reference one counter that aggregates across
211
+ // Twitch, YouTube, Kick, etc. Platform-specific variants (TWITCH_*, KICK_*,
212
+ // YOUTUBE_*) remain available for labels that need a single-platform view.
213
+ /** Followers this session across all platforms. Use as {{session_follower_count}}. */
214
+ SystemVariables["SESSION_FOLLOWER_COUNT"] = "session_follower_count";
215
+ /** Followers this week across all platforms. Use as {{week_follower_count}}. */
216
+ SystemVariables["WEEK_FOLLOWER_COUNT"] = "week_follower_count";
217
+ /** Followers this month across all platforms. Use as {{month_follower_count}}. */
218
+ SystemVariables["MONTH_FOLLOWER_COUNT"] = "month_follower_count";
219
+ /** Lifetime followers across all platforms. Use as {{total_follower_count}}. */
220
+ SystemVariables["TOTAL_FOLLOWER_COUNT"] = "total_follower_count";
221
+ /** Most recent follower (any platform). Use as {{last_follower}}. */
222
+ SystemVariables["LAST_FOLLOWER"] = "last_follower";
223
+ /** Subscribers this session across all platforms (new + resub + gifted). Use as {{session_subscriber_count}}. */
224
+ SystemVariables["SESSION_SUBSCRIBER_COUNT"] = "session_subscriber_count";
225
+ /** New (first-time) subscribers this session. Use as {{session_new_subscribers_count}}. */
226
+ SystemVariables["SESSION_NEW_SUBSCRIBERS_COUNT"] = "session_new_subscribers_count";
227
+ /** Resubscribers this session. Use as {{session_resub_subscribers_count}}. */
228
+ SystemVariables["SESSION_RESUB_SUBSCRIBERS_COUNT"] = "session_resub_subscribers_count";
229
+ /** Gifted subs this session. Use as {{session_gifted_subscribers_count}}. */
230
+ SystemVariables["SESSION_GIFTED_SUBSCRIBERS_COUNT"] = "session_gifted_subscribers_count";
231
+ /** Subscribers this week across all platforms. Use as {{week_subscriber_count}}. */
232
+ SystemVariables["WEEK_SUBSCRIBER_COUNT"] = "week_subscriber_count";
233
+ /** Subscribers this month across all platforms. Use as {{month_subscriber_count}}. */
234
+ SystemVariables["MONTH_SUBSCRIBER_COUNT"] = "month_subscriber_count";
235
+ /** Lifetime subscribers across all platforms. Use as {{total_subscriber_count}}. */
236
+ SystemVariables["TOTAL_SUBSCRIBER_COUNT"] = "total_subscriber_count";
237
+ /** Most recent subscriber (any platform). Use as {{last_subscriber}}. */
238
+ SystemVariables["LAST_SUBSCRIBER"] = "last_subscriber";
239
+ /** All-time top gifter (any platform). Use as {{alltime_top_gifter}}. */
240
+ SystemVariables["ALLTIME_TOP_GIFTER"] = "alltime_top_gifter";
241
+ /** Bits/cheers count this session. Use as {{session_bits_count}}. */
242
+ SystemVariables["SESSION_BITS_COUNT"] = "session_bits_count";
243
+ /** Bits/cheers count this week. Use as {{week_bits_count}}. */
244
+ SystemVariables["WEEK_BITS_COUNT"] = "week_bits_count";
245
+ /** Bits/cheers count this month. Use as {{month_bits_count}}. */
246
+ SystemVariables["MONTH_BITS_COUNT"] = "month_bits_count";
247
+ /** Top cheerer (by total bits) this session. Use as {{session_top_cheerer}}. */
248
+ SystemVariables["SESSION_TOP_CHEERER"] = "session_top_cheerer";
249
+ /** Amount for SESSION_TOP_CHEERER. Use as {{session_top_cheerer_amount}}. */
250
+ SystemVariables["SESSION_TOP_CHEERER_AMOUNT"] = "session_top_cheerer_amount";
251
+ /** Top cheerer this week. Use as {{week_top_cheerer}}. */
252
+ SystemVariables["WEEK_TOP_CHEERER"] = "week_top_cheerer";
253
+ /** Amount for WEEK_TOP_CHEERER. Use as {{week_top_cheerer_amount}}. */
254
+ SystemVariables["WEEK_TOP_CHEERER_AMOUNT"] = "week_top_cheerer_amount";
255
+ /** Top cheerer this month. Use as {{month_top_cheerer}}. */
256
+ SystemVariables["MONTH_TOP_CHEERER"] = "month_top_cheerer";
257
+ /** Amount for MONTH_TOP_CHEERER. Use as {{month_top_cheerer_amount}}. */
258
+ SystemVariables["MONTH_TOP_CHEERER_AMOUNT"] = "month_top_cheerer_amount";
259
+ /** All-time top cheerer. Use as {{alltime_top_cheerer}}. */
260
+ SystemVariables["ALLTIME_TOP_CHEERER"] = "alltime_top_cheerer";
261
+ /** Amount for ALLTIME_TOP_CHEERER. Use as {{alltime_top_cheerer_amount}}. */
262
+ SystemVariables["ALLTIME_TOP_CHEERER_AMOUNT"] = "alltime_top_cheerer_amount";
263
+ /** Largest single cheer this session. Use as {{session_top_cheer}}. */
264
+ SystemVariables["SESSION_TOP_CHEER"] = "session_top_cheer";
265
+ /** Amount for SESSION_TOP_CHEER. Use as {{session_top_cheer_amount}}. */
266
+ SystemVariables["SESSION_TOP_CHEER_AMOUNT"] = "session_top_cheer_amount";
267
+ /** Most recent raider/host (any platform). Use as {{last_raider}}. */
268
+ SystemVariables["LAST_RAIDER"] = "last_raider";
269
+ /** Viewer count for LAST_RAIDER. Use as {{last_raid_amount}}. */
270
+ SystemVariables["LAST_RAID_AMOUNT"] = "last_raid_amount";
208
271
  // ─────────────────────────────────── Games ────────────────────────────────────
209
272
  /** Raffle title. Use as {{raffle_title}}. */
210
273
  SystemVariables["RAFFLE_TITLE"] = "raffle_title";
@@ -734,8 +797,8 @@ var SystemVariables;
734
797
  SystemVariables["SPOTIFY_NOW_PLAYING_URI"] = "spotify_now_playing_uri";
735
798
  /** Now playing track duration in seconds. Use as {{spotify_now_playing_duration}}. */
736
799
  SystemVariables["SPOTIFY_NOW_PLAYING_DURATION"] = "spotify_now_playing_duration";
737
- /** Now playing track progress (current position) in seconds. Use as {{spotify_now_playing_progress}}. */
738
- SystemVariables["SPOTIFY_NOW_PLAYING_PROGRESS"] = "spotify_now_playing_progress";
800
+ // /** Now playing track progress (current position) in seconds. Use as {{spotify_now_playing_progress}}. */
801
+ // SPOTIFY_NOW_PLAYING_PROGRESS = 'spotify_now_playing_progress',
739
802
  /** Next song title. Use as {{spotify_next_song}}. */
740
803
  SystemVariables["SPOTIFY_NEXT_SONG"] = "spotify_next_song";
741
804
  /** Next song artwork URL. Use as {{spotify_next_image}}. */
@@ -763,8 +826,8 @@ var SystemVariables;
763
826
  SystemVariables["YOUTUBEMUSIC_NOW_PLAYING_URL"] = "youtubemusic_now_playing_url";
764
827
  /** Now playing track duration in seconds. Use as {{youtubemusic_now_playing_duration}}. */
765
828
  SystemVariables["YOUTUBEMUSIC_NOW_PLAYING_DURATION"] = "youtubemusic_now_playing_duration";
766
- /** Now playing track progress (current position) in seconds. Use as {{youtubemusic_now_playing_progress}}. */
767
- SystemVariables["YOUTUBEMUSIC_NOW_PLAYING_PROGRESS"] = "youtubemusic_now_playing_progress";
829
+ // /** Now playing track progress (current position) in seconds. Use as {{youtubemusic_now_playing_progress}}. */
830
+ // YOUTUBEMUSIC_NOW_PLAYING_PROGRESS = 'youtubemusic_now_playing_progress',
768
831
  /** Next song title. Use as {{youtubemusic_next_song}}. */
769
832
  SystemVariables["YOUTUBEMUSIC_NEXT_SONG"] = "youtubemusic_next_song";
770
833
  /** Next song artwork URL. Use as {{youtubemusic_next_image}}. */
@@ -823,8 +886,8 @@ var SystemVariables;
823
886
  SystemVariables["VLC_NOW_PLAYING_URL"] = "vlc_now_playing_url";
824
887
  /** Now playing media duration in seconds. Use as {{vlc_now_playing_duration}}. */
825
888
  SystemVariables["VLC_NOW_PLAYING_DURATION"] = "vlc_now_playing_duration";
826
- /** Now playing media progress (current position) in seconds. Use as {{vlc_now_playing_progress}}. */
827
- SystemVariables["VLC_NOW_PLAYING_PROGRESS"] = "vlc_now_playing_progress";
889
+ // /** Now playing media progress (current position) in seconds. Use as {{vlc_now_playing_progress}}. */
890
+ // VLC_NOW_PLAYING_PROGRESS = 'vlc_now_playing_progress',
828
891
  /** Media URI. Use as {{vlc_now_playing_uri}}. */
829
892
  SystemVariables["VLC_NOW_PLAYING_URI"] = "vlc_now_playing_uri";
830
893
  // ────────────────────────────────── Voicemod ──────────────────────────────────
@@ -2249,7 +2312,7 @@ exports.AllVariables = {
2249
2312
  'spotify_now_playing_uri',
2250
2313
  'spotify_now_playing_url',
2251
2314
  'spotify_now_playing_duration',
2252
- 'spotify_now_playing_progress',
2315
+ // 'spotify_now_playing_progress',
2253
2316
  'spotify_next_song',
2254
2317
  'spotify_next_image',
2255
2318
  'spotify_next_artist',
@@ -2655,7 +2718,7 @@ exports.AllVariables = {
2655
2718
  },
2656
2719
  },
2657
2720
  vlc: {
2658
- variables: ['vlc_now_playing_media', 'vlc_now_playing_image', 'vlc_now_playing_id', 'vlc_now_playing_artist', 'vlc_now_playing_uri', 'vlc_now_playing_url', 'vlc_now_playing_duration', 'vlc_now_playing_progress'],
2721
+ variables: ['vlc_now_playing_media', 'vlc_now_playing_image', 'vlc_now_playing_id', 'vlc_now_playing_artist', 'vlc_now_playing_uri', 'vlc_now_playing_url', 'vlc_now_playing_duration' /* , 'vlc_now_playing_progress' */],
2659
2722
  alerts: {
2660
2723
  switchSong: ['name', 'uri', 'image'],
2661
2724
  songPlayed: ['name', 'uri', 'image'],
@@ -2791,7 +2854,7 @@ exports.AllVariables = {
2791
2854
  'youtubemusic_now_playing_artist',
2792
2855
  'youtubemusic_now_playing_url',
2793
2856
  'youtubemusic_now_playing_duration',
2794
- 'youtubemusic_now_playing_progress',
2857
+ // 'youtubemusic_now_playing_progress',
2795
2858
  'youtubemusic_next_song',
2796
2859
  'youtubemusic_next_image',
2797
2860
  'youtubemusic_next_artist',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "3.5.4",
3
+ "version": "3.5.6",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/esm/index.js",