@lumiastream/lumia-types 0.2.15 → 0.2.16

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.
@@ -1,273 +1,273 @@
1
- export declare enum LumiaActivityCommandTypes {
2
- TEST = "test",
3
- ALERT = "alert",
4
- CHAT = "chat",
5
- DIRECT = "direct",
6
- MIDI = "midi",
7
- OSC = "osc",
8
- MQTT = "mqtt",
9
- ARTNET = "artnet",
10
- LIGHTS_OFF = "lights-off",
11
- RGB_COLOR = "rgb-color",
12
- HEX_COLOR = "hex-color",
13
- CHAT_COMMAND = "chat-command",
14
- CHATBOT_COMMAND = "chatbot-command",
15
- CHAT_MATCH = "chat-match",
16
- TWITCH_POINTS = "twitch-points",
17
- TWITCH_POINTS_OUTPUT = "twitch-points-output",
18
- TWITCH_EXTENSION = "twitch-extension",
19
- TROVO_SPELLS = "trovo-spells",
20
- STUDIO_SCENE = "studio-scene",
21
- STUDIO_ANIMATION = "studio-animation",
22
- STUDIO_THEME = "studio-theme",
23
- SET_FUZE = "set-fuze",
24
- START_FUZE = "start-fuze",
25
- STOP_FUZE = "stop-fuze",
26
- TOGGLE_FUZE = "toggle-fuze",
27
- TO_DEFAULT = "to-default",
28
- SET_LUMIA = "set-lumia",
29
- START_LUMIA = "start-lumia",
30
- STOP_LUMIA = "stop-lumia",
31
- TOGGLE_STREAMMODE = "toggle-stream-mode",
32
- START_STREAMMODE = "start-stream-mode",
33
- STOP_STREAMMODE = "stop-stream-mode",
34
- CLEAR_QUEUE = "clear-queue",
35
- CHATBOT_MESSAGE = "chatbot-message",
36
- TTS = "tts",
37
- COMMUNITY_TEST = "community-test",
38
- UPDATE_VARIABLE_VALUE = "update-variable-value",
39
- GET_VARIABLE_VALUE = "get-variable-value",
40
- SPOTIFY = "send-spotify-command",
41
- VLC = "send-vlc-command",
42
- TWITTER = "send-twitter-command",
43
- OVERLAY_SET_OVERLAY_VISIBILITY = "overlay-set-visibility",
44
- OVERLAY_SET_LAYER_VISIBILITY = "overlay-set-layer-visibility",
45
- OVERLAY_SET_LAYER_POSITION = "overlay-set-layer-position",
46
- OVERLAY_SET_CONTENT = "overlay-set-content",
47
- GAMESGLOW_ALERT = "gamesglow-alert",
48
- GAMESGLOW_COMMAND = "gamesglow-command",
49
- GAMESGLOW_VARIABLE = "gamesglow-variable",
50
- GAMESGLOW_VIRTUALLIGHT = "gamesglow-virtuallight"
51
- }
52
- export declare enum LumiaExternalActivityCommandTypes {
53
- ALERT = "alert",
54
- MIDI = "midi",
55
- OSC = "osc",
56
- ARTNET = "artnet",
57
- RGB_COLOR = "rgb-color",
58
- HEX_COLOR = "hex-color",
59
- CHAT_COMMAND = "chat-command",
60
- TWITCH_POINTS = "twitch-points",
61
- TWITCH_EXTENSION = "twitch-extension",
62
- TROVO_SPELLS = "trovo-spells",
63
- STUDIO_SCENE = "studio-scene",
64
- STUDIO_ANIMATION = "studio-animation",
65
- STUDIO_THEME = "studio-theme",
66
- CHATBOT_MESSAGE = "chatbot-messsage",
67
- TTS = "tts"
68
- }
69
- export declare enum LumiaAlertValues {
70
- TWITCH_STREAM_LIVE = "twitch-streamLive",
71
- TWITCH_STREAM_OFFLINE = "twitch-streamOffline",
72
- TWITCH_FOLLOWER = "twitch-follower",
73
- TWITCH_SUBSCRIBER = "twitch-subscriber",
74
- TWITCH_HOST = "twitch-host",
75
- TWITCH_RAID = "twitch-raid",
76
- TWITCH_BITS = "twitch-bits",
77
- TWITCH_REDEMPTION = "twitch-redemption",
78
- TWITCH_HYPETRAIN_STARTED = "twitch-hypetrainStarted",
79
- TWITCH_HYPETRAIN_PROGRESSED = "twitch-hypetrainProgressed",
80
- TWITCH_HYPETRAIN_LEVEL_PROGRESSED = "twitch-hypetrainLevelProgressed",
81
- TWITCH_HYPETRAIN_ENDED = "twitch-hypetrainEnded",
82
- TWITCH_POLL_STARTED = "twitch-pollStarted",
83
- TWITCH_POLL_PROGRESSED = "twitch-pollProgressed",
84
- TWITCH_POLL_ENDED = "twitch-pollEnded",
85
- TWITCH_PREDICTION_STARTED = "twitch-predictionStarted",
86
- TWITCH_PREDICTION_PROGRESSED = "twitch-predictionProgressed",
87
- TWITCH_PREDICTION_LOCKED = "twitch-predictionLocked",
88
- TWITCH_PREDICTION_ENDED = "twitch-predictionEnded",
89
- TWITCH_GOAL_STARTED = "twitch-goalStarted",
90
- TWITCH_GOAL_PROGRESSED = "twitch-goalProgressed",
91
- TWITCH_GOAL_ENDED = "twitch-goalEnded",
92
- TWITCH_CATEGORY = "twitch-categoryChanged",
93
- TWITCH_CLIP = "twitch-clip",
94
- YOUTUBE_MEMBER = "youtube-member",
95
- YOUTUBE_SUBSCRIBER = "youtube-subscriber",
96
- YOUTUBE_SUPERCHAT = "youtube-superchat",
97
- YOUTUBE_SUPERSTICKER = "youtube-supersticker",
98
- FACEBOOK_FOLLOWER = "facebook-follower",
99
- FACEBOOK_REACTION = "facebook-reaction",
100
- FACEBOOK_STAR = "facebook-star",
101
- FACEBOOK_SUPPORT = "facebook-support",
102
- FACEBOOK_SHARE = "facebook-share",
103
- FACEBOOK_FAN = "facebook-fan",
104
- GLIMESH_SUBSCRIBER = "glimesh-subscriber",
105
- GLIMESH_FOLLOWER = "glimesh-follower",
106
- TROVO_SUBSCRIBER = "trovo-subscriber",
107
- TROVO_FOLLOWER = "trovo-follower",
108
- TROVO_SPELL = "trovo-spell",
109
- TIKTOK_FOLLOWER = "tiktok-follower",
110
- TIKTOK_LIKE = "tiktok-like",
111
- TIKTOK_GIFT = "tiktok-gift",
112
- TIKTOK_SHARE = "tiktok-share",
113
- TIKTOK_STREAM_END = "tiktok-streamEnd",
114
- STREAMLABS_DONATION = "streamlabs-donation",
115
- STREAMLABS_CHARITY = "streamlabs-charity",
116
- STREAMLABS_MERCH = "streamlabs-merch",
117
- STREAMLABS_REDEMPTION = "streamlabs-redemption",
118
- STREAMLABS_PRIMEGIFT = "streamlabs-primegift",
119
- STREAMELEMENTS_DONATION = "streamelements-donation",
120
- STREAMELEMENTS_MERCH = "streamelements-merch",
121
- STREAMELEMENTS_REDEMPTION = "streamelements-redemption",
122
- EXTRALIFE_DONATION = "extralife-donation",
123
- DONORDRIVE_DONATION = "donordrive-donation",
124
- TILTIFY_DONATION = "tiltify-campaignDonation",
125
- TIPEEESTREAM_DONATION = "tipeeestream-donation",
126
- TREATSTREAM_TREAT = "treatstream-treat",
127
- PATREON_PLEDGE = "patreon-pledge",
128
- OBS_SWITCH_PROFILE = "obs-switchProfile",
129
- OBS_SWITCH_SCENE = "obs-switchScene",
130
- OBS_SCENE_ITEM_VISIBILITY = "obs-sceneItemVisibility",
131
- OBS_SWITCH_TRANSITION = "obs-switch-transition",
132
- OBS_TRANSITION_BEGIN = "obs-transitionBegin",
133
- OBS_TRANSITION_END = "obs-transitionEnd",
134
- OBS_STREAM_STARTING = "obs-streamStarting",
135
- OBS_STREAM_STOPPING = "obs-streamStopping",
136
- SLOBS_SWITCH_SCENE_COLLECTION = "slobs-switchSceneCollection",
137
- SLOBS_SWITCH_SCENE = "slobs-switchScene",
138
- SLOBS_SCENE_ITEM_VISIBILITY = "slobs-sceneItemVisibility",
139
- SPOTIFY_SWITCH_SONG = "spotify-switchSong",
140
- SPOTIFY_SONG_PLAYED = "spotify-songPlayed",
141
- SPOTIFY_SONG_PAUSED = "spotify-songPaused",
142
- VLC_SWITCH_SONG = "vlc-switchSong",
143
- VLC_SONG_PLAYED = "vlc-songPlayed",
144
- VLC_SONG_PAUSED = "vlc-songPaused",
145
- PULSE_HEARTRATE = "pulse-heartrate",
146
- PULSE_CALORIES = "pulse-calories",
147
- TWITTER_FOLLOWER = "twitter-follower",
148
- TWITTER_LIKE = "twitter-like",
149
- TWITTER_RETWEET = "twitter-retweet",
150
- WOOCOMMERCE_ORDER = "woocommerce-order",
151
- KOFI_DONATION = "kofi-donation",
152
- KOFI_SUBSCRIPTION = "kofi-subscription",
153
- KOFI_COMMISSION = "kofi-commission",
154
- KOFI_SHOPORDER = "kofi-shopOrder",
155
- STREAMERBOT_ACTION = "streamerbot-action"
156
- }
157
- export declare const LumiaAlertFriendlyValues: {
158
- "twitch-streamLive": string;
159
- "twitch-streamOffline": string;
160
- "twitch-follower": string;
161
- "twitch-subscriber": string;
162
- "twitch-host": string;
163
- "twitch-raid": string;
164
- "twitch-bits": string;
165
- "twitch-redemption": string;
166
- "twitch-hypetrainStarted": string;
167
- "twitch-hypetrainProgressed": string;
168
- "twitch-hypetrainLevelProgressed": string;
169
- "twitch-hypetrainEnded": string;
170
- "twitch-pollStarted": string;
171
- "twitch-pollProgressed": string;
172
- "twitch-pollEnded": string;
173
- "twitch-predictionStarted": string;
174
- "twitch-predictionProgressed": string;
175
- "twitch-predictionLocked": string;
176
- "twitch-predictionEnded": string;
177
- "twitch-goalStarted": string;
178
- "twitch-goalProgressed": string;
179
- "twitch-goalEnded": string;
180
- "twitch-categoryChanged": string;
181
- "twitch-clip": string;
182
- "youtube-member": string;
183
- "youtube-subscriber": string;
184
- "youtube-superchat": string;
185
- "youtube-supersticker": string;
186
- "facebook-follower": string;
187
- "facebook-reaction": string;
188
- "facebook-star": string;
189
- "facebook-support": string;
190
- "facebook-share": string;
191
- "facebook-fan": string;
192
- "glimesh-subscriber": string;
193
- "glimesh-follower": string;
194
- "trovo-subscriber": string;
195
- "trovo-follower": string;
196
- "trovo-spell": string;
197
- "tiktok-follower": string;
198
- "tiktok-like": string;
199
- "tiktok-gift": string;
200
- "tiktok-share": string;
201
- "tiktok-streamEnd": string;
202
- "streamlabs-donation": string;
203
- "streamlabs-charity": string;
204
- "streamlabs-merch": string;
205
- "streamlabs-redemption": string;
206
- "streamlabs-primegift": string;
207
- "streamelements-donation": string;
208
- "streamelements-merch": string;
209
- "streamelements-redemption": string;
210
- "extralife-donation": string;
211
- "donordrive-donation": string;
212
- "tiltify-campaignDonation": string;
213
- "tipeeestream-donation": string;
214
- "treatstream-treat": string;
215
- "patreon-pledge": string;
216
- "obs-switchProfile": string;
217
- "obs-switchScene": string;
218
- "obs-sceneItemVisibility": string;
219
- "obs-switch-transition": string;
220
- "obs-transitionBegin": string;
221
- "obs-transitionEnd": string;
222
- "obs-streamStarting": string;
223
- "obs-streamStopping": string;
224
- "slobs-switchSceneCollection": string;
225
- "slobs-switchScene": string;
226
- "slobs-sceneItemVisibility": string;
227
- "spotify-switchSong": string;
228
- "spotify-songPlayed": string;
229
- "spotify-songPaused": string;
230
- "vlc-switchSong": string;
231
- "vlc-songPlayed": string;
232
- "vlc-songPaused": string;
233
- "pulse-heartrate": string;
234
- "pulse-calories": string;
235
- "twitter-follower": string;
236
- "twitter-like": string;
237
- "twitter-retweet": string;
238
- "woocommerce-order": string;
239
- "kofi-donation": string;
240
- "kofi-subscription": string;
241
- "kofi-commission": string;
242
- "kofi-shopOrder": string;
243
- "streamerbot-action": string;
244
- };
245
- export declare enum LumiaActivityOriginTypes {
246
- SYSTEM = "system",
247
- ALEXA = "alexa",
248
- ALERT = "alert",
249
- CHAT = "chat",
250
- TWITCH_POINTS = "twitch-points",
251
- TWITCH_EXTENSION = "twitch-extension",
252
- TROVO_SPELLS = "trovo-spells",
253
- API = "api",
254
- LUMIASTREAMLINK = "lumiastreamlink",
255
- STREAMDECK = "streamdeck",
256
- TOUCHPORTAL = "touchportal",
257
- AVERMEDIA = "avermedia",
258
- LOUPEDECK = "loupedeck",
259
- GAMESGLOW = "gamesglow"
260
- }
261
- export declare enum LumiaActivityApiValueType {
262
- NO_VALUE = 0,
263
- CUSTOM_VALUE = 1,
264
- SET_VALUE = 2
265
- }
266
- export declare const LumiaActivityNoValueTypes: LumiaActivityCommandTypes[];
267
- export declare enum LumiaActivityTestType {
268
- REACTION = 0,
269
- BUILDUPS = 1,
270
- ANIMATION = 2,
271
- THEME = 3,
272
- SCENE = 4
273
- }
1
+ export declare enum LumiaActivityCommandTypes {
2
+ TEST = "test",
3
+ ALERT = "alert",
4
+ CHAT = "chat",
5
+ DIRECT = "direct",
6
+ MIDI = "midi",
7
+ OSC = "osc",
8
+ MQTT = "mqtt",
9
+ ARTNET = "artnet",
10
+ LIGHTS_OFF = "lights-off",
11
+ RGB_COLOR = "rgb-color",
12
+ HEX_COLOR = "hex-color",
13
+ CHAT_COMMAND = "chat-command",
14
+ CHATBOT_COMMAND = "chatbot-command",
15
+ CHAT_MATCH = "chat-match",
16
+ TWITCH_POINTS = "twitch-points",
17
+ TWITCH_POINTS_OUTPUT = "twitch-points-output",
18
+ TWITCH_EXTENSION = "twitch-extension",
19
+ TROVO_SPELLS = "trovo-spells",
20
+ STUDIO_SCENE = "studio-scene",
21
+ STUDIO_ANIMATION = "studio-animation",
22
+ STUDIO_THEME = "studio-theme",
23
+ SET_FUZE = "set-fuze",
24
+ START_FUZE = "start-fuze",
25
+ STOP_FUZE = "stop-fuze",
26
+ TOGGLE_FUZE = "toggle-fuze",
27
+ TO_DEFAULT = "to-default",
28
+ SET_LUMIA = "set-lumia",
29
+ START_LUMIA = "start-lumia",
30
+ STOP_LUMIA = "stop-lumia",
31
+ TOGGLE_STREAMMODE = "toggle-stream-mode",
32
+ START_STREAMMODE = "start-stream-mode",
33
+ STOP_STREAMMODE = "stop-stream-mode",
34
+ CLEAR_QUEUE = "clear-queue",
35
+ CHATBOT_MESSAGE = "chatbot-message",
36
+ TTS = "tts",
37
+ COMMUNITY_TEST = "community-test",
38
+ UPDATE_VARIABLE_VALUE = "update-variable-value",
39
+ GET_VARIABLE_VALUE = "get-variable-value",
40
+ SPOTIFY = "send-spotify-command",
41
+ VLC = "send-vlc-command",
42
+ TWITTER = "send-twitter-command",
43
+ OVERLAY_SET_OVERLAY_VISIBILITY = "overlay-set-visibility",
44
+ OVERLAY_SET_LAYER_VISIBILITY = "overlay-set-layer-visibility",
45
+ OVERLAY_SET_LAYER_POSITION = "overlay-set-layer-position",
46
+ OVERLAY_SET_CONTENT = "overlay-set-content",
47
+ GAMESGLOW_ALERT = "gamesglow-alert",
48
+ GAMESGLOW_COMMAND = "gamesglow-command",
49
+ GAMESGLOW_VARIABLE = "gamesglow-variable",
50
+ GAMESGLOW_VIRTUALLIGHT = "gamesglow-virtuallight"
51
+ }
52
+ export declare enum LumiaExternalActivityCommandTypes {
53
+ ALERT = "alert",
54
+ MIDI = "midi",
55
+ OSC = "osc",
56
+ ARTNET = "artnet",
57
+ RGB_COLOR = "rgb-color",
58
+ HEX_COLOR = "hex-color",
59
+ CHAT_COMMAND = "chat-command",
60
+ TWITCH_POINTS = "twitch-points",
61
+ TWITCH_EXTENSION = "twitch-extension",
62
+ TROVO_SPELLS = "trovo-spells",
63
+ STUDIO_SCENE = "studio-scene",
64
+ STUDIO_ANIMATION = "studio-animation",
65
+ STUDIO_THEME = "studio-theme",
66
+ CHATBOT_MESSAGE = "chatbot-messsage",
67
+ TTS = "tts"
68
+ }
69
+ export declare enum LumiaAlertValues {
70
+ TWITCH_STREAM_LIVE = "twitch-streamLive",
71
+ TWITCH_STREAM_OFFLINE = "twitch-streamOffline",
72
+ TWITCH_FOLLOWER = "twitch-follower",
73
+ TWITCH_SUBSCRIBER = "twitch-subscriber",
74
+ TWITCH_HOST = "twitch-host",
75
+ TWITCH_RAID = "twitch-raid",
76
+ TWITCH_BITS = "twitch-bits",
77
+ TWITCH_REDEMPTION = "twitch-redemption",
78
+ TWITCH_HYPETRAIN_STARTED = "twitch-hypetrainStarted",
79
+ TWITCH_HYPETRAIN_PROGRESSED = "twitch-hypetrainProgressed",
80
+ TWITCH_HYPETRAIN_LEVEL_PROGRESSED = "twitch-hypetrainLevelProgressed",
81
+ TWITCH_HYPETRAIN_ENDED = "twitch-hypetrainEnded",
82
+ TWITCH_POLL_STARTED = "twitch-pollStarted",
83
+ TWITCH_POLL_PROGRESSED = "twitch-pollProgressed",
84
+ TWITCH_POLL_ENDED = "twitch-pollEnded",
85
+ TWITCH_PREDICTION_STARTED = "twitch-predictionStarted",
86
+ TWITCH_PREDICTION_PROGRESSED = "twitch-predictionProgressed",
87
+ TWITCH_PREDICTION_LOCKED = "twitch-predictionLocked",
88
+ TWITCH_PREDICTION_ENDED = "twitch-predictionEnded",
89
+ TWITCH_GOAL_STARTED = "twitch-goalStarted",
90
+ TWITCH_GOAL_PROGRESSED = "twitch-goalProgressed",
91
+ TWITCH_GOAL_ENDED = "twitch-goalEnded",
92
+ TWITCH_CATEGORY = "twitch-categoryChanged",
93
+ TWITCH_CLIP = "twitch-clip",
94
+ YOUTUBE_MEMBER = "youtube-member",
95
+ YOUTUBE_SUBSCRIBER = "youtube-subscriber",
96
+ YOUTUBE_SUPERCHAT = "youtube-superchat",
97
+ YOUTUBE_SUPERSTICKER = "youtube-supersticker",
98
+ FACEBOOK_FOLLOWER = "facebook-follower",
99
+ FACEBOOK_REACTION = "facebook-reaction",
100
+ FACEBOOK_STAR = "facebook-star",
101
+ FACEBOOK_SUPPORT = "facebook-support",
102
+ FACEBOOK_SHARE = "facebook-share",
103
+ FACEBOOK_FAN = "facebook-fan",
104
+ GLIMESH_SUBSCRIBER = "glimesh-subscriber",
105
+ GLIMESH_FOLLOWER = "glimesh-follower",
106
+ TROVO_SUBSCRIBER = "trovo-subscriber",
107
+ TROVO_FOLLOWER = "trovo-follower",
108
+ TROVO_SPELL = "trovo-spell",
109
+ TIKTOK_FOLLOWER = "tiktok-follower",
110
+ TIKTOK_LIKE = "tiktok-like",
111
+ TIKTOK_GIFT = "tiktok-gift",
112
+ TIKTOK_SHARE = "tiktok-share",
113
+ TIKTOK_STREAM_END = "tiktok-streamEnd",
114
+ STREAMLABS_DONATION = "streamlabs-donation",
115
+ STREAMLABS_CHARITY = "streamlabs-charity",
116
+ STREAMLABS_MERCH = "streamlabs-merch",
117
+ STREAMLABS_REDEMPTION = "streamlabs-redemption",
118
+ STREAMLABS_PRIMEGIFT = "streamlabs-primegift",
119
+ STREAMELEMENTS_DONATION = "streamelements-donation",
120
+ STREAMELEMENTS_MERCH = "streamelements-merch",
121
+ STREAMELEMENTS_REDEMPTION = "streamelements-redemption",
122
+ EXTRALIFE_DONATION = "extralife-donation",
123
+ DONORDRIVE_DONATION = "donordrive-donation",
124
+ TILTIFY_DONATION = "tiltify-campaignDonation",
125
+ TIPEEESTREAM_DONATION = "tipeeestream-donation",
126
+ TREATSTREAM_TREAT = "treatstream-treat",
127
+ PATREON_PLEDGE = "patreon-pledge",
128
+ OBS_SWITCH_PROFILE = "obs-switchProfile",
129
+ OBS_SWITCH_SCENE = "obs-switchScene",
130
+ OBS_SCENE_ITEM_VISIBILITY = "obs-sceneItemVisibility",
131
+ OBS_SWITCH_TRANSITION = "obs-switch-transition",
132
+ OBS_TRANSITION_BEGIN = "obs-transitionBegin",
133
+ OBS_TRANSITION_END = "obs-transitionEnd",
134
+ OBS_STREAM_STARTING = "obs-streamStarting",
135
+ OBS_STREAM_STOPPING = "obs-streamStopping",
136
+ SLOBS_SWITCH_SCENE_COLLECTION = "slobs-switchSceneCollection",
137
+ SLOBS_SWITCH_SCENE = "slobs-switchScene",
138
+ SLOBS_SCENE_ITEM_VISIBILITY = "slobs-sceneItemVisibility",
139
+ SPOTIFY_SWITCH_SONG = "spotify-switchSong",
140
+ SPOTIFY_SONG_PLAYED = "spotify-songPlayed",
141
+ SPOTIFY_SONG_PAUSED = "spotify-songPaused",
142
+ VLC_SWITCH_SONG = "vlc-switchSong",
143
+ VLC_SONG_PLAYED = "vlc-songPlayed",
144
+ VLC_SONG_PAUSED = "vlc-songPaused",
145
+ PULSE_HEARTRATE = "pulse-heartrate",
146
+ PULSE_CALORIES = "pulse-calories",
147
+ TWITTER_FOLLOWER = "twitter-follower",
148
+ TWITTER_LIKE = "twitter-like",
149
+ TWITTER_RETWEET = "twitter-retweet",
150
+ WOOCOMMERCE_ORDER = "woocommerce-order",
151
+ KOFI_DONATION = "kofi-donation",
152
+ KOFI_SUBSCRIPTION = "kofi-subscription",
153
+ KOFI_COMMISSION = "kofi-commission",
154
+ KOFI_SHOPORDER = "kofi-shopOrder",
155
+ STREAMERBOT_ACTION = "streamerbot-action"
156
+ }
157
+ export declare const LumiaAlertFriendlyValues: {
158
+ "twitch-streamLive": string;
159
+ "twitch-streamOffline": string;
160
+ "twitch-follower": string;
161
+ "twitch-subscriber": string;
162
+ "twitch-host": string;
163
+ "twitch-raid": string;
164
+ "twitch-bits": string;
165
+ "twitch-redemption": string;
166
+ "twitch-hypetrainStarted": string;
167
+ "twitch-hypetrainProgressed": string;
168
+ "twitch-hypetrainLevelProgressed": string;
169
+ "twitch-hypetrainEnded": string;
170
+ "twitch-pollStarted": string;
171
+ "twitch-pollProgressed": string;
172
+ "twitch-pollEnded": string;
173
+ "twitch-predictionStarted": string;
174
+ "twitch-predictionProgressed": string;
175
+ "twitch-predictionLocked": string;
176
+ "twitch-predictionEnded": string;
177
+ "twitch-goalStarted": string;
178
+ "twitch-goalProgressed": string;
179
+ "twitch-goalEnded": string;
180
+ "twitch-categoryChanged": string;
181
+ "twitch-clip": string;
182
+ "youtube-member": string;
183
+ "youtube-subscriber": string;
184
+ "youtube-superchat": string;
185
+ "youtube-supersticker": string;
186
+ "facebook-follower": string;
187
+ "facebook-reaction": string;
188
+ "facebook-star": string;
189
+ "facebook-support": string;
190
+ "facebook-share": string;
191
+ "facebook-fan": string;
192
+ "glimesh-subscriber": string;
193
+ "glimesh-follower": string;
194
+ "trovo-subscriber": string;
195
+ "trovo-follower": string;
196
+ "trovo-spell": string;
197
+ "tiktok-follower": string;
198
+ "tiktok-like": string;
199
+ "tiktok-gift": string;
200
+ "tiktok-share": string;
201
+ "tiktok-streamEnd": string;
202
+ "streamlabs-donation": string;
203
+ "streamlabs-charity": string;
204
+ "streamlabs-merch": string;
205
+ "streamlabs-redemption": string;
206
+ "streamlabs-primegift": string;
207
+ "streamelements-donation": string;
208
+ "streamelements-merch": string;
209
+ "streamelements-redemption": string;
210
+ "extralife-donation": string;
211
+ "donordrive-donation": string;
212
+ "tiltify-campaignDonation": string;
213
+ "tipeeestream-donation": string;
214
+ "treatstream-treat": string;
215
+ "patreon-pledge": string;
216
+ "obs-switchProfile": string;
217
+ "obs-switchScene": string;
218
+ "obs-sceneItemVisibility": string;
219
+ "obs-switch-transition": string;
220
+ "obs-transitionBegin": string;
221
+ "obs-transitionEnd": string;
222
+ "obs-streamStarting": string;
223
+ "obs-streamStopping": string;
224
+ "slobs-switchSceneCollection": string;
225
+ "slobs-switchScene": string;
226
+ "slobs-sceneItemVisibility": string;
227
+ "spotify-switchSong": string;
228
+ "spotify-songPlayed": string;
229
+ "spotify-songPaused": string;
230
+ "vlc-switchSong": string;
231
+ "vlc-songPlayed": string;
232
+ "vlc-songPaused": string;
233
+ "pulse-heartrate": string;
234
+ "pulse-calories": string;
235
+ "twitter-follower": string;
236
+ "twitter-like": string;
237
+ "twitter-retweet": string;
238
+ "woocommerce-order": string;
239
+ "kofi-donation": string;
240
+ "kofi-subscription": string;
241
+ "kofi-commission": string;
242
+ "kofi-shopOrder": string;
243
+ "streamerbot-action": string;
244
+ };
245
+ export declare enum LumiaActivityOriginTypes {
246
+ SYSTEM = "system",
247
+ ALEXA = "alexa",
248
+ ALERT = "alert",
249
+ CHAT = "chat",
250
+ TWITCH_POINTS = "twitch-points",
251
+ TWITCH_EXTENSION = "twitch-extension",
252
+ TROVO_SPELLS = "trovo-spells",
253
+ API = "api",
254
+ LUMIASTREAMLINK = "lumiastreamlink",
255
+ STREAMDECK = "streamdeck",
256
+ TOUCHPORTAL = "touchportal",
257
+ AVERMEDIA = "avermedia",
258
+ LOUPEDECK = "loupedeck",
259
+ GAMESGLOW = "gamesglow"
260
+ }
261
+ export declare enum LumiaActivityApiValueType {
262
+ NO_VALUE = 0,
263
+ CUSTOM_VALUE = 1,
264
+ SET_VALUE = 2
265
+ }
266
+ export declare const LumiaActivityNoValueTypes: LumiaActivityCommandTypes[];
267
+ export declare enum LumiaActivityTestType {
268
+ REACTION = 0,
269
+ BUILDUPS = 1,
270
+ ANIMATION = 2,
271
+ THEME = 3,
272
+ SCENE = 4
273
+ }