@lumiastream/lumia-types 3.2.1 → 3.2.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.
@@ -88,6 +88,7 @@ export declare enum LumiaActivityCommandTypes {
88
88
  OVERLAY_SET_OVERLAY_VISIBILITY = "overlay-set-visibility",
89
89
  OVERLAY_SET_LAYER_VISIBILITY = "overlay-set-layer-visibility",
90
90
  OVERLAY_SET_LAYER_POSITION = "overlay-set-layer-position",
91
+ OVERLAY_SET_LAYER_SIZE = "overlay-set-layer-size",
91
92
  OVERLAY_SET_CONTENT = "overlay-set-content",
92
93
  OVERLAY_SCREENSHOT = "overlay-screenshot",
93
94
  OVERLAY_SCREENSHOT_RESPONSE = "overlay-screenshot-response",// Response to OVERLAY_SCREENSHOT, internal
@@ -97,6 +97,7 @@ var LumiaActivityCommandTypes;
97
97
  LumiaActivityCommandTypes["OVERLAY_SET_OVERLAY_VISIBILITY"] = "overlay-set-visibility";
98
98
  LumiaActivityCommandTypes["OVERLAY_SET_LAYER_VISIBILITY"] = "overlay-set-layer-visibility";
99
99
  LumiaActivityCommandTypes["OVERLAY_SET_LAYER_POSITION"] = "overlay-set-layer-position";
100
+ LumiaActivityCommandTypes["OVERLAY_SET_LAYER_SIZE"] = "overlay-set-layer-size";
100
101
  LumiaActivityCommandTypes["OVERLAY_SET_CONTENT"] = "overlay-set-content";
101
102
  LumiaActivityCommandTypes["OVERLAY_SCREENSHOT"] = "overlay-screenshot";
102
103
  LumiaActivityCommandTypes["OVERLAY_SCREENSHOT_RESPONSE"] = "overlay-screenshot-response";
@@ -1332,6 +1332,8 @@ exports.AllVariables = {
1332
1332
  'raffle_entry_command',
1333
1333
  'duration',
1334
1334
  'raffle_generated_number',
1335
+ 'username',
1336
+ 'platform',
1335
1337
  ],
1336
1338
  tournamentStart: ['tournament_title', 'tournament_description', 'tournament_game', 'tournament_format', 'tournament_state', 'tournament_participants_count', 'tournament_entry_command'],
1337
1339
  tournamentEnd: ['tournament_title', 'tournament_description', 'tournament_game', 'tournament_format', 'tournament_state', 'tournament_participants_count', 'tournament_entry_command'],
@@ -1345,6 +1347,8 @@ exports.AllVariables = {
1345
1347
  'tournament_entry_command',
1346
1348
  'tournament_winner',
1347
1349
  'tournament_winner_avatar',
1350
+ 'username',
1351
+ 'platform',
1348
1352
  ],
1349
1353
  pollStarted: ['poll_title', 'poll_id', 'poll_choices'],
1350
1354
  pollProgressed: ['poll_title', 'poll_id', 'poll_choices', 'poll_winning_title', 'poll_winning_id', 'poll_winning_votes', 'poll_total_votes'],
@@ -1364,8 +1368,8 @@ exports.AllVariables = {
1364
1368
  'achievements_percent',
1365
1369
  ],
1366
1370
  variableChanged: ['variable_name', 'variable_value', 'variable_previous_value'],
1367
- rouletteWinner: ['username', 'outcome_amount', 'ball_position'],
1368
- slotsWinner: ['username', 'outcome_amount', 'slots_combo'],
1371
+ rouletteWinner: ['username', 'platform', 'outcome_amount', 'ball_position'],
1372
+ slotsWinner: ['username', 'platform', 'outcome_amount', 'slots_combo'],
1369
1373
  },
1370
1374
  },
1371
1375
  crowdcontrol: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "3.2.1",
3
+ "version": "3.2.3",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "files": [