@lumiastream/lumia-types 2.8.4 → 2.8.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.d.ts
CHANGED
|
@@ -124,6 +124,7 @@ export declare const LumiaAlertConfigs: Record<LumiaAlertValues | string, {
|
|
|
124
124
|
LumiaVariationConditions: Array<{
|
|
125
125
|
type: LumiaVariationConditions;
|
|
126
126
|
description?: string;
|
|
127
|
+
dynamicSelections?: boolean;
|
|
127
128
|
selections?: Array<{
|
|
128
129
|
label: string;
|
|
129
130
|
message?: string;
|
|
@@ -1247,6 +1247,8 @@ export declare enum SystemVariables {
|
|
|
1247
1247
|
KICK_LAST_FOLLOWER = "kick_last_follower",
|
|
1248
1248
|
/** Last subscriber. Use as {{kick_last_subscriber}}. */
|
|
1249
1249
|
KICK_LAST_SUBSCRIBER = "kick_last_subscriber",
|
|
1250
|
+
/** Last host. Use as {{kick_last_host}}. */
|
|
1251
|
+
KICK_LAST_HOST = "kick_last_host",
|
|
1250
1252
|
/** Lifetime gift members count. Use as {{kick_total_gift_subscription_count}}. */
|
|
1251
1253
|
KICK_TOTAL_GIFT_SUBSCRIPTION_COUNT = "kick_total_gift_subscription_count",
|
|
1252
1254
|
/** Get avatar by username. Use as {{kick_get_avatar}}. */
|
|
@@ -1247,6 +1247,8 @@ export declare enum SystemVariables {
|
|
|
1247
1247
|
KICK_LAST_FOLLOWER = "kick_last_follower",
|
|
1248
1248
|
/** Last subscriber. Use as {{kick_last_subscriber}}. */
|
|
1249
1249
|
KICK_LAST_SUBSCRIBER = "kick_last_subscriber",
|
|
1250
|
+
/** Last host. Use as {{kick_last_host}}. */
|
|
1251
|
+
KICK_LAST_HOST = "kick_last_host",
|
|
1250
1252
|
/** Lifetime gift members count. Use as {{kick_total_gift_subscription_count}}. */
|
|
1251
1253
|
KICK_TOTAL_GIFT_SUBSCRIPTION_COUNT = "kick_total_gift_subscription_count",
|
|
1252
1254
|
/** Get avatar by username. Use as {{kick_get_avatar}}. */
|
|
@@ -461,6 +461,8 @@ export declare enum SystemVariables {
|
|
|
461
461
|
KICK_LAST_FOLLOWER = "kick_last_follower",
|
|
462
462
|
/** Last subscriber. Use as {{kick_last_subscriber}}. */
|
|
463
463
|
KICK_LAST_SUBSCRIBER = "kick_last_subscriber",
|
|
464
|
+
/** Last host. Use as {{kick_last_host}}. */
|
|
465
|
+
KICK_LAST_HOST = "kick_last_host",
|
|
464
466
|
/** Lifetime gift members count. Use as {{kick_total_gift_subscription_count}}. */
|
|
465
467
|
KICK_TOTAL_GIFT_SUBSCRIPTION_COUNT = "kick_total_gift_subscription_count",
|
|
466
468
|
/** Get avatar by username. Use as {{kick_get_avatar}}. */
|
package/dist/variables.types.js
CHANGED
|
@@ -478,6 +478,8 @@ var SystemVariables;
|
|
|
478
478
|
SystemVariables["KICK_LAST_FOLLOWER"] = "kick_last_follower";
|
|
479
479
|
/** Last subscriber. Use as {{kick_last_subscriber}}. */
|
|
480
480
|
SystemVariables["KICK_LAST_SUBSCRIBER"] = "kick_last_subscriber";
|
|
481
|
+
/** Last host. Use as {{kick_last_host}}. */
|
|
482
|
+
SystemVariables["KICK_LAST_HOST"] = "kick_last_host";
|
|
481
483
|
/** Lifetime gift members count. Use as {{kick_total_gift_subscription_count}}. */
|
|
482
484
|
SystemVariables["KICK_TOTAL_GIFT_SUBSCRIPTION_COUNT"] = "kick_total_gift_subscription_count";
|
|
483
485
|
/** Get avatar by username. Use as {{kick_get_avatar}}. */
|
|
@@ -1372,8 +1374,15 @@ exports.AllVariables = {
|
|
|
1372
1374
|
'kick_session_subscriber_count',
|
|
1373
1375
|
'kick_session_gifts_count',
|
|
1374
1376
|
'kick_session_subscribers',
|
|
1377
|
+
'kick_last_kicks',
|
|
1378
|
+
'kick_last_kicks_amount',
|
|
1379
|
+
'kick_total_kicks_count',
|
|
1380
|
+
'kick_session_kicks_count',
|
|
1381
|
+
'kick_session_kicks',
|
|
1382
|
+
'kick_session_kicks_with_amount',
|
|
1375
1383
|
'kick_last_follower',
|
|
1376
1384
|
'kick_last_subscriber',
|
|
1385
|
+
'kick_last_host',
|
|
1377
1386
|
'kick_total_gift_subscription_count',
|
|
1378
1387
|
'kick_get_avatar',
|
|
1379
1388
|
],
|