@lumiastream/lumia-types 2.2.6 → 2.2.8

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.
@@ -6280,9 +6280,9 @@ exports.LumiaAlertConfigs = {
6280
6280
  },
6281
6281
  [activity_types_1.LumiaAlertValues.FOURTHWALL_SHOPORDER]: {
6282
6282
  connection: event_types_1.LumiaIntegrations.FOURTHWALL,
6283
- message: '{{username}} just created a shop order with amount {{amount}}',
6283
+ message: '{{username}} purchased {{items}}',
6284
6284
  eventlistMessage: 'Shop Order',
6285
- eventlistDetailedMessage: 'created a shop order with {{amount}} {{currency}}',
6285
+ eventlistDetailedMessage: 'purchased {{items}}',
6286
6286
  acceptedVariables: variables_types_1.AllVariables.fourthwall.alerts.shopOrder,
6287
6287
  quickActions: [
6288
6288
  {
@@ -6293,6 +6293,7 @@ exports.LumiaAlertConfigs = {
6293
6293
  avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
6294
6294
  amount: 100,
6295
6295
  currency: LumiaVariationCurrency.USD,
6296
+ items: 'Shirt, Keyblade, Chaos Emerald',
6296
6297
  },
6297
6298
  },
6298
6299
  {
@@ -6303,6 +6304,7 @@ exports.LumiaAlertConfigs = {
6303
6304
  avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
6304
6305
  amount: 200,
6305
6306
  currency: LumiaVariationCurrency.USD,
6307
+ items: 'Shirt, Keyblade, Chaos Emerald',
6306
6308
  },
6307
6309
  },
6308
6310
  {
@@ -6313,6 +6315,7 @@ exports.LumiaAlertConfigs = {
6313
6315
  avatar: 'https://static-cdn.jtvnw.net/jtv_user_pictures/2b1fa336-f9b2-42cf-bd2c-98675da74982-profile_image-70x70.png',
6314
6316
  amount: 300,
6315
6317
  currency: LumiaVariationCurrency.USD,
6318
+ items: 'Shirt, Keyblade, Chaos Emerald',
6316
6319
  },
6317
6320
  },
6318
6321
  ],
@@ -6324,6 +6327,13 @@ exports.LumiaAlertConfigs = {
6324
6327
  required: false,
6325
6328
  default: 'lumiastream',
6326
6329
  },
6330
+ {
6331
+ type: 'text',
6332
+ label: 'Items',
6333
+ variableField: 'items',
6334
+ required: true,
6335
+ default: 'Shirt, Keyblade, Chaos Emerald',
6336
+ },
6327
6337
  {
6328
6338
  type: 'number',
6329
6339
  label: 'Amount',
@@ -259,16 +259,6 @@ export declare enum SystemVariables {
259
259
  YOUTUBE_STREAM_DISLIKES = "youtube_stream_dislikes",
260
260
  /** Stream chat message count. Use as {{youtube_stream_chat_count}}. */
261
261
  YOUTUBE_STREAM_CHAT_COUNT = "youtube_stream_chat_count",
262
- /** 2nd stream current viewer count. Use as {{youtube_second_current_viewer_count}}. */
263
- YOUTUBE_SECOND_CURRENT_VIEWER_COUNT = "youtube_second_current_viewer_count",
264
- /** 2nd stream total viewer count. Use as {{youtube_second_total_viewer_count}}. */
265
- YOUTUBE_SECOND_TOTAL_VIEWER_COUNT = "youtube_second_total_viewer_count",
266
- /** 2nd stream likes. Use as {{youtube_second_stream_likes}}. */
267
- YOUTUBE_SECOND_STREAM_LIKES = "youtube_second_stream_likes",
268
- /** 2nd stream dislikes. Use as {{youtube_second_stream_dislikes}}. */
269
- YOUTUBE_SECOND_STREAM_DISLIKES = "youtube_second_stream_dislikes",
270
- /** 2nd stream chat count. Use as {{youtube_second_stream_chat_count}}. */
271
- YOUTUBE_SECOND_STREAM_CHAT_COUNT = "youtube_second_stream_chat_count",
272
262
  /** Session chat count. Use as {{youtube_session_chat_count}}. */
273
263
  YOUTUBE_SESSION_CHAT_COUNT = "youtube_session_chat_count",
274
264
  /** Current first chatter. Use as {{youtube_current_first_chatter}}. */
@@ -272,16 +272,6 @@ var SystemVariables;
272
272
  SystemVariables["YOUTUBE_STREAM_DISLIKES"] = "youtube_stream_dislikes";
273
273
  /** Stream chat message count. Use as {{youtube_stream_chat_count}}. */
274
274
  SystemVariables["YOUTUBE_STREAM_CHAT_COUNT"] = "youtube_stream_chat_count";
275
- /** 2nd stream current viewer count. Use as {{youtube_second_current_viewer_count}}. */
276
- SystemVariables["YOUTUBE_SECOND_CURRENT_VIEWER_COUNT"] = "youtube_second_current_viewer_count";
277
- /** 2nd stream total viewer count. Use as {{youtube_second_total_viewer_count}}. */
278
- SystemVariables["YOUTUBE_SECOND_TOTAL_VIEWER_COUNT"] = "youtube_second_total_viewer_count";
279
- /** 2nd stream likes. Use as {{youtube_second_stream_likes}}. */
280
- SystemVariables["YOUTUBE_SECOND_STREAM_LIKES"] = "youtube_second_stream_likes";
281
- /** 2nd stream dislikes. Use as {{youtube_second_stream_dislikes}}. */
282
- SystemVariables["YOUTUBE_SECOND_STREAM_DISLIKES"] = "youtube_second_stream_dislikes";
283
- /** 2nd stream chat count. Use as {{youtube_second_stream_chat_count}}. */
284
- SystemVariables["YOUTUBE_SECOND_STREAM_CHAT_COUNT"] = "youtube_second_stream_chat_count";
285
275
  /** Session chat count. Use as {{youtube_session_chat_count}}. */
286
276
  SystemVariables["YOUTUBE_SESSION_CHAT_COUNT"] = "youtube_session_chat_count";
287
277
  /** Current first chatter. Use as {{youtube_current_first_chatter}}. */
@@ -1285,7 +1275,7 @@ exports.AllVariables = {
1285
1275
  donation: ['username', 'email', 'message', 'currency', 'amount', 'raw'],
1286
1276
  subscription: ['username', 'email', 'currency', 'amount', 'interval', 'raw'],
1287
1277
  commission: ['username', 'email', 'message', 'currency', 'amount', 'raw'],
1288
- shopOrder: ['username', 'email', 'message', 'currency', 'amount', 'raw'],
1278
+ shopOrder: ['username', 'email', 'message', 'items', 'currency', 'amount', 'raw'],
1289
1279
  giftPurchase: ['username', 'email', 'message', 'currency', 'amount', 'raw'],
1290
1280
  giveawayStarted: ['currency', 'amount', 'giveawayName', 'giveawayId', 'winners', 'winnerNames', 'winnerCount', 'duration', 'allGifts', 'totalGifts', 'offer', 'type'],
1291
1281
  giveawayEnded: ['currency', 'amount', 'giveawayName', 'giveawayId', 'winners', 'winnerNames', 'winnerCount', 'duration', 'allGifts', 'totalGifts', 'offer', 'type'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "2.2.6",
3
+ "version": "2.2.8",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "files": [