@lumiastream/lumia-types 2.2.2 → 2.2.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.
@@ -414,7 +414,7 @@ export declare enum LumiaAlertValues {
414
414
  /** OBS scene item hidden */
415
415
  OBS_SCENE_ITEM_HIDDEN = "obs-sceneItemHidden",
416
416
  /** OBS transition switched */
417
- OBS_SWITCH_TRANSITION = "obs-switch-transition",
417
+ OBS_SWITCH_TRANSITION = "obs-switchTransition",
418
418
  /** OBS transition started */
419
419
  OBS_TRANSITION_BEGIN = "obs-transitionBegin",
420
420
  /** OBS transition ended */
@@ -576,6 +576,8 @@ export declare const LumiaAlertFriendlyValues: {
576
576
  "youtube-superchat": string;
577
577
  "youtube-supersticker": string;
578
578
  "youtube-entrance": string;
579
+ "youtube-like": string;
580
+ "youtube-viewers": string;
579
581
  "facebook-streamLive": string;
580
582
  "facebook-streamOffline": string;
581
583
  "facebook-firstChatter": string;
@@ -635,7 +637,7 @@ export declare const LumiaAlertFriendlyValues: {
635
637
  "obs-switchScene": string;
636
638
  "obs-sceneItemVisibility": string;
637
639
  "obs-sceneItemHidden": string;
638
- "obs-switch-transition": string;
640
+ "obs-switchTransition": string;
639
641
  "obs-transitionBegin": string;
640
642
  "obs-transitionEnd": string;
641
643
  "obs-streamStarting": string;
@@ -438,7 +438,7 @@ var LumiaAlertValues;
438
438
  /** OBS scene item hidden */
439
439
  LumiaAlertValues["OBS_SCENE_ITEM_HIDDEN"] = "obs-sceneItemHidden";
440
440
  /** OBS transition switched */
441
- LumiaAlertValues["OBS_SWITCH_TRANSITION"] = "obs-switch-transition";
441
+ LumiaAlertValues["OBS_SWITCH_TRANSITION"] = "obs-switchTransition";
442
442
  /** OBS transition started */
443
443
  LumiaAlertValues["OBS_TRANSITION_BEGIN"] = "obs-transitionBegin";
444
444
  /** OBS transition ended */
@@ -608,6 +608,8 @@ exports.LumiaAlertFriendlyValues = {
608
608
  [LumiaAlertValues.YOUTUBE_SUPERCHAT]: 'Youtube Superchat',
609
609
  [LumiaAlertValues.YOUTUBE_SUPERSTICKER]: 'Youtube Supersticker',
610
610
  [LumiaAlertValues.YOUTUBE_ENTRANCE]: 'Youtube Entrance',
611
+ [LumiaAlertValues.YOUTUBE_LIKE]: 'Youtube Like',
612
+ [LumiaAlertValues.YOUTUBE_VIEWERS]: 'Youtube Viewers',
611
613
  [LumiaAlertValues.FACEBOOK_STREAM_LIVE]: 'Facebook Stream Live',
612
614
  [LumiaAlertValues.FACEBOOK_STREAM_OFFLINE]: 'Facebook Stream Offline',
613
615
  [LumiaAlertValues.FACEBOOK_FIRST_CHATTER]: 'Facebook First Chatter',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "2.2.2",
3
+ "version": "2.2.4",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "files": [