@lumiastream/lumia-types 2.1.4 → 2.1.5
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 +2 -2
- package/package.json +1 -1
package/dist/alert.types.js
CHANGED
|
@@ -3162,7 +3162,7 @@ exports.LumiaAlertConfigs = {
|
|
|
3162
3162
|
connection: event_types_1.LumiaIntegrations.YOUTUBE,
|
|
3163
3163
|
message: '{{likes}} likes on the stream',
|
|
3164
3164
|
eventlistMessage: 'Likes',
|
|
3165
|
-
eventlistDetailedMessage: 'likes on the stream',
|
|
3165
|
+
eventlistDetailedMessage: '{{likes}} likes on the stream',
|
|
3166
3166
|
acceptedVariables: variables_types_1.AllVariables.youtube.alerts.like,
|
|
3167
3167
|
quickActions: [
|
|
3168
3168
|
{
|
|
@@ -3187,7 +3187,7 @@ exports.LumiaAlertConfigs = {
|
|
|
3187
3187
|
connection: event_types_1.LumiaIntegrations.YOUTUBE,
|
|
3188
3188
|
message: '{{viewers}} viewers are watching the stream',
|
|
3189
3189
|
eventlistMessage: 'Viewers',
|
|
3190
|
-
eventlistDetailedMessage: 'are watching the stream',
|
|
3190
|
+
eventlistDetailedMessage: '{{viewers}} viewers are watching the stream',
|
|
3191
3191
|
acceptedVariables: variables_types_1.AllVariables.youtube.alerts.viewers,
|
|
3192
3192
|
quickActions: [
|
|
3193
3193
|
{
|