@lumiastream/lumia-types 2.1.4 → 2.1.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 +4 -2
- package/package.json +1 -1
package/dist/alert.types.js
CHANGED
|
@@ -946,6 +946,7 @@ exports.LumiaAlertConfigs = {
|
|
|
946
946
|
{ type: LumiaVariationConditions.RANDOM },
|
|
947
947
|
{
|
|
948
948
|
type: LumiaVariationConditions.EQUAL_SELECTION,
|
|
949
|
+
description: 'Tier Level',
|
|
949
950
|
selections: [
|
|
950
951
|
{ label: 'Tier 1', value: 1000 },
|
|
951
952
|
{ label: 'Tier 2', value: 2000 },
|
|
@@ -1070,6 +1071,7 @@ exports.LumiaAlertConfigs = {
|
|
|
1070
1071
|
{ type: LumiaVariationConditions.RANDOM },
|
|
1071
1072
|
{
|
|
1072
1073
|
type: LumiaVariationConditions.EQUAL_SELECTION,
|
|
1074
|
+
description: 'Tier Level',
|
|
1073
1075
|
selections: [
|
|
1074
1076
|
{ label: 'Tier 1', value: 1000 },
|
|
1075
1077
|
{ label: 'Tier 2', value: 2000 },
|
|
@@ -3162,7 +3164,7 @@ exports.LumiaAlertConfigs = {
|
|
|
3162
3164
|
connection: event_types_1.LumiaIntegrations.YOUTUBE,
|
|
3163
3165
|
message: '{{likes}} likes on the stream',
|
|
3164
3166
|
eventlistMessage: 'Likes',
|
|
3165
|
-
eventlistDetailedMessage: 'likes on the stream',
|
|
3167
|
+
eventlistDetailedMessage: '{{likes}} likes on the stream',
|
|
3166
3168
|
acceptedVariables: variables_types_1.AllVariables.youtube.alerts.like,
|
|
3167
3169
|
quickActions: [
|
|
3168
3170
|
{
|
|
@@ -3187,7 +3189,7 @@ exports.LumiaAlertConfigs = {
|
|
|
3187
3189
|
connection: event_types_1.LumiaIntegrations.YOUTUBE,
|
|
3188
3190
|
message: '{{viewers}} viewers are watching the stream',
|
|
3189
3191
|
eventlistMessage: 'Viewers',
|
|
3190
|
-
eventlistDetailedMessage: 'are watching the stream',
|
|
3192
|
+
eventlistDetailedMessage: '{{viewers}} viewers are watching the stream',
|
|
3191
3193
|
acceptedVariables: variables_types_1.AllVariables.youtube.alerts.viewers,
|
|
3192
3194
|
quickActions: [
|
|
3193
3195
|
{
|