@lumiastream/lumia-types 3.3.7-alpha.7 → 3.3.7-alpha.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.
|
@@ -1382,12 +1382,18 @@ export declare enum SystemVariables {
|
|
|
1382
1382
|
TWITCH_LAST_FOLLOWER = "twitch_last_follower",
|
|
1383
1383
|
/** Session followers list. Use as {{twitch_session_follower}}. */
|
|
1384
1384
|
TWITCH_SESSION_FOLLOWERS = "twitch_session_follower",
|
|
1385
|
-
/** Last subscriber. Use as {{twitch_last_subscriber}}. */
|
|
1385
|
+
/** Last subscriber of any kind (new sub, resub, or recipient of a gift). Use as {{twitch_last_subscriber}}. */
|
|
1386
1386
|
TWITCH_LAST_SUBSCRIBER = "twitch_last_subscriber",
|
|
1387
|
-
/** Last
|
|
1387
|
+
/** Last person to subscribe for the first time (excludes resubs and gift-recipients). Use as {{twitch_last_new_subscriber}}. */
|
|
1388
|
+
TWITCH_LAST_NEW_SUBSCRIBER = "twitch_last_new_subscriber",
|
|
1389
|
+
/** Last person to extend an existing subscription (any month past month 1, consecutive or not). Use as {{twitch_last_resubscriber}}. */
|
|
1390
|
+
TWITCH_LAST_RESUBSCRIBER = "twitch_last_resubscriber",
|
|
1391
|
+
/** Last gifter (the person who sent the gift). Use as {{twitch_last_gifter}}. */
|
|
1388
1392
|
TWITCH_LAST_GIFTER = "twitch_last_gifter",
|
|
1389
|
-
/** Last gifted sub amount. Use as {{twitch_last_gifter_amount}}. */
|
|
1393
|
+
/** Last gifted sub amount (number of subs in the last gift drop). Use as {{twitch_last_gifter_amount}}. */
|
|
1390
1394
|
TWITCH_LAST_GIFTER_AMOUNT = "twitch_last_gifter_amount",
|
|
1395
|
+
/** Last gift recipient (the person who received the most recent gifted sub). Use as {{twitch_last_gifted}}. */
|
|
1396
|
+
TWITCH_LAST_GIFTED = "twitch_last_gifted",
|
|
1391
1397
|
/** Session subscribers list. Use as {{twitch_session_subscribers}}. */
|
|
1392
1398
|
TWITCH_SESSION_SUBSCRIBERS = "twitch_session_subscribers",
|
|
1393
1399
|
/** Session chat count. Use as {{twitch_session_chat_count}}. */
|
|
@@ -1748,10 +1754,12 @@ export declare enum SystemVariables {
|
|
|
1748
1754
|
KICK_LAST_FOLLOWER = "kick_last_follower",
|
|
1749
1755
|
/** Last subscriber. Use as {{kick_last_subscriber}}. */
|
|
1750
1756
|
KICK_LAST_SUBSCRIBER = "kick_last_subscriber",
|
|
1751
|
-
/** Last gifter. Use as {{kick_last_gifter}}. */
|
|
1757
|
+
/** Last gifter (the person who sent the gift). Use as {{kick_last_gifter}}. */
|
|
1752
1758
|
KICK_LAST_GIFTER = "kick_last_gifter",
|
|
1753
|
-
/** Last gifted sub amount. Use as {{kick_last_gifter_amount}}. */
|
|
1759
|
+
/** Last gifted sub amount (number of subs in the last gift drop). Use as {{kick_last_gifter_amount}}. */
|
|
1754
1760
|
KICK_LAST_GIFTER_AMOUNT = "kick_last_gifter_amount",
|
|
1761
|
+
/** Last gift recipient (the person who received the most recent gifted sub on Kick). Use as {{kick_last_gifted}}. */
|
|
1762
|
+
KICK_LAST_GIFTED = "kick_last_gifted",
|
|
1755
1763
|
/** Last host. Use as {{kick_last_host}}. */
|
|
1756
1764
|
KICK_LAST_HOST = "kick_last_host",
|
|
1757
1765
|
/** Last host viewer amount. Use as {{kick_last_host_amount}}. */
|
|
@@ -1382,12 +1382,18 @@ export declare enum SystemVariables {
|
|
|
1382
1382
|
TWITCH_LAST_FOLLOWER = "twitch_last_follower",
|
|
1383
1383
|
/** Session followers list. Use as {{twitch_session_follower}}. */
|
|
1384
1384
|
TWITCH_SESSION_FOLLOWERS = "twitch_session_follower",
|
|
1385
|
-
/** Last subscriber. Use as {{twitch_last_subscriber}}. */
|
|
1385
|
+
/** Last subscriber of any kind (new sub, resub, or recipient of a gift). Use as {{twitch_last_subscriber}}. */
|
|
1386
1386
|
TWITCH_LAST_SUBSCRIBER = "twitch_last_subscriber",
|
|
1387
|
-
/** Last
|
|
1387
|
+
/** Last person to subscribe for the first time (excludes resubs and gift-recipients). Use as {{twitch_last_new_subscriber}}. */
|
|
1388
|
+
TWITCH_LAST_NEW_SUBSCRIBER = "twitch_last_new_subscriber",
|
|
1389
|
+
/** Last person to extend an existing subscription (any month past month 1, consecutive or not). Use as {{twitch_last_resubscriber}}. */
|
|
1390
|
+
TWITCH_LAST_RESUBSCRIBER = "twitch_last_resubscriber",
|
|
1391
|
+
/** Last gifter (the person who sent the gift). Use as {{twitch_last_gifter}}. */
|
|
1388
1392
|
TWITCH_LAST_GIFTER = "twitch_last_gifter",
|
|
1389
|
-
/** Last gifted sub amount. Use as {{twitch_last_gifter_amount}}. */
|
|
1393
|
+
/** Last gifted sub amount (number of subs in the last gift drop). Use as {{twitch_last_gifter_amount}}. */
|
|
1390
1394
|
TWITCH_LAST_GIFTER_AMOUNT = "twitch_last_gifter_amount",
|
|
1395
|
+
/** Last gift recipient (the person who received the most recent gifted sub). Use as {{twitch_last_gifted}}. */
|
|
1396
|
+
TWITCH_LAST_GIFTED = "twitch_last_gifted",
|
|
1391
1397
|
/** Session subscribers list. Use as {{twitch_session_subscribers}}. */
|
|
1392
1398
|
TWITCH_SESSION_SUBSCRIBERS = "twitch_session_subscribers",
|
|
1393
1399
|
/** Session chat count. Use as {{twitch_session_chat_count}}. */
|
|
@@ -1748,10 +1754,12 @@ export declare enum SystemVariables {
|
|
|
1748
1754
|
KICK_LAST_FOLLOWER = "kick_last_follower",
|
|
1749
1755
|
/** Last subscriber. Use as {{kick_last_subscriber}}. */
|
|
1750
1756
|
KICK_LAST_SUBSCRIBER = "kick_last_subscriber",
|
|
1751
|
-
/** Last gifter. Use as {{kick_last_gifter}}. */
|
|
1757
|
+
/** Last gifter (the person who sent the gift). Use as {{kick_last_gifter}}. */
|
|
1752
1758
|
KICK_LAST_GIFTER = "kick_last_gifter",
|
|
1753
|
-
/** Last gifted sub amount. Use as {{kick_last_gifter_amount}}. */
|
|
1759
|
+
/** Last gifted sub amount (number of subs in the last gift drop). Use as {{kick_last_gifter_amount}}. */
|
|
1754
1760
|
KICK_LAST_GIFTER_AMOUNT = "kick_last_gifter_amount",
|
|
1761
|
+
/** Last gift recipient (the person who received the most recent gifted sub on Kick). Use as {{kick_last_gifted}}. */
|
|
1762
|
+
KICK_LAST_GIFTED = "kick_last_gifted",
|
|
1755
1763
|
/** Last host. Use as {{kick_last_host}}. */
|
|
1756
1764
|
KICK_LAST_HOST = "kick_last_host",
|
|
1757
1765
|
/** Last host viewer amount. Use as {{kick_last_host_amount}}. */
|
|
@@ -307,12 +307,18 @@ export var SystemVariables;
|
|
|
307
307
|
SystemVariables["TWITCH_LAST_FOLLOWER"] = "twitch_last_follower";
|
|
308
308
|
/** Session followers list. Use as {{twitch_session_follower}}. */
|
|
309
309
|
SystemVariables["TWITCH_SESSION_FOLLOWERS"] = "twitch_session_follower";
|
|
310
|
-
/** Last subscriber. Use as {{twitch_last_subscriber}}. */
|
|
310
|
+
/** Last subscriber of any kind (new sub, resub, or recipient of a gift). Use as {{twitch_last_subscriber}}. */
|
|
311
311
|
SystemVariables["TWITCH_LAST_SUBSCRIBER"] = "twitch_last_subscriber";
|
|
312
|
-
/** Last
|
|
312
|
+
/** Last person to subscribe for the first time (excludes resubs and gift-recipients). Use as {{twitch_last_new_subscriber}}. */
|
|
313
|
+
SystemVariables["TWITCH_LAST_NEW_SUBSCRIBER"] = "twitch_last_new_subscriber";
|
|
314
|
+
/** Last person to extend an existing subscription (any month past month 1, consecutive or not). Use as {{twitch_last_resubscriber}}. */
|
|
315
|
+
SystemVariables["TWITCH_LAST_RESUBSCRIBER"] = "twitch_last_resubscriber";
|
|
316
|
+
/** Last gifter (the person who sent the gift). Use as {{twitch_last_gifter}}. */
|
|
313
317
|
SystemVariables["TWITCH_LAST_GIFTER"] = "twitch_last_gifter";
|
|
314
|
-
/** Last gifted sub amount. Use as {{twitch_last_gifter_amount}}. */
|
|
318
|
+
/** Last gifted sub amount (number of subs in the last gift drop). Use as {{twitch_last_gifter_amount}}. */
|
|
315
319
|
SystemVariables["TWITCH_LAST_GIFTER_AMOUNT"] = "twitch_last_gifter_amount";
|
|
320
|
+
/** Last gift recipient (the person who received the most recent gifted sub). Use as {{twitch_last_gifted}}. */
|
|
321
|
+
SystemVariables["TWITCH_LAST_GIFTED"] = "twitch_last_gifted";
|
|
316
322
|
/** Session subscribers list. Use as {{twitch_session_subscribers}}. */
|
|
317
323
|
SystemVariables["TWITCH_SESSION_SUBSCRIBERS"] = "twitch_session_subscribers";
|
|
318
324
|
/** Session chat count. Use as {{twitch_session_chat_count}}. */
|
|
@@ -677,10 +683,12 @@ export var SystemVariables;
|
|
|
677
683
|
SystemVariables["KICK_LAST_FOLLOWER"] = "kick_last_follower";
|
|
678
684
|
/** Last subscriber. Use as {{kick_last_subscriber}}. */
|
|
679
685
|
SystemVariables["KICK_LAST_SUBSCRIBER"] = "kick_last_subscriber";
|
|
680
|
-
/** Last gifter. Use as {{kick_last_gifter}}. */
|
|
686
|
+
/** Last gifter (the person who sent the gift). Use as {{kick_last_gifter}}. */
|
|
681
687
|
SystemVariables["KICK_LAST_GIFTER"] = "kick_last_gifter";
|
|
682
|
-
/** Last gifted sub amount. Use as {{kick_last_gifter_amount}}. */
|
|
688
|
+
/** Last gifted sub amount (number of subs in the last gift drop). Use as {{kick_last_gifter_amount}}. */
|
|
683
689
|
SystemVariables["KICK_LAST_GIFTER_AMOUNT"] = "kick_last_gifter_amount";
|
|
690
|
+
/** Last gift recipient (the person who received the most recent gifted sub on Kick). Use as {{kick_last_gifted}}. */
|
|
691
|
+
SystemVariables["KICK_LAST_GIFTED"] = "kick_last_gifted";
|
|
684
692
|
/** Last host. Use as {{kick_last_host}}. */
|
|
685
693
|
SystemVariables["KICK_LAST_HOST"] = "kick_last_host";
|
|
686
694
|
/** Last host viewer amount. Use as {{kick_last_host_amount}}. */
|
|
@@ -2063,6 +2071,7 @@ export const AllVariables = {
|
|
|
2063
2071
|
'kick_last_subscriber',
|
|
2064
2072
|
'kick_last_gifter',
|
|
2065
2073
|
'kick_last_gifter_amount',
|
|
2074
|
+
'kick_last_gifted',
|
|
2066
2075
|
'kick_last_host',
|
|
2067
2076
|
'kick_last_host_amount',
|
|
2068
2077
|
'kick_total_gift_subscription_count',
|
|
@@ -2346,8 +2355,11 @@ export const AllVariables = {
|
|
|
2346
2355
|
'twitch_last_follower',
|
|
2347
2356
|
'twitch_session_follower',
|
|
2348
2357
|
'twitch_last_subscriber',
|
|
2358
|
+
'twitch_last_new_subscriber',
|
|
2359
|
+
'twitch_last_resubscriber',
|
|
2349
2360
|
'twitch_last_gifter',
|
|
2350
2361
|
'twitch_last_gifter_amount',
|
|
2362
|
+
'twitch_last_gifted',
|
|
2351
2363
|
'twitch_session_subscribers',
|
|
2352
2364
|
'twitch_session_chat_count',
|
|
2353
2365
|
'twitch_current_first_chatter',
|
|
@@ -304,12 +304,18 @@ export declare enum SystemVariables {
|
|
|
304
304
|
TWITCH_LAST_FOLLOWER = "twitch_last_follower",
|
|
305
305
|
/** Session followers list. Use as {{twitch_session_follower}}. */
|
|
306
306
|
TWITCH_SESSION_FOLLOWERS = "twitch_session_follower",
|
|
307
|
-
/** Last subscriber. Use as {{twitch_last_subscriber}}. */
|
|
307
|
+
/** Last subscriber of any kind (new sub, resub, or recipient of a gift). Use as {{twitch_last_subscriber}}. */
|
|
308
308
|
TWITCH_LAST_SUBSCRIBER = "twitch_last_subscriber",
|
|
309
|
-
/** Last
|
|
309
|
+
/** Last person to subscribe for the first time (excludes resubs and gift-recipients). Use as {{twitch_last_new_subscriber}}. */
|
|
310
|
+
TWITCH_LAST_NEW_SUBSCRIBER = "twitch_last_new_subscriber",
|
|
311
|
+
/** Last person to extend an existing subscription (any month past month 1, consecutive or not). Use as {{twitch_last_resubscriber}}. */
|
|
312
|
+
TWITCH_LAST_RESUBSCRIBER = "twitch_last_resubscriber",
|
|
313
|
+
/** Last gifter (the person who sent the gift). Use as {{twitch_last_gifter}}. */
|
|
310
314
|
TWITCH_LAST_GIFTER = "twitch_last_gifter",
|
|
311
|
-
/** Last gifted sub amount. Use as {{twitch_last_gifter_amount}}. */
|
|
315
|
+
/** Last gifted sub amount (number of subs in the last gift drop). Use as {{twitch_last_gifter_amount}}. */
|
|
312
316
|
TWITCH_LAST_GIFTER_AMOUNT = "twitch_last_gifter_amount",
|
|
317
|
+
/** Last gift recipient (the person who received the most recent gifted sub). Use as {{twitch_last_gifted}}. */
|
|
318
|
+
TWITCH_LAST_GIFTED = "twitch_last_gifted",
|
|
313
319
|
/** Session subscribers list. Use as {{twitch_session_subscribers}}. */
|
|
314
320
|
TWITCH_SESSION_SUBSCRIBERS = "twitch_session_subscribers",
|
|
315
321
|
/** Session chat count. Use as {{twitch_session_chat_count}}. */
|
|
@@ -670,10 +676,12 @@ export declare enum SystemVariables {
|
|
|
670
676
|
KICK_LAST_FOLLOWER = "kick_last_follower",
|
|
671
677
|
/** Last subscriber. Use as {{kick_last_subscriber}}. */
|
|
672
678
|
KICK_LAST_SUBSCRIBER = "kick_last_subscriber",
|
|
673
|
-
/** Last gifter. Use as {{kick_last_gifter}}. */
|
|
679
|
+
/** Last gifter (the person who sent the gift). Use as {{kick_last_gifter}}. */
|
|
674
680
|
KICK_LAST_GIFTER = "kick_last_gifter",
|
|
675
|
-
/** Last gifted sub amount. Use as {{kick_last_gifter_amount}}. */
|
|
681
|
+
/** Last gifted sub amount (number of subs in the last gift drop). Use as {{kick_last_gifter_amount}}. */
|
|
676
682
|
KICK_LAST_GIFTER_AMOUNT = "kick_last_gifter_amount",
|
|
683
|
+
/** Last gift recipient (the person who received the most recent gifted sub on Kick). Use as {{kick_last_gifted}}. */
|
|
684
|
+
KICK_LAST_GIFTED = "kick_last_gifted",
|
|
677
685
|
/** Last host. Use as {{kick_last_host}}. */
|
|
678
686
|
KICK_LAST_HOST = "kick_last_host",
|
|
679
687
|
/** Last host viewer amount. Use as {{kick_last_host_amount}}. */
|
package/dist/variables.types.js
CHANGED
|
@@ -312,12 +312,18 @@ var SystemVariables;
|
|
|
312
312
|
SystemVariables["TWITCH_LAST_FOLLOWER"] = "twitch_last_follower";
|
|
313
313
|
/** Session followers list. Use as {{twitch_session_follower}}. */
|
|
314
314
|
SystemVariables["TWITCH_SESSION_FOLLOWERS"] = "twitch_session_follower";
|
|
315
|
-
/** Last subscriber. Use as {{twitch_last_subscriber}}. */
|
|
315
|
+
/** Last subscriber of any kind (new sub, resub, or recipient of a gift). Use as {{twitch_last_subscriber}}. */
|
|
316
316
|
SystemVariables["TWITCH_LAST_SUBSCRIBER"] = "twitch_last_subscriber";
|
|
317
|
-
/** Last
|
|
317
|
+
/** Last person to subscribe for the first time (excludes resubs and gift-recipients). Use as {{twitch_last_new_subscriber}}. */
|
|
318
|
+
SystemVariables["TWITCH_LAST_NEW_SUBSCRIBER"] = "twitch_last_new_subscriber";
|
|
319
|
+
/** Last person to extend an existing subscription (any month past month 1, consecutive or not). Use as {{twitch_last_resubscriber}}. */
|
|
320
|
+
SystemVariables["TWITCH_LAST_RESUBSCRIBER"] = "twitch_last_resubscriber";
|
|
321
|
+
/** Last gifter (the person who sent the gift). Use as {{twitch_last_gifter}}. */
|
|
318
322
|
SystemVariables["TWITCH_LAST_GIFTER"] = "twitch_last_gifter";
|
|
319
|
-
/** Last gifted sub amount. Use as {{twitch_last_gifter_amount}}. */
|
|
323
|
+
/** Last gifted sub amount (number of subs in the last gift drop). Use as {{twitch_last_gifter_amount}}. */
|
|
320
324
|
SystemVariables["TWITCH_LAST_GIFTER_AMOUNT"] = "twitch_last_gifter_amount";
|
|
325
|
+
/** Last gift recipient (the person who received the most recent gifted sub). Use as {{twitch_last_gifted}}. */
|
|
326
|
+
SystemVariables["TWITCH_LAST_GIFTED"] = "twitch_last_gifted";
|
|
321
327
|
/** Session subscribers list. Use as {{twitch_session_subscribers}}. */
|
|
322
328
|
SystemVariables["TWITCH_SESSION_SUBSCRIBERS"] = "twitch_session_subscribers";
|
|
323
329
|
/** Session chat count. Use as {{twitch_session_chat_count}}. */
|
|
@@ -682,10 +688,12 @@ var SystemVariables;
|
|
|
682
688
|
SystemVariables["KICK_LAST_FOLLOWER"] = "kick_last_follower";
|
|
683
689
|
/** Last subscriber. Use as {{kick_last_subscriber}}. */
|
|
684
690
|
SystemVariables["KICK_LAST_SUBSCRIBER"] = "kick_last_subscriber";
|
|
685
|
-
/** Last gifter. Use as {{kick_last_gifter}}. */
|
|
691
|
+
/** Last gifter (the person who sent the gift). Use as {{kick_last_gifter}}. */
|
|
686
692
|
SystemVariables["KICK_LAST_GIFTER"] = "kick_last_gifter";
|
|
687
|
-
/** Last gifted sub amount. Use as {{kick_last_gifter_amount}}. */
|
|
693
|
+
/** Last gifted sub amount (number of subs in the last gift drop). Use as {{kick_last_gifter_amount}}. */
|
|
688
694
|
SystemVariables["KICK_LAST_GIFTER_AMOUNT"] = "kick_last_gifter_amount";
|
|
695
|
+
/** Last gift recipient (the person who received the most recent gifted sub on Kick). Use as {{kick_last_gifted}}. */
|
|
696
|
+
SystemVariables["KICK_LAST_GIFTED"] = "kick_last_gifted";
|
|
689
697
|
/** Last host. Use as {{kick_last_host}}. */
|
|
690
698
|
SystemVariables["KICK_LAST_HOST"] = "kick_last_host";
|
|
691
699
|
/** Last host viewer amount. Use as {{kick_last_host_amount}}. */
|
|
@@ -2068,6 +2076,7 @@ exports.AllVariables = {
|
|
|
2068
2076
|
'kick_last_subscriber',
|
|
2069
2077
|
'kick_last_gifter',
|
|
2070
2078
|
'kick_last_gifter_amount',
|
|
2079
|
+
'kick_last_gifted',
|
|
2071
2080
|
'kick_last_host',
|
|
2072
2081
|
'kick_last_host_amount',
|
|
2073
2082
|
'kick_total_gift_subscription_count',
|
|
@@ -2351,8 +2360,11 @@ exports.AllVariables = {
|
|
|
2351
2360
|
'twitch_last_follower',
|
|
2352
2361
|
'twitch_session_follower',
|
|
2353
2362
|
'twitch_last_subscriber',
|
|
2363
|
+
'twitch_last_new_subscriber',
|
|
2364
|
+
'twitch_last_resubscriber',
|
|
2354
2365
|
'twitch_last_gifter',
|
|
2355
2366
|
'twitch_last_gifter_amount',
|
|
2367
|
+
'twitch_last_gifted',
|
|
2356
2368
|
'twitch_session_subscribers',
|
|
2357
2369
|
'twitch_session_chat_count',
|
|
2358
2370
|
'twitch_current_first_chatter',
|