@lumiastream/lumia-types 3.7.7 → 3.7.8

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.
@@ -1128,6 +1128,10 @@ export declare enum SystemVariables {
1128
1128
  FORMAT_DATE = "format_date",
1129
1129
  /** Show elapsed time since date in short format. Example: {{time_since={{follow_time}}}}. Use as {{time_since}}. */
1130
1130
  TIME_SINCE = "time_since",
1131
+ /** Show time remaining until a future date. Example: {{time_until=2026-12-25T00:00:00Z}}. Use as {{time_until}}. */
1132
+ TIME_UNTIL = "time_until",
1133
+ /** Current date (no time). Optional IANA timezone: {{today=America/New_York}}. Use as {{today}}. */
1134
+ TODAY = "today",
1131
1135
  /** Sum multiple variables. Example: {{sum_variables=twitch_total_follower_count,kick_total_follower_count}}. Use as {{sum_variables}}. */
1132
1136
  SUM_VARIABLES = "sum_variables",
1133
1137
  /** Offset a variable by a number. Example: {{offset_count=twitch_total_follower_count,10}}. Use as {{offset_count}}. */
@@ -1193,12 +1197,28 @@ export declare enum SystemVariables {
1193
1197
  GAME_LAST_PLAYER = "game_last_player",
1194
1198
  /** Lumia app uptime. Use as {{lumia_uptime}}. */
1195
1199
  LUMIA_UPTIME = "lumia_uptime",
1200
+ /** ISO timestamp of when the Lumia app started. Use as {{lumia_uptime_timestamp}}. */
1201
+ LUMIA_UPTIME_TIMESTAMP = "lumia_uptime_timestamp",
1196
1202
  /** Twitch stream uptime. Use as {{twitch_uptime}}. */
1197
1203
  TWITCH_UPTIME = "twitch_uptime",
1204
+ /** ISO timestamp of when the Twitch stream started. Use as {{twitch_uptime_timestamp}}. */
1205
+ TWITCH_UPTIME_TIMESTAMP = "twitch_uptime_timestamp",
1198
1206
  /** YouTube stream uptime. Use as {{youtube_uptime}}. */
1199
1207
  YOUTUBE_UPTIME = "youtube_uptime",
1208
+ /** ISO timestamp of when the YouTube stream started. Use as {{youtube_uptime_timestamp}}. */
1209
+ YOUTUBE_UPTIME_TIMESTAMP = "youtube_uptime_timestamp",
1200
1210
  /** Facebook stream uptime. Use as {{facebook_uptime}}. */
1201
1211
  FACEBOOK_UPTIME = "facebook_uptime",
1212
+ /** ISO timestamp of when the Facebook stream started. Use as {{facebook_uptime_timestamp}}. */
1213
+ FACEBOOK_UPTIME_TIMESTAMP = "facebook_uptime_timestamp",
1214
+ /** Kick stream uptime. Use as {{kick_uptime}}. */
1215
+ KICK_UPTIME = "kick_uptime",
1216
+ /** ISO timestamp of when the Kick stream started. Use as {{kick_uptime_timestamp}}. */
1217
+ KICK_UPTIME_TIMESTAMP = "kick_uptime_timestamp",
1218
+ /** TikTok stream uptime. Use as {{tiktok_uptime}}. */
1219
+ TIKTOK_UPTIME = "tiktok_uptime",
1220
+ /** ISO timestamp of when the TikTok stream started. Use as {{tiktok_uptime_timestamp}}. */
1221
+ TIKTOK_UPTIME_TIMESTAMP = "tiktok_uptime_timestamp",
1202
1222
  /** Twitch live status (true/false). Use as {{twitch_live}}. */
1203
1223
  TWITCH_LIVE = "twitch_live",
1204
1224
  /** YouTube live status (true/false). Use as {{youtube_live}}. */
@@ -1128,6 +1128,10 @@ export declare enum SystemVariables {
1128
1128
  FORMAT_DATE = "format_date",
1129
1129
  /** Show elapsed time since date in short format. Example: {{time_since={{follow_time}}}}. Use as {{time_since}}. */
1130
1130
  TIME_SINCE = "time_since",
1131
+ /** Show time remaining until a future date. Example: {{time_until=2026-12-25T00:00:00Z}}. Use as {{time_until}}. */
1132
+ TIME_UNTIL = "time_until",
1133
+ /** Current date (no time). Optional IANA timezone: {{today=America/New_York}}. Use as {{today}}. */
1134
+ TODAY = "today",
1131
1135
  /** Sum multiple variables. Example: {{sum_variables=twitch_total_follower_count,kick_total_follower_count}}. Use as {{sum_variables}}. */
1132
1136
  SUM_VARIABLES = "sum_variables",
1133
1137
  /** Offset a variable by a number. Example: {{offset_count=twitch_total_follower_count,10}}. Use as {{offset_count}}. */
@@ -1193,12 +1197,28 @@ export declare enum SystemVariables {
1193
1197
  GAME_LAST_PLAYER = "game_last_player",
1194
1198
  /** Lumia app uptime. Use as {{lumia_uptime}}. */
1195
1199
  LUMIA_UPTIME = "lumia_uptime",
1200
+ /** ISO timestamp of when the Lumia app started. Use as {{lumia_uptime_timestamp}}. */
1201
+ LUMIA_UPTIME_TIMESTAMP = "lumia_uptime_timestamp",
1196
1202
  /** Twitch stream uptime. Use as {{twitch_uptime}}. */
1197
1203
  TWITCH_UPTIME = "twitch_uptime",
1204
+ /** ISO timestamp of when the Twitch stream started. Use as {{twitch_uptime_timestamp}}. */
1205
+ TWITCH_UPTIME_TIMESTAMP = "twitch_uptime_timestamp",
1198
1206
  /** YouTube stream uptime. Use as {{youtube_uptime}}. */
1199
1207
  YOUTUBE_UPTIME = "youtube_uptime",
1208
+ /** ISO timestamp of when the YouTube stream started. Use as {{youtube_uptime_timestamp}}. */
1209
+ YOUTUBE_UPTIME_TIMESTAMP = "youtube_uptime_timestamp",
1200
1210
  /** Facebook stream uptime. Use as {{facebook_uptime}}. */
1201
1211
  FACEBOOK_UPTIME = "facebook_uptime",
1212
+ /** ISO timestamp of when the Facebook stream started. Use as {{facebook_uptime_timestamp}}. */
1213
+ FACEBOOK_UPTIME_TIMESTAMP = "facebook_uptime_timestamp",
1214
+ /** Kick stream uptime. Use as {{kick_uptime}}. */
1215
+ KICK_UPTIME = "kick_uptime",
1216
+ /** ISO timestamp of when the Kick stream started. Use as {{kick_uptime_timestamp}}. */
1217
+ KICK_UPTIME_TIMESTAMP = "kick_uptime_timestamp",
1218
+ /** TikTok stream uptime. Use as {{tiktok_uptime}}. */
1219
+ TIKTOK_UPTIME = "tiktok_uptime",
1220
+ /** ISO timestamp of when the TikTok stream started. Use as {{tiktok_uptime_timestamp}}. */
1221
+ TIKTOK_UPTIME_TIMESTAMP = "tiktok_uptime_timestamp",
1202
1222
  /** Twitch live status (true/false). Use as {{twitch_live}}. */
1203
1223
  TWITCH_LIVE = "twitch_live",
1204
1224
  /** YouTube live status (true/false). Use as {{youtube_live}}. */
@@ -39,6 +39,10 @@ export var SystemVariables;
39
39
  SystemVariables["FORMAT_DATE"] = "format_date";
40
40
  /** Show elapsed time since date in short format. Example: {{time_since={{follow_time}}}}. Use as {{time_since}}. */
41
41
  SystemVariables["TIME_SINCE"] = "time_since";
42
+ /** Show time remaining until a future date. Example: {{time_until=2026-12-25T00:00:00Z}}. Use as {{time_until}}. */
43
+ SystemVariables["TIME_UNTIL"] = "time_until";
44
+ /** Current date (no time). Optional IANA timezone: {{today=America/New_York}}. Use as {{today}}. */
45
+ SystemVariables["TODAY"] = "today";
42
46
  /** Sum multiple variables. Example: {{sum_variables=twitch_total_follower_count,kick_total_follower_count}}. Use as {{sum_variables}}. */
43
47
  SystemVariables["SUM_VARIABLES"] = "sum_variables";
44
48
  /** Offset a variable by a number. Example: {{offset_count=twitch_total_follower_count,10}}. Use as {{offset_count}}. */
@@ -107,12 +111,28 @@ export var SystemVariables;
107
111
  // ────────────────────────────────── Uptimes ───────────────────────────────────
108
112
  /** Lumia app uptime. Use as {{lumia_uptime}}. */
109
113
  SystemVariables["LUMIA_UPTIME"] = "lumia_uptime";
114
+ /** ISO timestamp of when the Lumia app started. Use as {{lumia_uptime_timestamp}}. */
115
+ SystemVariables["LUMIA_UPTIME_TIMESTAMP"] = "lumia_uptime_timestamp";
110
116
  /** Twitch stream uptime. Use as {{twitch_uptime}}. */
111
117
  SystemVariables["TWITCH_UPTIME"] = "twitch_uptime";
118
+ /** ISO timestamp of when the Twitch stream started. Use as {{twitch_uptime_timestamp}}. */
119
+ SystemVariables["TWITCH_UPTIME_TIMESTAMP"] = "twitch_uptime_timestamp";
112
120
  /** YouTube stream uptime. Use as {{youtube_uptime}}. */
113
121
  SystemVariables["YOUTUBE_UPTIME"] = "youtube_uptime";
122
+ /** ISO timestamp of when the YouTube stream started. Use as {{youtube_uptime_timestamp}}. */
123
+ SystemVariables["YOUTUBE_UPTIME_TIMESTAMP"] = "youtube_uptime_timestamp";
114
124
  /** Facebook stream uptime. Use as {{facebook_uptime}}. */
115
125
  SystemVariables["FACEBOOK_UPTIME"] = "facebook_uptime";
126
+ /** ISO timestamp of when the Facebook stream started. Use as {{facebook_uptime_timestamp}}. */
127
+ SystemVariables["FACEBOOK_UPTIME_TIMESTAMP"] = "facebook_uptime_timestamp";
128
+ /** Kick stream uptime. Use as {{kick_uptime}}. */
129
+ SystemVariables["KICK_UPTIME"] = "kick_uptime";
130
+ /** ISO timestamp of when the Kick stream started. Use as {{kick_uptime_timestamp}}. */
131
+ SystemVariables["KICK_UPTIME_TIMESTAMP"] = "kick_uptime_timestamp";
132
+ /** TikTok stream uptime. Use as {{tiktok_uptime}}. */
133
+ SystemVariables["TIKTOK_UPTIME"] = "tiktok_uptime";
134
+ /** ISO timestamp of when the TikTok stream started. Use as {{tiktok_uptime_timestamp}}. */
135
+ SystemVariables["TIKTOK_UPTIME_TIMESTAMP"] = "tiktok_uptime_timestamp";
116
136
  /** Twitch live status (true/false). Use as {{twitch_live}}. */
117
137
  SystemVariables["TWITCH_LIVE"] = "twitch_live";
118
138
  /** YouTube live status (true/false). Use as {{youtube_live}}. */
@@ -1384,7 +1404,16 @@ export const AllVariables = {
1384
1404
  'commands_url',
1385
1405
  'session_start_date',
1386
1406
  'game_last_player',
1407
+ 'today',
1387
1408
  'lumia_uptime',
1409
+ 'lumia_uptime_timestamp',
1410
+ 'twitch_uptime_timestamp',
1411
+ 'youtube_uptime_timestamp',
1412
+ 'facebook_uptime_timestamp',
1413
+ 'kick_uptime',
1414
+ 'kick_uptime_timestamp',
1415
+ 'tiktok_uptime',
1416
+ 'tiktok_uptime_timestamp',
1388
1417
  'overlays_brb_clips',
1389
1418
  'latest_donator',
1390
1419
  'latest_donator_amount',
@@ -50,6 +50,10 @@ export declare enum SystemVariables {
50
50
  FORMAT_DATE = "format_date",
51
51
  /** Show elapsed time since date in short format. Example: {{time_since={{follow_time}}}}. Use as {{time_since}}. */
52
52
  TIME_SINCE = "time_since",
53
+ /** Show time remaining until a future date. Example: {{time_until=2026-12-25T00:00:00Z}}. Use as {{time_until}}. */
54
+ TIME_UNTIL = "time_until",
55
+ /** Current date (no time). Optional IANA timezone: {{today=America/New_York}}. Use as {{today}}. */
56
+ TODAY = "today",
53
57
  /** Sum multiple variables. Example: {{sum_variables=twitch_total_follower_count,kick_total_follower_count}}. Use as {{sum_variables}}. */
54
58
  SUM_VARIABLES = "sum_variables",
55
59
  /** Offset a variable by a number. Example: {{offset_count=twitch_total_follower_count,10}}. Use as {{offset_count}}. */
@@ -115,12 +119,28 @@ export declare enum SystemVariables {
115
119
  GAME_LAST_PLAYER = "game_last_player",
116
120
  /** Lumia app uptime. Use as {{lumia_uptime}}. */
117
121
  LUMIA_UPTIME = "lumia_uptime",
122
+ /** ISO timestamp of when the Lumia app started. Use as {{lumia_uptime_timestamp}}. */
123
+ LUMIA_UPTIME_TIMESTAMP = "lumia_uptime_timestamp",
118
124
  /** Twitch stream uptime. Use as {{twitch_uptime}}. */
119
125
  TWITCH_UPTIME = "twitch_uptime",
126
+ /** ISO timestamp of when the Twitch stream started. Use as {{twitch_uptime_timestamp}}. */
127
+ TWITCH_UPTIME_TIMESTAMP = "twitch_uptime_timestamp",
120
128
  /** YouTube stream uptime. Use as {{youtube_uptime}}. */
121
129
  YOUTUBE_UPTIME = "youtube_uptime",
130
+ /** ISO timestamp of when the YouTube stream started. Use as {{youtube_uptime_timestamp}}. */
131
+ YOUTUBE_UPTIME_TIMESTAMP = "youtube_uptime_timestamp",
122
132
  /** Facebook stream uptime. Use as {{facebook_uptime}}. */
123
133
  FACEBOOK_UPTIME = "facebook_uptime",
134
+ /** ISO timestamp of when the Facebook stream started. Use as {{facebook_uptime_timestamp}}. */
135
+ FACEBOOK_UPTIME_TIMESTAMP = "facebook_uptime_timestamp",
136
+ /** Kick stream uptime. Use as {{kick_uptime}}. */
137
+ KICK_UPTIME = "kick_uptime",
138
+ /** ISO timestamp of when the Kick stream started. Use as {{kick_uptime_timestamp}}. */
139
+ KICK_UPTIME_TIMESTAMP = "kick_uptime_timestamp",
140
+ /** TikTok stream uptime. Use as {{tiktok_uptime}}. */
141
+ TIKTOK_UPTIME = "tiktok_uptime",
142
+ /** ISO timestamp of when the TikTok stream started. Use as {{tiktok_uptime_timestamp}}. */
143
+ TIKTOK_UPTIME_TIMESTAMP = "tiktok_uptime_timestamp",
124
144
  /** Twitch live status (true/false). Use as {{twitch_live}}. */
125
145
  TWITCH_LIVE = "twitch_live",
126
146
  /** YouTube live status (true/false). Use as {{youtube_live}}. */
@@ -44,6 +44,10 @@ var SystemVariables;
44
44
  SystemVariables["FORMAT_DATE"] = "format_date";
45
45
  /** Show elapsed time since date in short format. Example: {{time_since={{follow_time}}}}. Use as {{time_since}}. */
46
46
  SystemVariables["TIME_SINCE"] = "time_since";
47
+ /** Show time remaining until a future date. Example: {{time_until=2026-12-25T00:00:00Z}}. Use as {{time_until}}. */
48
+ SystemVariables["TIME_UNTIL"] = "time_until";
49
+ /** Current date (no time). Optional IANA timezone: {{today=America/New_York}}. Use as {{today}}. */
50
+ SystemVariables["TODAY"] = "today";
47
51
  /** Sum multiple variables. Example: {{sum_variables=twitch_total_follower_count,kick_total_follower_count}}. Use as {{sum_variables}}. */
48
52
  SystemVariables["SUM_VARIABLES"] = "sum_variables";
49
53
  /** Offset a variable by a number. Example: {{offset_count=twitch_total_follower_count,10}}. Use as {{offset_count}}. */
@@ -112,12 +116,28 @@ var SystemVariables;
112
116
  // ────────────────────────────────── Uptimes ───────────────────────────────────
113
117
  /** Lumia app uptime. Use as {{lumia_uptime}}. */
114
118
  SystemVariables["LUMIA_UPTIME"] = "lumia_uptime";
119
+ /** ISO timestamp of when the Lumia app started. Use as {{lumia_uptime_timestamp}}. */
120
+ SystemVariables["LUMIA_UPTIME_TIMESTAMP"] = "lumia_uptime_timestamp";
115
121
  /** Twitch stream uptime. Use as {{twitch_uptime}}. */
116
122
  SystemVariables["TWITCH_UPTIME"] = "twitch_uptime";
123
+ /** ISO timestamp of when the Twitch stream started. Use as {{twitch_uptime_timestamp}}. */
124
+ SystemVariables["TWITCH_UPTIME_TIMESTAMP"] = "twitch_uptime_timestamp";
117
125
  /** YouTube stream uptime. Use as {{youtube_uptime}}. */
118
126
  SystemVariables["YOUTUBE_UPTIME"] = "youtube_uptime";
127
+ /** ISO timestamp of when the YouTube stream started. Use as {{youtube_uptime_timestamp}}. */
128
+ SystemVariables["YOUTUBE_UPTIME_TIMESTAMP"] = "youtube_uptime_timestamp";
119
129
  /** Facebook stream uptime. Use as {{facebook_uptime}}. */
120
130
  SystemVariables["FACEBOOK_UPTIME"] = "facebook_uptime";
131
+ /** ISO timestamp of when the Facebook stream started. Use as {{facebook_uptime_timestamp}}. */
132
+ SystemVariables["FACEBOOK_UPTIME_TIMESTAMP"] = "facebook_uptime_timestamp";
133
+ /** Kick stream uptime. Use as {{kick_uptime}}. */
134
+ SystemVariables["KICK_UPTIME"] = "kick_uptime";
135
+ /** ISO timestamp of when the Kick stream started. Use as {{kick_uptime_timestamp}}. */
136
+ SystemVariables["KICK_UPTIME_TIMESTAMP"] = "kick_uptime_timestamp";
137
+ /** TikTok stream uptime. Use as {{tiktok_uptime}}. */
138
+ SystemVariables["TIKTOK_UPTIME"] = "tiktok_uptime";
139
+ /** ISO timestamp of when the TikTok stream started. Use as {{tiktok_uptime_timestamp}}. */
140
+ SystemVariables["TIKTOK_UPTIME_TIMESTAMP"] = "tiktok_uptime_timestamp";
121
141
  /** Twitch live status (true/false). Use as {{twitch_live}}. */
122
142
  SystemVariables["TWITCH_LIVE"] = "twitch_live";
123
143
  /** YouTube live status (true/false). Use as {{youtube_live}}. */
@@ -1389,7 +1409,16 @@ exports.AllVariables = {
1389
1409
  'commands_url',
1390
1410
  'session_start_date',
1391
1411
  'game_last_player',
1412
+ 'today',
1392
1413
  'lumia_uptime',
1414
+ 'lumia_uptime_timestamp',
1415
+ 'twitch_uptime_timestamp',
1416
+ 'youtube_uptime_timestamp',
1417
+ 'facebook_uptime_timestamp',
1418
+ 'kick_uptime',
1419
+ 'kick_uptime_timestamp',
1420
+ 'tiktok_uptime',
1421
+ 'tiktok_uptime_timestamp',
1393
1422
  'overlays_brb_clips',
1394
1423
  'latest_donator',
1395
1424
  'latest_donator_amount',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "3.7.7",
3
+ "version": "3.7.8",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/esm/index.js",