@lumiastream/lumia-types 3.8.1 → 3.8.2

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.
@@ -309,14 +309,6 @@ export const VARIABLE_EXAMPLES = {
309
309
  { label: 'Post each line of a URL', snippet: 'filesay=https://example.com/list.txt' },
310
310
  { label: 'Post each line of a local file', snippet: 'filesay=C:/path/list.txt' },
311
311
  ],
312
- set_alerts_paused: [
313
- { label: 'Pause alerts', snippet: 'set_alerts_paused=true' },
314
- { label: 'Resume alerts', snippet: 'set_alerts_paused=false' },
315
- ],
316
- set_sfx_muted: [
317
- { label: 'Mute sound effects', snippet: 'set_sfx_muted=true' },
318
- { label: 'Unmute sound effects', snippet: 'set_sfx_muted=false' },
319
- ],
320
312
  loyalty_top: [
321
313
  { label: 'Top 3 users', snippet: 'loyalty_top=3' },
322
314
  { label: 'Top 5 users', snippet: 'loyalty_top=5' },
@@ -312,14 +312,6 @@ exports.VARIABLE_EXAMPLES = {
312
312
  { label: 'Post each line of a URL', snippet: 'filesay=https://example.com/list.txt' },
313
313
  { label: 'Post each line of a local file', snippet: 'filesay=C:/path/list.txt' },
314
314
  ],
315
- set_alerts_paused: [
316
- { label: 'Pause alerts', snippet: 'set_alerts_paused=true' },
317
- { label: 'Resume alerts', snippet: 'set_alerts_paused=false' },
318
- ],
319
- set_sfx_muted: [
320
- { label: 'Mute sound effects', snippet: 'set_sfx_muted=true' },
321
- { label: 'Unmute sound effects', snippet: 'set_sfx_muted=false' },
322
- ],
323
315
  loyalty_top: [
324
316
  { label: 'Top 3 users', snippet: 'loyalty_top=3' },
325
317
  { label: 'Top 5 users', snippet: 'loyalty_top=5' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "3.8.1",
3
+ "version": "3.8.2",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/esm/index.js",