@lumiastream/lumia-types 3.3.5-beta.1 → 3.3.6
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.
- package/dist/alert.types.js +18 -0
- package/dist/custom-overlays/custom-overlays.d.ts +132 -0
- package/dist/custom-overlays.d.ts +132 -0
- package/dist/variables.types.d.ts +334 -21
- package/dist/variables.types.js +533 -47
- package/package.json +1 -1
package/dist/alert.types.js
CHANGED
|
@@ -3925,6 +3925,12 @@ exports.LumiaAlertConfigs = {
|
|
|
3925
3925
|
totalJewels: 10,
|
|
3926
3926
|
comboCount: 1,
|
|
3927
3927
|
hasVisualEffect: false,
|
|
3928
|
+
giftUrl: 'https://www.gstatic.com/youtube/img/pdg/gift/assets/gold_coin_v2_320x320.png',
|
|
3929
|
+
giftImageUrl: 'https://www.gstatic.com/youtube/img/pdg/gift/assets/gold_coin_v2_320x320.png',
|
|
3930
|
+
giftDurationSeconds: 3,
|
|
3931
|
+
giftDurationNanos: 0,
|
|
3932
|
+
altText: 'Heart',
|
|
3933
|
+
language: 'en_US',
|
|
3928
3934
|
},
|
|
3929
3935
|
},
|
|
3930
3936
|
{
|
|
@@ -3939,6 +3945,12 @@ exports.LumiaAlertConfigs = {
|
|
|
3939
3945
|
totalJewels: 100,
|
|
3940
3946
|
comboCount: 1,
|
|
3941
3947
|
hasVisualEffect: true,
|
|
3948
|
+
giftUrl: 'https://www.gstatic.com/youtube/img/pdg/gift/assets/gold_coin_v2_320x320.png',
|
|
3949
|
+
giftImageUrl: 'https://www.gstatic.com/youtube/img/pdg/gift/assets/gold_coin_v2_320x320.png',
|
|
3950
|
+
giftDurationSeconds: 3,
|
|
3951
|
+
giftDurationNanos: 0,
|
|
3952
|
+
altText: 'Rose',
|
|
3953
|
+
language: 'en_US',
|
|
3942
3954
|
},
|
|
3943
3955
|
},
|
|
3944
3956
|
{
|
|
@@ -3953,6 +3965,12 @@ exports.LumiaAlertConfigs = {
|
|
|
3953
3965
|
totalJewels: 500,
|
|
3954
3966
|
comboCount: 5,
|
|
3955
3967
|
hasVisualEffect: true,
|
|
3968
|
+
giftUrl: 'https://www.gstatic.com/youtube/img/pdg/gift/assets/gold_coin_v2_320x320.png',
|
|
3969
|
+
giftImageUrl: 'https://www.gstatic.com/youtube/img/pdg/gift/assets/gold_coin_v2_320x320.png',
|
|
3970
|
+
giftDurationSeconds: 3,
|
|
3971
|
+
giftDurationNanos: 0,
|
|
3972
|
+
altText: 'Star',
|
|
3973
|
+
language: 'en_US',
|
|
3956
3974
|
},
|
|
3957
3975
|
},
|
|
3958
3976
|
],
|
|
@@ -1004,6 +1004,30 @@ export declare enum SystemVariables {
|
|
|
1004
1004
|
SESSION_DONATOR_LIST_WITH_AMOUNT = "session_donator_list_with_amount",
|
|
1005
1005
|
/** Raw donation total ignoring currency. Use as {{total_raw_donation_amount}}. */
|
|
1006
1006
|
TOTAL_RAW_DONATION_AMOUNT = "total_raw_donation_amount",
|
|
1007
|
+
/** Donation sum for the current calendar week. Use as {{week_donation_amount}}. */
|
|
1008
|
+
WEEK_DONATION_AMOUNT = "week_donation_amount",
|
|
1009
|
+
/** Donation sum for the current calendar month. Use as {{month_donation_amount}}. */
|
|
1010
|
+
MONTH_DONATION_AMOUNT = "month_donation_amount",
|
|
1011
|
+
/** Donation event count for the current calendar week. Use as {{week_donation_count}}. */
|
|
1012
|
+
WEEK_DONATION_COUNT = "week_donation_count",
|
|
1013
|
+
/** Donation event count for the current calendar month. Use as {{month_donation_count}}. */
|
|
1014
|
+
MONTH_DONATION_COUNT = "month_donation_count",
|
|
1015
|
+
/** Top donator for the current calendar week. Use as {{week_top_donator}}. */
|
|
1016
|
+
WEEK_TOP_DONATOR = "week_top_donator",
|
|
1017
|
+
/** Amount for WEEK_TOP_DONATOR. Use as {{week_top_donator_amount}}. */
|
|
1018
|
+
WEEK_TOP_DONATOR_AMOUNT = "week_top_donator_amount",
|
|
1019
|
+
/** Top donators this week (top 10, comma-separated usernames). Use as {{week_top_donator_list}}. */
|
|
1020
|
+
WEEK_TOP_DONATOR_LIST = "week_top_donator_list",
|
|
1021
|
+
/** Amounts for WEEK_TOP_DONATOR_LIST (parallel comma-separated). Use as {{week_top_donator_list_amount}}. */
|
|
1022
|
+
WEEK_TOP_DONATOR_LIST_AMOUNT = "week_top_donator_list_amount",
|
|
1023
|
+
/** Top donator for the current calendar month. Use as {{month_top_donator}}. */
|
|
1024
|
+
MONTH_TOP_DONATOR = "month_top_donator",
|
|
1025
|
+
/** Amount for MONTH_TOP_DONATOR. Use as {{month_top_donator_amount}}. */
|
|
1026
|
+
MONTH_TOP_DONATOR_AMOUNT = "month_top_donator_amount",
|
|
1027
|
+
/** Top donators this month. Use as {{month_top_donator_list}}. */
|
|
1028
|
+
MONTH_TOP_DONATOR_LIST = "month_top_donator_list",
|
|
1029
|
+
/** Amounts for MONTH_TOP_DONATOR_LIST. Use as {{month_top_donator_list_amount}}. */
|
|
1030
|
+
MONTH_TOP_DONATOR_LIST_AMOUNT = "month_top_donator_list_amount",
|
|
1007
1031
|
/** Raffle title. Use as {{raffle_title}}. */
|
|
1008
1032
|
RAFFLE_TITLE = "raffle_title",
|
|
1009
1033
|
/** Raffle description. Use as {{raffle_description}}. */
|
|
@@ -1092,14 +1116,32 @@ export declare enum SystemVariables {
|
|
|
1092
1116
|
TWITCH_CURRENT_FOLLOWERS = "twitch_current_followers",
|
|
1093
1117
|
/** Session followers count. Use as {{twitch_session_follower_count}}. */
|
|
1094
1118
|
TWITCH_SESSION_FOLLOWER_COUNT = "twitch_session_follower_count",
|
|
1119
|
+
/** Followers for the current calendar week. Use as {{twitch_week_follower_count}}. */
|
|
1120
|
+
TWITCH_WEEK_FOLLOWER_COUNT = "twitch_week_follower_count",
|
|
1121
|
+
/** Followers for the current calendar month. Use as {{twitch_month_follower_count}}. */
|
|
1122
|
+
TWITCH_MONTH_FOLLOWER_COUNT = "twitch_month_follower_count",
|
|
1095
1123
|
/** Current subscribers (comma-separated). Use as {{twitch_current_subscribers}}. */
|
|
1096
1124
|
TWITCH_CURRENT_SUBSCRIBERS = "twitch_current_subscribers",
|
|
1097
1125
|
/** Lifetime total subs. Use as {{twitch_total_subscriber_count}}. */
|
|
1098
1126
|
TWITCH_TOTAL_SUBSCRIBER_COUNT = "twitch_total_subscriber_count",
|
|
1099
1127
|
/** Session subs count. Use as {{twitch_session_subscribers_count}}. */
|
|
1100
1128
|
TWITCH_SESSION_SUBSCRIBERS_COUNT = "twitch_session_subscribers_count",
|
|
1129
|
+
/** Session NEW subscribers (excluding resubs / gifts). Use as {{twitch_session_new_subscribers_count}}. */
|
|
1130
|
+
TWITCH_SESSION_NEW_SUBSCRIBERS_COUNT = "twitch_session_new_subscribers_count",
|
|
1131
|
+
/** Session resubscribers (excluding new / gifts). Use as {{twitch_session_resub_subscribers_count}}. */
|
|
1132
|
+
TWITCH_SESSION_RESUB_SUBSCRIBERS_COUNT = "twitch_session_resub_subscribers_count",
|
|
1133
|
+
/** Session gifted subscribers. Use as {{twitch_session_gifted_subscribers_count}}. */
|
|
1134
|
+
TWITCH_SESSION_GIFTED_SUBSCRIBERS_COUNT = "twitch_session_gifted_subscribers_count",
|
|
1135
|
+
/** Subscribers for the current calendar week. Use as {{twitch_week_subscriber_count}}. */
|
|
1136
|
+
TWITCH_WEEK_SUBSCRIBER_COUNT = "twitch_week_subscriber_count",
|
|
1137
|
+
/** Subscribers for the current calendar month. Use as {{twitch_month_subscriber_count}}. */
|
|
1138
|
+
TWITCH_MONTH_SUBSCRIBER_COUNT = "twitch_month_subscriber_count",
|
|
1101
1139
|
/** Session gifts count. Use as {{twitch_session_gifts_count}}. */
|
|
1102
1140
|
TWITCH_SESSION_GIFTS_COUNT = "twitch_session_gifts_count",
|
|
1141
|
+
/** All-time top gifter. Use as {{twitch_alltime_top_gifter}}. */
|
|
1142
|
+
TWITCH_ALLTIME_TOP_GIFTER = "twitch_alltime_top_gifter",
|
|
1143
|
+
/** Lifetime gift count for TWITCH_ALLTIME_TOP_GIFTER. Use as {{twitch_alltime_top_gifter_amount}}. */
|
|
1144
|
+
TWITCH_ALLTIME_TOP_GIFTER_AMOUNT = "twitch_alltime_top_gifter_amount",
|
|
1103
1145
|
/** Lifetime gift members count. Use as {{twitch_total_gift_subscription_count}}. */
|
|
1104
1146
|
TWITCH_TOTAL_GIFT_SUBSCRIPTION_COUNT = "twitch_total_gift_subscription_count",
|
|
1105
1147
|
/** Current moderators (comma-separated). Use as {{twitch_current_mods}}. */
|
|
@@ -1138,6 +1180,10 @@ export declare enum SystemVariables {
|
|
|
1138
1180
|
TWITCH_TOTAL_BITS_COUNT = "twitch_total_bits_count",
|
|
1139
1181
|
/** Session bits count. Use as {{twitch_session_bits_count}}. */
|
|
1140
1182
|
TWITCH_SESSION_BITS_COUNT = "twitch_session_bits_count",
|
|
1183
|
+
/** Bits for the current calendar week. Use as {{twitch_week_bits_count}}. */
|
|
1184
|
+
TWITCH_WEEK_BITS_COUNT = "twitch_week_bits_count",
|
|
1185
|
+
/** Bits for the current calendar month. Use as {{twitch_month_bits_count}}. */
|
|
1186
|
+
TWITCH_MONTH_BITS_COUNT = "twitch_month_bits_count",
|
|
1141
1187
|
/** Last bit sender. Use as {{twitch_last_bit}}. */
|
|
1142
1188
|
TWITCH_LAST_BIT = "twitch_last_bit",
|
|
1143
1189
|
/** Last bit amount. Use as {{twitch_last_bit_amount}}. */
|
|
@@ -1146,6 +1192,64 @@ export declare enum SystemVariables {
|
|
|
1146
1192
|
TWITCH_SESSION_BITS = "twitch_session_bits",
|
|
1147
1193
|
/** Session bits with amounts list. Use as {{twitch_session_bits_with_amount}}. */
|
|
1148
1194
|
TWITCH_SESSION_BITS_WITH_AMOUNT = "twitch_session_bits_with_amount",
|
|
1195
|
+
/** Top single cheer this session. Use as {{twitch_session_top_cheer}}. */
|
|
1196
|
+
TWITCH_SESSION_TOP_CHEER = "twitch_session_top_cheer",
|
|
1197
|
+
/** Amount for TWITCH_SESSION_TOP_CHEER. Use as {{twitch_session_top_cheer_amount}}. */
|
|
1198
|
+
TWITCH_SESSION_TOP_CHEER_AMOUNT = "twitch_session_top_cheer_amount",
|
|
1199
|
+
/** Top cheerer this session (by total bits). Use as {{twitch_session_top_cheerer}}. */
|
|
1200
|
+
TWITCH_SESSION_TOP_CHEERER = "twitch_session_top_cheerer",
|
|
1201
|
+
/** Total bits for TWITCH_SESSION_TOP_CHEERER. Use as {{twitch_session_top_cheerer_amount}}. */
|
|
1202
|
+
TWITCH_SESSION_TOP_CHEERER_AMOUNT = "twitch_session_top_cheerer_amount",
|
|
1203
|
+
/** Top cheerer for the current calendar week. Use as {{twitch_week_top_cheerer}}. */
|
|
1204
|
+
TWITCH_WEEK_TOP_CHEERER = "twitch_week_top_cheerer",
|
|
1205
|
+
/** Total bits for TWITCH_WEEK_TOP_CHEERER. Use as {{twitch_week_top_cheerer_amount}}. */
|
|
1206
|
+
TWITCH_WEEK_TOP_CHEERER_AMOUNT = "twitch_week_top_cheerer_amount",
|
|
1207
|
+
/** Top cheerer for the current calendar month. Use as {{twitch_month_top_cheerer}}. */
|
|
1208
|
+
TWITCH_MONTH_TOP_CHEERER = "twitch_month_top_cheerer",
|
|
1209
|
+
/** Total bits for TWITCH_MONTH_TOP_CHEERER. Use as {{twitch_month_top_cheerer_amount}}. */
|
|
1210
|
+
TWITCH_MONTH_TOP_CHEERER_AMOUNT = "twitch_month_top_cheerer_amount",
|
|
1211
|
+
/** Whether a hype train is currently active (true/false). Use as {{twitch_hypetrain_active}}. */
|
|
1212
|
+
TWITCH_HYPETRAIN_ACTIVE = "twitch_hypetrain_active",
|
|
1213
|
+
/** Current hype train level. Use as {{twitch_hypetrain_level}}. */
|
|
1214
|
+
TWITCH_HYPETRAIN_LEVEL = "twitch_hypetrain_level",
|
|
1215
|
+
/** Current hype train progress toward the next level. Use as {{twitch_hypetrain_progress}}. */
|
|
1216
|
+
TWITCH_HYPETRAIN_PROGRESS = "twitch_hypetrain_progress",
|
|
1217
|
+
/** Target value to reach the next hype train level. Use as {{twitch_hypetrain_level_goal}}. */
|
|
1218
|
+
TWITCH_HYPETRAIN_LEVEL_GOAL = "twitch_hypetrain_level_goal",
|
|
1219
|
+
/** Total contributions this hype train (running sum). Use as {{twitch_hypetrain_total}}. */
|
|
1220
|
+
TWITCH_HYPETRAIN_TOTAL = "twitch_hypetrain_total",
|
|
1221
|
+
/** Top contributor for the current hype train. Use as {{twitch_hypetrain_top_contributor}}. */
|
|
1222
|
+
TWITCH_HYPETRAIN_TOP_CONTRIBUTOR = "twitch_hypetrain_top_contributor",
|
|
1223
|
+
/** Amount contributed by TWITCH_HYPETRAIN_TOP_CONTRIBUTOR. Use as {{twitch_hypetrain_top_contributor_amount}}. */
|
|
1224
|
+
TWITCH_HYPETRAIN_TOP_CONTRIBUTOR_AMOUNT = "twitch_hypetrain_top_contributor_amount",
|
|
1225
|
+
/** All-time top cheerer (by total bits). Use as {{twitch_alltime_top_cheerer}}. */
|
|
1226
|
+
TWITCH_ALLTIME_TOP_CHEERER = "twitch_alltime_top_cheerer",
|
|
1227
|
+
/** Total bits for TWITCH_ALLTIME_TOP_CHEERER. Use as {{twitch_alltime_top_cheerer_amount}}. */
|
|
1228
|
+
TWITCH_ALLTIME_TOP_CHEERER_AMOUNT = "twitch_alltime_top_cheerer_amount",
|
|
1229
|
+
/** Top cheerers list (top 10, comma-separated usernames, sorted by total bits). Use as {{top_cheerer_list}}. */
|
|
1230
|
+
TOP_CHEERER_LIST = "top_cheerer_list",
|
|
1231
|
+
/** Total bits for TOP_CHEERER_LIST (parallel comma-separated). Use as {{top_cheerer_list_amount}}. */
|
|
1232
|
+
TOP_CHEERER_LIST_AMOUNT = "top_cheerer_list_amount",
|
|
1233
|
+
/** Top cheerers this week (top 10, comma-separated usernames). Use as {{week_top_cheerer_list}}. */
|
|
1234
|
+
WEEK_TOP_CHEERER_LIST = "week_top_cheerer_list",
|
|
1235
|
+
/** Total bits for WEEK_TOP_CHEERER_LIST (parallel comma-separated). Use as {{week_top_cheerer_list_amount}}. */
|
|
1236
|
+
WEEK_TOP_CHEERER_LIST_AMOUNT = "week_top_cheerer_list_amount",
|
|
1237
|
+
/** Top cheerers this month. Use as {{month_top_cheerer_list}}. */
|
|
1238
|
+
MONTH_TOP_CHEERER_LIST = "month_top_cheerer_list",
|
|
1239
|
+
/** Total bits for MONTH_TOP_CHEERER_LIST. Use as {{month_top_cheerer_list_amount}}. */
|
|
1240
|
+
MONTH_TOP_CHEERER_LIST_AMOUNT = "month_top_cheerer_list_amount",
|
|
1241
|
+
/** Top gifters list (top 10, comma-separated usernames, sorted by lifetime gifted subs). Use as {{top_gifter_list}}. */
|
|
1242
|
+
TOP_GIFTER_LIST = "top_gifter_list",
|
|
1243
|
+
/** Total gifts for TOP_GIFTER_LIST (parallel comma-separated). Use as {{top_gifter_list_amount}}. */
|
|
1244
|
+
TOP_GIFTER_LIST_AMOUNT = "top_gifter_list_amount",
|
|
1245
|
+
/** Top gifters this week. Use as {{week_top_gifter_list}}. */
|
|
1246
|
+
WEEK_TOP_GIFTER_LIST = "week_top_gifter_list",
|
|
1247
|
+
/** Total gifts for WEEK_TOP_GIFTER_LIST. Use as {{week_top_gifter_list_amount}}. */
|
|
1248
|
+
WEEK_TOP_GIFTER_LIST_AMOUNT = "week_top_gifter_list_amount",
|
|
1249
|
+
/** Top gifters this month. Use as {{month_top_gifter_list}}. */
|
|
1250
|
+
MONTH_TOP_GIFTER_LIST = "month_top_gifter_list",
|
|
1251
|
+
/** Total gifts for MONTH_TOP_GIFTER_LIST. Use as {{month_top_gifter_list_amount}}. */
|
|
1252
|
+
MONTH_TOP_GIFTER_LIST_AMOUNT = "month_top_gifter_list_amount",
|
|
1149
1253
|
/** Last clip ID. Use as {{twitch_last_clip_id}}. */
|
|
1150
1254
|
TWITCH_LAST_CLIP_ID = "twitch_last_clip_id",
|
|
1151
1255
|
/** Last clip URL. Use as {{twitch_last_clip_url}}. */
|
|
@@ -1192,6 +1296,10 @@ export declare enum SystemVariables {
|
|
|
1192
1296
|
YOUTUBE_LAST_CHATTER = "youtube_last_chatter",
|
|
1193
1297
|
/** Session subscriber count. Use as {{youtube_session_subscriber_count}}. */
|
|
1194
1298
|
YOUTUBE_SESSION_SUBSCRIBER_COUNT = "youtube_session_subscriber_count",
|
|
1299
|
+
/** Subscribers for the current calendar week. Use as {{youtube_week_subscriber_count}}. */
|
|
1300
|
+
YOUTUBE_WEEK_SUBSCRIBER_COUNT = "youtube_week_subscriber_count",
|
|
1301
|
+
/** Subscribers for the current calendar month. Use as {{youtube_month_subscriber_count}}. */
|
|
1302
|
+
YOUTUBE_MONTH_SUBSCRIBER_COUNT = "youtube_month_subscriber_count",
|
|
1195
1303
|
/** Lifetime subscriber count. Use as {{youtube_total_subscriber_count}}. */
|
|
1196
1304
|
YOUTUBE_TOTAL_SUBSCRIBER_COUNT = "youtube_total_subscriber_count",
|
|
1197
1305
|
/** Session SuperChat count. Use as {{youtube_session_superchat_count}}. */
|
|
@@ -1210,6 +1318,10 @@ export declare enum SystemVariables {
|
|
|
1210
1318
|
YOUTUBE_TOTAL_MEMBER_COUNT = "youtube_total_member_count",
|
|
1211
1319
|
/** Session member count. Use as {{youtube_session_member_count}}. */
|
|
1212
1320
|
YOUTUBE_SESSION_MEMBER_COUNT = "youtube_session_member_count",
|
|
1321
|
+
/** Members for the current calendar week. Use as {{youtube_week_member_count}}. */
|
|
1322
|
+
YOUTUBE_WEEK_MEMBER_COUNT = "youtube_week_member_count",
|
|
1323
|
+
/** Members for the current calendar month. Use as {{youtube_month_member_count}}. */
|
|
1324
|
+
YOUTUBE_MONTH_MEMBER_COUNT = "youtube_month_member_count",
|
|
1213
1325
|
/** Last member. Use as {{youtube_last_member}}. */
|
|
1214
1326
|
YOUTUBE_LAST_MEMBER = "youtube_last_member",
|
|
1215
1327
|
/** Session members (list). Use as {{youtube_session_members}}. */
|
|
@@ -1254,10 +1366,18 @@ export declare enum SystemVariables {
|
|
|
1254
1366
|
FACEBOOK_TOTAL_FOLLOWER_COUNT = "facebook_total_follower_count",
|
|
1255
1367
|
/** Session follower count. Use as {{facebook_session_follower_count}}. */
|
|
1256
1368
|
FACEBOOK_SESSION_FOLLOWER_COUNT = "facebook_session_follower_count",
|
|
1369
|
+
/** Followers for the current calendar week. Use as {{facebook_week_follower_count}}. */
|
|
1370
|
+
FACEBOOK_WEEK_FOLLOWER_COUNT = "facebook_week_follower_count",
|
|
1371
|
+
/** Followers for the current calendar month. Use as {{facebook_month_follower_count}}. */
|
|
1372
|
+
FACEBOOK_MONTH_FOLLOWER_COUNT = "facebook_month_follower_count",
|
|
1257
1373
|
/** Lifetime fan count. Use as {{facebook_total_fan_count}}. */
|
|
1258
1374
|
FACEBOOK_TOTAL_FAN_COUNT = "facebook_total_fan_count",
|
|
1259
1375
|
/** Session fan count. Use as {{facebook_session_fan_count}}. */
|
|
1260
1376
|
FACEBOOK_SESSION_FAN_COUNT = "facebook_session_fan_count",
|
|
1377
|
+
/** Fans for the current calendar week. Use as {{facebook_week_fan_count}}. */
|
|
1378
|
+
FACEBOOK_WEEK_FAN_COUNT = "facebook_week_fan_count",
|
|
1379
|
+
/** Fans for the current calendar month. Use as {{facebook_month_fan_count}}. */
|
|
1380
|
+
FACEBOOK_MONTH_FAN_COUNT = "facebook_month_fan_count",
|
|
1261
1381
|
/** Session reaction count. Use as {{facebook_reaction_count}}. */
|
|
1262
1382
|
FACEBOOK_REACTION_COUNT = "facebook_reaction_count",
|
|
1263
1383
|
/** Last Stars sender. Use as {{facebook_last_star}}. */
|
|
@@ -1286,6 +1406,10 @@ export declare enum SystemVariables {
|
|
|
1286
1406
|
TIKTOK_TOTAL_FOLLOWER_COUNT = "tiktok_total_follower_count",
|
|
1287
1407
|
/** Session follower count. Use as {{tiktok_session_follower_count}}. */
|
|
1288
1408
|
TIKTOK_SESSION_FOLLOWER_COUNT = "tiktok_session_follower_count",
|
|
1409
|
+
/** Followers for the current calendar week. Use as {{tiktok_week_follower_count}}. */
|
|
1410
|
+
TIKTOK_WEEK_FOLLOWER_COUNT = "tiktok_week_follower_count",
|
|
1411
|
+
/** Followers for the current calendar month. Use as {{tiktok_month_follower_count}}. */
|
|
1412
|
+
TIKTOK_MONTH_FOLLOWER_COUNT = "tiktok_month_follower_count",
|
|
1289
1413
|
/** Session super fan count. Use as {{tiktok_session_super_fan_count}}. */
|
|
1290
1414
|
TIKTOK_SESSION_SUPER_FAN_COUNT = "tiktok_session_super_fan_count",
|
|
1291
1415
|
/** Session share count. Use as {{tiktok_session_share_count}}. */
|
|
@@ -1348,10 +1472,18 @@ export declare enum SystemVariables {
|
|
|
1348
1472
|
KICK_TOTAL_FOLLOWER_COUNT = "kick_total_follower_count",
|
|
1349
1473
|
/** Session follower count. Use as {{kick_session_follower_count}}. */
|
|
1350
1474
|
KICK_SESSION_FOLLOWER_COUNT = "kick_session_follower_count",
|
|
1475
|
+
/** Followers for the current calendar week. Use as {{kick_week_follower_count}}. */
|
|
1476
|
+
KICK_WEEK_FOLLOWER_COUNT = "kick_week_follower_count",
|
|
1477
|
+
/** Followers for the current calendar month. Use as {{kick_month_follower_count}}. */
|
|
1478
|
+
KICK_MONTH_FOLLOWER_COUNT = "kick_month_follower_count",
|
|
1351
1479
|
/** Lifetime total subs. Use as {{kick_total_subscriber_count}}. */
|
|
1352
1480
|
KICK_TOTAL_SUBSCRIBER_COUNT = "kick_total_subscriber_count",
|
|
1353
1481
|
/** Session subs count. Use as {{kick_session_subscriber_count}}. */
|
|
1354
1482
|
KICK_SESSION_SUBSCRIBER_COUNT = "kick_session_subscriber_count",
|
|
1483
|
+
/** Subscribers for the current calendar week. Use as {{kick_week_subscriber_count}}. */
|
|
1484
|
+
KICK_WEEK_SUBSCRIBER_COUNT = "kick_week_subscriber_count",
|
|
1485
|
+
/** Subscribers for the current calendar month. Use as {{kick_month_subscriber_count}}. */
|
|
1486
|
+
KICK_MONTH_SUBSCRIBER_COUNT = "kick_month_subscriber_count",
|
|
1355
1487
|
/** Session gifts count. Use as {{kick_session_gifts_count}}. */
|
|
1356
1488
|
KICK_SESSION_GIFTS_COUNT = "kick_session_gifts_count",
|
|
1357
1489
|
/** Session subscribers list. Use as {{kick_session_subscribers}}. */
|
|
@@ -1004,6 +1004,30 @@ export declare enum SystemVariables {
|
|
|
1004
1004
|
SESSION_DONATOR_LIST_WITH_AMOUNT = "session_donator_list_with_amount",
|
|
1005
1005
|
/** Raw donation total ignoring currency. Use as {{total_raw_donation_amount}}. */
|
|
1006
1006
|
TOTAL_RAW_DONATION_AMOUNT = "total_raw_donation_amount",
|
|
1007
|
+
/** Donation sum for the current calendar week. Use as {{week_donation_amount}}. */
|
|
1008
|
+
WEEK_DONATION_AMOUNT = "week_donation_amount",
|
|
1009
|
+
/** Donation sum for the current calendar month. Use as {{month_donation_amount}}. */
|
|
1010
|
+
MONTH_DONATION_AMOUNT = "month_donation_amount",
|
|
1011
|
+
/** Donation event count for the current calendar week. Use as {{week_donation_count}}. */
|
|
1012
|
+
WEEK_DONATION_COUNT = "week_donation_count",
|
|
1013
|
+
/** Donation event count for the current calendar month. Use as {{month_donation_count}}. */
|
|
1014
|
+
MONTH_DONATION_COUNT = "month_donation_count",
|
|
1015
|
+
/** Top donator for the current calendar week. Use as {{week_top_donator}}. */
|
|
1016
|
+
WEEK_TOP_DONATOR = "week_top_donator",
|
|
1017
|
+
/** Amount for WEEK_TOP_DONATOR. Use as {{week_top_donator_amount}}. */
|
|
1018
|
+
WEEK_TOP_DONATOR_AMOUNT = "week_top_donator_amount",
|
|
1019
|
+
/** Top donators this week (top 10, comma-separated usernames). Use as {{week_top_donator_list}}. */
|
|
1020
|
+
WEEK_TOP_DONATOR_LIST = "week_top_donator_list",
|
|
1021
|
+
/** Amounts for WEEK_TOP_DONATOR_LIST (parallel comma-separated). Use as {{week_top_donator_list_amount}}. */
|
|
1022
|
+
WEEK_TOP_DONATOR_LIST_AMOUNT = "week_top_donator_list_amount",
|
|
1023
|
+
/** Top donator for the current calendar month. Use as {{month_top_donator}}. */
|
|
1024
|
+
MONTH_TOP_DONATOR = "month_top_donator",
|
|
1025
|
+
/** Amount for MONTH_TOP_DONATOR. Use as {{month_top_donator_amount}}. */
|
|
1026
|
+
MONTH_TOP_DONATOR_AMOUNT = "month_top_donator_amount",
|
|
1027
|
+
/** Top donators this month. Use as {{month_top_donator_list}}. */
|
|
1028
|
+
MONTH_TOP_DONATOR_LIST = "month_top_donator_list",
|
|
1029
|
+
/** Amounts for MONTH_TOP_DONATOR_LIST. Use as {{month_top_donator_list_amount}}. */
|
|
1030
|
+
MONTH_TOP_DONATOR_LIST_AMOUNT = "month_top_donator_list_amount",
|
|
1007
1031
|
/** Raffle title. Use as {{raffle_title}}. */
|
|
1008
1032
|
RAFFLE_TITLE = "raffle_title",
|
|
1009
1033
|
/** Raffle description. Use as {{raffle_description}}. */
|
|
@@ -1092,14 +1116,32 @@ export declare enum SystemVariables {
|
|
|
1092
1116
|
TWITCH_CURRENT_FOLLOWERS = "twitch_current_followers",
|
|
1093
1117
|
/** Session followers count. Use as {{twitch_session_follower_count}}. */
|
|
1094
1118
|
TWITCH_SESSION_FOLLOWER_COUNT = "twitch_session_follower_count",
|
|
1119
|
+
/** Followers for the current calendar week. Use as {{twitch_week_follower_count}}. */
|
|
1120
|
+
TWITCH_WEEK_FOLLOWER_COUNT = "twitch_week_follower_count",
|
|
1121
|
+
/** Followers for the current calendar month. Use as {{twitch_month_follower_count}}. */
|
|
1122
|
+
TWITCH_MONTH_FOLLOWER_COUNT = "twitch_month_follower_count",
|
|
1095
1123
|
/** Current subscribers (comma-separated). Use as {{twitch_current_subscribers}}. */
|
|
1096
1124
|
TWITCH_CURRENT_SUBSCRIBERS = "twitch_current_subscribers",
|
|
1097
1125
|
/** Lifetime total subs. Use as {{twitch_total_subscriber_count}}. */
|
|
1098
1126
|
TWITCH_TOTAL_SUBSCRIBER_COUNT = "twitch_total_subscriber_count",
|
|
1099
1127
|
/** Session subs count. Use as {{twitch_session_subscribers_count}}. */
|
|
1100
1128
|
TWITCH_SESSION_SUBSCRIBERS_COUNT = "twitch_session_subscribers_count",
|
|
1129
|
+
/** Session NEW subscribers (excluding resubs / gifts). Use as {{twitch_session_new_subscribers_count}}. */
|
|
1130
|
+
TWITCH_SESSION_NEW_SUBSCRIBERS_COUNT = "twitch_session_new_subscribers_count",
|
|
1131
|
+
/** Session resubscribers (excluding new / gifts). Use as {{twitch_session_resub_subscribers_count}}. */
|
|
1132
|
+
TWITCH_SESSION_RESUB_SUBSCRIBERS_COUNT = "twitch_session_resub_subscribers_count",
|
|
1133
|
+
/** Session gifted subscribers. Use as {{twitch_session_gifted_subscribers_count}}. */
|
|
1134
|
+
TWITCH_SESSION_GIFTED_SUBSCRIBERS_COUNT = "twitch_session_gifted_subscribers_count",
|
|
1135
|
+
/** Subscribers for the current calendar week. Use as {{twitch_week_subscriber_count}}. */
|
|
1136
|
+
TWITCH_WEEK_SUBSCRIBER_COUNT = "twitch_week_subscriber_count",
|
|
1137
|
+
/** Subscribers for the current calendar month. Use as {{twitch_month_subscriber_count}}. */
|
|
1138
|
+
TWITCH_MONTH_SUBSCRIBER_COUNT = "twitch_month_subscriber_count",
|
|
1101
1139
|
/** Session gifts count. Use as {{twitch_session_gifts_count}}. */
|
|
1102
1140
|
TWITCH_SESSION_GIFTS_COUNT = "twitch_session_gifts_count",
|
|
1141
|
+
/** All-time top gifter. Use as {{twitch_alltime_top_gifter}}. */
|
|
1142
|
+
TWITCH_ALLTIME_TOP_GIFTER = "twitch_alltime_top_gifter",
|
|
1143
|
+
/** Lifetime gift count for TWITCH_ALLTIME_TOP_GIFTER. Use as {{twitch_alltime_top_gifter_amount}}. */
|
|
1144
|
+
TWITCH_ALLTIME_TOP_GIFTER_AMOUNT = "twitch_alltime_top_gifter_amount",
|
|
1103
1145
|
/** Lifetime gift members count. Use as {{twitch_total_gift_subscription_count}}. */
|
|
1104
1146
|
TWITCH_TOTAL_GIFT_SUBSCRIPTION_COUNT = "twitch_total_gift_subscription_count",
|
|
1105
1147
|
/** Current moderators (comma-separated). Use as {{twitch_current_mods}}. */
|
|
@@ -1138,6 +1180,10 @@ export declare enum SystemVariables {
|
|
|
1138
1180
|
TWITCH_TOTAL_BITS_COUNT = "twitch_total_bits_count",
|
|
1139
1181
|
/** Session bits count. Use as {{twitch_session_bits_count}}. */
|
|
1140
1182
|
TWITCH_SESSION_BITS_COUNT = "twitch_session_bits_count",
|
|
1183
|
+
/** Bits for the current calendar week. Use as {{twitch_week_bits_count}}. */
|
|
1184
|
+
TWITCH_WEEK_BITS_COUNT = "twitch_week_bits_count",
|
|
1185
|
+
/** Bits for the current calendar month. Use as {{twitch_month_bits_count}}. */
|
|
1186
|
+
TWITCH_MONTH_BITS_COUNT = "twitch_month_bits_count",
|
|
1141
1187
|
/** Last bit sender. Use as {{twitch_last_bit}}. */
|
|
1142
1188
|
TWITCH_LAST_BIT = "twitch_last_bit",
|
|
1143
1189
|
/** Last bit amount. Use as {{twitch_last_bit_amount}}. */
|
|
@@ -1146,6 +1192,64 @@ export declare enum SystemVariables {
|
|
|
1146
1192
|
TWITCH_SESSION_BITS = "twitch_session_bits",
|
|
1147
1193
|
/** Session bits with amounts list. Use as {{twitch_session_bits_with_amount}}. */
|
|
1148
1194
|
TWITCH_SESSION_BITS_WITH_AMOUNT = "twitch_session_bits_with_amount",
|
|
1195
|
+
/** Top single cheer this session. Use as {{twitch_session_top_cheer}}. */
|
|
1196
|
+
TWITCH_SESSION_TOP_CHEER = "twitch_session_top_cheer",
|
|
1197
|
+
/** Amount for TWITCH_SESSION_TOP_CHEER. Use as {{twitch_session_top_cheer_amount}}. */
|
|
1198
|
+
TWITCH_SESSION_TOP_CHEER_AMOUNT = "twitch_session_top_cheer_amount",
|
|
1199
|
+
/** Top cheerer this session (by total bits). Use as {{twitch_session_top_cheerer}}. */
|
|
1200
|
+
TWITCH_SESSION_TOP_CHEERER = "twitch_session_top_cheerer",
|
|
1201
|
+
/** Total bits for TWITCH_SESSION_TOP_CHEERER. Use as {{twitch_session_top_cheerer_amount}}. */
|
|
1202
|
+
TWITCH_SESSION_TOP_CHEERER_AMOUNT = "twitch_session_top_cheerer_amount",
|
|
1203
|
+
/** Top cheerer for the current calendar week. Use as {{twitch_week_top_cheerer}}. */
|
|
1204
|
+
TWITCH_WEEK_TOP_CHEERER = "twitch_week_top_cheerer",
|
|
1205
|
+
/** Total bits for TWITCH_WEEK_TOP_CHEERER. Use as {{twitch_week_top_cheerer_amount}}. */
|
|
1206
|
+
TWITCH_WEEK_TOP_CHEERER_AMOUNT = "twitch_week_top_cheerer_amount",
|
|
1207
|
+
/** Top cheerer for the current calendar month. Use as {{twitch_month_top_cheerer}}. */
|
|
1208
|
+
TWITCH_MONTH_TOP_CHEERER = "twitch_month_top_cheerer",
|
|
1209
|
+
/** Total bits for TWITCH_MONTH_TOP_CHEERER. Use as {{twitch_month_top_cheerer_amount}}. */
|
|
1210
|
+
TWITCH_MONTH_TOP_CHEERER_AMOUNT = "twitch_month_top_cheerer_amount",
|
|
1211
|
+
/** Whether a hype train is currently active (true/false). Use as {{twitch_hypetrain_active}}. */
|
|
1212
|
+
TWITCH_HYPETRAIN_ACTIVE = "twitch_hypetrain_active",
|
|
1213
|
+
/** Current hype train level. Use as {{twitch_hypetrain_level}}. */
|
|
1214
|
+
TWITCH_HYPETRAIN_LEVEL = "twitch_hypetrain_level",
|
|
1215
|
+
/** Current hype train progress toward the next level. Use as {{twitch_hypetrain_progress}}. */
|
|
1216
|
+
TWITCH_HYPETRAIN_PROGRESS = "twitch_hypetrain_progress",
|
|
1217
|
+
/** Target value to reach the next hype train level. Use as {{twitch_hypetrain_level_goal}}. */
|
|
1218
|
+
TWITCH_HYPETRAIN_LEVEL_GOAL = "twitch_hypetrain_level_goal",
|
|
1219
|
+
/** Total contributions this hype train (running sum). Use as {{twitch_hypetrain_total}}. */
|
|
1220
|
+
TWITCH_HYPETRAIN_TOTAL = "twitch_hypetrain_total",
|
|
1221
|
+
/** Top contributor for the current hype train. Use as {{twitch_hypetrain_top_contributor}}. */
|
|
1222
|
+
TWITCH_HYPETRAIN_TOP_CONTRIBUTOR = "twitch_hypetrain_top_contributor",
|
|
1223
|
+
/** Amount contributed by TWITCH_HYPETRAIN_TOP_CONTRIBUTOR. Use as {{twitch_hypetrain_top_contributor_amount}}. */
|
|
1224
|
+
TWITCH_HYPETRAIN_TOP_CONTRIBUTOR_AMOUNT = "twitch_hypetrain_top_contributor_amount",
|
|
1225
|
+
/** All-time top cheerer (by total bits). Use as {{twitch_alltime_top_cheerer}}. */
|
|
1226
|
+
TWITCH_ALLTIME_TOP_CHEERER = "twitch_alltime_top_cheerer",
|
|
1227
|
+
/** Total bits for TWITCH_ALLTIME_TOP_CHEERER. Use as {{twitch_alltime_top_cheerer_amount}}. */
|
|
1228
|
+
TWITCH_ALLTIME_TOP_CHEERER_AMOUNT = "twitch_alltime_top_cheerer_amount",
|
|
1229
|
+
/** Top cheerers list (top 10, comma-separated usernames, sorted by total bits). Use as {{top_cheerer_list}}. */
|
|
1230
|
+
TOP_CHEERER_LIST = "top_cheerer_list",
|
|
1231
|
+
/** Total bits for TOP_CHEERER_LIST (parallel comma-separated). Use as {{top_cheerer_list_amount}}. */
|
|
1232
|
+
TOP_CHEERER_LIST_AMOUNT = "top_cheerer_list_amount",
|
|
1233
|
+
/** Top cheerers this week (top 10, comma-separated usernames). Use as {{week_top_cheerer_list}}. */
|
|
1234
|
+
WEEK_TOP_CHEERER_LIST = "week_top_cheerer_list",
|
|
1235
|
+
/** Total bits for WEEK_TOP_CHEERER_LIST (parallel comma-separated). Use as {{week_top_cheerer_list_amount}}. */
|
|
1236
|
+
WEEK_TOP_CHEERER_LIST_AMOUNT = "week_top_cheerer_list_amount",
|
|
1237
|
+
/** Top cheerers this month. Use as {{month_top_cheerer_list}}. */
|
|
1238
|
+
MONTH_TOP_CHEERER_LIST = "month_top_cheerer_list",
|
|
1239
|
+
/** Total bits for MONTH_TOP_CHEERER_LIST. Use as {{month_top_cheerer_list_amount}}. */
|
|
1240
|
+
MONTH_TOP_CHEERER_LIST_AMOUNT = "month_top_cheerer_list_amount",
|
|
1241
|
+
/** Top gifters list (top 10, comma-separated usernames, sorted by lifetime gifted subs). Use as {{top_gifter_list}}. */
|
|
1242
|
+
TOP_GIFTER_LIST = "top_gifter_list",
|
|
1243
|
+
/** Total gifts for TOP_GIFTER_LIST (parallel comma-separated). Use as {{top_gifter_list_amount}}. */
|
|
1244
|
+
TOP_GIFTER_LIST_AMOUNT = "top_gifter_list_amount",
|
|
1245
|
+
/** Top gifters this week. Use as {{week_top_gifter_list}}. */
|
|
1246
|
+
WEEK_TOP_GIFTER_LIST = "week_top_gifter_list",
|
|
1247
|
+
/** Total gifts for WEEK_TOP_GIFTER_LIST. Use as {{week_top_gifter_list_amount}}. */
|
|
1248
|
+
WEEK_TOP_GIFTER_LIST_AMOUNT = "week_top_gifter_list_amount",
|
|
1249
|
+
/** Top gifters this month. Use as {{month_top_gifter_list}}. */
|
|
1250
|
+
MONTH_TOP_GIFTER_LIST = "month_top_gifter_list",
|
|
1251
|
+
/** Total gifts for MONTH_TOP_GIFTER_LIST. Use as {{month_top_gifter_list_amount}}. */
|
|
1252
|
+
MONTH_TOP_GIFTER_LIST_AMOUNT = "month_top_gifter_list_amount",
|
|
1149
1253
|
/** Last clip ID. Use as {{twitch_last_clip_id}}. */
|
|
1150
1254
|
TWITCH_LAST_CLIP_ID = "twitch_last_clip_id",
|
|
1151
1255
|
/** Last clip URL. Use as {{twitch_last_clip_url}}. */
|
|
@@ -1192,6 +1296,10 @@ export declare enum SystemVariables {
|
|
|
1192
1296
|
YOUTUBE_LAST_CHATTER = "youtube_last_chatter",
|
|
1193
1297
|
/** Session subscriber count. Use as {{youtube_session_subscriber_count}}. */
|
|
1194
1298
|
YOUTUBE_SESSION_SUBSCRIBER_COUNT = "youtube_session_subscriber_count",
|
|
1299
|
+
/** Subscribers for the current calendar week. Use as {{youtube_week_subscriber_count}}. */
|
|
1300
|
+
YOUTUBE_WEEK_SUBSCRIBER_COUNT = "youtube_week_subscriber_count",
|
|
1301
|
+
/** Subscribers for the current calendar month. Use as {{youtube_month_subscriber_count}}. */
|
|
1302
|
+
YOUTUBE_MONTH_SUBSCRIBER_COUNT = "youtube_month_subscriber_count",
|
|
1195
1303
|
/** Lifetime subscriber count. Use as {{youtube_total_subscriber_count}}. */
|
|
1196
1304
|
YOUTUBE_TOTAL_SUBSCRIBER_COUNT = "youtube_total_subscriber_count",
|
|
1197
1305
|
/** Session SuperChat count. Use as {{youtube_session_superchat_count}}. */
|
|
@@ -1210,6 +1318,10 @@ export declare enum SystemVariables {
|
|
|
1210
1318
|
YOUTUBE_TOTAL_MEMBER_COUNT = "youtube_total_member_count",
|
|
1211
1319
|
/** Session member count. Use as {{youtube_session_member_count}}. */
|
|
1212
1320
|
YOUTUBE_SESSION_MEMBER_COUNT = "youtube_session_member_count",
|
|
1321
|
+
/** Members for the current calendar week. Use as {{youtube_week_member_count}}. */
|
|
1322
|
+
YOUTUBE_WEEK_MEMBER_COUNT = "youtube_week_member_count",
|
|
1323
|
+
/** Members for the current calendar month. Use as {{youtube_month_member_count}}. */
|
|
1324
|
+
YOUTUBE_MONTH_MEMBER_COUNT = "youtube_month_member_count",
|
|
1213
1325
|
/** Last member. Use as {{youtube_last_member}}. */
|
|
1214
1326
|
YOUTUBE_LAST_MEMBER = "youtube_last_member",
|
|
1215
1327
|
/** Session members (list). Use as {{youtube_session_members}}. */
|
|
@@ -1254,10 +1366,18 @@ export declare enum SystemVariables {
|
|
|
1254
1366
|
FACEBOOK_TOTAL_FOLLOWER_COUNT = "facebook_total_follower_count",
|
|
1255
1367
|
/** Session follower count. Use as {{facebook_session_follower_count}}. */
|
|
1256
1368
|
FACEBOOK_SESSION_FOLLOWER_COUNT = "facebook_session_follower_count",
|
|
1369
|
+
/** Followers for the current calendar week. Use as {{facebook_week_follower_count}}. */
|
|
1370
|
+
FACEBOOK_WEEK_FOLLOWER_COUNT = "facebook_week_follower_count",
|
|
1371
|
+
/** Followers for the current calendar month. Use as {{facebook_month_follower_count}}. */
|
|
1372
|
+
FACEBOOK_MONTH_FOLLOWER_COUNT = "facebook_month_follower_count",
|
|
1257
1373
|
/** Lifetime fan count. Use as {{facebook_total_fan_count}}. */
|
|
1258
1374
|
FACEBOOK_TOTAL_FAN_COUNT = "facebook_total_fan_count",
|
|
1259
1375
|
/** Session fan count. Use as {{facebook_session_fan_count}}. */
|
|
1260
1376
|
FACEBOOK_SESSION_FAN_COUNT = "facebook_session_fan_count",
|
|
1377
|
+
/** Fans for the current calendar week. Use as {{facebook_week_fan_count}}. */
|
|
1378
|
+
FACEBOOK_WEEK_FAN_COUNT = "facebook_week_fan_count",
|
|
1379
|
+
/** Fans for the current calendar month. Use as {{facebook_month_fan_count}}. */
|
|
1380
|
+
FACEBOOK_MONTH_FAN_COUNT = "facebook_month_fan_count",
|
|
1261
1381
|
/** Session reaction count. Use as {{facebook_reaction_count}}. */
|
|
1262
1382
|
FACEBOOK_REACTION_COUNT = "facebook_reaction_count",
|
|
1263
1383
|
/** Last Stars sender. Use as {{facebook_last_star}}. */
|
|
@@ -1286,6 +1406,10 @@ export declare enum SystemVariables {
|
|
|
1286
1406
|
TIKTOK_TOTAL_FOLLOWER_COUNT = "tiktok_total_follower_count",
|
|
1287
1407
|
/** Session follower count. Use as {{tiktok_session_follower_count}}. */
|
|
1288
1408
|
TIKTOK_SESSION_FOLLOWER_COUNT = "tiktok_session_follower_count",
|
|
1409
|
+
/** Followers for the current calendar week. Use as {{tiktok_week_follower_count}}. */
|
|
1410
|
+
TIKTOK_WEEK_FOLLOWER_COUNT = "tiktok_week_follower_count",
|
|
1411
|
+
/** Followers for the current calendar month. Use as {{tiktok_month_follower_count}}. */
|
|
1412
|
+
TIKTOK_MONTH_FOLLOWER_COUNT = "tiktok_month_follower_count",
|
|
1289
1413
|
/** Session super fan count. Use as {{tiktok_session_super_fan_count}}. */
|
|
1290
1414
|
TIKTOK_SESSION_SUPER_FAN_COUNT = "tiktok_session_super_fan_count",
|
|
1291
1415
|
/** Session share count. Use as {{tiktok_session_share_count}}. */
|
|
@@ -1348,10 +1472,18 @@ export declare enum SystemVariables {
|
|
|
1348
1472
|
KICK_TOTAL_FOLLOWER_COUNT = "kick_total_follower_count",
|
|
1349
1473
|
/** Session follower count. Use as {{kick_session_follower_count}}. */
|
|
1350
1474
|
KICK_SESSION_FOLLOWER_COUNT = "kick_session_follower_count",
|
|
1475
|
+
/** Followers for the current calendar week. Use as {{kick_week_follower_count}}. */
|
|
1476
|
+
KICK_WEEK_FOLLOWER_COUNT = "kick_week_follower_count",
|
|
1477
|
+
/** Followers for the current calendar month. Use as {{kick_month_follower_count}}. */
|
|
1478
|
+
KICK_MONTH_FOLLOWER_COUNT = "kick_month_follower_count",
|
|
1351
1479
|
/** Lifetime total subs. Use as {{kick_total_subscriber_count}}. */
|
|
1352
1480
|
KICK_TOTAL_SUBSCRIBER_COUNT = "kick_total_subscriber_count",
|
|
1353
1481
|
/** Session subs count. Use as {{kick_session_subscriber_count}}. */
|
|
1354
1482
|
KICK_SESSION_SUBSCRIBER_COUNT = "kick_session_subscriber_count",
|
|
1483
|
+
/** Subscribers for the current calendar week. Use as {{kick_week_subscriber_count}}. */
|
|
1484
|
+
KICK_WEEK_SUBSCRIBER_COUNT = "kick_week_subscriber_count",
|
|
1485
|
+
/** Subscribers for the current calendar month. Use as {{kick_month_subscriber_count}}. */
|
|
1486
|
+
KICK_MONTH_SUBSCRIBER_COUNT = "kick_month_subscriber_count",
|
|
1355
1487
|
/** Session gifts count. Use as {{kick_session_gifts_count}}. */
|
|
1356
1488
|
KICK_SESSION_GIFTS_COUNT = "kick_session_gifts_count",
|
|
1357
1489
|
/** Session subscribers list. Use as {{kick_session_subscribers}}. */
|