@lumiastream/lumia-types 1.0.2 → 1.0.4
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.
- package/dist/activity.types.d.ts +14 -14
- package/dist/activity.types.js +14 -14
- package/dist/alert.types.js +14 -14
- package/dist/event.types.d.ts +1 -1
- package/dist/event.types.js +1 -1
- package/package.json +1 -1
package/dist/activity.types.d.ts
CHANGED
|
@@ -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
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
249
|
+
VTUBESTUDIO_HOTKEY_TRIGGERED = "vtubestudio-hotkeyTriggered",
|
|
250
|
+
VTUBESTUDIO_MODEL_LOADED = "vtubestudio-modelLoaded",
|
|
251
|
+
VTUBESTUDIO_ANIMATION_START = "vtubestudio-animationStart",
|
|
252
|
+
VTUBESTUDIO_ANIMATION_END = "vtubestudio-animationEnd",
|
|
253
|
+
VTUBESTUDIO_ITEM_ADDED = "vtubestudio-itemAdded",
|
|
254
|
+
VTUBESTUDIO_ITEM_REMOVED = "vtubestudio-itemRemoved",
|
|
255
|
+
VTUBESTUDIO_BACKGROUND_CHANGED = "vtubestudio-backgroundChanged"
|
|
256
256
|
}
|
|
257
257
|
export declare const LumiaAlertFriendlyValues: {
|
|
258
258
|
"lumiastream-lumiaOpened": string;
|
|
@@ -415,13 +415,13 @@ export declare const LumiaAlertFriendlyValues: {
|
|
|
415
415
|
"fourthwall-subscription": string;
|
|
416
416
|
"fourthwall-giftpurchase": string;
|
|
417
417
|
"crowdcontrol-effect": string;
|
|
418
|
-
"
|
|
419
|
-
"
|
|
420
|
-
"
|
|
421
|
-
"
|
|
422
|
-
"
|
|
423
|
-
"
|
|
424
|
-
"
|
|
418
|
+
"vtubestudio-hotkeyTriggered": string;
|
|
419
|
+
"vtubestudio-modelLoaded": string;
|
|
420
|
+
"vtubestudio-animationStart": string;
|
|
421
|
+
"vtubestudio-animationEnd": string;
|
|
422
|
+
"vtubestudio-itemAdded": string;
|
|
423
|
+
"vtubestudio-itemRemoved": string;
|
|
424
|
+
"vtubestudio-backgroundChanged": string;
|
|
425
425
|
};
|
|
426
426
|
export declare enum LumiaActivityOriginTypes {
|
|
427
427
|
SYSTEM = "system",// Settings, Shortcut, or API
|
package/dist/activity.types.js
CHANGED
|
@@ -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["
|
|
263
|
-
LumiaAlertValues["
|
|
264
|
-
LumiaAlertValues["
|
|
265
|
-
LumiaAlertValues["
|
|
266
|
-
LumiaAlertValues["
|
|
267
|
-
LumiaAlertValues["
|
|
268
|
-
LumiaAlertValues["
|
|
262
|
+
LumiaAlertValues["VTUBESTUDIO_HOTKEY_TRIGGERED"] = "vtubestudio-hotkeyTriggered";
|
|
263
|
+
LumiaAlertValues["VTUBESTUDIO_MODEL_LOADED"] = "vtubestudio-modelLoaded";
|
|
264
|
+
LumiaAlertValues["VTUBESTUDIO_ANIMATION_START"] = "vtubestudio-animationStart";
|
|
265
|
+
LumiaAlertValues["VTUBESTUDIO_ANIMATION_END"] = "vtubestudio-animationEnd";
|
|
266
|
+
LumiaAlertValues["VTUBESTUDIO_ITEM_ADDED"] = "vtubestudio-itemAdded";
|
|
267
|
+
LumiaAlertValues["VTUBESTUDIO_ITEM_REMOVED"] = "vtubestudio-itemRemoved";
|
|
268
|
+
LumiaAlertValues["VTUBESTUDIO_BACKGROUND_CHANGED"] = "vtubestudio-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.
|
|
434
|
-
[LumiaAlertValues.
|
|
435
|
-
[LumiaAlertValues.
|
|
436
|
-
[LumiaAlertValues.
|
|
437
|
-
[LumiaAlertValues.
|
|
438
|
-
[LumiaAlertValues.
|
|
439
|
-
[LumiaAlertValues.
|
|
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;
|
package/dist/alert.types.js
CHANGED
|
@@ -6611,8 +6611,8 @@ exports.LumiaAlertConfigs = {
|
|
|
6611
6611
|
},
|
|
6612
6612
|
// },
|
|
6613
6613
|
// vtube: {
|
|
6614
|
-
[activity_types_1.LumiaAlertValues.
|
|
6615
|
-
connection: event_types_1.LumiaIntegrations.
|
|
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.
|
|
6643
|
-
connection: event_types_1.LumiaIntegrations.
|
|
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.
|
|
6671
|
-
connection: event_types_1.LumiaIntegrations.
|
|
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.
|
|
6699
|
-
connection: event_types_1.LumiaIntegrations.
|
|
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.
|
|
6727
|
-
connection: event_types_1.LumiaIntegrations.
|
|
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.
|
|
6755
|
-
connection: event_types_1.LumiaIntegrations.
|
|
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.
|
|
6783
|
-
connection: event_types_1.LumiaIntegrations.
|
|
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: [
|
package/dist/event.types.d.ts
CHANGED
|
@@ -165,7 +165,7 @@ export declare enum LumiaIntegrations {
|
|
|
165
165
|
YOUTUBEMUSIC = "youtubemusic",
|
|
166
166
|
FOURTHWALL = "fourthwall",
|
|
167
167
|
CROWDCONTROL = "crowdcontrol",
|
|
168
|
-
|
|
168
|
+
VTUBESTUDIO = "vtubestudio",
|
|
169
169
|
GAMESGLOW = "gamesglow"
|
|
170
170
|
}
|
|
171
171
|
export declare enum LumiaEventTypes {
|
package/dist/event.types.js
CHANGED
|
@@ -37,7 +37,7 @@ var LumiaIntegrations;
|
|
|
37
37
|
LumiaIntegrations["YOUTUBEMUSIC"] = "youtubemusic";
|
|
38
38
|
LumiaIntegrations["FOURTHWALL"] = "fourthwall";
|
|
39
39
|
LumiaIntegrations["CROWDCONTROL"] = "crowdcontrol";
|
|
40
|
-
LumiaIntegrations["
|
|
40
|
+
LumiaIntegrations["VTUBESTUDIO"] = "vtubestudio";
|
|
41
41
|
LumiaIntegrations["GAMESGLOW"] = "gamesglow";
|
|
42
42
|
})(LumiaIntegrations || (exports.LumiaIntegrations = LumiaIntegrations = {}));
|
|
43
43
|
var LumiaEventTypes;
|