@lumiastream/lumia-types 2.1.10 → 2.1.12

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.
@@ -486,7 +486,6 @@ export declare const LumiaAlertFriendlyValues: {
486
486
  };
487
487
  export declare enum LumiaActivityOriginTypes {
488
488
  SYSTEM = "system",// Settings, Shortcut, or API
489
- ALEXA = "alexa",
490
489
  ALERT = "alert",
491
490
  CHAT = "chat",
492
491
  CHATBOT = "chatbot",
@@ -506,7 +506,6 @@ exports.LumiaAlertFriendlyValues = {
506
506
  var LumiaActivityOriginTypes;
507
507
  (function (LumiaActivityOriginTypes) {
508
508
  LumiaActivityOriginTypes["SYSTEM"] = "system";
509
- LumiaActivityOriginTypes["ALEXA"] = "alexa";
510
509
  LumiaActivityOriginTypes["ALERT"] = "alert";
511
510
  LumiaActivityOriginTypes["CHAT"] = "chat";
512
511
  LumiaActivityOriginTypes["CHATBOT"] = "chatbot";
@@ -155,7 +155,6 @@ export declare enum LumiaIntegrations {
155
155
  PULSE = "pulse",
156
156
  PULSOID = "pulsoid",
157
157
  HYPERATE = "hyperate",
158
- ABLETON = "ableton",
159
158
  PAYPAL = "paypal",
160
159
  TWITTER = "twitter",
161
160
  SPOTIFY = "spotify",
@@ -27,7 +27,6 @@ var LumiaIntegrations;
27
27
  LumiaIntegrations["PULSE"] = "pulse";
28
28
  LumiaIntegrations["PULSOID"] = "pulsoid";
29
29
  LumiaIntegrations["HYPERATE"] = "hyperate";
30
- LumiaIntegrations["ABLETON"] = "ableton";
31
30
  LumiaIntegrations["PAYPAL"] = "paypal";
32
31
  LumiaIntegrations["TWITTER"] = "twitter";
33
32
  LumiaIntegrations["SPOTIFY"] = "spotify";
@@ -302,7 +302,6 @@ export declare enum SystemVariables {
302
302
  VTUBESTUDIO_CURRENT_MODEL = "vtubestudio_current_model",
303
303
  VTUBESTUDIO_CURRENT_BACKGROUND = "vtubestudio_current_background",
304
304
  VTUBESTUDIO_LAST_HOTKEY_TRIGGERED = "vtubestudio_last_hotkey_triggered",
305
- ABLETON_BPM = "ableton_bpm",
306
305
  HEARTRATE_BPM = "heartrate_bpm"
307
306
  }
308
307
  export declare const ReservedVariables: string[];
@@ -350,9 +349,6 @@ export declare const AllVariables: {
350
349
  slotsWinner: string[];
351
350
  };
352
351
  };
353
- ableton: {
354
- variables: string[];
355
- };
356
352
  crowdcontrol: {
357
353
  alerts: {
358
354
  effect: string[];
@@ -312,7 +312,6 @@ var SystemVariables;
312
312
  SystemVariables["VTUBESTUDIO_CURRENT_MODEL"] = "vtubestudio_current_model";
313
313
  SystemVariables["VTUBESTUDIO_CURRENT_BACKGROUND"] = "vtubestudio_current_background";
314
314
  SystemVariables["VTUBESTUDIO_LAST_HOTKEY_TRIGGERED"] = "vtubestudio_last_hotkey_triggered";
315
- SystemVariables["ABLETON_BPM"] = "ableton_bpm";
316
315
  SystemVariables["HEARTRATE_BPM"] = "heartrate_bpm";
317
316
  })(SystemVariables || (exports.SystemVariables = SystemVariables = {}));
318
317
  exports.ReservedVariables = [
@@ -897,9 +896,6 @@ exports.AllVariables = {
897
896
  slotsWinner: ['username', 'outcome_amount', 'slots_combo'],
898
897
  },
899
898
  },
900
- ableton: {
901
- variables: ['ableton_bpm'],
902
- },
903
899
  crowdcontrol: {
904
900
  alerts: {
905
901
  effect: ['username', 'displayname', 'avatar', 'platform', 'effect', 'effectId', 'game', 'gameId', 'artwork', 'message', 'duration'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "2.1.10",
3
+ "version": "2.1.12",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "files": [