@lumiastream/lumia-types 2.6.2 → 2.6.4
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.
|
@@ -825,6 +825,8 @@ export declare enum SystemVariables {
|
|
|
825
825
|
GET_RANDOM_FILE_FROM_FOLDER = "get_random_file_from_folder",
|
|
826
826
|
/** Desktop screenshot (monitor selectable). Example: {{screenshot=2}}. Use as {{screenshot}}. */
|
|
827
827
|
SCREENSHOT = "screenshot",
|
|
828
|
+
/** Overlay screenshot. Example: {{overlay_screenshot=Overlay 1}}. Use as {{overlay_screenshot}}. */
|
|
829
|
+
OVERLAY_SCREENSHOT = "overlay_screenshot",
|
|
828
830
|
/** OBS screenshot (scene selectable). Example: {{obs_screenshot=Scene 1}}. Use as {{obs_screenshot}}. */
|
|
829
831
|
OBS_SCREENSHOT = "obs_screenshot",
|
|
830
832
|
/** Save OBS replay buffer (optional delay). Example: {{obs_replay=5}}. Use as {{obs_replay}}. */
|
|
@@ -845,6 +847,8 @@ export declare enum SystemVariables {
|
|
|
845
847
|
COMMANDS_URL = "commands_url",
|
|
846
848
|
/** Session start time (ISO). Use as {{session_start_date}}. */
|
|
847
849
|
SESSION_START_DATE = "session_start_date",
|
|
850
|
+
/** Last overlay screenshot path. Use as {{last_overlay_screenshot_path}}. */
|
|
851
|
+
LAST_OVERLAY_SCREENSHOT_PATH = "last_overlay_screenshot_path",
|
|
848
852
|
/** Last player to trigger a game. Use as {{game_last_player}}. */
|
|
849
853
|
GAME_LAST_PLAYER = "game_last_player",
|
|
850
854
|
/** Lumia app uptime. Use as {{lumia_uptime}}. */
|
|
@@ -825,6 +825,8 @@ export declare enum SystemVariables {
|
|
|
825
825
|
GET_RANDOM_FILE_FROM_FOLDER = "get_random_file_from_folder",
|
|
826
826
|
/** Desktop screenshot (monitor selectable). Example: {{screenshot=2}}. Use as {{screenshot}}. */
|
|
827
827
|
SCREENSHOT = "screenshot",
|
|
828
|
+
/** Overlay screenshot. Example: {{overlay_screenshot=Overlay 1}}. Use as {{overlay_screenshot}}. */
|
|
829
|
+
OVERLAY_SCREENSHOT = "overlay_screenshot",
|
|
828
830
|
/** OBS screenshot (scene selectable). Example: {{obs_screenshot=Scene 1}}. Use as {{obs_screenshot}}. */
|
|
829
831
|
OBS_SCREENSHOT = "obs_screenshot",
|
|
830
832
|
/** Save OBS replay buffer (optional delay). Example: {{obs_replay=5}}. Use as {{obs_replay}}. */
|
|
@@ -845,6 +847,8 @@ export declare enum SystemVariables {
|
|
|
845
847
|
COMMANDS_URL = "commands_url",
|
|
846
848
|
/** Session start time (ISO). Use as {{session_start_date}}. */
|
|
847
849
|
SESSION_START_DATE = "session_start_date",
|
|
850
|
+
/** Last overlay screenshot path. Use as {{last_overlay_screenshot_path}}. */
|
|
851
|
+
LAST_OVERLAY_SCREENSHOT_PATH = "last_overlay_screenshot_path",
|
|
848
852
|
/** Last player to trigger a game. Use as {{game_last_player}}. */
|
|
849
853
|
GAME_LAST_PLAYER = "game_last_player",
|
|
850
854
|
/** Lumia app uptime. Use as {{lumia_uptime}}. */
|
package/dist/event.types.d.ts
CHANGED
|
@@ -25,6 +25,8 @@ export declare enum SystemVariables {
|
|
|
25
25
|
GET_RANDOM_FILE_FROM_FOLDER = "get_random_file_from_folder",
|
|
26
26
|
/** Desktop screenshot (monitor selectable). Example: {{screenshot=2}}. Use as {{screenshot}}. */
|
|
27
27
|
SCREENSHOT = "screenshot",
|
|
28
|
+
/** Overlay screenshot. Example: {{overlay_screenshot=Overlay 1}}. Use as {{overlay_screenshot}}. */
|
|
29
|
+
OVERLAY_SCREENSHOT = "overlay_screenshot",
|
|
28
30
|
/** OBS screenshot (scene selectable). Example: {{obs_screenshot=Scene 1}}. Use as {{obs_screenshot}}. */
|
|
29
31
|
OBS_SCREENSHOT = "obs_screenshot",
|
|
30
32
|
/** Save OBS replay buffer (optional delay). Example: {{obs_replay=5}}. Use as {{obs_replay}}. */
|
|
@@ -45,6 +47,8 @@ export declare enum SystemVariables {
|
|
|
45
47
|
COMMANDS_URL = "commands_url",
|
|
46
48
|
/** Session start time (ISO). Use as {{session_start_date}}. */
|
|
47
49
|
SESSION_START_DATE = "session_start_date",
|
|
50
|
+
/** Last overlay screenshot path. Use as {{last_overlay_screenshot_path}}. */
|
|
51
|
+
LAST_OVERLAY_SCREENSHOT_PATH = "last_overlay_screenshot_path",
|
|
48
52
|
/** Last player to trigger a game. Use as {{game_last_player}}. */
|
|
49
53
|
GAME_LAST_PLAYER = "game_last_player",
|
|
50
54
|
/** Lumia app uptime. Use as {{lumia_uptime}}. */
|
package/dist/variables.types.js
CHANGED
|
@@ -32,6 +32,8 @@ var SystemVariables;
|
|
|
32
32
|
SystemVariables["GET_RANDOM_FILE_FROM_FOLDER"] = "get_random_file_from_folder";
|
|
33
33
|
/** Desktop screenshot (monitor selectable). Example: {{screenshot=2}}. Use as {{screenshot}}. */
|
|
34
34
|
SystemVariables["SCREENSHOT"] = "screenshot";
|
|
35
|
+
/** Overlay screenshot. Example: {{overlay_screenshot=Overlay 1}}. Use as {{overlay_screenshot}}. */
|
|
36
|
+
SystemVariables["OVERLAY_SCREENSHOT"] = "overlay_screenshot";
|
|
35
37
|
/** OBS screenshot (scene selectable). Example: {{obs_screenshot=Scene 1}}. Use as {{obs_screenshot}}. */
|
|
36
38
|
SystemVariables["OBS_SCREENSHOT"] = "obs_screenshot";
|
|
37
39
|
/** Save OBS replay buffer (optional delay). Example: {{obs_replay=5}}. Use as {{obs_replay}}. */
|
|
@@ -48,10 +50,13 @@ var SystemVariables;
|
|
|
48
50
|
SystemVariables["TRANSLATE"] = "translate";
|
|
49
51
|
/** Get the ai response from ai integration. Example: {{ai_prompt={{message}}}}. Use as {{ai_prompt}}. */
|
|
50
52
|
SystemVariables["AI_PROMPT"] = "ai_prompt";
|
|
53
|
+
// ─────────────────────────────────── General Variables ───────────────────────
|
|
51
54
|
/** Commands URL/page. Use in overlays as {{commands_url}}. */
|
|
52
55
|
SystemVariables["COMMANDS_URL"] = "commands_url";
|
|
53
56
|
/** Session start time (ISO). Use as {{session_start_date}}. */
|
|
54
57
|
SystemVariables["SESSION_START_DATE"] = "session_start_date";
|
|
58
|
+
/** Last overlay screenshot path. Use as {{last_overlay_screenshot_path}}. */
|
|
59
|
+
SystemVariables["LAST_OVERLAY_SCREENSHOT_PATH"] = "last_overlay_screenshot_path";
|
|
55
60
|
// ─────────────────────────────────── Games ────────────────────────────────────
|
|
56
61
|
/** Last player to trigger a game. Use as {{game_last_player}}. */
|
|
57
62
|
SystemVariables["GAME_LAST_PLAYER"] = "game_last_player";
|
|
@@ -690,6 +695,8 @@ exports.ReservedVariables = [
|
|
|
690
695
|
'merch',
|
|
691
696
|
'message',
|
|
692
697
|
'rawMessage',
|
|
698
|
+
'messageWithoutEmotes',
|
|
699
|
+
'rawMessageWithoutEmotes',
|
|
693
700
|
'userColor',
|
|
694
701
|
'userColorRgb',
|
|
695
702
|
'platform',
|
|
@@ -883,6 +890,8 @@ exports.AllVariables = {
|
|
|
883
890
|
'message',
|
|
884
891
|
'messageId',
|
|
885
892
|
'rawMessage',
|
|
893
|
+
'messageWithoutEmotes',
|
|
894
|
+
'rawMessageWithoutEmotes',
|
|
886
895
|
'userColor',
|
|
887
896
|
'platform',
|
|
888
897
|
'badgesRaw',
|
|
@@ -905,6 +914,8 @@ exports.AllVariables = {
|
|
|
905
914
|
'message',
|
|
906
915
|
'messageId',
|
|
907
916
|
'rawMessage',
|
|
917
|
+
'messageWithoutEmotes',
|
|
918
|
+
'rawMessageWithoutEmotes',
|
|
908
919
|
'userColor',
|
|
909
920
|
'platform',
|
|
910
921
|
'badgesRaw',
|
|
@@ -913,8 +924,40 @@ exports.AllVariables = {
|
|
|
913
924
|
'emotesRaw',
|
|
914
925
|
'timestamp',
|
|
915
926
|
],
|
|
916
|
-
twitchPoints: [
|
|
917
|
-
|
|
927
|
+
twitchPoints: [
|
|
928
|
+
'username',
|
|
929
|
+
'displayname',
|
|
930
|
+
'userId',
|
|
931
|
+
'avatar',
|
|
932
|
+
'channelDescription',
|
|
933
|
+
'channelViews',
|
|
934
|
+
'command',
|
|
935
|
+
'prompt',
|
|
936
|
+
'message',
|
|
937
|
+
'rawMessage',
|
|
938
|
+
'messageWithoutEmotes',
|
|
939
|
+
'rawMessageWithoutEmotes',
|
|
940
|
+
'points',
|
|
941
|
+
'title',
|
|
942
|
+
'timestamp',
|
|
943
|
+
],
|
|
944
|
+
kickPoints: [
|
|
945
|
+
'username',
|
|
946
|
+
'displayname',
|
|
947
|
+
'userId',
|
|
948
|
+
'avatar',
|
|
949
|
+
'channelDescription',
|
|
950
|
+
'channelViews',
|
|
951
|
+
'command',
|
|
952
|
+
'prompt',
|
|
953
|
+
'message',
|
|
954
|
+
'rawMessage',
|
|
955
|
+
'messageWithoutEmotes',
|
|
956
|
+
'rawMessageWithoutEmotes',
|
|
957
|
+
'points',
|
|
958
|
+
'title',
|
|
959
|
+
'timestamp',
|
|
960
|
+
],
|
|
918
961
|
trovoSpells: [
|
|
919
962
|
'username',
|
|
920
963
|
'displayname',
|
|
@@ -929,7 +972,22 @@ exports.AllVariables = {
|
|
|
929
972
|
'spell_elixir_combined_value',
|
|
930
973
|
'timestamp',
|
|
931
974
|
],
|
|
932
|
-
twitchExtensions: [
|
|
975
|
+
twitchExtensions: [
|
|
976
|
+
'username',
|
|
977
|
+
'displayname',
|
|
978
|
+
'userId',
|
|
979
|
+
'avatar',
|
|
980
|
+
'channelDescription',
|
|
981
|
+
'channelViews',
|
|
982
|
+
'command',
|
|
983
|
+
'prompt',
|
|
984
|
+
'message',
|
|
985
|
+
'messageWithoutEmotes',
|
|
986
|
+
'rawMessageWithoutEmotes',
|
|
987
|
+
'bits',
|
|
988
|
+
'timestamp',
|
|
989
|
+
'points_cost',
|
|
990
|
+
],
|
|
933
991
|
fileWatcher: ['content', 'file', 'path', 'timestamp'],
|
|
934
992
|
chatmatch: ['language_detect_result', 'detected_language', 'detected_language_code'],
|
|
935
993
|
commands: [
|
|
@@ -947,6 +1005,8 @@ exports.AllVariables = {
|
|
|
947
1005
|
'message',
|
|
948
1006
|
'messageId',
|
|
949
1007
|
'rawMessage',
|
|
1008
|
+
'messageWithoutEmotes',
|
|
1009
|
+
'rawMessageWithoutEmotes',
|
|
950
1010
|
'userColor',
|
|
951
1011
|
'platform',
|
|
952
1012
|
'badgesRaw',
|