@lumiastream/lumia-types 0.7.1 → 0.7.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.
- package/dist/alert.types.js +3 -1
- package/dist/event.types.d.ts +4 -4
- package/package.json +4 -4
package/dist/alert.types.js
CHANGED
|
@@ -2692,7 +2692,7 @@ exports.LumiaAlertConfigs = {
|
|
|
2692
2692
|
message: 'ad stopped',
|
|
2693
2693
|
eventlistMessage: 'Ad Stopped',
|
|
2694
2694
|
eventlistDetailedMessage: 'ad stopped',
|
|
2695
|
-
acceptedVariables: ['length', 'is_automatic', 'started_at'],
|
|
2695
|
+
acceptedVariables: ['length', 'is_automatic', 'started_at', 'next_ad_starts', 'next_ad_starts_date'],
|
|
2696
2696
|
quickActions: [
|
|
2697
2697
|
{
|
|
2698
2698
|
label: 'Ad Stopped',
|
|
@@ -2701,6 +2701,8 @@ exports.LumiaAlertConfigs = {
|
|
|
2701
2701
|
length: '60',
|
|
2702
2702
|
is_automatic: false,
|
|
2703
2703
|
started_at: '2022-07-26T17:00:03.17106713Z',
|
|
2704
|
+
next_ad_starts: '1 hour, 5 minutes, 20 seconds',
|
|
2705
|
+
next_ad_starts_date: '2022-07-26T17:00:05.17106713Z',
|
|
2704
2706
|
},
|
|
2705
2707
|
},
|
|
2706
2708
|
],
|
package/dist/event.types.d.ts
CHANGED
|
@@ -130,9 +130,9 @@ export interface ILumiaLight {
|
|
|
130
130
|
type: LightBrands;
|
|
131
131
|
id: string | number;
|
|
132
132
|
}
|
|
133
|
-
export
|
|
134
|
-
|
|
135
|
-
export
|
|
133
|
+
export type LumiaPlatforms = 'twitch' | 'youtube' | 'facebook' | 'trovo';
|
|
134
|
+
type LightBrands = 'hue' | 'nanoleaf' | 'nanoleaf2' | 'lifx' | 'tplink' | 'tapo' | 'yeelight' | 'cololight' | 'tuya' | 'smartlife' | 'wyze' | 'wiz' | 'homeassistant' | 'govee' | 'wled' | 'magichome' | 'logitech' | 'razer' | 'corsair' | 'steelseries' | 'overlay' | 'elgato';
|
|
135
|
+
export type LumiaAlertBrands = 'lumiastream' | 'twitch' | 'facebook' | 'trovo' | 'youtube' | 'streamlabs' | 'streamelements' | 'extralife' | 'donordrive' | 'tiltify' | 'patreon' | 'tipeeestream' | 'treatstream' | 'obs' | 'slobs' | 'spotify' | 'nowplaying' | 'vlc' | 'twitter' | 'woocommerce' | 'kofi' | 'tiktok' | 'kick' | 'streamerbot' | 'discord' | 'pulse' | 'youtubemusic';
|
|
136
136
|
export declare enum LumiaEventTypes {
|
|
137
137
|
STATES = "states",
|
|
138
138
|
CHAT = "chat",
|
|
@@ -146,5 +146,5 @@ export declare enum LumiaEventTypes {
|
|
|
146
146
|
GAMESGLOW_COMMAND = "gamesglow_command",
|
|
147
147
|
GAMESGLOW_VIRTUALLIGHT = "gamesglow_virtuallight"
|
|
148
148
|
}
|
|
149
|
-
|
|
149
|
+
type EventOrigins = 'lumia' | 'twitch' | 'youtube' | 'facebook' | 'trovo' | 'streamlabs' | 'streamelements' | 'extralife' | 'donordrive' | 'tiltify' | 'patreon' | 'tipeeestream' | 'treatstream' | 'discord' | 'obs' | 'slobs' | 'pulse' | 'pulsoid' | 'hyperate' | 'ableton' | 'streamerbot' | 'paypal';
|
|
150
150
|
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lumiastream/lumia-types",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"author": "",
|
|
18
18
|
"license": "ISC",
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@types/node": "^16.
|
|
21
|
-
"tslib": "^2.
|
|
22
|
-
"typescript": "^4.5
|
|
20
|
+
"@types/node": "^16.18.68",
|
|
21
|
+
"tslib": "^2.6.2",
|
|
22
|
+
"typescript": "^4.9.5"
|
|
23
23
|
}
|
|
24
24
|
}
|