@lumiastream/lumia-types 1.0.2 → 1.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.
@@ -246,13 +246,13 @@ export declare enum LumiaAlertValues {
246
246
  FOURTHWALL_SUBSCRIPTION = "fourthwall-subscription",
247
247
  FOURTHWALL_GIFTPURCHASE = "fourthwall-giftpurchase",
248
248
  CROWDCONTROL_EFFECT = "crowdcontrol-effect",
249
- VTUBE_HOTKEY_TRIGGERED = "vtube-hotkeyTriggered",
250
- VTUBE_MODEL_LOADED = "vtube-modelLoaded",
251
- VTUBE_ANIMATION_START = "vtube-animationStart",
252
- VTUBE_ANIMATION_END = "vtube-animationEnd",
253
- VTUBE_ITEM_ADDED = "vtube-itemAdded",
254
- VTUBE_ITEM_REMOVED = "vtube-itemRemoved",
255
- VTUBE_BACKGROUND_CHANGED = "vtube-backgroundChanged"
249
+ VTUBESTUDIO_HOTKEY_TRIGGERED = "vtube-hotkeyTriggered",
250
+ VTUBESTUDIO_MODEL_LOADED = "vtube-modelLoaded",
251
+ VTUBESTUDIO_ANIMATION_START = "vtube-animationStart",
252
+ VTUBESTUDIO_ANIMATION_END = "vtube-animationEnd",
253
+ VTUBESTUDIO_ITEM_ADDED = "vtube-itemAdded",
254
+ VTUBESTUDIO_ITEM_REMOVED = "vtube-itemRemoved",
255
+ VTUBESTUDIO_BACKGROUND_CHANGED = "vtube-backgroundChanged"
256
256
  }
257
257
  export declare const LumiaAlertFriendlyValues: {
258
258
  "lumiastream-lumiaOpened": string;
@@ -259,13 +259,13 @@ var LumiaAlertValues;
259
259
  LumiaAlertValues["FOURTHWALL_SUBSCRIPTION"] = "fourthwall-subscription";
260
260
  LumiaAlertValues["FOURTHWALL_GIFTPURCHASE"] = "fourthwall-giftpurchase";
261
261
  LumiaAlertValues["CROWDCONTROL_EFFECT"] = "crowdcontrol-effect";
262
- LumiaAlertValues["VTUBE_HOTKEY_TRIGGERED"] = "vtube-hotkeyTriggered";
263
- LumiaAlertValues["VTUBE_MODEL_LOADED"] = "vtube-modelLoaded";
264
- LumiaAlertValues["VTUBE_ANIMATION_START"] = "vtube-animationStart";
265
- LumiaAlertValues["VTUBE_ANIMATION_END"] = "vtube-animationEnd";
266
- LumiaAlertValues["VTUBE_ITEM_ADDED"] = "vtube-itemAdded";
267
- LumiaAlertValues["VTUBE_ITEM_REMOVED"] = "vtube-itemRemoved";
268
- LumiaAlertValues["VTUBE_BACKGROUND_CHANGED"] = "vtube-backgroundChanged";
262
+ LumiaAlertValues["VTUBESTUDIO_HOTKEY_TRIGGERED"] = "vtube-hotkeyTriggered";
263
+ LumiaAlertValues["VTUBESTUDIO_MODEL_LOADED"] = "vtube-modelLoaded";
264
+ LumiaAlertValues["VTUBESTUDIO_ANIMATION_START"] = "vtube-animationStart";
265
+ LumiaAlertValues["VTUBESTUDIO_ANIMATION_END"] = "vtube-animationEnd";
266
+ LumiaAlertValues["VTUBESTUDIO_ITEM_ADDED"] = "vtube-itemAdded";
267
+ LumiaAlertValues["VTUBESTUDIO_ITEM_REMOVED"] = "vtube-itemRemoved";
268
+ LumiaAlertValues["VTUBESTUDIO_BACKGROUND_CHANGED"] = "vtube-backgroundChanged";
269
269
  })(LumiaAlertValues || (exports.LumiaAlertValues = LumiaAlertValues = {}));
