@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.
- package/dist/alert.types.js +1 -0
- package/dist/esm/alert.types.js +1 -0
- package/package.json +1 -1
package/dist/alert.types.js
CHANGED
|
@@ -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',
|
package/dist/esm/alert.types.js
CHANGED
|
@@ -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',
|