@lumiastream/lumia-types 3.8.9 → 3.9.0

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.
@@ -1673,6 +1673,10 @@ export declare enum SystemVariables {
1673
1673
  TWITCH_CURRENT_PREDICTION_ID = "twitch_current_prediction_id",
1674
1674
  /** Channel id. Use as {{youtube_channel_id}}. */
1675
1675
  YOUTUBE_CHANNEL_ID = "youtube_channel_id",
1676
+ /** Current live broadcast video id, for embedding the active stream. Use as {{youtube_live_video_id}}. */
1677
+ YOUTUBE_LIVE_VIDEO_ID = "youtube_live_video_id",
1678
+ /** Second live broadcast video id, for a simultaneous (e.g. vertical) stream. Use as {{youtube_second_live_video_id}}. */
1679
+ YOUTUBE_SECOND_LIVE_VIDEO_ID = "youtube_second_live_video_id",
1676
1680
  /** Channel username (custom URL slug, falls back to channel title). Use as {{youtube_username}}. */
1677
1681
  YOUTUBE_USERNAME = "youtube_username",
1678
1682
  /** Current viewer count. Use as {{youtube_current_viewer_count}}. */
@@ -1673,6 +1673,10 @@ export declare enum SystemVariables {
1673
1673
  TWITCH_CURRENT_PREDICTION_ID = "twitch_current_prediction_id",
1674
1674
  /** Channel id. Use as {{youtube_channel_id}}. */
1675
1675
  YOUTUBE_CHANNEL_ID = "youtube_channel_id",
1676
+ /** Current live broadcast video id, for embedding the active stream. Use as {{youtube_live_video_id}}. */
1677
+ YOUTUBE_LIVE_VIDEO_ID = "youtube_live_video_id",
1678
+ /** Second live broadcast video id, for a simultaneous (e.g. vertical) stream. Use as {{youtube_second_live_video_id}}. */
1679
+ YOUTUBE_SECOND_LIVE_VIDEO_ID = "youtube_second_live_video_id",
1676
1680
  /** Channel username (custom URL slug, falls back to channel title). Use as {{youtube_username}}. */
1677
1681
  YOUTUBE_USERNAME = "youtube_username",
1678
1682
  /** Current viewer count. Use as {{youtube_current_viewer_count}}. */
@@ -558,6 +558,10 @@ export var SystemVariables;
558
558
  // ─────────────────────────────────── YouTube ──────────────────────────────────
559
559
  /** Channel id. Use as {{youtube_channel_id}}. */
560
560
  SystemVariables["YOUTUBE_CHANNEL_ID"] = "youtube_channel_id";
561
+ /** Current live broadcast video id, for embedding the active stream. Use as {{youtube_live_video_id}}. */
562
+ SystemVariables["YOUTUBE_LIVE_VIDEO_ID"] = "youtube_live_video_id";
563
+ /** Second live broadcast video id, for a simultaneous (e.g. vertical) stream. Use as {{youtube_second_live_video_id}}. */
564
+ SystemVariables["YOUTUBE_SECOND_LIVE_VIDEO_ID"] = "youtube_second_live_video_id";
561
565
  /** Channel username (custom URL slug, falls back to channel title). Use as {{youtube_username}}. */
562
566
  SystemVariables["YOUTUBE_USERNAME"] = "youtube_username";
563
567
  /** Current viewer count. Use as {{youtube_current_viewer_count}}. */
@@ -557,6 +557,10 @@ export declare enum SystemVariables {
557
557
  TWITCH_CURRENT_PREDICTION_ID = "twitch_current_prediction_id",
558
558
  /** Channel id. Use as {{youtube_channel_id}}. */
559
559
  YOUTUBE_CHANNEL_ID = "youtube_channel_id",
560
+ /** Current live broadcast video id, for embedding the active stream. Use as {{youtube_live_video_id}}. */
561
+ YOUTUBE_LIVE_VIDEO_ID = "youtube_live_video_id",
562
+ /** Second live broadcast video id, for a simultaneous (e.g. vertical) stream. Use as {{youtube_second_live_video_id}}. */
563
+ YOUTUBE_SECOND_LIVE_VIDEO_ID = "youtube_second_live_video_id",
560
564
  /** Channel username (custom URL slug, falls back to channel title). Use as {{youtube_username}}. */
561
565
  YOUTUBE_USERNAME = "youtube_username",
562
566
  /** Current viewer count. Use as {{youtube_current_viewer_count}}. */
@@ -563,6 +563,10 @@ var SystemVariables;
563
563
  // ─────────────────────────────────── YouTube ──────────────────────────────────
564
564
  /** Channel id. Use as {{youtube_channel_id}}. */
565
565
  SystemVariables["YOUTUBE_CHANNEL_ID"] = "youtube_channel_id";
566
+ /** Current live broadcast video id, for embedding the active stream. Use as {{youtube_live_video_id}}. */
567
+ SystemVariables["YOUTUBE_LIVE_VIDEO_ID"] = "youtube_live_video_id";
568
+ /** Second live broadcast video id, for a simultaneous (e.g. vertical) stream. Use as {{youtube_second_live_video_id}}. */
569
+ SystemVariables["YOUTUBE_SECOND_LIVE_VIDEO_ID"] = "youtube_second_live_video_id";
566
570
  /** Channel username (custom URL slug, falls back to channel title). Use as {{youtube_username}}. */
567
571
  SystemVariables["YOUTUBE_USERNAME"] = "youtube_username";
568
572
  /** Current viewer count. Use as {{youtube_current_viewer_count}}. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumiastream/lumia-types",
3
- "version": "3.8.9",
3
+ "version": "3.9.0",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/esm/index.js",