@lumiastream/lumia-types 3.7.1 → 3.7.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.
@@ -1259,6 +1259,14 @@ export declare enum SystemVariables {
1259
1259
  WEEK_DONATION_AMOUNT = "week_donation_amount",
1260
1260
  /** Donation sum for the current calendar month. Use as {{month_donation_amount}}. */
1261
1261
  MONTH_DONATION_AMOUNT = "month_donation_amount",
1262
+ /** Session-wide gross money across every income source (tips, bits, subs, gift subs, super chats, super stickers, TikTok gifts, kicks, stars…), normalized to your default currency. Use as {{session_money_amount}}. */
1263
+ SESSION_MONEY_AMOUNT = "session_money_amount",
1264
+ /** Gross money across every income source for the current calendar week. Use as {{week_money_amount}}. */
1265
+ WEEK_MONEY_AMOUNT = "week_money_amount",
1266
+ /** Gross money across every income source for the current calendar month. Use as {{month_money_amount}}. */
1267
+ MONTH_MONEY_AMOUNT = "month_money_amount",
1268
+ /** All-time gross money across every income source. Use as {{total_money_amount}}. */
1269
+ TOTAL_MONEY_AMOUNT = "total_money_amount",
1262
1270
  /** Donation event count for the current calendar week. Use as {{week_donation_count}}. */
1263
1271
  WEEK_DONATION_COUNT = "week_donation_count",
1264
1272
  /** Donation event count for the current calendar month. Use as {{month_donation_count}}. */
@@ -1891,8 +1899,6 @@ export declare enum SystemVariables {
1891
1899
  SPOTIFY_NEXT_URL = "spotify_next_url",
1892
1900
  /** Next song Spotify URI. Use as {{spotify_next_uri}}. */
1893
1901
  SPOTIFY_NEXT_URI = "spotify_next_uri",
1894
- /** Current queue (comma-separated). Use as {{spotify_queue}}. */
1895
- SPOTIFY_QUEUE = "spotify_queue",
1896
1902
  /** Now playing song title. Use as {{youtubemusic_now_playing_song}}. */
1897
1903
  YOUTUBEMUSIC_NOW_PLAYING_SONG = "youtubemusic_now_playing_song",
1898
1904
  /** Now playing artwork URL. Use as {{youtubemusic_now_playing_image}}. */
@@ -1259,6 +1259,14 @@ export declare enum SystemVariables {
1259
1259
  WEEK_DONATION_AMOUNT = "week_donation_amount",
1260
1260
  /** Donation sum for the current calendar month. Use as {{month_donation_amount}}. */
1261
1261
  MONTH_DONATION_AMOUNT = "month_donation_amount",
1262
+ /** Session-wide gross money across every income source (tips, bits, subs, gift subs, super chats, super stickers, TikTok gifts, kicks, stars…), normalized to your default currency. Use as {{session_money_amount}}. */
1263
+ SESSION_MONEY_AMOUNT = "session_money_amount",
1264
+ /** Gross money across every income source for the current calendar week. Use as {{week_money_amount}}. */
1265
+ WEEK_MONEY_AMOUNT = "week_money_amount",
1266
+ /** Gross money across every income source for the current calendar month. Use as {{month_money_amount}}. */
1267
+ MONTH_MONEY_AMOUNT = "month_money_amount",
1268
+ /** All-time gross money across every income source. Use as {{total_money_amount}}. */
1269
+ TOTAL_MONEY_AMOUNT = "total_money_amount",
1262
1270
  /** Donation event count for the current calendar week. Use as {{week_donation_count}}. */
1263
1271
  WEEK_DONATION_COUNT = "week_donation_count",
1264
1272
  /** Donation event count for the current calendar month. Use as {{month_donation_count}}. */
@@ -1891,8 +1899,6 @@ export declare enum SystemVariables {
1891
1899
  SPOTIFY_NEXT_URL = "spotify_next_url",
1892
1900
  /** Next song Spotify URI. Use as {{spotify_next_uri}}. */
1893
1901
  SPOTIFY_NEXT_URI = "spotify_next_uri",
1894
- /** Current queue (comma-separated). Use as {{spotify_queue}}. */
1895
- SPOTIFY_QUEUE = "spotify_queue",
1896
1902
  /** Now playing song title. Use as {{youtubemusic_now_playing_song}}. */
1897
1903
  YOUTUBEMUSIC_NOW_PLAYING_SONG = "youtubemusic_now_playing_song",
1898
1904
  /** Now playing artwork URL. Use as {{youtubemusic_now_playing_image}}. */
@@ -184,6 +184,14 @@ export var SystemVariables;
184
184
  SystemVariables["WEEK_DONATION_AMOUNT"] = "week_donation_amount";
185
185
  /** Donation sum for the current calendar month. Use as {{month_donation_amount}}. */
186
186
  SystemVariables["MONTH_DONATION_AMOUNT"] = "month_donation_amount";
187
+ /** Session-wide gross money across every income source (tips, bits, subs, gift subs, super chats, super stickers, TikTok gifts, kicks, stars…), normalized to your default currency. Use as {{session_money_amount}}. */
188
+ SystemVariables["SESSION_MONEY_AMOUNT"] = "session_money_amount";
189
+ /** Gross money across every income source for the current calendar week. Use as {{week_money_amount}}. */
190
+ SystemVariables["WEEK_MONEY_AMOUNT"] = "week_money_amount";
191
+ /** Gross money across every income source for the current calendar month. Use as {{month_money_amount}}. */
192
+ SystemVariables["MONTH_MONEY_AMOUNT"] = "month_money_amount";
193
+ /** All-time gross money across every income source. Use as {{total_money_amount}}. */
194
+ SystemVariables["TOTAL_MONEY_AMOUNT"] = "total_money_amount";
187
195
  /** Donation event count for the current calendar week. Use as {{week_donation_count}}. */
188
196
  SystemVariables["WEEK_DONATION_COUNT"] = "week_donation_count";
189
197
  /** Donation event count for the current calendar month. Use as {{month_donation_count}}. */
@@ -828,8 +836,6 @@ export var SystemVariables;
828
836
  SystemVariables["SPOTIFY_NEXT_URL"] = "spotify_next_url";
829
837
  /** Next song Spotify URI. Use as {{spotify_next_uri}}. */
830
838
  SystemVariables["SPOTIFY_NEXT_URI"] = "spotify_next_uri";
831
- /** Current queue (comma-separated). Use as {{spotify_queue}}. */
832
- SystemVariables["SPOTIFY_QUEUE"] = "spotify_queue";
833
839
  // ─────────────────────────────── YouTube Music ────────────────────────────────
834
840
  /** Now playing song title. Use as {{youtubemusic_now_playing_song}}. */
835
841
  SystemVariables["YOUTUBEMUSIC_NOW_PLAYING_SONG"] = "youtubemusic_now_playing_song";
@@ -2568,7 +2574,7 @@ export const AllVariables = {
2568
2574
  'spotify_next_id',
2569
2575
  'spotify_next_url',
2570
2576
  'spotify_next_uri',
2571
- 'spotify_queue',
2577
+ 'spotify_now_playing_queue',
2572
2578
  ],
2573
2579
  alerts: {
2574
2580
  switchSong: ['name', 'uri', 'image'],
@@ -191,6 +191,14 @@ export declare enum SystemVariables {
191
191
  WEEK_DONATION_AMOUNT = "week_donation_amount",
192
192
  /** Donation sum for the current calendar month. Use as {{month_donation_amount}}. */
193
193
  MONTH_DONATION_AMOUNT = "month_donation_amount",
194
+ /** Session-wide gross money across every income source (tips, bits, subs, gift subs, super chats, super stickers, TikTok gifts, kicks, stars…), normalized to your default currency. Use as {{session_money_amount}}. */
195
+ SESSION_MONEY_AMOUNT = "session_money_amount",
196
+ /** Gross money across every income source for the current calendar week. Use as {{week_money_amount}}. */
197
+ WEEK_MONEY_AMOUNT = "week_money_amount",
198
+ /** Gross money across every income source for the current calendar month. Use as {{month_money_amount}}. */
199
+ MONTH_MONEY_AMOUNT = "month_money_amount",
200
+ /** All-time gross money across every income source. Use as {{total_money_amount}}. */
201
+ TOTAL_MONEY_AMOUNT = "total_money_amount",
194
202
  /** Donation event count for the current calendar week. Use as {{week_donation_count}}. */
195
203
  WEEK_DONATION_COUNT = "week_donation_count",
196
204
  /** Donation event count for the current calendar month. Use as {{month_donation_count}}. */
@@ -823,8 +831,6 @@ export declare enum SystemVariables {
823
831
  SPOTIFY_NEXT_URL = "spotify_next_url",
824
832
  /** Next song Spotify URI. Use as {{spotify_next_uri}}. */
825
833
  SPOTIFY_NEXT_URI = "spotify_next_uri",
826
- /** Current queue (comma-separated). Use as {{spotify_queue}}. */
827
- SPOTIFY_QUEUE = "spotify_queue",
828
834
  /** Now playing song title. Use as {{youtubemusic_now_playing_song}}. */
829
835
  YOUTUBEMUSIC_NOW_PLAYING_SONG = "youtubemusic_now_playing_song",
830
836
  /** Now playing artwork URL. Use as {{youtubemusic_now_playing_image}}. */
@@ -189,6 +189,14 @@ var SystemVariables;
189
189
  SystemVariables["WEEK_DONATION_AMOUNT"] = "week_donation_amount";
190
190
  /** Donation sum for the current calendar month. Use as {{month_donation_amount}}. */
191
191
  SystemVariables["MONTH_DONATION_AMOUNT"] = "month_donation_amount";
192
+ /** Session-wide gross money across every income source (tips, bits, subs, gift subs, super chats, super stickers, TikTok gifts, kicks, stars…), normalized to your default currency. Use as {{session_money_amount}}. */
193
+ SystemVariables["SESSION_MONEY_AMOUNT"] = "session_money_amount";
194
+ /** Gross money across every income source for the current calendar week. Use as {{week_money_amount}}. */
195
+ SystemVariables["WEEK_MONEY_AMOUNT"] = "week_money_amount";
196
+ /** Gross money across every income source for the current calendar month. Use as {{month_money_amount}}. */
197
+ SystemVariables["MONTH_MONEY_AMOUNT"] = "month_money_amount";
198
+ /** All-time gross money across every income source. Use as {{total_money_amount}}. */
199
+ SystemVariables["TOTAL_MONEY_AMOUNT"] = "total_money_amount";
192
200
  /** Donation event count for the current calendar week. Use as {{week_donation_count}}. */
193
201
  SystemVariables["WEEK_DONATION_COUNT"] = "week_donation_count";
194
202
  /** Donation event count for the current calendar month. Use as {{month_donation_count}}. */
@@ -833,8 +841,6 @@ var SystemVariables;
833
841
  SystemVariables["SPOTIFY_NEXT_URL"] = "spotify_next_url";
834
842
  /** Next song Spotify URI. Use as {{spotify_next_uri}}. */
835
843
  SystemVariables["SPOTIFY_NEXT_URI"] = "spotify_next_uri";
836
- /** Current queue (comma-separated). Use as {{spotify_queue}}. */
837
- SystemVariables["SPOTIFY_QUEUE"] = "spotify_queue";
838
844
  // ─────────────────────────────── YouTube Music ────────────────────────────────
839
845
  /** Now playing song title. Use as {{youtubemusic_now_playing_song}}. */
840
846
  SystemVariables["YOUTUBEMUSIC_NOW_PLAYING_SONG"] = "youtubemusic_now_playing_song";
@@ -2573,7 +2579,7 @@ exports.AllVariables = {
2573
2579
  'spotify_next_id',
2574
2580
  'spotify_next_url',
2575
2581
  'spotify_next_uri',
2576
- 'spotify_queue',
2582
+ 'spotify_now_playing_queue',
2577
2583
  ],
2578
2584
  alerts: {
2579
2585
  switchSong: ['name', 'uri', 'image'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "3.7.1",
3
+ "version": "3.7.2",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/esm/index.js",