270
270
  exports.LumiaAlertFriendlyValues = {
271
271
  [LumiaAlertValues.LUMIASTREAM_LUMIA_OPENED]: 'Lumia Opened',
@@ -430,13 +430,13 @@ exports.LumiaAlertFriendlyValues = {
430
430
  [LumiaAlertValues.FOURTHWALL_SUBSCRIPTION]: 'Fourthwall Subscription',
431
431
  [LumiaAlertValues.FOURTHWALL_GIFTPURCHASE]: 'Fourthwall Giftpurchase',
432
432
  [LumiaAlertValues.CROWDCONTROL_EFFECT]: 'Crowdcontrol Effect',
433
- [LumiaAlertValues.VTUBE_HOTKEY_TRIGGERED]: 'Vtube Hotkey Triggered',
434
- [LumiaAlertValues.VTUBE_MODEL_LOADED]: 'Vtube Model Loaded',
435
- [LumiaAlertValues.VTUBE_ANIMATION_START]: 'Vtube Animation Start',
436
- [LumiaAlertValues.VTUBE_ANIMATION_END]: 'Vtube Animation End',
437
- [LumiaAlertValues.VTUBE_ITEM_ADDED]: 'Vtube Item Added',
438
- [LumiaAlertValues.VTUBE_ITEM_REMOVED]: 'Vtube Item Removed',
439
- [LumiaAlertValues.VTUBE_BACKGROUND_CHANGED]: 'Vtube Background Changed',
433
+ [LumiaAlertValues.VTUBESTUDIO_HOTKEY_TRIGGERED]: 'Vtube Hotkey Triggered',
434
+ [LumiaAlertValues.VTUBESTUDIO_MODEL_LOADED]: 'Vtube Model Loaded',
435
+ [LumiaAlertValues.VTUBESTUDIO_ANIMATION_START]: 'Vtube Animation Start',
436
+ [LumiaAlertValues.VTUBESTUDIO_ANIMATION_END]: 'Vtube Animation End',
437
+ [LumiaAlertValues.VTUBESTUDIO_ITEM_ADDED]: 'Vtube Item Added',
438
+ [LumiaAlertValues.VTUBESTUDIO_ITEM_REMOVED]: 'Vtube Item Removed',
439
+ [LumiaAlertValues.VTUBESTUDIO_BACKGROUND_CHANGED]: 'Vtube Background Changed',
440
440
  };
441
441
  // Where did the Activity Originate from: Chat, alerts, shortcut, api, etc.
442
442
  var LumiaActivityOriginTypes;
@@ -6611,8 +6611,8 @@ exports.LumiaAlertConfigs = {
6611
6611
  },
6612
6612
  // },
6613
6613
  // vtube: {
6614
- [activity_types_1.LumiaAlertValues.VTUBE_HOTKEY_TRIGGERED]: {
6615
- connection: event_types_1.LumiaIntegrations.VTUBE,
6614
+ [activity_types_1.LumiaAlertValues.VTUBESTUDIO_HOTKEY_TRIGGERED]: {
6615
+ connection: event_types_1.LumiaIntegrations.VTUBESTUDIO,
6616
6616
  message: '{{name}} hotkey triggered',
6617
6617
  acceptedVariables: ['name', 'modelName', 'modelId'],
6618
6618
  quickActions: [
@@ -6639,8 +6639,8 @@ exports.LumiaAlertConfigs = {
6639
6639
  },
6640
6640
  ],
6641
6641
  },
6642
- [activity_types_1.LumiaAlertValues.VTUBE_MODEL_LOADED]: {
6643
- connection: event_types_1.LumiaIntegrations.VTUBE,
6642
+ [activity_types_1.LumiaAlertValues.VTUBESTUDIO_MODEL_LOADED]: {
6643
+ connection: event_types_1.LumiaIntegrations.VTUBESTUDIO,
6644
6644
  message: '{{name}} model loaded',
6645
6645
  acceptedVariables: ['name', 'modelName', 'modelId'],
6646
6646
  quickActions: [
@@ -6667,8 +6667,8 @@ exports.LumiaAlertConfigs = {
6667
6667
  },
6668
6668
  ],
6669
6669
  },
6670
- [activity_types_1.LumiaAlertValues.VTUBE_ANIMATION_START]: {
6671
- connection: event_types_1.LumiaIntegrations.VTUBE,
6670
+ [activity_types_1.LumiaAlertValues.VTUBESTUDIO_ANIMATION_START]: {
6671
+ connection: event_types_1.LumiaIntegrations.VTUBESTUDIO,
6672
6672
  message: '{{name}} animation started',
6673
6673
  acceptedVariables: ['name', 'modelName', 'modelId', 'animationName', 'animationLength'],
6674
6674
  quickActions: [
@@ -6695,8 +6695,8 @@ exports.LumiaAlertConfigs = {
6695
6695
  },
6696
6696
  ],
6697
6697
  },
6698
- [activity_types_1.LumiaAlertValues.VTUBE_ANIMATION_END]: {
6699
- connection: event_types_1.LumiaIntegrations.VTUBE,
6698
+ [activity_types_1.LumiaAlertValues.VTUBESTUDIO_ANIMATION_END]: {
6699
+ connection: event_types_1.LumiaIntegrations.VTUBESTUDIO,
6700
6700
  message: '{{name}} animation ended',
6701
6701
  acceptedVariables: ['name', 'modelName', 'modelId', 'animationName', 'animationLength'],
6702
6702
  quickActions: [
@@ -6723,8 +6723,8 @@ exports.LumiaAlertConfigs = {
6723
6723
  },
6724
6724
  ],
6725
6725
  },
6726
- [activity_types_1.LumiaAlertValues.VTUBE_ITEM_ADDED]: {
6727
- connection: event_types_1.LumiaIntegrations.VTUBE,
6726
+ [activity_types_1.LumiaAlertValues.VTUBESTUDIO_ITEM_ADDED]: {
6727
+ connection: event_types_1.LumiaIntegrations.VTUBESTUDIO,
6728
6728
  message: '{{name}} item added',
6729
6729
  acceptedVariables: ['name'],
6730
6730
  quickActions: [
@@ -6751,8 +6751,8 @@ exports.LumiaAlertConfigs = {
6751
6751
  },
6752
6752
  ],
6753
6753
  },
6754
- [activity_types_1.LumiaAlertValues.VTUBE_ITEM_REMOVED]: {
6755
- connection: event_types_1.LumiaIntegrations.VTUBE,
6754
+ [activity_types_1.LumiaAlertValues.VTUBESTUDIO_ITEM_REMOVED]: {
6755
+ connection: event_types_1.LumiaIntegrations.VTUBESTUDIO,
6756
6756
  message: '{{name}} item removed',
6757
6757
  acceptedVariables: ['name'],
6758
6758
  quickActions: [
@@ -6779,8 +6779,8 @@ exports.LumiaAlertConfigs = {
6779
6779
  },
6780
6780
  ],
6781
6781
  },
6782
- [activity_types_1.LumiaAlertValues.VTUBE_BACKGROUND_CHANGED]: {
6783
- connection: event_types_1.LumiaIntegrations.VTUBE,
6782
+ [activity_types_1.LumiaAlertValues.VTUBESTUDIO_BACKGROUND_CHANGED]: {
6783
+ connection: event_types_1.LumiaIntegrations.VTUBESTUDIO,
6784
6784
  message: '{{name}} background changed',
6785
6785
  acceptedVariables: ['name'],
6786
6786
  quickActions: [
@@ -165,7 +165,7 @@ export declare enum LumiaIntegrations {
165
165
  YOUTUBEMUSIC = "youtubemusic",
166
166
  FOURTHWALL = "fourthwall",
167
167
  CROWDCONTROL = "crowdcontrol",
168
- VTUBE = "vtube",
168
+ VTUBESTUDIO = "vtubestudio",
169
169
  GAMESGLOW = "gamesglow"
170
170
  }
171
171
  export declare enum LumiaEventTypes {
@@ -37,7 +37,7 @@ var LumiaIntegrations;
37
37
  LumiaIntegrations["YOUTUBEMUSIC"] = "youtubemusic";
38
38
  LumiaIntegrations["FOURTHWALL"] = "fourthwall";
39
39
  LumiaIntegrations["CROWDCONTROL"] = "crowdcontrol";
40
- LumiaIntegrations["VTUBE"] = "vtube";
40
+ LumiaIntegrations["VTUBESTUDIO"] = "vtubestudio";
41
41
  LumiaIntegrations["GAMESGLOW"] = "gamesglow";
42
42
  })(LumiaIntegrations || (exports.LumiaIntegrations = LumiaIntegrations = {}));
43
43
  var LumiaEventTypes;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "files": [