@lumiastream/lumia-types 3.7.6 → 3.7.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.
@@ -6517,6 +6517,7 @@ exports.LumiaAlertConfigs = {
6517
6517
  },
6518
6518
  [activity_types_1.LumiaAlertValues.KICK_KICKS]: {
6519
6519
  connection: event_types_1.LumiaIntegrations.KICK,
6520
+ hasAlertImage: true,
6520
6521
  message: '{{username}} sent {{name}} for {{amount}} kicks. They said "{{message}}"',
6521
6522
  eventlistMessage: 'Kicks',
6522
6523
  eventlistDetailedMessage: 'sent {{name}} for {{amount}} kicks',
@@ -6514,6 +6514,7 @@ export const LumiaAlertConfigs = {
6514
6514
  },
6515
6515
  [LumiaAlertValues.KICK_KICKS]: {
6516
6516
  connection: LumiaIntegrations.KICK,
6517
+ hasAlertImage: true,
6517
6518
  message: '{{username}} sent {{name}} for {{amount}} kicks. They said "{{message}}"',
6518
6519
  eventlistMessage: 'Kicks',
6519
6520
  eventlistDetailedMessage: 'sent {{name}} for {{amount}} kicks',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "3.7.6",
3
+ "version": "3.7.7",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/esm/index.js",