@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.
@@ -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 {{amount}} {{currency}}. They said {{message}}',
3600
+ message: '{{username}} just super chatted with {{currencySymbol}}{{amount}}. They said {{message}}',
3601
3601
  eventlistMessage: 'Super Chat',
3602
- eventlistDetailedMessage: 'super chatted {{amount}} {{currency}}',
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 supersticker with {{currencySymbol}}{{amount}}',
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
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "2.5.5",
3
+ "version": "2.5.7",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "files": [