@lumiastream/lumia-types 3.5.3 → 3.5.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.
- package/dist/activity.types.d.ts +0 -3
- package/dist/activity.types.js +0 -3
- package/dist/alert.types.js +181 -202
- package/dist/custom-overlays/custom-overlays.d.ts +12 -2
- package/dist/custom-overlays.d.ts +12 -2
- package/dist/emulate.helpers.d.ts +8 -0
- package/dist/emulate.helpers.js +124 -0
- package/dist/esm/activity.types.js +0 -3
- package/dist/esm/alert.types.js +181 -202
- package/dist/esm/emulate.helpers.js +117 -0
- package/dist/esm/eventlist.types.js +0 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/variables.types.js +17 -2
- package/dist/esm/viewer_profile_achievements.js +164 -0
- package/dist/eventlist.types.js +0 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +7 -1
- package/dist/variables.types.d.ts +12 -1
- package/dist/variables.types.js +17 -2
- package/dist/viewer_profile_achievements.d.ts +1 -1
- package/dist/viewer_profile_achievements.js +164 -0
- package/dist/wire.types.d.ts +1 -16
- package/package.json +2 -1
package/dist/alert.types.js
CHANGED
|
@@ -180,9 +180,11 @@ exports.LumiaAlertConfigs = {
|
|
|
180
180
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
181
181
|
{
|
|
182
182
|
type: LumiaVariationConditions.EQUAL_CURRENCY_NUMBER,
|
|
183
|
+
description: 'Donation Amount is equal to',
|
|
183
184
|
},
|
|
184
185
|
{
|
|
185
186
|
type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER,
|
|
187
|
+
description: 'Donation Amount is greater than or equal to',
|
|
186
188
|
},
|
|
187
189
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
188
190
|
],
|
|
@@ -474,6 +476,7 @@ exports.LumiaAlertConfigs = {
|
|
|
474
476
|
{ type: LumiaVariationConditions.RANDOM },
|
|
475
477
|
{
|
|
476
478
|
type: LumiaVariationConditions.EQUAL_STRING,
|
|
479
|
+
description: 'Poll Title is equal to',
|
|
477
480
|
},
|
|
478
481
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
479
482
|
],
|
|
@@ -535,6 +538,7 @@ exports.LumiaAlertConfigs = {
|
|
|
535
538
|
{ type: LumiaVariationConditions.RANDOM },
|
|
536
539
|
{
|
|
537
540
|
type: LumiaVariationConditions.EQUAL_STRING,
|
|
541
|
+
description: 'Winning Choice is equal to',
|
|
538
542
|
},
|
|
539
543
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
540
544
|
],
|
|
@@ -598,6 +602,7 @@ exports.LumiaAlertConfigs = {
|
|
|
598
602
|
{ type: LumiaVariationConditions.RANDOM },
|
|
599
603
|
{
|
|
600
604
|
type: LumiaVariationConditions.EQUAL_STRING,
|
|
605
|
+
description: 'Winning Choice is equal to',
|
|
601
606
|
},
|
|
602
607
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
603
608
|
],
|
|
@@ -682,7 +687,7 @@ exports.LumiaAlertConfigs = {
|
|
|
682
687
|
inputFields: [],
|
|
683
688
|
LumiaVariationConditions: [
|
|
684
689
|
{ type: LumiaVariationConditions.RANDOM },
|
|
685
|
-
{ type: LumiaVariationConditions.EQUAL_NUMBER },
|
|
690
|
+
{ type: LumiaVariationConditions.EQUAL_NUMBER, description: 'Outcome Amount is equal to' },
|
|
686
691
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
687
692
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
688
693
|
],
|
|
@@ -698,13 +703,12 @@ exports.LumiaAlertConfigs = {
|
|
|
698
703
|
inputFields: [],
|
|
699
704
|
LumiaVariationConditions: [
|
|
700
705
|
{ type: LumiaVariationConditions.RANDOM },
|
|
701
|
-
{ type: LumiaVariationConditions.EQUAL_NUMBER },
|
|
702
|
-
{ type: LumiaVariationConditions.EQUAL_STRING },
|
|
706
|
+
{ type: LumiaVariationConditions.EQUAL_NUMBER, description: 'Outcome Amount is equal to' },
|
|
707
|
+
{ type: LumiaVariationConditions.EQUAL_STRING, description: 'Slots Combo is equal to' },
|
|
703
708
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
704
709
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
705
710
|
],
|
|
706
711
|
},
|
|
707
|
-
// twitch: {
|
|
708
712
|
[activity_types_1.LumiaAlertValues.TWITCH_EXTENSION]: {
|
|
709
713
|
connection: event_types_1.LumiaIntegrations.TWITCH,
|
|
710
714
|
message: '{{username}} redeemed {{command}} for {{amount}} {{amount_type}}',
|
|
@@ -713,16 +717,14 @@ exports.LumiaAlertConfigs = {
|
|
|
713
717
|
acceptedVariables: variables_types_1.AllVariables.lumiastream.chat.twitchExtensions,
|
|
714
718
|
LumiaVariationConditions: [
|
|
715
719
|
{ type: LumiaVariationConditions.RANDOM },
|
|
716
|
-
{
|
|
717
|
-
type: LumiaVariationConditions.EQUAL_USERNAME,
|
|
718
|
-
},
|
|
720
|
+
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
719
721
|
{
|
|
720
722
|
type: LumiaVariationConditions.EQUAL_NUMBER,
|
|
721
723
|
description: 'Amount is equal to',
|
|
722
724
|
},
|
|
723
725
|
{
|
|
724
726
|
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
725
|
-
description: 'Amount is greater than',
|
|
727
|
+
description: 'Amount is greater than or equal to',
|
|
726
728
|
},
|
|
727
729
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
728
730
|
],
|
|
@@ -829,7 +831,7 @@ exports.LumiaAlertConfigs = {
|
|
|
829
831
|
},
|
|
830
832
|
{
|
|
831
833
|
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
832
|
-
description: 'Amount is greater than',
|
|
834
|
+
description: 'Amount is greater than or equal to',
|
|
833
835
|
},
|
|
834
836
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
835
837
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
@@ -923,8 +925,8 @@ exports.LumiaAlertConfigs = {
|
|
|
923
925
|
acceptedVariables: variables_types_1.AllVariables.twitch.alerts.firstChatter,
|
|
924
926
|
LumiaVariationConditions: [
|
|
925
927
|
{ type: LumiaVariationConditions.RANDOM },
|
|
926
|
-
{ type: LumiaVariationConditions.EQUAL_NUMBER },
|
|
927
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER },
|
|
928
|
+
{ type: LumiaVariationConditions.EQUAL_NUMBER, description: 'First Chatter Count is equal to' },
|
|
929
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'First Chatter Count is greater than or equal to' },
|
|
928
930
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
929
931
|
{ type: LumiaVariationConditions.EQUAL_USER_LEVEL },
|
|
930
932
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
@@ -1019,8 +1021,8 @@ exports.LumiaAlertConfigs = {
|
|
|
1019
1021
|
},
|
|
1020
1022
|
],
|
|
1021
1023
|
LumiaVariationConditions: [
|
|
1022
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Session
|
|
1023
|
-
{ type: LumiaVariationConditions.COUNT_IS_MULTIPLE_OF, description: 'Total Session
|
|
1024
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Session Followers is greater than or equal to' },
|
|
1025
|
+
{ type: LumiaVariationConditions.COUNT_IS_MULTIPLE_OF, description: 'Total Session Followers is a multiple of' },
|
|
1024
1026
|
],
|
|
1025
1027
|
},
|
|
1026
1028
|
[activity_types_1.LumiaAlertValues.TWITCH_SUBSCRIBER]: {
|
|
@@ -1151,7 +1153,7 @@ exports.LumiaAlertConfigs = {
|
|
|
1151
1153
|
{ type: LumiaVariationConditions.RANDOM },
|
|
1152
1154
|
{
|
|
1153
1155
|
type: LumiaVariationConditions.EQUAL_SELECTION,
|
|
1154
|
-
description: 'Tier
|
|
1156
|
+
description: 'Sub Tier is equal to',
|
|
1155
1157
|
selections: [
|
|
1156
1158
|
{ label: 'Tier 1', value: 1000 },
|
|
1157
1159
|
{ label: 'Tier 2', value: 2000 },
|
|
@@ -1161,12 +1163,15 @@ exports.LumiaAlertConfigs = {
|
|
|
1161
1163
|
},
|
|
1162
1164
|
{
|
|
1163
1165
|
type: LumiaVariationConditions.SUBSCRIBED_MONTHS_EQUAL,
|
|
1166
|
+
description: 'Months Subscribed is equal to',
|
|
1164
1167
|
},
|
|
1165
1168
|
{
|
|
1166
1169
|
type: LumiaVariationConditions.SUBSCRIBED_MONTHS_GREATER,
|
|
1170
|
+
description: 'Months Subscribed is greater than or equal to',
|
|
1167
1171
|
},
|
|
1168
1172
|
{
|
|
1169
1173
|
type: LumiaVariationConditions.IS_PRIME,
|
|
1174
|
+
description: 'Is a Prime sub',
|
|
1170
1175
|
},
|
|
1171
1176
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
1172
1177
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
@@ -1224,8 +1229,8 @@ exports.LumiaAlertConfigs = {
|
|
|
1224
1229
|
},
|
|
1225
1230
|
],
|
|
1226
1231
|
LumiaVariationConditions: [
|
|
1227
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Session
|
|
1228
|
-
{ type: LumiaVariationConditions.COUNT_IS_MULTIPLE_OF, description: 'Total Session
|
|
1232
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Session Subscribers is greater than or equal to' },
|
|
1233
|
+
{ type: LumiaVariationConditions.COUNT_IS_MULTIPLE_OF, description: 'Total Session Subscribers is a multiple of' },
|
|
1229
1234
|
],
|
|
1230
1235
|
},
|
|
1231
1236
|
[activity_types_1.LumiaAlertValues.TWITCH_GIFT_SUBSCRIPTION]: {
|
|
@@ -1343,7 +1348,7 @@ exports.LumiaAlertConfigs = {
|
|
|
1343
1348
|
{ type: LumiaVariationConditions.RANDOM },
|
|
1344
1349
|
{
|
|
1345
1350
|
type: LumiaVariationConditions.EQUAL_SELECTION,
|
|
1346
|
-
description: 'Tier
|
|
1351
|
+
description: 'Sub Tier is equal to',
|
|
1347
1352
|
selections: [
|
|
1348
1353
|
{ label: 'Tier 1', value: 1000 },
|
|
1349
1354
|
{ label: 'Tier 2', value: 2000 },
|
|
@@ -1353,9 +1358,11 @@ exports.LumiaAlertConfigs = {
|
|
|
1353
1358
|
},
|
|
1354
1359
|
{
|
|
1355
1360
|
type: LumiaVariationConditions.GIFT_SUB_EQUAL,
|
|
1361
|
+
description: 'Gift Sub Amount is equal to',
|
|
1356
1362
|
},
|
|
1357
1363
|
{
|
|
1358
1364
|
type: LumiaVariationConditions.GIFT_SUB_GREATER,
|
|
1365
|
+
description: 'Gift Sub Amount is greater than or equal to',
|
|
1359
1366
|
},
|
|
1360
1367
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
1361
1368
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
@@ -1413,8 +1420,8 @@ exports.LumiaAlertConfigs = {
|
|
|
1413
1420
|
},
|
|
1414
1421
|
],
|
|
1415
1422
|
LumiaVariationConditions: [
|
|
1416
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Session Gift
|
|
1417
|
-
{ type: LumiaVariationConditions.COUNT_IS_MULTIPLE_OF, description: 'Total Session Gift
|
|
1423
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Session Gift Subscriptions is greater than or equal to' },
|
|
1424
|
+
{ type: LumiaVariationConditions.COUNT_IS_MULTIPLE_OF, description: 'Total Session Gift Subscriptions is a multiple of' },
|
|
1418
1425
|
],
|
|
1419
1426
|
},
|
|
1420
1427
|
[activity_types_1.LumiaAlertValues.TWITCH_BITS]: {
|
|
@@ -1459,14 +1466,14 @@ exports.LumiaAlertConfigs = {
|
|
|
1459
1466
|
],
|
|
1460
1467
|
LumiaVariationConditions: [
|
|
1461
1468
|
{ type: LumiaVariationConditions.RANDOM },
|
|
1462
|
-
{
|
|
1463
|
-
type: LumiaVariationConditions.EQUAL_USERNAME,
|
|
1464
|
-
},
|
|
1469
|
+
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
1465
1470
|
{
|
|
1466
1471
|
type: LumiaVariationConditions.EQUAL_NUMBER,
|
|
1472
|
+
description: 'Bits Amount is equal to',
|
|
1467
1473
|
},
|
|
1468
1474
|
{
|
|
1469
1475
|
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
1476
|
+
description: 'Bits Amount is greater than or equal to',
|
|
1470
1477
|
},
|
|
1471
1478
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
1472
1479
|
],
|
|
@@ -1528,14 +1535,14 @@ exports.LumiaAlertConfigs = {
|
|
|
1528
1535
|
],
|
|
1529
1536
|
LumiaVariationConditions: [
|
|
1530
1537
|
{ type: LumiaVariationConditions.RANDOM },
|
|
1531
|
-
{
|
|
1532
|
-
type: LumiaVariationConditions.EQUAL_USERNAME,
|
|
1533
|
-
},
|
|
1538
|
+
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
1534
1539
|
{
|
|
1535
1540
|
type: LumiaVariationConditions.EQUAL_NUMBER,
|
|
1541
|
+
description: 'Combo Bits Amount is equal to',
|
|
1536
1542
|
},
|
|
1537
1543
|
{
|
|
1538
1544
|
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
1545
|
+
description: 'Combo Bits Amount is greater than or equal to',
|
|
1539
1546
|
},
|
|
1540
1547
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
1541
1548
|
],
|
|
@@ -1592,8 +1599,8 @@ exports.LumiaAlertConfigs = {
|
|
|
1592
1599
|
},
|
|
1593
1600
|
],
|
|
1594
1601
|
LumiaVariationConditions: [
|
|
1595
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Session
|
|
1596
|
-
{ type: LumiaVariationConditions.COUNT_IS_MULTIPLE_OF, description: 'Total Session
|
|
1602
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Session Bits is greater than or equal to' },
|
|
1603
|
+
{ type: LumiaVariationConditions.COUNT_IS_MULTIPLE_OF, description: 'Total Session Bits is a multiple of' },
|
|
1597
1604
|
],
|
|
1598
1605
|
},
|
|
1599
1606
|
[activity_types_1.LumiaAlertValues.TWITCH_WATCH_STREAK]: {
|
|
@@ -1653,8 +1660,8 @@ exports.LumiaAlertConfigs = {
|
|
|
1653
1660
|
LumiaVariationConditions: [
|
|
1654
1661
|
{ type: LumiaVariationConditions.RANDOM },
|
|
1655
1662
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
1656
|
-
{ type: LumiaVariationConditions.EQUAL_NUMBER, description: 'Watch Streak Count' },
|
|
1657
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Watch Streak Count
|
|
1663
|
+
{ type: LumiaVariationConditions.EQUAL_NUMBER, description: 'Watch Streak Count is equal to' },
|
|
1664
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Watch Streak Count is greater than or equal to' },
|
|
1658
1665
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
1659
1666
|
],
|
|
1660
1667
|
},
|
|
@@ -1712,116 +1719,30 @@ exports.LumiaAlertConfigs = {
|
|
|
1712
1719
|
],
|
|
1713
1720
|
LumiaVariationConditions: [
|
|
1714
1721
|
{ type: LumiaVariationConditions.RANDOM },
|
|
1715
|
-
{
|
|
1716
|
-
type: LumiaVariationConditions.EQUAL_USERNAME,
|
|
1717
|
-
},
|
|
1722
|
+
{ type: LumiaVariationConditions.EQUAL_USERNAME, description: 'Username is equal to' },
|
|
1718
1723
|
{
|
|
1719
1724
|
type: LumiaVariationConditions.EQUAL_SELECTION,
|
|
1720
|
-
description: 'Powerup
|
|
1725
|
+
description: 'Custom Powerup Selection',
|
|
1726
|
+
dynamicOptions: true,
|
|
1721
1727
|
selections: [
|
|
1722
|
-
{
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
},
|
|
1726
|
-
{
|
|
1727
|
-
label: 'message_effect',
|
|
1728
|
-
value: 'message_effect',
|
|
1729
|
-
},
|
|
1730
|
-
{
|
|
1731
|
-
label: 'gigantify_an_emote',
|
|
1732
|
-
value: 'gigantify_an_emote',
|
|
1733
|
-
},
|
|
1728
|
+
{ label: 'celebration', value: 'celebration' },
|
|
1729
|
+
{ label: 'message_effect', value: 'message_effect' },
|
|
1730
|
+
{ label: 'gigantify_an_emote', value: 'gigantify_an_emote' },
|
|
1734
1731
|
],
|
|
1735
1732
|
},
|
|
1736
1733
|
{
|
|
1737
|
-
type: LumiaVariationConditions.
|
|
1738
|
-
|
|
1739
|
-
{
|
|
1740
|
-
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
1741
|
-
},
|
|
1742
|
-
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
1743
|
-
],
|
|
1744
|
-
},
|
|
1745
|
-
[activity_types_1.LumiaAlertValues.TWITCH_POWERUPS_POINTS]: {
|
|
1746
|
-
connection: event_types_1.LumiaIntegrations.TWITCH,
|
|
1747
|
-
message: '{{username}} redeemed {{type}} for {{amount}} points. They said {{message}}',
|
|
1748
|
-
eventlistMessage: 'Powerups',
|
|
1749
|
-
eventlistDetailedMessage: 'redeemed {{type}} for {{amount}} points',
|
|
1750
|
-
acceptedVariables: variables_types_1.AllVariables.twitch.alerts.powerupsPoints,
|
|
1751
|
-
quickActions: [
|
|
1752
|
-
{
|
|
1753
|
-
label: 'Unlock a Random Sub Emote',
|
|
1754
|
-
dynamic: { value: 100, name: 'random_sub_emote_unlock' },
|
|
1755
|
-
extraSettings: {
|
|
1756
|
-
username: 'lumiastream',
|
|
1757
|
-
avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
|
|
1758
|
-
type: 'random_sub_emote_unlock',
|
|
1759
|
-
amount: 100,
|
|
1760
|
-
},
|
|
1761
|
-
},
|
|
1762
|
-
],
|
|
1763
|
-
inputFields: [
|
|
1764
|
-
{
|
|
1765
|
-
type: 'text',
|
|
1766
|
-
label: 'Username',
|
|
1767
|
-
variableField: 'username',
|
|
1768
|
-
required: false,
|
|
1769
|
-
default: 'lumiastream',
|
|
1770
|
-
},
|
|
1771
|
-
{
|
|
1772
|
-
type: 'text',
|
|
1773
|
-
label: 'Type of powerup',
|
|
1774
|
-
dynamicField: 'value',
|
|
1775
|
-
variableField: 'type',
|
|
1776
|
-
required: true,
|
|
1777
|
-
default: 'random_sub_emote_unlock',
|
|
1778
|
-
},
|
|
1779
|
-
{
|
|
1780
|
-
type: 'number',
|
|
1781
|
-
label: 'Amount of points',
|
|
1782
|
-
variableField: 'amount',
|
|
1783
|
-
required: true,
|
|
1784
|
-
default: 100,
|
|
1785
|
-
},
|
|
1786
|
-
],
|
|
1787
|
-
LumiaVariationConditions: [
|
|
1788
|
-
{ type: LumiaVariationConditions.RANDOM },
|
|
1789
|
-
{
|
|
1790
|
-
type: LumiaVariationConditions.EQUAL_USERNAME,
|
|
1791
|
-
},
|
|
1792
|
-
{
|
|
1793
|
-
type: LumiaVariationConditions.EQUAL_SELECTION,
|
|
1794
|
-
description: 'Powerups Type',
|
|
1795
|
-
selections: [
|
|
1796
|
-
{
|
|
1797
|
-
label: 'Single message bypass sub mode',
|
|
1798
|
-
value: 'single_message_bypass_sub_mode',
|
|
1799
|
-
},
|
|
1800
|
-
{
|
|
1801
|
-
label: 'Send highlighted message',
|
|
1802
|
-
value: 'send_highlighted_message',
|
|
1803
|
-
},
|
|
1804
|
-
{
|
|
1805
|
-
label: 'Random sub emote unlock',
|
|
1806
|
-
value: 'random_sub_emote_unlock',
|
|
1807
|
-
},
|
|
1808
|
-
{
|
|
1809
|
-
label: 'Chosen sub emote unlock',
|
|
1810
|
-
value: 'chosen_sub_emote_unlock',
|
|
1811
|
-
},
|
|
1812
|
-
{
|
|
1813
|
-
label: 'Chosen modified sub emote unlock',
|
|
1814
|
-
value: 'chosen_modified_sub_emote_unlock',
|
|
1815
|
-
},
|
|
1816
|
-
],
|
|
1734
|
+
type: LumiaVariationConditions.EQUAL_STRING,
|
|
1735
|
+
description: 'Custom Powerup Title is equal to',
|
|
1817
1736
|
},
|
|
1818
1737
|
{
|
|
1819
1738
|
type: LumiaVariationConditions.EQUAL_NUMBER,
|
|
1739
|
+
description: 'Bits Amount is equal to',
|
|
1820
1740
|
},
|
|
1821
1741
|
{
|
|
1822
1742
|
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
1743
|
+
description: 'Bits Amount is greater than or equal to',
|
|
1823
1744
|
},
|
|
1824
|
-
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
1745
|
+
{ type: LumiaVariationConditions.EQUAL_VARIABLE, description: 'Variable is equal to' },
|
|
1825
1746
|
],
|
|
1826
1747
|
},
|
|
1827
1748
|
[activity_types_1.LumiaAlertValues.TWITCH_RAID]: {
|
|
@@ -1876,6 +1797,7 @@ exports.LumiaAlertConfigs = {
|
|
|
1876
1797
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
1877
1798
|
{
|
|
1878
1799
|
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
1800
|
+
description: 'Raid Viewers is greater than or equal to',
|
|
1879
1801
|
},
|
|
1880
1802
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
1881
1803
|
],
|
|
@@ -1932,6 +1854,7 @@ exports.LumiaAlertConfigs = {
|
|
|
1932
1854
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
1933
1855
|
{
|
|
1934
1856
|
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
1857
|
+
description: 'Raid Viewers is greater than or equal to',
|
|
1935
1858
|
},
|
|
1936
1859
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
1937
1860
|
],
|
|
@@ -1947,6 +1870,7 @@ exports.LumiaAlertConfigs = {
|
|
|
1947
1870
|
{ type: LumiaVariationConditions.RANDOM },
|
|
1948
1871
|
{
|
|
1949
1872
|
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
1873
|
+
description: 'Goal is greater than or equal to',
|
|
1950
1874
|
},
|
|
1951
1875
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
1952
1876
|
],
|
|
@@ -1996,9 +1920,11 @@ exports.LumiaAlertConfigs = {
|
|
|
1996
1920
|
{ type: LumiaVariationConditions.RANDOM },
|
|
1997
1921
|
{
|
|
1998
1922
|
type: LumiaVariationConditions.EQUAL_NUMBER,
|
|
1923
|
+
description: 'Progress is equal to',
|
|
1999
1924
|
},
|
|
2000
1925
|
{
|
|
2001
1926
|
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
1927
|
+
description: 'Progress is greater than or equal to',
|
|
2002
1928
|
},
|
|
2003
1929
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
2004
1930
|
],
|
|
@@ -2058,9 +1984,11 @@ exports.LumiaAlertConfigs = {
|
|
|
2058
1984
|
{ type: LumiaVariationConditions.RANDOM },
|
|
2059
1985
|
{
|
|
2060
1986
|
type: LumiaVariationConditions.EQUAL_NUMBER,
|
|
1987
|
+
description: 'Level is equal to',
|
|
2061
1988
|
},
|
|
2062
1989
|
{
|
|
2063
1990
|
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
1991
|
+
description: 'Level is greater than or equal to',
|
|
2064
1992
|
},
|
|
2065
1993
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
2066
1994
|
],
|
|
@@ -2120,9 +2048,11 @@ exports.LumiaAlertConfigs = {
|
|
|
2120
2048
|
{ type: LumiaVariationConditions.RANDOM },
|
|
2121
2049
|
{
|
|
2122
2050
|
type: LumiaVariationConditions.EQUAL_NUMBER,
|
|
2051
|
+
description: 'Level is equal to',
|
|
2123
2052
|
},
|
|
2124
2053
|
{
|
|
2125
2054
|
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
2055
|
+
description: 'Level is greater than or equal to',
|
|
2126
2056
|
},
|
|
2127
2057
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
2128
2058
|
],
|
|
@@ -2740,8 +2670,8 @@ exports.LumiaAlertConfigs = {
|
|
|
2740
2670
|
],
|
|
2741
2671
|
LumiaVariationConditions: [
|
|
2742
2672
|
{ type: LumiaVariationConditions.RANDOM },
|
|
2743
|
-
{ type: LumiaVariationConditions.EQUAL_NUMBER },
|
|
2744
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER },
|
|
2673
|
+
{ type: LumiaVariationConditions.EQUAL_NUMBER, description: 'Current Amount is equal to' },
|
|
2674
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Current Amount is greater than or equal to' },
|
|
2745
2675
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
2746
2676
|
],
|
|
2747
2677
|
},
|
|
@@ -2829,9 +2759,9 @@ exports.LumiaAlertConfigs = {
|
|
|
2829
2759
|
],
|
|
2830
2760
|
LumiaVariationConditions: [
|
|
2831
2761
|
{ type: LumiaVariationConditions.RANDOM },
|
|
2832
|
-
{ type: LumiaVariationConditions.TARGET_ACHIEVED },
|
|
2833
|
-
{ type: LumiaVariationConditions.EQUAL_NUMBER },
|
|
2834
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER },
|
|
2762
|
+
{ type: LumiaVariationConditions.TARGET_ACHIEVED, description: 'Goal target was reached' },
|
|
2763
|
+
{ type: LumiaVariationConditions.EQUAL_NUMBER, description: 'Final Amount is equal to' },
|
|
2764
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Final Amount is greater than or equal to' },
|
|
2835
2765
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
2836
2766
|
],
|
|
2837
2767
|
},
|
|
@@ -2934,9 +2864,11 @@ exports.LumiaAlertConfigs = {
|
|
|
2934
2864
|
{ type: LumiaVariationConditions.RANDOM },
|
|
2935
2865
|
{
|
|
2936
2866
|
type: LumiaVariationConditions.EQUAL_CURRENCY_NUMBER,
|
|
2867
|
+
description: 'Donation Amount is equal to',
|
|
2937
2868
|
},
|
|
2938
2869
|
{
|
|
2939
2870
|
type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER,
|
|
2871
|
+
description: 'Donation Amount is greater than or equal to',
|
|
2940
2872
|
},
|
|
2941
2873
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
2942
2874
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
@@ -3128,9 +3060,9 @@ exports.LumiaAlertConfigs = {
|
|
|
3128
3060
|
],
|
|
3129
3061
|
LumiaVariationConditions: [
|
|
3130
3062
|
{ type: LumiaVariationConditions.RANDOM },
|
|
3131
|
-
{ type: LumiaVariationConditions.TARGET_ACHIEVED },
|
|
3132
|
-
{ type: LumiaVariationConditions.EQUAL_NUMBER },
|
|
3133
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER },
|
|
3063
|
+
{ type: LumiaVariationConditions.TARGET_ACHIEVED, description: 'Campaign target was reached' },
|
|
3064
|
+
{ type: LumiaVariationConditions.EQUAL_NUMBER, description: 'Final Amount is equal to' },
|
|
3065
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Final Amount is greater than or equal to' },
|
|
3134
3066
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
3135
3067
|
],
|
|
3136
3068
|
},
|
|
@@ -3532,8 +3464,8 @@ exports.LumiaAlertConfigs = {
|
|
|
3532
3464
|
acceptedVariables: variables_types_1.AllVariables.youtube.alerts.firstChatter,
|
|
3533
3465
|
LumiaVariationConditions: [
|
|
3534
3466
|
{ type: LumiaVariationConditions.RANDOM },
|
|
3535
|
-
{ type: LumiaVariationConditions.EQUAL_NUMBER },
|
|
3536
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER },
|
|
3467
|
+
{ type: LumiaVariationConditions.EQUAL_NUMBER, description: 'First Chatter Count is equal to' },
|
|
3468
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'First Chatter Count is greater than or equal to' },
|
|
3537
3469
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
3538
3470
|
{ type: LumiaVariationConditions.EQUAL_USER_LEVEL },
|
|
3539
3471
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
@@ -3634,8 +3566,8 @@ exports.LumiaAlertConfigs = {
|
|
|
3634
3566
|
},
|
|
3635
3567
|
],
|
|
3636
3568
|
LumiaVariationConditions: [
|
|
3637
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Session
|
|
3638
|
-
{ type: LumiaVariationConditions.COUNT_IS_MULTIPLE_OF, description: 'Total Session
|
|
3569
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Session Subscribers is greater than or equal to' },
|
|
3570
|
+
{ type: LumiaVariationConditions.COUNT_IS_MULTIPLE_OF, description: 'Total Session Subscribers is a multiple of' },
|
|
3639
3571
|
],
|
|
3640
3572
|
},
|
|
3641
3573
|
[activity_types_1.LumiaAlertValues.YOUTUBE_MEMBER]: {
|
|
@@ -3743,11 +3675,11 @@ exports.LumiaAlertConfigs = {
|
|
|
3743
3675
|
},
|
|
3744
3676
|
{
|
|
3745
3677
|
type: LumiaVariationConditions.SUBSCRIBED_MONTHS_EQUAL,
|
|
3746
|
-
description: 'Months
|
|
3678
|
+
description: 'Months Subscribed is equal to',
|
|
3747
3679
|
},
|
|
3748
3680
|
{
|
|
3749
3681
|
type: LumiaVariationConditions.SUBSCRIBED_MONTHS_GREATER,
|
|
3750
|
-
description: 'Months
|
|
3682
|
+
description: 'Months Subscribed is greater than or equal to',
|
|
3751
3683
|
},
|
|
3752
3684
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
3753
3685
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
@@ -3805,8 +3737,8 @@ exports.LumiaAlertConfigs = {
|
|
|
3805
3737
|
},
|
|
3806
3738
|
],
|
|
3807
3739
|
LumiaVariationConditions: [
|
|
3808
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Session
|
|
3809
|
-
{ type: LumiaVariationConditions.COUNT_IS_MULTIPLE_OF, description: 'Total Session
|
|
3740
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Session Members is greater than or equal to' },
|
|
3741
|
+
{ type: LumiaVariationConditions.COUNT_IS_MULTIPLE_OF, description: 'Total Session Members is a multiple of' },
|
|
3810
3742
|
],
|
|
3811
3743
|
},
|
|
3812
3744
|
[activity_types_1.LumiaAlertValues.YOUTUBE_GIFT_MEMBERS]: {
|
|
@@ -3901,11 +3833,11 @@ exports.LumiaAlertConfigs = {
|
|
|
3901
3833
|
{ type: LumiaVariationConditions.RANDOM },
|
|
3902
3834
|
{
|
|
3903
3835
|
type: LumiaVariationConditions.GIFT_SUB_EQUAL,
|
|
3904
|
-
description: 'Gift
|
|
3836
|
+
description: 'Gift Members Amount is equal to',
|
|
3905
3837
|
},
|
|
3906
3838
|
{
|
|
3907
3839
|
type: LumiaVariationConditions.GIFT_SUB_GREATER,
|
|
3908
|
-
description: 'Gift
|
|
3840
|
+
description: 'Gift Members Amount is greater than or equal to',
|
|
3909
3841
|
},
|
|
3910
3842
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
3911
3843
|
],
|
|
@@ -3962,8 +3894,8 @@ exports.LumiaAlertConfigs = {
|
|
|
3962
3894
|
},
|
|
3963
3895
|
],
|
|
3964
3896
|
LumiaVariationConditions: [
|
|
3965
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Session Gift
|
|
3966
|
-
{ type: LumiaVariationConditions.COUNT_IS_MULTIPLE_OF, description: 'Total Session Gift
|
|
3897
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Session Gift Members is greater than or equal to' },
|
|
3898
|
+
{ type: LumiaVariationConditions.COUNT_IS_MULTIPLE_OF, description: 'Total Session Gift Members is a multiple of' },
|
|
3967
3899
|
],
|
|
3968
3900
|
},
|
|
3969
3901
|
[activity_types_1.LumiaAlertValues.YOUTUBE_GIFTS]: {
|
|
@@ -4077,7 +4009,7 @@ exports.LumiaAlertConfigs = {
|
|
|
4077
4009
|
},
|
|
4078
4010
|
{
|
|
4079
4011
|
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
4080
|
-
description: 'Jewels is greater than',
|
|
4012
|
+
description: 'Jewels is greater than or equal to',
|
|
4081
4013
|
},
|
|
4082
4014
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
4083
4015
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
@@ -4126,7 +4058,7 @@ exports.LumiaAlertConfigs = {
|
|
|
4126
4058
|
},
|
|
4127
4059
|
],
|
|
4128
4060
|
LumiaVariationConditions: [
|
|
4129
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Session Jewels
|
|
4061
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Session Jewels is greater than or equal to' },
|
|
4130
4062
|
{ type: LumiaVariationConditions.COUNT_IS_MULTIPLE_OF, description: 'Total Session Jewels is a multiple of' },
|
|
4131
4063
|
],
|
|
4132
4064
|
},
|
|
@@ -4199,7 +4131,7 @@ exports.LumiaAlertConfigs = {
|
|
|
4199
4131
|
LumiaVariationConditions: [
|
|
4200
4132
|
{ type: LumiaVariationConditions.RANDOM },
|
|
4201
4133
|
{ type: LumiaVariationConditions.EQUAL_CURRENCY_NUMBER, description: 'Super Chat Amount is equal to' },
|
|
4202
|
-
{ type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER, description: 'Super Chat Amount is greater than' },
|
|
4134
|
+
{ type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER, description: 'Super Chat Amount is greater than or equal to' },
|
|
4203
4135
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
4204
4136
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
4205
4137
|
],
|
|
@@ -4256,8 +4188,8 @@ exports.LumiaAlertConfigs = {
|
|
|
4256
4188
|
},
|
|
4257
4189
|
],
|
|
4258
4190
|
LumiaVariationConditions: [
|
|
4259
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Session
|
|
4260
|
-
{ type: LumiaVariationConditions.COUNT_IS_MULTIPLE_OF, description: 'Total Session
|
|
4191
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Session Superchats is greater than or equal to' },
|
|
4192
|
+
{ type: LumiaVariationConditions.COUNT_IS_MULTIPLE_OF, description: 'Total Session Superchats is a multiple of' },
|
|
4261
4193
|
],
|
|
4262
4194
|
},
|
|
4263
4195
|
[activity_types_1.LumiaAlertValues.YOUTUBE_SUPERSTICKER]: {
|
|
@@ -4355,9 +4287,9 @@ exports.LumiaAlertConfigs = {
|
|
|
4355
4287
|
],
|
|
4356
4288
|
LumiaVariationConditions: [
|
|
4357
4289
|
{ type: LumiaVariationConditions.RANDOM },
|
|
4358
|
-
{ type: LumiaVariationConditions.EQUAL_SELECTION, description: 'Super Sticker
|
|
4290
|
+
{ type: LumiaVariationConditions.EQUAL_SELECTION, description: 'Super Sticker is equal to', dynamicOptions: true, selections: youtube_superstickers_1.YoutubeSuperstickersData },
|
|
4359
4291
|
{ type: LumiaVariationConditions.EQUAL_CURRENCY_NUMBER, description: 'Super Sticker Amount is equal to' },
|
|
4360
|
-
{ type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER, description: 'Super Sticker Amount is greater than' },
|
|
4292
|
+
{ type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER, description: 'Super Sticker Amount is greater than or equal to' },
|
|
4361
4293
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
4362
4294
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
4363
4295
|
],
|
|
@@ -4436,8 +4368,8 @@ exports.LumiaAlertConfigs = {
|
|
|
4436
4368
|
},
|
|
4437
4369
|
],
|
|
4438
4370
|
LumiaVariationConditions: [
|
|
4439
|
-
{ type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER, description: 'Total Session
|
|
4440
|
-
{ type: LumiaVariationConditions.COUNT_IS_MULTIPLE_OF, description: 'Total Session
|
|
4371
|
+
{ type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER, description: 'Total Session Superstickers is greater than or equal to' },
|
|
4372
|
+
{ type: LumiaVariationConditions.COUNT_IS_MULTIPLE_OF, description: 'Total Session Superstickers is a multiple of' },
|
|
4441
4373
|
],
|
|
4442
4374
|
},
|
|
4443
4375
|
[activity_types_1.LumiaAlertValues.YOUTUBE_LIKE]: {
|
|
@@ -4465,8 +4397,8 @@ exports.LumiaAlertConfigs = {
|
|
|
4465
4397
|
],
|
|
4466
4398
|
LumiaVariationConditions: [
|
|
4467
4399
|
{ type: LumiaVariationConditions.RANDOM },
|
|
4468
|
-
{ type: LumiaVariationConditions.EQUAL_NUMBER },
|
|
4469
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER },
|
|
4400
|
+
{ type: LumiaVariationConditions.EQUAL_NUMBER, description: 'Likes is equal to' },
|
|
4401
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Likes is greater than or equal to' },
|
|
4470
4402
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
4471
4403
|
],
|
|
4472
4404
|
},
|
|
@@ -4493,9 +4425,8 @@ exports.LumiaAlertConfigs = {
|
|
|
4493
4425
|
extraSettings: { viewers: 300, amount: 300 },
|
|
4494
4426
|
},
|
|
4495
4427
|
],
|
|
4496
|
-
LumiaVariationConditions: [{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Viewers
|
|
4428
|
+
LumiaVariationConditions: [{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Viewers is greater than or equal to' }],
|
|
4497
4429
|
},
|
|
4498
|
-
// },
|
|
4499
4430
|
// facebook: {
|
|
4500
4431
|
[activity_types_1.LumiaAlertValues.FACEBOOK_STREAM_LIVE]: {
|
|
4501
4432
|
connection: event_types_1.LumiaIntegrations.FACEBOOK,
|
|
@@ -4519,9 +4450,11 @@ exports.LumiaAlertConfigs = {
|
|
|
4519
4450
|
{ type: LumiaVariationConditions.RANDOM },
|
|
4520
4451
|
{
|
|
4521
4452
|
type: LumiaVariationConditions.EQUAL_NUMBER,
|
|
4453
|
+
description: 'First Chatter Count is equal to',
|
|
4522
4454
|
},
|
|
4523
4455
|
{
|
|
4524
4456
|
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
4457
|
+
description: 'First Chatter Count is greater than or equal to',
|
|
4525
4458
|
},
|
|
4526
4459
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
4527
4460
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
@@ -4621,8 +4554,8 @@ exports.LumiaAlertConfigs = {
|
|
|
4621
4554
|
],
|
|
4622
4555
|
LumiaVariationConditions: [
|
|
4623
4556
|
{ type: LumiaVariationConditions.RANDOM },
|
|
4624
|
-
{ type: LumiaVariationConditions.EQUAL_STRING, description: '
|
|
4625
|
-
{ type: LumiaVariationConditions.EQUAL_USERNAME
|
|
4557
|
+
{ type: LumiaVariationConditions.EQUAL_STRING, description: 'Reaction is equal to' },
|
|
4558
|
+
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
4626
4559
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
4627
4560
|
],
|
|
4628
4561
|
},
|
|
@@ -4668,8 +4601,8 @@ exports.LumiaAlertConfigs = {
|
|
|
4668
4601
|
],
|
|
4669
4602
|
LumiaVariationConditions: [
|
|
4670
4603
|
{ type: LumiaVariationConditions.RANDOM },
|
|
4671
|
-
{ type: LumiaVariationConditions.EQUAL_NUMBER, description: 'Amount is equal to' },
|
|
4672
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Amount is greater than' },
|
|
4604
|
+
{ type: LumiaVariationConditions.EQUAL_NUMBER, description: 'Stars Amount is equal to' },
|
|
4605
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Stars Amount is greater than or equal to' },
|
|
4673
4606
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
4674
4607
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
4675
4608
|
],
|
|
@@ -4716,8 +4649,8 @@ exports.LumiaAlertConfigs = {
|
|
|
4716
4649
|
],
|
|
4717
4650
|
LumiaVariationConditions: [
|
|
4718
4651
|
{ type: LumiaVariationConditions.RANDOM },
|
|
4719
|
-
{ type: LumiaVariationConditions.EQUAL_NUMBER, description: 'Amount is equal to' },
|
|
4720
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Amount is greater than' },
|
|
4652
|
+
{ type: LumiaVariationConditions.EQUAL_NUMBER, description: 'Subscription Amount is equal to' },
|
|
4653
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Subscription Amount is greater than or equal to' },
|
|
4721
4654
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
4722
4655
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
4723
4656
|
],
|
|
@@ -4764,8 +4697,8 @@ exports.LumiaAlertConfigs = {
|
|
|
4764
4697
|
],
|
|
4765
4698
|
LumiaVariationConditions: [
|
|
4766
4699
|
{ type: LumiaVariationConditions.RANDOM },
|
|
4767
|
-
{ type: LumiaVariationConditions.EQUAL_NUMBER, description: 'Amount is equal to' },
|
|
4768
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Amount is greater than' },
|
|
4700
|
+
{ type: LumiaVariationConditions.EQUAL_NUMBER, description: 'Gift Sub Amount is equal to' },
|
|
4701
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Gift Sub Amount is greater than or equal to' },
|
|
4769
4702
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
4770
4703
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
4771
4704
|
],
|
|
@@ -4828,8 +4761,8 @@ exports.LumiaAlertConfigs = {
|
|
|
4828
4761
|
acceptedVariables: variables_types_1.AllVariables.tiktok.alerts.firstChatter,
|
|
4829
4762
|
LumiaVariationConditions: [
|
|
4830
4763
|
{ type: LumiaVariationConditions.RANDOM },
|
|
4831
|
-
{ type: LumiaVariationConditions.EQUAL_NUMBER },
|
|
4832
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER },
|
|
4764
|
+
{ type: LumiaVariationConditions.EQUAL_NUMBER, description: 'First Chatter Count is equal to' },
|
|
4765
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'First Chatter Count is greater than or equal to' },
|
|
4833
4766
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
4834
4767
|
{ type: LumiaVariationConditions.EQUAL_USER_LEVEL },
|
|
4835
4768
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
@@ -4934,7 +4867,7 @@ exports.LumiaAlertConfigs = {
|
|
|
4934
4867
|
default: 100,
|
|
4935
4868
|
},
|
|
4936
4869
|
],
|
|
4937
|
-
LumiaVariationConditions: [{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'User Like Count
|
|
4870
|
+
LumiaVariationConditions: [{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'User Like Count is greater than or equal to' }],
|
|
4938
4871
|
},
|
|
4939
4872
|
[activity_types_1.LumiaAlertValues.TIKTOK_TOTAL_LIKES]: {
|
|
4940
4873
|
connection: event_types_1.LumiaIntegrations.TIKTOK,
|
|
@@ -4995,7 +4928,7 @@ exports.LumiaAlertConfigs = {
|
|
|
4995
4928
|
default: 1000,
|
|
4996
4929
|
},
|
|
4997
4930
|
],
|
|
4998
|
-
LumiaVariationConditions: [{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Like Count
|
|
4931
|
+
LumiaVariationConditions: [{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Like Count is greater than or equal to' }],
|
|
4999
4932
|
},
|
|
5000
4933
|
[activity_types_1.LumiaAlertValues.TIKTOK_GIFT]: {
|
|
5001
4934
|
connection: event_types_1.LumiaIntegrations.TIKTOK,
|
|
@@ -5101,7 +5034,7 @@ exports.LumiaAlertConfigs = {
|
|
|
5101
5034
|
},
|
|
5102
5035
|
{
|
|
5103
5036
|
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
5104
|
-
description: 'Coins is greater than',
|
|
5037
|
+
description: 'Coins is greater than or equal to',
|
|
5105
5038
|
},
|
|
5106
5039
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
5107
5040
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
@@ -5195,8 +5128,8 @@ exports.LumiaAlertConfigs = {
|
|
|
5195
5128
|
LumiaVariationConditions: [
|
|
5196
5129
|
{ type: LumiaVariationConditions.RANDOM },
|
|
5197
5130
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
5198
|
-
{ type: LumiaVariationConditions.EQUAL_NUMBER, description: 'Diamond
|
|
5199
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Diamond
|
|
5131
|
+
{ type: LumiaVariationConditions.EQUAL_NUMBER, description: 'Diamond Count is equal to' },
|
|
5132
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Diamond Count is greater than or equal to' },
|
|
5200
5133
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
5201
5134
|
],
|
|
5202
5135
|
},
|
|
@@ -5427,12 +5360,12 @@ exports.LumiaAlertConfigs = {
|
|
|
5427
5360
|
],
|
|
5428
5361
|
LumiaVariationConditions: [
|
|
5429
5362
|
{ type: LumiaVariationConditions.RANDOM },
|
|
5430
|
-
{ type: LumiaVariationConditions.EQUAL_STRING, description: 'Battle
|
|
5431
|
-
{ type: LumiaVariationConditions.EQUAL_NUMBER, description: 'Total
|
|
5432
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total
|
|
5363
|
+
{ type: LumiaVariationConditions.EQUAL_STRING, description: 'Battle Label is equal to' },
|
|
5364
|
+
{ type: LumiaVariationConditions.EQUAL_NUMBER, description: 'Total Diamond Count is equal to' },
|
|
5365
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Diamond Count is greater than or equal to' },
|
|
5433
5366
|
{
|
|
5434
5367
|
type: LumiaVariationConditions.EQUAL_SELECTION,
|
|
5435
|
-
description: 'Battle
|
|
5368
|
+
description: 'Battle Status is equal to',
|
|
5436
5369
|
selections: [
|
|
5437
5370
|
{ label: 'Score Update', value: 'scoreUpdate' },
|
|
5438
5371
|
{ label: 'Battle End', value: 'battleEnd' },
|
|
@@ -5492,7 +5425,7 @@ exports.LumiaAlertConfigs = {
|
|
|
5492
5425
|
],
|
|
5493
5426
|
LumiaVariationConditions: [
|
|
5494
5427
|
{ type: LumiaVariationConditions.RANDOM },
|
|
5495
|
-
{ type: LumiaVariationConditions.EQUAL_STRING, description: 'Battle
|
|
5428
|
+
{ type: LumiaVariationConditions.EQUAL_STRING, description: 'Battle Label is equal to' },
|
|
5496
5429
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
5497
5430
|
],
|
|
5498
5431
|
},
|
|
@@ -5575,7 +5508,7 @@ exports.LumiaAlertConfigs = {
|
|
|
5575
5508
|
{ type: LumiaVariationConditions.RANDOM },
|
|
5576
5509
|
{
|
|
5577
5510
|
type: LumiaVariationConditions.EQUAL_STRING,
|
|
5578
|
-
description: 'Command
|
|
5511
|
+
description: 'Command is equal to',
|
|
5579
5512
|
},
|
|
5580
5513
|
{
|
|
5581
5514
|
type: LumiaVariationConditions.EQUAL_NUMBER,
|
|
@@ -5583,7 +5516,7 @@ exports.LumiaAlertConfigs = {
|
|
|
5583
5516
|
},
|
|
5584
5517
|
{
|
|
5585
5518
|
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
5586
|
-
description: 'Amount is greater than',
|
|
5519
|
+
description: 'Amount is greater than or equal to',
|
|
5587
5520
|
},
|
|
5588
5521
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
5589
5522
|
],
|
|
@@ -5664,8 +5597,8 @@ exports.LumiaAlertConfigs = {
|
|
|
5664
5597
|
acceptedVariables: variables_types_1.AllVariables.kick.alerts.firstChatter,
|
|
5665
5598
|
LumiaVariationConditions: [
|
|
5666
5599
|
{ type: LumiaVariationConditions.RANDOM },
|
|
5667
|
-
{ type: LumiaVariationConditions.EQUAL_NUMBER },
|
|
5668
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER },
|
|
5600
|
+
{ type: LumiaVariationConditions.EQUAL_NUMBER, description: 'First Chatter Count is equal to' },
|
|
5601
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'First Chatter Count is greater than or equal to' },
|
|
5669
5602
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
5670
5603
|
{ type: LumiaVariationConditions.EQUAL_USER_LEVEL },
|
|
5671
5604
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
@@ -5761,8 +5694,8 @@ exports.LumiaAlertConfigs = {
|
|
|
5761
5694
|
},
|
|
5762
5695
|
],
|
|
5763
5696
|
LumiaVariationConditions: [
|
|
5764
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Session
|
|
5765
|
-
{ type: LumiaVariationConditions.COUNT_IS_MULTIPLE_OF, description: 'Total Session
|
|
5697
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Session Followers is greater than or equal to' },
|
|
5698
|
+
{ type: LumiaVariationConditions.COUNT_IS_MULTIPLE_OF, description: 'Total Session Followers is a multiple of' },
|
|
5766
5699
|
],
|
|
5767
5700
|
},
|
|
5768
5701
|
[activity_types_1.LumiaAlertValues.KICK_SUBSCRIBER]: {
|
|
@@ -5822,11 +5755,11 @@ exports.LumiaAlertConfigs = {
|
|
|
5822
5755
|
{ type: LumiaVariationConditions.RANDOM },
|
|
5823
5756
|
{
|
|
5824
5757
|
type: LumiaVariationConditions.SUBSCRIBED_MONTHS_EQUAL,
|
|
5825
|
-
description: 'Months
|
|
5758
|
+
description: 'Months Subscribed is equal to',
|
|
5826
5759
|
},
|
|
5827
5760
|
{
|
|
5828
5761
|
type: LumiaVariationConditions.SUBSCRIBED_MONTHS_GREATER,
|
|
5829
|
-
description: 'Months
|
|
5762
|
+
description: 'Months Subscribed is greater than or equal to',
|
|
5830
5763
|
},
|
|
5831
5764
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
5832
5765
|
],
|
|
@@ -5883,8 +5816,8 @@ exports.LumiaAlertConfigs = {
|
|
|
5883
5816
|
},
|
|
5884
5817
|
],
|
|
5885
5818
|
LumiaVariationConditions: [
|
|
5886
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Session
|
|
5887
|
-
{ type: LumiaVariationConditions.COUNT_IS_MULTIPLE_OF, description: 'Total Session
|
|
5819
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Session Subscribers is greater than or equal to' },
|
|
5820
|
+
{ type: LumiaVariationConditions.COUNT_IS_MULTIPLE_OF, description: 'Total Session Subscribers is a multiple of' },
|
|
5888
5821
|
],
|
|
5889
5822
|
},
|
|
5890
5823
|
[activity_types_1.LumiaAlertValues.KICK_GIFT_SUBSCRIPTION]: {
|
|
@@ -5983,7 +5916,7 @@ exports.LumiaAlertConfigs = {
|
|
|
5983
5916
|
},
|
|
5984
5917
|
{
|
|
5985
5918
|
type: LumiaVariationConditions.GIFT_SUB_GREATER,
|
|
5986
|
-
description: 'Gift
|
|
5919
|
+
description: 'Gift Subs Amount is greater than or equal to',
|
|
5987
5920
|
},
|
|
5988
5921
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
5989
5922
|
],
|
|
@@ -6040,7 +5973,7 @@ exports.LumiaAlertConfigs = {
|
|
|
6040
5973
|
},
|
|
6041
5974
|
],
|
|
6042
5975
|
LumiaVariationConditions: [
|
|
6043
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Session Gift
|
|
5976
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Session Gift Subscriptions is greater than or equal to' },
|
|
6044
5977
|
{ type: LumiaVariationConditions.COUNT_IS_MULTIPLE_OF, description: 'Total Session Gift Subscription Count is a multiple of' },
|
|
6045
5978
|
],
|
|
6046
5979
|
},
|
|
@@ -6119,7 +6052,7 @@ exports.LumiaAlertConfigs = {
|
|
|
6119
6052
|
},
|
|
6120
6053
|
{
|
|
6121
6054
|
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
6122
|
-
description: 'Kicks Amount is greater than',
|
|
6055
|
+
description: 'Kicks Amount is greater than or equal to',
|
|
6123
6056
|
},
|
|
6124
6057
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
6125
6058
|
],
|
|
@@ -6176,7 +6109,7 @@ exports.LumiaAlertConfigs = {
|
|
|
6176
6109
|
},
|
|
6177
6110
|
],
|
|
6178
6111
|
LumiaVariationConditions: [
|
|
6179
|
-
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Session Kicks
|
|
6112
|
+
{ type: LumiaVariationConditions.GREATER_NUMBER, description: 'Total Session Kicks is greater than or equal to' },
|
|
6180
6113
|
{ type: LumiaVariationConditions.COUNT_IS_MULTIPLE_OF, description: 'Total Session Kicks Count is a multiple of' },
|
|
6181
6114
|
],
|
|
6182
6115
|
},
|
|
@@ -6231,7 +6164,7 @@ exports.LumiaAlertConfigs = {
|
|
|
6231
6164
|
{ type: LumiaVariationConditions.RANDOM },
|
|
6232
6165
|
{
|
|
6233
6166
|
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
6234
|
-
description: 'Viewers is greater than',
|
|
6167
|
+
description: 'Viewers is greater than or equal to',
|
|
6235
6168
|
},
|
|
6236
6169
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
6237
6170
|
],
|
|
@@ -6320,10 +6253,11 @@ exports.LumiaAlertConfigs = {
|
|
|
6320
6253
|
{ type: LumiaVariationConditions.RANDOM },
|
|
6321
6254
|
{
|
|
6322
6255
|
type: LumiaVariationConditions.EQUAL_NUMBER,
|
|
6256
|
+
description: 'First Chatter Count is equal to',
|
|
6323
6257
|
},
|
|
6324
6258
|
{
|
|
6325
6259
|
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
6326
|
-
description: '
|
|
6260
|
+
description: 'First Chatter Count is greater than or equal to',
|
|
6327
6261
|
},
|
|
6328
6262
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
6329
6263
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
@@ -6418,9 +6352,11 @@ exports.LumiaAlertConfigs = {
|
|
|
6418
6352
|
{ type: LumiaVariationConditions.RANDOM },
|
|
6419
6353
|
{
|
|
6420
6354
|
type: LumiaVariationConditions.EQUAL_CURRENCY_NUMBER,
|
|
6355
|
+
description: 'Donation Amount is equal to',
|
|
6421
6356
|
},
|
|
6422
6357
|
{
|
|
6423
6358
|
type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER,
|
|
6359
|
+
description: 'Donation Amount is greater than or equal to',
|
|
6424
6360
|
},
|
|
6425
6361
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
6426
6362
|
],
|
|
@@ -6499,9 +6435,11 @@ exports.LumiaAlertConfigs = {
|
|
|
6499
6435
|
{ type: LumiaVariationConditions.RANDOM },
|
|
6500
6436
|
{
|
|
6501
6437
|
type: LumiaVariationConditions.EQUAL_CURRENCY_NUMBER,
|
|
6438
|
+
description: 'Donation Amount is equal to',
|
|
6502
6439
|
},
|
|
6503
6440
|
{
|
|
6504
6441
|
type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER,
|
|
6442
|
+
description: 'Donation Amount is greater than or equal to',
|
|
6505
6443
|
},
|
|
6506
6444
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
6507
6445
|
],
|
|
@@ -6707,7 +6645,7 @@ exports.LumiaAlertConfigs = {
|
|
|
6707
6645
|
},
|
|
6708
6646
|
{
|
|
6709
6647
|
type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER,
|
|
6710
|
-
description: 'Amount is greater than',
|
|
6648
|
+
description: 'Donation Amount is greater than or equal to',
|
|
6711
6649
|
},
|
|
6712
6650
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
6713
6651
|
],
|
|
@@ -6787,9 +6725,11 @@ exports.LumiaAlertConfigs = {
|
|
|
6787
6725
|
{ type: LumiaVariationConditions.RANDOM },
|
|
6788
6726
|
{
|
|
6789
6727
|
type: LumiaVariationConditions.EQUAL_CURRENCY_NUMBER,
|
|
6728
|
+
description: 'Donation Amount is equal to',
|
|
6790
6729
|
},
|
|
6791
6730
|
{
|
|
6792
6731
|
type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER,
|
|
6732
|
+
description: 'Donation Amount is greater than or equal to',
|
|
6793
6733
|
},
|
|
6794
6734
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
6795
6735
|
],
|
|
@@ -6869,9 +6809,11 @@ exports.LumiaAlertConfigs = {
|
|
|
6869
6809
|
{ type: LumiaVariationConditions.RANDOM },
|
|
6870
6810
|
{
|
|
6871
6811
|
type: LumiaVariationConditions.EQUAL_CURRENCY_NUMBER,
|
|
6812
|
+
description: 'Donation Amount is equal to',
|
|
6872
6813
|
},
|
|
6873
6814
|
{
|
|
6874
6815
|
type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER,
|
|
6816
|
+
description: 'Donation Amount is greater than or equal to',
|
|
6875
6817
|
},
|
|
6876
6818
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
6877
6819
|
],
|
|
@@ -6952,9 +6894,11 @@ exports.LumiaAlertConfigs = {
|
|
|
6952
6894
|
{ type: LumiaVariationConditions.RANDOM },
|
|
6953
6895
|
{
|
|
6954
6896
|
type: LumiaVariationConditions.EQUAL_CURRENCY_NUMBER,
|
|
6897
|
+
description: 'Donation Amount is equal to',
|
|
6955
6898
|
},
|
|
6956
6899
|
{
|
|
6957
6900
|
type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER,
|
|
6901
|
+
description: 'Donation Amount is greater than or equal to',
|
|
6958
6902
|
},
|
|
6959
6903
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
6960
6904
|
],
|
|
@@ -7028,9 +6972,11 @@ exports.LumiaAlertConfigs = {
|
|
|
7028
6972
|
{ type: LumiaVariationConditions.RANDOM },
|
|
7029
6973
|
{
|
|
7030
6974
|
type: LumiaVariationConditions.EQUAL_CURRENCY_NUMBER,
|
|
6975
|
+
description: 'Donation Amount is equal to',
|
|
7031
6976
|
},
|
|
7032
6977
|
{
|
|
7033
6978
|
type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER,
|
|
6979
|
+
description: 'Donation Amount is greater than or equal to',
|
|
7034
6980
|
},
|
|
7035
6981
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
7036
6982
|
],
|
|
@@ -7112,9 +7058,11 @@ exports.LumiaAlertConfigs = {
|
|
|
7112
7058
|
{ type: LumiaVariationConditions.RANDOM },
|
|
7113
7059
|
{
|
|
7114
7060
|
type: LumiaVariationConditions.EQUAL_CURRENCY_NUMBER,
|
|
7061
|
+
description: 'Donation Amount is equal to',
|
|
7115
7062
|
},
|
|
7116
7063
|
{
|
|
7117
7064
|
type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER,
|
|
7065
|
+
description: 'Donation Amount is greater than or equal to',
|
|
7118
7066
|
},
|
|
7119
7067
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
7120
7068
|
],
|
|
@@ -7188,9 +7136,11 @@ exports.LumiaAlertConfigs = {
|
|
|
7188
7136
|
{ type: LumiaVariationConditions.RANDOM },
|
|
7189
7137
|
{
|
|
7190
7138
|
type: LumiaVariationConditions.EQUAL_CURRENCY_NUMBER,
|
|
7139
|
+
description: 'Donation Amount is equal to',
|
|
7191
7140
|
},
|
|
7192
7141
|
{
|
|
7193
7142
|
type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER,
|
|
7143
|
+
description: 'Donation Amount is greater than or equal to',
|
|
7194
7144
|
},
|
|
7195
7145
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
7196
7146
|
],
|
|
@@ -7271,9 +7221,11 @@ exports.LumiaAlertConfigs = {
|
|
|
7271
7221
|
{ type: LumiaVariationConditions.RANDOM },
|
|
7272
7222
|
{
|
|
7273
7223
|
type: LumiaVariationConditions.EQUAL_CURRENCY_NUMBER,
|
|
7224
|
+
description: 'Donation Amount is equal to',
|
|
7274
7225
|
},
|
|
7275
7226
|
{
|
|
7276
7227
|
type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER,
|
|
7228
|
+
description: 'Donation Amount is greater than or equal to',
|
|
7277
7229
|
},
|
|
7278
7230
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
7279
7231
|
],
|
|
@@ -7345,9 +7297,11 @@ exports.LumiaAlertConfigs = {
|
|
|
7345
7297
|
{ type: LumiaVariationConditions.RANDOM },
|
|
7346
7298
|
{
|
|
7347
7299
|
type: LumiaVariationConditions.EQUAL_CURRENCY_NUMBER,
|
|
7300
|
+
description: 'Donation Amount is equal to',
|
|
7348
7301
|
},
|
|
7349
7302
|
{
|
|
7350
7303
|
type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER,
|
|
7304
|
+
description: 'Donation Amount is greater than or equal to',
|
|
7351
7305
|
},
|
|
7352
7306
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
7353
7307
|
],
|
|
@@ -7419,9 +7373,11 @@ exports.LumiaAlertConfigs = {
|
|
|
7419
7373
|
{ type: LumiaVariationConditions.RANDOM },
|
|
7420
7374
|
{
|
|
7421
7375
|
type: LumiaVariationConditions.EQUAL_CURRENCY_NUMBER,
|
|
7376
|
+
description: 'Donation Amount is equal to',
|
|
7422
7377
|
},
|
|
7423
7378
|
{
|
|
7424
7379
|
type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER,
|
|
7380
|
+
description: 'Donation Amount is greater than or equal to',
|
|
7425
7381
|
},
|
|
7426
7382
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
7427
7383
|
],
|
|
@@ -7475,6 +7431,7 @@ exports.LumiaAlertConfigs = {
|
|
|
7475
7431
|
{ type: LumiaVariationConditions.RANDOM },
|
|
7476
7432
|
{
|
|
7477
7433
|
type: LumiaVariationConditions.EQUAL_STRING,
|
|
7434
|
+
description: 'Item Name is equal to',
|
|
7478
7435
|
},
|
|
7479
7436
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
7480
7437
|
],
|
|
@@ -7544,9 +7501,11 @@ exports.LumiaAlertConfigs = {
|
|
|
7544
7501
|
{ type: LumiaVariationConditions.RANDOM },
|
|
7545
7502
|
{
|
|
7546
7503
|
type: LumiaVariationConditions.EQUAL_CURRENCY_NUMBER,
|
|
7504
|
+
description: 'Donation Amount is equal to',
|
|
7547
7505
|
},
|
|
7548
7506
|
{
|
|
7549
7507
|
type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER,
|
|
7508
|
+
description: 'Donation Amount is greater than or equal to',
|
|
7550
7509
|
},
|
|
7551
7510
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
7552
7511
|
],
|
|
@@ -7585,11 +7544,11 @@ exports.LumiaAlertConfigs = {
|
|
|
7585
7544
|
{ type: LumiaVariationConditions.RANDOM },
|
|
7586
7545
|
{
|
|
7587
7546
|
type: LumiaVariationConditions.EQUAL_STRING,
|
|
7547
|
+
description: 'Item Name is equal to',
|
|
7588
7548
|
},
|
|
7589
7549
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
7590
7550
|
],
|
|
7591
7551
|
},
|
|
7592
|
-
// },
|
|
7593
7552
|
// fourthwall: {
|
|
7594
7553
|
[activity_types_1.LumiaAlertValues.FOURTHWALL_DONATION]: {
|
|
7595
7554
|
connection: event_types_1.LumiaIntegrations.FOURTHWALL,
|
|
@@ -7658,9 +7617,11 @@ exports.LumiaAlertConfigs = {
|
|
|
7658
7617
|
{ type: LumiaVariationConditions.RANDOM },
|
|
7659
7618
|
{
|
|
7660
7619
|
type: LumiaVariationConditions.EQUAL_CURRENCY_NUMBER,
|
|
7620
|
+
description: 'Donation Amount is equal to',
|
|
7661
7621
|
},
|
|
7662
7622
|
{
|
|
7663
7623
|
type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER,
|
|
7624
|
+
description: 'Donation Amount is greater than or equal to',
|
|
7664
7625
|
},
|
|
7665
7626
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
7666
7627
|
],
|
|
@@ -7710,9 +7671,11 @@ exports.LumiaAlertConfigs = {
|
|
|
7710
7671
|
{ type: LumiaVariationConditions.RANDOM },
|
|
7711
7672
|
{
|
|
7712
7673
|
type: LumiaVariationConditions.EQUAL_CURRENCY_NUMBER,
|
|
7674
|
+
description: 'Donation Amount is equal to',
|
|
7713
7675
|
},
|
|
7714
7676
|
{
|
|
7715
7677
|
type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER,
|
|
7678
|
+
description: 'Donation Amount is greater than or equal to',
|
|
7716
7679
|
},
|
|
7717
7680
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
7718
7681
|
],
|
|
@@ -7772,9 +7735,11 @@ exports.LumiaAlertConfigs = {
|
|
|
7772
7735
|
{ type: LumiaVariationConditions.RANDOM },
|
|
7773
7736
|
{
|
|
7774
7737
|
type: LumiaVariationConditions.EQUAL_CURRENCY_NUMBER,
|
|
7738
|
+
description: 'Donation Amount is equal to',
|
|
7775
7739
|
},
|
|
7776
7740
|
{
|
|
7777
7741
|
type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER,
|
|
7742
|
+
description: 'Donation Amount is greater than or equal to',
|
|
7778
7743
|
},
|
|
7779
7744
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
7780
7745
|
],
|
|
@@ -7834,9 +7799,11 @@ exports.LumiaAlertConfigs = {
|
|
|
7834
7799
|
{ type: LumiaVariationConditions.RANDOM },
|
|
7835
7800
|
{
|
|
7836
7801
|
type: LumiaVariationConditions.EQUAL_CURRENCY_NUMBER,
|
|
7802
|
+
description: 'Donation Amount is equal to',
|
|
7837
7803
|
},
|
|
7838
7804
|
{
|
|
7839
7805
|
type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER,
|
|
7806
|
+
description: 'Donation Amount is greater than or equal to',
|
|
7840
7807
|
},
|
|
7841
7808
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
7842
7809
|
],
|
|
@@ -7908,9 +7875,11 @@ exports.LumiaAlertConfigs = {
|
|
|
7908
7875
|
{ type: LumiaVariationConditions.RANDOM },
|
|
7909
7876
|
{
|
|
7910
7877
|
type: LumiaVariationConditions.EQUAL_CURRENCY_NUMBER,
|
|
7878
|
+
description: 'Donation Amount is equal to',
|
|
7911
7879
|
},
|
|
7912
7880
|
{
|
|
7913
7881
|
type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER,
|
|
7882
|
+
description: 'Donation Amount is greater than or equal to',
|
|
7914
7883
|
},
|
|
7915
7884
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
7916
7885
|
],
|
|
@@ -7992,9 +7961,11 @@ exports.LumiaAlertConfigs = {
|
|
|
7992
7961
|
{ type: LumiaVariationConditions.RANDOM },
|
|
7993
7962
|
{
|
|
7994
7963
|
type: LumiaVariationConditions.EQUAL_CURRENCY_NUMBER,
|
|
7964
|
+
description: 'Donation Amount is equal to',
|
|
7995
7965
|
},
|
|
7996
7966
|
{
|
|
7997
7967
|
type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER,
|
|
7968
|
+
description: 'Donation Amount is greater than or equal to',
|
|
7998
7969
|
},
|
|
7999
7970
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
8000
7971
|
],
|
|
@@ -8054,9 +8025,11 @@ exports.LumiaAlertConfigs = {
|
|
|
8054
8025
|
{ type: LumiaVariationConditions.RANDOM },
|
|
8055
8026
|
{
|
|
8056
8027
|
type: LumiaVariationConditions.EQUAL_CURRENCY_NUMBER,
|
|
8028
|
+
description: 'Donation Amount is equal to',
|
|
8057
8029
|
},
|
|
8058
8030
|
{
|
|
8059
8031
|
type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER,
|
|
8032
|
+
description: 'Donation Amount is greater than or equal to',
|
|
8060
8033
|
},
|
|
8061
8034
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
8062
8035
|
],
|
|
@@ -8100,9 +8073,11 @@ exports.LumiaAlertConfigs = {
|
|
|
8100
8073
|
{ type: LumiaVariationConditions.RANDOM },
|
|
8101
8074
|
{
|
|
8102
8075
|
type: LumiaVariationConditions.EQUAL_CURRENCY_NUMBER,
|
|
8076
|
+
description: 'Donation Amount is equal to',
|
|
8103
8077
|
},
|
|
8104
8078
|
{
|
|
8105
8079
|
type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER,
|
|
8080
|
+
description: 'Donation Amount is greater than or equal to',
|
|
8106
8081
|
},
|
|
8107
8082
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
8108
8083
|
],
|
|
@@ -8219,10 +8194,11 @@ exports.LumiaAlertConfigs = {
|
|
|
8219
8194
|
{ type: LumiaVariationConditions.RANDOM },
|
|
8220
8195
|
{
|
|
8221
8196
|
type: LumiaVariationConditions.EQUAL_NUMBER,
|
|
8197
|
+
description: 'Follower Count is equal to',
|
|
8222
8198
|
},
|
|
8223
8199
|
{
|
|
8224
8200
|
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
8225
|
-
description: '
|
|
8201
|
+
description: 'Follower Count is greater than or equal to',
|
|
8226
8202
|
},
|
|
8227
8203
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
8228
8204
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
@@ -8266,7 +8242,7 @@ exports.LumiaAlertConfigs = {
|
|
|
8266
8242
|
},
|
|
8267
8243
|
{
|
|
8268
8244
|
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
8269
|
-
description: 'Retweet Count is greater than',
|
|
8245
|
+
description: 'Retweet Count is greater than or equal to',
|
|
8270
8246
|
},
|
|
8271
8247
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
8272
8248
|
],
|
|
@@ -8308,7 +8284,7 @@ exports.LumiaAlertConfigs = {
|
|
|
8308
8284
|
},
|
|
8309
8285
|
{
|
|
8310
8286
|
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
8311
|
-
description: 'Retweet Count is greater than',
|
|
8287
|
+
description: 'Retweet Count is greater than or equal to',
|
|
8312
8288
|
},
|
|
8313
8289
|
{ type: LumiaVariationConditions.EQUAL_USERNAME },
|
|
8314
8290
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
@@ -8936,9 +8912,11 @@ exports.LumiaAlertConfigs = {
|
|
|
8936
8912
|
{ type: LumiaVariationConditions.RANDOM },
|
|
8937
8913
|
{
|
|
8938
8914
|
type: LumiaVariationConditions.EQUAL_CURRENCY_NUMBER,
|
|
8915
|
+
description: 'Donation Amount is equal to',
|
|
8939
8916
|
},
|
|
8940
8917
|
{
|
|
8941
8918
|
type: LumiaVariationConditions.GREATER_CURRENCY_NUMBER,
|
|
8919
|
+
description: 'Donation Amount is greater than or equal to',
|
|
8942
8920
|
},
|
|
8943
8921
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
8944
8922
|
],
|
|
@@ -9306,7 +9284,7 @@ exports.LumiaAlertConfigs = {
|
|
|
9306
9284
|
{ type: LumiaVariationConditions.RANDOM },
|
|
9307
9285
|
{
|
|
9308
9286
|
type: LumiaVariationConditions.GREATER_NUMBER,
|
|
9309
|
-
description: 'Heart Rate is greater than',
|
|
9287
|
+
description: 'Heart Rate is greater than or equal to',
|
|
9310
9288
|
},
|
|
9311
9289
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
9312
9290
|
],
|
|
@@ -9393,7 +9371,7 @@ exports.LumiaAlertConfigs = {
|
|
|
9393
9371
|
{ type: LumiaVariationConditions.RANDOM },
|
|
9394
9372
|
{
|
|
9395
9373
|
type: LumiaVariationConditions.EQUAL_STRING,
|
|
9396
|
-
description: 'Name
|
|
9374
|
+
description: 'Hotkey Name is equal to',
|
|
9397
9375
|
},
|
|
9398
9376
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
9399
9377
|
],
|
|
@@ -9423,6 +9401,7 @@ exports.LumiaAlertConfigs = {
|
|
|
9423
9401
|
{ type: LumiaVariationConditions.RANDOM },
|
|
9424
9402
|
{
|
|
9425
9403
|
type: LumiaVariationConditions.EQUAL_STRING,
|
|
9404
|
+
description: 'Model Name is equal to',
|
|
9426
9405
|
},
|
|
9427
9406
|
{ type: LumiaVariationConditions.EQUAL_VARIABLE },
|
|
9428
9407
|
],
|