@lumiastream/lumia-types 2.2.3 → 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.
package/dist/activity.types.d.ts
CHANGED
|
@@ -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-
|
|
417
|
+
OBS_SWITCH_TRANSITION = "obs-switchTransition",
|
|
418
418
|
/** OBS transition started */
|
|
419
419
|
OBS_TRANSITION_BEGIN = "obs-transitionBegin",
|
|
420
420
|
/** OBS transition ended */
|
|
@@ -637,7 +637,7 @@ export declare const LumiaAlertFriendlyValues: {
|
|
|
637
637
|
"obs-switchScene": string;
|
|
638
638
|
"obs-sceneItemVisibility": string;
|
|
639
639
|
"obs-sceneItemHidden": string;
|
|
640
|
-
"obs-
|
|
640
|
+
"obs-switchTransition": string;
|
|
641
641
|
"obs-transitionBegin": string;
|
|
642
642
|
"obs-transitionEnd": string;
|
|
643
643
|
"obs-streamStarting": string;
|
package/dist/activity.types.js
CHANGED
|
@@ -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-
|
|
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 */
|