@lumiastream/lumia-types 2.5.5 → 2.5.7
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 -4
- package/package.json +1 -1
package/dist/alert.types.js
CHANGED
|
@@ -3597,9 +3597,9 @@ exports.LumiaAlertConfigs = {
|
|
|
3597
3597
|
},
|
|
3598
3598
|
[activity_types_1.LumiaAlertValues.YOUTUBE_SUPERCHAT]: {
|
|
3599
3599
|
connection: event_types_1.LumiaIntegrations.YOUTUBE,
|
|
3600
|
-
message: '{{username}} just super chatted with {{
|
|
3600
|
+
message: '{{username}} just super chatted with {{currencySymbol}}{{amount}}. They said {{message}}',
|
|
3601
3601
|
eventlistMessage: 'Super Chat',
|
|
3602
|
-
eventlistDetailedMessage: 'super chatted {{
|
|
3602
|
+
eventlistDetailedMessage: 'super chatted {{currencySymbol}}{{amount}}',
|
|
3603
3603
|
acceptedVariables: variables_types_1.AllVariables.youtube.alerts.superchat,
|
|
3604
3604
|
quickActions: [
|
|
3605
3605
|
{
|
|
@@ -3726,9 +3726,9 @@ exports.LumiaAlertConfigs = {
|
|
|
3726
3726
|
},
|
|
3727
3727
|
[activity_types_1.LumiaAlertValues.YOUTUBE_SUPERSTICKER]: {
|
|
3728
3728
|
connection: event_types_1.LumiaIntegrations.YOUTUBE,
|
|
3729
|
-
message: '{{username}} just sent a
|
|
3729
|
+
message: '{{username}} just sent a {{stickerName}} super sticker worth {{currencySymbol}}{{amount}}',
|
|
3730
3730
|
eventlistMessage: 'Super Sticker',
|
|
3731
|
-
eventlistDetailedMessage: 'sent a super sticker worth {{currencySymbol}}{{amount}}',
|
|
3731
|
+
eventlistDetailedMessage: 'sent a {{stickerName}} super sticker worth {{currencySymbol}}{{amount}}',
|
|
3732
3732
|
acceptedVariables: variables_types_1.AllVariables.youtube.alerts.supersticker,
|
|
3733
3733
|
quickActions: [
|
|
3734
3734
|
{
|