@lumiastream/lumia-types 2.0.1 → 2.0.3
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
CHANGED
|
@@ -832,9 +832,9 @@ exports.LumiaAlertConfigs = {
|
|
|
832
832
|
},
|
|
833
833
|
[activity_types_1.LumiaAlertValues.TWITCH_SUBSCRIBER]: {
|
|
834
834
|
connection: event_types_1.LumiaIntegrations.TWITCH,
|
|
835
|
-
message: '{{username}} just subscribed!',
|
|
836
|
-
eventlistMessage: '
|
|
837
|
-
eventlistDetailedMessage: '
|
|
835
|
+
message: '{{username}} just subscribed with {{subPlanName}}!',
|
|
836
|
+
eventlistMessage: '{{subPlanName}} Subscription',
|
|
837
|
+
eventlistDetailedMessage: 'just subscribed with a {{subPlanName}} sub',
|
|
838
838
|
acceptedVariables: variables_types_1.AllVariables.twitch.alerts.subscriber,
|
|
839
839
|
quickActions: [
|
|
840
840
|
{
|
|
@@ -966,10 +966,10 @@ exports.LumiaAlertConfigs = {
|
|
|
966
966
|
},
|
|
967
967
|
[activity_types_1.LumiaAlertValues.TWITCH_GIFT_SUBSCRIPTION]: {
|
|
968
968
|
connection: event_types_1.LumiaIntegrations.TWITCH,
|
|
969
|
-
message: '{{gifter}} gifted {{giftAmount}}
|
|
970
|
-
eventlistMessage: 'Gifted
|
|
971
|
-
eventlistDetailedMessage: 'gifted {{
|
|
972
|
-
acceptedVariables: variables_types_1.AllVariables.twitch.alerts.
|
|
969
|
+
message: '{{gifter}} gifted {{giftAmount}} {{subPlanName}} subsciptions to {{recipients}}',
|
|
970
|
+
eventlistMessage: 'Gifted {{giftAmount}} subs',
|
|
971
|
+
eventlistDetailedMessage: 'gifted {{giftAmount}} {{subPlanName}} subsciptions to {{recipients}}',
|
|
972
|
+
acceptedVariables: variables_types_1.AllVariables.twitch.alerts.subscriptionGift,
|
|
973
973
|
quickActions: [
|
|
974
974
|
{
|
|
975
975
|
label: 'Gift 1 Sub',
|
package/dist/variables.types.js
CHANGED
|
@@ -1268,7 +1268,8 @@ exports.AllVariables = {
|
|
|
1268
1268
|
firstChatter: ['username', 'userId', 'displayname', 'avatar', 'first_count', 'message'],
|
|
1269
1269
|
entrance: ['username', 'userId', 'displayname', 'avatar', 'message'],
|
|
1270
1270
|
follower: ['username', 'avatar'],
|
|
1271
|
-
subscriber: ['username', 'avatar', 'tier', '
|
|
1271
|
+
subscriber: ['username', 'avatar', 'tier', 'recipient', 'subMonths', 'streakMonths', 'message', 'subPlan', 'subPlanName'],
|
|
1272
|
+
subscriptionGift: ['username', 'avatar', 'tier', 'giftAmount', 'recipients', 'recipientsRaw', 'gifter', 'totalGifts', 'subMonths', 'streakMonths', 'message', 'subPlan', 'subPlanName'],
|
|
1272
1273
|
bits: ['username', 'avatar', 'amount', 'message', 'rawMessage', 'full_message'],
|
|
1273
1274
|
raid: ['username', 'avatar', 'viewers'],
|
|
1274
1275
|
hypetrainStarted: ['total', 'progress', 'goal'],
|