@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.
@@ -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: 'Subscribed',
837
- eventlistDetailedMessage: 'became a subscriber',
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}} subs!',
970
- eventlistMessage: 'Gifted subscription',
971
- eventlistDetailedMessage: 'gifted {{recipient}} a subscription',
972
- acceptedVariables: variables_types_1.AllVariables.twitch.alerts.subscriber,
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',
@@ -543,6 +543,7 @@ export declare const AllVariables: {
543
543
  entrance: string[];
544
544
  follower: string[];
545
545
  subscriber: string[];
546
+ subscriptionGift: string[];
546
547
  bits: string[];
547
548
  raid: string[];
548
549
  hypetrainStarted: string[];
@@ -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', 'giftAmount', 'recipient', 'gifter', 'totalGifts', 'subMonths', 'streakMonths', 'message', 'subPlan', 'subPlanName'],
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'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "files": [