@lumiastream/lumia-types 3.7.7 → 3.7.9

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}}. */