@lumiastream/lumia-types 3.7.9 → 3.8.0

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.
@@ -857,6 +857,7 @@ exports.LumiaAlertConfigs = {
857
857
  },
858
858
  [activity_types_1.LumiaAlertValues.TWITCH_POINTS]: {
859
859
  connection: event_types_1.LumiaIntegrations.TWITCH,
860
+ hasAlertImage: true,
860
861
  message: '{{username}} redeemed {{command}} for {{amount}} points',
861
862
  eventlistMessage: 'Redeemed',
862
863
  eventlistDetailedMessage: 'redeemed {{command}} for {{amount}} points',
@@ -1487,6 +1488,7 @@ exports.LumiaAlertConfigs = {
1487
1488
  },
1488
1489
  [activity_types_1.LumiaAlertValues.TWITCH_BITS]: {
1489
1490
  connection: event_types_1.LumiaIntegrations.TWITCH,
1491
+ hasAlertImage: true,
1490
1492
  message: '{{username}} cheered {{amount}} bits. They said {{message}}',
1491
1493
  eventlistMessage: 'Bits',
1492
1494
  eventlistDetailedMessage: 'cheered {{amount}} bits',
@@ -1559,6 +1561,7 @@ exports.LumiaAlertConfigs = {
1559
1561
  },
1560
1562
  [activity_types_1.LumiaAlertValues.TWITCH_BITS_COMBO]: {
1561
1563
  connection: event_types_1.LumiaIntegrations.TWITCH,
1564
+ hasAlertImage: true,
1562
1565
  message: '{{username}} finished a bits combo with {{amount}} bits. They said {{message}}',
1563
1566
  eventlistMessage: 'Bits Combo',
1564
1567
  eventlistDetailedMessage: 'finished a bits combo with {{amount}} bits',
@@ -2908,6 +2911,7 @@ exports.LumiaAlertConfigs = {
2908
2911
  },
2909
2912
  [activity_types_1.LumiaAlertValues.TWITCH_CHARITY_DONATION]: {
2910
2913
  connection: event_types_1.LumiaIntegrations.TWITCH,
2914
+ hasAlertImage: true,
2911
2915
  message: '{{username}} just tipped {{currencySymbol}}{{amount}} to charity {{charity_name}}',
2912
2916
  eventlistMessage: 'Donation',
2913
2917
  eventlistDetailedMessage: 'tipped {{currencySymbol}}{{amount}}',
@@ -854,6 +854,7 @@ export const LumiaAlertConfigs = {
854
854
  },
855
855
  [LumiaAlertValues.TWITCH_POINTS]: {
856
856
  connection: LumiaIntegrations.TWITCH,
857
+ hasAlertImage: true,
857
858
  message: '{{username}} redeemed {{command}} for {{amount}} points',
858
859
  eventlistMessage: 'Redeemed',
859
860
  eventlistDetailedMessage: 'redeemed {{command}} for {{amount}} points',
@@ -1484,6 +1485,7 @@ export const LumiaAlertConfigs = {
1484
1485
  },
1485
1486
  [LumiaAlertValues.TWITCH_BITS]: {
1486
1487
  connection: LumiaIntegrations.TWITCH,
1488
+ hasAlertImage: true,
1487
1489
  message: '{{username}} cheered {{amount}} bits. They said {{message}}',
1488
1490
  eventlistMessage: 'Bits',
1489
1491
  eventlistDetailedMessage: 'cheered {{amount}} bits',
@@ -1556,6 +1558,7 @@ export const LumiaAlertConfigs = {
1556
1558
  },
1557
1559
  [LumiaAlertValues.TWITCH_BITS_COMBO]: {
1558
1560
  connection: LumiaIntegrations.TWITCH,
1561
+ hasAlertImage: true,
1559
1562
  message: '{{username}} finished a bits combo with {{amount}} bits. They said {{message}}',
1560
1563
  eventlistMessage: 'Bits Combo',
1561
1564
  eventlistDetailedMessage: 'finished a bits combo with {{amount}} bits',
@@ -2905,6 +2908,7 @@ export const LumiaAlertConfigs = {
2905
2908
  },
2906
2909
  [LumiaAlertValues.TWITCH_CHARITY_DONATION]: {
2907
2910
  connection: LumiaIntegrations.TWITCH,
2911
+ hasAlertImage: true,
2908
2912
  message: '{{username}} just tipped {{currencySymbol}}{{amount}} to charity {{charity_name}}',
2909
2913
  eventlistMessage: 'Donation',
2910
2914
  eventlistDetailedMessage: 'tipped {{currencySymbol}}{{amount}}',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "3.7.9",
3
+ "version": "3.8.0",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/esm/index.js",